diff --git a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
index 4f046eff..c98a526a 100644
--- a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
+++ b/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
@@ -1,19 +1,19 @@
-// import { Card, CardContent } from "@/components/ui/card";
-// import SiteBreadcrumb from "@/components/site-breadcrumb";
-// import FormTask from "@/components/form/task/task-form";
-// import FormTaskDetail from "@/components/form/task/task-detail-form";
-// import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-// import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form";
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/site-breadcrumb";
+import FormTask from "@/components/form/task/task-form";
+import FormTaskDetail from "@/components/form/task/task-detail-form";
+import FormDetailInternal from "@/components/form/communication/internal-detail-form";
+import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form";
-// const TicketingDetailPage = async () => {
-// return (
-//
-// );
-// };
+const TicketingDetailPage = async () => {
+ return (
+
+ );
+};
-// export default TicketingDetailPage;
+export default TicketingDetailPage;
diff --git a/package-lock.json b/package-lock.json
index 66613ab7..27a957d2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -177,6 +177,7 @@
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
+ "dev": true,
"engines": {
"node": ">=10"
},
@@ -865,604 +866,6 @@
"node": ">= 4.0.0"
}
},
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-46.0.3.tgz",
- "integrity": "sha512-xebONgXYuF8Fuhr6C+lpwRSfpChSrJKTy5S0i7vuBY+EeuXLRED7AuCOvPwV9oed1/CqbzDWWH1IefgkLwZwvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-alignment": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-41.3.1.tgz",
@@ -1479,605 +882,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-autosave": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-46.0.3.tgz",
- "integrity": "sha512-SStt6opEniy0i5N5QMsAttpxhPvlmQ5UgmfvVmkyBnvOGwFwSmIFjxAXdTsAhvKdDaKrsjeCpv/j6L6llYk7dw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-basic-styles": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-41.3.1.tgz",
@@ -2094,1815 +898,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-bookmark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-46.0.3.tgz",
- "integrity": "sha512-f1usHplw2Ndhm1AiyjWfOWoaSQehMqBaXTa94OXlvO6ci1RIijdFm+DKn4Lgh/vSjv4vo25eQReTmEM0KaysvA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-46.0.3.tgz",
- "integrity": "sha512-UnmCqOU/iyYDef/OVsWbixeXwo+0pb3YGNWgmd2YsCFUUerbpOkDwwGuvCZPE7Hs34lNz8ybbhjR9KmGu8WcAw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "blurhash": "2.0.5",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-46.0.3.tgz",
- "integrity": "sha512-VXggqo2w0TgFPyu6z+uH3aTWQMhbq2F2iPUi8SreYCL0JclczbU4HDKqzQU+RKhrzp+yhK1n7ztX5aN1H9EVAw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-clipboard": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-41.3.1.tgz",
@@ -4008,1207 +1003,6 @@
"node": ">=8"
}
},
- "node_modules/@ckeditor/ckeditor5-easy-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-46.0.3.tgz",
- "integrity": "sha512-UZs1G2wZaUr4lJSUsECBpM5ntr0UIXhGYG6lhE4Lf1TBaOypzxusR0H3txNtWIX1rq6hCeFH1P7meijfvJRgbw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-46.0.3.tgz",
- "integrity": "sha512-NXqmQK45DybJmgWFUln2uTvWqg77BuTp/R/4F33K6fgA4QGmnlWZ+l96Z5Rpmq6Rxc7suBNIKKWRFihquHw1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-editor-classic": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-41.3.1.tgz",
@@ -5218,2413 +1012,6 @@
"lodash-es": "4.17.21"
}
},
- "node_modules/@ckeditor/ckeditor5-editor-decoupled": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-46.0.3.tgz",
- "integrity": "sha512-svrTpgGCi9YLhzit97i+A+lVStnQ4fNbGj6O1HlRG676BA20zqUkUWbNDPlBQT5sbq4N2oLKPwBmAqtUsF9ivQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-46.0.3.tgz",
- "integrity": "sha512-VfsD95gALQrUMHRJ5f2KKIPgtRb5flAqug85GSWy+wJZXOv7dC953tc1v8PYtUOHV6R3k2SWOUAGUClRu2ijOQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-46.0.3.tgz",
- "integrity": "sha512-mS9gd8zTCclstU5DROT5L3sVq6HSDk0jw/7d7bgKEvWbGvQ6iPiqcgZ+bzpyrtvXMQKnmgfytZpU9qfODLpwFA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-emoji/-/ckeditor5-emoji-46.0.3.tgz",
- "integrity": "sha512-XiQsDeIZdSRDuFz/eoH16L21+Ucxykt+qHvqHSXB6bnVE8A3+65fxXYXicXnlb8st6UYhVBGwd53cpRz1ljMww==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5",
- "fuzzysort": "3.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-engine": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-41.3.1.tgz",
@@ -7652,607 +1039,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-find-and-replace": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-46.0.3.tgz",
- "integrity": "sha512-WKJ32slfJKPE2xnOWtk8/kqaDlUE3AKXChmRw6fPXM9pRpBRItLrbMO4Lhic9F1V8UzzY88/6VMuTMUlVg7/pQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-font": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-41.3.1.tgz",
@@ -8261,608 +1047,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-fullscreen": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-fullscreen/-/ckeditor5-fullscreen-46.0.3.tgz",
- "integrity": "sha512-+AjKdmknSeihgVytx2CZPvqJ8Iv0sQd8kP1AvTMsp7JWr9kP3eMZEWJ3IwUP7GaH9O+cSDqeW2pFY4rW1ajYlQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-heading": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-41.3.1.tgz",
@@ -8871,2422 +1055,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-highlight": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-46.0.3.tgz",
- "integrity": "sha512-woO40tvOomrE7PHV/LAIOuNDb6sm2xiRQpT3r6TU1bvHZWSdt+hBCVRbnPxMNY2b/+0FGeV6cIOP8jlZ6JXF2g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-46.0.3.tgz",
- "integrity": "sha512-mct0XA6XxSk9BXorR5HA6jiDmf40Wm2HbwSEL8RcCQ4s/ak+3c85loUQZtV5Enaro8ejUkQ30nbqUnrO21Z8ZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-46.0.3.tgz",
- "integrity": "sha512-8Cf0L1REllrVffu4BrnNiga0mQgFcQ0V/L4ARMGR3vmafTvS2cOvMyrGJy/69oCGM0NigyU1eSzkGv04o+599w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-46.0.3.tgz",
- "integrity": "sha512-zBRJ1aBIi/UKKRhCUvK0mTDu9c43GOINKscGJ4ZRAD8WmKdlpxO+xUfCfZouDMGwd67lD9e37LI3xZc+hGCXGA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-icons": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-icons/-/ckeditor5-icons-46.0.3.tgz",
- "integrity": "sha512-ztmFx8ujcdIMTWeIQ8Hxixlexfhx8vcclV/+maDzjVHhqRNi9eZ1b/nQ7gnS4/X5Fnh6cPQuCM+3lTUR4jQscA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true
- },
"node_modules/@ckeditor/ckeditor5-image": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-41.3.1.tgz",
@@ -11305,605 +1073,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-language": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-46.0.3.tgz",
- "integrity": "sha512-JLkDnhZxP9J/Dw7uxJtBHYrdR1q2xpkIsi+Y0fhG0cejo6Lhfnv2F/1L76EO6JxhfhrkHWrDgLwr860PYvRztA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-link": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-41.3.1.tgz",
@@ -11922,1611 +1091,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-markdown-gfm": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-46.0.3.tgz",
- "integrity": "sha512-ROOQsKcb03UdzyWZOD4p6vPWUpjgBRf4VXgbxKds2z19dm3fOdUwFbolpVrmYuYzdHrI/0xWM/+waD7TEOatuQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@types/hast": "3.0.4",
- "ckeditor5": "46.0.3",
- "hast-util-from-dom": "5.0.1",
- "hast-util-to-html": "9.0.5",
- "hast-util-to-mdast": "10.1.2",
- "hastscript": "9.0.1",
- "rehype-dom-parse": "5.0.2",
- "rehype-dom-stringify": "4.0.2",
- "rehype-remark": "10.0.1",
- "remark-breaks": "4.0.0",
- "remark-gfm": "4.0.1",
- "remark-parse": "11.0.0",
- "remark-rehype": "11.1.2",
- "remark-stringify": "11.0.0",
- "unified": "11.0.5",
- "unist-util-visit": "5.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/escape-string-regexp": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/hast-util-parse-selector": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
- "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/hastscript": {
- "version": "9.0.1",
- "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
- "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "comma-separated-tokens": "^2.0.0",
- "hast-util-parse-selector": "^4.0.0",
- "property-information": "^7.0.0",
- "space-separated-tokens": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-find-and-replace": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
- "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "escape-string-regexp": "^5.0.0",
- "unist-util-is": "^6.0.0",
- "unist-util-visit-parents": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-from-markdown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
- "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "@types/unist": "^3.0.0",
- "decode-named-character-reference": "^1.0.0",
- "devlop": "^1.0.0",
- "mdast-util-to-string": "^4.0.0",
- "micromark": "^4.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-decode-string": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0",
- "unist-util-stringify-position": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
- "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-gfm-autolink-literal": "^2.0.0",
- "mdast-util-gfm-footnote": "^2.0.0",
- "mdast-util-gfm-strikethrough": "^2.0.0",
- "mdast-util-gfm-table": "^2.0.0",
- "mdast-util-gfm-task-list-item": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-autolink-literal": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
- "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "ccount": "^2.0.0",
- "devlop": "^1.0.0",
- "mdast-util-find-and-replace": "^3.0.0",
- "micromark-util-character": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-footnote": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
- "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "devlop": "^1.1.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-strikethrough": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
- "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-table": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
- "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "devlop": "^1.0.0",
- "markdown-table": "^3.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-task-list-item": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
- "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "devlop": "^1.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-phrasing": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
- "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-to-markdown": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
- "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "@types/unist": "^3.0.0",
- "longest-streak": "^3.0.0",
- "mdast-util-phrasing": "^4.0.0",
- "mdast-util-to-string": "^4.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-decode-string": "^2.0.0",
- "unist-util-visit": "^5.0.0",
- "zwitch": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-to-string": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
- "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
- "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/debug": "^4.0.0",
- "debug": "^4.0.0",
- "decode-named-character-reference": "^1.0.0",
- "devlop": "^1.0.0",
- "micromark-core-commonmark": "^2.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-combine-extensions": "^2.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-encode": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-resolve-all": "^2.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "micromark-util-subtokenize": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-core-commonmark": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
- "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "decode-named-character-reference": "^1.0.0",
- "devlop": "^1.0.0",
- "micromark-factory-destination": "^2.0.0",
- "micromark-factory-label": "^2.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-factory-title": "^2.0.0",
- "micromark-factory-whitespace": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-html-tag-name": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-resolve-all": "^2.0.0",
- "micromark-util-subtokenize": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
- "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-extension-gfm-autolink-literal": "^2.0.0",
- "micromark-extension-gfm-footnote": "^2.0.0",
- "micromark-extension-gfm-strikethrough": "^2.0.0",
- "micromark-extension-gfm-table": "^2.0.0",
- "micromark-extension-gfm-tagfilter": "^2.0.0",
- "micromark-extension-gfm-task-list-item": "^2.0.0",
- "micromark-util-combine-extensions": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-autolink-literal": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
- "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-footnote": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
- "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-core-commonmark": "^2.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-strikethrough": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
- "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-resolve-all": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-table": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
- "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-tagfilter": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
- "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-task-list-item": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
- "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-destination": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
- "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-label": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
- "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-space": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
- "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-title": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
- "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-whitespace": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
- "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-character": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
- "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-chunked": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
- "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-classify-character": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
- "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-combine-extensions": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
- "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-decode-numeric-character-reference": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
- "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-decode-string": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
- "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "decode-named-character-reference": "^1.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-encode": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
- "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-html-tag-name": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
- "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-normalize-identifier": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
- "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-resolve-all": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
- "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-sanitize-uri": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
- "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-encode": "^2.0.0",
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-subtokenize": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
- "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-symbol": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
- "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-types": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
- "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/property-information": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
- "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/remark-gfm": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
- "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-gfm": "^3.0.0",
- "micromark-extension-gfm": "^3.0.0",
- "remark-parse": "^11.0.0",
- "remark-stringify": "^11.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/remark-parse": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
- "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "micromark-util-types": "^2.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/remark-rehype": {
- "version": "11.1.2",
- "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
- "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "unified": "^11.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/unified": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
- "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/unist-util-is": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/unist-util-stringify-position": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
- "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/@ckeditor/ckeditor5-media-embed": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-41.3.1.tgz",
@@ -13536,1808 +1100,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-mention": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-46.0.3.tgz",
- "integrity": "sha512-a7sHtN8M5Glh20SbsB0KWlFxoothUwkq6cqNJKKAI6MrOYsOJX1WaMG2mUfhGr4VTrUieuJYxVtqMFuagbhBgQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-46.0.3.tgz",
- "integrity": "sha512-gsac1z96MaJMFzapfzqLtEqETpI3JVXMfdQV3N0+kRbFSlUeJmrR/aHLC/+GDQAttkfOuL9i4FlWQKiDeSN15w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-46.0.3.tgz",
- "integrity": "sha512-6V0O0sqgZMh47knEhhj0htWK3Oxm6jfHLWA4vi9vColwJMv9imuP72vYgrClmKHfN/QtyZ+DGmaufmhaXS2ffw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-paragraph": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-41.3.1.tgz",
@@ -15375,1207 +1137,6 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/@ckeditor/ckeditor5-remove-format": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-46.0.3.tgz",
- "integrity": "sha512-rrGeK1NGE5o04/wuyMq10BD7bJ7qkVZq74dDXb7G6l1IkFWU/lY5SLt1K4FgVunY+oBcsena+hktwqgEsmEqdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-46.0.3.tgz",
- "integrity": "sha512-b1NUb7nEKdb0R5UOukXRXOeweOIE3Dsa64uwV/H6ZnRfdOmH37TVSKFJ2lWVvPUUljsT3SVdSZbl1aP4aA1SBA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-select-all": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-41.3.1.tgz",
@@ -16586,606 +1147,6 @@
"@ckeditor/ckeditor5-utils": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-show-blocks": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-46.0.3.tgz",
- "integrity": "sha512-YSa+Q49hQe4oRxIFsnUjzIFRG1M5+2vWjzYwS84hQAR0xDMZDD0SqIS6poC3QewuIS/525bcnmASBwXZUrRdIA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-source-editing": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-41.3.1.tgz",
@@ -17195,1211 +1156,6 @@
"ckeditor5": "41.3.1"
}
},
- "node_modules/@ckeditor/ckeditor5-special-characters": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-46.0.3.tgz",
- "integrity": "sha512-PihS9/nmrGXaycsI3TSqVK0qGlc2ZSE3XzL7dEKTCyUta7vvI7hCC/jDaTtfch2d0fZhnIXovlgqlj35u2PjDw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-46.0.3.tgz",
- "integrity": "sha512-/4kOCM0/s4O65AA6tHdTK9joPFaTs/Uk14RHlyGP6+QJQ5FcNx9g2yJ1HxhRAdkMLy3AsVol9lqqFXC00+W7BA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-table": {
"version": "41.3.1",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-41.3.1.tgz",
@@ -18490,606 +1246,6 @@
"lodash-es": "4.17.21"
}
},
- "node_modules/@ckeditor/ckeditor5-word-count": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-46.0.3.tgz",
- "integrity": "sha512-Qobva/b/79t4hD6ZgWsBT3PgGIFXU2dZW62kFDJNVkGpq1pkKboIdq7Iu57OffLDJaV+xkAmEvV6cIDWc4KADA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz",
- "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz",
- "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz",
- "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz",
- "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz",
- "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz",
- "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz",
- "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz",
- "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz",
- "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz",
- "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz",
- "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz",
- "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz",
- "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz",
- "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz",
- "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz",
- "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz",
- "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz",
- "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz",
- "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz",
- "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz",
- "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz",
- "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz",
- "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "ckeditor5": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz",
- "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "ckeditor5": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz",
- "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz",
- "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz",
- "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz",
- "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz",
- "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz",
- "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz",
- "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz",
- "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/ckeditor5": {
- "version": "46.0.3",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz",
- "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-alignment": "46.0.3",
- "@ckeditor/ckeditor5-autoformat": "46.0.3",
- "@ckeditor/ckeditor5-autosave": "46.0.3",
- "@ckeditor/ckeditor5-basic-styles": "46.0.3",
- "@ckeditor/ckeditor5-block-quote": "46.0.3",
- "@ckeditor/ckeditor5-bookmark": "46.0.3",
- "@ckeditor/ckeditor5-ckbox": "46.0.3",
- "@ckeditor/ckeditor5-ckfinder": "46.0.3",
- "@ckeditor/ckeditor5-clipboard": "46.0.3",
- "@ckeditor/ckeditor5-cloud-services": "46.0.3",
- "@ckeditor/ckeditor5-code-block": "46.0.3",
- "@ckeditor/ckeditor5-core": "46.0.3",
- "@ckeditor/ckeditor5-easy-image": "46.0.3",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.3",
- "@ckeditor/ckeditor5-editor-classic": "46.0.3",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.3",
- "@ckeditor/ckeditor5-editor-inline": "46.0.3",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.3",
- "@ckeditor/ckeditor5-emoji": "46.0.3",
- "@ckeditor/ckeditor5-engine": "46.0.3",
- "@ckeditor/ckeditor5-enter": "46.0.3",
- "@ckeditor/ckeditor5-essentials": "46.0.3",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.3",
- "@ckeditor/ckeditor5-font": "46.0.3",
- "@ckeditor/ckeditor5-fullscreen": "46.0.3",
- "@ckeditor/ckeditor5-heading": "46.0.3",
- "@ckeditor/ckeditor5-highlight": "46.0.3",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.3",
- "@ckeditor/ckeditor5-html-embed": "46.0.3",
- "@ckeditor/ckeditor5-html-support": "46.0.3",
- "@ckeditor/ckeditor5-icons": "46.0.3",
- "@ckeditor/ckeditor5-image": "46.0.3",
- "@ckeditor/ckeditor5-indent": "46.0.3",
- "@ckeditor/ckeditor5-language": "46.0.3",
- "@ckeditor/ckeditor5-link": "46.0.3",
- "@ckeditor/ckeditor5-list": "46.0.3",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.3",
- "@ckeditor/ckeditor5-media-embed": "46.0.3",
- "@ckeditor/ckeditor5-mention": "46.0.3",
- "@ckeditor/ckeditor5-minimap": "46.0.3",
- "@ckeditor/ckeditor5-page-break": "46.0.3",
- "@ckeditor/ckeditor5-paragraph": "46.0.3",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.3",
- "@ckeditor/ckeditor5-remove-format": "46.0.3",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.3",
- "@ckeditor/ckeditor5-select-all": "46.0.3",
- "@ckeditor/ckeditor5-show-blocks": "46.0.3",
- "@ckeditor/ckeditor5-source-editing": "46.0.3",
- "@ckeditor/ckeditor5-special-characters": "46.0.3",
- "@ckeditor/ckeditor5-style": "46.0.3",
- "@ckeditor/ckeditor5-table": "46.0.3",
- "@ckeditor/ckeditor5-theme-lark": "46.0.3",
- "@ckeditor/ckeditor5-typing": "46.0.3",
- "@ckeditor/ckeditor5-ui": "46.0.3",
- "@ckeditor/ckeditor5-undo": "46.0.3",
- "@ckeditor/ckeditor5-upload": "46.0.3",
- "@ckeditor/ckeditor5-utils": "46.0.3",
- "@ckeditor/ckeditor5-watchdog": "46.0.3",
- "@ckeditor/ckeditor5-widget": "46.0.3",
- "@ckeditor/ckeditor5-word-count": "46.0.3"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@csstools/color-helpers": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
@@ -20230,6 +2386,7 @@
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dev": true,
"dependencies": {
"string-width": "^5.1.2",
"string-width-cjs": "npm:string-width@^4.2.0",
@@ -20246,6 +2403,7 @@
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
+ "dev": true,
"engines": {
"node": ">=12"
},
@@ -20257,6 +2415,7 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
"dependencies": {
"ansi-regex": "^6.0.1"
},
@@ -20881,171 +3040,6 @@
"node": ">=18"
}
},
- "node_modules/@mui/core-downloads-tracker": {
- "version": "7.3.2",
- "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.2.tgz",
- "integrity": "sha512-AOyfHjyDKVPGJJFtxOlept3EYEdLoar/RvssBTWVAvDJGIE676dLi2oT/Kx+FoVXFoA/JdV7DEMq/BVWV3KHRw==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/mui-org"
- }
- },
- "node_modules/@mui/material": {
- "version": "7.3.2",
- "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.2.tgz",
- "integrity": "sha512-qXvbnawQhqUVfH1LMgMaiytP+ZpGoYhnGl7yYq2x57GYzcFL/iPzSZ3L30tlbwEjSVKNYcbiKO8tANR1tadjUg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/runtime": "^7.28.3",
- "@mui/core-downloads-tracker": "^7.3.2",
- "@mui/system": "^7.3.2",
- "@mui/types": "^7.4.6",
- "@mui/utils": "^7.3.2",
- "@popperjs/core": "^2.11.8",
- "@types/react-transition-group": "^4.4.12",
- "clsx": "^2.1.1",
- "csstype": "^3.1.3",
- "prop-types": "^15.8.1",
- "react-is": "^19.1.1",
- "react-transition-group": "^4.4.5"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/mui-org"
- },
- "peerDependencies": {
- "@emotion/react": "^11.5.0",
- "@emotion/styled": "^11.3.0",
- "@mui/material-pigment-css": "^7.3.2",
- "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
- "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
- "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
- },
- "peerDependenciesMeta": {
- "@emotion/react": {
- "optional": true
- },
- "@emotion/styled": {
- "optional": true
- },
- "@mui/material-pigment-css": {
- "optional": true
- },
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@mui/private-theming": {
- "version": "7.3.2",
- "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.2.tgz",
- "integrity": "sha512-ha7mFoOyZGJr75xeiO9lugS3joRROjc8tG1u4P50dH0KR7bwhHznVMcYg7MouochUy0OxooJm/OOSpJ7gKcMvg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/runtime": "^7.28.3",
- "@mui/utils": "^7.3.2",
- "prop-types": "^15.8.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/mui-org"
- },
- "peerDependencies": {
- "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
- "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@mui/styled-engine": {
- "version": "7.3.2",
- "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.2.tgz",
- "integrity": "sha512-PkJzW+mTaek4e0nPYZ6qLnW5RGa0KN+eRTf5FA2nc7cFZTeM+qebmGibaTLrgQBy3UpcpemaqfzToBNkzuxqew==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/runtime": "^7.28.3",
- "@emotion/cache": "^11.14.0",
- "@emotion/serialize": "^1.3.3",
- "@emotion/sheet": "^1.4.0",
- "csstype": "^3.1.3",
- "prop-types": "^15.8.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/mui-org"
- },
- "peerDependencies": {
- "@emotion/react": "^11.4.1",
- "@emotion/styled": "^11.3.0",
- "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
- },
- "peerDependenciesMeta": {
- "@emotion/react": {
- "optional": true
- },
- "@emotion/styled": {
- "optional": true
- }
- }
- },
- "node_modules/@mui/system": {
- "version": "7.3.2",
- "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.2.tgz",
- "integrity": "sha512-9d8JEvZW+H6cVkaZ+FK56R53vkJe3HsTpcjMUtH8v1xK6Y1TjzHdZ7Jck02mGXJsE6MQGWVs3ogRHTQmS9Q/rA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/runtime": "^7.28.3",
- "@mui/private-theming": "^7.3.2",
- "@mui/styled-engine": "^7.3.2",
- "@mui/types": "^7.4.6",
- "@mui/utils": "^7.3.2",
- "clsx": "^2.1.1",
- "csstype": "^3.1.3",
- "prop-types": "^15.8.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/mui-org"
- },
- "peerDependencies": {
- "@emotion/react": "^11.5.0",
- "@emotion/styled": "^11.3.0",
- "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
- "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
- },
- "peerDependenciesMeta": {
- "@emotion/react": {
- "optional": true
- },
- "@emotion/styled": {
- "optional": true
- },
- "@types/react": {
- "optional": true
- }
- }
- },
"node_modules/@mui/types": {
"version": "7.4.6",
"resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.6.tgz",
@@ -21660,6 +3654,7 @@
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "dev": true,
"optional": true,
"engines": {
"node": ">=14"
@@ -23296,84 +5291,6 @@
"url": "https://github.com/sponsors/tannerlinsley"
}
},
- "node_modules/@testing-library/dom": {
- "version": "10.4.1",
- "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz",
- "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/code-frame": "^7.10.4",
- "@babel/runtime": "^7.12.5",
- "@types/aria-query": "^5.0.1",
- "aria-query": "5.3.0",
- "dom-accessibility-api": "^0.5.9",
- "lz-string": "^1.5.0",
- "picocolors": "1.1.1",
- "pretty-format": "^27.0.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@testing-library/dom/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@testing-library/dom/node_modules/aria-query": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
- "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
- "dev": true,
- "license": "Apache-2.0",
- "peer": true,
- "dependencies": {
- "dequal": "^2.0.3"
- }
- },
- "node_modules/@testing-library/dom/node_modules/dom-accessibility-api": {
- "version": "0.5.16",
- "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
- "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
- "dev": true,
- "license": "MIT",
- "peer": true
- },
- "node_modules/@testing-library/dom/node_modules/pretty-format": {
- "version": "27.5.1",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
- "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "ansi-regex": "^5.0.1",
- "ansi-styles": "^5.0.0",
- "react-is": "^17.0.1"
- },
- "engines": {
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
- }
- },
- "node_modules/@testing-library/dom/node_modules/react-is": {
- "version": "17.0.2",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
- "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
- "dev": true,
- "license": "MIT",
- "peer": true
- },
"node_modules/@testing-library/jest-dom": {
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz",
@@ -23560,14 +5477,6 @@
"@types/estree": "*"
}
},
- "node_modules/@types/aria-query": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
- "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
- "dev": true,
- "license": "MIT",
- "peer": true
- },
"node_modules/@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
@@ -23617,23 +5526,6 @@
"@types/react": "*"
}
},
- "node_modules/@types/color-convert": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@types/color-convert/-/color-convert-2.0.4.tgz",
- "integrity": "sha512-Ub1MmDdyZ7mX//g25uBAoH/mWGd9swVbt8BseymnaE18SU4po/PjmCrHxqIIRjBo3hV/vh1KGr0eMxUhp+t+dQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/color-name": "^1.1.0"
- }
- },
- "node_modules/@types/color-name": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.5.tgz",
- "integrity": "sha512-j2K5UJqGTxeesj6oQuGpMgifpT5k9HprgQd8D1Y0lOFqKHl3PJu5GMeS4Y5EgjS55AE6OQxf8mPED9uaGbf4Cg==",
- "license": "MIT",
- "peer": true
- },
"node_modules/@types/cookie": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
@@ -24934,12 +6826,14 @@
"node_modules/any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
+ "dev": true
},
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
@@ -24952,6 +6846,7 @@
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
@@ -24995,7 +6890,8 @@
"node_modules/arg": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
- "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
+ "dev": true
},
"node_modules/argparse": {
"version": "2.0.1",
@@ -25455,6 +7351,7 @@
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
+ "dev": true,
"engines": {
"node": ">=8"
},
@@ -25472,13 +7369,6 @@
"readable-stream": "^3.4.0"
}
},
- "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",
- "peer": true
- },
"node_modules/body-parser": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
@@ -25784,6 +7674,7 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
+ "dev": true,
"engines": {
"node": ">= 6"
}
@@ -25923,6 +7814,7 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+ "dev": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
@@ -25946,6 +7838,7 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
@@ -26736,6 +8629,7 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true,
"bin": {
"cssesc": "bin/cssesc"
},
@@ -27600,7 +9494,8 @@
"node_modules/didyoumean": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
- "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
+ "dev": true
},
"node_modules/diff": {
"version": "5.2.0",
@@ -27625,7 +9520,8 @@
"node_modules/dlv": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
- "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
+ "dev": true
},
"node_modules/doctrine": {
"version": "3.0.0",
@@ -27774,7 +9670,8 @@
"node_modules/eastasianwidth": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
+ "dev": true
},
"node_modules/ee-first": {
"version": "1.1.1",
@@ -27836,17 +9733,11 @@
"url": "https://github.com/sindresorhus/emittery?sponsor=1"
}
},
- "node_modules/emoji-mart": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/emoji-mart/-/emoji-mart-5.6.0.tgz",
- "integrity": "sha512-eJp3QRe79pjwa+duv+n7+5YsNhRcMl812EcFVwrnRvYKoNPoQb5qxU8DG6Bgwji0akHdp6D4Ln6tYLG58MFSow==",
- "license": "MIT",
- "peer": true
- },
"node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true
},
"node_modules/emojis-list": {
"version": "3.0.0",
@@ -28080,17 +9971,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/es-toolkit": {
- "version": "1.39.5",
- "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.39.5.tgz",
- "integrity": "sha512-z9V0qU4lx1TBXDNFWfAASWk6RNU6c6+TJBKE+FLIg8u0XJ6Yw58Hi0yX8ftEouj6p1QARRlXLFfHbIli93BdQQ==",
- "license": "MIT",
- "peer": true,
- "workspaces": [
- "docs",
- "benchmarks"
- ]
- },
"node_modules/escalade": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -29159,6 +11039,7 @@
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
+ "dev": true,
"dependencies": {
"cross-spawn": "^7.0.6",
"signal-exit": "^4.0.1"
@@ -29300,6 +11181,7 @@
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
@@ -29346,13 +11228,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/fuzzysort": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-3.1.0.tgz",
- "integrity": "sha512-sR9BNCjBg6LNgwvxlBd0sBABvQitkLzoVY9MYYROQVX/FvfJ4Mai9LsGhDgd8qYdds0bY77VzYd5iuB+v5rwQQ==",
- "license": "MIT",
- "peer": true
- },
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -29517,6 +11392,7 @@
"version": "10.3.10",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
+ "dev": true,
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.3.5",
@@ -29538,6 +11414,7 @@
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
"dependencies": {
"is-glob": "^4.0.3"
},
@@ -29555,6 +11432,7 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
+ "dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
@@ -29563,6 +11441,7 @@
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
@@ -29842,31 +11721,6 @@
"node": ">= 0.4"
}
},
- "node_modules/hast-util-embedded": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz",
- "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-is-element": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-embedded/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/hast-util-from-dom": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz",
@@ -30074,54 +11928,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/hast-util-has-property": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
- "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-has-property/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-is-body-ok-link": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz",
- "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-is-body-ok-link/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/hast-util-is-element": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
@@ -30142,69 +11948,6 @@
"@types/unist": "*"
}
},
- "node_modules/hast-util-minify-whitespace": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz",
- "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-embedded": "^3.0.0",
- "hast-util-is-element": "^3.0.0",
- "hast-util-whitespace": "^3.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-minify-whitespace/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-minify-whitespace/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/hast-util-minify-whitespace/node_modules/hast-util-whitespace": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
- "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-minify-whitespace/node_modules/unist-util-is": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/hast-util-parse-selector": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",
@@ -30214,34 +11957,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/hast-util-phrasing": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz",
- "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-embedded": "^3.0.0",
- "hast-util-has-property": "^3.0.0",
- "hast-util-is-body-ok-link": "^3.0.0",
- "hast-util-is-element": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-phrasing/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/hast-util-raw": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
@@ -30304,43 +12019,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/hast-util-to-dom": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-to-dom/-/hast-util-to-dom-4.0.1.tgz",
- "integrity": "sha512-z1VE7sZ8uFzS2baF3LEflX1IPw2gSzrdo3QFEsyoi23MkCVY3FoE9x6nLgOgjwJu8VNWgo+07iaxtONhDzKrUQ==",
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "property-information": "^7.0.0",
- "web-namespaces": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-dom/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-to-dom/node_modules/property-information": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
- "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/hast-util-to-estree": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.3.3.tgz",
@@ -30367,197 +12045,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/hast-util-to-html": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
- "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/unist": "^3.0.0",
- "ccount": "^2.0.0",
- "comma-separated-tokens": "^2.0.0",
- "hast-util-whitespace": "^3.0.0",
- "html-void-elements": "^3.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "property-information": "^7.0.0",
- "space-separated-tokens": "^2.0.0",
- "stringify-entities": "^4.0.0",
- "zwitch": "^2.0.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-html/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-to-html/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/hast-util-to-html/node_modules/hast-util-whitespace": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
- "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-html/node_modules/property-information": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
- "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/hast-util-to-mdast": {
- "version": "10.1.2",
- "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.1.2.tgz",
- "integrity": "sha512-FiCRI7NmOvM4y+f5w32jPRzcxDIz+PUqDwEqn1A+1q2cdp3B8Gx7aVrXORdOKjMNDQsD1ogOr896+0jJHW1EFQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "@ungap/structured-clone": "^1.0.0",
- "hast-util-phrasing": "^3.0.0",
- "hast-util-to-html": "^9.0.0",
- "hast-util-to-text": "^4.0.0",
- "hast-util-whitespace": "^3.0.0",
- "mdast-util-phrasing": "^4.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "mdast-util-to-string": "^4.0.0",
- "rehype-minify-whitespace": "^6.0.0",
- "trim-trailing-lines": "^2.0.0",
- "unist-util-position": "^5.0.0",
- "unist-util-visit": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/hast-util-to-mdast/node_modules/hast-util-whitespace": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
- "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/mdast-util-phrasing": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
- "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/mdast-util-to-string": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
- "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/unist-util-is": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-mdast/node_modules/unist-util-position": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
- "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/hast-util-to-parse5": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
@@ -31236,6 +12723,7 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
@@ -31862,6 +13350,7 @@
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
+ "dev": true,
"dependencies": {
"@isaacs/cliui": "^8.0.2"
},
@@ -32462,6 +13951,7 @@
"version": "1.21.7",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
"integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
+ "dev": true,
"bin": {
"jiti": "bin/jiti.js"
}
@@ -33003,17 +14493,6 @@
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/lz-string": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
- "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "bin": {
- "lz-string": "bin/bin.js"
- }
- },
"node_modules/make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
@@ -33504,82 +14983,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/mdast-util-newline-to-break": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz",
- "integrity": "sha512-MbgeFca0hLYIEx/2zGsszCSEJJ1JSCdiY5xQxRcLDDGa8EPvlLPupJ4DSajbMPAnC0je8jfb9TiUATnxxrHUog==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-find-and-replace": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-newline-to-break/node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/mdast-util-newline-to-break/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/mdast-util-newline-to-break/node_modules/escape-string-regexp": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mdast-util-newline-to-break/node_modules/mdast-util-find-and-replace": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
- "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "escape-string-regexp": "^5.0.0",
- "unist-util-is": "^6.0.0",
- "unist-util-visit-parents": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-newline-to-break/node_modules/unist-util-is": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/mdast-util-phrasing": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
@@ -34748,6 +16151,7 @@
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
+ "dev": true,
"engines": {
"node": ">=16 || 14 >=14.17"
}
@@ -34994,6 +16398,7 @@
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
+ "dev": true,
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
@@ -35359,6 +16764,7 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
"engines": {
"node": ">=0.10.0"
}
@@ -35428,6 +16834,7 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
+ "dev": true,
"engines": {
"node": ">= 6"
}
@@ -35937,6 +17344,7 @@
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dev": true,
"dependencies": {
"lru-cache": "^10.2.0",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
@@ -35951,7 +17359,8 @@
"node_modules/path-scurry/node_modules/lru-cache": {
"version": "10.4.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true
},
"node_modules/path-to-regexp": {
"version": "6.3.0",
@@ -36004,6 +17413,7 @@
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "dev": true,
"engines": {
"node": ">=0.10.0"
}
@@ -36012,6 +17422,7 @@
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
"integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
+ "dev": true,
"engines": {
"node": ">= 6"
}
@@ -36246,6 +17657,7 @@
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
"integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
+ "dev": true,
"dependencies": {
"camelcase-css": "^2.0.1"
},
@@ -36264,6 +17676,7 @@
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
"integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
+ "dev": true,
"funding": [
{
"type": "opencollective",
@@ -36298,6 +17711,7 @@
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
+ "dev": true,
"engines": {
"node": ">=14"
},
@@ -36309,6 +17723,7 @@
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
+ "dev": true,
"bin": {
"yaml": "bin.mjs"
},
@@ -36549,6 +17964,7 @@
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
"integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
+ "dev": true,
"funding": [
{
"type": "opencollective",
@@ -36774,6 +18190,7 @@
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
"integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
+ "dev": true,
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
@@ -36832,7 +18249,8 @@
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+ "dev": true
},
"node_modules/preact": {
"version": "10.12.1",
@@ -37605,6 +19023,7 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
"integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
+ "dev": true,
"dependencies": {
"pify": "^2.3.0"
}
@@ -37626,6 +19045,7 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
"dependencies": {
"picomatch": "^2.2.1"
},
@@ -37637,6 +19057,7 @@
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
@@ -37802,134 +19223,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/rehype-dom-parse": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/rehype-dom-parse/-/rehype-dom-parse-5.0.2.tgz",
- "integrity": "sha512-8CqP11KaqvtWsMqVEC2yM3cZWZsDNqqpr8nPvogjraLuh45stabgcpXadCAxu1n6JaUNJ/Xr3GIqXP7okbNqLg==",
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-from-dom": "^5.0.0",
- "unified": "^11.0.0"
- }
- },
- "node_modules/rehype-dom-parse/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/rehype-dom-parse/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/rehype-dom-parse/node_modules/unified": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
- "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-dom-parse/node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-dom-stringify": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/rehype-dom-stringify/-/rehype-dom-stringify-4.0.2.tgz",
- "integrity": "sha512-2HVFYbtmm5W3C2j8QsV9lcHdIMc2Yn/ytlPKcSC85/tRx2haZbU8V67Wxyh8STT38ZClvKlZ993Me/Hw8g88Aw==",
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-to-dom": "^4.0.0",
- "unified": "^11.0.0"
- }
- },
- "node_modules/rehype-dom-stringify/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/rehype-dom-stringify/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/rehype-dom-stringify/node_modules/unified": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
- "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-dom-stringify/node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/rehype-katex": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz",
@@ -37974,31 +19267,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/rehype-minify-whitespace": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.2.tgz",
- "integrity": "sha512-Zk0pyQ06A3Lyxhe9vGtOtzz3Z0+qZ5+7icZ/PL/2x1SHPbKao5oB/g/rlc6BCTajqBb33JcOe71Ye1oFsuYbnw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-minify-whitespace": "^1.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-minify-whitespace/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/rehype-pretty-code": {
"version": "0.9.11",
"resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.9.11.tgz",
@@ -38055,154 +19323,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/rehype-remark": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/rehype-remark/-/rehype-remark-10.0.1.tgz",
- "integrity": "sha512-EmDndlb5NVwXGfUa4c9GPK+lXeItTilLhE6ADSaQuHr4JUlKw9MidzGzx4HpqZrNCt6vnHmEifXQiiA+CEnjYQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "hast-util-to-mdast": "^10.0.0",
- "unified": "^11.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-remark/node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/rehype-remark/node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/rehype-remark/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/rehype-remark/node_modules/unified": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
- "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-remark/node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-breaks": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz",
- "integrity": "sha512-IjEjJOkH4FuJvHZVIW0QCDWxcG96kCq7An/KVH2NfJe6rKZU2AsHeB3OEjPNRxi4QC34Xdx7I2KGYn6IpT7gxQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-newline-to-break": "^2.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-breaks/node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/remark-breaks/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/remark-breaks/node_modules/unified": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
- "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-breaks/node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/remark-gfm": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz",
@@ -38359,259 +19479,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/remark-stringify": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
- "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-to-markdown": "^2.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify/node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/remark-stringify/node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
- "node_modules/remark-stringify/node_modules/mdast-util-phrasing": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
- "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify/node_modules/mdast-util-to-markdown": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
- "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "@types/unist": "^3.0.0",
- "longest-streak": "^3.0.0",
- "mdast-util-phrasing": "^4.0.0",
- "mdast-util-to-string": "^4.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-decode-string": "^2.0.0",
- "unist-util-visit": "^5.0.0",
- "zwitch": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify/node_modules/mdast-util-to-string": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
- "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify/node_modules/micromark-util-character": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
- "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/remark-stringify/node_modules/micromark-util-classify-character": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
- "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/remark-stringify/node_modules/micromark-util-decode-numeric-character-reference": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
- "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/remark-stringify/node_modules/micromark-util-decode-string": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
- "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "decode-named-character-reference": "^1.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/remark-stringify/node_modules/micromark-util-symbol": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
- "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/remark-stringify/node_modules/micromark-util-types": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
- "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/remark-stringify/node_modules/unified": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
- "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify/node_modules/unist-util-is": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify/node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/remove-accents": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz",
@@ -39856,6 +20723,7 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dev": true,
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
@@ -39873,6 +20741,7 @@
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
@@ -39885,12 +20754,14 @@
"node_modules/string-width-cjs/node_modules/emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
},
"node_modules/string-width/node_modules/ansi-regex": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
+ "dev": true,
"engines": {
"node": ">=12"
},
@@ -39902,6 +20773,7 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
"dependencies": {
"ansi-regex": "^6.0.1"
},
@@ -40073,6 +20945,7 @@
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
"dependencies": {
"ansi-regex": "^5.0.1"
},
@@ -40234,6 +21107,7 @@
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
"integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
+ "dev": true,
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"commander": "^4.0.0",
@@ -40255,6 +21129,7 @@
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
+ "dev": true,
"engines": {
"node": ">= 6"
}
@@ -40421,6 +21296,7 @@
"version": "3.4.17",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
"integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
+ "dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
@@ -40465,6 +21341,7 @@
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
+ "dev": true,
"engines": {
"node": ">=14"
},
@@ -40476,6 +21353,7 @@
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
+ "dev": true,
"dependencies": {
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
@@ -40686,6 +21564,7 @@
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
+ "dev": true,
"dependencies": {
"any-promise": "^1.0.0"
}
@@ -40694,6 +21573,7 @@
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
+ "dev": true,
"dependencies": {
"thenify": ">= 3.1.0 < 4"
},
@@ -40918,17 +21798,6 @@
"url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/trim-trailing-lines": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-2.1.0.tgz",
- "integrity": "sha512-5UR5Biq4VlVOtzqkm2AZlgvSlDJtME46uV0br0gENbwN4l5+mMKT4b9gJKqWtuL2zAIqajGJGuvbCbcAJUZqBg==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/trough": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
@@ -40961,7 +21830,8 @@
"node_modules/ts-interface-checker": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
- "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
+ "dev": true
},
"node_modules/ts-loader": {
"version": "9.5.2",
@@ -41190,7 +22060,7 @@
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
- "devOptional": true,
+ "dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -42471,6 +23341,7 @@
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dev": true,
"dependencies": {
"ansi-styles": "^6.1.0",
"string-width": "^5.0.1",
@@ -42488,6 +23359,7 @@
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
@@ -42503,12 +23375,14 @@
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
},
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
@@ -42522,6 +23396,7 @@
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
+ "dev": true,
"engines": {
"node": ">=12"
},
@@ -42533,6 +23408,7 @@
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "dev": true,
"engines": {
"node": ">=12"
},
@@ -42544,6 +23420,7 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
"dependencies": {
"ansi-regex": "^6.0.1"
},