@sync-in/server 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +64 -10
- package/environment/environment.dist.yaml +29 -26
- package/package.json +18 -17
- package/server/app.bootstrap.js +4 -2
- package/server/app.bootstrap.js.map +1 -1
- package/server/app.constants.js +9 -0
- package/server/app.constants.js.map +1 -1
- package/server/app.module.js +4 -0
- package/server/app.module.js.map +1 -1
- package/server/applications/admin/admin.module.js +6 -1
- package/server/applications/admin/admin.module.js.map +1 -1
- package/server/applications/{notifications/interfaces/user-mail-notification.js → admin/interfaces/check-update.interfaces.js} +1 -1
- package/server/applications/admin/interfaces/check-update.interfaces.js.map +1 -0
- package/server/applications/admin/services/admin-scheduler.service.js +53 -0
- package/server/applications/admin/services/admin-scheduler.service.js.map +1 -0
- package/server/applications/admin/services/admin.service.js +102 -0
- package/server/applications/admin/services/admin.service.js.map +1 -0
- package/server/applications/admin/services/admin.service.spec.js +46 -0
- package/server/applications/admin/services/admin.service.spec.js.map +1 -0
- package/server/applications/admin/utils/check-update.js +28 -0
- package/server/applications/admin/utils/check-update.js.map +1 -0
- package/server/applications/comments/services/comments-manager.service.js +1 -1
- package/server/applications/comments/services/comments-manager.service.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js.map +1 -1
- package/server/applications/comments/services/comments-queries.service.js.map +1 -1
- package/server/applications/files/constants/cache.js +10 -1
- package/server/applications/files/constants/cache.js.map +1 -1
- package/server/applications/files/constants/only-office.js +0 -25
- package/server/applications/files/constants/only-office.js.map +1 -1
- package/server/applications/files/constants/operations.js +20 -3
- package/server/applications/files/constants/operations.js.map +1 -1
- package/server/applications/files/dto/file-operations.dto.js +7 -0
- package/server/applications/files/dto/file-operations.dto.js.map +1 -1
- package/server/applications/files/files-only-office.controller.js +3 -2
- package/server/applications/files/files-only-office.controller.js.map +1 -1
- package/server/applications/files/files-only-office.controller.spec.js +6 -5
- package/server/applications/files/files-only-office.controller.spec.js.map +1 -1
- package/server/applications/files/files.controller.js +100 -12
- package/server/applications/files/files.controller.js.map +1 -1
- package/server/applications/files/files.controller.spec.js +29 -8
- package/server/applications/files/files.controller.spec.js.map +1 -1
- package/server/applications/files/guards/files-only-office.guard.js +6 -0
- package/server/applications/files/guards/files-only-office.guard.js.map +1 -1
- package/server/applications/files/interfaces/file-db-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/only-office-config.interface.js.map +1 -1
- package/server/applications/files/services/files-content-manager.service.js +3 -3
- package/server/applications/files/services/files-content-manager.service.js.map +1 -1
- package/server/applications/files/services/files-lock-manager.service.js +61 -22
- package/server/applications/files/services/files-lock-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.js +122 -24
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.spec.js +15 -0
- package/server/applications/files/services/files-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-methods.service.js +39 -14
- package/server/applications/files/services/files-methods.service.js.map +1 -1
- package/server/applications/files/services/files-only-office-manager.service.js +12 -12
- package/server/applications/files/services/files-only-office-manager.service.js.map +1 -1
- package/server/applications/files/services/files-parser.service.js +1 -1
- package/server/applications/files/services/files-parser.service.js.map +1 -1
- package/server/applications/files/services/files-queries.service.js +10 -0
- package/server/applications/files/services/files-queries.service.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/pdf.js +5 -16
- package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
- package/server/applications/files/utils/files.js +1 -1
- package/server/applications/files/utils/files.js.map +1 -1
- package/server/applications/files/utils/send-file.js +3 -2
- package/server/applications/files/utils/send-file.js.map +1 -1
- package/server/applications/links/services/links-queries.service.js +1 -1
- package/server/applications/links/services/links-queries.service.js.map +1 -1
- package/server/applications/notifications/constants/notifications.js +5 -1
- package/server/applications/notifications/constants/notifications.js.map +1 -1
- package/server/applications/notifications/i18n/de.js +8 -2
- package/server/applications/notifications/i18n/de.js.map +1 -1
- package/server/applications/notifications/i18n/es.js +8 -2
- package/server/applications/notifications/i18n/es.js.map +1 -1
- package/server/applications/notifications/i18n/fr.js +8 -2
- package/server/applications/notifications/i18n/fr.js.map +1 -1
- package/server/applications/notifications/i18n/hi.js +8 -2
- package/server/applications/notifications/i18n/hi.js.map +1 -1
- package/server/applications/notifications/i18n/it.js +8 -2
- package/server/applications/notifications/i18n/it.js.map +1 -1
- package/server/applications/notifications/i18n/ja.js +8 -2
- package/server/applications/notifications/i18n/ja.js.map +1 -1
- package/server/applications/notifications/i18n/ko.js +8 -2
- package/server/applications/notifications/i18n/ko.js.map +1 -1
- package/server/applications/notifications/i18n/pl.js +8 -2
- package/server/applications/notifications/i18n/pl.js.map +1 -1
- package/server/applications/notifications/i18n/pt.js +8 -2
- package/server/applications/notifications/i18n/pt.js.map +1 -1
- package/server/applications/notifications/i18n/pt_br.js +8 -2
- package/server/applications/notifications/i18n/pt_br.js.map +1 -1
- package/server/applications/notifications/i18n/ru.js +8 -2
- package/server/applications/notifications/i18n/ru.js.map +1 -1
- package/server/applications/notifications/i18n/tr.js +8 -2
- package/server/applications/notifications/i18n/tr.js.map +1 -1
- package/server/applications/notifications/i18n/zh.js +8 -2
- package/server/applications/notifications/i18n/zh.js.map +1 -1
- package/server/applications/notifications/interfaces/notification-properties.interface.js.map +1 -1
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js +10 -0
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js.map +1 -0
- package/server/applications/notifications/mails/models.js +38 -3
- package/server/applications/notifications/mails/models.js.map +1 -1
- package/server/applications/notifications/mails/templates.js +1 -1
- package/server/applications/notifications/mails/templates.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.js +8 -1
- package/server/applications/notifications/services/notifications-manager.service.js.map +1 -1
- package/server/applications/notifications/services/notifications-queries.service.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +17 -10
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.spec.js +10 -3
- package/server/applications/shares/services/shares-manager.service.spec.js.map +1 -1
- package/server/applications/shares/services/shares-queries.service.js +11 -1
- package/server/applications/shares/services/shares-queries.service.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.spec.js +2 -2
- package/server/applications/spaces/guards/space.guard.spec.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.js +31 -11
- package/server/applications/spaces/services/spaces-browser.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +2 -2
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-queries.service.js +6 -2
- package/server/applications/spaces/services/spaces-queries.service.js.map +1 -1
- package/server/applications/spaces/utils/permissions.js +2 -2
- package/server/applications/spaces/utils/permissions.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.js +1 -0
- package/server/applications/sync/services/sync-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
- package/server/applications/users/constants/user.js +1 -1
- package/server/applications/users/constants/user.js.map +1 -1
- package/server/applications/users/services/admin-users-queries.service.js +8 -0
- package/server/applications/users/services/admin-users-queries.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.js +1 -2
- package/server/applications/users/services/users-manager.service.js.map +1 -1
- package/server/applications/users/services/users-queries.service.js +67 -68
- package/server/applications/users/services/users-queries.service.js.map +1 -1
- package/server/applications/users/users.gateway.js +6 -0
- package/server/applications/users/users.gateway.js.map +1 -1
- package/server/applications/users/users.module.js +2 -1
- package/server/applications/users/users.module.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.js +4 -4
- package/server/applications/webdav/guards/webdav-protocol.guard.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js +6 -6
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.js +3 -2
- package/server/applications/webdav/services/webdav-methods.service.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.spec.js +2 -2
- package/server/applications/webdav/services/webdav-methods.service.spec.js.map +1 -1
- package/server/authentication/constants/auth-ldap.js +2 -0
- package/server/authentication/constants/auth-ldap.js.map +1 -1
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js +34 -21
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js.map +1 -1
- package/server/common/functions.js +0 -8
- package/server/common/functions.js.map +1 -1
- package/server/common/image.js +63 -58
- package/server/common/image.js.map +1 -1
- package/server/common/shared.js +18 -1
- package/server/common/shared.js.map +1 -1
- package/server/infrastructure/context/services/context-manager.service.js +3 -0
- package/server/infrastructure/context/services/context-manager.service.js.map +1 -1
- package/server/infrastructure/websocket/adapters/cluster.adapter.js +4 -4
- package/server/infrastructure/websocket/adapters/cluster.adapter.js.map +1 -1
- package/static/3rdpartylicenses.txt +1380 -57
- package/static/assets/favicon.svg +2 -25
- package/static/assets/logo-dark.svg +2 -32
- package/static/assets/logo.svg +2 -32
- package/static/assets/mimes/application-sql.svg +29 -1
- package/static/assets/mimes/application-x-sql.svg +29 -0
- package/static/assets/mimes/image-bmp.svg +12 -0
- package/static/assets/pdfjs/build/pdf.mjs +4869 -4454
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +3 -3
- package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.worker.mjs +885 -596
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/locale/be/viewer.ftl +40 -0
- package/static/assets/pdfjs/web/locale/bg/viewer.ftl +2 -0
- package/static/assets/pdfjs/web/locale/cs/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/cy/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/da/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/de/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/el/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +35 -0
- package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +2 -2
- package/static/assets/pdfjs/web/locale/eo/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +72 -0
- package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +120 -0
- package/static/assets/pdfjs/web/locale/eu/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/fi/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/fr/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/fur/viewer.ftl +77 -0
- package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/gn/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/he/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/hu/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +1 -1
- package/static/assets/pdfjs/web/locale/ia/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/it/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/ja/viewer.ftl +32 -0
- package/static/assets/pdfjs/web/locale/ka/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/kab/viewer.ftl +73 -0
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +21 -0
- package/static/assets/pdfjs/web/locale/ko/viewer.ftl +38 -1
- package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/nl/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +37 -0
- package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +37 -0
- package/static/assets/pdfjs/web/locale/pl/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/rm/viewer.ftl +73 -0
- package/static/assets/pdfjs/web/locale/ro/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +42 -0
- package/static/assets/pdfjs/web/locale/sc/viewer.ftl +6 -0
- package/static/assets/pdfjs/web/locale/sk/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/sl/viewer.ftl +42 -1
- package/static/assets/pdfjs/web/locale/sq/viewer.ftl +77 -0
- package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/tg/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/th/viewer.ftl +35 -0
- package/static/assets/pdfjs/web/locale/tr/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/vi/viewer.ftl +42 -5
- package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +35 -0
- package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +37 -0
- package/static/assets/pdfjs/web/viewer.css +141 -110
- package/static/assets/pdfjs/web/viewer.html +7 -7
- package/static/assets/pdfjs/web/viewer.mjs +97 -14
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/chunk-22DWHRCL.js +1 -0
- package/static/chunk-23UUFZSR.js +1 -0
- package/static/{chunk-VM4YX6Q7.js → chunk-24Q7OUU2.js} +1 -1
- package/static/chunk-25QTY2GI.js +1 -0
- package/static/chunk-2E7IJZLL.js +1 -0
- package/static/chunk-2FC5EKS5.js +1 -0
- package/static/chunk-2FOWUJQF.js +1 -0
- package/static/chunk-2XPHUNYN.js +1 -0
- package/static/chunk-32L7RG2G.js +1 -0
- package/static/chunk-3IISSX63.js +1 -0
- package/static/chunk-3OHSTP3R.js +1 -0
- package/static/chunk-42L6C5MT.js +1 -0
- package/static/chunk-4AGQL5GV.js +1 -0
- package/static/chunk-4BPSQMI2.js +1 -0
- package/static/chunk-4FDRWZWT.js +1 -0
- package/static/chunk-4FJUCMEG.js +1 -0
- package/static/chunk-4GCCF6PF.js +1 -0
- package/static/chunk-4ORP3SBY.js +1 -0
- package/static/chunk-4QBOHIC3.js +1 -0
- package/static/chunk-4YT6K5KY.js +1 -0
- package/static/chunk-556I6YIW.js +1 -0
- package/static/chunk-5DPIGJU4.js +1 -0
- package/static/chunk-5HNQLBSW.js +3 -0
- package/static/chunk-5IL7C45D.js +1 -0
- package/static/chunk-5KJXGMKR.js +1 -0
- package/static/chunk-5SPGSHKL.js +1 -0
- package/static/chunk-5WCQBTXW.js +1 -0
- package/static/chunk-5XUIPWOH.js +1 -0
- package/static/chunk-62WT7PI3.js +1 -0
- package/static/chunk-6F6OMQ5H.js +1 -0
- package/static/chunk-6I5BGQHT.js +1 -0
- package/static/chunk-6NOS45DG.js +1 -0
- package/static/chunk-6OKLPRCD.js +1 -0
- package/static/chunk-6VEJCG43.js +1 -0
- package/static/chunk-77SS36Z2.js +1 -0
- package/static/chunk-7AXEPO3G.js +1 -0
- package/static/chunk-7CFSJ4BO.js +1 -0
- package/static/chunk-7CKHC72R.js +1 -0
- package/static/chunk-7DUTYOJG.js +1 -0
- package/static/chunk-7HKFYRPF.js +1 -0
- package/static/chunk-7NZJZATZ.js +1 -0
- package/static/chunk-AADK5D2H.js +1 -0
- package/static/chunk-ACUF7IKP.js +1 -0
- package/static/chunk-AGREZPV4.js +1 -0
- package/static/chunk-ATBJWFA3.js +1 -0
- package/static/chunk-ATXLZN2B.js +1 -0
- package/static/chunk-AZ5TF5Y3.js +1 -0
- package/static/chunk-BBHYIURC.js +1 -0
- package/static/chunk-BHZEPHRI.js +13 -0
- package/static/chunk-BQZWSZNN.js +1 -0
- package/static/chunk-BSB4VROD.js +2 -0
- package/static/chunk-BYWSTP3P.js +1 -0
- package/static/chunk-C3AAEQKW.js +1 -0
- package/static/chunk-CCGGCHGN.js +1 -0
- package/static/chunk-CFTKW432.js +1 -0
- package/static/chunk-CNOVT6KU.js +1 -0
- package/static/chunk-D56H3XE2.js +1 -0
- package/static/chunk-DFOOSIIA.js +1 -0
- package/static/chunk-DHFQIFOF.js +1 -0
- package/static/{chunk-3GMLWAFZ.js → chunk-DIC2MVRI.js} +1 -1
- package/static/chunk-DJDRX53V.js +2 -0
- package/static/chunk-DKGXUMLT.js +1 -0
- package/static/chunk-DRHPEERW.js +2 -0
- package/static/chunk-DWYP6ZGG.js +1 -0
- package/static/chunk-EDJAISWO.js +13 -0
- package/static/chunk-EIYRBM4J.js +1 -0
- package/static/chunk-EKEGRXCV.js +7 -0
- package/static/chunk-EL6QL4TP.js +1 -0
- package/static/chunk-ERDZ7IVF.js +1 -0
- package/static/chunk-EVQKKVUZ.js +1 -0
- package/static/chunk-F2XG7EWI.js +1 -0
- package/static/chunk-F672FY5I.js +1 -0
- package/static/chunk-F6V37MKG.js +1 -0
- package/static/chunk-F7TXTNZC.js +1 -0
- package/static/chunk-FCGTI42I.js +1 -0
- package/static/chunk-FQHOSSCO.js +1 -0
- package/static/chunk-FTSIPHMG.js +1 -0
- package/static/chunk-GAGHHYLF.js +1 -0
- package/static/{chunk-JPT5WEAT.js → chunk-GOJYWL2M.js} +1 -1
- package/static/chunk-H6WOTGQ5.js +1 -0
- package/static/{chunk-CHJ64RJM.js → chunk-H6ZXFINQ.js} +1 -1
- package/static/chunk-HC7F57NA.js +1 -0
- package/static/chunk-HHWXIK2M.js +7 -0
- package/static/chunk-HKRGIRKB.js +3 -0
- package/static/chunk-HNMGPG72.js +1 -0
- package/static/chunk-HS4S6BV3.js +1 -0
- package/static/chunk-IJ7K7ATQ.js +1 -0
- package/static/chunk-IOIBQGHN.js +562 -0
- package/static/chunk-ITVA26X2.js +2 -0
- package/static/chunk-J6YSFHLZ.js +1 -0
- package/static/chunk-JAEJ6IMV.js +1 -0
- package/static/chunk-JB5R6V33.js +1 -0
- package/static/chunk-JF6WIV6M.js +1 -0
- package/static/chunk-JGB4LLUT.js +1 -0
- package/static/chunk-JGXVTKLG.js +1 -0
- package/static/chunk-JMYAD7E2.js +1 -0
- package/static/chunk-JSE63Q5X.js +1 -0
- package/static/chunk-JVV3ZL6L.js +1 -0
- package/static/chunk-JXZCNFW7.js +1 -0
- package/static/chunk-KAVP6UXH.js +1 -0
- package/static/{chunk-WLMNXRBS.js → chunk-KDEEERWZ.js} +1 -1
- package/static/chunk-KHRF67SG.js +1 -0
- package/static/chunk-KLOUBIO4.js +1 -0
- package/static/chunk-KMF3ZRAO.js +1 -0
- package/static/chunk-KNZ3AQPR.js +1 -0
- package/static/chunk-KT3TWCST.js +1 -0
- package/static/chunk-L6SYG23T.js +1 -0
- package/static/chunk-LJSVNPPQ.js +1 -0
- package/static/{chunk-LNTUR3GU.js → chunk-LRDKG274.js} +1 -1
- package/static/chunk-LRQSPCYZ.js +1 -0
- package/static/chunk-LUSVISM6.js +1 -0
- package/static/chunk-LXQGVNU2.js +1 -0
- package/static/{chunk-BIKLW4YS.js → chunk-LYZGJZNP.js} +1 -1
- package/static/chunk-LZKI5P5T.js +1 -0
- package/static/chunk-M4XL3JN5.js +6 -0
- package/static/{chunk-UNCPXHHT.js → chunk-MGWG7OD7.js} +1 -1
- package/static/chunk-MKUUWY6Y.js +1 -0
- package/static/{chunk-HAS5ZOTR.js → chunk-MNNCSSHN.js} +1 -1
- package/static/chunk-MR3U7TKQ.js +1 -0
- package/static/chunk-MRF3CNLZ.js +1 -0
- package/static/chunk-MRMSMTWD.js +1 -0
- package/static/chunk-MVZJSG5R.js +1 -0
- package/static/chunk-MYM43ENO.js +1 -0
- package/static/chunk-N3P6P6GW.js +7 -0
- package/static/chunk-NAH4V2R6.js +2 -0
- package/static/chunk-NBBDVVUF.js +1 -0
- package/static/chunk-NMF2ZFBE.js +1 -0
- package/static/chunk-NN4ONTOT.js +1 -0
- package/static/chunk-NOPACN4F.js +1 -0
- package/static/chunk-NYJPOP4L.js +1 -0
- package/static/chunk-OJCAIKUK.js +1 -0
- package/static/chunk-OQRWXCLY.js +1 -0
- package/static/chunk-PCFH5HCI.js +2 -0
- package/static/chunk-PG54TWBO.js +4 -0
- package/static/chunk-PJF5XUTO.js +1 -0
- package/static/{chunk-FJE6BOFL.js → chunk-PSUAQBYM.js} +1 -1
- package/static/chunk-PTLYIUFW.js +1 -0
- package/static/chunk-PZGLDZZM.js +1 -0
- package/static/chunk-Q4VNZGFI.js +1 -0
- package/static/chunk-Q556XB3S.js +1 -0
- package/static/{chunk-PB4AIT7O.js → chunk-Q7IXRPOO.js} +1 -1
- package/static/chunk-Q7U2VPIS.js +1 -0
- package/static/chunk-QM6CQMEX.js +1 -0
- package/static/chunk-QMHUIHSR.js +1 -0
- package/static/chunk-QNFNXDSX.js +1 -0
- package/static/chunk-QVFPHTOH.js +1 -0
- package/static/chunk-R4MI25E2.js +1 -0
- package/static/chunk-R7JRAR3P.js +1 -0
- package/static/chunk-R7PNKQU2.js +1 -0
- package/static/chunk-RCAORRB7.js +1 -0
- package/static/chunk-RK7XRDNB.js +1 -0
- package/static/chunk-RO7SAOLK.js +1 -0
- package/static/chunk-RQUUINHV.js +1 -0
- package/static/chunk-RT3K6DZR.js +1 -0
- package/static/chunk-RUN556VW.js +1 -0
- package/static/chunk-RX3YQ67K.js +1 -0
- package/static/chunk-S6EVLDHA.js +5 -0
- package/static/chunk-S7S5M3AZ.js +1 -0
- package/static/chunk-SBLNYV74.js +1 -0
- package/static/chunk-SIZCHHUA.js +1 -0
- package/static/chunk-SRBOO7AO.js +1 -0
- package/static/{chunk-PVDHBQRM.js → chunk-STA7NTYL.js} +1 -1
- package/static/chunk-T3YI3BSS.js +1 -0
- package/static/chunk-T74SMT7I.js +1 -0
- package/static/chunk-TAL3RTTQ.js +1 -0
- package/static/chunk-TJZKTNNS.js +1 -0
- package/static/chunk-UJTFWZEC.js +1 -0
- package/static/chunk-UPGVU5LG.js +1 -0
- package/static/chunk-UQ6O3I6W.js +1 -0
- package/static/{chunk-5NMSIIQB.js → chunk-V43RGNXA.js} +1 -1
- package/static/chunk-VWIRXLNE.js +1 -0
- package/static/chunk-VZMVGIVW.js +1 -0
- package/static/chunk-VZPCXSRG.js +2 -0
- package/static/chunk-WR3MA3L3.js +1 -0
- package/static/chunk-XCLK7NJL.js +1 -0
- package/static/{chunk-DSWEWLXJ.js → chunk-XCPDPB5G.js} +1 -1
- package/static/chunk-XEGHEUP5.js +1 -0
- package/static/chunk-XKEBQNQJ.js +1 -0
- package/static/chunk-XOF4UW3S.js +1 -0
- package/static/chunk-XOTKK2NJ.js +1 -0
- package/static/chunk-XX7JXKA6.js +1 -0
- package/static/chunk-Y2I36A4K.js +1 -0
- package/static/chunk-Y44XDRM5.js +1 -0
- package/static/{chunk-QO6BTONN.js → chunk-Y4MAPE2C.js} +1 -1
- package/static/chunk-Y5RLD72B.js +1 -0
- package/static/{chunk-DPUVSXRB.js → chunk-Y5XTRCFK.js} +1 -1
- package/static/chunk-Y63UUJGJ.js +1 -0
- package/static/chunk-YBNAC7QM.js +1 -0
- package/static/chunk-YCTCESL4.js +1 -0
- package/static/chunk-YMAN4LIU.js +1 -0
- package/static/chunk-YTDE6SXT.js +1 -0
- package/static/chunk-YZPIUJB3.js +1 -0
- package/static/chunk-ZCOWBVOT.js +1 -0
- package/static/chunk-ZHRYYMYE.js +1 -0
- package/static/chunk-ZNXTOQFG.js +1 -0
- package/static/{chunk-URHTCJ7G.js → chunk-ZQLBPLXI.js} +1 -1
- package/static/favicon.ico +0 -0
- package/static/index.html +2 -2
- package/static/main-3PLRDZTO.js +11 -0
- package/static/styles-Q4OZOSSK.css +1 -0
- package/server/applications/notifications/interfaces/user-mail-notification.js.map +0 -1
- package/static/assets/codemirror/mode/apl/apl.js +0 -174
- package/static/assets/codemirror/mode/asciiarmor/asciiarmor.js +0 -74
- package/static/assets/codemirror/mode/asn.1/asn.1.js +0 -204
- package/static/assets/codemirror/mode/asterisk/asterisk.js +0 -220
- package/static/assets/codemirror/mode/brainfuck/brainfuck.js +0 -85
- package/static/assets/codemirror/mode/clike/clike.js +0 -942
- package/static/assets/codemirror/mode/clojure/clojure.js +0 -293
- package/static/assets/codemirror/mode/cmake/cmake.js +0 -97
- package/static/assets/codemirror/mode/cobol/cobol.js +0 -255
- package/static/assets/codemirror/mode/coffeescript/coffeescript.js +0 -359
- package/static/assets/codemirror/mode/commonlisp/commonlisp.js +0 -125
- package/static/assets/codemirror/mode/crystal/crystal.js +0 -433
- package/static/assets/codemirror/mode/css/css.js +0 -862
- package/static/assets/codemirror/mode/cypher/cypher.js +0 -152
- package/static/assets/codemirror/mode/d/d.js +0 -223
- package/static/assets/codemirror/mode/dart/dart.js +0 -168
- package/static/assets/codemirror/mode/diff/diff.js +0 -47
- package/static/assets/codemirror/mode/django/django.js +0 -356
- package/static/assets/codemirror/mode/dockerfile/dockerfile.js +0 -211
- package/static/assets/codemirror/mode/dtd/dtd.js +0 -142
- package/static/assets/codemirror/mode/dylan/dylan.js +0 -352
- package/static/assets/codemirror/mode/ebnf/ebnf.js +0 -195
- package/static/assets/codemirror/mode/ecl/ecl.js +0 -206
- package/static/assets/codemirror/mode/eiffel/eiffel.js +0 -160
- package/static/assets/codemirror/mode/elm/elm.js +0 -245
- package/static/assets/codemirror/mode/erlang/erlang.js +0 -619
- package/static/assets/codemirror/mode/factor/factor.js +0 -85
- package/static/assets/codemirror/mode/fcl/fcl.js +0 -173
- package/static/assets/codemirror/mode/forth/forth.js +0 -180
- package/static/assets/codemirror/mode/fortran/fortran.js +0 -188
- package/static/assets/codemirror/mode/gas/gas.js +0 -355
- package/static/assets/codemirror/mode/gfm/gfm.js +0 -129
- package/static/assets/codemirror/mode/gherkin/gherkin.js +0 -194
- package/static/assets/codemirror/mode/go/go.js +0 -187
- package/static/assets/codemirror/mode/groovy/groovy.js +0 -245
- package/static/assets/codemirror/mode/haml/haml.js +0 -161
- package/static/assets/codemirror/mode/handlebars/handlebars.js +0 -70
- package/static/assets/codemirror/mode/haskell/haskell.js +0 -268
- package/static/assets/codemirror/mode/haskell-literate/haskell-literate.js +0 -43
- package/static/assets/codemirror/mode/haxe/haxe.js +0 -515
- package/static/assets/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
- package/static/assets/codemirror/mode/htmlmixed/htmlmixed.js +0 -153
- package/static/assets/codemirror/mode/http/http.js +0 -113
- package/static/assets/codemirror/mode/idl/idl.js +0 -290
- package/static/assets/codemirror/mode/javascript/javascript.js +0 -960
- package/static/assets/codemirror/mode/jinja2/jinja2.js +0 -193
- package/static/assets/codemirror/mode/jsx/jsx.js +0 -149
- package/static/assets/codemirror/mode/julia/julia.js +0 -390
- package/static/assets/codemirror/mode/livescript/livescript.js +0 -280
- package/static/assets/codemirror/mode/lua/lua.js +0 -160
- package/static/assets/codemirror/mode/markdown/markdown.js +0 -886
- package/static/assets/codemirror/mode/mathematica/mathematica.js +0 -176
- package/static/assets/codemirror/mode/mbox/mbox.js +0 -129
- package/static/assets/codemirror/mode/meta.js +0 -221
- package/static/assets/codemirror/mode/mirc/mirc.js +0 -193
- package/static/assets/codemirror/mode/mllike/mllike.js +0 -359
- package/static/assets/codemirror/mode/modelica/modelica.js +0 -245
- package/static/assets/codemirror/mode/mscgen/mscgen.js +0 -175
- package/static/assets/codemirror/mode/mumps/mumps.js +0 -148
- package/static/assets/codemirror/mode/nginx/nginx.js +0 -178
- package/static/assets/codemirror/mode/nsis/nsis.js +0 -95
- package/static/assets/codemirror/mode/ntriples/ntriples.js +0 -195
- package/static/assets/codemirror/mode/octave/octave.js +0 -139
- package/static/assets/codemirror/mode/oz/oz.js +0 -252
- package/static/assets/codemirror/mode/pascal/pascal.js +0 -136
- package/static/assets/codemirror/mode/pegjs/pegjs.js +0 -111
- package/static/assets/codemirror/mode/perl/perl.js +0 -836
- package/static/assets/codemirror/mode/php/php.js +0 -234
- package/static/assets/codemirror/mode/pig/pig.js +0 -178
- package/static/assets/codemirror/mode/powershell/powershell.js +0 -398
- package/static/assets/codemirror/mode/properties/properties.js +0 -78
- package/static/assets/codemirror/mode/protobuf/protobuf.js +0 -72
- package/static/assets/codemirror/mode/pug/pug.js +0 -591
- package/static/assets/codemirror/mode/puppet/puppet.js +0 -220
- package/static/assets/codemirror/mode/python/python.js +0 -402
- package/static/assets/codemirror/mode/q/q.js +0 -139
- package/static/assets/codemirror/mode/r/r.js +0 -190
- package/static/assets/codemirror/mode/rpm/changes/index.html +0 -66
- package/static/assets/codemirror/mode/rpm/rpm.js +0 -109
- package/static/assets/codemirror/mode/rst/rst.js +0 -557
- package/static/assets/codemirror/mode/ruby/ruby.js +0 -303
- package/static/assets/codemirror/mode/rust/rust.js +0 -72
- package/static/assets/codemirror/mode/sas/sas.js +0 -303
- package/static/assets/codemirror/mode/sass/sass.js +0 -459
- package/static/assets/codemirror/mode/scheme/scheme.js +0 -284
- package/static/assets/codemirror/mode/shell/shell.js +0 -168
- package/static/assets/codemirror/mode/sieve/sieve.js +0 -193
- package/static/assets/codemirror/mode/slim/slim.js +0 -575
- package/static/assets/codemirror/mode/smalltalk/smalltalk.js +0 -168
- package/static/assets/codemirror/mode/smarty/smarty.js +0 -225
- package/static/assets/codemirror/mode/solr/solr.js +0 -104
- package/static/assets/codemirror/mode/soy/soy.js +0 -665
- package/static/assets/codemirror/mode/sparql/sparql.js +0 -184
- package/static/assets/codemirror/mode/spreadsheet/spreadsheet.js +0 -112
- package/static/assets/codemirror/mode/sql/sql.js +0 -529
- package/static/assets/codemirror/mode/stex/stex.js +0 -264
- package/static/assets/codemirror/mode/stylus/stylus.js +0 -775
- package/static/assets/codemirror/mode/swift/swift.js +0 -221
- package/static/assets/codemirror/mode/tcl/tcl.js +0 -140
- package/static/assets/codemirror/mode/textile/textile.js +0 -469
- package/static/assets/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
- package/static/assets/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -308
- package/static/assets/codemirror/mode/tiki/tiki.css +0 -26
- package/static/assets/codemirror/mode/tiki/tiki.js +0 -312
- package/static/assets/codemirror/mode/toml/toml.js +0 -88
- package/static/assets/codemirror/mode/tornado/tornado.js +0 -68
- package/static/assets/codemirror/mode/troff/troff.js +0 -84
- package/static/assets/codemirror/mode/ttcn/ttcn.js +0 -283
- package/static/assets/codemirror/mode/ttcn-cfg/ttcn-cfg.js +0 -214
- package/static/assets/codemirror/mode/turtle/turtle.js +0 -162
- package/static/assets/codemirror/mode/twig/twig.js +0 -141
- package/static/assets/codemirror/mode/vb/vb.js +0 -275
- package/static/assets/codemirror/mode/vbscript/vbscript.js +0 -350
- package/static/assets/codemirror/mode/velocity/velocity.js +0 -202
- package/static/assets/codemirror/mode/verilog/verilog.js +0 -781
- package/static/assets/codemirror/mode/vhdl/vhdl.js +0 -189
- package/static/assets/codemirror/mode/vue/vue.js +0 -77
- package/static/assets/codemirror/mode/wast/wast.js +0 -132
- package/static/assets/codemirror/mode/webidl/webidl.js +0 -195
- package/static/assets/codemirror/mode/xml/xml.js +0 -417
- package/static/assets/codemirror/mode/xquery/xquery.js +0 -448
- package/static/assets/codemirror/mode/yacas/yacas.js +0 -204
- package/static/assets/codemirror/mode/yaml/yaml.js +0 -120
- package/static/assets/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -72
- package/static/assets/codemirror/mode/z80/z80.js +0 -116
- package/static/chunk-2KLC4T2Z.js +0 -1
- package/static/chunk-373XVRXW.js +0 -1
- package/static/chunk-3XVM35O2.js +0 -1
- package/static/chunk-3YVRP3VM.js +0 -2
- package/static/chunk-AF24EYXU.js +0 -1
- package/static/chunk-AKQVEHO6.js +0 -2
- package/static/chunk-AY2SZ3G6.js +0 -1
- package/static/chunk-BCVX464U.js +0 -2
- package/static/chunk-C36MW4ME.js +0 -562
- package/static/chunk-DKSEQTMX.js +0 -1
- package/static/chunk-FZ3JPGYZ.js +0 -1
- package/static/chunk-GUGNR5TF.js +0 -3
- package/static/chunk-H6NE33VX.js +0 -1
- package/static/chunk-HNQRZALS.js +0 -1
- package/static/chunk-JSWCNGXJ.js +0 -1
- package/static/chunk-KFJIQIGR.js +0 -1
- package/static/chunk-LVM4QB22.js +0 -1
- package/static/chunk-M3XVNQZQ.js +0 -1
- package/static/chunk-MFLIJH6T.js +0 -1
- package/static/chunk-MSUHTBB2.js +0 -1
- package/static/chunk-N3U6637P.js +0 -1
- package/static/chunk-NNV4OXSB.js +0 -1
- package/static/chunk-NO2LTNW3.js +0 -1
- package/static/chunk-OOGP4WSH.js +0 -2
- package/static/chunk-PCWDQPOM.js +0 -2
- package/static/chunk-PGZZP5W3.js +0 -1
- package/static/chunk-Q5KM7LTX.js +0 -1
- package/static/chunk-QHC6ZPQ4.js +0 -1
- package/static/chunk-QZU2S5CV.js +0 -1
- package/static/chunk-SBZ572Q4.js +0 -2
- package/static/chunk-SHIVUDP3.js +0 -1
- package/static/chunk-SLHTEGRU.js +0 -1
- package/static/chunk-SSFF27P2.js +0 -24
- package/static/chunk-TPYBFZS5.js +0 -1
- package/static/chunk-UEQCWMXD.js +0 -1
- package/static/chunk-UG5DMXYO.js +0 -1
- package/static/chunk-UJPPR4MX.js +0 -1
- package/static/chunk-V3AT2BKP.js +0 -1
- package/static/chunk-VKK5BSLX.js +0 -1
- package/static/chunk-WJW7CT6G.js +0 -27
- package/static/chunk-X5XGK6T7.js +0 -4
- package/static/chunk-YEKR5OPO.js +0 -1
- package/static/chunk-YW57T2PF.js +0 -1
- package/static/chunk-Z5J5F5SX.js +0 -1
- package/static/chunk-ZPF2DSQV.js +0 -1
- package/static/chunk-ZTCRGJ6Y.js +0 -7
- package/static/main-VOL6OMJ5.js +0 -9
- package/static/scripts-WRDOQIU5.js +0 -24
- package/static/styles-2C2UNCNB.css +0 -1
|
@@ -1,11 +1,973 @@
|
|
|
1
1
|
|
|
2
2
|
--------------------------------------------------------------------------------
|
|
3
|
-
Package: codemirror
|
|
3
|
+
Package: @codemirror/legacy-modes
|
|
4
|
+
License: "MIT"
|
|
5
|
+
|
|
6
|
+
MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in
|
|
18
|
+
all copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
+
THE SOFTWARE.
|
|
27
|
+
|
|
28
|
+
--------------------------------------------------------------------------------
|
|
29
|
+
Package: @codemirror/lang-vue
|
|
30
|
+
License: "MIT"
|
|
31
|
+
|
|
32
|
+
MIT License
|
|
33
|
+
|
|
34
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
35
|
+
|
|
36
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
37
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
38
|
+
in the Software without restriction, including without limitation the rights
|
|
39
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
40
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
41
|
+
furnished to do so, subject to the following conditions:
|
|
42
|
+
|
|
43
|
+
The above copyright notice and this permission notice shall be included in
|
|
44
|
+
all copies or substantial portions of the Software.
|
|
45
|
+
|
|
46
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
47
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
48
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
49
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
50
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
51
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
52
|
+
THE SOFTWARE.
|
|
53
|
+
|
|
54
|
+
--------------------------------------------------------------------------------
|
|
55
|
+
Package: @codemirror/lang-angular
|
|
56
|
+
License: "MIT"
|
|
57
|
+
|
|
58
|
+
MIT License
|
|
59
|
+
|
|
60
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
61
|
+
|
|
62
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
63
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
64
|
+
in the Software without restriction, including without limitation the rights
|
|
65
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
66
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
67
|
+
furnished to do so, subject to the following conditions:
|
|
68
|
+
|
|
69
|
+
The above copyright notice and this permission notice shall be included in
|
|
70
|
+
all copies or substantial portions of the Software.
|
|
71
|
+
|
|
72
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
73
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
74
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
75
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
76
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
77
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
78
|
+
THE SOFTWARE.
|
|
79
|
+
|
|
80
|
+
--------------------------------------------------------------------------------
|
|
81
|
+
Package: ngx-bootstrap
|
|
82
|
+
License: "MIT"
|
|
83
|
+
|
|
84
|
+
The MIT License (MIT)
|
|
85
|
+
|
|
86
|
+
Copyright (c) 2015-2020 Valor Software
|
|
87
|
+
Copyright (c) 2015-2020 Dmitriy Shekhovtsov<valorkin@gmail.com>
|
|
88
|
+
|
|
89
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
90
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
91
|
+
in the Software without restriction, including without limitation the rights
|
|
92
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
93
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
94
|
+
furnished to do so, subject to the following conditions:
|
|
95
|
+
|
|
96
|
+
The above copyright notice and this permission notice shall be included in all
|
|
97
|
+
copies or substantial portions of the Software.
|
|
98
|
+
|
|
99
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
100
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
101
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
102
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
103
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
104
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
105
|
+
SOFTWARE.
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
--------------------------------------------------------------------------------
|
|
109
|
+
Package: @lezer/rust
|
|
110
|
+
License: "MIT"
|
|
111
|
+
|
|
112
|
+
MIT License
|
|
113
|
+
|
|
114
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
115
|
+
|
|
116
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
117
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
118
|
+
in the Software without restriction, including without limitation the rights
|
|
119
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
120
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
121
|
+
furnished to do so, subject to the following conditions:
|
|
122
|
+
|
|
123
|
+
The above copyright notice and this permission notice shall be included in
|
|
124
|
+
all copies or substantial portions of the Software.
|
|
125
|
+
|
|
126
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
127
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
128
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
129
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
130
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
131
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
132
|
+
THE SOFTWARE.
|
|
133
|
+
|
|
134
|
+
--------------------------------------------------------------------------------
|
|
135
|
+
Package: @codemirror/lang-rust
|
|
136
|
+
License: "MIT"
|
|
137
|
+
|
|
138
|
+
MIT License
|
|
139
|
+
|
|
140
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
141
|
+
|
|
142
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
143
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
144
|
+
in the Software without restriction, including without limitation the rights
|
|
145
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
146
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
147
|
+
furnished to do so, subject to the following conditions:
|
|
148
|
+
|
|
149
|
+
The above copyright notice and this permission notice shall be included in
|
|
150
|
+
all copies or substantial portions of the Software.
|
|
151
|
+
|
|
152
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
153
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
154
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
155
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
156
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
157
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
158
|
+
THE SOFTWARE.
|
|
159
|
+
|
|
160
|
+
--------------------------------------------------------------------------------
|
|
161
|
+
Package: @lezer/sass
|
|
162
|
+
License: "MIT"
|
|
163
|
+
|
|
164
|
+
MIT License
|
|
165
|
+
|
|
166
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
167
|
+
|
|
168
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
169
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
170
|
+
in the Software without restriction, including without limitation the rights
|
|
171
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
172
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
173
|
+
furnished to do so, subject to the following conditions:
|
|
174
|
+
|
|
175
|
+
The above copyright notice and this permission notice shall be included in
|
|
176
|
+
all copies or substantial portions of the Software.
|
|
177
|
+
|
|
178
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
179
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
180
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
181
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
182
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
183
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
184
|
+
THE SOFTWARE.
|
|
185
|
+
|
|
186
|
+
--------------------------------------------------------------------------------
|
|
187
|
+
Package: @codemirror/lang-sass
|
|
188
|
+
License: "MIT"
|
|
189
|
+
|
|
190
|
+
MIT License
|
|
191
|
+
|
|
192
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
193
|
+
|
|
194
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
195
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
196
|
+
in the Software without restriction, including without limitation the rights
|
|
197
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
198
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
199
|
+
furnished to do so, subject to the following conditions:
|
|
200
|
+
|
|
201
|
+
The above copyright notice and this permission notice shall be included in
|
|
202
|
+
all copies or substantial portions of the Software.
|
|
203
|
+
|
|
204
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
205
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
206
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
207
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
208
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
209
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
210
|
+
THE SOFTWARE.
|
|
211
|
+
|
|
212
|
+
--------------------------------------------------------------------------------
|
|
213
|
+
Package: @codemirror/lang-wast
|
|
214
|
+
License: "MIT"
|
|
215
|
+
|
|
216
|
+
MIT License
|
|
217
|
+
|
|
218
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
219
|
+
|
|
220
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
221
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
222
|
+
in the Software without restriction, including without limitation the rights
|
|
223
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
224
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
225
|
+
furnished to do so, subject to the following conditions:
|
|
226
|
+
|
|
227
|
+
The above copyright notice and this permission notice shall be included in
|
|
228
|
+
all copies or substantial portions of the Software.
|
|
229
|
+
|
|
230
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
231
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
232
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
233
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
234
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
235
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
236
|
+
THE SOFTWARE.
|
|
237
|
+
|
|
238
|
+
--------------------------------------------------------------------------------
|
|
239
|
+
Package: @lezer/xml
|
|
240
|
+
License: "MIT"
|
|
241
|
+
|
|
242
|
+
MIT License
|
|
243
|
+
|
|
244
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
245
|
+
|
|
246
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
247
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
248
|
+
in the Software without restriction, including without limitation the rights
|
|
249
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
250
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
251
|
+
furnished to do so, subject to the following conditions:
|
|
252
|
+
|
|
253
|
+
The above copyright notice and this permission notice shall be included in
|
|
254
|
+
all copies or substantial portions of the Software.
|
|
255
|
+
|
|
256
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
257
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
258
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
259
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
260
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
261
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
262
|
+
THE SOFTWARE.
|
|
263
|
+
|
|
264
|
+
--------------------------------------------------------------------------------
|
|
265
|
+
Package: @codemirror/lang-xml
|
|
266
|
+
License: "MIT"
|
|
267
|
+
|
|
268
|
+
MIT License
|
|
269
|
+
|
|
270
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
271
|
+
|
|
272
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
273
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
274
|
+
in the Software without restriction, including without limitation the rights
|
|
275
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
276
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
277
|
+
furnished to do so, subject to the following conditions:
|
|
278
|
+
|
|
279
|
+
The above copyright notice and this permission notice shall be included in
|
|
280
|
+
all copies or substantial portions of the Software.
|
|
281
|
+
|
|
282
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
283
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
284
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
285
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
286
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
287
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
288
|
+
THE SOFTWARE.
|
|
289
|
+
|
|
290
|
+
--------------------------------------------------------------------------------
|
|
291
|
+
Package: @lezer/yaml
|
|
292
|
+
License: "MIT"
|
|
293
|
+
|
|
294
|
+
MIT License
|
|
295
|
+
|
|
296
|
+
Copyright (C) 2024 by Marijn Haverbeke <marijnh@gmail.com> and others
|
|
297
|
+
|
|
298
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
299
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
300
|
+
in the Software without restriction, including without limitation the rights
|
|
301
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
302
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
303
|
+
furnished to do so, subject to the following conditions:
|
|
304
|
+
|
|
305
|
+
The above copyright notice and this permission notice shall be included in
|
|
306
|
+
all copies or substantial portions of the Software.
|
|
307
|
+
|
|
308
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
309
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
310
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
311
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
312
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
313
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
314
|
+
THE SOFTWARE.
|
|
315
|
+
--------------------------------------------------------------------------------
|
|
316
|
+
Package: @codemirror/lang-yaml
|
|
317
|
+
License: "MIT"
|
|
318
|
+
|
|
319
|
+
MIT License
|
|
320
|
+
|
|
321
|
+
Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
322
|
+
|
|
323
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
324
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
325
|
+
in the Software without restriction, including without limitation the rights
|
|
326
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
327
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
328
|
+
furnished to do so, subject to the following conditions:
|
|
329
|
+
|
|
330
|
+
The above copyright notice and this permission notice shall be included in
|
|
331
|
+
all copies or substantial portions of the Software.
|
|
332
|
+
|
|
333
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
334
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
335
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
336
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
337
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
338
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
339
|
+
THE SOFTWARE.
|
|
340
|
+
|
|
341
|
+
--------------------------------------------------------------------------------
|
|
342
|
+
Package: @lezer/java
|
|
343
|
+
License: "MIT"
|
|
344
|
+
|
|
345
|
+
MIT License
|
|
346
|
+
|
|
347
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
348
|
+
|
|
349
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
350
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
351
|
+
in the Software without restriction, including without limitation the rights
|
|
352
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
353
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
354
|
+
furnished to do so, subject to the following conditions:
|
|
355
|
+
|
|
356
|
+
The above copyright notice and this permission notice shall be included in
|
|
357
|
+
all copies or substantial portions of the Software.
|
|
358
|
+
|
|
359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
360
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
361
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
362
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
363
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
364
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
365
|
+
THE SOFTWARE.
|
|
366
|
+
|
|
367
|
+
--------------------------------------------------------------------------------
|
|
368
|
+
Package: @codemirror/lang-java
|
|
369
|
+
License: "MIT"
|
|
370
|
+
|
|
371
|
+
MIT License
|
|
372
|
+
|
|
373
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
374
|
+
|
|
375
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
376
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
377
|
+
in the Software without restriction, including without limitation the rights
|
|
378
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
379
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
380
|
+
furnished to do so, subject to the following conditions:
|
|
381
|
+
|
|
382
|
+
The above copyright notice and this permission notice shall be included in
|
|
383
|
+
all copies or substantial portions of the Software.
|
|
384
|
+
|
|
385
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
386
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
387
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
388
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
389
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
390
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
391
|
+
THE SOFTWARE.
|
|
392
|
+
|
|
393
|
+
--------------------------------------------------------------------------------
|
|
394
|
+
Package: @codemirror/lang-jinja
|
|
395
|
+
License: "MIT"
|
|
396
|
+
|
|
397
|
+
MIT License
|
|
398
|
+
|
|
399
|
+
Copyright (C) 2025 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
400
|
+
|
|
401
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
402
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
403
|
+
in the Software without restriction, including without limitation the rights
|
|
404
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
405
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
406
|
+
furnished to do so, subject to the following conditions:
|
|
407
|
+
|
|
408
|
+
The above copyright notice and this permission notice shall be included in
|
|
409
|
+
all copies or substantial portions of the Software.
|
|
410
|
+
|
|
411
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
412
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
413
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
414
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
415
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
416
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
417
|
+
THE SOFTWARE.
|
|
418
|
+
|
|
419
|
+
--------------------------------------------------------------------------------
|
|
420
|
+
Package: @lezer/json
|
|
421
|
+
License: "MIT"
|
|
422
|
+
|
|
423
|
+
MIT License
|
|
424
|
+
|
|
425
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>, Arun Srinivasan <rulfzid@gmail.com>, and others
|
|
426
|
+
|
|
427
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
428
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
429
|
+
in the Software without restriction, including without limitation the rights
|
|
430
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
431
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
432
|
+
furnished to do so, subject to the following conditions:
|
|
433
|
+
|
|
434
|
+
The above copyright notice and this permission notice shall be included in
|
|
435
|
+
all copies or substantial portions of the Software.
|
|
436
|
+
|
|
437
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
438
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
439
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
440
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
441
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
442
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
443
|
+
THE SOFTWARE.
|
|
444
|
+
--------------------------------------------------------------------------------
|
|
445
|
+
Package: @codemirror/lang-json
|
|
446
|
+
License: "MIT"
|
|
447
|
+
|
|
448
|
+
MIT License
|
|
449
|
+
|
|
450
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
451
|
+
|
|
452
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
453
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
454
|
+
in the Software without restriction, including without limitation the rights
|
|
455
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
456
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
457
|
+
furnished to do so, subject to the following conditions:
|
|
458
|
+
|
|
459
|
+
The above copyright notice and this permission notice shall be included in
|
|
460
|
+
all copies or substantial portions of the Software.
|
|
461
|
+
|
|
462
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
463
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
464
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
465
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
466
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
467
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
468
|
+
THE SOFTWARE.
|
|
469
|
+
|
|
470
|
+
--------------------------------------------------------------------------------
|
|
471
|
+
Package: @codemirror/lang-less
|
|
472
|
+
License: "MIT"
|
|
473
|
+
|
|
474
|
+
MIT License
|
|
475
|
+
|
|
476
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
477
|
+
|
|
478
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
479
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
480
|
+
in the Software without restriction, including without limitation the rights
|
|
481
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
482
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
483
|
+
furnished to do so, subject to the following conditions:
|
|
484
|
+
|
|
485
|
+
The above copyright notice and this permission notice shall be included in
|
|
486
|
+
all copies or substantial portions of the Software.
|
|
487
|
+
|
|
488
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
489
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
490
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
491
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
492
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
493
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
494
|
+
THE SOFTWARE.
|
|
495
|
+
|
|
496
|
+
--------------------------------------------------------------------------------
|
|
497
|
+
Package: @codemirror/lang-liquid
|
|
498
|
+
License: "MIT"
|
|
499
|
+
|
|
500
|
+
MIT License
|
|
501
|
+
|
|
502
|
+
Copyright (C) 2018-2023 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
503
|
+
|
|
504
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
505
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
506
|
+
in the Software without restriction, including without limitation the rights
|
|
507
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
508
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
509
|
+
furnished to do so, subject to the following conditions:
|
|
510
|
+
|
|
511
|
+
The above copyright notice and this permission notice shall be included in
|
|
512
|
+
all copies or substantial portions of the Software.
|
|
513
|
+
|
|
514
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
515
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
516
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
517
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
518
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
519
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
520
|
+
THE SOFTWARE.
|
|
521
|
+
|
|
522
|
+
--------------------------------------------------------------------------------
|
|
523
|
+
Package: @lezer/markdown
|
|
524
|
+
License: "MIT"
|
|
525
|
+
|
|
526
|
+
MIT License
|
|
527
|
+
|
|
528
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
529
|
+
|
|
530
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
531
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
532
|
+
in the Software without restriction, including without limitation the rights
|
|
533
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
534
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
535
|
+
furnished to do so, subject to the following conditions:
|
|
536
|
+
|
|
537
|
+
The above copyright notice and this permission notice shall be included in
|
|
538
|
+
all copies or substantial portions of the Software.
|
|
539
|
+
|
|
540
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
541
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
542
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
543
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
544
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
545
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
546
|
+
THE SOFTWARE.
|
|
547
|
+
|
|
548
|
+
--------------------------------------------------------------------------------
|
|
549
|
+
Package: @codemirror/lang-markdown
|
|
550
|
+
License: "MIT"
|
|
551
|
+
|
|
552
|
+
MIT License
|
|
553
|
+
|
|
554
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
555
|
+
|
|
556
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
557
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
558
|
+
in the Software without restriction, including without limitation the rights
|
|
559
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
560
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
561
|
+
furnished to do so, subject to the following conditions:
|
|
562
|
+
|
|
563
|
+
The above copyright notice and this permission notice shall be included in
|
|
564
|
+
all copies or substantial portions of the Software.
|
|
565
|
+
|
|
566
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
567
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
568
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
569
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
570
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
571
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
572
|
+
THE SOFTWARE.
|
|
573
|
+
|
|
574
|
+
--------------------------------------------------------------------------------
|
|
575
|
+
Package: @lezer/php
|
|
576
|
+
License: "MIT"
|
|
577
|
+
|
|
578
|
+
MIT License
|
|
579
|
+
|
|
580
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
581
|
+
|
|
582
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
583
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
584
|
+
in the Software without restriction, including without limitation the rights
|
|
585
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
586
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
587
|
+
furnished to do so, subject to the following conditions:
|
|
588
|
+
|
|
589
|
+
The above copyright notice and this permission notice shall be included in
|
|
590
|
+
all copies or substantial portions of the Software.
|
|
591
|
+
|
|
592
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
593
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
594
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
595
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
596
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
597
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
598
|
+
THE SOFTWARE.
|
|
599
|
+
|
|
600
|
+
--------------------------------------------------------------------------------
|
|
601
|
+
Package: @codemirror/lang-php
|
|
602
|
+
License: "MIT"
|
|
603
|
+
|
|
604
|
+
MIT License
|
|
605
|
+
|
|
606
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
607
|
+
|
|
608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
609
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
610
|
+
in the Software without restriction, including without limitation the rights
|
|
611
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
612
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
613
|
+
furnished to do so, subject to the following conditions:
|
|
614
|
+
|
|
615
|
+
The above copyright notice and this permission notice shall be included in
|
|
616
|
+
all copies or substantial portions of the Software.
|
|
617
|
+
|
|
618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
620
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
621
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
622
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
624
|
+
THE SOFTWARE.
|
|
625
|
+
|
|
626
|
+
--------------------------------------------------------------------------------
|
|
627
|
+
Package: @lezer/python
|
|
628
|
+
License: "MIT"
|
|
629
|
+
|
|
630
|
+
MIT License
|
|
631
|
+
|
|
632
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
633
|
+
|
|
634
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
635
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
636
|
+
in the Software without restriction, including without limitation the rights
|
|
637
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
638
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
639
|
+
furnished to do so, subject to the following conditions:
|
|
640
|
+
|
|
641
|
+
The above copyright notice and this permission notice shall be included in
|
|
642
|
+
all copies or substantial portions of the Software.
|
|
643
|
+
|
|
644
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
645
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
646
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
647
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
648
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
649
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
650
|
+
THE SOFTWARE.
|
|
651
|
+
|
|
652
|
+
--------------------------------------------------------------------------------
|
|
653
|
+
Package: @codemirror/lang-python
|
|
654
|
+
License: "MIT"
|
|
655
|
+
|
|
656
|
+
MIT License
|
|
657
|
+
|
|
658
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
659
|
+
|
|
660
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
661
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
662
|
+
in the Software without restriction, including without limitation the rights
|
|
663
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
664
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
665
|
+
furnished to do so, subject to the following conditions:
|
|
666
|
+
|
|
667
|
+
The above copyright notice and this permission notice shall be included in
|
|
668
|
+
all copies or substantial portions of the Software.
|
|
669
|
+
|
|
670
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
671
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
672
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
673
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
674
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
675
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
676
|
+
THE SOFTWARE.
|
|
677
|
+
|
|
678
|
+
--------------------------------------------------------------------------------
|
|
679
|
+
Package: @codemirror/lang-sql
|
|
680
|
+
License: "MIT"
|
|
681
|
+
|
|
682
|
+
MIT License
|
|
683
|
+
|
|
684
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
685
|
+
|
|
686
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
687
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
688
|
+
in the Software without restriction, including without limitation the rights
|
|
689
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
690
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
691
|
+
furnished to do so, subject to the following conditions:
|
|
692
|
+
|
|
693
|
+
The above copyright notice and this permission notice shall be included in
|
|
694
|
+
all copies or substantial portions of the Software.
|
|
695
|
+
|
|
696
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
697
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
698
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
699
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
700
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
701
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
702
|
+
THE SOFTWARE.
|
|
703
|
+
|
|
704
|
+
--------------------------------------------------------------------------------
|
|
705
|
+
Package: @lezer/cpp
|
|
706
|
+
License: "MIT"
|
|
707
|
+
|
|
708
|
+
MIT License
|
|
709
|
+
|
|
710
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
711
|
+
|
|
712
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
713
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
714
|
+
in the Software without restriction, including without limitation the rights
|
|
715
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
716
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
717
|
+
furnished to do so, subject to the following conditions:
|
|
718
|
+
|
|
719
|
+
The above copyright notice and this permission notice shall be included in
|
|
720
|
+
all copies or substantial portions of the Software.
|
|
721
|
+
|
|
722
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
723
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
724
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
725
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
726
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
727
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
728
|
+
THE SOFTWARE.
|
|
729
|
+
|
|
730
|
+
--------------------------------------------------------------------------------
|
|
731
|
+
Package: @codemirror/lang-cpp
|
|
732
|
+
License: "MIT"
|
|
733
|
+
|
|
734
|
+
MIT License
|
|
735
|
+
|
|
736
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
737
|
+
|
|
738
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
739
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
740
|
+
in the Software without restriction, including without limitation the rights
|
|
741
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
742
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
743
|
+
furnished to do so, subject to the following conditions:
|
|
744
|
+
|
|
745
|
+
The above copyright notice and this permission notice shall be included in
|
|
746
|
+
all copies or substantial portions of the Software.
|
|
747
|
+
|
|
748
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
749
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
750
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
751
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
752
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
753
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
754
|
+
THE SOFTWARE.
|
|
755
|
+
|
|
756
|
+
--------------------------------------------------------------------------------
|
|
757
|
+
Package: @lezer/go
|
|
758
|
+
License: "MIT"
|
|
759
|
+
|
|
760
|
+
MIT License
|
|
761
|
+
|
|
762
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
763
|
+
|
|
764
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
765
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
766
|
+
in the Software without restriction, including without limitation the rights
|
|
767
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
768
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
769
|
+
furnished to do so, subject to the following conditions:
|
|
770
|
+
|
|
771
|
+
The above copyright notice and this permission notice shall be included in
|
|
772
|
+
all copies or substantial portions of the Software.
|
|
773
|
+
|
|
774
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
775
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
776
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
777
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
778
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
779
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
780
|
+
THE SOFTWARE.
|
|
781
|
+
|
|
782
|
+
--------------------------------------------------------------------------------
|
|
783
|
+
Package: @codemirror/lang-go
|
|
784
|
+
License: "MIT"
|
|
785
|
+
|
|
786
|
+
MIT License
|
|
787
|
+
|
|
788
|
+
Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
789
|
+
|
|
790
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
791
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
792
|
+
in the Software without restriction, including without limitation the rights
|
|
793
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
794
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
795
|
+
furnished to do so, subject to the following conditions:
|
|
796
|
+
|
|
797
|
+
The above copyright notice and this permission notice shall be included in
|
|
798
|
+
all copies or substantial portions of the Software.
|
|
799
|
+
|
|
800
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
801
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
802
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
803
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
804
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
805
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
806
|
+
THE SOFTWARE.
|
|
807
|
+
|
|
808
|
+
--------------------------------------------------------------------------------
|
|
809
|
+
Package: @lezer/html
|
|
810
|
+
License: "MIT"
|
|
811
|
+
|
|
812
|
+
MIT License
|
|
813
|
+
|
|
814
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
815
|
+
|
|
816
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
817
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
818
|
+
in the Software without restriction, including without limitation the rights
|
|
819
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
820
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
821
|
+
furnished to do so, subject to the following conditions:
|
|
822
|
+
|
|
823
|
+
The above copyright notice and this permission notice shall be included in
|
|
824
|
+
all copies or substantial portions of the Software.
|
|
825
|
+
|
|
826
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
827
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
828
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
829
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
830
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
831
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
832
|
+
THE SOFTWARE.
|
|
833
|
+
|
|
834
|
+
--------------------------------------------------------------------------------
|
|
835
|
+
Package: @codemirror/lang-html
|
|
836
|
+
License: "MIT"
|
|
837
|
+
|
|
838
|
+
MIT License
|
|
839
|
+
|
|
840
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
841
|
+
|
|
842
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
843
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
844
|
+
in the Software without restriction, including without limitation the rights
|
|
845
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
846
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
847
|
+
furnished to do so, subject to the following conditions:
|
|
848
|
+
|
|
849
|
+
The above copyright notice and this permission notice shall be included in
|
|
850
|
+
all copies or substantial portions of the Software.
|
|
851
|
+
|
|
852
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
853
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
854
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
855
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
856
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
857
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
858
|
+
THE SOFTWARE.
|
|
859
|
+
|
|
860
|
+
--------------------------------------------------------------------------------
|
|
861
|
+
Package: @lezer/css
|
|
862
|
+
License: "MIT"
|
|
863
|
+
|
|
864
|
+
MIT License
|
|
865
|
+
|
|
866
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
867
|
+
|
|
868
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
869
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
870
|
+
in the Software without restriction, including without limitation the rights
|
|
871
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
872
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
873
|
+
furnished to do so, subject to the following conditions:
|
|
874
|
+
|
|
875
|
+
The above copyright notice and this permission notice shall be included in
|
|
876
|
+
all copies or substantial portions of the Software.
|
|
877
|
+
|
|
878
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
879
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
880
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
881
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
882
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
883
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
884
|
+
THE SOFTWARE.
|
|
885
|
+
|
|
886
|
+
--------------------------------------------------------------------------------
|
|
887
|
+
Package: @codemirror/lang-css
|
|
888
|
+
License: "MIT"
|
|
889
|
+
|
|
890
|
+
MIT License
|
|
891
|
+
|
|
892
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
893
|
+
|
|
894
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
895
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
896
|
+
in the Software without restriction, including without limitation the rights
|
|
897
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
898
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
899
|
+
furnished to do so, subject to the following conditions:
|
|
900
|
+
|
|
901
|
+
The above copyright notice and this permission notice shall be included in
|
|
902
|
+
all copies or substantial portions of the Software.
|
|
903
|
+
|
|
904
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
905
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
906
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
907
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
908
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
909
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
910
|
+
THE SOFTWARE.
|
|
911
|
+
|
|
912
|
+
--------------------------------------------------------------------------------
|
|
913
|
+
Package: @lezer/javascript
|
|
914
|
+
License: "MIT"
|
|
915
|
+
|
|
916
|
+
MIT License
|
|
917
|
+
|
|
918
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
919
|
+
|
|
920
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
921
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
922
|
+
in the Software without restriction, including without limitation the rights
|
|
923
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
924
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
925
|
+
furnished to do so, subject to the following conditions:
|
|
926
|
+
|
|
927
|
+
The above copyright notice and this permission notice shall be included in
|
|
928
|
+
all copies or substantial portions of the Software.
|
|
929
|
+
|
|
930
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
931
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
932
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
933
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
934
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
935
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
936
|
+
THE SOFTWARE.
|
|
937
|
+
|
|
938
|
+
--------------------------------------------------------------------------------
|
|
939
|
+
Package: @codemirror/lang-javascript
|
|
940
|
+
License: "MIT"
|
|
941
|
+
|
|
942
|
+
MIT License
|
|
943
|
+
|
|
944
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
945
|
+
|
|
946
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
947
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
948
|
+
in the Software without restriction, including without limitation the rights
|
|
949
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
950
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
951
|
+
furnished to do so, subject to the following conditions:
|
|
952
|
+
|
|
953
|
+
The above copyright notice and this permission notice shall be included in
|
|
954
|
+
all copies or substantial portions of the Software.
|
|
955
|
+
|
|
956
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
957
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
958
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
959
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
960
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
961
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
962
|
+
THE SOFTWARE.
|
|
963
|
+
|
|
964
|
+
--------------------------------------------------------------------------------
|
|
965
|
+
Package: @lezer/lr
|
|
4
966
|
License: "MIT"
|
|
5
967
|
|
|
6
968
|
MIT License
|
|
7
969
|
|
|
8
|
-
Copyright (C)
|
|
970
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
9
971
|
|
|
10
972
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
973
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -104,7 +1066,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
104
1066
|
THE SOFTWARE.
|
|
105
1067
|
|
|
106
1068
|
--------------------------------------------------------------------------------
|
|
107
|
-
Package: @fortawesome/free-
|
|
1069
|
+
Package: @fortawesome/free-regular-svg-icons
|
|
108
1070
|
License: "(CC-BY-4.0 AND MIT)"
|
|
109
1071
|
|
|
110
1072
|
Fonticons, Inc. (https://fontawesome.com)
|
|
@@ -268,19 +1230,205 @@ learn about Font Awesome.
|
|
|
268
1230
|
|
|
269
1231
|
# Brand Icons
|
|
270
1232
|
|
|
271
|
-
All brand icons are trademarks of their respective owners. The use of these
|
|
272
|
-
trademarks does not indicate endorsement of the trademark holder by Font
|
|
273
|
-
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
274
|
-
to represent the company, product, or service to which they refer.**
|
|
1233
|
+
All brand icons are trademarks of their respective owners. The use of these
|
|
1234
|
+
trademarks does not indicate endorsement of the trademark holder by Font
|
|
1235
|
+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
1236
|
+
to represent the company, product, or service to which they refer.**
|
|
1237
|
+
|
|
1238
|
+
--------------------------------------------------------------------------------
|
|
1239
|
+
Package: @ali-hm/angular-tree-component
|
|
1240
|
+
License: "MIT"
|
|
1241
|
+
|
|
1242
|
+
The MIT License (MIT)
|
|
1243
|
+
|
|
1244
|
+
Copyright (c) 2020 Circlon Group
|
|
1245
|
+
|
|
1246
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1247
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1248
|
+
in the Software without restriction, including without limitation the rights
|
|
1249
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1250
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1251
|
+
furnished to do so, subject to the following conditions:
|
|
1252
|
+
|
|
1253
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1254
|
+
copies or substantial portions of the Software.
|
|
1255
|
+
|
|
1256
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1257
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1258
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1259
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1260
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1261
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1262
|
+
SOFTWARE.
|
|
1263
|
+
|
|
1264
|
+
--------------------------------------------------------------------------------
|
|
1265
|
+
Package: @videogular/ngx-videogular
|
|
1266
|
+
License: "MIT"
|
|
1267
|
+
|
|
1268
|
+
MIT License
|
|
1269
|
+
|
|
1270
|
+
Copyright (c) 2021 Videogular
|
|
1271
|
+
|
|
1272
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1273
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1274
|
+
in the Software without restriction, including without limitation the rights
|
|
1275
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1276
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1277
|
+
furnished to do so, subject to the following conditions:
|
|
1278
|
+
|
|
1279
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1280
|
+
copies or substantial portions of the Software.
|
|
1281
|
+
|
|
1282
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1283
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1284
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1285
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1286
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1287
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1288
|
+
SOFTWARE.
|
|
1289
|
+
|
|
1290
|
+
--------------------------------------------------------------------------------
|
|
1291
|
+
Package: @codemirror/commands
|
|
1292
|
+
License: "MIT"
|
|
1293
|
+
|
|
1294
|
+
MIT License
|
|
1295
|
+
|
|
1296
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1297
|
+
|
|
1298
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1299
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1300
|
+
in the Software without restriction, including without limitation the rights
|
|
1301
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1302
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1303
|
+
furnished to do so, subject to the following conditions:
|
|
1304
|
+
|
|
1305
|
+
The above copyright notice and this permission notice shall be included in
|
|
1306
|
+
all copies or substantial portions of the Software.
|
|
1307
|
+
|
|
1308
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1309
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1310
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1311
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1312
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1313
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1314
|
+
THE SOFTWARE.
|
|
1315
|
+
|
|
1316
|
+
--------------------------------------------------------------------------------
|
|
1317
|
+
Package: @codemirror/theme-one-dark
|
|
1318
|
+
License: "MIT"
|
|
1319
|
+
|
|
1320
|
+
MIT License
|
|
1321
|
+
|
|
1322
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1323
|
+
|
|
1324
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1325
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1326
|
+
in the Software without restriction, including without limitation the rights
|
|
1327
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1328
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1329
|
+
furnished to do so, subject to the following conditions:
|
|
1330
|
+
|
|
1331
|
+
The above copyright notice and this permission notice shall be included in
|
|
1332
|
+
all copies or substantial portions of the Software.
|
|
1333
|
+
|
|
1334
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1335
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1336
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1337
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1338
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1339
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1340
|
+
THE SOFTWARE.
|
|
1341
|
+
|
|
1342
|
+
--------------------------------------------------------------------------------
|
|
1343
|
+
Package: @codemirror/search
|
|
1344
|
+
License: "MIT"
|
|
1345
|
+
|
|
1346
|
+
MIT License
|
|
1347
|
+
|
|
1348
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1349
|
+
|
|
1350
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1351
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1352
|
+
in the Software without restriction, including without limitation the rights
|
|
1353
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1354
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1355
|
+
furnished to do so, subject to the following conditions:
|
|
1356
|
+
|
|
1357
|
+
The above copyright notice and this permission notice shall be included in
|
|
1358
|
+
all copies or substantial portions of the Software.
|
|
1359
|
+
|
|
1360
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1361
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1362
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1363
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1364
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1365
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1366
|
+
THE SOFTWARE.
|
|
1367
|
+
|
|
1368
|
+
--------------------------------------------------------------------------------
|
|
1369
|
+
Package: @codemirror/lint
|
|
1370
|
+
License: "MIT"
|
|
1371
|
+
|
|
1372
|
+
MIT License
|
|
1373
|
+
|
|
1374
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1375
|
+
|
|
1376
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1377
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1378
|
+
in the Software without restriction, including without limitation the rights
|
|
1379
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1380
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1381
|
+
furnished to do so, subject to the following conditions:
|
|
1382
|
+
|
|
1383
|
+
The above copyright notice and this permission notice shall be included in
|
|
1384
|
+
all copies or substantial portions of the Software.
|
|
1385
|
+
|
|
1386
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1387
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1388
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1389
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1390
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1391
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1392
|
+
THE SOFTWARE.
|
|
1393
|
+
|
|
1394
|
+
--------------------------------------------------------------------------------
|
|
1395
|
+
Package: codemirror
|
|
1396
|
+
License: "MIT"
|
|
1397
|
+
|
|
1398
|
+
MIT License
|
|
1399
|
+
|
|
1400
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1401
|
+
|
|
1402
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1403
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1404
|
+
in the Software without restriction, including without limitation the rights
|
|
1405
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1406
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1407
|
+
furnished to do so, subject to the following conditions:
|
|
1408
|
+
|
|
1409
|
+
The above copyright notice and this permission notice shall be included in
|
|
1410
|
+
all copies or substantial portions of the Software.
|
|
1411
|
+
|
|
1412
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1413
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1414
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1415
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1416
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1417
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1418
|
+
THE SOFTWARE.
|
|
1419
|
+
|
|
1420
|
+
--------------------------------------------------------------------------------
|
|
1421
|
+
Package: @acrodata/code-editor
|
|
1422
|
+
License: "MIT"
|
|
1423
|
+
|
|
275
1424
|
|
|
276
1425
|
--------------------------------------------------------------------------------
|
|
277
|
-
Package:
|
|
1426
|
+
Package: @codemirror/language-data
|
|
278
1427
|
License: "MIT"
|
|
279
1428
|
|
|
280
|
-
|
|
1429
|
+
MIT License
|
|
281
1430
|
|
|
282
|
-
Copyright (
|
|
283
|
-
Copyright (c) 2015-2020 Dmitriy Shekhovtsov<valorkin@gmail.com>
|
|
1431
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
284
1432
|
|
|
285
1433
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
286
1434
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -289,20 +1437,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
289
1437
|
copies of the Software, and to permit persons to whom the Software is
|
|
290
1438
|
furnished to do so, subject to the following conditions:
|
|
291
1439
|
|
|
292
|
-
The above copyright notice and this permission notice shall be included in
|
|
293
|
-
copies or substantial portions of the Software.
|
|
1440
|
+
The above copyright notice and this permission notice shall be included in
|
|
1441
|
+
all copies or substantial portions of the Software.
|
|
294
1442
|
|
|
295
1443
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
296
1444
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
297
1445
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
298
1446
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
299
1447
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
300
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
301
|
-
SOFTWARE.
|
|
302
|
-
|
|
1448
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1449
|
+
THE SOFTWARE.
|
|
303
1450
|
|
|
304
1451
|
--------------------------------------------------------------------------------
|
|
305
|
-
Package: @fortawesome/free-
|
|
1452
|
+
Package: @fortawesome/free-brands-svg-icons
|
|
306
1453
|
License: "(CC-BY-4.0 AND MIT)"
|
|
307
1454
|
|
|
308
1455
|
Fonticons, Inc. (https://fontawesome.com)
|
|
@@ -472,12 +1619,12 @@ Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
|
472
1619
|
to represent the company, product, or service to which they refer.**
|
|
473
1620
|
|
|
474
1621
|
--------------------------------------------------------------------------------
|
|
475
|
-
Package:
|
|
1622
|
+
Package: @codemirror/autocomplete
|
|
476
1623
|
License: "MIT"
|
|
477
1624
|
|
|
478
|
-
|
|
1625
|
+
MIT License
|
|
479
1626
|
|
|
480
|
-
Copyright (
|
|
1627
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
481
1628
|
|
|
482
1629
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
483
1630
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -486,50 +1633,50 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
486
1633
|
copies of the Software, and to permit persons to whom the Software is
|
|
487
1634
|
furnished to do so, subject to the following conditions:
|
|
488
1635
|
|
|
489
|
-
The above copyright notice and this permission notice shall be included in
|
|
490
|
-
copies or substantial portions of the Software.
|
|
1636
|
+
The above copyright notice and this permission notice shall be included in
|
|
1637
|
+
all copies or substantial portions of the Software.
|
|
491
1638
|
|
|
492
1639
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
493
1640
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
494
1641
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
495
1642
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
496
1643
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
497
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
498
|
-
SOFTWARE.
|
|
1644
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1645
|
+
THE SOFTWARE.
|
|
499
1646
|
|
|
500
1647
|
--------------------------------------------------------------------------------
|
|
501
|
-
Package: @
|
|
1648
|
+
Package: @marijn/find-cluster-break
|
|
502
1649
|
License: "MIT"
|
|
503
1650
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
Copyright (
|
|
507
|
-
|
|
508
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
509
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
510
|
-
in the Software without restriction, including without limitation the rights
|
|
511
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
512
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
513
|
-
furnished to do so, subject to the following conditions:
|
|
514
|
-
|
|
515
|
-
The above copyright notice and this permission notice shall be included in
|
|
516
|
-
copies or substantial portions of the Software.
|
|
517
|
-
|
|
518
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
519
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
520
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
521
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
522
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
523
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
524
|
-
SOFTWARE.
|
|
1651
|
+
MIT License
|
|
1652
|
+
|
|
1653
|
+
Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
1654
|
+
|
|
1655
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1656
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1657
|
+
in the Software without restriction, including without limitation the rights
|
|
1658
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1659
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1660
|
+
furnished to do so, subject to the following conditions:
|
|
1661
|
+
|
|
1662
|
+
The above copyright notice and this permission notice shall be included in
|
|
1663
|
+
all copies or substantial portions of the Software.
|
|
1664
|
+
|
|
1665
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1666
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1667
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1668
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1669
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1670
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1671
|
+
THE SOFTWARE.
|
|
525
1672
|
|
|
526
1673
|
--------------------------------------------------------------------------------
|
|
527
|
-
Package: @
|
|
1674
|
+
Package: @codemirror/state
|
|
528
1675
|
License: "MIT"
|
|
529
1676
|
|
|
530
1677
|
MIT License
|
|
531
1678
|
|
|
532
|
-
Copyright (
|
|
1679
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
533
1680
|
|
|
534
1681
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
535
1682
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -538,34 +1685,174 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
538
1685
|
copies of the Software, and to permit persons to whom the Software is
|
|
539
1686
|
furnished to do so, subject to the following conditions:
|
|
540
1687
|
|
|
541
|
-
The above copyright notice and this permission notice shall be included in
|
|
542
|
-
copies or substantial portions of the Software.
|
|
1688
|
+
The above copyright notice and this permission notice shall be included in
|
|
1689
|
+
all copies or substantial portions of the Software.
|
|
543
1690
|
|
|
544
1691
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
545
1692
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
546
1693
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
547
1694
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
548
1695
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
549
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
550
|
-
SOFTWARE.
|
|
1696
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1697
|
+
THE SOFTWARE.
|
|
551
1698
|
|
|
552
1699
|
--------------------------------------------------------------------------------
|
|
553
|
-
Package:
|
|
1700
|
+
Package: style-mod
|
|
554
1701
|
License: "MIT"
|
|
555
1702
|
|
|
1703
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1704
|
+
|
|
1705
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1706
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1707
|
+
in the Software without restriction, including without limitation the rights
|
|
1708
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1709
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1710
|
+
furnished to do so, subject to the following conditions:
|
|
1711
|
+
|
|
1712
|
+
The above copyright notice and this permission notice shall be included in
|
|
1713
|
+
all copies or substantial portions of the Software.
|
|
1714
|
+
|
|
1715
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1716
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1717
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1718
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1719
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1720
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1721
|
+
THE SOFTWARE.
|
|
556
1722
|
|
|
557
1723
|
--------------------------------------------------------------------------------
|
|
558
|
-
Package:
|
|
1724
|
+
Package: w3c-keyname
|
|
559
1725
|
License: "MIT"
|
|
560
1726
|
|
|
1727
|
+
Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1728
|
+
|
|
1729
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1730
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1731
|
+
in the Software without restriction, including without limitation the rights
|
|
1732
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1733
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1734
|
+
furnished to do so, subject to the following conditions:
|
|
1735
|
+
|
|
1736
|
+
The above copyright notice and this permission notice shall be included in
|
|
1737
|
+
all copies or substantial portions of the Software.
|
|
1738
|
+
|
|
1739
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1740
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1741
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1742
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1743
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1744
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1745
|
+
THE SOFTWARE.
|
|
561
1746
|
|
|
562
1747
|
--------------------------------------------------------------------------------
|
|
563
|
-
Package:
|
|
1748
|
+
Package: crelt
|
|
564
1749
|
License: "MIT"
|
|
565
1750
|
|
|
566
|
-
|
|
1751
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
567
1752
|
|
|
568
|
-
|
|
1753
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1754
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1755
|
+
in the Software without restriction, including without limitation the rights
|
|
1756
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1757
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1758
|
+
furnished to do so, subject to the following conditions:
|
|
1759
|
+
|
|
1760
|
+
The above copyright notice and this permission notice shall be included in
|
|
1761
|
+
all copies or substantial portions of the Software.
|
|
1762
|
+
|
|
1763
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1764
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1765
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1766
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1767
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1768
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1769
|
+
THE SOFTWARE.
|
|
1770
|
+
|
|
1771
|
+
--------------------------------------------------------------------------------
|
|
1772
|
+
Package: @codemirror/view
|
|
1773
|
+
License: "MIT"
|
|
1774
|
+
|
|
1775
|
+
MIT License
|
|
1776
|
+
|
|
1777
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1778
|
+
|
|
1779
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1780
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1781
|
+
in the Software without restriction, including without limitation the rights
|
|
1782
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1783
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1784
|
+
furnished to do so, subject to the following conditions:
|
|
1785
|
+
|
|
1786
|
+
The above copyright notice and this permission notice shall be included in
|
|
1787
|
+
all copies or substantial portions of the Software.
|
|
1788
|
+
|
|
1789
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1790
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1791
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1792
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1793
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1794
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1795
|
+
THE SOFTWARE.
|
|
1796
|
+
|
|
1797
|
+
--------------------------------------------------------------------------------
|
|
1798
|
+
Package: @lezer/common
|
|
1799
|
+
License: "MIT"
|
|
1800
|
+
|
|
1801
|
+
MIT License
|
|
1802
|
+
|
|
1803
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1804
|
+
|
|
1805
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1806
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1807
|
+
in the Software without restriction, including without limitation the rights
|
|
1808
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1809
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1810
|
+
furnished to do so, subject to the following conditions:
|
|
1811
|
+
|
|
1812
|
+
The above copyright notice and this permission notice shall be included in
|
|
1813
|
+
all copies or substantial portions of the Software.
|
|
1814
|
+
|
|
1815
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1816
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1817
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1818
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1819
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1820
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1821
|
+
THE SOFTWARE.
|
|
1822
|
+
|
|
1823
|
+
--------------------------------------------------------------------------------
|
|
1824
|
+
Package: @lezer/highlight
|
|
1825
|
+
License: "MIT"
|
|
1826
|
+
|
|
1827
|
+
MIT License
|
|
1828
|
+
|
|
1829
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
1830
|
+
|
|
1831
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1832
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1833
|
+
in the Software without restriction, including without limitation the rights
|
|
1834
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1835
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1836
|
+
furnished to do so, subject to the following conditions:
|
|
1837
|
+
|
|
1838
|
+
The above copyright notice and this permission notice shall be included in
|
|
1839
|
+
all copies or substantial portions of the Software.
|
|
1840
|
+
|
|
1841
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1842
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1843
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1844
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1845
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1846
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1847
|
+
THE SOFTWARE.
|
|
1848
|
+
|
|
1849
|
+
--------------------------------------------------------------------------------
|
|
1850
|
+
Package: @codemirror/language
|
|
1851
|
+
License: "MIT"
|
|
1852
|
+
|
|
1853
|
+
MIT License
|
|
1854
|
+
|
|
1855
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
569
1856
|
|
|
570
1857
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
571
1858
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -585,6 +1872,16 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
585
1872
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
586
1873
|
THE SOFTWARE.
|
|
587
1874
|
|
|
1875
|
+
--------------------------------------------------------------------------------
|
|
1876
|
+
Package: ngx-window-token
|
|
1877
|
+
License: "MIT"
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
--------------------------------------------------------------------------------
|
|
1881
|
+
Package: ngx-clipboard
|
|
1882
|
+
License: "MIT"
|
|
1883
|
+
|
|
1884
|
+
|
|
588
1885
|
--------------------------------------------------------------------------------
|
|
589
1886
|
Package: socket.io-client
|
|
590
1887
|
License: "MIT"
|
|
@@ -847,6 +2144,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
847
2144
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
848
2145
|
SOFTWARE.
|
|
849
2146
|
|
|
2147
|
+
--------------------------------------------------------------------------------
|
|
2148
|
+
Package: @angular/router
|
|
2149
|
+
License: "MIT"
|
|
2150
|
+
|
|
2151
|
+
The MIT License
|
|
2152
|
+
|
|
2153
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
2154
|
+
|
|
2155
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2156
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2157
|
+
in the Software without restriction, including without limitation the rights
|
|
2158
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2159
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2160
|
+
furnished to do so, subject to the following conditions:
|
|
2161
|
+
|
|
2162
|
+
The above copyright notice and this permission notice shall be included in
|
|
2163
|
+
all copies or substantial portions of the Software.
|
|
2164
|
+
|
|
2165
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2166
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2167
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2168
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2169
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2170
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2171
|
+
THE SOFTWARE.
|
|
2172
|
+
|
|
850
2173
|
--------------------------------------------------------------------------------
|
|
851
2174
|
Package: rxjs
|
|
852
2175
|
License: "Apache-2.0"
|