diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/index.js b/.nx/cache/12848961712880147784/packages/commons/dist/index.js new file mode 100644 index 000000000..c8e9044f5 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/index.js @@ -0,0 +1,3 @@ +export * from './lib/commons.js'; + +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/index.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/index.js.map new file mode 100644 index 000000000..45deb07fa --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './lib/commons.js';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mBAAmB"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/hidden_subtree.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/hidden_subtree.js new file mode 100644 index 000000000..ea191a4c5 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/hidden_subtree.js @@ -0,0 +1,12 @@ +var Command; +(function(Command) { + Command[Command["jumpToNote"] = 0] = "jumpToNote"; + Command[Command["searchNotes"] = 1] = "searchNotes"; + Command[Command["createNoteIntoInbox"] = 2] = "createNoteIntoInbox"; + Command[Command["showRecentChanges"] = 3] = "showRecentChanges"; + Command[Command["showOptions"] = 4] = "showOptions"; + Command[Command["createAiChat"] = 5] = "createAiChat"; +})(Command || (Command = {})); +export { }; + +//# sourceMappingURL=hidden_subtree.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/hidden_subtree.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/hidden_subtree.js.map new file mode 100644 index 000000000..5fe8660e5 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/hidden_subtree.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/hidden_subtree.ts"],"sourcesContent":["import { AttributeType } from \"./rows.js\";\n\ntype LauncherNoteType = \"launcher\" | \"search\" | \"doc\" | \"noteMap\" | \"contentWidget\" | \"book\" | \"file\" | \"image\" | \"text\" | \"relationMap\" | \"render\" | \"canvas\" | \"mermaid\" | \"webView\" | \"code\" | \"mindMap\" | \"geoMap\";\n\nenum Command {\n jumpToNote,\n searchNotes,\n createNoteIntoInbox,\n showRecentChanges,\n showOptions,\n createAiChat\n}\n\nexport interface HiddenSubtreeAttribute {\n type: AttributeType;\n name: string;\n isInheritable?: boolean;\n value?: string;\n}\n\nexport interface HiddenSubtreeItem {\n notePosition?: number;\n id: string;\n title: string;\n type: LauncherNoteType;\n icon?: string;\n attributes?: HiddenSubtreeAttribute[];\n children?: HiddenSubtreeItem[];\n isExpanded?: boolean;\n baseSize?: string;\n growthFactor?: string;\n targetNoteId?: \"_backendLog\" | \"_globalNoteMap\";\n builtinWidget?:\n | \"todayInJournal\"\n | \"bookmarks\"\n | \"spacer\"\n | \"backInHistoryButton\"\n | \"forwardInHistoryButton\"\n | \"syncStatus\"\n | \"protectedSession\"\n | \"calendar\"\n | \"quickSearch\"\n | \"aiChatLauncher\";\n command?: keyof typeof Command;\n}"],"names":["Command"],"rangeMappings":";;;;;;;;;","mappings":";UAIKA;;;;;;;GAAAA,YAAAA;AAgBL,WAwBC"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/i18n.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/i18n.js new file mode 100644 index 000000000..f29feb52a --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/i18n.js @@ -0,0 +1,3 @@ +export { }; + +//# sourceMappingURL=i18n.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/i18n.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/i18n.js.map new file mode 100644 index 000000000..4fe740268 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/i18n.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/i18n.ts"],"sourcesContent":["export interface Locale {\n id: string;\n name: string;\n /** `true` if the language is a right-to-left one, or `false` if it's left-to-right. */\n rtl?: boolean;\n /** `true` if the language is not supported by the application as a display language, but it is selectable by the user for the content. */\n contentOnly?: boolean;\n /** The value to pass to `--lang` for the Electron instance in order to set it as a locale. Not setting it will hide it from the list of supported locales. */\n electronLocale?: string;\n}"],"names":[],"rangeMappings":"","mappings":"AAAA,WASC"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/index.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/index.js new file mode 100644 index 000000000..a205f9c8a --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/index.js @@ -0,0 +1,8 @@ +export * from "./i18n.js"; +export * from "./options_interface.js"; +export * from "./keyboard_actions_interface.js"; +export * from "./hidden_subtree.js"; +export * from "./rows.js"; +export * from "./test-utils.js"; + +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/index.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/index.js.map new file mode 100644 index 000000000..0064146c0 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/index.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/index.ts"],"sourcesContent":["export * from \"./i18n.js\";\nexport * from \"./options_interface.js\";\nexport * from \"./keyboard_actions_interface.js\";\nexport * from \"./hidden_subtree.js\";\nexport * from \"./rows.js\";\nexport * from \"./test-utils.js\""],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,yBAAyB;AACvC,cAAc,kCAAkC;AAChD,cAAc,sBAAsB;AACpC,cAAc,YAAY;AAC1B,cAAc,kBAAiB"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/keyboard_actions_interface.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/keyboard_actions_interface.js new file mode 100644 index 000000000..e67307bfe --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/keyboard_actions_interface.js @@ -0,0 +1,4 @@ +var KeyboardActionNamesEnum; +export { }; + +//# sourceMappingURL=keyboard_actions_interface.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/keyboard_actions_interface.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/keyboard_actions_interface.js.map new file mode 100644 index 000000000..4aaa1fd2c --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/keyboard_actions_interface.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/keyboard_actions_interface.ts"],"sourcesContent":["const enum KeyboardActionNamesEnum {\n backInNoteHistory,\n forwardInNoteHistory,\n jumpToNote,\n scrollToActiveNote,\n quickSearch,\n searchInSubtree,\n expandSubtree,\n collapseTree,\n collapseSubtree,\n sortChildNotes,\n createNoteAfter,\n createNoteInto,\n createNoteIntoInbox,\n deleteNotes,\n moveNoteUp,\n moveNoteDown,\n moveNoteUpInHierarchy,\n moveNoteDownInHierarchy,\n editNoteTitle,\n editBranchPrefix,\n cloneNotesTo,\n moveNotesTo,\n copyNotesToClipboard,\n pasteNotesFromClipboard,\n cutNotesToClipboard,\n selectAllNotesInParent,\n addNoteAboveToSelection,\n addNoteBelowToSelection,\n duplicateSubtree,\n openNewTab,\n closeActiveTab,\n reopenLastTab,\n activateNextTab,\n activatePreviousTab,\n openNewWindow,\n toggleTray,\n toggleZenMode,\n firstTab,\n secondTab,\n thirdTab,\n fourthTab,\n fifthTab,\n sixthTab,\n seventhTab,\n eigthTab,\n ninthTab,\n lastTab,\n showNoteSource,\n showOptions,\n showRevisions,\n showRecentChanges,\n showSQLConsole,\n showBackendLog,\n showCheatsheet,\n showHelp,\n addLinkToText,\n followLinkUnderCursor,\n insertDateTimeToText,\n pasteMarkdownIntoText,\n cutIntoNote,\n addIncludeNoteToText,\n editReadOnlyNote,\n addNewLabel,\n addNewRelation,\n toggleRibbonTabClassicEditor,\n toggleRibbonTabBasicProperties,\n toggleRibbonTabBookProperties,\n toggleRibbonTabFileProperties,\n toggleRibbonTabImageProperties,\n toggleRibbonTabOwnedAttributes,\n toggleRibbonTabInheritedAttributes,\n toggleRibbonTabPromotedAttributes,\n toggleRibbonTabNoteMap,\n toggleRibbonTabNoteInfo,\n toggleRibbonTabNotePaths,\n toggleRibbonTabSimilarNotes,\n toggleRightPane,\n printActiveNote,\n exportAsPdf,\n openNoteExternally,\n renderActiveNote,\n runActiveNote,\n toggleNoteHoisting,\n unhoist,\n reloadFrontendApp,\n openDevTools,\n findInText,\n toggleLeftPane,\n toggleFullscreen,\n zoomOut,\n zoomIn,\n zoomReset,\n copyWithoutFormatting,\n forceSaveRevision\n}\n\nexport type KeyboardActionNames = keyof typeof KeyboardActionNamesEnum;\n\nexport interface KeyboardShortcut {\n separator?: string;\n actionName?: KeyboardActionNames;\n description?: string;\n defaultShortcuts?: string[];\n effectiveShortcuts?: string[];\n /**\n * Scope here means on which element the keyboard shortcuts are attached - this means that for the shortcut to work,\n * the focus has to be inside the element.\n *\n * So e.g. shortcuts with \"note-tree\" scope work only when the focus is in note tree.\n * This allows to have the same shortcut have different actions attached based on the context\n * e.g. CTRL-C in note tree does something a bit different from CTRL-C in the text editor.\n */\n scope?: \"window\" | \"note-tree\" | \"text-detail\" | \"code-detail\";\n}\n\nexport interface KeyboardShortcutWithRequiredActionName extends KeyboardShortcut {\n actionName: KeyboardActionNames;\n}\n"],"names":[],"rangeMappings":";","mappings":";AAoHA,WAEC"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/options_interface.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/options_interface.js new file mode 100644 index 000000000..e7e06fb12 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/options_interface.js @@ -0,0 +1,3 @@ +export { }; + +//# sourceMappingURL=options_interface.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/options_interface.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/options_interface.js.map new file mode 100644 index 000000000..afb1d9026 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/options_interface.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/options_interface.ts"],"sourcesContent":["import type { KeyboardActionNames } from \"./keyboard_actions_interface.js\";\n\n/**\n * A dictionary where the keys are the option keys (e.g. `theme`) and their corresponding values.\n */\nexport type OptionMap = Record;\n\n/**\n * For each keyboard action, there is a corresponding option which identifies the key combination defined by the user.\n */\ntype KeyboardShortcutsOptions = {\n [key in T as `keyboardShortcuts${Capitalize}`]: string;\n};\n\nexport type FontFamily = \"theme\" | \"serif\" | \"sans-serif\" | \"monospace\" | string;\n\nexport interface OptionDefinitions extends KeyboardShortcutsOptions {\n openNoteContexts: string;\n lastDailyBackupDate: string;\n lastWeeklyBackupDate: string;\n lastMonthlyBackupDate: string;\n dbVersion: string;\n theme: string;\n syncServerHost: string;\n syncServerTimeout: string;\n syncProxy: string;\n mainFontFamily: FontFamily;\n treeFontFamily: FontFamily;\n detailFontFamily: FontFamily;\n monospaceFontFamily: FontFamily;\n spellCheckLanguageCode: string;\n codeNotesMimeTypes: string;\n headingStyle: string;\n highlightsList: string;\n customSearchEngineName: string;\n customSearchEngineUrl: string;\n locale: string;\n formattingLocale: string;\n codeBlockTheme: string;\n textNoteEditorType: string;\n layoutOrientation: string;\n allowedHtmlTags: string;\n documentId: string;\n documentSecret: string;\n passwordVerificationHash: string;\n passwordVerificationSalt: string;\n passwordDerivedKeySalt: string;\n encryptedDataKey: string;\n hoistedNoteId: string;\n\n // Multi-Factor Authentication\n mfaEnabled: boolean;\n mfaMethod: string;\n totpEncryptionSalt: string;\n totpEncryptedSecret: string;\n totpVerificationHash: string;\n encryptedRecoveryCodes: boolean;\n userSubjectIdentifierSaved: boolean;\n recoveryCodeInitialVector: string;\n recoveryCodeSecurityKey: string;\n recoveryCodesEncrypted: string;\n\n lastSyncedPull: number;\n lastSyncedPush: number;\n revisionSnapshotTimeInterval: number;\n revisionSnapshotTimeIntervalTimeScale: number;\n revisionSnapshotNumberLimit: number;\n protectedSessionTimeout: number;\n protectedSessionTimeoutTimeScale: number;\n zoomFactor: number;\n mainFontSize: number;\n treeFontSize: number;\n detailFontSize: number;\n monospaceFontSize: number;\n imageMaxWidthHeight: number;\n imageJpegQuality: number;\n leftPaneWidth: number;\n rightPaneWidth: number;\n eraseEntitiesAfterTimeInSeconds: number;\n eraseEntitiesAfterTimeScale: number;\n autoReadonlySizeText: number;\n autoReadonlySizeCode: number;\n maxContentWidth: number;\n minTocHeadings: number;\n eraseUnusedAttachmentsAfterSeconds: number;\n eraseUnusedAttachmentsAfterTimeScale: number;\n firstDayOfWeek: number;\n firstWeekOfYear: number;\n minDaysInFirstWeek: number;\n languages: string;\n\n // Appearance\n splitEditorOrientation: \"horziontal\" | \"vertical\";\n\n initialized: boolean;\n isPasswordSet: boolean;\n overrideThemeFonts: boolean;\n spellCheckEnabled: boolean;\n autoFixConsistencyIssues: boolean;\n vimKeymapEnabled: boolean;\n codeLineWrapEnabled: boolean;\n leftPaneVisible: boolean;\n rightPaneVisible: boolean;\n nativeTitleBarVisible: boolean;\n hideArchivedNotes_main: boolean;\n debugModeEnabled: boolean;\n autoCollapseNoteTree: boolean;\n dailyBackupEnabled: boolean;\n weeklyBackupEnabled: boolean;\n monthlyBackupEnabled: boolean;\n compressImages: boolean;\n downloadImagesAutomatically: boolean;\n checkForUpdates: boolean;\n disableTray: boolean;\n promotedAttributesOpenInRibbon: boolean;\n editedNotesOpenInRibbon: boolean;\n codeBlockWordWrap: boolean;\n textNoteEditorMultilineToolbar: boolean;\n backgroundEffects: boolean;\n\n // Share settings\n redirectBareDomain: boolean;\n showLoginInShareTheme: boolean;\n\n // AI/LLM integration options\n aiEnabled: boolean;\n aiProvider: string;\n aiSystemPrompt: string;\n aiTemperature: string;\n openaiApiKey: string;\n openaiDefaultModel: string;\n openaiEmbeddingModel: string;\n openaiBaseUrl: string;\n anthropicApiKey: string;\n anthropicDefaultModel: string;\n voyageEmbeddingModel: string;\n voyageApiKey: string;\n anthropicBaseUrl: string;\n ollamaEnabled: boolean;\n ollamaBaseUrl: string;\n ollamaDefaultModel: string;\n ollamaEmbeddingModel: string;\n codeOpenAiModel: string;\n aiProviderPrecedence: string;\n\n // Embedding-related options\n embeddingAutoUpdateEnabled: boolean;\n embeddingUpdateInterval: number;\n embeddingBatchSize: number;\n embeddingDefaultDimension: number;\n embeddingsDefaultProvider: string;\n embeddingProviderPrecedence: string;\n enableAutomaticIndexing: boolean;\n embeddingGenerationLocation: string;\n embeddingDimensionStrategy: string;\n embeddingSimilarityThreshold: number;\n maxNotesPerLlmQuery: number;\n}\n\nexport type OptionNames = keyof OptionDefinitions;\n\nexport type FilterOptionsByType = {\n [K in keyof OptionDefinitions]: OptionDefinitions[K] extends U ? K : never;\n}[keyof OptionDefinitions];\n"],"names":[],"rangeMappings":"","mappings":"AAiKA,WAE2B"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/rows.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/rows.js new file mode 100644 index 000000000..189614bf5 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/rows.js @@ -0,0 +1,27 @@ +// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.); +// TODO: check against schema.sql which properties really are "optional" +/** + * There are many different Note types, some of which are entirely opaque to the + * end user. Those types should be used only for checking against, they are + * not for direct use. + */ export const ALLOWED_NOTE_TYPES = [ + "file", + "image", + "search", + "noteMap", + "launcher", + "doc", + "contentWidget", + "text", + "relationMap", + "render", + "canvas", + "mermaid", + "book", + "webView", + "code", + "mindMap", + "geoMap" +]; + +//# sourceMappingURL=rows.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/rows.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/rows.js.map new file mode 100644 index 000000000..b946ae544 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/rows.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/rows.ts"],"sourcesContent":["// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.);\n// TODO: check against schema.sql which properties really are \"optional\"\n\nexport interface AttachmentRow {\n attachmentId?: string;\n ownerId?: string;\n role: string;\n mime: string;\n title: string;\n position?: number;\n blobId?: string;\n isProtected?: boolean;\n dateModified?: string;\n utcDateModified?: string;\n utcDateScheduledForErasureSince?: string;\n isDeleted?: boolean;\n deleteId?: string;\n contentLength?: number;\n content?: Buffer | string;\n}\n\nexport interface RevisionRow {\n revisionId?: string;\n noteId: string;\n type: NoteType;\n mime: string;\n isProtected?: boolean;\n title: string;\n blobId?: string;\n dateLastEdited?: string;\n dateCreated: string;\n utcDateLastEdited?: string;\n utcDateCreated: string;\n utcDateModified: string;\n contentLength?: number;\n}\n\nexport interface RecentNoteRow {\n noteId: string;\n notePath: string;\n utcDateCreated?: string;\n}\n\n/**\n * Database representation of an option.\n *\n * Options are key-value pairs that are used to store information such as user preferences (for example\n * the current theme, sync server information), but also information about the state of the application).\n */\nexport interface OptionRow {\n /** The name of the option. */\n name: string;\n /** The value of the option. */\n value: string;\n /** `true` if the value should be synced across multiple instances (e.g. locale) or `false` if it should be local-only (e.g. theme). */\n isSynced: boolean;\n utcDateModified?: string;\n}\n\nexport interface EtapiTokenRow {\n etapiTokenId?: string;\n name: string;\n tokenHash: string;\n utcDateCreated?: string;\n utcDateModified?: string;\n isDeleted?: boolean;\n}\n\nexport interface BlobRow {\n blobId: string;\n content: string | Buffer;\n contentLength: number;\n dateModified: string;\n utcDateModified: string;\n}\n\nexport type AttributeType = \"label\" | \"relation\" | \"label-definition\" | \"relation-definition\";\n\nexport interface AttributeRow {\n attributeId?: string;\n noteId?: string;\n type: AttributeType;\n name: string;\n position?: number | null;\n value?: string;\n isInheritable?: boolean;\n utcDateModified?: string;\n}\n\nexport interface BranchRow {\n branchId?: string;\n noteId: string;\n parentNoteId: string;\n prefix?: string | null;\n notePosition?: number | null;\n isExpanded?: boolean;\n isDeleted?: boolean;\n utcDateModified?: string;\n}\n\n/**\n * There are many different Note types, some of which are entirely opaque to the\n * end user. Those types should be used only for checking against, they are\n * not for direct use.\n */\nexport const ALLOWED_NOTE_TYPES = [\n \"file\",\n \"image\",\n \"search\",\n \"noteMap\",\n \"launcher\",\n \"doc\",\n \"contentWidget\",\n \"text\",\n \"relationMap\",\n \"render\",\n \"canvas\",\n \"mermaid\",\n \"book\",\n \"webView\",\n \"code\",\n \"mindMap\",\n \"geoMap\"\n] as const;\nexport type NoteType = (typeof ALLOWED_NOTE_TYPES)[number];\n\nexport interface NoteRow {\n noteId: string;\n deleteId: string;\n title: string;\n type: NoteType;\n mime: string;\n isProtected: boolean;\n isDeleted: boolean;\n blobId: string;\n dateCreated: string;\n dateModified: string;\n utcDateCreated: string;\n utcDateModified: string;\n content?: string | Buffer;\n}\n\nexport interface NoteEmbeddingRow {\n embedId: string;\n noteId: string;\n providerId: string;\n modelId: string;\n dimension: number;\n embedding: Buffer;\n version: number;\n dateCreated: string;\n utcDateCreated: string;\n dateModified: string;\n utcDateModified: string;\n}\n"],"names":["ALLOWED_NOTE_TYPES"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,yFAAyF;AACzF,wEAAwE;AAmGxE;;;;CAIC,GACD,OAAO,MAAMA,qBAAqB;IAC9B;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACH,CAAU"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/test-utils.js b/.nx/cache/12848961712880147784/packages/commons/dist/lib/test-utils.js new file mode 100644 index 000000000..fcba894b6 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/test-utils.js @@ -0,0 +1,55 @@ +/** + * Reads the level of indentation of the first line and trims the identation for all the text by that amount. + * + * For example, for: + * + * ```json + * { + * "hello": "world" + * } + * ``` + * + * it results in: + * + * ```json + * { + * "hello": "world" + * } + * ``` + * + * This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes. + * + * @example const html = trimIndentation`\ + *

Heading 1

+ *

Heading 2

+ *

Heading 3

+ *

Heading 4

+ *
Heading 5
+ *
Heading 6
+ * `; + * @param strings + * @returns + */ export function trimIndentation(strings, ...values) { + // Combine the strings with the values using interpolation + let str = strings.reduce((acc, curr, index)=>{ + return acc + curr + (values[index] !== undefined ? values[index] : ''); + }, ''); + // Count the number of spaces on the first line. + let numSpaces = 0; + while(str.charAt(numSpaces) == " " && numSpaces < str.length){ + numSpaces++; + } + // Trim the indentation of the first line in all the lines. + const lines = str.split("\n"); + const output = []; + for(let i = 0; i < lines.length; i++){ + let numSpacesLine = 0; + while(str.charAt(numSpacesLine) == " " && numSpacesLine < str.length){ + numSpacesLine++; + } + output.push(lines[i].substring(numSpacesLine)); + } + return output.join("\n"); +} + +//# sourceMappingURL=test-utils.js.map \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/lib/test-utils.js.map b/.nx/cache/12848961712880147784/packages/commons/dist/lib/test-utils.js.map new file mode 100644 index 000000000..e889b05e2 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/lib/test-utils.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/test-utils.ts"],"sourcesContent":["/**\n * Reads the level of indentation of the first line and trims the identation for all the text by that amount.\n *\n * For example, for:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * it results in:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes.\n *\n * @example const html = trimIndentation`\\\n *

Heading 1

\n *

Heading 2

\n *

Heading 3

\n *

Heading 4

\n *
Heading 5
\n *
Heading 6
\n * `;\n * @param strings\n * @returns\n */\nexport function trimIndentation(strings: TemplateStringsArray, ...values: any[]) {\n // Combine the strings with the values using interpolation\n let str = strings.reduce((acc, curr, index) => {\n return acc + curr + (values[index] !== undefined ? values[index] : '');\n }, '');\n\n // Count the number of spaces on the first line.\n let numSpaces = 0;\n while (str.charAt(numSpaces) == \" \" && numSpaces < str.length) {\n numSpaces++;\n }\n\n // Trim the indentation of the first line in all the lines.\n const lines = str.split(\"\\n\");\n const output = [];\n for (let i = 0; i < lines.length; i++) {\n let numSpacesLine = 0;\n while (str.charAt(numSpacesLine) == \" \" && numSpacesLine < str.length) {\n numSpacesLine++;\n }\n output.push(lines[i].substring(numSpacesLine));\n }\n return output.join(\"\\n\");\n}\n"],"names":["trimIndentation","strings","values","str","reduce","acc","curr","index","undefined","numSpaces","charAt","length","lines","split","output","i","numSpacesLine","push","substring","join"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BC,GACD,OAAO,SAASA,gBAAgBC,OAA6B,EAAE,GAAGC,MAAa;IAC3E,0DAA0D;IAC1D,IAAIC,MAAMF,QAAQG,MAAM,CAAC,CAACC,KAAKC,MAAMC;QACjC,OAAOF,MAAMC,OAAQJ,CAAAA,MAAM,CAACK,MAAM,KAAKC,YAAYN,MAAM,CAACK,MAAM,GAAG,EAAC;IACxE,GAAG;IAEH,gDAAgD;IAChD,IAAIE,YAAY;IAChB,MAAON,IAAIO,MAAM,CAACD,cAAc,OAAOA,YAAYN,IAAIQ,MAAM,CAAE;QAC3DF;IACJ;IAEA,2DAA2D;IAC3D,MAAMG,QAAQT,IAAIU,KAAK,CAAC;IACxB,MAAMC,SAAS,EAAE;IACjB,IAAK,IAAIC,IAAI,GAAGA,IAAIH,MAAMD,MAAM,EAAEI,IAAK;QACnC,IAAIC,gBAAgB;QACpB,MAAOb,IAAIO,MAAM,CAACM,kBAAkB,OAAOA,gBAAgBb,IAAIQ,MAAM,CAAE;YACnEK;QACJ;QACAF,OAAOG,IAAI,CAACL,KAAK,CAACG,EAAE,CAACG,SAAS,CAACF;IACnC;IACA,OAAOF,OAAOK,IAAI,CAAC;AACvB"} \ No newline at end of file diff --git a/.nx/cache/12848961712880147784/packages/commons/dist/tsconfig.lib.tsbuildinfo b/.nx/cache/12848961712880147784/packages/commons/dist/tsconfig.lib.tsbuildinfo new file mode 100644 index 000000000..4e1f61b64 --- /dev/null +++ b/.nx/cache/12848961712880147784/packages/commons/dist/tsconfig.lib.tsbuildinfo @@ -0,0 +1 @@ +{"version":"5.7.3"} \ No newline at end of file diff --git a/.nx/cache/run.json b/.nx/cache/run.json new file mode 100644 index 000000000..edf601eb4 --- /dev/null +++ b/.nx/cache/run.json @@ -0,0 +1,21 @@ +{ + "run": { + "command": "nx test commons", + "startTime": "2025-04-22T12:06:29.829Z", + "endTime": "2025-04-22T12:06:30.546Z", + "inner": false + }, + "tasks": [ + { + "taskId": "@triliumnext/commons:test", + "target": "test", + "projectName": "@triliumnext/commons", + "hash": "304969377575151971", + "startTime": "2025-04-22T12:06:29.839Z", + "endTime": "2025-04-22T12:06:30.537Z", + "params": "", + "cacheStatus": "cache-miss", + "status": 0 + } + ] +} \ No newline at end of file diff --git a/.nx/cache/terminalOutputs/12848961712880147784 b/.nx/cache/terminalOutputs/12848961712880147784 new file mode 100644 index 000000000..f24b6cec8 --- /dev/null +++ b/.nx/cache/terminalOutputs/12848961712880147784 @@ -0,0 +1,2 @@ +Compiling with SWC for @triliumnext/commons... + diff --git a/.nx/cache/terminalOutputs/304969377575151971 b/.nx/cache/terminalOutputs/304969377575151971 new file mode 100644 index 000000000..7369e9593 --- /dev/null +++ b/.nx/cache/terminalOutputs/304969377575151971 @@ -0,0 +1,21 @@ +> vitest + +[?25l + RUN  v3.1.2 /home/elian/Projects/TriliumNext/Notes/packages/commons + +[?2026h + ❯ src/lib/test-utils.spec.ts [queued] + + Test Files 0 passed (1) + Tests 0 passed (0) + Start at 15:06:30 + Duration 300ms +[?2026l ✓ src/lib/test-utils.spec.ts (1 test) 3ms + ✓ Utils > trims indentation 2ms + + Test Files  1 passed (1) + Tests  1 passed (1) + Start at  15:06:30 + Duration  365ms (transform 48ms, setup 0ms, collect 31ms, tests 3ms, environment 0ms, prepare 100ms) + +[?25h \ No newline at end of file diff --git a/.nx/workspace-data/d/daemon.log b/.nx/workspace-data/d/daemon.log index 5363b6dda..365f56914 100644 --- a/.nx/workspace-data/d/daemon.log +++ b/.nx/workspace-data/d/daemon.log @@ -141,3 +141,170 @@ [NX v20.8.0 Daemon Server] - 2025-04-22T11:44:40.452Z - [WATCHER]: Stopping the watcher for /home/elian/Projects/TriliumNext/Notes (sources) [NX v20.8.0 Daemon Server] - 2025-04-22T11:44:40.452Z - [WATCHER]: Stopping the watcher for /home/elian/Projects/TriliumNext/Notes (outputs) [NX v20.8.0 Daemon Server] - 2025-04-22T11:44:40.453Z - Server stopped because: "Stopping the daemon the set of ignored files changed (native)" +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.394Z - Started listening on: /tmp/32649d4e7241f504a54b/d.sock +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.395Z - [WATCHER]: Subscribed to changes within: /home/elian/Projects/TriliumNext/Notes (native) +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.398Z - Established a connection. Number of open connections: 1 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.399Z - Established a connection. Number of open connections: 2 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.400Z - Closed a connection. Number of open connections: 1 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.401Z - [REQUEST]: Client Request for Project Graph Received +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.563Z - Time taken for 'Load Nx Plugin: /home/elian/Projects/TriliumNext/Notes/node_modules/nx/src/plugins/js' 160.201567ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.574Z - Time taken for 'Load Nx Plugin: /home/elian/Projects/TriliumNext/Notes/node_modules/nx/src/plugins/package-json' 171.48056000000003ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.576Z - Time taken for 'loadDefaultNxPlugins' 173.46107899999998ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.602Z - Time taken for 'Load Nx Plugin: @nx/eslint/plugin' 199.80187ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.610Z - Time taken for 'Load Nx Plugin: @nx/js/typescript' 208.775493ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.640Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.640Z - [REQUEST]: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.640Z - [REQUEST]: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.649Z - Time taken for 'loadSpecifiedNxPlugins' 237.743504ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.650Z - Established a connection. Number of open connections: 2 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.650Z - Closed a connection. Number of open connections: 1 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.651Z - Established a connection. Number of open connections: 2 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.651Z - Established a connection. Number of open connections: 3 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.653Z - [REQUEST]: Responding to the client. handleGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.653Z - Done responding to the client handleGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.653Z - Handled GLOB. Handling time: 2. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.654Z - Established a connection. Number of open connections: 4 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.654Z - Closed a connection. Number of open connections: 3 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.655Z - [REQUEST]: Responding to the client. handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.655Z - Done responding to the client handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.655Z - Handled HASH_GLOB. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.657Z - [REQUEST]: Responding to the client. handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.658Z - Done responding to the client handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:43.658Z - Handled HASH_GLOB. Handling time: 1. Response time: 1. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.446Z - Time taken for 'build-project-configs' 780.802957ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.451Z - Time taken for '@nx/vite/plugin:createDependencies' 8.71246300000007ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.451Z - Time taken for '@nx/js/typescript:createDependencies' 10.840796999999839ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.498Z - [SYNC]: collect registered sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.498Z - [SYNC]: scheduling: ["@nx/js:typescript-sync"] +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.498Z - [REQUEST]: Responding to the client. project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.499Z - Time taken for 'total for creating and serializing project graph' 1097.3715750000001ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.499Z - Done responding to the client project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.499Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1097. Response time: 1. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.504Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.504Z - Done responding to the client handleRunPreTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.504Z - Handled PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.504Z - Time taken for 'preTasksExecution' 0.3649589999999989ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.566Z - [REQUEST]: Responding to the client. handleHashTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.566Z - Done responding to the client handleHashTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.566Z - Handled HASH_TASKS. Handling time: 7. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.575Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.575Z - Done responding to the client handleGetEstimatedTaskTimings +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.575Z - Handled GET_ESTIMATED_TASK_TIMINGS. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.598Z - [SYNC]: running scheduled generator @nx/js:typescript-sync +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.797Z - Established a connection. Number of open connections: 4 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.798Z - Established a connection. Number of open connections: 5 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.798Z - Closed a connection. Number of open connections: 4 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.799Z - [REQUEST]: Client Request for Project Graph Received +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.799Z - [REQUEST]: Responding to the client. project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.799Z - Time taken for 'total for creating and serializing project graph' 0.17036400000006324ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.800Z - Done responding to the client project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.800Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 1. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.803Z - [SYNC]: @nx/js:typescript-sync changes: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:44.803Z - Time taken for 'run-sync-generator:@nx/js:typescript-sync' 204.32762200000002ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.046Z - [WATCHER]: 16 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.048Z - [WATCHER]: Processing file changes in outputs +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.148Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.148Z - [REQUEST]: packages/commons/dist/lib/i18n.js,packages/commons/dist/lib/rows.js,packages/commons/dist/lib/hidden_subtree.js,packages/commons/dist/lib/test-utils.js.map,packages/commons/dist/lib/index.js,packages/commons/dist/lib/options_interface.js,packages/commons/dist/lib/i18n.js.map,packages/commons/dist/lib/keyboard_actions_interface.js.map,packages/commons/dist/index.js.map,packages/commons/dist/lib/test-utils.js,packages/commons/dist/lib/hidden_subtree.js.map,packages/commons/dist/index.js,packages/commons/dist/lib/index.js.map,packages/commons/dist/lib/options_interface.js.map,packages/commons/dist/lib/rows.js.map,packages/commons/dist/lib/keyboard_actions_interface.js +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.148Z - [REQUEST]: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.155Z - [REQUEST]: Responding to the client. handleGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.155Z - Done responding to the client handleGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.155Z - Handled GLOB. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.156Z - Time taken for 'hash changed files from watcher' 1.3690389999999297ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.157Z - [REQUEST]: Responding to the client. handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.157Z - Done responding to the client handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.157Z - Handled HASH_GLOB. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.159Z - [REQUEST]: Responding to the client. handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.159Z - Done responding to the client handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.159Z - Handled HASH_GLOB. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.189Z - Time taken for 'build-project-configs' 30.09471099999996ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.191Z - Time taken for '@nx/js/typescript:createDependencies' 5.747974999999997ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.206Z - [SYNC]: collect registered sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.206Z - [SYNC]: project graph hash is the same, not collecting task sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.206Z - [SYNC]: nx.json hash is the same, not collecting global sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.206Z - [SYNC]: scheduling: ["@nx/js:typescript-sync"] +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.206Z - Time taken for 'total execution time for createProjectGraph()' 15.297562999999855ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.406Z - [SYNC]: running scheduled generator @nx/js:typescript-sync +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.407Z - [REQUEST]: Client Request for Project Graph Received +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.408Z - [REQUEST]: Responding to the client. project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.408Z - Time taken for 'total for creating and serializing project graph' 0.14946599999984755ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.408Z - Done responding to the client project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.408Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.411Z - [SYNC]: @nx/js:typescript-sync changes: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.411Z - Time taken for 'run-sync-generator:@nx/js:typescript-sync' 4.097105000000283ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.729Z - [REQUEST]: Responding to the client. recordOutputsHash +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.730Z - Done responding to the client recordOutputsHash +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.730Z - Handled RECORD_OUTPUTS_HASH. Handling time: 2. Response time: 1. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.757Z - [REQUEST]: Responding to the client. handleRecordTaskRuns +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.757Z - Done responding to the client handleRecordTaskRuns +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.757Z - Handled RECORD_TASK_RUNS. Handling time: 13. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.758Z - [WATCHER]: packages/commons/dist/tsconfig.lib.tsbuildinfo was created or restored +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.758Z - [WATCHER]: Processing file changes in outputs +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.758Z - [REQUEST]: Responding to the client. handleGetFlakyTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.758Z - Done responding to the client handleGetFlakyTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.758Z - Handled GET_FLAKY_TASKS. Handling time: 0. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.761Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.761Z - Done responding to the client handleRunPostTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.761Z - Handled POST_TASKS_EXECUTION. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.761Z - Time taken for 'postTasksExecution' 0.22150300000021161ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.770Z - Closed a connection. Number of open connections: 3 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.858Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.858Z - [REQUEST]: packages/commons/dist/tsconfig.lib.tsbuildinfo +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.858Z - [REQUEST]: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.866Z - [REQUEST]: Responding to the client. handleGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.866Z - Done responding to the client handleGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.866Z - Handled GLOB. Handling time: 2. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.866Z - Time taken for 'hash changed files from watcher' 0.9898899999998321ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.867Z - [REQUEST]: Responding to the client. handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.867Z - Done responding to the client handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.867Z - Handled HASH_GLOB. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.870Z - [REQUEST]: Responding to the client. handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.870Z - Done responding to the client handleHashMultiGlob +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.870Z - Handled HASH_GLOB. Handling time: 2. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.896Z - Time taken for 'build-project-configs' 27.499289999999746ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.899Z - Time taken for '@nx/vite/plugin:createDependencies' 4.688506999999845ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.899Z - Time taken for '@nx/js/typescript:createDependencies' 6.085484000000179ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.912Z - [SYNC]: collect registered sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.912Z - [SYNC]: project graph hash is the same, not collecting task sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.912Z - [SYNC]: nx.json hash is the same, not collecting global sync generators +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.912Z - [SYNC]: scheduling: ["@nx/js:typescript-sync"] +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:45.912Z - Time taken for 'total execution time for createProjectGraph()' 14.347531999999774ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.312Z - [SYNC]: running scheduled generator @nx/js:typescript-sync +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.313Z - [REQUEST]: Client Request for Project Graph Received +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.314Z - [REQUEST]: Responding to the client. project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.314Z - Time taken for 'total for creating and serializing project graph' 0.20118299999967348ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.314Z - Done responding to the client project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.314Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.318Z - [SYNC]: @nx/js:typescript-sync changes: +[NX v20.8.0 Daemon Server] - 2025-04-22T12:05:46.318Z - Time taken for 'run-sync-generator:@nx/js:typescript-sync' 5.457574000000022ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.777Z - Established a connection. Number of open connections: 4 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.777Z - Closed a connection. Number of open connections: 3 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.778Z - Established a connection. Number of open connections: 4 +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.779Z - [REQUEST]: Client Request for Project Graph Received +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.779Z - [REQUEST]: Responding to the client. project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.779Z - Time taken for 'total for creating and serializing project graph' 0.1761049999986426ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.780Z - Done responding to the client project-graph +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.780Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 1. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.784Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.784Z - Done responding to the client handleRunPreTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.784Z - Handled PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.784Z - Time taken for 'preTasksExecution' 0.1197969999993802ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.806Z - [REQUEST]: Responding to the client. handleHashTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.806Z - Done responding to the client handleHashTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.806Z - Handled HASH_TASKS. Handling time: 5. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.836Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.836Z - Done responding to the client handleGetEstimatedTaskTimings +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:29.836Z - Handled GET_ESTIMATED_TASK_TIMINGS. Handling time: 0. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.538Z - [REQUEST]: Responding to the client. recordOutputsHash +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.538Z - Done responding to the client recordOutputsHash +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.538Z - Handled RECORD_OUTPUTS_HASH. Handling time: 1. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.554Z - [REQUEST]: Responding to the client. handleRecordTaskRuns +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.554Z - Done responding to the client handleRecordTaskRuns +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.554Z - Handled RECORD_TASK_RUNS. Handling time: 6. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.555Z - [REQUEST]: Responding to the client. handleGetFlakyTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.555Z - Done responding to the client handleGetFlakyTasks +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.555Z - Handled GET_FLAKY_TASKS. Handling time: 0. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.557Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.557Z - Done responding to the client handleRunPostTasksExecution +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.557Z - Handled POST_TASKS_EXECUTION. Handling time: 0. Response time: 0. +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.557Z - Time taken for 'postTasksExecution' 0.09569699999701697ms +[NX v20.8.0 Daemon Server] - 2025-04-22T12:06:30.565Z - Closed a connection. Number of open connections: 3 diff --git a/.nx/workspace-data/d/server-process.json b/.nx/workspace-data/d/server-process.json new file mode 100644 index 000000000..0fab18a62 --- /dev/null +++ b/.nx/workspace-data/d/server-process.json @@ -0,0 +1,3 @@ +{ + "processId": 1874608 +} diff --git a/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db b/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db new file mode 100644 index 000000000..7ee7c113a Binary files /dev/null and b/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db differ diff --git a/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db-shm b/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db-shm new file mode 100644 index 000000000..33b68d836 Binary files /dev/null and b/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db-shm differ diff --git a/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db-wal b/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db-wal new file mode 100644 index 000000000..e50b20f95 Binary files /dev/null and b/.nx/workspace-data/e18ca523839d47128dbab4548c9c1635.db-wal differ diff --git a/.nx/workspace-data/eslint-2654242865465226088.hash b/.nx/workspace-data/eslint-2654242865465226088.hash index 9e26dfeeb..2e3054b9c 100644 --- a/.nx/workspace-data/eslint-2654242865465226088.hash +++ b/.nx/workspace-data/eslint-2654242865465226088.hash @@ -1 +1,131 @@ -{} \ No newline at end of file +{ + "16229678470974705206": {}, + "4970943813007376036": { + "packages/commons": { + "targets": { + "lint": { + "command": "eslint .", + "cache": true, + "options": { + "cwd": "packages/commons" + }, + "inputs": [ + "default", + "^default", + "{workspaceRoot}/eslint.config.mjs", + "{projectRoot}/eslint.config.mjs", + "{workspaceRoot}/tools/eslint-rules/**/*", + { + "externalDependencies": [ + "eslint" + ] + } + ], + "outputs": [ + "{options.outputFile}" + ], + "metadata": { + "technologies": [ + "eslint" + ], + "description": "Runs ESLint on project", + "help": { + "command": "npx eslint --help", + "example": { + "options": { + "max-warnings": 0 + } + } + } + } + } + } + } + }, + "1743079586757184531": {}, + "8425065836470397856": { + "packages/commons": { + "targets": { + "lint": { + "command": "eslint .", + "cache": true, + "options": { + "cwd": "packages/commons" + }, + "inputs": [ + "default", + "^default", + "{workspaceRoot}/eslint.config.mjs", + "{projectRoot}/eslint.config.mjs", + "{workspaceRoot}/tools/eslint-rules/**/*", + { + "externalDependencies": [ + "eslint" + ] + } + ], + "outputs": [ + "{options.outputFile}" + ], + "metadata": { + "technologies": [ + "eslint" + ], + "description": "Runs ESLint on project", + "help": { + "command": "npx eslint --help", + "example": { + "options": { + "max-warnings": 0 + } + } + } + } + } + } + } + }, + "16805661989031912905": {}, + "9641909216406581511": { + "packages/commons": { + "targets": { + "lint": { + "command": "eslint .", + "cache": true, + "options": { + "cwd": "packages/commons" + }, + "inputs": [ + "default", + "^default", + "{workspaceRoot}/eslint.config.mjs", + "{projectRoot}/eslint.config.mjs", + "{workspaceRoot}/tools/eslint-rules/**/*", + { + "externalDependencies": [ + "eslint" + ] + } + ], + "outputs": [ + "{options.outputFile}" + ], + "metadata": { + "technologies": [ + "eslint" + ], + "description": "Runs ESLint on project", + "help": { + "command": "npx eslint --help", + "example": { + "options": { + "max-warnings": 0 + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json index 9f0ac0519..490022ac5 100644 --- a/.nx/workspace-data/file-map.json +++ b/.nx/workspace-data/file-map.json @@ -16,1413 +16,2605 @@ "watchDepsName": "watch-deps" } } + }, + { + "name": "@nx/eslint/plugin", + "options": { + "targetName": "lint" + } + }, + { + "name": "@nx/vite/plugin", + "options": { + "buildTargetName": "build", + "testTargetName": "test", + "serveTargetName": "serve", + "devTargetName": "dev", + "previewTargetName": "preview", + "serveStaticTargetName": "serve-static", + "typecheckTargetName": "typecheck", + "buildDepsTargetName": "build-deps", + "watchDepsTargetName": "watch-deps" + } } ], "fileMap": { "nonProjectFiles": [ { - "file": ".editorconfig", - "hash": "11859237446229868960" + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FancytreeEvents.html", + "hash": "11031154792558652689" }, { - "file": ".github/FUNDING.yml", - "hash": "9417438148586196659" + "file": "docs/User Guide/User Guide/Note Types/Text/Tables_image.png", + "hash": "5417625780542207119" }, { - "file": ".github/ISSUE_TEMPLATE/bug_report.yml", - "hash": "9337980927788000468" - }, - { - "file": ".github/ISSUE_TEMPLATE/feature_request.yml", - "hash": "13653184246748995672" - }, - { - "file": ".github/ISSUE_TEMPLATE/task.yml", - "hash": "442256738724543481" - }, - { - "file": ".github/actions/build-electron/action.yml", - "hash": "14612245546992951859" - }, - { - "file": ".github/actions/build-server/action.yml", - "hash": "12834103831780063020" - }, - { - "file": ".github/actions/report-size/action.yml", - "hash": "17705058309368771560" - }, - { - "file": ".github/workflows/codeql.yml", - "hash": "15023875105706044332" - }, - { - "file": ".github/workflows/dev.yml", - "hash": "97027197327334007" - }, - { - "file": ".github/workflows/main-docker.yml", - "hash": "7393672086018807690" - }, - { - "file": ".github/workflows/nightly.yml", - "hash": "13780588628454221051" - }, - { - "file": ".github/workflows/playwright.yml", - "hash": "11286744737758129262" - }, - { - "file": ".github/workflows/release-winget.yml", - "hash": "11802042483604535783" - }, - { - "file": ".github/workflows/release.yml", - "hash": "17127017447936409690" - }, - { - "file": ".gitignore", - "hash": "2303642404724327591" - }, - { - "file": ".idea/.gitignore", - "hash": "13646957392060337731" - }, - { - "file": ".idea/codeStyles/Project.xml", - "hash": "17510646002422655057" - }, - { - "file": ".idea/codeStyles/codeStyleConfig.xml", - "hash": "4690022301721055948" - }, - { - "file": ".idea/dataSources.xml", - "hash": "1648100896127507056" - }, - { - "file": ".idea/encodings.xml", - "hash": "11374258188085040410" - }, - { - "file": ".idea/git_toolbox_prj.xml", - "hash": "15025719909834120292" - }, - { - "file": ".idea/inspectionProfiles/Project_Default.xml", - "hash": "10941077199758478688" - }, - { - "file": ".idea/jsLibraryMappings.xml", - "hash": "463890270158677548" - }, - { - "file": ".idea/jsLinters/jslint.xml", - "hash": "711681400810612149" - }, - { - "file": ".idea/misc.xml", - "hash": "14348037015527695066" - }, - { - "file": ".idea/modules.xml", - "hash": "11070074368343041178" - }, - { - "file": ".idea/sqldialects.xml", - "hash": "1907427473079819363" - }, - { - "file": ".idea/vcs.xml", - "hash": "16873264805383449197" - }, - { - "file": ".npmrc", - "hash": "16137381183792061922" - }, - { - "file": ".nxignore", - "hash": "17027752051574521115" - }, - { - "file": "CODE_OF_CONDUCT", - "hash": "18279634385063499779" - }, - { - "file": "LICENSE", - "hash": "8606862000888906709" - }, - { - "file": "README.md", - "hash": "13679989229500744212" - }, - { - "file": "SECURITY.md", - "hash": "599955342543329887" - }, - { - "file": "docs/Developer Guide/!!!meta.json", - "hash": "3255937222893785990" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/Build deliveries locally.md", - "hash": "3170736676204731767" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/CI/1_Main_image.png", - "hash": "14970379467694797728" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/CI/Main.md", - "hash": "17316636940774967390" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/CI/Main_image.png", - "hash": "5477858928741357904" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/Documentation.md", - "hash": "14979232810690309809" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/Releasing a version.md", - "hash": "16796012838594019346" - }, - { - "file": "docs/Developer Guide/Developer Guide/Building and deployment/Running a development build.md", - "hash": "5918235052453307119" - }, - { - "file": "docs/Developer Guide/Developer Guide/Dependency Management/Adding a new client library.md", - "hash": "7049385257986266177" - }, - { - "file": "docs/Developer Guide/Developer Guide/Dependency Management/Having a simpler packaging sys.md", - "hash": "7380313725791405277" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Copy image reference to the cl.md", - "hash": "5997370566040672231" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Export diagram as SVG.md", - "hash": "8391941206097753891" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/First steps.md", - "hash": "11319680458358123245" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/First steps/mind_map.js", - "hash": "10796090623247054169" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Loading data.md", - "hash": "17419379493759801290" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Note type checklist.md", - "hash": "1608854407457647774" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/SVG rendering.md", - "hash": "14938937788563990628" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Saving data via spaced update.md", - "hash": "15110096891490816903" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Backlinks.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Branch prefixes.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Build information.md", - "hash": "927621925199425057" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/attachments.md", - "hash": "11249076532876645190" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/attributes.md", - "hash": "18044189470051526719" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/blobs.md", - "hash": "9289462600651110466" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/branches.md", - "hash": "11383257066368994244" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/entity_changes.md", - "hash": "11984017581176676352" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/etapi_tokens.md", - "hash": "2602584635600548101" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/notes.md", - "hash": "17589195664721269554" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/options.md", - "hash": "11018885735468470461" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/recent_notes.md", - "hash": "16017799368937039846" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/revisions.md", - "hash": "6910018916604118009" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Deleted notes.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Demo document.md", - "hash": "10094511099627127819" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Docker.md", - "hash": "11338947733300465635" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Hidden notes.md", - "hash": "12457340832473421506" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons.md", - "hash": "10855339462601677185" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/1_Icons on Mac_image.png", - "hash": "9113973157649197285" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac.md", - "hash": "14915015362708890087" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/1_Adaptive icon_image.png", - "hash": "9113973157649197285" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/1_Slightly blurry icon on Ma.png", - "hash": "704956280599536830" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/2_Adaptive icon_image.png", - "hash": "2898250727568220507" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/2_Slightly blurry icon on Ma.png", - "hash": "2401758914571491717" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/3_Adaptive icon_image.png", - "hash": "7856931497974089783" + "file": "docs/User Guide/User Guide/Note Types/Text/Lists.md", + "hash": "12112056947947146011" }, { "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/4_Adaptive icon_image.png", "hash": "9672254538887140002" }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/5_Adaptive icon_image.png", - "hash": "17290325327178029571" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/6_Adaptive icon_image.png", - "hash": "17558530465809578826" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Adaptive icon.md", - "hash": "3497841704967107299" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Adaptive icon_image.png", - "hash": "17678072455595448906" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Slightly blurry icon on Ma.png", - "hash": "12881778660438955813" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Slightly blurry icon on Mac.md", - "hash": "13487479054609586827" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac_image.png", - "hash": "10777331931886290213" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Removed icons.md", - "hash": "12540003826330492194" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translat.md", - "hash": "2844329594560711440" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translations/Guidelines.md", - "hash": "4788416431512568863" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translations/Server translations.md", - "hash": "233325850886770120" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translations/i18n-ally.md", - "hash": "15286767887045318756" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Launchers.md", - "hash": "17121274757495258227" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Live reload.md", - "hash": "14445433634969987457" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Note types.md", - "hash": "12191728192542611537" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options.md", - "hash": "2394676798595882833" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Check box option.md", - "hash": "13176063915179660637" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Creating a new option.md", - "hash": "7445777789708082311" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Displaying the option in setti.md", - "hash": "8267518082616976817" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Refresh widget with option cha.md", - "hash": "12967337054313845860" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Trigger UI refresh.md", - "hash": "12597276870551481120" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Printing.md", - "hash": "17241912836120464831" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Protected entities.md", - "hash": "8607204597560914266" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Revisions.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Safe mode.md", - "hash": "1713747027699127500" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Special notes.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Synchronisation/Content hashing.md", - "hash": "8981070653808491801" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Syntax highlighting.md", - "hash": "133151893331360659" - }, - { - "file": "docs/Developer Guide/Developer Guide/Development and architecture/Themes.md", - "hash": "9431375033964731793" - }, - { - "file": "docs/Developer Guide/Developer Guide/Documentation.md", - "hash": "4320322749360908547" - }, - { - "file": "docs/Developer Guide/Developer Guide/Documentation/Documentation references in th.md", - "hash": "4999625856386815050" - }, - { - "file": "docs/Developer Guide/Developer Guide/Documentation_image.png", - "hash": "4287687447151188970" - }, - { - "file": "docs/Developer Guide/Developer Guide/Installation/Download latest nightly and in.md", - "hash": "6689583225600859966" - }, - { - "file": "docs/Developer Guide/Developer Guide/Notes for old development/Build deliveries locally.clone.md", - "hash": "16752226799330019694" - }, - { - "file": "docs/Developer Guide/Developer Guide/Notes for old development/Releasing a version.clone.md", - "hash": "7452856003847983708" - }, - { - "file": "docs/Developer Guide/Developer Guide/Notes for old development/Running a development build.clone.md", - "hash": "18190833443469068343" - }, - { - "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies.md", - "hash": "12527925976936861939" - }, - { - "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies/Node.js, Electron and `better-.md", - "hash": "7009722849407231683" - }, - { - "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies/Testing compatibility.md", - "hash": "1432296361498549709" - }, - { - "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies/bettersqlite binaries.md", - "hash": "15329551937381145875" - }, - { - "file": "docs/Developer Guide/Developer Guide/Scripting/Server-side imports.md", - "hash": "11219131325031274988" - }, - { - "file": "docs/Developer Guide/Developer Guide/Scripting/Widgets.md", - "hash": "12822032052331653311" - }, - { - "file": "docs/Developer Guide/Developer Guide/Scripting/Widgets/CSS.md", - "hash": "3537418956212770699" - }, - { - "file": "docs/Developer Guide/Developer Guide/Scripting/Widgets/Right pane widget.md", - "hash": "13341365552460927801" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Building the editor.md", - "hash": "15005698969604672222" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Differences from upstream.md", - "hash": "18050776852643274350" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Environment setup.md", - "hash": "17921742902733994403" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Updating to a newer version of.md", - "hash": "208622457670454515" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Versions and external plugins.md", - "hash": "16823304672831771300" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math.md", - "hash": "92408046703009242" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math/Release management & continuou.md", - "hash": "16898764451434429632" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math/Updating with upstream.md", - "hash": "1170819569679600371" - }, - { - "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math_image.png", - "hash": "3354031708515247111" - }, - { - "file": "docs/Developer Guide/Developer Guide/Testing.md", - "hash": "1756354223273679632" - }, - { - "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/1_Setting up authentication_.png", - "hash": "6311326131929912302" - }, - { - "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Running tests.md", - "hash": "17371597141704701872" - }, - { - "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Setting up authentication.md", - "hash": "6015736112713223983" - }, - { - "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Setting up authentication_.png", - "hash": "11786210734557105126" - }, - { - "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Test database.md", - "hash": "12683306435434855517" - }, - { - "file": "docs/Developer Guide/Developer Guide/Troubleshooting/Error [TransformError] The pac.md", - "hash": "2007360804189743501" - }, - { - "file": "docs/README-ZH_CN.md", - "hash": "1366683638207788793" - }, - { - "file": "docs/README.es.md", - "hash": "18392624940816469374" - }, - { - "file": "docs/README.it.md", - "hash": "9798316810783494206" - }, - { - "file": "docs/README.ja.md", - "hash": "423329561350748151" - }, - { - "file": "docs/README.ru.md", - "hash": "12627167880272281170" - }, - { - "file": "docs/Release Notes/!!!meta.json", - "hash": "10934753383109932202" - }, - { - "file": "docs/Release Notes/Release Notes/Release Template.md", - "hash": "10587082767465867254" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.0-beta.md", - "hash": "2832294761822956301" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.1-beta.md", - "hash": "2310438812816074728" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.10-beta.md", - "hash": "1078969479317092269" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.11-beta.md", - "hash": "1640429599497982025" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.12.md", - "hash": "9620208026446895995" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.2-beta.md", - "hash": "7134694010981034314" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.3.md", - "hash": "18427677233259365358" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.4.md", - "hash": "2207971841022283765" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.5-beta.md", - "hash": "10117902968885317624" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.5-beta_image.png", - "hash": "18107480102557535583" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.6-beta.md", - "hash": "665053246882198240" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.7-beta.md", - "hash": "12288347682016090997" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.8.md", - "hash": "10541241835395856847" - }, - { - "file": "docs/Release Notes/Release Notes/v0.90.9-beta.md", - "hash": "9397735037604295419" - }, - { - "file": "docs/Release Notes/Release Notes/v0.91.1-beta.md", - "hash": "1505295548915455849" - }, - { - "file": "docs/Release Notes/Release Notes/v0.91.2-beta.md", - "hash": "7463292530355249790" - }, - { - "file": "docs/Release Notes/Release Notes/v0.91.3-beta.md", - "hash": "8650194840196326837" - }, - { - "file": "docs/Release Notes/Release Notes/v0.91.4-beta.md", - "hash": "13432720443489500483" - }, - { - "file": "docs/Release Notes/Release Notes/v0.91.5.md", - "hash": "7852050459752848879" - }, - { - "file": "docs/Release Notes/Release Notes/v0.91.6.md", - "hash": "2891090662713160134" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.0-beta.md", - "hash": "14565759833614120830" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.1-beta.md", - "hash": "9808089043918900724" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.2-beta.md", - "hash": "358559780905427698" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.3-beta.md", - "hash": "17317864745090652158" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.4.md", - "hash": "9768188864190804507" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.5-beta.md", - "hash": "14426279930922433783" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.6.md", - "hash": "2771016520384144999" - }, - { - "file": "docs/Release Notes/Release Notes/v0.92.7.md", - "hash": "17418643896362304150" - }, - { - "file": "docs/Release Notes/Release Notes/v0.93.0.md", - "hash": "6446128540116970069" - }, - { - "file": "docs/Release Notes/Release Notes/v0.94.0.md", - "hash": "9030403597079974748" - }, - { - "file": "docs/Script API/.nojekyll", - "hash": "12301719336174243164" - }, - { - "file": "docs/Script API/assets/hierarchy.js", - "hash": "5555048876431558061" - }, - { - "file": "docs/Script API/assets/highlight.css", - "hash": "4285074483474071706" - }, - { - "file": "docs/Script API/assets/icons.js", - "hash": "16920762893256242568" - }, - { - "file": "docs/Script API/assets/icons.svg", - "hash": "12265282051439672960" - }, - { - "file": "docs/Script API/assets/main.js", - "hash": "6389590901821178970" - }, - { - "file": "docs/Script API/assets/navigation.js", - "hash": "7622748052566621629" - }, - { - "file": "docs/Script API/assets/search.js", - "hash": "8475404948919950531" - }, - { - "file": "docs/Script API/assets/style.css", - "hash": "6390674142144445392" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.AbstractBeccaEntity.html", - "hash": "8730749362119426250" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BAttachment.html", - "hash": "8665382541585871854" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BAttribute.html", - "hash": "12076925399563302864" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BBranch.html", - "hash": "12776123451982372768" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BEtapiToken.html", - "hash": "7465710577091605064" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BNote.html", - "hash": "7005007978668651456" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BOption.html", - "hash": "18026026232234236536" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BRecentNote.html", - "hash": "11994967186676125771" - }, - { - "file": "docs/Script API/classes/Backend_Script_API.BRevision.html", - "hash": "1913392095596974652" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.AsyncResource.html", - "hash": "11134645773041976007" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.Axios.html", - "hash": "6269752855705474165" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.AxiosError.html", - "hash": "3538595726634027313" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.AxiosHeaders.html", - "hash": "239737713549577107" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.CanceledError.html", - "hash": "4425156980023604406" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.EventEmitter.EventEmitterAsyncResource.html", - "hash": "7206080304720434024" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.EventEmitter.html", - "hash": "9085627966887041694" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.SpacedUpdate.html", - "hash": "18328662110444012644" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.TaskContext.html", - "hash": "7871285994240472519" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.default.html", - "hash": "1518836167267522724" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.node_modules__types_xml2js.Builder.html", - "hash": "14955316081398141094" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.node_modules__types_xml2js.Parser.html", - "hash": "8038479147069214953" - }, - { - "file": "docs/Script API/classes/Backend_Script_API._internal_.node_modules__types_xml2js.ValidationError.html", - "hash": "9783880855468813600" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API.BasicWidget.html", - "hash": "7136750462660837560" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API.FAttachment.html", - "hash": "13471286589201764286" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API.FAttribute.html", - "hash": "917184200961509118" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API.FBranch.html", - "hash": "1369425044274420635" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API.FNote.html", - "hash": "2643559578902394996" - }, { "file": "docs/Script API/classes/Frontend_Script_API.NoteContextAwareWidget.html", "hash": "10455528563649947810" }, - { - "file": "docs/Script API/classes/Frontend_Script_API.RightPanelWidget.html", - "hash": "3165901033915109292" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.NoteContext.html", - "hash": "3072165195826397058" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.TypedBasicWidget.html", - "hash": "9014785497596129429" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.TypedComponent.html", - "hash": "1592247705606960334" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-1.html", - "hash": "17242853187880822286" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-2.html", - "hash": "7838335193815529689" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-3.html", - "hash": "10184639014742437536" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-4.html", - "hash": "14292946853601737478" - }, - { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-5.html", - "hash": "960615437114587660" - }, { "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-6.html", "hash": "9457762962429674796" }, { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-7.html", - "hash": "15012618481181922435" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note_image.png", + "hash": "14767314553298789957" }, { - "file": "docs/Script API/classes/Frontend_Script_API._internal_.default.html", - "hash": "7838365315847650187" + "file": "docs/User Guide/User Guide/Note Types/Text/Cut to subnote.md", + "hash": "1597214027009838580" }, { - "file": "docs/Script API/enums/Backend_Script_API._internal_.HttpStatusCode.html", - "hash": "8745780281324259183" + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Adaptive icon.md", + "hash": "3497841704967107299" }, { - "file": "docs/Script API/enums/Frontend_Script_API._internal_.FancytreeClickFolderMode.html", - "hash": "5271243830085395651" + "file": "docs/Release Notes/Release Notes/v0.93.0.md", + "hash": "6446128540116970069" }, { - "file": "docs/Script API/enums/Frontend_Script_API._internal_.FancytreeSelectMode.html", - "hash": "10406956801362805969" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md", + "hash": "6293287821691646630" }, { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.parseString.html", - "hash": "10258104029178654570" + "file": "docs/User Guide/User Guide/Troubleshooting/Error logs.md", + "hash": "15587281502024486048" }, { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.parseStringPromise.html", - "hash": "17682488357431062503" - }, - { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.firstCharLowerCase.html", - "hash": "922120200627718986" - }, - { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.normalize.html", - "hash": "5359474619226365804" - }, - { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.parseBooleans.html", - "hash": "13001294351403898208" - }, - { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.parseNumbers.html", - "hash": "11186627944493481537" - }, - { - "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.stripPrefix.html", - "hash": "15670937774342345272" - }, - { - "file": "docs/Script API/hierarchy.html", - "hash": "7087761326174264857" - }, - { - "file": "docs/Script API/index.html", - "hash": "7164310318541615803" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API.Api.html", - "hash": "13446311020763232058" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AsyncResourceOptions.html", - "hash": "8020470007601054280" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AttachmentOpts.html", - "hash": "152500221014723550" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AttachmentRow.html", - "hash": "15465410837105601985" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AttributeRow.html", - "hash": "15707791380899076017" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosAdapter.html", - "hash": "13933798201523018141" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosBasicCredentials.html", - "hash": "9483175987744037880" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosDefaults.html", - "hash": "4789207332665890873" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInstance.html", - "hash": "13857640297500317744" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInterceptorManager.html", - "hash": "16067141193448503175" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInterceptorOptions.html", - "hash": "9333796471759547757" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosProgressEvent.html", - "hash": "12957834045669515554" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosProxyConfig.html", - "hash": "4788096206368192516" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosRequestConfig.html", - "hash": "9355857643405320103" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosRequestTransformer.html", - "hash": "10880068715112388734" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosResponse.html", - "hash": "6858727221974372008" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosResponseTransformer.html", - "hash": "2806242482626180969" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosStatic.html", - "hash": "8016093090359225641" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.BranchRow.html", - "hash": "6739150629511690175" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CallSite.html", - "hash": "9105341353515433236" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Cancel.html", - "hash": "1851696810072605979" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelStatic.html", - "hash": "2400180820286945238" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelToken.html", - "hash": "17902608789772135187" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelTokenSource.html", - "hash": "2321427478602125655" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelTokenStatic.html", - "hash": "7602172161601555412" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Canceler.html", - "hash": "8429141126574678442" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Cheerio.html", - "hash": "9617725570069495188" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CheerioAPI.html", - "hash": "13479832008860105998" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CheerioParserOptions.html", - "hash": "15172117939473057072" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CloneResponse.html", - "hash": "5030255813529246705" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CommentElement.html", - "hash": "5757791309139487861" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts-1.html", - "hash": "14200853044524072086" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts-2.html", - "hash": "843600582580013845" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts-3.html", - "hash": "184966545090795313" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts.html", - "hash": "11051628329727220926" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ConvertOpts.html", - "hash": "15701215347730249486" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CreateAxiosDefaults.html", - "hash": "4682429153033268388" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CustomParamsSerializer.html", - "hash": "15081765819063145387" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.DefinitionObject.html", - "hash": "8482669630775134171" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Disposable.html", - "hash": "17695646711983531865" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EtapiTokenRow.html", - "hash": "10941322562955927911" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.Abortable.html", - "hash": "16436864775799866182" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.EventEmitterAsyncResourceOptions.html", - "hash": "5102482543207472128" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.EventEmitterReferencingAsyncResource.html", - "hash": "16079421563292372603" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.html", - "hash": "4730824434973280272" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitterOptions.html", - "hash": "17877148018809949898" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.FormDataVisitorHelpers.html", - "hash": "11306007087078053081" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.FormSerializerOptions.html", - "hash": "11304844495282338077" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GenericAbortSignal.html", - "hash": "8823686662211753104" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GenericFormData.html", - "hash": "6929183783104069561" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GenericHTMLFormElement.html", - "hash": "513753591946297609" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GetByIdOpts.html", - "hash": "5448737405855690783" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.HeadersDefaults.html", - "hash": "11660903537271563350" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.InternalAxiosRequestConfig.html", - "hash": "9365833872657075449" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.IterableIterator.html", - "hash": "5163879713483896100" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Iterator.html", - "hash": "1549347431730460347" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.IteratorReturnResult.html", - "hash": "308316750572840399" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.IteratorYieldResult.html", - "hash": "6690858814696502663" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.LookupAddressEntry.html", - "hash": "5234862388258249396" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NoteAndBranch.html", - "hash": "5338132683548030950" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NoteParams.html", - "hash": "5715377170996239099" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NotePathRecord.html", - "hash": "4324180597327533759" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NotePojo.html", - "hash": "13485037937373113578" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NoteRow.html", - "hash": "17068126425098799180" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation.md", + "hash": "12696895579094718506" }, { "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Object.html", "hash": "7536195722949662168" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.OptionRow.html", - "hash": "85392993839447133" + "file": "docs/Script API/types/Backend_Script_API._internal_.AttrFunction.html", + "hash": "7464389257892501573" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ParamEncoder.html", - "hash": "15628448467004066967" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ParamsSerializerOptions.html", - "hash": "3588430129710258287" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.RawAxiosHeaders.html", - "hash": "11240216240251060271" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.RecentNoteRow.html", - "hash": "11559748337879587947" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Relationship.html", - "hash": "2373120637168991589" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.RevisionRow.html", - "hash": "9642250565769124462" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Root.html", - "hash": "15144226037365053003" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SavingOpts.html", - "hash": "17517531639057561352" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SearchParams.html", - "hash": "9726462727745192733" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Selector.html", - "hash": "15364640600220089516" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SerializerOptions.html", - "hash": "10688294646722029359" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SerializerVisitor.html", - "hash": "1067379542585829302" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.StaticEventEmitterIteratorOptions.html", - "hash": "11141466728229885637" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.StaticEventEmitterOptions.html", - "hash": "5066445864444001282" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TagElement.html", - "hash": "5955058222239385082" - }, - { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TaskData.html", - "hash": "5988678324469384089" + "file": "docs/Developer Guide/!!!meta.json", + "hash": "3255937222893785990" }, { "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TextElement.html", "hash": "13001308591865194378" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TransitionalOptions.html", - "hash": "10766908675740671008" + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.parseString.html", + "hash": "10258104029178654570" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.BuilderOptions.html", - "hash": "7369938283163183148" + "file": "docs/Script API/modules/Backend_Script_API.html", + "hash": "2670989234660369623" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.ParserOptions.html", - "hash": "15642689994042434174" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Zen mode.md", + "hash": "12484251737157353550" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.RenderOptions.html", - "hash": "11685063307205303310" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelStatic.html", + "hash": "2400180820286945238" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.XmlDeclarationAttributes.html", - "hash": "7252070241156279013" + "file": "docs/User Guide/User Guide/Note Types/Text/Block quotes & admonitions.png", + "hash": "1499961390844427836" }, { - "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.convertableToString.html", - "hash": "3228561214395660819" + "file": "docs/Developer Guide/Developer Guide/Scripting/Widgets/Right pane widget.md", + "hash": "13341365552460927801" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API.Api.html", - "hash": "10134937553251491464" + "file": "docs/Script API/types/Backend_Script_API._internal_.Key.html", + "hash": "7466986453655214266" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.AddToToolbarOpts.html", - "hash": "15598576219424391202" + "file": "docs/Script API/classes/Frontend_Script_API.BasicWidget.html", + "hash": "7136750462660837560" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Attribute.html", - "hash": "14233676832837243756" + "file": "docs/User Guide/User Guide/AI/8_Introduction_image.png", + "hash": "11452529331641889807" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.BaseJQueryEventObject.html", - "hash": "5013732184832830923" + "file": "docs/User Guide/User Guide/Note Types/Text/12_Tables_image.png", + "hash": "17637903660588300344" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CKEvent.html", - "hash": "3375455992863958581" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/1_Note tree contextual menu_.png", + "hash": "747296639953030665" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CKNode.html", - "hash": "328358266701651791" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/3_Zen mode_image.png", + "hash": "6013034841761075376" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CodeMirrorInstance.html", - "hash": "5254704683408293778" + "file": "docs/User Guide/User Guide/Note Types/Text/3_Tables_image.png", + "hash": "9228058938189586627" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/recent_notes.md", + "hash": "16017799368937039846" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosResponseHeaders.html", + "hash": "2442744119645635699" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/6_Images_image.png", + "hash": "6173165911963001959" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.CommandAndEventMappings.html", + "hash": "2268313864143285342" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosPromise.html", + "hash": "3408905621401339879" + }, + { + "file": "docs/Script API/assets/search.js", + "hash": "8475404948919950531" + }, + { + "file": "docs/Script API/modules/Backend_Script_API._internal_.EventEmitter.html", + "hash": "8242760582394611478" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Export diagram as SVG.md", + "hash": "8391941206097753891" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosHeaderValue.html", + "hash": "9512883085740903000" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.TypeOrArray.html", + "hash": "7227281976133909191" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Note type checklist.md", + "hash": "1608854407457647774" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelToken.html", + "hash": "17902608789772135187" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Custom app-wide CSS_image.png", + "hash": "3158185449180547797" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosAdapter.html", + "hash": "13933798201523018141" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatt.png", + "hash": "14391624469883910402" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Relationship.html", + "hash": "2373120637168991589" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing/1_Serving directly the conte.png", + "hash": "12112716038656287241" + }, + { + "file": "docs/README.ru.md", + "hash": "12627167880272281170" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Read-Only Notes.md", + "hash": "8776625923756086770" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Cheerio.html", + "hash": "9617725570069495188" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.9-beta.md", + "hash": "9397735037604295419" }, { "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CommandData.html", "hash": "5984048291317023628" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ConfirmDialogOptions.html", - "hash": "2485905035049187615" + "file": "docs/User Guide/User Guide/Installation & Setup/Web Clipper_image.png", + "hash": "4210423681076794011" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ConfirmWithMessageOptions.html", - "hash": "2506067464385064028" + "file": "docs/User Guide/User Guide/Note Types/Note Map.md", + "hash": "1349664584062347967" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ConfirmWithTitleOptions.html", - "hash": "5866678357727613126" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.EventEmitterReferencingAsyncResource.html", + "hash": "16079421563292372603" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ContextMenuCommandData.html", - "hash": "7750561669371601406" + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryKeyEventObject.html", + "hash": "7199790450716776034" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CreateLinkOptions.html", - "hash": "13233819667236849105" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts-2.html", + "hash": "843600582580013845" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Attribute Inheritance.md", + "hash": "8343345793425816358" + }, + { + "file": "docs/Developer Guide/Developer Guide/Documentation_image.png", + "hash": "4287687447151188970" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.TaskContext.html", + "hash": "7871285994240472519" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Custom Widgets.md", + "hash": "3016592544713030940" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_share-single-note.png", + "hash": "9562584638001327012" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Element.html", + "hash": "6095597057243564126" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Internal API/API Reference.dat", + "hash": "3244421341483603138" + }, + { + "file": ".idea/.gitignore", + "hash": "13646957392060337731" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/entity_changes.md", + "hash": "11984017581176676352" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes_image.png", + "hash": "2285942951742705208" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.EventMappings.html", + "hash": "17522712746708162269" + }, + { + "file": "docs/Script API/enums/Frontend_Script_API._internal_.FancytreeSelectMode.html", + "hash": "10406956801362805969" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.EventEmitterAsyncResourceOptions.html", + "hash": "5102482543207472128" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Export as PDF_image.png", + "hash": "14541367628854414550" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes_steel-blue.png", + "hash": "3726910334005032045" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.FormDataVisitorHelpers.html", + "hash": "11306007087078053081" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Reference.md", + "hash": "11046588365730688403" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams_image.png", + "hash": "2085027971032498137" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.GetTextEditorCallback.html", + "hash": "14843214499299206182" + }, + { + "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Setting up authentication.md", + "hash": "6015736112713223983" + }, + { + "file": ".github/ISSUE_TEMPLATE/bug_report.yml", + "hash": "9337980927788000468" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text.md", + "hash": "2403881404737477024" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Cancel.html", + "hash": "1851696810072605979" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Templates_template.png", + "hash": "18268213999228112195" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Other features_image.png", + "hash": "17467294145722623090" + }, + { + "file": ".npmrc", + "hash": "16137381183792061922" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons_image.png", + "hash": "9229127427161350065" + }, + { + "file": "docs/README.it.md", + "hash": "9798316810783494206" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/1_Day Notes_image.png", + "hash": "16475107103618581356" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Images/Image references.md", + "hash": "9404432048954214990" + }, + { + "file": "docs/Release Notes/Release Notes/v0.91.6.md", + "hash": "2891090662713160134" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note.md", + "hash": "7332983517167321294" + }, + { + "file": "docs/User Guide/User Guide/Note Types/2_File_image.png", + "hash": "5767399260855724832" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CallSite.html", + "hash": "9105341353515433236" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.2-beta.md", + "hash": "7134694010981034314" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MouseEventBase.html", + "hash": "9847223446952188535" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Attribute.html", + "hash": "14233676832837243756" }, { "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.DefinitionObject.html", "hash": "11130678699920159045" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.DragAndDrop5.html", - "hash": "12235972956045755395" + "file": "docs/User Guide/User Guide/Note Types/Text/11_Tables_image.png", + "hash": "5258562961033949883" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Math Equations_image.png", + "hash": "16696251042196156633" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the data.png", + "hash": "4563135905265987265" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Apache.md", + "hash": "12298787927497626453" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Default Note Title.md", + "hash": "13357835412456271247" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Special notes.md", + "hash": "3244421341483603138" + }, + { + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.stripPrefix.html", + "hash": "15670937774342345272" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons.md", + "hash": "1744378485879608318" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/5_Adaptive icon_image.png", + "hash": "17290325327178029571" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/10_Tables_image.png", + "hash": "6404125826080231616" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.node_modules__types_xml2js.Options.html", + "hash": "14451666559484126665" }, { "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Event.html", "hash": "1251345523646307022" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.EventData.html", - "hash": "5083755709710579372" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.RenderOptions.html", + "hash": "11685063307205303310" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ExecuteCommandData.html", - "hash": "2037836278009355941" + "file": "docs/User Guide/User Guide/Note Types/6_File_image.png", + "hash": "10934030213595628481" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FAttachmentRow.html", - "hash": "17859240158533988201" + "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout_ELK off.svg", + "hash": "1981254385350765245" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.LookupAddressEntry.html", + "hash": "5234862388258249396" + }, + { + "file": ".idea/codeStyles/codeStyleConfig.xml", + "hash": "4690022301721055948" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BEtapiToken.html", + "hash": "7465710577091605064" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.10-beta.md", + "hash": "1078969479317092269" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PromiseBase.html", + "hash": "1805758559982211811" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/Build deliveries locally.md", + "hash": "3170736676204731767" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Content language & Right-t.png", + "hash": "2884027460715375910" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/5_Developer-specific formatt.png", + "hash": "10133610562087684023" + }, + { + "file": "docs/Release Notes/!!!meta.json", + "hash": "10934753383109932202" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Deleted notes.md", + "hash": "3244421341483603138" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API.FAttachment.html", + "hash": "13471286589201764286" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NotePojo.html", + "hash": "13485037937373113578" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.OptionRow.html", + "hash": "85392993839447133" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Vertical and horizontal la.png", + "hash": "7070453246985156821" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.CommonResponseHeadersList.html", + "hash": "12686548264575273733" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Mobile Frontend_mobile-tab.png", + "hash": "12373682799958388972" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BRevision.html", + "hash": "1913392095596974652" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GenericAbortSignal.html", + "hash": "8823686662211753104" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Examples/Using promoted attributes .png", + "hash": "13316953234191714312" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Adaptive icon_image.png", + "hash": "17678072455595448906" + }, + { + "file": "images/screenshots/app.png", + "hash": "955084500244844963" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.7-beta.md", + "hash": "12288347682016090997" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/4_Tables_image.png", + "hash": "8355105912319259830" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/1_Installing Ollama_image.png", + "hash": "14013766524203877283" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing.md", + "hash": "16449818561772399839" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.TypedComponent.html", + "hash": "1592247705606960334" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme.md", + "hash": "8694971297894648515" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.RawAxiosResponseHeaders.html", + "hash": "1328538700446026505" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.CommonRequestHeadersList.html", + "hash": "6016657590786602881" + }, + { + "file": "nx.json", + "hash": "17259946656272583256" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Templates.md", + "hash": "6677127073180056229" + }, + { + "file": "docs/User Guide/User Guide/Note Types/5_Geo Map_image.png", + "hash": "5669308583844409052" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_Developer-specific formatt.png", + "hash": "371275438898256895" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Protected entities.md", + "hash": "8607204597560914266" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/1_Jump to Note_image.png", + "hash": "3109371474460200422" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NoteMetaData.html", + "hash": "6643969533434745761" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translations/i18n-ally.md", + "hash": "15286767887045318756" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Read-Only Notes_image.png", + "hash": "647700179866845833" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API.FNote.html", + "hash": "2643559578902394996" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MouseDownEvent.html", + "hash": "11958072015813563157" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/8_Tables_image.png", + "hash": "5258562961033949883" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Synchronisation/Content hashing.md", + "hash": "8981070653808491801" + }, + { + "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Setting up authentication_.png", + "hash": "11786210734557105126" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.EventData.html", + "hash": "7371978295108003728" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NoteSwitchedContext.html", + "hash": "3972424598157172512" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API.FBranch.html", + "hash": "1369425044274420635" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.LabelType.html", + "hash": "10278520028325625693" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.EventMap.html", + "hash": "18377469335988447416" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons.md", + "hash": "10855339462601677185" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Labels.md", + "hash": "9387392694503447715" + }, + { + "file": ".nxignore", + "hash": "17027752051574521115" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Customize the Next theme.md", + "hash": "10932498007288012373" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/9_Tables_image.png", + "hash": "10336090900386736766" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_share-multiple-not.png", + "hash": "12880863418544002540" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Kubernetes.md", + "hash": "6747559135065742360" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Demo document.md", + "hash": "10094511099627127819" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SerializerOptions.html", + "hash": "10688294646722029359" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Workspaces_image.png", + "hash": "12666342516606462643" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Code_image.png", + "hash": "5890806361392158763" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelTokenSource.html", + "hash": "2321427478602125655" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Vertical and horizontal layout.md", + "hash": "10256487723212567021" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Note ID.md", + "hash": "450617259989353772" + }, + { + "file": "docs/User Guide/User Guide/Note Types.md", + "hash": "3734229651482058716" + }, + { + "file": ".idea/misc.xml", + "hash": "14348037015527695066" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.ParserOptions.html", + "hash": "15642689994042434174" + }, + { + "file": "docs/Script API/media/README.it.md", + "hash": "14217194317100046164" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.4.md", + "hash": "2207971841022283765" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks_bookmark-folder.png", + "hash": "1845229153111247293" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Images.md", + "hash": "9287615942710690324" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database.md", + "hash": "10952592975566243217" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes.md", + "hash": "7700476154666309105" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/3_Vertical and horizontal la.png", + "hash": "17791091569728992943" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GenericHTMLFormElement.html", + "hash": "513753591946297609" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API.Api.html", + "hash": "13446311020763232058" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SavingOpts.html", + "hash": "17517531639057561352" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/3_SQL Console_image.png", + "hash": "13660740225101115149" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AttributeType.html", + "hash": "5550475244964704932" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Customize the Next theme_i.png", + "hash": "9049696547697245045" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes_image.png", + "hash": "15783140557738540121" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png", + "hash": "8643335030510998526" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Relation Map_relation-map-.png", + "hash": "5132534751975390759" + }, + { + "file": "docs/User Guide/User Guide/Note Types/11_Geo Map_image.png", + "hash": "2543239855913430096" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_3_Split View_im.png", + "hash": "17939885197973038320" + }, + { + "file": "docs/User Guide/User Guide.md", + "hash": "1450359651649532141" + }, + { + "file": "docs/User Guide/User Guide/Note Types/File_image.png", + "hash": "6783984664127428948" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Printing.md", + "hash": "17241912836120464831" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Launch Bar.md", + "hash": "9757830933816714683" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Selector.html", + "hash": "15364640600220089516" + }, + { + "file": "scripts/update-build-info.ts", + "hash": "16199158489777820240" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/TLS Configuration.md", + "hash": "12439296878183116768" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker.md", + "hash": "15354643679921200435" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree.md", + "hash": "10401640377108524547" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Highlights list.md", + "hash": "612991856020272057" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ResolveOptions.html", + "hash": "2583999493139967374" + }, + { + "file": "docs/Script API/variables/Backend_Script_API._internal_.Object.html", + "hash": "735061891881479089" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.DefinitionObject.html", + "hash": "8482669630775134171" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac.md", + "hash": "14915015362708890087" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.3.md", + "hash": "18427677233259365358" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/Code blocks_image.png", + "hash": "16799092375248159407" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/Leaflet.md", + "hash": "5471188167022095551" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text_image.png", + "hash": "2939147542296328141" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.RawCommonResponseHeaders.html", + "hash": "3506987803332284666" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Error logs_image.png", + "hash": "10805210383135653112" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts.html", + "hash": "11051628329727220926" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/6_Lists_image.png", + "hash": "12597899845274049940" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_image.png", + "hash": "13708579463799173943" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons_note-icon-chang.png", + "hash": "11083556565458137739" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Marker.html", + "hash": "8991963297786749743" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Args.html", + "hash": "386788577814183214" + }, + { + "file": "docs/Developer Guide/Developer Guide/Dependency Management/Having a simpler packaging sys.md", + "hash": "7380313725791405277" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Options_image.png", + "hash": "13366394243903008319" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes_image.png", + "hash": "5636741691843527729" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextEditor.html", + "hash": "449560112535320014" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Sorting Notes.md", + "hash": "10860595661578165438" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/SQL Console.md", + "hash": "13100562027326538681" + }, + { + "file": ".github/actions/build-electron/action.yml", + "hash": "14612245546992951859" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.SqlExecuteResults.html", + "hash": "2078240985444622878" + }, + { + "file": "docs/Script API/assets/main.js", + "hash": "6389590901821178970" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/4_Other features_image.png", + "hash": "12203404498693344880" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.AttributeType.html", + "hash": "5684353554129692485" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TagElement.html", + "hash": "5955058222239385082" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md", + "hash": "886075848609982938" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ConfirmDialogOptions.html", + "hash": "2485905035049187615" + }, + { + "file": "docs/User Guide/User Guide/AI/1_AI Provider Information_im.png", + "hash": "10888045542047015146" + }, + { + "file": "LICENSE", + "hash": "8606862000888906709" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.BaseJQueryEventObject.html", + "hash": "5013732184832830923" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Zen mode_image.png", + "hash": "3662917132549511544" + }, + { + "file": "docs/Developer Guide/Developer Guide/Notes for old development/Releasing a version.clone.md", + "hash": "7452856003847983708" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes.md", + "hash": "5430776196114252034" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FancytreeNode.html", + "hash": "16364488325625359774" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Protected Notes_protecting.gif", + "hash": "9909987976886492758" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Promise.html", + "hash": "11866758654625306439" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/1_Code blocks_image.png", + "hash": "12452128562004210306" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/Multi-Factor Authentication.md", + "hash": "10006749572057153946" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.IterableIterator.html", + "hash": "5163879713483896100" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/10_Images_image.png", + "hash": "8482371421622741436" + }, + { + "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies.md", + "hash": "12527925976936861939" + }, + { + "file": "docs/User Guide/User Guide/Note Types/10_Geo Map_image.png", + "hash": "8838519618452959037" + }, + { + "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Test database.md", + "hash": "12683306435434855517" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TranslationTable.html", + "hash": "16850652013639160527" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown.md", + "hash": "11019657887828180506" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NoteParams.html", + "hash": "5715377170996239099" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing/Serving directly the conte.png", + "hash": "1644425674057515860" + }, + { + "file": "docs/Script API/assets/highlight.css", + "hash": "4285074483474071706" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Block quotes & admonitions.png", + "hash": "9887089141669552684" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInstance.html", + "hash": "13857640297500317744" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Global menu_image.png", + "hash": "215776480600711406" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases.md", + "hash": "11266482405619520103" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Mind Map_image.png", + "hash": "12216762309023170303" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryEventObject.html", + "hash": "1874567868978952553" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math.md", + "hash": "92408046703009242" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.default.html", + "hash": "1518836167267522724" }, { "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FAttributeRow.html", "hash": "16526604781141457523" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FBranchRow.html", - "hash": "15841520180055323953" + "file": "docs/Script API/classes/Backend_Script_API._internal_.EventEmitter.EventEmitterAsyncResource.html", + "hash": "7206080304720434024" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BNote.html", + "hash": "7005007978668651456" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/7_Images_image.png", + "hash": "17511659637484055697" + }, + { + "file": "vitest.workspace.ts", + "hash": "8851963806934849101" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Revisions.md", + "hash": "17445918024788718614" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Links_image.png", + "hash": "11406167236236482911" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TransitionalOptions.html", + "hash": "10766908675740671008" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Demo Notes.md", + "hash": "1378072563095330583" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Custom app-wide CSS.md", + "hash": "17661816458846796544" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryPromise.html", + "hash": "400605862919872301" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Developer-specific formatt.png", + "hash": "6129242964974999554" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Code.md", + "hash": "2257698891491035087" + }, + { + "file": "docs/Developer Guide/Developer Guide/Installation/Download latest nightly and in.md", + "hash": "6689583225600859966" + }, + { + "file": "docs/User Guide/User Guide/AI/2_Introduction_image.png", + "hash": "4884550846089380843" + }, + { + "file": "docs/User Guide/User Guide/Note Types/2_Text_image.png", + "hash": "17505861757177107597" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options.md", + "hash": "2394676798595882833" + }, + { + "file": "docs/Script API/modules/Backend_Script_API._internal_.node_modules__types_xml2js.html", + "hash": "57223527041811899" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.md", + "hash": "5332915151552262991" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math/Release management & continuou.md", + "hash": "16898764451434429632" + }, + { + "file": "docs/Script API/assets/icons.js", + "hash": "16920762893256242568" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/10_Calendar View_image.png", + "hash": "6057572322117403470" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NoteCommandData.html", + "hash": "4249395754539564632" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Note types.md", + "hash": "12191728192542611537" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/3_Adaptive icon_image.png", + "hash": "7856931497974089783" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TriggeredEvent.html", + "hash": "12620323996473383686" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Table.html", + "hash": "4028689333146133118" + }, + { + "file": "docs/User Guide/User Guide/Note Types/9_Geo Map_image.png", + "hash": "17335918274787502426" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Links_image.png", + "hash": "8876685958483648347" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosRequestTransformer.html", + "hash": "10880068715112388734" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.CommandMappings.html", + "hash": "5989980086619830728" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Block quotes & admonitions.md", + "hash": "5962660712660554216" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_Cr.png", + "hash": "14045585611753963314" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/5_Insert buttons_image.png", + "hash": "16494632615299758318" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/9_Lists_image.png", + "hash": "12986812650616357264" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInterceptorOptions.html", + "hash": "9333796471759547757" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_General formatting_image.png", + "hash": "12935355679871327728" + }, + { + "file": "docs/User Guide/User Guide/Note Types/2_Mermaid Diagrams_image.png", + "hash": "17913912640153568729" + }, + { + "file": ".github/workflows/playwright.yml", + "hash": "11286744737758129262" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.md", + "hash": "14872467952454561602" + }, + { + "file": "docs/Release Notes/Release Notes/v0.94.0.md", + "hash": "9030403597079974748" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Versions and external plugins.md", + "hash": "16823304672831771300" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Canvas.md", + "hash": "9502581554311379088" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.7.md", + "hash": "17418643896362304150" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_sync-in-pr.png", + "hash": "132284441928130501" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Note Map (Link map, Tree m.png", + "hash": "16598943343245802197" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AnyRest.html", + "hash": "12710122115453684289" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.6.md", + "hash": "2771016520384144999" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Themes.md", + "hash": "9431375033964731793" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.5-beta_image.png", + "hash": "18107480102557535583" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-2.html", + "hash": "7838335193815529689" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosRequestHeaders.html", + "hash": "14760718317659645650" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/4_General formatting_image.png", + "hash": "4875243929617270209" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Tables.md", + "hash": "15149183778855005839" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Backlinks.md", + "hash": "3244421341483603138" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NotePathRecord.html", + "hash": "4324180597327533759" + }, + { + "file": "docs/Release Notes/Release Notes/v0.91.3-beta.md", + "hash": "8650194840196326837" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu.md", + "hash": "17383973353100108762" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.Screen.html", + "hash": "14867701053189781907" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_Mermaid Diagrams_image.png", + "hash": "811538388658451497" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Script API.md", + "hash": "12652565283186593544" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Nginx.md", + "hash": "10501145259956261610" + }, + { + "file": "docs/User Guide/User Guide/Scripting.md", + "hash": "17214995894850908124" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_4_Split View_im.png", + "hash": "7394270400443781214" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SearchParams.html", + "hash": "9726462727745192733" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_image.png", + "hash": "9832511457480397483" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.3-beta.md", + "hash": "17317864745090652158" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting_note-hoistin.gif", + "hash": "16530172022334752331" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search_image.png", + "hash": "11779273039184489731" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.Abortable.html", + "hash": "16436864775799866182" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/11_Calendar View_image.png", + "hash": "6636068838859637072" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-file-imp.gif", + "hash": "17798202582697524861" + }, + { + "file": "package.json", + "hash": "1602354664150176928" + }, + { + "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/Running tests.md", + "hash": "17371597141704701872" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BOption.html", + "hash": "18026026232234236536" + }, + { + "file": "docs/Developer Guide/Developer Guide/Documentation.md", + "hash": "4320322749360908547" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryMouseEventObject.html", + "hash": "530744806508107000" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Include Note.md", + "hash": "16473224076113886785" + }, + { + "file": "docs/User Guide/User Guide/Note Types/8_Geo Map_image.png", + "hash": "2873444371416724136" + }, + { + "file": "docs/Script API/.nojekyll", + "hash": "12301719336174243164" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosProxyConfig.html", + "hash": "4788096206368192516" + }, + { + "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies/Testing compatibility.md", + "hash": "1432296361498549709" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.EventNames.html", + "hash": "10465196291594055305" + }, + { + "file": "docs/Script API/variables/Backend_Script_API._internal_.node_modules__types_xml2js.defaults.html", + "hash": "7094676868001758932" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Packaged version for Linux.md", + "hash": "5552434531380325100" + }, + { + "file": "docs/User Guide/User Guide/AI/3_Introduction_image.png", + "hash": "2601903779808317589" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ExecuteCommandData.html", + "hash": "2037836278009355941" + }, + { + "file": ".github/workflows/main-docker.yml", + "hash": "7393672086018807690" + }, + { + "file": ".github/actions/report-size/action.yml", + "hash": "17705058309368771560" + }, + { + "file": "docs/README.es.md", + "hash": "18392624940816469374" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosProgressEvent.html", + "hash": "12957834045669515554" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Content language & Right-to-le.md", + "hash": "13683115122867215765" + }, + { + "file": "docs/User Guide/User Guide/Note Types/7_Geo Map_image.png", + "hash": "6480890944074410737" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Other features.md", + "hash": "905284970607153537" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used.md", + "hash": "9961547767560894531" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Table of contents_image.png", + "hash": "4733595202943894589" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CKEvent.html", + "hash": "3375455992863958581" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information_im.png", + "hash": "7031327870994678887" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosBasicCredentials.html", + "hash": "9483175987744037880" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Render Note.md", + "hash": "10907883447497386270" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.11-beta.md", + "hash": "1640429599497982025" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math/Updating with upstream.md", + "hash": "1170819569679600371" + }, + { + "file": ".idea/dataSources.xml", + "hash": "1648100896127507056" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Book_image.png", + "hash": "1768928603662784559" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.FormSerializerOptions.html", + "hash": "11304844495282338077" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Pick.html", + "hash": "3341742815545223156" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Live reload.md", + "hash": "14445433634969987457" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Insert buttons_image.png", + "hash": "13776013165806672321" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API.FAttribute.html", + "hash": "917184200961509118" + }, + { + "file": "docs/Script API/assets/hierarchy.js", + "hash": "5555048876431558061" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/OneNote.md", + "hash": "16890517179618830832" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/1_Zen mode_image.png", + "hash": "17870947971075093638" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.ConfirmDialogCallback.html", + "hash": "1423651493475025417" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Export as PDF.md", + "hash": "13532136945252311206" + }, + { + "file": "docs/User Guide/User Guide/Note Types/14_Geo Map_image.png", + "hash": "17134563145439183238" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Footnotes_image.png", + "hash": "1577288190943202052" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_sync-init.png", + "hash": "15322721528964766736" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/4_Developer-specific formatt.png", + "hash": "12452128562004210306" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization.md", + "hash": "16892041595153525525" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/Documentation.md", + "hash": "14979232810690309809" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_Relation Map_relation-map-.png", + "hash": "15720370010832556444" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.Axios.html", + "hash": "6269752855705474165" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.EventData.html", + "hash": "5083755709710579372" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_3_.png", + "hash": "1518431155925547874" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Hidden Notes.md", + "hash": "13368937778131192525" + }, + { + "file": ".github/workflows/codeql.yml", + "hash": "15023875105706044332" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Templates_template-create-.png", + "hash": "4737869303956882568" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CloneResponse.html", + "hash": "5030255813529246705" + }, + { + "file": "docs/Script API/hierarchy.html", + "hash": "7087761326174264857" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Markdown-like formatting.md", + "hash": "11422547423110182484" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosResponseInterceptorUse.html", + "hash": "11001137893491926586" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Render Note_image.png", + "hash": "5322813341800091719" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.EventEmitter.html", + "hash": "9085627966887041694" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Images_image.png", + "hash": "1599196428668280551" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Lists_image.png", + "hash": "13706420500212756506" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes.md", + "hash": "9592422191973306572" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/2_Tabs_image.png", + "hash": "10334320195251173502" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/On NixOS.md", + "hash": "4555018800299124693" + }, + { + "file": "docs/User Guide/User Guide/Note Types/6_Geo Map_image.png", + "hash": "890997284892548696" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.node_modules__types_xml2js.Builder.html", + "hash": "14955316081398141094" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/5_Images_image.png", + "hash": "404883919247951217" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Script API/Backend API.dat", + "hash": "3244421341483603138" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-4.html", + "hash": "14292946853601737478" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Error logs_error-logs-fire.png", + "hash": "16523046904936619160" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.ResponseType.html", + "hash": "1367713021652945755" + }, + { + "file": ".idea/git_toolbox_prj.xml", + "hash": "15025719909834120292" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/4_Vertical and horizontal la.png", + "hash": "7456379737044893906" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.html", + "hash": "4730824434973280272" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ParamEncoder.html", + "hash": "15628448467004066967" + }, + { + "file": "docs/Script API/assets/navigation.js", + "hash": "7622748052566621629" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Synchronization fails with 504.md", + "hash": "2785587467017944783" + }, + { + "file": ".github/ISSUE_TEMPLATE/task.yml", + "hash": "442256738724543481" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_Geo Map_image.png", + "hash": "5960205806672652286" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts-1.html", + "hash": "14200853044524072086" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PersistData.html", + "hash": "16866004549969430581" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.IteratorYieldResult.html", + "hash": "6690858814696502663" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Links.md", + "hash": "10628878424092766954" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Record.html", + "hash": "13673511288898005305" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Refreshing the application.md", + "hash": "3405008745811341199" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API.RightPanelWidget.html", + "hash": "3165901033915109292" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/notes.md", + "hash": "17589195664721269554" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.InternalAxiosRequestConfig.html", + "hash": "9365833872657075449" + }, + { + "file": ".editorconfig", + "hash": "11859237446229868960" + }, + { + "file": "docs/User Guide/User Guide/AI/6_Introduction_image.png", + "hash": "9380676484647713768" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Attachments.md", + "hash": "14577503159371179344" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker.md", + "hash": "11605650381109217207" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Multiple selection_image.png", + "hash": "9707758146677680170" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree_move-note-with-k.gif", + "hash": "1539959243766334436" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/7_Calendar View_image.png", + "hash": "11541935763676308271" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Listener.html", + "hash": "3329650507998631496" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosHeaderMatcher.html", + "hash": "13309236837429941975" }, { "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FNoteRow.html", "hash": "1484356400159794839" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Fancytree.html", - "hash": "10131902098145945474" + "file": "docs/User Guide/User Guide/Note Types/Text/Images_image.png", + "hash": "4210412299283729681" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FancytreeEvents.html", - "hash": "11031154792558652689" + "file": "docs/User Guide/User Guide/Scripting/Script API/Frontend API/FNote.dat", + "hash": "3244421341483603138" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FancytreeNode.html", - "hash": "16364488325625359774" + "file": ".github/ISSUE_TEMPLATE/feature_request.yml", + "hash": "13653184246748995672" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Creating a new option.md", + "hash": "7445777789708082311" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.DefaultEventMap.html", + "hash": "2483778765279634717" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/1_Icons on Mac_image.png", + "hash": "9113973157649197285" + }, + { + "file": "docs/User Guide/User Guide/Note Types/3_Geo Map_image.png", + "hash": "6747111431605585316" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_2_.png", + "hash": "7017134628923823634" + }, + { + "file": "docs/Script API/modules/Backend_Script_API._internal_.node_modules__types_xml2js.processors.html", + "hash": "6995519834803022692" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Manually.md", + "hash": "7984968569437996419" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Bulk Actions.md", + "hash": "2881796418862161644" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes.md", + "hash": "14090747291386876448" + }, + { + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.parseNumbers.html", + "hash": "11186627944493481537" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.0-beta.md", + "hash": "2832294761822956301" + }, + { + "file": "docs/Script API/enums/Backend_Script_API._internal_.HttpStatusCode.html", + "hash": "8745780281324259183" + }, + { + "file": "docs/Script API/index.html", + "hash": "7164310318541615803" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Images/Image references_image.png", + "hash": "1175189001050726431" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree_drag-and-drop.gif", + "hash": "16530764084716612313" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search_image.png", + "hash": "16349440484070621360" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Other features_image.png", + "hash": "15510836132033988057" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/7_Tables_image.png", + "hash": "15239152810309003956" + }, + { + "file": ".idea/jsLinters/jslint.xml", + "hash": "711681400810612149" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Writer.html", + "hash": "456106708570117750" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md", + "hash": "4446390166291792083" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/10_Lists_image.png", + "hash": "2954862785845336764" + }, + { + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.normalize.html", + "hash": "5359474619226365804" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MentionItem.html", + "hash": "13820590719720410030" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.AxiosError.html", + "hash": "3538595726634027313" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/2_Zen mode_image.png", + "hash": "18110039784597588797" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextRange.html", + "hash": "1639545837883955808" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/5_Vertical and horizontal la.png", + "hash": "6580926007613627467" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Building the editor.md", + "hash": "15005698969604672222" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default.html", + "hash": "7838365315847650187" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager.md", + "hash": "5069971154417713445" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PromptDialogOptions.html", + "hash": "7465892738608602420" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_shared-list.png", + "hash": "11693155295709888518" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-3.html", + "hash": "10184639014742437536" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.5-beta.md", + "hash": "14426279930922433783" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_Code_image.png", + "hash": "5782275106327359896" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md", + "hash": "13334896477355249102" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryInputEventObject.html", + "hash": "9534752471101527686" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-export-n.gif", + "hash": "6892395771679875424" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/3_Installing Ollama_image.png", + "hash": "16240241501910096427" + }, + { + "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies/Node.js, Electron and `better-.md", + "hash": "7009722849407231683" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Footnotes.md", + "hash": "11339671296450160355" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search.md", + "hash": "11467430470930503027" + }, + { + "file": "docs/Script API/variables/Frontend_Script_API.api.html", + "hash": "15725440464713569337" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Saved Search.md", + "hash": "8132559986223151235" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.AxiosHeaders.html", + "hash": "239737713549577107" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MentionConfig.html", + "hash": "17866598684703786658" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes_image.png", + "hash": "451865633567842034" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar_image.png", + "hash": "8071194794088169141" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Highlights list_image.png", + "hash": "2083570772957836032" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Data directory_image.png", + "hash": "16647401677978700113" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Tree Concepts.md", + "hash": "15081221128162970091" + }, + { + "file": "docs/Script API/enums/Frontend_Script_API._internal_.FancytreeClickFolderMode.html", + "hash": "5271243830085395651" + }, + { + "file": ".github/workflows/nightly.yml", + "hash": "13780588628454221051" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.AsyncResource.html", + "hash": "11134645773041976007" + }, + { + "file": ".idea/encodings.xml", + "hash": "11374258188085040410" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing/Serving directly the content o.md", + "hash": "1296006089989860555" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.8.md", + "hash": "10541241835395856847" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/SVG rendering.md", + "hash": "14938937788563990628" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/blobs.md", + "hash": "9289462600651110466" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/5_Other features_image.png", + "hash": "8577237444604362438" + }, + { + "file": "docs/User Guide/User Guide/Note Types/5_File_image.png", + "hash": "9655011546911837239" + }, + { + "file": ".github/workflows/release-winget.yml", + "hash": "11802042483604535783" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosRequestInterceptorUse.html", + "hash": "13834561859469322019" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/OpenAI.md", + "hash": "3244421341483603138" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Archived Notes.md", + "hash": "16760672233525606038" + }, + { + "file": "docs/README-ZH_CN.md", + "hash": "1366683638207788793" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes_image.png", + "hash": "9403778094976246640" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/Installing Ollama.md", + "hash": "12841437113258344682" + }, + { + "file": "docs/User Guide/User Guide/Theme development/1_Custom app-wide CSS_image.png", + "hash": "17083234048482228473" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInterceptorManager.html", + "hash": "16067141193448503175" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Examples/New Task launcher button.md", + "hash": "918543869021637630" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextPosition.html", + "hash": "5309524778644384927" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Evernote.md", + "hash": "10663074258500447978" + }, + { + "file": "docs/User Guide/User Guide/Note Types/13_Geo Map_image.png", + "hash": "3444457344697003162" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/7_Lists_image.png", + "hash": "7647172644799470339" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API.Api.html", + "hash": "10134937553251491464" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_2_Split View_im.png", + "hash": "15941739623146058763" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Reporting issues.md", + "hash": "7437940663744225187" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.node_modules__types_xml2js.Parser.html", + "hash": "8038479147069214953" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Partial.html", + "hash": "4501011672124687658" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Slightly blurry icon on Ma.png", + "hash": "12881778660438955813" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting.md", + "hash": "16688909957107755744" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Math Equations.md", + "hash": "7352168231624868948" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.AbstractBeccaEntity.html", + "hash": "8730749362119426250" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.ElementType.html", + "hash": "3432788365641156892" + }, + { + "file": ".idea/modules.xml", + "hash": "11070074368343041178" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting.md", + "hash": "748081058892517144" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/1_Calendar View_image.png", + "hash": "6148618346253868614" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Mobile Frontend.md", + "hash": "1441716712876520647" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes_promot.png", + "hash": "4117009512006470814" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/ckeditor5-math_image.png", + "hash": "3354031708515247111" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/6_Insert buttons_image.png", + "hash": "11895482486771487063" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Relations.md", + "hash": "6540434149738193967" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/8_Images_image.png", + "hash": "9366125920821414974" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Saving data via spaced update.md", + "hash": "15110096891490816903" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation.md", + "hash": "16110939920725749339" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.PropertyKey.html", + "hash": "11788481235345192510" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GenericFormData.html", + "hash": "6929183783104069561" + }, + { + "file": "docs/Release Notes/Release Notes/v0.91.5.md", + "hash": "7852050459752848879" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Syntax highlighting.md", + "hash": "133151893331360659" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Displaying the option in setti.md", + "hash": "8267518082616976817" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Custom Widgets/Widget Basics.md", + "hash": "11549739193679627411" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.CanceledError.html", + "hash": "4425156980023604406" + }, + { + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.firstCharLowerCase.html", + "hash": "922120200627718986" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_General formatting_image.png", + "hash": "9106571901573895633" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout.md", + "hash": "9218990841595290329" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Vertical and horizontal la.png", + "hash": "17788024311673518016" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/1_Slightly blurry icon on Ma.png", + "hash": "704956280599536830" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Global menu.md", + "hash": "824107434255196614" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FAttachmentRow.html", + "hash": "17859240158533988201" + }, + { + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.parseStringPromise.html", + "hash": "17682488357431062503" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs.md", + "hash": "9299907944748565805" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Upgrading TriliumNext.md", + "hash": "2632666519047935337" + }, + { + "file": "docs/Script API/modules/Backend_Script_API._internal_.html", + "hash": "1411675043711338139" + }, + { + "file": "docs/Script API/assets/icons.svg", + "hash": "12265282051439672960" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/CI/Main_image.png", + "hash": "5477858928741357904" + }, + { + "file": ".idea/sqldialects.xml", + "hash": "1907427473079819363" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_General formatting_image.png", + "hash": "13063031561540176225" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/2_SQL Console_image.png", + "hash": "7503307765374810706" + }, + { + "file": "docs/User Guide/User Guide/Note Types/15_Geo Map_image.png", + "hash": "4140348661462948102" + }, + { + "file": ".idea/codeStyles/Project.xml", + "hash": "17510646002422655057" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BAttribute.html", + "hash": "12076925399563302864" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database.md", + "hash": "4406107932468637386" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CodeMirrorInstance.html", + "hash": "5254704683408293778" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/6_Adaptive icon_image.png", + "hash": "17558530465809578826" + }, + { + "file": "docs/User Guide/User Guide/Note Types/3_File_image.png", + "hash": "14996991930227579563" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams.md", + "hash": "14857943768636243310" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Anonymized Database_image.png", + "hash": "201026404721860858" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosDefaults.html", + "hash": "4789207332665890873" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.RecentNoteRow.html", + "hash": "11559748337879587947" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_Images_image.png", + "hash": "17061610823626139831" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation_image.png", + "hash": "12236157060422417393" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FBranchRow.html", + "hash": "15841520180055323953" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NotePathRecord.html", + "hash": "5314139773497320682" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Exclude.html", + "hash": "6634549736483692084" + }, + { + "file": "docs/Script API/modules/Frontend_Script_API._internal_.html", + "hash": "4791159135464329921" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Relation Map_relation-map-.gif", + "hash": "11740192765914054661" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_Links_image.png", + "hash": "15811656947725398233" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.12.md", + "hash": "9620208026446895995" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CreateAxiosDefaults.html", + "hash": "4682429153033268388" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.0-beta.md", + "hash": "14565759833614120830" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/CI/Main.md", + "hash": "17316636940774967390" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Custom Request Handler.md", + "hash": "9170902304145032041" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/CI/1_Main_image.png", + "hash": "14970379467694797728" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Geo Map_image.png", + "hash": "6164131355503646691" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Iterator.html", + "hash": "1549347431730460347" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Protected Notes.md", + "hash": "5093501931256724020" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-1.html", + "hash": "17242853187880822286" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translations/Server translations.md", + "hash": "233325850886770120" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/attributes.md", + "hash": "18044189470051526719" + }, + { + "file": "renovate.json", + "hash": "13944559841874503663" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.TypedBasicWidget.html", + "hash": "9014785497596129429" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.List.html", + "hash": "16260087667105894937" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_Text_image.png", + "hash": "13901334951495473202" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.BranchRow.html", + "hash": "6739150629511690175" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/ETAPI (REST API).md", + "hash": "5606902658267694054" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.EventOnlyNames.html", + "hash": "14604459281094063363" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Launchers.md", + "hash": "17121274757495258227" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/1_Workspaces_image.png", + "hash": "4002479791831846933" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon_image.png", + "hash": "253567192754290441" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.EventListener.html", + "hash": "3086992513345785187" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.LookupAddress.html", + "hash": "14049613797860375879" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.CommandNames.html", + "hash": "2129304447782419249" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AttributeRow.html", + "hash": "15707791380899076017" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Thenable.html", + "hash": "8331448234773365089" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Other features_image.png", + "hash": "1340984468489886696" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/8_Lists_image.png", + "hash": "7443683400857714109" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_recent-notes.gif", + "hash": "4138922403272569966" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/2_Vertical and horizontal la.png", + "hash": "17310758833048940667" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosRequestConfig.html", + "hash": "9355857643405320103" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks.md", + "hash": "8976377563476496635" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.RawAxiosHeaders.html", + "hash": "11240216240251060271" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Data directory.md", + "hash": "4358803339908624454" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/Releasing a version.md", + "hash": "16796012838594019346" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Tabs_image.png", + "hash": "7795320006621100645" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/7_Insert buttons_image.png", + "hash": "12084899036395439728" + }, + { + "file": "docs/User Guide/User Guide/AI/5_Introduction_image.png", + "hash": "4850690168254105590" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View.md", + "hash": "1959120139728442097" + }, + { + "file": "CODE_OF_CONDUCT", + "hash": "18279634385063499779" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.5-beta.md", + "hash": "10117902968885317624" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Disposable.html", + "hash": "17695646711983531865" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Safe mode.md", + "hash": "1713747027699127500" + }, + { + "file": "docs/Developer Guide/Developer Guide/Scripting/Widgets.md", + "hash": "12822032052331653311" + }, + { + "file": "SECURITY.md", + "hash": "599955342543329887" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Include Note_image.png", + "hash": "13366623301870990750" + }, + { + "file": "docs/User Guide/User Guide/Note Types/4_File_image.png", + "hash": "6230957845104792702" + }, + { + "file": "docs/README.ja.md", + "hash": "423329561350748151" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NodeData.html", + "hash": "4571368827230764181" + }, + { + "file": "docs/User Guide/User Guide/Note Types/4_Geo Map_image.png", + "hash": "2426346789252029208" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/6_Other features_image.png", + "hash": "3612025371214749570" + }, + { + "file": "docs/Release Notes/Release Notes/v0.91.2-beta.md", + "hash": "7463292530355249790" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/options.md", + "hash": "11018885735468470461" + }, + { + "file": "docs/Developer Guide/Developer Guide/Testing/Integration testing/1_Setting up authentication_.png", + "hash": "6311326131929912302" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Math Equations_image.png", + "hash": "17950780031579539712" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Workspaces.md", + "hash": "4135430089914112456" + }, + { + "file": "docs/User Guide/User Guide/Quick Start.md", + "hash": "26614788084837278" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Key2.html", + "hash": "3433423352949927099" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.XmlDeclarationAttributes.html", + "hash": "7252070241156279013" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translations/Guidelines.md", + "hash": "4788416431512568863" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.RevisionRow.html", + "hash": "9642250565769124462" + }, + { + "file": "docs/Developer Guide/Developer Guide/Project maintenance/Updating dependencies/bettersqlite binaries.md", + "hash": "15329551937381145875" + }, + { + "file": "docs/Script API/media/README.ja.md", + "hash": "5839329094632699960" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/General formatting_image.png", + "hash": "12783629317063905582" + }, + { + "file": "docs/Developer Guide/Developer Guide/Troubleshooting/Error [TransformError] The pac.md", + "hash": "2007360804189743501" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.IteratorReturnResult.html", + "hash": "308316750572840399" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Updating to a newer version of.md", + "hash": "208622457670454515" }, { "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.FancytreeOptions.html", @@ -1433,965 +2625,481 @@ "hash": "14499170204301357222" }, { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Froca.html", - "hash": "1217693842643344527" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryEventObject.html", - "hash": "1874567868978952553" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryInputEventObject.html", - "hash": "9534752471101527686" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryKeyEventObject.html", - "hash": "7199790450716776034" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryMouseEventObject.html", - "hash": "530744806508107000" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.JQueryPromise.html", - "hash": "400605862919872301" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.List.html", - "hash": "16260087667105894937" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Marker.html", - "hash": "8991963297786749743" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MentionConfig.html", - "hash": "17866598684703786658" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MentionItem.html", - "hash": "13820590719720410030" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MouseDownEvent.html", - "hash": "11958072015813563157" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.MouseEventBase.html", - "hash": "9847223446952188535" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NodeData.html", - "hash": "4571368827230764181" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NodePatch.html", - "hash": "6729580968896710441" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NoteCommandData.html", - "hash": "4249395754539564632" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NoteMetaData.html", - "hash": "6643969533434745761" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NotePathRecord.html", - "hash": "5314139773497320682" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NoteSwitchedContext.html", - "hash": "3972424598157172512" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PersistData.html", - "hash": "16866004549969430581" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Promise.html", - "hash": "11866758654625306439" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PromiseBase.html", - "hash": "1805758559982211811" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PromiseLike.html", - "hash": "974283704390710355" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PromptDialogOptions.html", - "hash": "7465892738608602420" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ResolveOptions.html", - "hash": "2583999493139967374" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.SetNoteOpts.html", - "hash": "12907434742803176528" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ShownCallbackData.html", - "hash": "13537247872398882796" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Table.html", - "hash": "4028689333146133118" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextEditor.html", - "hash": "449560112535320014" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextNode.html", - "hash": "6688773409712327203" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextPosition.html", - "hash": "5309524778644384927" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextRange.html", - "hash": "1639545837883955808" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Thenable.html", - "hash": "8331448234773365089" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TranslationTable.html", - "hash": "16850652013639160527" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TriggeredEvent.html", - "hash": "12620323996473383686" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.UIEventBase.html", - "hash": "7464724917937222976" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ViewScope.html", - "hash": "3321680446742914167" - }, - { - "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Writer.html", - "hash": "456106708570117750" - }, - { - "file": "docs/Script API/media/README-ZH_CN.md", - "hash": "11984743821127984549" - }, - { - "file": "docs/Script API/media/README.es.md", - "hash": "12007132810736524416" - }, - { - "file": "docs/Script API/media/README.it.md", - "hash": "14217194317100046164" - }, - { - "file": "docs/Script API/media/README.ja.md", - "hash": "5839329094632699960" - }, - { - "file": "docs/Script API/media/README.md", - "hash": "13555307518746257814" - }, - { - "file": "docs/Script API/media/README.ru.md", - "hash": "3404562560235215042" - }, - { - "file": "docs/Script API/modules.html", - "hash": "13008731499994074466" - }, - { - "file": "docs/Script API/modules/Backend_Script_API._internal_.EventEmitter.html", - "hash": "8242760582394611478" - }, - { - "file": "docs/Script API/modules/Backend_Script_API._internal_.html", - "hash": "1411675043711338139" - }, - { - "file": "docs/Script API/modules/Backend_Script_API._internal_.node_modules__types_xml2js.html", - "hash": "57223527041811899" - }, - { - "file": "docs/Script API/modules/Backend_Script_API._internal_.node_modules__types_xml2js.processors.html", - "hash": "6995519834803022692" - }, - { - "file": "docs/Script API/modules/Backend_Script_API.html", - "hash": "2670989234660369623" - }, - { - "file": "docs/Script API/modules/Frontend_Script_API._internal_.html", - "hash": "4791159135464329921" - }, - { - "file": "docs/Script API/modules/Frontend_Script_API.html", - "hash": "9601829814309710108" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AddressFamily.html", - "hash": "7517399269447797629" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AnyRest.html", - "hash": "12710122115453684289" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Args.html", - "hash": "386788577814183214" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.ArrayBufferLike.html", - "hash": "7422498195549677002" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AttrFunction.html", - "hash": "7464389257892501573" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AttributeType.html", - "hash": "5550475244964704932" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosAdapterConfig.html", - "hash": "1582111942992506095" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosAdapterName.html", - "hash": "13105758170302488612" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosHeaderMatcher.html", - "hash": "13309236837429941975" + "file": "docs/Release Notes/Release Notes/v0.90.6-beta.md", + "hash": "665053246882198240" }, { "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosHeaderParser.html", "hash": "12559633325326468874" }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosHeaderValue.html", - "hash": "9512883085740903000" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosPromise.html", - "hash": "3408905621401339879" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosRequestHeaders.html", - "hash": "14760718317659645650" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosRequestInterceptorUse.html", - "hash": "13834561859469322019" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosResponseHeaders.html", - "hash": "2442744119645635699" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosResponseInterceptorUse.html", - "hash": "11001137893491926586" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.CommonRequestHeadersList.html", - "hash": "6016657590786602881" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.CommonResponseHeadersList.html", - "hash": "12686548264575273733" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.ContentType.html", - "hash": "13932579651356217652" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.DefaultEventMap.html", - "hash": "2483778765279634717" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Element.html", - "hash": "6095597057243564126" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.EventMap.html", - "hash": "18377469335988447416" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Exclude.html", - "hash": "6634549736483692084" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.IteratorResult.html", - "hash": "257322488402218270" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Key.html", - "hash": "7466986453655214266" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Key2.html", - "hash": "3433423352949927099" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Listener.html", - "hash": "3329650507998631496" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.LookupAddress.html", - "hash": "14049613797860375879" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Omit.html", - "hash": "13529309166908888710" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Partial.html", - "hash": "4501011672124687658" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Pick.html", - "hash": "3341742815545223156" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.PropertyKey.html", - "hash": "11788481235345192510" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.RawAxiosRequestHeaders.html", - "hash": "559182507513172234" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.RawAxiosResponseHeaders.html", - "hash": "1328538700446026505" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.RawCommonResponseHeaders.html", - "hash": "3506987803332284666" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Record.html", - "hash": "13673511288898005305" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.ResponseType.html", - "hash": "1367713021652945755" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.Updater.html", - "hash": "1581734712077372064" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.node_modules__types_xml2js.Options.html", - "hash": "14451666559484126665" - }, - { - "file": "docs/Script API/types/Backend_Script_API._internal_.node_modules__types_xml2js.OptionsV2.html", - "hash": "5920402519687550675" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.AttributeType.html", - "hash": "5684353554129692485" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.CallbackBase.html", - "hash": "741726841759646895" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.CommandAndEventMappings.html", - "hash": "2268313864143285342" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.CommandMappings.html", - "hash": "5989980086619830728" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.CommandNames.html", - "hash": "2129304447782419249" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.ConfirmDialogCallback.html", - "hash": "1423651493475025417" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.ConfirmDialogResult.html", - "hash": "5446474556972615089" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.ElementType.html", - "hash": "3432788365641156892" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.EventData.html", - "hash": "7371978295108003728" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.EventListener.html", - "hash": "3086992513345785187" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.EventMappings.html", - "hash": "17522712746708162269" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.EventNames.html", - "hash": "10465196291594055305" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.EventOnlyNames.html", - "hash": "14604459281094063363" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.Func.html", - "hash": "17945745625077581027" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.GetTextEditorCallback.html", - "hash": "14843214499299206182" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.Handler.html", - "hash": "460599419953386172" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.LabelType.html", - "hash": "10278520028325625693" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.Multiplicity.html", - "hash": "13792316861027742564" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.NoteType.html", - "hash": "3821780205674560486" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.PromptShownDialogCallback.html", - "hash": "10896789866055321500" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.Required.html", - "hash": "13874622162097676032" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.Screen.html", - "hash": "14867701053189781907" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.SqlExecuteResults.html", - "hash": "2078240985444622878" - }, - { - "file": "docs/Script API/types/Frontend_Script_API._internal_.TypeOrArray.html", - "hash": "7227281976133909191" - }, - { - "file": "docs/Script API/variables/Backend_Script_API._internal_.Object.html", - "hash": "735061891881479089" - }, - { - "file": "docs/Script API/variables/Backend_Script_API._internal_.node_modules__types_xml2js.defaults.html", - "hash": "7094676868001758932" - }, - { - "file": "docs/Script API/variables/Backend_Script_API.api.html", - "hash": "2357111998918240337" - }, - { - "file": "docs/Script API/variables/Frontend_Script_API.api.html", - "hash": "15725440464713569337" - }, - { - "file": "docs/User Guide/!!!meta.json", - "hash": "11895438397111702315" - }, - { - "file": "docs/User Guide/User Guide.md", - "hash": "1450359651649532141" - }, - { - "file": "docs/User Guide/User Guide/AI/1_AI Provider Information_im.png", - "hash": "10888045542047015146" - }, - { - "file": "docs/User Guide/User Guide/AI/1_Introduction_image.png", - "hash": "4877080719766343931" - }, - { - "file": "docs/User Guide/User Guide/AI/2_Introduction_image.png", - "hash": "4884550846089380843" - }, - { - "file": "docs/User Guide/User Guide/AI/3_Introduction_image.png", - "hash": "2601903779808317589" - }, - { - "file": "docs/User Guide/User Guide/AI/4_Introduction_image.png", - "hash": "7955162789754070400" - }, - { - "file": "docs/User Guide/User Guide/AI/5_Introduction_image.png", - "hash": "4850690168254105590" - }, - { - "file": "docs/User Guide/User Guide/AI/6_Introduction_image.png", - "hash": "9380676484647713768" - }, - { - "file": "docs/User Guide/User Guide/AI/7_Introduction_image.png", - "hash": "5587697700215758247" - }, - { - "file": "docs/User Guide/User Guide/AI/8_Introduction_image.png", - "hash": "11452529331641889807" - }, - { - "file": "docs/User Guide/User Guide/AI/9_Introduction_image.png", - "hash": "18028155585930429734" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information.md", - "hash": "15763428834172387866" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Anthropic.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/1_Installing Ollama_image.png", - "hash": "14013766524203877283" - }, { "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/2_Installing Ollama_image.png", "hash": "5664446890215872177" }, { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/3_Installing Ollama_image.png", - "hash": "16240241501910096427" + "file": "docs/User Guide/User Guide/Note Types/Text/3_Insert buttons_image.png", + "hash": "16565743405065440773" }, { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/4_Installing Ollama_image.png", - "hash": "4991925732090469797" + "file": ".gitignore", + "hash": "11919028057662818718" }, { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/5_Installing Ollama_image.png", - "hash": "6152858080669098007" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/Installing Ollama.md", - "hash": "12841437113258344682" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/Installing Ollama_image.png", - "hash": "910316219442712311" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information/OpenAI.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/User Guide/User Guide/AI/AI Provider Information_im.png", - "hash": "7031327870994678887" - }, - { - "file": "docs/User Guide/User Guide/AI/Introduction.md", - "hash": "7557589660733249024" - }, - { - "file": "docs/User Guide/User Guide/AI/Introduction_image.png", - "hash": "17351850101399104891" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/1_Note Map (Link map, Tree m.png", - "hash": "12373337465272366302" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases.md", - "hash": "11266482405619520103" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/1_Day Notes_image.png", - "hash": "16475107103618581356" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md", - "hash": "4048785561696936259" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes_image.png", - "hash": "2285942951742705208" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager.md", - "hash": "5069971154417713445" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager_task-manager.png", - "hash": "15131572581326854447" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker.md", - "hash": "11605650381109217207" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker_image.png", - "hash": "9366125920821414974" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes.md", - "hash": "14090747291386876448" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Attribute Inheritance.md", - "hash": "8343345793425816358" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Labels.md", - "hash": "9387392694503447715" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes.md", - "hash": "5430776196114252034" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes_image.png", - "hash": "15783140557738540121" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes_promot.png", - "hash": "4117009512006470814" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes/Relations.md", - "hash": "6540434149738193967" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Attributes_image.png", - "hash": "9403778094976246640" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Bulk Actions.md", - "hash": "2881796418862161644" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Bulk Actions_image.png", - "hash": "378004986618242169" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md", - "hash": "14993988245541217079" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing .md", - "hash": "8992349904956274857" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Trilium instance.md", - "hash": "17970831384961567831" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Custom Request Handler.md", - "hash": "9170902304145032041" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Custom Resource Providers.md", - "hash": "14771953276779663048" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database.md", - "hash": "4406107932468637386" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Demo Notes.md", - "hash": "1378072563095330583" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the data.png", - "hash": "4563135905265987265" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database.md", - "hash": "10952592975566243217" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/1_SQL Console_image.png", - "hash": "12789086198380592587" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/2_SQL Console_image.png", - "hash": "7503307765374810706" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/3_SQL Console_image.png", - "hash": "13660740225101115149" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/SQL Console.md", - "hash": "13100562027326538681" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/SQL Console_image.png", - "hash": "970435259063086957" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Default Note Title.md", - "hash": "13357835412456271247" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/ETAPI (REST API).md", - "hash": "5606902658267694054" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/ETAPI (REST API)/API Reference.dat", - "hash": "3244421341483603138" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Hidden Notes.md", - "hash": "13368937778131192525" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Hidden Notes_image.png", - "hash": "17789739194721579134" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Internal API/API Reference.dat", - "hash": "3244421341483603138" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Note ID.md", - "hash": "450617259989353772" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Note Map (Link map, Tree m.png", - "hash": "16598943343245802197" + "file": "docs/User Guide/User Guide/Note Types/Text/4_Images_image.png", + "hash": "14862810319352213491" }, { "file": "docs/User Guide/User Guide/Advanced Usage/Note Map (Link map, Tree map).md", "hash": "5234725591771253677" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Note source.md", - "hash": "9394701129235967378" + "file": "docs/User Guide/User Guide/Note Types/18_Geo Map_image.png", + "hash": "13441170146038040719" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Note source_image.png", - "hash": "5630189849743414946" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu_.png", + "hash": "7539417519466307919" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing.md", - "hash": "16449818561772399839" + "file": "docs/User Guide/User Guide/Note Types/Text/2_Images_image.png", + "hash": "14485228935641695910" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing/1_Serving directly the conte.png", - "hash": "12112716038656287241" + "file": "docs/Developer Guide/Developer Guide/Scripting/Widgets/CSS.md", + "hash": "3537418956212770699" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing/Serving directly the conte.png", - "hash": "1644425674057515860" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.StaticEventEmitterOptions.html", + "hash": "5066445864444001282" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing/Serving directly the content o.md", - "hash": "1296006089989860555" + "file": "docs/User Guide/User Guide/Note Types/Text/8_Insert buttons_image.png", + "hash": "16706472587272328864" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_share-multiple-not.png", - "hash": "12880863418544002540" + "file": ".idea/vcs.xml", + "hash": "16873264805383449197" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_share-single-note-.png", - "hash": "6136583984879914294" + "file": "docs/Release Notes/Release Notes/v0.91.1-beta.md", + "hash": "1505295548915455849" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_share-single-note.png", - "hash": "9562584638001327012" + "file": "docs/Script API/types/Backend_Script_API._internal_.IteratorResult.html", + "hash": "257322488402218270" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_shared-list.png", - "hash": "11693155295709888518" + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/revisions.md", + "hash": "6910018916604118009" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used.md", - "hash": "9961547767560894531" + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.SetNoteOpts.html", + "hash": "12907434742803176528" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/CKEditor.md", - "hash": "13836346921716381572" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Multiple selection.md", + "hash": "14248403792799944995" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/Excalidraw.md", - "hash": "10507559843179746851" + "file": "docs/User Guide/User Guide/Theme development/2_Custom app-wide CSS_image.png", + "hash": "5480944933144148013" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/Leaflet.md", - "hash": "5471188167022095551" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes_dark-theme.png", + "hash": "4104069441770412146" }, { - "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/MindElixir.md", - "hash": "6918212641187571529" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Templates.md", - "hash": "6677127073180056229" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Templates_template-create-.png", - "hash": "4737869303956882568" - }, - { - "file": "docs/User Guide/User Guide/Advanced Usage/Templates_template.png", - "hash": "18268213999228112195" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/1_Zen mode_image.png", - "hash": "17870947971075093638" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/2_Zen mode_image.png", - "hash": "18110039784597588797" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/3_Zen mode_image.png", - "hash": "6013034841761075376" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Evernote.md", - "hash": "10663074258500447978" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown.md", - "hash": "11019657887828180506" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-export-n.gif", - "hash": "6892395771679875424" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-export-s.gif", - "hash": "13674308169686225848" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-file-imp.gif", - "hash": "17798202582697524861" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-inline-i.gif", - "hash": "14529090719970710849" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/OneNote.md", - "hash": "16890517179618830832" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.md", - "hash": "5332915151552262991" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/1_Jump to Note_image.png", - "hash": "3109371474460200422" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/1_Workspaces_image.png", - "hash": "4002479791831846933" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks.md", - "hash": "8976377563476496635" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks_bookmark-folder.png", - "hash": "1845229153111247293" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks_bookmarks.gif", - "hash": "6177069217916149128" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.md", - "hash": "13969417585075707281" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_image.png", - "hash": "9832511457480397483" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_recent-notes.gif", - "hash": "4138922403272569966" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting.md", - "hash": "1136330695046256259" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting_note-hoistin.gif", - "hash": "16530172022334752331" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation.md", - "hash": "12696895579094718506" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation_image.png", - "hash": "12236157060422417393" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md", - "hash": "13334896477355249102" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search_image.png", - "hash": "11779273039184489731" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note.md", - "hash": "7332983517167321294" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note_image.png", - "hash": "14767314553298789957" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search.md", - "hash": "11467430470930503027" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search_image.png", - "hash": "16349440484070621360" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes.md", - "hash": "14872467952454561602" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes_image.png", - "hash": "8643335030510998526" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Tree Concepts.md", - "hash": "15081221128162970091" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Workspaces.md", - "hash": "4135430089914112456" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Workspaces_image.png", - "hash": "12666342516606462643" + "file": ".github/FUNDING.yml", + "hash": "9417438148586196659" }, { "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes.md", "hash": "7930914628254226583" }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CustomParamsSerializer.html", + "hash": "15081765819063145387" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-5.html", + "hash": "960615437114587660" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/First steps.md", + "hash": "11319680458358123245" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.node_modules__types_xml2js.OptionsV2.html", + "hash": "5920402519687550675" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Links_image.png", + "hash": "15063546866325110183" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.md", + "hash": "17819850783262866648" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.ArrayBufferLike.html", + "hash": "7422498195549677002" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BBranch.html", + "hash": "12776123451982372768" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.DragAndDrop5.html", + "hash": "12235972956045755395" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/etapi_tokens.md", + "hash": "2602584635600548101" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosAdapterConfig.html", + "hash": "1582111942992506095" + }, + { + "file": "docs/Developer Guide/Developer Guide/Documentation/Documentation references in th.md", + "hash": "4999625856386815050" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Lists_image.png", + "hash": "5447861844644759091" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_File_image.png", + "hash": "2974379219914373732" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosResponseTransformer.html", + "hash": "2806242482626180969" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosStatic.html", + "hash": "8016093090359225641" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Docker.md", + "hash": "11338947733300465635" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Events.md", + "hash": "16576016033025672802" + }, + { + "file": "docs/User Guide/User Guide/Note Types/12_Geo Map_image.png", + "hash": "7173377365018544807" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/6_Developer-specific formatt.png", + "hash": "2718064772609307655" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/Code blocks.md", + "hash": "3478413245687427782" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AttachmentRow.html", + "hash": "15465410837105601985" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Trigger UI refresh.md", + "hash": "12597276870551481120" + }, + { + "file": "tsconfig.json", + "hash": "15145157276445734434" + }, + { + "file": "docs/User Guide/User Guide/Note Types/File.md", + "hash": "12296690400052211633" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Examples/New Task launcher button_i.png", + "hash": "12237996247459794678" + }, + { + "file": "docs/Developer Guide/Developer Guide/Notes for old development/Build deliveries locally.clone.md", + "hash": "16752226799330019694" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_Other features_image.png", + "hash": "14748759719944428714" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Insert buttons_image.png", + "hash": "989188453960649104" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing .md", + "hash": "8992349904956274857" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Archived Notes_hide-archiv.png", + "hash": "14754545197579652981" + }, + { + "file": "docs/Developer Guide/Developer Guide/Building and deployment/Running a development build.md", + "hash": "5918235052453307119" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Froca.html", + "hash": "1217693842643344527" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/CKEditor.md", + "hash": "13836346921716381572" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Branch prefixes.md", + "hash": "3244421341483603138" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.PromptShownDialogCallback.html", + "hash": "10896789866055321500" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.StaticEventEmitterIteratorOptions.html", + "hash": "11141466728229885637" + }, + { + "file": "docs/Script API/media/README-ZH_CN.md", + "hash": "11984743821127984549" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Custom Widgets/Word count widget.md", + "hash": "9645085549983198995" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes.md", + "hash": "8884492790625828020" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Saved Search_saved-search.gif", + "hash": "7608073468067457147" + }, + { + "file": "docs/Developer Guide/Developer Guide/Notes for old development/Running a development build.clone.md", + "hash": "18190833443469068343" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Images/1_Image references_image.png", + "hash": "15112796094753790620" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.Required.html", + "hash": "13874622162097676032" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/MindElixir.md", + "hash": "6918212641187571529" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Removed icons.md", + "hash": "12540003826330492194" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitterOptions.html", + "hash": "17877148018809949898" + }, + { + "file": "docs/User Guide/User Guide/AI/9_Introduction_image.png", + "hash": "18028155585930429734" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_Lists_image.png", + "hash": "7911785825993500211" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.TextNode.html", + "hash": "6688773409712327203" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/3_Calendar View_image.png", + "hash": "7365965105798352895" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager_task-manager.png", + "hash": "15131572581326854447" + }, + { + "file": "docs/Script API/functions/Backend_Script_API._internal_.node_modules__types_xml2js.processors.parseBooleans.html", + "hash": "13001294351403898208" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_1_Split View_im.png", + "hash": "8605575081147969224" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ViewScope.html", + "hash": "3321680446742914167" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/1_Note Map (Link map, Tree m.png", + "hash": "12373337465272366302" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Note source_image.png", + "hash": "5630189849743414946" + }, + { + "file": "docs/Script API/media/README.es.md", + "hash": "12007132810736524416" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/4_Calendar View_image.png", + "hash": "5933726449688725337" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Tables_image.png", + "hash": "4005816462770724619" + }, { "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/1_Export as PDF_image.png", "hash": "4937399655807059093" }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Anonymized Database.md", + "hash": "1892644441410455042" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/2_Slightly blurry icon on Ma.png", + "hash": "2401758914571491717" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/Installing Ollama_image.png", + "hash": "910316219442712311" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Formatting toolbar_image.png", + "hash": "9465014681604577852" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes_create-clone.gif", + "hash": "304941799268696983" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.EtapiTokenRow.html", + "hash": "10941322562955927911" + }, + { + "file": "docs/User Guide/User Guide/Troubleshooting/Error logs_error-logs-expo.png", + "hash": "6194482635852243395" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/First steps/mind_map.js", + "hash": "10796090623247054169" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.BuilderOptions.html", + "hash": "7369938283163183148" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/6_Tables_image.png", + "hash": "7670352131626581828" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/5_Tables_image.png", + "hash": "1917723022829886737" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes/Branch prefix.md", + "hash": "176004439186847737" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Root.html", + "hash": "15144226037365053003" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Internationalisation Translat.md", + "hash": "2844329594560711440" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Table of contents.md", + "hash": "10314448453619064211" + }, + { + "file": "docs/User Guide/User Guide/Note Types/1_Relation Map_relation-map-.gif", + "hash": "10041817102859838104" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Developer-specific formatt.png", + "hash": "13063031561540176225" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Footnotes_image.png", + "hash": "15321934377294206330" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-inline-i.gif", + "hash": "14529090719970710849" + }, + { + "file": "scripts/update-nightly-version.ts", + "hash": "11430035494524347958" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List_image.png", + "hash": "17344203973631084668" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/2_Adaptive icon_image.png", + "hash": "2898250727568220507" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Tables_image.png", + "hash": "17750886350164547911" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ConfirmWithMessageOptions.html", + "hash": "2506067464385064028" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.HeadersDefaults.html", + "hash": "11660903537271563350" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Custom Resource Providers.md", + "hash": "14771953276779663048" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Build information.md", + "hash": "927621925199425057" + }, + { + "file": "docs/User Guide/User Guide/AI/4_Introduction_image.png", + "hash": "7955162789754070400" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Lists_image.png", + "hash": "8577237444604362438" + }, + { + "file": "tsconfig.base.json", + "hash": "8900268571896142108" + }, + { + "file": "docs/User Guide/User Guide/Note Types_image.png", + "hash": "11158350846319988504" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ConvertOpts.html", + "hash": "15701215347730249486" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/5_Installing Ollama_image.png", + "hash": "6152858080669098007" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Copy image reference to the cl.md", + "hash": "5997370566040672231" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Book.md", + "hash": "15417036035073159470" + }, { "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/1_Note List_image.png", "hash": "5608976400586326827" @@ -2401,1342 +3109,816 @@ "hash": "10714735469933566718" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Archived Notes.md", - "hash": "16760672233525606038" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Archived Notes_hide-archiv.png", - "hash": "14754545197579652981" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Attachments.md", - "hash": "14577503159371179344" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes.md", - "hash": "7700476154666309105" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes/Branch prefix.md", - "hash": "176004439186847737" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes_create-clone.gif", - "hash": "304941799268696983" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Export as PDF.md", - "hash": "13532136945252311206" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Export as PDF_image.png", - "hash": "14541367628854414550" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons.md", - "hash": "1744378485879608318" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons_note-icon-chang.png", - "hash": "11083556565458137739" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons_note-icon-galle.png", - "hash": "11774634652263476090" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md", - "hash": "6293287821691646630" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/10_Calendar View_image.png", - "hash": "6057572322117403470" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/11_Calendar View_image.png", - "hash": "6636068838859637072" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/1_Calendar View_image.png", - "hash": "6148618346253868614" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/2_Calendar View_image.png", - "hash": "8746483486106953393" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/3_Calendar View_image.png", - "hash": "7365965105798352895" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/4_Calendar View_image.png", - "hash": "5933726449688725337" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/5_Calendar View_image.png", - "hash": "15719916793769487087" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/6_Calendar View_image.png", - "hash": "17281596805053082675" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/7_Calendar View_image.png", - "hash": "11541935763676308271" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/8_Calendar View_image.png", - "hash": "13401928785023381483" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/9_Calendar View_image.png", - "hash": "16035162645109284070" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View.md", - "hash": "1959120139728442097" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View_image.png", - "hash": "8652479499535248784" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List_image.png", - "hash": "17344203973631084668" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Revisions.md", - "hash": "17445918024788718614" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Revisions_note-revisi.png", - "hash": "15021951667703156902" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Protected Notes.md", - "hash": "5093501931256724020" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Protected Notes_protecting.gif", - "hash": "9909987976886492758" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Read-Only Notes.md", - "hash": "8776625923756086770" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Read-Only Notes_image.png", - "hash": "647700179866845833" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Sorting Notes.md", - "hash": "10860595661578165438" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes.md", - "hash": "9592422191973306572" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes/Theme Gallery.md", - "hash": "18153059640044698398" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes_dark-theme.png", - "hash": "4104069441770412146" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes_image.png", - "hash": "451865633567842034" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes_steel-blue.png", - "hash": "3726910334005032045" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Options_image.png", - "hash": "13366394243903008319" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Recent Changes_image.png", - "hash": "16567853903302976035" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Tabs_image.png", - "hash": "7795320006621100645" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Vertical and horizontal la.png", - "hash": "17788024311673518016" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/2_Tabs_image.png", - "hash": "10334320195251173502" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/2_Vertical and horizontal la.png", - "hash": "17310758833048940667" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/3_Vertical and horizontal la.png", - "hash": "17791091569728992943" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/4_Vertical and horizontal la.png", - "hash": "7456379737044893906" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/5_Vertical and horizontal la.png", - "hash": "6580926007613627467" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons.md", - "hash": "7301256874416908847" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons_image.png", - "hash": "9229127427161350065" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Global menu.md", - "hash": "824107434255196614" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Global menu_image.png", - "hash": "215776480600711406" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Launch Bar.md", - "hash": "9757830933816714683" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Launch Bar_image.png", - "hash": "3856338290485766365" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree.md", - "hash": "10401640377108524547" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/1_Note tree contextual menu_.png", - "hash": "747296639953030665" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Multiple selection.md", - "hash": "14248403792799944995" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Multiple selection_image.png", - "hash": "9707758146677680170" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu.md", - "hash": "17383973353100108762" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu_.png", - "hash": "7539417519466307919" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree_drag-and-drop.gif", - "hash": "16530764084716612313" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree_image.png", - "hash": "8528551565462205040" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree_move-note-with-k.gif", - "hash": "1539959243766334436" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note buttons.md", - "hash": "13864464437617054232" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note buttons_image.png", - "hash": "6536290798453171827" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options.md", - "hash": "11823746626813599281" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options_image.png", - "hash": "13893366860557066470" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes.md", - "hash": "8884492790625828020" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes_image.png", - "hash": "5636741691843527729" + "file": "docs/Script API/classes/Frontend_Script_API._internal_.default-7.html", + "hash": "15012618481181922435" }, { "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon.md", "hash": "15123628542353858523" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon_image.png", - "hash": "253567192754290441" + "file": "docs/User Guide/User Guide/Note Types/Note Map_image.png", + "hash": "1162798172636853322" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar.md", - "hash": "11028754003011624084" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AxiosResponse.html", + "hash": "6858727221974372008" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar_image.png", - "hash": "8071194794088169141" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.SerializerVisitor.html", + "hash": "1067379542585829302" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md", - "hash": "886075848609982938" + "file": "docs/Release Notes/Release Notes/Release Template.md", + "hash": "10587082767465867254" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_1_Split View_im.png", - "hash": "8605575081147969224" + "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Differences from upstream.md", + "hash": "18050776852643274350" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_2_Split View_im.png", - "hash": "15941739623146058763" + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/SQL Console_image.png", + "hash": "970435259063086957" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_3_Split View_im.png", - "hash": "17939885197973038320" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Launch Bar_image.png", + "hash": "3856338290485766365" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_4_Split View_im.png", - "hash": "7394270400443781214" + "file": "docs/User Guide/User Guide/AI/AI Provider Information.md", + "hash": "15763428834172387866" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_Split View_imag.png", - "hash": "16441078406174519311" + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.node_modules__types_xml2js.convertableToString.html", + "hash": "3228561214395660819" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs.md", - "hash": "9299907944748565805" + "file": ".github/actions/build-server/action.yml", + "hash": "12834103831780063020" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs_image.png", - "hash": "17923007007271061715" + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Refresh widget with option cha.md", + "hash": "12967337054313845860" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Vertical and horizontal la.png", - "hash": "7070453246985156821" + "file": "docs/User Guide/User Guide/Advanced Usage/Hidden Notes_image.png", + "hash": "17789739194721579134" }, { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Vertical and horizontal layout.md", - "hash": "10256487723212567021" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom.md", - "hash": "3244421341483603138" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Zen mode.md", - "hash": "12484251737157353550" - }, - { - "file": "docs/User Guide/User Guide/Basic Concepts and Features/Zen mode_image.png", - "hash": "3662917132549511544" - }, - { - "file": "docs/User Guide/User Guide/FAQ.md", - "hash": "16165615300336202445" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Backup.md", - "hash": "11054206897853098224" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Data directory.md", - "hash": "4358803339908624454" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Data directory_image.png", - "hash": "16647401677978700113" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md", - "hash": "4446390166291792083" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Mobile Frontend.md", - "hash": "1441716712876520647" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Mobile Frontend_mobile-sma.png", - "hash": "8564668320550827697" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Mobile Frontend_mobile-tab.png", - "hash": "12373682799958388972" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation.md", - "hash": "16110939920725749339" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Manually.md", - "hash": "7984968569437996419" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Multiple server instances.md", - "hash": "14997675224095677092" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/On NixOS.md", - "hash": "4555018800299124693" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Packaged version for Linux.md", - "hash": "5552434531380325100" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker.md", - "hash": "15354643679921200435" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Kubernetes.md", - "hash": "6747559135065742360" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Apache.md", - "hash": "12298787927497626453" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Nginx.md", - "hash": "10501145259956261610" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/Multi-Factor Authentication.md", - "hash": "10006749572057153946" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/TLS Configuration.md", - "hash": "12439296878183116768" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization.md", - "hash": "16892041595153525525" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_image.png", - "hash": "13708579463799173943" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_sync-confi.png", - "hash": "2997447751316549256" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_sync-in-pr.png", - "hash": "132284441928130501" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_sync-init.png", - "hash": "15322721528964766736" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Upgrading TriliumNext.md", - "hash": "2632666519047935337" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Web Clipper.md", - "hash": "2359889091966702200" - }, - { - "file": "docs/User Guide/User Guide/Installation & Setup/Web Clipper_image.png", - "hash": "4210423681076794011" - }, - { - "file": "docs/User Guide/User Guide/Note Types.md", - "hash": "3734229651482058716" - }, - { - "file": "docs/User Guide/User Guide/Note Types/10_Geo Map_image.png", - "hash": "8838519618452959037" - }, - { - "file": "docs/User Guide/User Guide/Note Types/11_Geo Map_image.png", - "hash": "2543239855913430096" - }, - { - "file": "docs/User Guide/User Guide/Note Types/12_Geo Map_image.png", - "hash": "7173377365018544807" - }, - { - "file": "docs/User Guide/User Guide/Note Types/13_Geo Map_image.png", - "hash": "3444457344697003162" - }, - { - "file": "docs/User Guide/User Guide/Note Types/14_Geo Map_image.png", - "hash": "17134563145439183238" - }, - { - "file": "docs/User Guide/User Guide/Note Types/15_Geo Map_image.png", - "hash": "4140348661462948102" - }, - { - "file": "docs/User Guide/User Guide/Note Types/16_Geo Map_image.png", - "hash": "17273732328125046708" - }, - { - "file": "docs/User Guide/User Guide/Note Types/17_Geo Map_image.png", - "hash": "18076589540377938573" - }, - { - "file": "docs/User Guide/User Guide/Note Types/18_Geo Map_image.png", - "hash": "13441170146038040719" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_Code_image.png", - "hash": "5782275106327359896" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_File_image.png", - "hash": "2974379219914373732" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_Geo Map_image.png", - "hash": "5960205806672652286" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_Mermaid Diagrams_image.png", - "hash": "811538388658451497" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_Relation Map_relation-map-.gif", - "hash": "10041817102859838104" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_Relation Map_relation-map-.png", - "hash": "15720370010832556444" - }, - { - "file": "docs/User Guide/User Guide/Note Types/1_Text_image.png", - "hash": "13901334951495473202" - }, - { - "file": "docs/User Guide/User Guide/Note Types/2_File_image.png", - "hash": "5767399260855724832" - }, - { - "file": "docs/User Guide/User Guide/Note Types/2_Geo Map_image.png", - "hash": "7283724173419351355" - }, - { - "file": "docs/User Guide/User Guide/Note Types/2_Mermaid Diagrams_image.png", - "hash": "17913912640153568729" - }, - { - "file": "docs/User Guide/User Guide/Note Types/2_Text_image.png", - "hash": "17505861757177107597" - }, - { - "file": "docs/User Guide/User Guide/Note Types/3_File_image.png", - "hash": "14996991930227579563" - }, - { - "file": "docs/User Guide/User Guide/Note Types/3_Geo Map_image.png", - "hash": "6747111431605585316" - }, - { - "file": "docs/User Guide/User Guide/Note Types/4_File_image.png", - "hash": "6230957845104792702" - }, - { - "file": "docs/User Guide/User Guide/Note Types/4_Geo Map_image.png", - "hash": "2426346789252029208" - }, - { - "file": "docs/User Guide/User Guide/Note Types/5_File_image.png", - "hash": "9655011546911837239" - }, - { - "file": "docs/User Guide/User Guide/Note Types/5_Geo Map_image.png", - "hash": "5669308583844409052" - }, - { - "file": "docs/User Guide/User Guide/Note Types/6_File_image.png", - "hash": "10934030213595628481" - }, - { - "file": "docs/User Guide/User Guide/Note Types/6_Geo Map_image.png", - "hash": "890997284892548696" - }, - { - "file": "docs/User Guide/User Guide/Note Types/7_Geo Map_image.png", - "hash": "6480890944074410737" - }, - { - "file": "docs/User Guide/User Guide/Note Types/8_Geo Map_image.png", - "hash": "2873444371416724136" - }, - { - "file": "docs/User Guide/User Guide/Note Types/9_Geo Map_image.png", - "hash": "17335918274787502426" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Book.md", - "hash": "15417036035073159470" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Book_image.png", - "hash": "1768928603662784559" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Canvas.md", - "hash": "9502581554311379088" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Canvas_image.png", - "hash": "1139182728331705462" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Code.md", - "hash": "2257698891491035087" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Code_image.png", - "hash": "5890806361392158763" - }, - { - "file": "docs/User Guide/User Guide/Note Types/File.md", - "hash": "12296690400052211633" - }, - { - "file": "docs/User Guide/User Guide/Note Types/File_image.png", - "hash": "6783984664127428948" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Geo Map.md", - "hash": "6160461763173577677" + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.AddToToolbarOpts.html", + "hash": "15598576219424391202" }, { "file": "docs/User Guide/User Guide/Note Types/Geo Map_image.jpg", "hash": "14126513805103816937" }, { - "file": "docs/User Guide/User Guide/Note Types/Geo Map_image.png", - "hash": "6164131355503646691" + "file": "docs/Release Notes/Release Notes/v0.92.4.md", + "hash": "9768188864190804507" }, { - "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams.md", - "hash": "14857943768636243310" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout.md", - "hash": "9218990841595290329" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout_ELK off.svg", - "hash": "1981254385350765245" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout_ELK on.svg", - "hash": "16635311815022210160" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams_image.png", - "hash": "2085027971032498137" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Mind Map.md", - "hash": "10495538393047943834" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Mind Map_image.png", - "hash": "12216762309023170303" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Note Map.md", - "hash": "1349664584062347967" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Note Map_image.png", - "hash": "1162798172636853322" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Relation Map.md", - "hash": "7102785365602063713" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Relation Map_relation-map-.gif", - "hash": "11740192765914054661" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Relation Map_relation-map-.png", - "hash": "5132534751975390759" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Render Note.md", - "hash": "10907883447497386270" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Render Note_image.png", - "hash": "5322813341800091719" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Saved Search.md", - "hash": "8132559986223151235" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Saved Search_saved-search.gif", - "hash": "7608073468067457147" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text.md", - "hash": "2403881404737477024" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/10_Images_image.png", - "hash": "8482371421622741436" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/10_Lists_image.png", - "hash": "2954862785845336764" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/10_Tables_image.png", - "hash": "6404125826080231616" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/11_Tables_image.png", - "hash": "5258562961033949883" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/12_Tables_image.png", - "hash": "17637903660588300344" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Block quotes & admonitions.png", - "hash": "18010671239225600245" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Developer-specific formatt.png", - "hash": "6129242964974999554" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Footnotes_image.png", - "hash": "1577288190943202052" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Formatting toolbar_image.png", - "hash": "9465014681604577852" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_General formatting_image.png", - "hash": "13063031561540176225" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Images_image.png", - "hash": "1599196428668280551" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Insert buttons_image.png", - "hash": "13776013165806672321" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Links_image.png", - "hash": "15063546866325110183" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Lists_image.png", - "hash": "13706420500212756506" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Math Equations_image.png", - "hash": "17950780031579539712" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Other features_image.png", - "hash": "15510836132033988057" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/1_Tables_image.png", - "hash": "17750886350164547911" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Block quotes & admonitions.png", - "hash": "9887089141669552684" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Developer-specific formatt.png", - "hash": "13063031561540176225" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Formatting toolbar_image.png", - "hash": "11287318707285627003" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_General formatting_image.png", - "hash": "9106571901573895633" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Images_image.png", - "hash": "14485228935641695910" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Insert buttons_image.png", - "hash": "9041778621024218634" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Links_image.png", - "hash": "8876685958483648347" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Lists_image.png", - "hash": "8577237444604362438" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Other features_image.png", - "hash": "1340984468489886696" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/2_Tables_image.png", - "hash": "4005816462770724619" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Developer-specific formatt.png", - "hash": "371275438898256895" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Formatting toolbar_image.png", - "hash": "13884099936378253709" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_General formatting_image.png", - "hash": "12935355679871327728" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Images_image.png", - "hash": "17061610823626139831" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Insert buttons_image.png", - "hash": "16565743405065440773" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Links_image.png", - "hash": "15811656947725398233" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Lists_image.png", - "hash": "7911785825993500211" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Other features_image.png", - "hash": "14748759719944428714" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/3_Tables_image.png", - "hash": "9228058938189586627" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_Developer-specific formatt.png", - "hash": "12452128562004210306" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_General formatting_image.png", - "hash": "4875243929617270209" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_Images_image.png", - "hash": "14862810319352213491" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_Insert buttons_image.png", - "hash": "14260304610675467053" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_Lists_image.png", - "hash": "8922870427366632483" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_Other features_image.png", - "hash": "12203404498693344880" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/4_Tables_image.png", - "hash": "8355105912319259830" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/5_Developer-specific formatt.png", - "hash": "10133610562087684023" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/5_Images_image.png", - "hash": "404883919247951217" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/5_Insert buttons_image.png", - "hash": "16494632615299758318" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/5_Lists_image.png", - "hash": "6428938901484193450" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/5_Other features_image.png", - "hash": "8577237444604362438" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/5_Tables_image.png", - "hash": "1917723022829886737" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/6_Developer-specific formatt.png", - "hash": "2718064772609307655" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/6_Images_image.png", - "hash": "6173165911963001959" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/6_Insert buttons_image.png", - "hash": "11895482486771487063" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/6_Lists_image.png", - "hash": "12597899845274049940" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/6_Other features_image.png", - "hash": "3612025371214749570" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/6_Tables_image.png", - "hash": "7670352131626581828" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/7_Images_image.png", - "hash": "17511659637484055697" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/7_Insert buttons_image.png", - "hash": "12084899036395439728" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/7_Lists_image.png", - "hash": "7647172644799470339" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/7_Tables_image.png", - "hash": "15239152810309003956" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/8_Images_image.png", - "hash": "9366125920821414974" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/8_Insert buttons_image.png", - "hash": "16706472587272328864" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/8_Lists_image.png", - "hash": "7443683400857714109" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/8_Tables_image.png", - "hash": "5258562961033949883" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/9_Images_image.png", - "hash": "5509956150273006831" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/9_Lists_image.png", - "hash": "12986812650616357264" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/9_Tables_image.png", - "hash": "10336090900386736766" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Block quotes & admonitions.md", - "hash": "5962660712660554216" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Block quotes & admonitions.png", - "hash": "1499961390844427836" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Content language & Right-t.png", - "hash": "2884027460715375910" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Content language & Right-to-le.md", - "hash": "13683115122867215765" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Cut to subnote.md", - "hash": "1597214027009838580" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Cut to subnote_cut-to-subn.gif", - "hash": "11217765058792445527" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatt.png", - "hash": "14391624469883910402" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting.md", - "hash": "748081058892517144" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/1_Code blocks_image.png", - "hash": "12452128562004210306" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/2_Code blocks_image.png", - "hash": "15497219282555300265" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/Code blocks.md", - "hash": "3478413245687427782" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/Code blocks_image.png", - "hash": "16799092375248159407" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Footnotes.md", - "hash": "11339671296450160355" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Footnotes_image.png", - "hash": "15321934377294206330" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Formatting toolbar.md", - "hash": "9300995663475426917" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Formatting toolbar_image.png", - "hash": "104005948126057026" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/General formatting.md", - "hash": "11206044994963259500" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/General formatting_image.png", - "hash": "12783629317063905582" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Highlights list.md", - "hash": "612991856020272057" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Highlights list_image.png", - "hash": "2083570772957836032" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Images.md", - "hash": "9287615942710690324" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Images/1_Image references_image.png", - "hash": "15112796094753790620" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Images/Image references.md", - "hash": "9404432048954214990" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Images/Image references_image.png", - "hash": "1175189001050726431" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Images_image.png", - "hash": "4210412299283729681" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Include Note.md", - "hash": "16473224076113886785" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Include Note_image.png", - "hash": "13366623301870990750" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Insert buttons.md", - "hash": "10439313914343399726" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Insert buttons_image.png", - "hash": "989188453960649104" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.md", - "hash": "17819850783262866648" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Links.md", - "hash": "10628878424092766954" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Links_image.png", - "hash": "11406167236236482911" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Lists.md", - "hash": "12112056947947146011" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Lists_image.png", - "hash": "5447861844644759091" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Markdown-like formatting.md", - "hash": "11422547423110182484" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Math Equations.md", - "hash": "7352168231624868948" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Math Equations_image.png", - "hash": "16696251042196156633" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Other features.md", - "hash": "905284970607153537" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Other features_image.png", - "hash": "17467294145722623090" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Table of contents.md", - "hash": "10314448453619064211" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Table of contents_image.png", - "hash": "4733595202943894589" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Tables.md", - "hash": "15149183778855005839" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text/Tables_image.png", - "hash": "5417625780542207119" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Text_image.png", - "hash": "2939147542296328141" - }, - { - "file": "docs/User Guide/User Guide/Note Types/Web View.md", - "hash": "11930025137242473821" - }, - { - "file": "docs/User Guide/User Guide/Note Types_image.png", - "hash": "11158350846319988504" - }, - { - "file": "docs/User Guide/User Guide/Quick Start.md", - "hash": "26614788084837278" - }, - { - "file": "docs/User Guide/User Guide/Scripting.md", - "hash": "17214995894850908124" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Custom Widgets.md", - "hash": "3016592544713030940" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Custom Widgets/Widget Basics.md", - "hash": "11549739193679627411" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Custom Widgets/Word count widget.md", - "hash": "9645085549983198995" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Custom Widgets/Word count widget_image.png", - "hash": "2841511895989652415" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Events.md", - "hash": "16576016033025672802" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Examples/Downloading responses from Goo.md", - "hash": "3591187406500098510" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Examples/New Task launcher button.md", - "hash": "918543869021637630" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Examples/New Task launcher button_i.png", - "hash": "12237996247459794678" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Examples/Using promoted attributes .png", - "hash": "13316953234191714312" - }, - { - "file": "docs/User Guide/User Guide/Scripting/Examples/Using promoted attributes to c.md", - "hash": "14959920764392213925" + "file": "docs/Script API/types/Frontend_Script_API._internal_.Multiplicity.html", + "hash": "13792316861027742564" }, { "file": "docs/User Guide/User Guide/Scripting/Frontend Basics.md", "hash": "14476108367955913260" }, { - "file": "docs/User Guide/User Guide/Scripting/Script API.md", - "hash": "12652565283186593544" + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CKNode.html", + "hash": "328358266701651791" }, { - "file": "docs/User Guide/User Guide/Scripting/Script API/Backend API.dat", + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md", + "hash": "4048785561696936259" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ParamsSerializerOptions.html", + "hash": "3588430129710258287" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Examples/Downloading responses from Goo.md", + "hash": "3591187406500098510" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/9_Images_image.png", + "hash": "5509956150273006831" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Options/Check box option.md", + "hash": "13176063915179660637" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Backup.md", + "hash": "11054206897853098224" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Insert buttons.md", + "hash": "10439313914343399726" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Multiple server instances.md", + "hash": "14997675224095677092" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CheerioParserOptions.html", + "hash": "15172117939473057072" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar.md", + "hash": "11028754003011624084" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AxiosAdapterName.html", + "hash": "13105758170302488612" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Ollama/4_Installing Ollama_image.png", + "hash": "4991925732090469797" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Trilium instance.md", + "hash": "17970831384961567831" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ContextMenuCommandData.html", + "hash": "7750561669371601406" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Revisions.md", "hash": "3244421341483603138" }, - { - "file": "docs/User Guide/User Guide/Scripting/Script API/Frontend API/FNote.dat", - "hash": "3244421341483603138" - }, - { - "file": "docs/User Guide/User Guide/Theme development/1_Custom app-wide CSS_image.png", - "hash": "17083234048482228473" - }, - { - "file": "docs/User Guide/User Guide/Theme development/2_Custom app-wide CSS_image.png", - "hash": "5480944933144148013" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme.md", - "hash": "8694971297894648515" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_1_.png", - "hash": "9462084121181865214" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_2_.png", - "hash": "7017134628923823634" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_3_.png", - "hash": "1518431155925547874" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_4_.png", - "hash": "3728661401474084659" - }, { "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_5_.png", "hash": "6214291566037882613" }, - { - "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_Cr.png", - "hash": "14045585611753963314" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Custom app-wide CSS.md", - "hash": "17661816458846796544" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Custom app-wide CSS_image.png", - "hash": "3158185449180547797" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Customize the Next theme.md", - "hash": "10932498007288012373" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Customize the Next theme_i.png", - "hash": "9049696547697245045" - }, - { - "file": "docs/User Guide/User Guide/Theme development/Reference.md", - "hash": "11046588365730688403" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting.md", - "hash": "16688909957107755744" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Anonymized Database.md", - "hash": "1892644441410455042" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Anonymized Database_image.png", - "hash": "201026404721860858" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Error logs.md", - "hash": "15587281502024486048" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Error logs_error-logs-expo.png", - "hash": "6194482635852243395" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Error logs_error-logs-fire.png", - "hash": "16523046904936619160" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Error logs_image.png", - "hash": "10805210383135653112" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Refreshing the application.md", - "hash": "3405008745811341199" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Reporting issues.md", - "hash": "7437940663744225187" - }, - { - "file": "docs/User Guide/User Guide/Troubleshooting/Synchronization fails with 504.md", - "hash": "2785587467017944783" - }, - { - "file": "images/screenshots/app.png", - "hash": "955084500244844963" - }, - { - "file": "nx.json", - "hash": "7236401896167274882" - }, - { - "file": "package-lock.json", - "hash": "562978229396739654" - }, - { - "file": "package.json", - "hash": "12479626277758477173" - }, { "file": "packages/.gitkeep", "hash": "3244421341483603138" }, { - "file": "renovate.json", - "hash": "13944559841874503663" + "file": "docs/User Guide/User Guide/Note Types/Web View.md", + "hash": "11930025137242473821" }, { - "file": "scripts/update-build-info.ts", - "hash": "16199158489777820240" + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/2_Calendar View_image.png", + "hash": "8746483486106953393" }, { - "file": "scripts/update-nightly-version.ts", - "hash": "11430035494524347958" + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/branches.md", + "hash": "11383257066368994244" }, { - "file": "tsconfig.base.json", - "hash": "8900268571896142108" + "file": "docs/User Guide/User Guide/Installation & Setup/Web Clipper.md", + "hash": "2359889091966702200" }, { - "file": "tsconfig.json", - "hash": "1379983966652230747" + "file": "docs/Script API/variables/Backend_Script_API.api.html", + "hash": "2357111998918240337" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note.md", + "hash": "13969417585075707281" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.TaskData.html", + "hash": "5988678324469384089" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Revisions_note-revisi.png", + "hash": "15021951667703156902" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Adding a new note type/Loading data.md", + "hash": "17419379493759801290" + }, + { + "file": "docs/User Guide/User Guide/Note Types/17_Geo Map_image.png", + "hash": "18076589540377938573" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md", + "hash": "14993988245541217079" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/9_Calendar View_image.png", + "hash": "16035162645109284070" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Sharing_share-single-note-.png", + "hash": "6136583984879914294" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AttachmentOpts.html", + "hash": "152500221014723550" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.NodePatch.html", + "hash": "6729580968896710441" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Developer-specific formatting/2_Code blocks_image.png", + "hash": "15497219282555300265" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.Handler.html", + "hash": "460599419953386172" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ConfirmWithTitleOptions.html", + "hash": "5866678357727613126" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Themes/Theme Gallery.md", + "hash": "18153059640044698398" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/4_Insert buttons_image.png", + "hash": "14260304610675467053" + }, + { + "file": ".idea/jsLibraryMappings.xml", + "hash": "463890270158677548" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/1_Recent Changes_image.png", + "hash": "16567853903302976035" + }, + { + "file": "docs/Release Notes/Release Notes/v0.90.1-beta.md", + "hash": "2310438812816074728" + }, + { + "file": "docs/User Guide/User Guide/Note Types/2_Geo Map_image.png", + "hash": "7283724173419351355" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.Fancytree.html", + "hash": "10131902098145945474" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Note source.md", + "hash": "9394701129235967378" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker_image.png", + "hash": "9366125920821414974" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/4_Lists_image.png", + "hash": "8922870427366632483" + }, + { + "file": "docs/User Guide/User Guide/AI/1_Introduction_image.png", + "hash": "4877080719766343931" + }, + { + "file": ".github/workflows/release.yml", + "hash": "17127017447936409690" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.ConfirmDialogResult.html", + "hash": "5446474556972615089" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BAttachment.html", + "hash": "8665382541585871854" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options_image.png", + "hash": "13893366860557066470" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/8_Calendar View_image.png", + "hash": "13401928785023381483" + }, + { + "file": "docs/Script API/classes/Backend_Script_API.BRecentNote.html", + "hash": "11994967186676125771" + }, + { + "file": ".github/workflows/dev.yml", + "hash": "97027197327334007" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/5_Calendar View_image.png", + "hash": "15719916793769487087" + }, + { + "file": "docs/User Guide/User Guide/Note Types/16_Geo Map_image.png", + "hash": "17273732328125046708" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.ContentType.html", + "hash": "13932579651356217652" + }, + { + "file": "docs/Script API/media/README.md", + "hash": "13555307518746257814" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown_markdown-export-s.gif", + "hash": "13674308169686225848" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons_note-icon-galle.png", + "hash": "11774634652263476090" + }, + { + "file": "docs/Script API/assets/style.css", + "hash": "6390674142144445392" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Custom Widgets/Word count widget_image.png", + "hash": "2841511895989652415" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.UIEventBase.html", + "hash": "7464724917937222976" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.SpacedUpdate.html", + "hash": "18328662110444012644" + }, + { + "file": "docs/Script API/classes/Backend_Script_API._internal_.node_modules__types_xml2js.ValidationError.html", + "hash": "9783880855468813600" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.1-beta.md", + "hash": "9808089043918900724" + }, + { + "file": "docs/Developer Guide/Developer Guide/Scripting/Server-side imports.md", + "hash": "11219131325031274988" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom.md", + "hash": "3244421341483603138" + }, + { + "file": "docs/User Guide/!!!meta.json", + "hash": "11895438397111702315" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout_ELK on.svg", + "hash": "16635311815022210160" + }, + { + "file": "docs/Script API/modules/Frontend_Script_API.html", + "hash": "9601829814309710108" + }, + { + "file": "README.md", + "hash": "13679989229500744212" + }, + { + "file": "docs/Release Notes/Release Notes/v0.91.4-beta.md", + "hash": "13432720443489500483" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CommentElement.html", + "hash": "5757791309139487861" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note buttons.md", + "hash": "13864464437617054232" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Cut to subnote_cut-to-subn.gif", + "hash": "11217765058792445527" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_4_.png", + "hash": "3728661401474084659" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs_image.png", + "hash": "17923007007271061715" + }, + { + "file": "docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Environment setup.md", + "hash": "17921742902733994403" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/Slightly blurry icon on Mac.md", + "hash": "13487479054609586827" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note buttons_image.png", + "hash": "6536290798453171827" + }, + { + "file": "docs/User Guide/User Guide/AI/7_Introduction_image.png", + "hash": "5587697700215758247" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Synchronization_sync-confi.png", + "hash": "2997447751316549256" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons.md", + "hash": "7301256874416908847" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac/1_Adaptive icon_image.png", + "hash": "9113973157649197285" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Hidden notes.md", + "hash": "12457340832473421506" + }, + { + "file": "docs/User Guide/User Guide/FAQ.md", + "hash": "16165615300336202445" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Options.md", + "hash": "11823746626813599281" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Technologies used/Excalidraw.md", + "hash": "10507559843179746851" + }, + { + "file": "docs/User Guide/User Guide/AI/Introduction.md", + "hash": "7557589660733249024" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Mind Map.md", + "hash": "10495538393047943834" + }, + { + "file": "docs/Script API/classes/Frontend_Script_API._internal_.NoteContext.html", + "hash": "3072165195826397058" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.Canceler.html", + "hash": "8429141126574678442" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.CallbackBase.html", + "hash": "741726841759646895" + }, + { + "file": "eslint.config.mjs", + "hash": "9204104122661382069" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Insert buttons_image.png", + "hash": "9041778621024218634" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Canvas_image.png", + "hash": "1139182728331705462" + }, + { + "file": "package-lock.json", + "hash": "14055134617324864882" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Bulk Actions_image.png", + "hash": "378004986618242169" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Formatting toolbar.md", + "hash": "9300995663475426917" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.CreateLinkOptions.html", + "hash": "13233819667236849105" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks_bookmarks.gif", + "hash": "6177069217916149128" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CancelTokenStatic.html", + "hash": "7602172161601555412" + }, + { + "file": "docs/User Guide/User Guide/Installation & Setup/Mobile Frontend_mobile-sma.png", + "hash": "8564668320550827697" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Updater.html", + "hash": "1581734712077372064" + }, + { + "file": "docs/Developer Guide/Developer Guide/Dependency Management/Adding a new client library.md", + "hash": "7049385257986266177" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/2_Formatting toolbar_image.png", + "hash": "11287318707285627003" + }, + { + "file": "docs/User Guide/User Guide/AI/Introduction_image.png", + "hash": "17351850101399104891" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.Func.html", + "hash": "17945745625077581027" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/Database/Manually altering the database/1_SQL Console_image.png", + "hash": "12789086198380592587" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.ContentOpts-3.html", + "hash": "184966545090795313" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NoteAndBranch.html", + "hash": "5338132683548030950" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/5_Lists_image.png", + "hash": "6428938901484193450" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/Calendar View_image.png", + "hash": "8652479499535248784" + }, + { + "file": "docs/User Guide/User Guide/Scripting/Examples/Using promoted attributes to c.md", + "hash": "14959920764392213925" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.PromiseLike.html", + "hash": "974283704390710355" + }, + { + "file": "docs/Release Notes/Release Notes/v0.92.2-beta.md", + "hash": "358559780905427698" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List/6_Calendar View_image.png", + "hash": "17281596805053082675" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Database/attachments.md", + "hash": "11249076532876645190" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.GetByIdOpts.html", + "hash": "5448737405855690783" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/Formatting toolbar_image.png", + "hash": "104005948126057026" + }, + { + "file": "docs/Script API/modules.html", + "hash": "13008731499994074466" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/3_Formatting toolbar_image.png", + "hash": "13884099936378253709" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.CheerioAPI.html", + "hash": "13479832008860105998" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/1_Block quotes & admonitions.png", + "hash": "18010671239225600245" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Relation Map.md", + "hash": "7102785365602063713" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.NoteRow.html", + "hash": "17068126425098799180" + }, + { + "file": "docs/Script API/interfaces/Backend_Script_API._internal_.AsyncResourceOptions.html", + "hash": "8020470007601054280" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Geo Map.md", + "hash": "6160461763173577677" + }, + { + "file": "docs/User Guide/User Guide/Advanced Usage/ETAPI (REST API)/API Reference.dat", + "hash": "3244421341483603138" + }, + { + "file": ".idea/inspectionProfiles/Project_Default.xml", + "hash": "10941077199758478688" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.Omit.html", + "hash": "13529309166908888710" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree_image.png", + "hash": "8528551565462205040" + }, + { + "file": "docs/User Guide/User Guide/Note Types/Text/General formatting.md", + "hash": "11206044994963259500" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.AddressFamily.html", + "hash": "7517399269447797629" + }, + { + "file": "docs/Script API/media/README.ru.md", + "hash": "3404562560235215042" + }, + { + "file": "docs/Script API/types/Frontend_Script_API._internal_.NoteType.html", + "hash": "3821780205674560486" + }, + { + "file": "docs/Developer Guide/Developer Guide/Testing.md", + "hash": "1756354223273679632" + }, + { + "file": "docs/Script API/types/Backend_Script_API._internal_.RawAxiosRequestHeaders.html", + "hash": "559182507513172234" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View_Split View_imag.png", + "hash": "16441078406174519311" + }, + { + "file": "docs/Script API/interfaces/Frontend_Script_API._internal_.ShownCallbackData.html", + "hash": "13537247872398882796" + }, + { + "file": "docs/User Guide/User Guide/Theme development/Creating a custom theme_1_.png", + "hash": "9462084121181865214" + }, + { + "file": "docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting.md", + "hash": "1136330695046256259" + }, + { + "file": "docs/Developer Guide/Developer Guide/Development and architecture/Icons/Icons on Mac_image.png", + "hash": "10777331931886290213" + }, + { + "file": "docs/User Guide/User Guide/AI/AI Provider Information/Anthropic.md", + "hash": "3244421341483603138" } ], - "projectFileMap": {} + "projectFileMap": { + "@triliumnext/commons": [ + { + "file": "packages/commons/.swcrc", + "hash": "4407053749996838271" + }, + { + "file": "packages/commons/README.md", + "hash": "15326797361504712554" + }, + { + "file": "packages/commons/dist/index.js", + "hash": "6763112223839040415" + }, + { + "file": "packages/commons/dist/index.js.map", + "hash": "12615542662075137222" + }, + { + "file": "packages/commons/dist/lib/hidden_subtree.js", + "hash": "2340794794736195265" + }, + { + "file": "packages/commons/dist/lib/hidden_subtree.js.map", + "hash": "4524036429411516452" + }, + { + "file": "packages/commons/dist/lib/i18n.js", + "hash": "1124175807433907989" + }, + { + "file": "packages/commons/dist/lib/i18n.js.map", + "hash": "11901570375771708561" + }, + { + "file": "packages/commons/dist/lib/index.js", + "hash": "13785304258779998329" + }, + { + "file": "packages/commons/dist/lib/index.js.map", + "hash": "4109783390936666062" + }, + { + "file": "packages/commons/dist/lib/keyboard_actions_interface.js", + "hash": "8142394677880924139" + }, + { + "file": "packages/commons/dist/lib/keyboard_actions_interface.js.map", + "hash": "6596098292118817980" + }, + { + "file": "packages/commons/dist/lib/options_interface.js", + "hash": "16187475583336246304" + }, + { + "file": "packages/commons/dist/lib/options_interface.js.map", + "hash": "3575112490556428214" + }, + { + "file": "packages/commons/dist/lib/rows.js", + "hash": "14378159035368508465" + }, + { + "file": "packages/commons/dist/lib/rows.js.map", + "hash": "1590935774874543662" + }, + { + "file": "packages/commons/dist/lib/test-utils.js", + "hash": "9853387182281253827" + }, + { + "file": "packages/commons/dist/lib/test-utils.js.map", + "hash": "8160344070408954299" + }, + { + "file": "packages/commons/dist/tsconfig.lib.tsbuildinfo", + "hash": "13292055096630308472" + }, + { + "file": "packages/commons/eslint.config.mjs", + "hash": "6655192619069556256", + "deps": [ + [ + "npm:jsonc-eslint-parser", + "dynamic" + ] + ] + }, + { + "file": "packages/commons/package.json", + "hash": "17165380520078938974", + "deps": [ + "npm:@swc/helpers" + ] + }, + { + "file": "packages/commons/src/index.ts", + "hash": "14202597067265983563" + }, + { + "file": "packages/commons/src/lib/hidden_subtree.ts", + "hash": "624069214977762350" + }, + { + "file": "packages/commons/src/lib/i18n.ts", + "hash": "4853143296758684892" + }, + { + "file": "packages/commons/src/lib/index.ts", + "hash": "8780076827047736821" + }, + { + "file": "packages/commons/src/lib/keyboard_actions_interface.ts", + "hash": "2756153386608064142" + }, + { + "file": "packages/commons/src/lib/options_interface.ts", + "hash": "13286282387761910177" + }, + { + "file": "packages/commons/src/lib/rows.ts", + "hash": "739444973482929294" + }, + { + "file": "packages/commons/src/lib/test-utils.spec.ts", + "hash": "16278946312861368751", + "deps": [ + "npm:vitest" + ] + }, + { + "file": "packages/commons/src/lib/test-utils.ts", + "hash": "2548984419769730625" + }, + { + "file": "packages/commons/tsconfig.json", + "hash": "12834038490315927699" + }, + { + "file": "packages/commons/tsconfig.lib.json", + "hash": "6071029124077261918" + }, + { + "file": "packages/commons/tsconfig.spec.json", + "hash": "12757693314151657395" + }, + { + "file": "packages/commons/vite.config.ts", + "hash": "8925920612768787378", + "deps": [ + "npm:vite" + ] + } + ] + } } } \ No newline at end of file diff --git a/.nx/workspace-data/lockfile.hash b/.nx/workspace-data/lockfile.hash index 4be78ba63..7f7f989bd 100644 --- a/.nx/workspace-data/lockfile.hash +++ b/.nx/workspace-data/lockfile.hash @@ -1 +1 @@ -15041238226877418184 \ No newline at end of file +15598048054050703183 \ No newline at end of file diff --git a/.nx/workspace-data/nx_files.nxt b/.nx/workspace-data/nx_files.nxt index 4aebbeeee..dd8d897a4 100644 Binary files a/.nx/workspace-data/nx_files.nxt and b/.nx/workspace-data/nx_files.nxt differ diff --git a/.nx/workspace-data/parsed-lock-file.json b/.nx/workspace-data/parsed-lock-file.json index 74e4f4fe8..a46a98ab5 100644 --- a/.nx/workspace-data/parsed-lock-file.json +++ b/.nx/workspace-data/parsed-lock-file.json @@ -882,6 +882,15 @@ "hash": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==" } }, + "npm:@bcoe/v8-coverage": { + "type": "npm", + "name": "npm:@bcoe/v8-coverage", + "data": { + "version": "1.0.2", + "packageName": "@bcoe/v8-coverage", + "hash": "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==" + } + }, "npm:@emnapi/core": { "type": "npm", "name": "npm:@emnapi/core", @@ -909,6 +918,591 @@ "hash": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==" } }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/android-arm", + "hash": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/android-x64", + "hash": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==" + } + }, + "npm:@esbuild/netbsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/netbsd-arm64", + "hash": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==" + } + }, + "npm:@esbuild/openbsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/openbsd-arm64", + "hash": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==" + } + }, + "npm:@eslint-community/eslint-utils": { + "type": "npm", + "name": "npm:@eslint-community/eslint-utils", + "data": { + "version": "4.6.1", + "packageName": "@eslint-community/eslint-utils", + "hash": "sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==" + } + }, + "npm:@eslint-community/regexpp": { + "type": "npm", + "name": "npm:@eslint-community/regexpp", + "data": { + "version": "4.12.1", + "packageName": "@eslint-community/regexpp", + "hash": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" + } + }, + "npm:@eslint/config-array": { + "type": "npm", + "name": "npm:@eslint/config-array", + "data": { + "version": "0.20.0", + "packageName": "@eslint/config-array", + "hash": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==" + } + }, + "npm:brace-expansion@1.1.11": { + "type": "npm", + "name": "npm:brace-expansion@1.1.11", + "data": { + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@9.0.5": { + "type": "npm", + "name": "npm:minimatch@9.0.5", + "data": { + "version": "9.0.5", + "packageName": "minimatch", + "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:@eslint/config-helpers": { + "type": "npm", + "name": "npm:@eslint/config-helpers", + "data": { + "version": "0.2.1", + "packageName": "@eslint/config-helpers", + "hash": "sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==" + } + }, + "npm:@eslint/core": { + "type": "npm", + "name": "npm:@eslint/core", + "data": { + "version": "0.13.0", + "packageName": "@eslint/core", + "hash": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==" + } + }, + "npm:@eslint/eslintrc": { + "type": "npm", + "name": "npm:@eslint/eslintrc", + "data": { + "version": "3.3.1", + "packageName": "@eslint/eslintrc", + "hash": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==" + } + }, + "npm:globals@14.0.0": { + "type": "npm", + "name": "npm:globals@14.0.0", + "data": { + "version": "14.0.0", + "packageName": "globals", + "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" + } + }, + "npm:globals@15.15.0": { + "type": "npm", + "name": "npm:globals@15.15.0", + "data": { + "version": "15.15.0", + "packageName": "globals", + "hash": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==" + } + }, + "npm:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + } + }, + "npm:js-yaml@4.1.0": { + "type": "npm", + "name": "npm:js-yaml@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "npm:@eslint/js": { + "type": "npm", + "name": "npm:@eslint/js", + "data": { + "version": "9.25.1", + "packageName": "@eslint/js", + "hash": "sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==" + } + }, + "npm:@eslint/object-schema": { + "type": "npm", + "name": "npm:@eslint/object-schema", + "data": { + "version": "2.1.6", + "packageName": "@eslint/object-schema", + "hash": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==" + } + }, + "npm:@eslint/plugin-kit": { + "type": "npm", + "name": "npm:@eslint/plugin-kit", + "data": { + "version": "0.2.8", + "packageName": "@eslint/plugin-kit", + "hash": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==" + } + }, + "npm:@humanfs/core": { + "type": "npm", + "name": "npm:@humanfs/core", + "data": { + "version": "0.19.1", + "packageName": "@humanfs/core", + "hash": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" + } + }, + "npm:@humanfs/node": { + "type": "npm", + "name": "npm:@humanfs/node", + "data": { + "version": "0.16.6", + "packageName": "@humanfs/node", + "hash": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==" + } + }, + "npm:@humanwhocodes/retry@0.3.1": { + "type": "npm", + "name": "npm:@humanwhocodes/retry@0.3.1", + "data": { + "version": "0.3.1", + "packageName": "@humanwhocodes/retry", + "hash": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==" + } + }, + "npm:@humanwhocodes/retry": { + "type": "npm", + "name": "npm:@humanwhocodes/retry", + "data": { + "version": "0.4.2", + "packageName": "@humanwhocodes/retry", + "hash": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==" + } + }, + "npm:@humanwhocodes/module-importer": { + "type": "npm", + "name": "npm:@humanwhocodes/module-importer", + "data": { + "version": "1.0.1", + "packageName": "@humanwhocodes/module-importer", + "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + } + }, + "npm:@isaacs/cliui": { + "type": "npm", + "name": "npm:@isaacs/cliui", + "data": { + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + } + }, + "npm:ansi-regex@6.1.0": { + "type": "npm", + "name": "npm:ansi-regex@6.1.0", + "data": { + "version": "6.1.0", + "packageName": "ansi-regex", + "hash": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" + } + }, + "npm:ansi-regex": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "npm:ansi-styles@6.2.1": { + "type": "npm", + "name": "npm:ansi-styles@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "ansi-styles", + "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + } + }, + "npm:ansi-styles": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "npm:ansi-styles@5.2.0": { + "type": "npm", + "name": "npm:ansi-styles@5.2.0", + "data": { + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + }, + "npm:emoji-regex@9.2.2": { + "type": "npm", + "name": "npm:emoji-regex@9.2.2", + "data": { + "version": "9.2.2", + "packageName": "emoji-regex", + "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + } + }, + "npm:emoji-regex": { + "type": "npm", + "name": "npm:emoji-regex", + "data": { + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } + }, + "npm:string-width@5.1.2": { + "type": "npm", + "name": "npm:string-width@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "string-width", + "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:strip-ansi@7.1.0": { + "type": "npm", + "name": "npm:strip-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "strip-ansi", + "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:wrap-ansi@8.1.0": { + "type": "npm", + "name": "npm:wrap-ansi@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "wrap-ansi", + "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:@istanbuljs/schema": { + "type": "npm", + "name": "npm:@istanbuljs/schema", + "data": { + "version": "0.1.3", + "packageName": "@istanbuljs/schema", + "hash": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + } + }, "npm:@jest/schemas": { "type": "npm", "name": "npm:@jest/schemas", @@ -963,6 +1557,159 @@ "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" } }, + "npm:@napi-rs/nice": { + "type": "npm", + "name": "npm:@napi-rs/nice", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice", + "hash": "sha512-zM0mVWSXE0a0h9aKACLwKmD6nHcRiKrPpCfvaKqG1CqDEyjEawId0ocXxVzPMCAm6kkWr2P025msfxXEnt8UGQ==" + } + }, + "npm:@napi-rs/nice-android-arm-eabi": { + "type": "npm", + "name": "npm:@napi-rs/nice-android-arm-eabi", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-android-arm-eabi", + "hash": "sha512-5qpvOu5IGwDo7MEKVqqyAxF90I6aLj4n07OzpARdgDRfz8UbBztTByBp0RC59r3J1Ij8uzYi6jI7r5Lws7nn6w==" + } + }, + "npm:@napi-rs/nice-android-arm64": { + "type": "npm", + "name": "npm:@napi-rs/nice-android-arm64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-android-arm64", + "hash": "sha512-GqvXL0P8fZ+mQqG1g0o4AO9hJjQaeYG84FRfZaYjyJtZZZcMjXW5TwkL8Y8UApheJgyE13TQ4YNUssQaTgTyvA==" + } + }, + "npm:@napi-rs/nice-darwin-arm64": { + "type": "npm", + "name": "npm:@napi-rs/nice-darwin-arm64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-darwin-arm64", + "hash": "sha512-91k3HEqUl2fsrz/sKkuEkscj6EAj3/eZNCLqzD2AA0TtVbkQi8nqxZCZDMkfklULmxLkMxuUdKe7RvG/T6s2AA==" + } + }, + "npm:@napi-rs/nice-darwin-x64": { + "type": "npm", + "name": "npm:@napi-rs/nice-darwin-x64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-darwin-x64", + "hash": "sha512-jXnMleYSIR/+TAN/p5u+NkCA7yidgswx5ftqzXdD5wgy/hNR92oerTXHc0jrlBisbd7DpzoaGY4cFD7Sm5GlgQ==" + } + }, + "npm:@napi-rs/nice-freebsd-x64": { + "type": "npm", + "name": "npm:@napi-rs/nice-freebsd-x64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-freebsd-x64", + "hash": "sha512-j+iJ/ezONXRQsVIB/FJfwjeQXX7A2tf3gEXs4WUGFrJjpe/z2KB7sOv6zpkm08PofF36C9S7wTNuzHZ/Iiccfw==" + } + }, + "npm:@napi-rs/nice-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-arm-gnueabihf", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-arm-gnueabihf", + "hash": "sha512-G8RgJ8FYXYkkSGQwywAUh84m946UTn6l03/vmEXBYNJxQJcD+I3B3k5jmjFG/OPiU8DfvxutOP8bi+F89MCV7Q==" + } + }, + "npm:@napi-rs/nice-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-arm64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-arm64-gnu", + "hash": "sha512-IMDak59/W5JSab1oZvmNbrms3mHqcreaCeClUjwlwDr0m3BoR09ZiN8cKFBzuSlXgRdZ4PNqCYNeGQv7YMTjuA==" + } + }, + "npm:@napi-rs/nice-linux-arm64-musl": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-arm64-musl", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-arm64-musl", + "hash": "sha512-wG8fa2VKuWM4CfjOjjRX9YLIbysSVV1S3Kgm2Fnc67ap/soHBeYZa6AGMeR5BJAylYRjnoVOzV19Cmkco3QEPw==" + } + }, + "npm:@napi-rs/nice-linux-ppc64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-ppc64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-ppc64-gnu", + "hash": "sha512-lxQ9WrBf0IlNTCA9oS2jg/iAjQyTI6JHzABV664LLrLA/SIdD+I1i3Mjf7TsnoUbgopBcCuDztVLfJ0q9ubf6Q==" + } + }, + "npm:@napi-rs/nice-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-riscv64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-riscv64-gnu", + "hash": "sha512-3xs69dO8WSWBb13KBVex+yvxmUeEsdWexxibqskzoKaWx9AIqkMbWmE2npkazJoopPKX2ULKd8Fm9veEn0g4Ig==" + } + }, + "npm:@napi-rs/nice-linux-s390x-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-s390x-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-s390x-gnu", + "hash": "sha512-lMFI3i9rlW7hgToyAzTaEybQYGbQHDrpRkg+1gJWEpH0PLAQoZ8jiY0IzakLfNWnVda1eTYYlxxFYzW8Rqczkg==" + } + }, + "npm:@napi-rs/nice-linux-x64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-x64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-x64-gnu", + "hash": "sha512-XQAJs7DRN2GpLN6Fb+ZdGFeYZDdGl2Fn3TmFlqEL5JorgWKrQGRUrpGKbgZ25UeZPILuTKJ+OowG2avN8mThBA==" + } + }, + "npm:@napi-rs/nice-linux-x64-musl": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-x64-musl", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-x64-musl", + "hash": "sha512-/rodHpRSgiI9o1faq9SZOp/o2QkKQg7T+DK0R5AkbnI/YxvAIEHf2cngjYzLMQSQgUhxym+LFr+UGZx4vK4QdQ==" + } + }, + "npm:@napi-rs/nice-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@napi-rs/nice-win32-arm64-msvc", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-win32-arm64-msvc", + "hash": "sha512-rEcz9vZymaCB3OqEXoHnp9YViLct8ugF+6uO5McifTedjq4QMQs3DHz35xBEGhH3gJWEsXMUbzazkz5KNM5YUg==" + } + }, + "npm:@napi-rs/nice-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@napi-rs/nice-win32-ia32-msvc", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-win32-ia32-msvc", + "hash": "sha512-t7eBAyPUrWL8su3gDxw9xxxqNwZzAqKo0Szv3IjVQd1GpXXVkb6vBBQUuxfIYaXMzZLwlxRQ7uzM2vdUE9ULGw==" + } + }, + "npm:@napi-rs/nice-win32-x64-msvc": { + "type": "npm", + "name": "npm:@napi-rs/nice-win32-x64-msvc", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-win32-x64-msvc", + "hash": "sha512-JlF+uDcatt3St2ntBG8H02F1mM45i5SF9W+bIKiReVE6wiy3o16oBP/yxt+RZ+N6LbCImJXJ6bXNO2kn9AXicg==" + } + }, "npm:@napi-rs/wasm-runtime": { "type": "npm", "name": "npm:@napi-rs/wasm-runtime", @@ -972,6 +1719,33 @@ "hash": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==" } }, + "npm:@nodelib/fs.scandir": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir", + "data": { + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + } + }, + "npm:@nodelib/fs.stat": { + "type": "npm", + "name": "npm:@nodelib/fs.stat", + "data": { + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + } + }, + "npm:@nodelib/fs.walk": { + "type": "npm", + "name": "npm:@nodelib/fs.walk", + "data": { + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + } + }, "npm:@nx/devkit": { "type": "npm", "name": "npm:@nx/devkit", @@ -981,6 +1755,24 @@ "hash": "sha512-0616zW0Krwb5frNZ7C0HUItonCDiAHY9UYSTyJm6hnal0Xc6XkJuEAFNjbx2sEOopO85CEAMNeYEHkRyWsSxCQ==" } }, + "npm:@nx/eslint": { + "type": "npm", + "name": "npm:@nx/eslint", + "data": { + "version": "20.8.0", + "packageName": "@nx/eslint", + "hash": "sha512-FPpw/RHgg08gkhntf/d7xh8GtNKOjTzLrwh7/YUO5UTi26lCjglM0nsFJJEQS988STElgjBEeDh78wcMuXeQ7g==" + } + }, + "npm:@nx/eslint-plugin": { + "type": "npm", + "name": "npm:@nx/eslint-plugin", + "data": { + "version": "20.8.0", + "packageName": "@nx/eslint-plugin", + "hash": "sha512-qcwvSI8MKdEinJ0XX01SIlVkTo2+Vi2ZvDbGccIdrej287hjaipphTvfesPnvnb7TSGZf0JG64P/yukmSFLxEw==" + } + }, "npm:@nx/js": { "type": "npm", "name": "npm:@nx/js", @@ -1080,6 +1872,24 @@ "hash": "sha512-0P5r+bDuSNvoWys+6C1/KqGpYlqwSHpigCcyRzR62iZpT3OooZv+nWO06RlURkxMR8LNvYXTSSLvoLkjxqM8uQ==" } }, + "npm:@nx/vite": { + "type": "npm", + "name": "npm:@nx/vite", + "data": { + "version": "20.8.0", + "packageName": "@nx/vite", + "hash": "sha512-gj9V1oxXRTFrdU481qknQvcUt96mIh7kVuBACufGwBctUXsK/OTLD74VtffqL+hTH9ixYzMWhK5airvQCyVZoQ==" + } + }, + "npm:@nx/web": { + "type": "npm", + "name": "npm:@nx/web", + "data": { + "version": "20.8.0", + "packageName": "@nx/web", + "hash": "sha512-jbK3+ZrVygYHMGCbp7NO1/G+ejH6Z74PcWwEKSZDPm7io6fxieO9j+GSzucvUWrY4cfJNC+S//X4tENwVj0g2w==" + } + }, "npm:@nx/workspace": { "type": "npm", "name": "npm:@nx/workspace", @@ -1089,6 +1899,222 @@ "hash": "sha512-FdaHA5ISHSN+RyHswAAx+2A9HC77kWeFgeucdX2NSBs2QK2Lzg2Et639RzR1sYk2gYTP6tOkQXHHGKcg3jmiYQ==" } }, + "npm:@phenomnomnominal/tsquery": { + "type": "npm", + "name": "npm:@phenomnomnominal/tsquery", + "data": { + "version": "5.0.1", + "packageName": "@phenomnomnominal/tsquery", + "hash": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==" + } + }, + "npm:@pkgjs/parseargs": { + "type": "npm", + "name": "npm:@pkgjs/parseargs", + "data": { + "version": "0.11.0", + "packageName": "@pkgjs/parseargs", + "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + } + }, + "npm:@polka/url": { + "type": "npm", + "name": "npm:@polka/url", + "data": { + "version": "1.0.0-next.29", + "packageName": "@polka/url", + "hash": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==" + } + }, + "npm:@rollup/rollup-android-arm-eabi": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm-eabi", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==" + } + }, + "npm:@rollup/rollup-android-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==" + } + }, + "npm:@rollup/rollup-darwin-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-arm64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==" + } + }, + "npm:@rollup/rollup-darwin-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-x64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==" + } + }, + "npm:@rollup/rollup-freebsd-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-arm64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-freebsd-arm64", + "hash": "sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==" + } + }, + "npm:@rollup/rollup-freebsd-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-x64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-freebsd-x64", + "hash": "sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==" + } + }, + "npm:@rollup/rollup-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==" + } + }, + "npm:@rollup/rollup-linux-arm-musleabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-musleabihf", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm-musleabihf", + "hash": "sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==" + } + }, + "npm:@rollup/rollup-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==" + } + }, + "npm:@rollup/rollup-linux-arm64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-musl", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==" + } + }, + "npm:@rollup/rollup-linux-loongarch64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-loongarch64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-loongarch64-gnu", + "hash": "sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==" + } + }, + "npm:@rollup/rollup-linux-powerpc64le-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-powerpc64le-gnu", + "hash": "sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==" + } + }, + "npm:@rollup/rollup-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==" + } + }, + "npm:@rollup/rollup-linux-riscv64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-musl", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-riscv64-musl", + "hash": "sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==" + } + }, + "npm:@rollup/rollup-linux-s390x-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-s390x-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-s390x-gnu", + "hash": "sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==" + } + }, + "npm:@rollup/rollup-linux-x64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==" + } + }, + "npm:@rollup/rollup-linux-x64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-musl", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==" + } + }, + "npm:@rollup/rollup-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-arm64-msvc", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==" + } + }, + "npm:@rollup/rollup-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-ia32-msvc", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==" + } + }, + "npm:@rollup/rollup-win32-x64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-x64-msvc", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==" + } + }, + "npm:@sec-ant/readable-stream": { + "type": "npm", + "name": "npm:@sec-ant/readable-stream", + "data": { + "version": "0.4.1", + "packageName": "@sec-ant/readable-stream", + "hash": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==" + } + }, "npm:@sinclair/typebox": { "type": "npm", "name": "npm:@sinclair/typebox", @@ -1098,6 +2124,15 @@ "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" } }, + "npm:@sindresorhus/is": { + "type": "npm", + "name": "npm:@sindresorhus/is", + "data": { + "version": "5.6.0", + "packageName": "@sindresorhus/is", + "hash": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==" + } + }, "npm:@swc-node/core": { "type": "npm", "name": "npm:@swc-node/core", @@ -1143,6 +2178,33 @@ "hash": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" } }, + "npm:@swc/cli": { + "type": "npm", + "name": "npm:@swc/cli", + "data": { + "version": "0.6.0", + "packageName": "@swc/cli", + "hash": "sha512-Q5FsI3Cw0fGMXhmsg7c08i4EmXCrcl+WnAxb6LYOLHw4JFFC3yzmx9LaXZ7QMbA+JZXbigU2TirI7RAfO0Qlnw==" + } + }, + "npm:source-map@0.7.4": { + "type": "npm", + "name": "npm:source-map@0.7.4", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, "npm:@swc/core": { "type": "npm", "name": "npm:@swc/core", @@ -1269,6 +2331,24 @@ "hash": "sha512-2YEtj5HJVbKivud9N4bpPBAyZhj4S2Ipe5LkUG94alTpr7in/GU/EARgPAd3BwU+YOmFVJC2+kjqhGRi3r0ZpQ==" } }, + "npm:@szmarczak/http-timer": { + "type": "npm", + "name": "npm:@szmarczak/http-timer", + "data": { + "version": "5.0.1", + "packageName": "@szmarczak/http-timer", + "hash": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==" + } + }, + "npm:@tokenizer/token": { + "type": "npm", + "name": "npm:@tokenizer/token", + "data": { + "version": "0.3.0", + "packageName": "@tokenizer/token", + "hash": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" + } + }, "npm:@tybys/wasm-util": { "type": "npm", "name": "npm:@tybys/wasm-util", @@ -1278,6 +2358,42 @@ "hash": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==" } }, + "npm:@types/estree": { + "type": "npm", + "name": "npm:@types/estree", + "data": { + "version": "1.0.7", + "packageName": "@types/estree", + "hash": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==" + } + }, + "npm:@types/http-cache-semantics": { + "type": "npm", + "name": "npm:@types/http-cache-semantics", + "data": { + "version": "4.0.4", + "packageName": "@types/http-cache-semantics", + "hash": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" + } + }, + "npm:@types/json-schema": { + "type": "npm", + "name": "npm:@types/json-schema", + "data": { + "version": "7.0.15", + "packageName": "@types/json-schema", + "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "18.16.9", + "packageName": "@types/node", + "hash": "sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==" + } + }, "npm:@types/parse-json": { "type": "npm", "name": "npm:@types/parse-json", @@ -1287,6 +2403,303 @@ "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" } }, + "npm:@typescript-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==" + } + }, + "npm:@typescript-eslint/parser": { + "type": "npm", + "name": "npm:@typescript-eslint/parser", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==" + } + }, + "npm:@typescript-eslint/scope-manager": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==" + } + }, + "npm:@typescript-eslint/type-utils": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==" + } + }, + "npm:@typescript-eslint/types": { + "type": "npm", + "name": "npm:@typescript-eslint/types", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/types", + "hash": "sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==" + } + }, + "npm:@typescript-eslint/typescript-estree": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==" + } + }, + "npm:@typescript-eslint/utils": { + "type": "npm", + "name": "npm:@typescript-eslint/utils", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==" + } + }, + "npm:@typescript-eslint/visitor-keys": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==" + } + }, + "npm:eslint-visitor-keys@4.2.0": { + "type": "npm", + "name": "npm:eslint-visitor-keys@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "eslint-visitor-keys", + "hash": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" + } + }, + "npm:eslint-visitor-keys": { + "type": "npm", + "name": "npm:eslint-visitor-keys", + "data": { + "version": "3.4.3", + "packageName": "eslint-visitor-keys", + "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" + } + }, + "npm:@vitest/coverage-v8": { + "type": "npm", + "name": "npm:@vitest/coverage-v8", + "data": { + "version": "3.1.2", + "packageName": "@vitest/coverage-v8", + "hash": "sha512-XDdaDOeaTMAMYW7N63AqoK32sYUWbXnTkC6tEbVcu3RlU1bB9of32T+PGf8KZvxqLNqeXhafDFqCkwpf2+dyaQ==" + } + }, + "npm:@vitest/expect": { + "type": "npm", + "name": "npm:@vitest/expect", + "data": { + "version": "3.1.2", + "packageName": "@vitest/expect", + "hash": "sha512-O8hJgr+zREopCAqWl3uCVaOdqJwZ9qaDwUP7vy3Xigad0phZe9APxKhPcDNqYYi0rX5oMvwJMSCAXY2afqeTSA==" + } + }, + "npm:@vitest/mocker": { + "type": "npm", + "name": "npm:@vitest/mocker", + "data": { + "version": "3.1.2", + "packageName": "@vitest/mocker", + "hash": "sha512-kOtd6K2lc7SQ0mBqYv/wdGedlqPdM/B38paPY+OwJ1XiNi44w3Fpog82UfOibmHaV9Wod18A09I9SCKLyDMqgw==" + } + }, + "npm:@vitest/pretty-format": { + "type": "npm", + "name": "npm:@vitest/pretty-format", + "data": { + "version": "3.1.2", + "packageName": "@vitest/pretty-format", + "hash": "sha512-R0xAiHuWeDjTSB3kQ3OQpT8Rx3yhdOAIm/JM4axXxnG7Q/fS8XUwggv/A4xzbQA+drYRjzkMnpYnOGAc4oeq8w==" + } + }, + "npm:@vitest/runner": { + "type": "npm", + "name": "npm:@vitest/runner", + "data": { + "version": "3.1.2", + "packageName": "@vitest/runner", + "hash": "sha512-bhLib9l4xb4sUMPXnThbnhX2Yi8OutBMA8Yahxa7yavQsFDtwY/jrUZwpKp2XH9DhRFJIeytlyGpXCqZ65nR+g==" + } + }, + "npm:@vitest/snapshot": { + "type": "npm", + "name": "npm:@vitest/snapshot", + "data": { + "version": "3.1.2", + "packageName": "@vitest/snapshot", + "hash": "sha512-Q1qkpazSF/p4ApZg1vfZSQ5Yw6OCQxVMVrLjslbLFA1hMDrT2uxtqMaw8Tc/jy5DLka1sNs1Y7rBcftMiaSH/Q==" + } + }, + "npm:@vitest/spy": { + "type": "npm", + "name": "npm:@vitest/spy", + "data": { + "version": "3.1.2", + "packageName": "@vitest/spy", + "hash": "sha512-OEc5fSXMws6sHVe4kOFyDSj/+4MSwst0ib4un0DlcYgQvRuYQ0+M2HyqGaauUMnjq87tmUaMNDxKQx7wNfVqPA==" + } + }, + "npm:@vitest/ui": { + "type": "npm", + "name": "npm:@vitest/ui", + "data": { + "version": "3.1.2", + "packageName": "@vitest/ui", + "hash": "sha512-+YPgKiLpFEyBVJNHDkRcSDcLrrnr20lyU4HQoI9Jtq1MdvoX8usql9h38mQw82MBU1Zo5BPC6sw+sXZ6NS18CQ==" + } + }, + "npm:@vitest/utils": { + "type": "npm", + "name": "npm:@vitest/utils", + "data": { + "version": "3.1.2", + "packageName": "@vitest/utils", + "hash": "sha512-5GGd0ytZ7BH3H6JTj9Kw7Prn1Nbg0wZVrIvou+UWxm54d+WoXXgAgjFJ8wn3LdagWLFSEfpPeyYrByZaGEZHLg==" + } + }, + "npm:@xhmikosr/archive-type": { + "type": "npm", + "name": "npm:@xhmikosr/archive-type", + "data": { + "version": "7.0.0", + "packageName": "@xhmikosr/archive-type", + "hash": "sha512-sIm84ZneCOJuiy3PpWR5bxkx3HaNt1pqaN+vncUBZIlPZCq8ASZH+hBVdu5H8znR7qYC6sKwx+ie2Q7qztJTxA==" + } + }, + "npm:@xhmikosr/bin-check": { + "type": "npm", + "name": "npm:@xhmikosr/bin-check", + "data": { + "version": "7.0.3", + "packageName": "@xhmikosr/bin-check", + "hash": "sha512-4UnCLCs8DB+itHJVkqFp9Zjg+w/205/J2j2wNBsCEAm/BuBmtua2hhUOdAMQE47b1c7P9Xmddj0p+X1XVsfHsA==" + } + }, + "npm:@xhmikosr/bin-wrapper": { + "type": "npm", + "name": "npm:@xhmikosr/bin-wrapper", + "data": { + "version": "13.0.5", + "packageName": "@xhmikosr/bin-wrapper", + "hash": "sha512-DT2SAuHDeOw0G5bs7wZbQTbf4hd8pJ14tO0i4cWhRkIJfgRdKmMfkDilpaJ8uZyPA0NVRwasCNAmMJcWA67osw==" + } + }, + "npm:@xhmikosr/decompress": { + "type": "npm", + "name": "npm:@xhmikosr/decompress", + "data": { + "version": "10.0.1", + "packageName": "@xhmikosr/decompress", + "hash": "sha512-6uHnEEt5jv9ro0CDzqWlFgPycdE+H+kbJnwyxgZregIMLQ7unQSCNVsYG255FoqU8cP46DyggI7F7LohzEl8Ag==" + } + }, + "npm:@xhmikosr/decompress-tar": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-tar", + "data": { + "version": "8.0.1", + "packageName": "@xhmikosr/decompress-tar", + "hash": "sha512-dpEgs0cQKJ2xpIaGSO0hrzz3Kt8TQHYdizHsgDtLorWajuHJqxzot9Hbi0huRxJuAGG2qiHSQkwyvHHQtlE+fg==" + } + }, + "npm:tar-stream@3.1.7": { + "type": "npm", + "name": "npm:tar-stream@3.1.7", + "data": { + "version": "3.1.7", + "packageName": "tar-stream", + "hash": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:@xhmikosr/decompress-tarbz2": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-tarbz2", + "data": { + "version": "8.0.2", + "packageName": "@xhmikosr/decompress-tarbz2", + "hash": "sha512-p5A2r/AVynTQSsF34Pig6olt9CvRj6J5ikIhzUd3b57pUXyFDGtmBstcw+xXza0QFUh93zJsmY3zGeNDlR2AQQ==" + } + }, + "npm:@xhmikosr/decompress-targz": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-targz", + "data": { + "version": "8.0.1", + "packageName": "@xhmikosr/decompress-targz", + "hash": "sha512-mvy5AIDIZjQ2IagMI/wvauEiSNHhu/g65qpdM4EVoYHUJBAmkQWqcPJa8Xzi1aKVTmOA5xLJeDk7dqSjlHq8Mg==" + } + }, + "npm:@xhmikosr/decompress-unzip": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-unzip", + "data": { + "version": "7.0.0", + "packageName": "@xhmikosr/decompress-unzip", + "hash": "sha512-GQMpzIpWTsNr6UZbISawsGI0hJ4KA/mz5nFq+cEoPs12UybAqZWKbyIaZZyLbJebKl5FkLpsGBkrplJdjvUoSQ==" + } + }, + "npm:@xhmikosr/downloader": { + "type": "npm", + "name": "npm:@xhmikosr/downloader", + "data": { + "version": "15.0.1", + "packageName": "@xhmikosr/downloader", + "hash": "sha512-fiuFHf3Dt6pkX8HQrVBsK0uXtkgkVlhrZEh8b7VgoDqFf+zrgFBPyrwCqE/3nDwn3hLeNz+BsrS7q3mu13Lp1g==" + } + }, + "npm:defaults@3.0.0": { + "type": "npm", + "name": "npm:defaults@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "defaults", + "hash": "sha512-RsqXDEAALjfRTro+IFNKpcPCt0/Cy2FqHSIlnomiJp9YGadpQnrtbRpSgN2+np21qHcIKiva4fiOQGjS9/qR/A==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:@xhmikosr/os-filter-obj": { + "type": "npm", + "name": "npm:@xhmikosr/os-filter-obj", + "data": { + "version": "3.0.0", + "packageName": "@xhmikosr/os-filter-obj", + "hash": "sha512-siPY6BD5dQ2SZPl3I0OZBHL27ZqZvLEosObsZRQ1NUB8qcxegwt0T9eKtV96JMFQpIz1elhkzqOg4c/Ri6Dp9A==" + } + }, "npm:@yarnpkg/lockfile": { "type": "npm", "name": "npm:@yarnpkg/lockfile", @@ -1314,6 +2727,24 @@ "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==" } }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.14.1", + "packageName": "acorn", + "hash": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==" + } + }, + "npm:acorn-jsx": { + "type": "npm", + "name": "npm:acorn-jsx", + "data": { + "version": "5.3.2", + "packageName": "acorn-jsx", + "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" + } + }, "npm:address": { "type": "npm", "name": "npm:address", @@ -1323,6 +2754,15 @@ "hash": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" } }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, "npm:ansi-colors": { "type": "npm", "name": "npm:ansi-colors", @@ -1332,31 +2772,13 @@ "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" } }, - "npm:ansi-regex": { + "npm:arch": { "type": "npm", - "name": "npm:ansi-regex", + "name": "npm:arch", "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - } - }, - "npm:ansi-styles": { - "type": "npm", - "name": "npm:ansi-styles", - "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" - } - }, - "npm:ansi-styles@5.2.0": { - "type": "npm", - "name": "npm:ansi-styles@5.2.0", - "data": { - "version": "5.2.0", - "packageName": "ansi-styles", - "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + "version": "3.0.0", + "packageName": "arch", + "hash": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==" } }, "npm:argparse": { @@ -1377,6 +2799,15 @@ "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" } }, + "npm:assertion-error": { + "type": "npm", + "name": "npm:assertion-error", + "data": { + "version": "2.0.1", + "packageName": "assertion-error", + "hash": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==" + } + }, "npm:async": { "type": "npm", "name": "npm:async", @@ -1404,6 +2835,15 @@ "hash": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==" } }, + "npm:b4a": { + "type": "npm", + "name": "npm:b4a", + "data": { + "version": "1.6.7", + "packageName": "b4a", + "hash": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" + } + }, "npm:babel-plugin-const-enum": { "type": "npm", "name": "npm:babel-plugin-const-enum", @@ -1467,6 +2907,15 @@ "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" } }, + "npm:bare-events": { + "type": "npm", + "name": "npm:bare-events", + "data": { + "version": "2.5.4", + "packageName": "bare-events", + "hash": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==" + } + }, "npm:base64-js": { "type": "npm", "name": "npm:base64-js", @@ -1476,6 +2925,51 @@ "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" } }, + "npm:basic-auth": { + "type": "npm", + "name": "npm:basic-auth", + "data": { + "version": "2.0.1", + "packageName": "basic-auth", + "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + }, + "npm:bin-version": { + "type": "npm", + "name": "npm:bin-version", + "data": { + "version": "6.0.0", + "packageName": "bin-version", + "hash": "sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==" + } + }, + "npm:bin-version-check": { + "type": "npm", + "name": "npm:bin-version-check", + "data": { + "version": "5.1.0", + "packageName": "bin-version-check", + "hash": "sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==" + } + }, "npm:bl": { "type": "npm", "name": "npm:bl", @@ -1485,22 +2979,13 @@ "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" } }, - "npm:brace-expansion": { + "npm:braces": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:braces", "data": { - "version": "2.0.1", - "packageName": "brace-expansion", - "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" - } - }, - "npm:brace-expansion@1.1.11": { - "type": "npm", - "name": "npm:brace-expansion@1.1.11", - "data": { - "version": "1.1.11", - "packageName": "brace-expansion", - "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + "version": "3.0.3", + "packageName": "braces", + "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" } }, "npm:browserslist": { @@ -1521,6 +3006,15 @@ "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" } }, + "npm:buffer-crc32": { + "type": "npm", + "name": "npm:buffer-crc32", + "data": { + "version": "0.2.13", + "packageName": "buffer-crc32", + "hash": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" + } + }, "npm:buffer-from": { "type": "npm", "name": "npm:buffer-from", @@ -1530,6 +3024,33 @@ "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" } }, + "npm:cac": { + "type": "npm", + "name": "npm:cac", + "data": { + "version": "6.7.14", + "packageName": "cac", + "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" + } + }, + "npm:cacheable-lookup": { + "type": "npm", + "name": "npm:cacheable-lookup", + "data": { + "version": "7.0.0", + "packageName": "cacheable-lookup", + "hash": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==" + } + }, + "npm:cacheable-request": { + "type": "npm", + "name": "npm:cacheable-request", + "data": { + "version": "10.2.14", + "packageName": "cacheable-request", + "hash": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==" + } + }, "npm:call-bind-apply-helpers": { "type": "npm", "name": "npm:call-bind-apply-helpers", @@ -1539,6 +3060,15 @@ "hash": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" } }, + "npm:call-bound": { + "type": "npm", + "name": "npm:call-bound", + "data": { + "version": "1.0.4", + "packageName": "call-bound", + "hash": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" + } + }, "npm:callsites": { "type": "npm", "name": "npm:callsites", @@ -1557,6 +3087,15 @@ "hash": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==" } }, + "npm:chai": { + "type": "npm", + "name": "npm:chai", + "data": { + "version": "5.2.0", + "packageName": "chai", + "hash": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==" + } + }, "npm:chalk": { "type": "npm", "name": "npm:chalk", @@ -1566,6 +3105,15 @@ "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, + "npm:check-error": { + "type": "npm", + "name": "npm:check-error", + "data": { + "version": "2.1.1", + "packageName": "check-error", + "hash": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==" + } + }, "npm:cli-cursor": { "type": "npm", "name": "npm:cli-cursor", @@ -1647,6 +3195,24 @@ "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" } }, + "npm:commander": { + "type": "npm", + "name": "npm:commander", + "data": { + "version": "8.3.0", + "packageName": "commander", + "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" + } + }, + "npm:commander@6.2.1": { + "type": "npm", + "name": "npm:commander@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "commander", + "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" + } + }, "npm:concat-map": { "type": "npm", "name": "npm:concat-map", @@ -1656,6 +3222,24 @@ "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" } }, + "npm:confusing-browser-globals": { + "type": "npm", + "name": "npm:confusing-browser-globals", + "data": { + "version": "1.0.11", + "packageName": "confusing-browser-globals", + "hash": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + } + }, + "npm:content-disposition": { + "type": "npm", + "name": "npm:content-disposition", + "data": { + "version": "0.5.4", + "packageName": "content-disposition", + "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" + } + }, "npm:convert-source-map": { "type": "npm", "name": "npm:convert-source-map", @@ -1674,6 +3258,15 @@ "hash": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==" } }, + "npm:corser": { + "type": "npm", + "name": "npm:corser", + "data": { + "version": "2.0.1", + "packageName": "corser", + "hash": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==" + } + }, "npm:cosmiconfig": { "type": "npm", "name": "npm:cosmiconfig", @@ -1683,6 +3276,15 @@ "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" } }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.6", + "packageName": "cross-spawn", + "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" + } + }, "npm:debug": { "type": "npm", "name": "npm:debug", @@ -1692,13 +3294,58 @@ "hash": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" } }, - "npm:defaults": { + "npm:decompress-response": { "type": "npm", - "name": "npm:defaults", + "name": "npm:decompress-response", "data": { - "version": "1.0.4", - "packageName": "defaults", - "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + "version": "6.0.0", + "packageName": "decompress-response", + "hash": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" + } + }, + "npm:mimic-response@3.1.0": { + "type": "npm", + "name": "npm:mimic-response@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "mimic-response", + "hash": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" + } + }, + "npm:mimic-response": { + "type": "npm", + "name": "npm:mimic-response", + "data": { + "version": "4.0.0", + "packageName": "mimic-response", + "hash": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==" + } + }, + "npm:deep-eql": { + "type": "npm", + "name": "npm:deep-eql", + "data": { + "version": "5.0.2", + "packageName": "deep-eql", + "hash": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==" + } + }, + "npm:deep-is": { + "type": "npm", + "name": "npm:deep-is", + "data": { + "version": "0.1.4", + "packageName": "deep-is", + "hash": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + } + }, + "npm:defer-to-connect": { + "type": "npm", + "name": "npm:defer-to-connect", + "data": { + "version": "2.0.1", + "packageName": "defer-to-connect", + "hash": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==" } }, "npm:define-lazy-prop": { @@ -1764,6 +3411,15 @@ "hash": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" } }, + "npm:eastasianwidth": { + "type": "npm", + "name": "npm:eastasianwidth", + "data": { + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + } + }, "npm:ejs": { "type": "npm", "name": "npm:ejs", @@ -1782,15 +3438,6 @@ "hash": "sha512-o82Rj+ONp4Ip7Cl1r7lrqx/pXhbp/lh9DpKcMNscFJdh8ebyRofnc7Sh01B4jx403RI0oqTBvlZ7OBIZLMr2+Q==" } }, - "npm:emoji-regex": { - "type": "npm", - "name": "npm:emoji-regex", - "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } - }, "npm:end-of-stream": { "type": "npm", "name": "npm:end-of-stream", @@ -1836,6 +3483,15 @@ "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" } }, + "npm:es-module-lexer": { + "type": "npm", + "name": "npm:es-module-lexer", + "data": { + "version": "1.6.0", + "packageName": "es-module-lexer", + "hash": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==" + } + }, "npm:es-object-atoms": { "type": "npm", "name": "npm:es-object-atoms", @@ -1854,6 +3510,15 @@ "hash": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" } }, + "npm:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.25.2", + "packageName": "esbuild", + "hash": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==" + } + }, "npm:escalade": { "type": "npm", "name": "npm:escalade", @@ -1872,6 +3537,60 @@ "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, + "npm:escape-string-regexp@4.0.0": { + "type": "npm", + "name": "npm:escape-string-regexp@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } + }, + "npm:eslint": { + "type": "npm", + "name": "npm:eslint", + "data": { + "version": "9.25.1", + "packageName": "eslint", + "hash": "sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==" + } + }, + "npm:eslint-config-prettier": { + "type": "npm", + "name": "npm:eslint-config-prettier", + "data": { + "version": "10.1.2", + "packageName": "eslint-config-prettier", + "hash": "sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==" + } + }, + "npm:eslint-scope": { + "type": "npm", + "name": "npm:eslint-scope", + "data": { + "version": "8.3.0", + "packageName": "eslint-scope", + "hash": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==" + } + }, + "npm:espree": { + "type": "npm", + "name": "npm:espree", + "data": { + "version": "10.3.0", + "packageName": "espree", + "hash": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==" + } + }, + "npm:espree@9.6.1": { + "type": "npm", + "name": "npm:espree@9.6.1", + "data": { + "version": "9.6.1", + "packageName": "espree", + "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" + } + }, "npm:esprima": { "type": "npm", "name": "npm:esprima", @@ -1881,6 +3600,42 @@ "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" } }, + "npm:esquery": { + "type": "npm", + "name": "npm:esquery", + "data": { + "version": "1.6.0", + "packageName": "esquery", + "hash": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" + } + }, + "npm:esrecurse": { + "type": "npm", + "name": "npm:esrecurse", + "data": { + "version": "4.3.0", + "packageName": "esrecurse", + "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" + } + }, + "npm:estraverse": { + "type": "npm", + "name": "npm:estraverse", + "data": { + "version": "5.3.0", + "packageName": "estraverse", + "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + }, + "npm:estree-walker": { + "type": "npm", + "name": "npm:estree-walker", + "data": { + "version": "3.0.3", + "packageName": "estree-walker", + "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" + } + }, "npm:esutils": { "type": "npm", "name": "npm:esutils", @@ -1890,6 +3645,123 @@ "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" } }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "4.0.7", + "packageName": "eventemitter3", + "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + } + }, + "npm:execa": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "5.1.1", + "packageName": "execa", + "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" + } + }, + "npm:expect-type": { + "type": "npm", + "name": "npm:expect-type", + "data": { + "version": "1.2.1", + "packageName": "expect-type", + "hash": "sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==" + } + }, + "npm:ext-list": { + "type": "npm", + "name": "npm:ext-list", + "data": { + "version": "2.2.2", + "packageName": "ext-list", + "hash": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==" + } + }, + "npm:ext-name": { + "type": "npm", + "name": "npm:ext-name", + "data": { + "version": "5.0.0", + "packageName": "ext-name", + "hash": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==" + } + }, + "npm:fast-deep-equal": { + "type": "npm", + "name": "npm:fast-deep-equal", + "data": { + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } + }, + "npm:fast-fifo": { + "type": "npm", + "name": "npm:fast-fifo", + "data": { + "version": "1.3.2", + "packageName": "fast-fifo", + "hash": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.3.3", + "packageName": "fast-glob", + "hash": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" + } + }, + "npm:glob-parent@5.1.2": { + "type": "npm", + "name": "npm:glob-parent@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "6.0.2", + "packageName": "glob-parent", + "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" + } + }, + "npm:fast-json-stable-stringify": { + "type": "npm", + "name": "npm:fast-json-stable-stringify", + "data": { + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + } + }, + "npm:fast-levenshtein": { + "type": "npm", + "name": "npm:fast-levenshtein", + "data": { + "version": "2.0.6", + "packageName": "fast-levenshtein", + "hash": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.19.1", + "packageName": "fastq", + "hash": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==" + } + }, "npm:fdir": { "type": "npm", "name": "npm:fdir", @@ -1899,6 +3771,15 @@ "hash": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==" } }, + "npm:fflate": { + "type": "npm", + "name": "npm:fflate", + "data": { + "version": "0.8.2", + "packageName": "fflate", + "hash": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==" + } + }, "npm:figures": { "type": "npm", "name": "npm:figures", @@ -1908,6 +3789,60 @@ "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" } }, + "npm:file-entry-cache": { + "type": "npm", + "name": "npm:file-entry-cache", + "data": { + "version": "8.0.0", + "packageName": "file-entry-cache", + "hash": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" + } + }, + "npm:file-type": { + "type": "npm", + "name": "npm:file-type", + "data": { + "version": "19.6.0", + "packageName": "file-type", + "hash": "sha512-VZR5I7k5wkD0HgFnMsq5hOsSc710MJMu5Nc5QYsbe38NN5iPV/XTObYLc/cpttRTf6lX538+5uO1ZQRhYibiZQ==" + } + }, + "npm:get-stream@9.0.1": { + "type": "npm", + "name": "npm:get-stream@9.0.1", + "data": { + "version": "9.0.1", + "packageName": "get-stream", + "hash": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==" + } + }, + "npm:get-stream": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "6.0.1", + "packageName": "get-stream", + "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" + } + }, + "npm:is-stream@4.0.1": { + "type": "npm", + "name": "npm:is-stream@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "is-stream", + "hash": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + } + }, "npm:filelist": { "type": "npm", "name": "npm:filelist", @@ -1917,31 +3852,49 @@ "hash": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" } }, - "npm:minimatch@5.1.6": { + "npm:filename-reserved-regex": { "type": "npm", - "name": "npm:minimatch@5.1.6", + "name": "npm:filename-reserved-regex", "data": { - "version": "5.1.6", - "packageName": "minimatch", - "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + "version": "3.0.0", + "packageName": "filename-reserved-regex", + "hash": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==" } }, - "npm:minimatch@3.1.2": { + "npm:filenamify": { "type": "npm", - "name": "npm:minimatch@3.1.2", + "name": "npm:filenamify", "data": { - "version": "3.1.2", - "packageName": "minimatch", - "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + "version": "6.0.0", + "packageName": "filenamify", + "hash": "sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==" } }, - "npm:minimatch": { + "npm:fill-range": { "type": "npm", - "name": "npm:minimatch", + "name": "npm:fill-range", "data": { - "version": "9.0.3", - "packageName": "minimatch", - "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + "version": "7.1.1", + "packageName": "fill-range", + "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" + } + }, + "npm:find-up": { + "type": "npm", + "name": "npm:find-up", + "data": { + "version": "5.0.0", + "packageName": "find-up", + "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + } + }, + "npm:find-versions": { + "type": "npm", + "name": "npm:find-versions", + "data": { + "version": "5.1.0", + "packageName": "find-versions", + "hash": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==" } }, "npm:flat": { @@ -1953,6 +3906,24 @@ "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" } }, + "npm:flat-cache": { + "type": "npm", + "name": "npm:flat-cache", + "data": { + "version": "4.0.1", + "packageName": "flat-cache", + "hash": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" + } + }, + "npm:flatted": { + "type": "npm", + "name": "npm:flatted", + "data": { + "version": "3.3.3", + "packageName": "flatted", + "hash": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" + } + }, "npm:follow-redirects": { "type": "npm", "name": "npm:follow-redirects", @@ -1962,6 +3933,33 @@ "hash": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" } }, + "npm:foreground-child": { + "type": "npm", + "name": "npm:foreground-child", + "data": { + "version": "3.3.1", + "packageName": "foreground-child", + "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" + } + }, + "npm:signal-exit@4.1.0": { + "type": "npm", + "name": "npm:signal-exit@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, "npm:form-data": { "type": "npm", "name": "npm:form-data", @@ -1971,6 +3969,15 @@ "hash": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==" } }, + "npm:form-data-encoder": { + "type": "npm", + "name": "npm:form-data-encoder", + "data": { + "version": "2.1.4", + "packageName": "form-data-encoder", + "hash": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==" + } + }, "npm:front-matter": { "type": "npm", "name": "npm:front-matter", @@ -1989,6 +3996,15 @@ "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" } }, + "npm:fsevents": { + "type": "npm", + "name": "npm:fsevents", + "data": { + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + } + }, "npm:function-bind": { "type": "npm", "name": "npm:function-bind", @@ -2034,13 +4050,13 @@ "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" } }, - "npm:globals": { + "npm:glob": { "type": "npm", - "name": "npm:globals", + "name": "npm:glob", "data": { - "version": "11.12.0", - "packageName": "globals", - "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + "version": "10.4.5", + "packageName": "glob", + "hash": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" } }, "npm:gopd": { @@ -2052,6 +4068,33 @@ "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" } }, + "npm:got": { + "type": "npm", + "name": "npm:got", + "data": { + "version": "13.0.0", + "packageName": "got", + "hash": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==" + } + }, + "npm:graceful-fs": { + "type": "npm", + "name": "npm:graceful-fs", + "data": { + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + } + }, + "npm:graphemer": { + "type": "npm", + "name": "npm:graphemer", + "data": { + "version": "1.4.0", + "packageName": "graphemer", + "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + } + }, "npm:has-flag": { "type": "npm", "name": "npm:has-flag", @@ -2088,6 +4131,15 @@ "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" } }, + "npm:he": { + "type": "npm", + "name": "npm:he", + "data": { + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + } + }, "npm:hosted-git-info": { "type": "npm", "name": "npm:hosted-git-info", @@ -2115,6 +4167,78 @@ "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, + "npm:html-encoding-sniffer": { + "type": "npm", + "name": "npm:html-encoding-sniffer", + "data": { + "version": "3.0.0", + "packageName": "html-encoding-sniffer", + "hash": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==" + } + }, + "npm:html-escaper": { + "type": "npm", + "name": "npm:html-escaper", + "data": { + "version": "2.0.2", + "packageName": "html-escaper", + "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + } + }, + "npm:http-cache-semantics": { + "type": "npm", + "name": "npm:http-cache-semantics", + "data": { + "version": "4.1.1", + "packageName": "http-cache-semantics", + "hash": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + } + }, + "npm:http-proxy": { + "type": "npm", + "name": "npm:http-proxy", + "data": { + "version": "1.18.1", + "packageName": "http-proxy", + "hash": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" + } + }, + "npm:http-server": { + "type": "npm", + "name": "npm:http-server", + "data": { + "version": "14.1.1", + "packageName": "http-server", + "hash": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==" + } + }, + "npm:http2-wrapper": { + "type": "npm", + "name": "npm:http2-wrapper", + "data": { + "version": "2.2.1", + "packageName": "http2-wrapper", + "hash": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==" + } + }, + "npm:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "2.1.0", + "packageName": "human-signals", + "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" + } + }, + "npm:iconv-lite": { + "type": "npm", + "name": "npm:iconv-lite", + "data": { + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + } + }, "npm:ieee754": { "type": "npm", "name": "npm:ieee754", @@ -2142,6 +4266,15 @@ "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" } }, + "npm:imurmurhash": { + "type": "npm", + "name": "npm:imurmurhash", + "data": { + "version": "0.1.4", + "packageName": "imurmurhash", + "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + } + }, "npm:inherits": { "type": "npm", "name": "npm:inherits", @@ -2151,6 +4284,15 @@ "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" } }, + "npm:inspect-with-kind": { + "type": "npm", + "name": "npm:inspect-with-kind", + "data": { + "version": "1.0.5", + "packageName": "inspect-with-kind", + "hash": "sha512-MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==" + } + }, "npm:is-arrayish": { "type": "npm", "name": "npm:is-arrayish", @@ -2178,6 +4320,15 @@ "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" } }, + "npm:is-extglob": { + "type": "npm", + "name": "npm:is-extglob", + "data": { + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + } + }, "npm:is-fullwidth-code-point": { "type": "npm", "name": "npm:is-fullwidth-code-point", @@ -2187,6 +4338,15 @@ "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" } }, + "npm:is-glob": { + "type": "npm", + "name": "npm:is-glob", + "data": { + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + } + }, "npm:is-interactive": { "type": "npm", "name": "npm:is-interactive", @@ -2196,6 +4356,24 @@ "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" } }, + "npm:is-number": { + "type": "npm", + "name": "npm:is-number", + "data": { + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + } + }, + "npm:is-plain-obj": { + "type": "npm", + "name": "npm:is-plain-obj", + "data": { + "version": "1.1.0", + "packageName": "is-plain-obj", + "hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" + } + }, "npm:is-unicode-supported": { "type": "npm", "name": "npm:is-unicode-supported", @@ -2214,6 +4392,60 @@ "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:istanbul-lib-coverage": { + "type": "npm", + "name": "npm:istanbul-lib-coverage", + "data": { + "version": "3.2.2", + "packageName": "istanbul-lib-coverage", + "hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" + } + }, + "npm:istanbul-lib-report": { + "type": "npm", + "name": "npm:istanbul-lib-report", + "data": { + "version": "3.0.1", + "packageName": "istanbul-lib-report", + "hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" + } + }, + "npm:istanbul-lib-source-maps": { + "type": "npm", + "name": "npm:istanbul-lib-source-maps", + "data": { + "version": "5.0.6", + "packageName": "istanbul-lib-source-maps", + "hash": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==" + } + }, + "npm:istanbul-reports": { + "type": "npm", + "name": "npm:istanbul-reports", + "data": { + "version": "3.1.7", + "packageName": "istanbul-reports", + "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" + } + }, + "npm:jackspeak": { + "type": "npm", + "name": "npm:jackspeak", + "data": { + "version": "3.4.3", + "packageName": "jackspeak", + "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" + } + }, "npm:jake": { "type": "npm", "name": "npm:jake", @@ -2241,6 +4473,15 @@ "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" } }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "2.4.2", + "packageName": "jiti", + "hash": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" + } + }, "npm:js-tokens": { "type": "npm", "name": "npm:js-tokens", @@ -2250,15 +4491,6 @@ "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" } }, - "npm:js-yaml": { - "type": "npm", - "name": "npm:js-yaml", - "data": { - "version": "3.14.1", - "packageName": "js-yaml", - "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" - } - }, "npm:jsesc": { "type": "npm", "name": "npm:jsesc", @@ -2277,6 +4509,15 @@ "hash": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" } }, + "npm:json-buffer": { + "type": "npm", + "name": "npm:json-buffer", + "data": { + "version": "3.0.1", + "packageName": "json-buffer", + "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + } + }, "npm:json-parse-even-better-errors": { "type": "npm", "name": "npm:json-parse-even-better-errors", @@ -2286,6 +4527,24 @@ "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-stable-stringify-without-jsonify": { + "type": "npm", + "name": "npm:json-stable-stringify-without-jsonify", + "data": { + "version": "1.0.1", + "packageName": "json-stable-stringify-without-jsonify", + "hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + } + }, "npm:json5": { "type": "npm", "name": "npm:json5", @@ -2295,6 +4554,15 @@ "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, + "npm:jsonc-eslint-parser": { + "type": "npm", + "name": "npm:jsonc-eslint-parser", + "data": { + "version": "2.4.0", + "packageName": "jsonc-eslint-parser", + "hash": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==" + } + }, "npm:jsonc-parser": { "type": "npm", "name": "npm:jsonc-parser", @@ -2304,6 +4572,33 @@ "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" } }, + "npm:keyv": { + "type": "npm", + "name": "npm:keyv", + "data": { + "version": "4.5.4", + "packageName": "keyv", + "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" + } + }, + "npm:kind-of": { + "type": "npm", + "name": "npm:kind-of", + "data": { + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + }, + "npm:levn": { + "type": "npm", + "name": "npm:levn", + "data": { + "version": "0.4.1", + "packageName": "levn", + "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" + } + }, "npm:lines-and-columns": { "type": "npm", "name": "npm:lines-and-columns", @@ -2322,6 +4617,15 @@ "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, + "npm:locate-path": { + "type": "npm", + "name": "npm:locate-path", + "data": { + "version": "6.0.0", + "packageName": "locate-path", + "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + } + }, "npm:lodash.debounce": { "type": "npm", "name": "npm:lodash.debounce", @@ -2331,6 +4635,15 @@ "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" } }, + "npm:lodash.merge": { + "type": "npm", + "name": "npm:lodash.merge", + "data": { + "version": "4.6.2", + "packageName": "lodash.merge", + "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + } + }, "npm:log-symbols": { "type": "npm", "name": "npm:log-symbols", @@ -2340,6 +4653,51 @@ "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" } }, + "npm:loupe": { + "type": "npm", + "name": "npm:loupe", + "data": { + "version": "3.1.3", + "packageName": "loupe", + "hash": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==" + } + }, + "npm:lowercase-keys": { + "type": "npm", + "name": "npm:lowercase-keys", + "data": { + "version": "3.0.0", + "packageName": "lowercase-keys", + "hash": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==" + } + }, + "npm:magic-string": { + "type": "npm", + "name": "npm:magic-string", + "data": { + "version": "0.30.17", + "packageName": "magic-string", + "hash": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" + } + }, + "npm:magicast": { + "type": "npm", + "name": "npm:magicast", + "data": { + "version": "0.3.5", + "packageName": "magicast", + "hash": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==" + } + }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "4.0.0", + "packageName": "make-dir", + "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" + } + }, "npm:math-intrinsics": { "type": "npm", "name": "npm:math-intrinsics", @@ -2349,6 +4707,60 @@ "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" } }, + "npm:merge-stream": { + "type": "npm", + "name": "npm:merge-stream", + "data": { + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + } + }, + "npm:merge2": { + "type": "npm", + "name": "npm:merge2", + "data": { + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.8", + "packageName": "micromatch", + "hash": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.2", + "packageName": "picomatch", + "hash": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" + } + }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "1.6.0", + "packageName": "mime", + "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + }, "npm:mime-db": { "type": "npm", "name": "npm:mime-db", @@ -2385,6 +4797,24 @@ "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" } }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.1.2", + "packageName": "minipass", + "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" + } + }, + "npm:mrmime": { + "type": "npm", + "name": "npm:mrmime", + "data": { + "version": "2.0.1", + "packageName": "mrmime", + "hash": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" + } + }, "npm:ms": { "type": "npm", "name": "npm:ms", @@ -2394,6 +4824,24 @@ "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" } }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "3.3.11", + "packageName": "nanoid", + "hash": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" + } + }, + "npm:natural-compare": { + "type": "npm", + "name": "npm:natural-compare", + "data": { + "version": "1.4.0", + "packageName": "natural-compare", + "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + } + }, "npm:node-machine-id": { "type": "npm", "name": "npm:node-machine-id", @@ -2412,6 +4860,15 @@ "hash": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" } }, + "npm:normalize-url": { + "type": "npm", + "name": "npm:normalize-url", + "data": { + "version": "8.0.1", + "packageName": "normalize-url", + "hash": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==" + } + }, "npm:npm-package-arg": { "type": "npm", "name": "npm:npm-package-arg", @@ -2457,6 +4914,15 @@ "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" } }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.4", + "packageName": "object-inspect", + "hash": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" + } + }, "npm:once": { "type": "npm", "name": "npm:once", @@ -2484,6 +4950,24 @@ "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" } }, + "npm:opener": { + "type": "npm", + "name": "npm:opener", + "data": { + "version": "1.5.2", + "packageName": "opener", + "hash": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==" + } + }, + "npm:optionator": { + "type": "npm", + "name": "npm:optionator", + "data": { + "version": "0.9.4", + "packageName": "optionator", + "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" + } + }, "npm:ora": { "type": "npm", "name": "npm:ora", @@ -2493,6 +4977,42 @@ "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" } }, + "npm:p-cancelable": { + "type": "npm", + "name": "npm:p-cancelable", + "data": { + "version": "3.0.0", + "packageName": "p-cancelable", + "hash": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-locate": { + "type": "npm", + "name": "npm:p-locate", + "data": { + "version": "5.0.0", + "packageName": "p-locate", + "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + } + }, + "npm:package-json-from-dist": { + "type": "npm", + "name": "npm:package-json-from-dist", + "data": { + "version": "1.0.1", + "packageName": "package-json-from-dist", + "hash": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" + } + }, "npm:parent-module": { "type": "npm", "name": "npm:parent-module", @@ -2511,6 +5031,15 @@ "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" } }, + "npm:path-exists": { + "type": "npm", + "name": "npm:path-exists", + "data": { + "version": "4.0.0", + "packageName": "path-exists", + "hash": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + }, "npm:path-key": { "type": "npm", "name": "npm:path-key", @@ -2529,6 +5058,15 @@ "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" } }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.11.1", + "packageName": "path-scurry", + "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" + } + }, "npm:path-type": { "type": "npm", "name": "npm:path-type", @@ -2538,6 +5076,42 @@ "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" } }, + "npm:pathe": { + "type": "npm", + "name": "npm:pathe", + "data": { + "version": "2.0.3", + "packageName": "pathe", + "hash": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" + } + }, + "npm:pathval": { + "type": "npm", + "name": "npm:pathval", + "data": { + "version": "2.0.0", + "packageName": "pathval", + "hash": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==" + } + }, + "npm:peek-readable": { + "type": "npm", + "name": "npm:peek-readable", + "data": { + "version": "5.4.2", + "packageName": "peek-readable", + "hash": "sha512-peBp3qZyuS6cNIJ2akRNG1uo1WJ1d0wTxg/fxMdZ0BqCVhx242bSFHM9eNqflfJVS9SsgkzgT/1UgnsurBOTMg==" + } + }, + "npm:pend": { + "type": "npm", + "name": "npm:pend", + "data": { + "version": "1.2.0", + "packageName": "pend", + "hash": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" + } + }, "npm:picocolors": { "type": "npm", "name": "npm:picocolors", @@ -2547,15 +5121,6 @@ "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" } }, - "npm:picomatch": { - "type": "npm", - "name": "npm:picomatch", - "data": { - "version": "4.0.2", - "packageName": "picomatch", - "hash": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" - } - }, "npm:pirates": { "type": "npm", "name": "npm:pirates", @@ -2565,6 +5130,42 @@ "hash": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" } }, + "npm:piscina": { + "type": "npm", + "name": "npm:piscina", + "data": { + "version": "4.9.2", + "packageName": "piscina", + "hash": "sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==" + } + }, + "npm:portfinder": { + "type": "npm", + "name": "npm:portfinder", + "data": { + "version": "1.0.36", + "packageName": "portfinder", + "hash": "sha512-gMKUzCoP+feA7t45moaSx7UniU7PgGN3hA8acAB+3Qn7/js0/lJ07fYZlxt9riE9S3myyxDCyAFzSrLlta0c9g==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.5.3", + "packageName": "postcss", + "hash": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==" + } + }, + "npm:prelude-ls": { + "type": "npm", + "name": "npm:prelude-ls", + "data": { + "version": "1.2.1", + "packageName": "prelude-ls", + "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + } + }, "npm:pretty-format": { "type": "npm", "name": "npm:pretty-format", @@ -2592,6 +5193,42 @@ "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" } }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:qs": { + "type": "npm", + "name": "npm:qs", + "data": { + "version": "6.14.0", + "packageName": "qs", + "hash": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:quick-lru": { + "type": "npm", + "name": "npm:quick-lru", + "data": { + "version": "5.1.1", + "packageName": "quick-lru", + "hash": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" + } + }, "npm:react-is": { "type": "npm", "name": "npm:react-is", @@ -2682,6 +5319,15 @@ "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" } }, + "npm:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, "npm:resolve": { "type": "npm", "name": "npm:resolve", @@ -2691,6 +5337,15 @@ "hash": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" } }, + "npm:resolve-alpn": { + "type": "npm", + "name": "npm:resolve-alpn", + "data": { + "version": "1.2.1", + "packageName": "resolve-alpn", + "hash": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" + } + }, "npm:resolve-from": { "type": "npm", "name": "npm:resolve-from", @@ -2709,6 +5364,15 @@ "hash": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" } }, + "npm:responselike": { + "type": "npm", + "name": "npm:responselike", + "data": { + "version": "3.0.0", + "packageName": "responselike", + "hash": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==" + } + }, "npm:restore-cursor": { "type": "npm", "name": "npm:restore-cursor", @@ -2718,31 +5382,184 @@ "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" } }, - "npm:safe-buffer": { + "npm:reusify": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:reusify", "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "version": "1.1.0", + "packageName": "reusify", + "hash": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" } }, - "npm:signal-exit": { + "npm:rollup": { "type": "npm", - "name": "npm:signal-exit", + "name": "npm:rollup", "data": { - "version": "3.0.7", - "packageName": "signal-exit", - "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "version": "4.40.0", + "packageName": "rollup", + "hash": "sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==" } }, - "npm:source-map": { + "npm:run-parallel": { "type": "npm", - "name": "npm:source-map", + "name": "npm:run-parallel", "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:secure-compare": { + "type": "npm", + "name": "npm:secure-compare", + "data": { + "version": "3.0.1", + "packageName": "secure-compare", + "hash": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==" + } + }, + "npm:seek-bzip": { + "type": "npm", + "name": "npm:seek-bzip", + "data": { + "version": "2.0.0", + "packageName": "seek-bzip", + "hash": "sha512-SMguiTnYrhpLdk3PwfzHeotrcwi8bNV4iemL9tx9poR/yeaMYwB9VzR1w7b57DuWpuqR8n6oZboi0hj3AxZxQg==" + } + }, + "npm:semver-regex": { + "type": "npm", + "name": "npm:semver-regex", + "data": { + "version": "4.0.5", + "packageName": "semver-regex", + "hash": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==" + } + }, + "npm:semver-truncate": { + "type": "npm", + "name": "npm:semver-truncate", + "data": { + "version": "3.0.0", + "packageName": "semver-truncate", + "hash": "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.1.0", + "packageName": "side-channel", + "hash": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" + } + }, + "npm:side-channel-list": { + "type": "npm", + "name": "npm:side-channel-list", + "data": { + "version": "1.0.0", + "packageName": "side-channel-list", + "hash": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" + } + }, + "npm:side-channel-map": { + "type": "npm", + "name": "npm:side-channel-map", + "data": { + "version": "1.0.1", + "packageName": "side-channel-map", + "hash": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" + } + }, + "npm:side-channel-weakmap": { + "type": "npm", + "name": "npm:side-channel-weakmap", + "data": { + "version": "1.0.2", + "packageName": "side-channel-weakmap", + "hash": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" + } + }, + "npm:siginfo": { + "type": "npm", + "name": "npm:siginfo", + "data": { + "version": "2.0.0", + "packageName": "siginfo", + "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + } + }, + "npm:sirv": { + "type": "npm", + "name": "npm:sirv", + "data": { + "version": "3.0.1", + "packageName": "sirv", + "hash": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:sort-keys": { + "type": "npm", + "name": "npm:sort-keys", + "data": { + "version": "1.1.2", + "packageName": "sort-keys", + "hash": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==" + } + }, + "npm:sort-keys-length": { + "type": "npm", + "name": "npm:sort-keys-length", + "data": { + "version": "1.0.1", + "packageName": "sort-keys-length", + "hash": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==" + } + }, + "npm:source-map-js": { + "type": "npm", + "name": "npm:source-map-js", + "data": { + "version": "1.2.1", + "packageName": "source-map-js", + "hash": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" } }, "npm:sprintf-js": { @@ -2754,6 +5571,33 @@ "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" } }, + "npm:stackback": { + "type": "npm", + "name": "npm:stackback", + "data": { + "version": "0.0.2", + "packageName": "stackback", + "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + } + }, + "npm:std-env": { + "type": "npm", + "name": "npm:std-env", + "data": { + "version": "3.9.0", + "packageName": "std-env", + "hash": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==" + } + }, + "npm:streamx": { + "type": "npm", + "name": "npm:streamx", + "data": { + "version": "2.22.0", + "packageName": "streamx", + "hash": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==" + } + }, "npm:string_decoder": { "type": "npm", "name": "npm:string_decoder", @@ -2763,21 +5607,21 @@ "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" } }, - "npm:string-width": { + "npm:string-width-cjs": { "type": "npm", - "name": "npm:string-width", + "name": "npm:string-width-cjs", "data": { - "version": "4.2.3", - "packageName": "string-width", + "version": "npm:string-width@4.2.3", + "packageName": "string-width-cjs", "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" } }, - "npm:strip-ansi": { + "npm:strip-ansi-cjs": { "type": "npm", - "name": "npm:strip-ansi", + "name": "npm:strip-ansi-cjs", "data": { - "version": "6.0.1", - "packageName": "strip-ansi", + "version": "npm:strip-ansi@6.0.1", + "packageName": "strip-ansi-cjs", "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" } }, @@ -2790,6 +5634,42 @@ "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, + "npm:strip-dirs": { + "type": "npm", + "name": "npm:strip-dirs", + "data": { + "version": "3.0.0", + "packageName": "strip-dirs", + "hash": "sha512-I0sdgcFTfKQlUPZyAqPJmSG3HLO9rWDFnxonnIbskYNM3DwFOeTNB5KzVq3dA1GdRAc/25b5Y7UO2TQfKWw4aQ==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:strtok3": { + "type": "npm", + "name": "npm:strtok3", + "data": { + "version": "9.1.1", + "packageName": "strtok3", + "hash": "sha512-FhwotcEqjr241ZbjFzjlIYg6c5/L/s4yBGWSMvJ9UoExiSqL+FnFA/CaeZx17WGaZMS/4SOZp8wH18jSS4R4lw==" + } + }, "npm:supports-color": { "type": "npm", "name": "npm:supports-color", @@ -2808,13 +5688,49 @@ "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" } }, - "npm:tar-stream": { + "npm:test-exclude": { "type": "npm", - "name": "npm:tar-stream", + "name": "npm:test-exclude", "data": { - "version": "2.2.0", - "packageName": "tar-stream", - "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + "version": "7.0.1", + "packageName": "test-exclude", + "hash": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==" + } + }, + "npm:text-decoder": { + "type": "npm", + "name": "npm:text-decoder", + "data": { + "version": "1.2.3", + "packageName": "text-decoder", + "hash": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tinybench": { + "type": "npm", + "name": "npm:tinybench", + "data": { + "version": "2.9.0", + "packageName": "tinybench", + "hash": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" + } + }, + "npm:tinyexec": { + "type": "npm", + "name": "npm:tinyexec", + "data": { + "version": "0.3.2", + "packageName": "tinyexec", + "hash": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==" } }, "npm:tinyglobby": { @@ -2826,6 +5742,33 @@ "hash": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==" } }, + "npm:tinypool": { + "type": "npm", + "name": "npm:tinypool", + "data": { + "version": "1.0.2", + "packageName": "tinypool", + "hash": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==" + } + }, + "npm:tinyrainbow": { + "type": "npm", + "name": "npm:tinyrainbow", + "data": { + "version": "2.0.0", + "packageName": "tinyrainbow", + "hash": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==" + } + }, + "npm:tinyspy": { + "type": "npm", + "name": "npm:tinyspy", + "data": { + "version": "3.0.2", + "packageName": "tinyspy", + "hash": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==" + } + }, "npm:tmp": { "type": "npm", "name": "npm:tmp", @@ -2835,6 +5778,42 @@ "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" } }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:token-types": { + "type": "npm", + "name": "npm:token-types", + "data": { + "version": "6.0.0", + "packageName": "token-types", + "hash": "sha512-lbDrTLVsHhOMljPscd0yitpozq7Ga2M5Cvez5AjGg8GASBjtt6iERCAJ93yommPmz62fb45oFIXHEZ3u9bfJEA==" + } + }, + "npm:totalist": { + "type": "npm", + "name": "npm:totalist", + "data": { + "version": "3.0.1", + "packageName": "totalist", + "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" + } + }, + "npm:ts-api-utils": { + "type": "npm", + "name": "npm:ts-api-utils", + "data": { + "version": "2.1.0", + "packageName": "ts-api-utils", + "hash": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==" + } + }, "npm:tsconfig-paths": { "type": "npm", "name": "npm:tsconfig-paths", @@ -2853,6 +5832,15 @@ "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" } }, + "npm:type-check": { + "type": "npm", + "name": "npm:type-check", + "data": { + "version": "0.4.0", + "packageName": "type-check", + "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" + } + }, "npm:typescript": { "type": "npm", "name": "npm:typescript", @@ -2862,6 +5850,33 @@ "hash": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" } }, + "npm:typescript-eslint": { + "type": "npm", + "name": "npm:typescript-eslint", + "data": { + "version": "8.31.0", + "packageName": "typescript-eslint", + "hash": "sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==" + } + }, + "npm:uint8array-extras": { + "type": "npm", + "name": "npm:uint8array-extras", + "data": { + "version": "1.4.0", + "packageName": "uint8array-extras", + "hash": "sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==" + } + }, + "npm:unbzip2-stream": { + "type": "npm", + "name": "npm:unbzip2-stream", + "data": { + "version": "1.4.3", + "packageName": "unbzip2-stream", + "hash": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==" + } + }, "npm:unicode-canonical-property-names-ecmascript": { "type": "npm", "name": "npm:unicode-canonical-property-names-ecmascript", @@ -2898,6 +5913,15 @@ "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" } }, + "npm:union": { + "type": "npm", + "name": "npm:union", + "data": { + "version": "0.5.0", + "packageName": "union", + "hash": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==" + } + }, "npm:update-browserslist-db": { "type": "npm", "name": "npm:update-browserslist-db", @@ -2907,6 +5931,24 @@ "hash": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==" } }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-join": { + "type": "npm", + "name": "npm:url-join", + "data": { + "version": "4.0.1", + "packageName": "url-join", + "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" + } + }, "npm:util-deprecate": { "type": "npm", "name": "npm:util-deprecate", @@ -2925,6 +5967,33 @@ "hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==" } }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "6.3.2", + "packageName": "vite", + "hash": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==" + } + }, + "npm:vite-node": { + "type": "npm", + "name": "npm:vite-node", + "data": { + "version": "3.1.2", + "packageName": "vite-node", + "hash": "sha512-/8iMryv46J3aK13iUXsei5G/A3CUlW4665THCPS+K8xAaqrVWiGB4RfXMQXCLjpK9P2eK//BczrVkn5JLAk6DA==" + } + }, + "npm:vitest": { + "type": "npm", + "name": "npm:vitest", + "data": { + "version": "3.1.2", + "packageName": "vitest", + "hash": "sha512-WaxpJe092ID1C0mr+LH9MmNrhfzi8I65EX/NRU/Ld016KqQNRgxSOlGNP1hHN+a/F8L15Mh8klwaF77zR3GeDQ==" + } + }, "npm:wcwidth": { "type": "npm", "name": "npm:wcwidth", @@ -2934,12 +6003,48 @@ "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" } }, - "npm:wrap-ansi": { + "npm:whatwg-encoding": { "type": "npm", - "name": "npm:wrap-ansi", + "name": "npm:whatwg-encoding", "data": { - "version": "7.0.0", - "packageName": "wrap-ansi", + "version": "2.0.0", + "packageName": "whatwg-encoding", + "hash": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:why-is-node-running": { + "type": "npm", + "name": "npm:why-is-node-running", + "data": { + "version": "2.3.0", + "packageName": "why-is-node-running", + "hash": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==" + } + }, + "npm:word-wrap": { + "type": "npm", + "name": "npm:word-wrap", + "data": { + "version": "1.2.5", + "packageName": "word-wrap", + "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" + } + }, + "npm:wrap-ansi-cjs": { + "type": "npm", + "name": "npm:wrap-ansi-cjs", + "data": { + "version": "npm:wrap-ansi@7.0.0", + "packageName": "wrap-ansi-cjs", "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" } }, @@ -2987,6 +6092,24 @@ "packageName": "yargs-parser", "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" } + }, + "npm:yauzl": { + "type": "npm", + "name": "npm:yauzl", + "data": { + "version": "3.2.0", + "packageName": "yauzl", + "hash": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } } }, "dependencies": [ @@ -4755,6 +7878,201 @@ "target": "npm:tslib", "type": "static" }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:@eslint/config-array", + "target": "npm:@eslint/object-schema", + "type": "static" + }, + { + "source": "npm:@eslint/config-array", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@eslint/config-array", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:@eslint/core", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:globals@14.0.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:@eslint/plugin-kit", + "target": "npm:@eslint/core", + "type": "static" + }, + { + "source": "npm:@eslint/plugin-kit", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:@humanfs/node", + "target": "npm:@humanfs/core", + "type": "static" + }, + { + "source": "npm:@humanfs/node", + "target": "npm:@humanwhocodes/retry@0.3.1", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:eastasianwidth", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:emoji-regex@9.2.2", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.1.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, { "source": "npm:@jest/schemas", "target": "npm:@sinclair/typebox", @@ -4785,6 +8103,86 @@ "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-android-arm64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-darwin-arm64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-darwin-x64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-freebsd-x64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-ppc64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-s390x-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-win32-x64-msvc", + "type": "static" + }, { "source": "npm:@napi-rs/wasm-runtime", "target": "npm:@emnapi/core", @@ -4800,6 +8198,26 @@ "target": "npm:@tybys/wasm-util", "type": "static" }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + }, { "source": "npm:@nx/devkit", "target": "npm:nx", @@ -4845,6 +8263,101 @@ "target": "npm:yargs-parser", "type": "static" }, + { + "source": "npm:@nx/eslint", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:confusing-browser-globals", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:globals@15.15.0", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:jsonc-eslint-parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:tslib", + "type": "static" + }, { "source": "npm:@nx/js", "target": "npm:@babel/core", @@ -4990,6 +8503,86 @@ "target": "npm:tslib", "type": "static" }, + { + "source": "npm:@nx/vite", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@phenomnomnominal/tsquery", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@swc/helpers", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:detect-port", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:http-server", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:tslib", + "type": "static" + }, { "source": "npm:@nx/workspace", "target": "npm:@nx/devkit", @@ -5030,6 +8623,16 @@ "target": "npm:yargs-parser", "type": "static" }, + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:esquery", + "type": "static" + }, { "source": "npm:@swc-node/core", "target": "npm:@swc/core", @@ -5100,6 +8703,56 @@ "target": "npm:source-map", "type": "static" }, + { + "source": "npm:@swc/cli", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:@swc/counter", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:@xhmikosr/bin-wrapper", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:commander", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:piscina", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:source-map@0.7.4", + "type": "static" + }, { "source": "npm:@swc/core", "target": "npm:@swc/helpers", @@ -5175,11 +8828,641 @@ "target": "npm:@swc/counter", "type": "static" }, + { + "source": "npm:@szmarczak/http-timer", + "target": "npm:defer-to-connect", + "type": "static" + }, { "source": "npm:@tybys/wasm-util", "target": "npm:tslib", "type": "static" }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:eslint-visitor-keys@4.2.0", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:@bcoe/v8-coverage", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-lib-source-maps", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-reports", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:magicast", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:std-env", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:test-exclude", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/pretty-format", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:@vitest/pretty-format", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/spy", + "target": "npm:tinyspy", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:fflate", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:sirv", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:tinyglobby", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:@vitest/pretty-format", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:@xhmikosr/archive-type", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-check", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-check", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:@xhmikosr/bin-check", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:@xhmikosr/downloader", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:@xhmikosr/os-filter-obj", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:bin-version-check", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-tar", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-tarbz2", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-targz", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-unzip", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:strip-dirs", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tar", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tar", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tar", + "target": "npm:tar-stream@3.1.7", + "type": "static" + }, + { + "source": "npm:tar-stream@3.1.7", + "target": "npm:b4a", + "type": "static" + }, + { + "source": "npm:tar-stream@3.1.7", + "target": "npm:fast-fifo", + "type": "static" + }, + { + "source": "npm:tar-stream@3.1.7", + "target": "npm:streamx", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:@xhmikosr/decompress-tar", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:seek-bzip", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:unbzip2-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-targz", + "target": "npm:@xhmikosr/decompress-tar", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-targz", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-targz", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-unzip", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-unzip", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-unzip", + "target": "npm:yauzl", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:@xhmikosr/archive-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:@xhmikosr/decompress", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:defaults@3.0.0", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:ext-name", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:filenamify", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:got", + "type": "static" + }, + { + "source": "npm:@xhmikosr/os-filter-obj", + "target": "npm:arch", + "type": "static" + }, { "source": "npm:@yarnpkg/parsers", "target": "npm:js-yaml", @@ -5195,6 +9478,31 @@ "target": "npm:argparse", "type": "static" }, + { + "source": "npm:acorn-jsx", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + }, { "source": "npm:ansi-styles", "target": "npm:color-convert", @@ -5300,6 +9608,36 @@ "target": "npm:@babel/helper-plugin-utils", "type": "static" }, + { + "source": "npm:basic-auth", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:bin-version", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:bin-version", + "target": "npm:find-versions", + "type": "static" + }, + { + "source": "npm:bin-version-check", + "target": "npm:bin-version", + "type": "static" + }, + { + "source": "npm:bin-version-check", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:bin-version-check", + "target": "npm:semver-truncate", + "type": "static" + }, { "source": "npm:bl", "target": "npm:buffer", @@ -5320,6 +9658,11 @@ "target": "npm:balanced-match", "type": "static" }, + { + "source": "npm:braces", + "target": "npm:fill-range", + "type": "static" + }, { "source": "npm:browserslist", "target": "npm:caniuse-lite", @@ -5350,6 +9693,41 @@ "target": "npm:ieee754", "type": "static" }, + { + "source": "npm:cacheable-request", + "target": "npm:@types/http-cache-semantics", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:http-cache-semantics", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:keyv", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:mimic-response", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:normalize-url", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:responselike", + "type": "static" + }, { "source": "npm:call-bind-apply-helpers", "target": "npm:es-errors", @@ -5360,6 +9738,41 @@ "target": "npm:function-bind", "type": "static" }, + { + "source": "npm:call-bound", + "target": "npm:call-bind-apply-helpers", + "type": "static" + }, + { + "source": "npm:call-bound", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:assertion-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:check-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:deep-eql", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:pathval", + "type": "static" + }, { "source": "npm:chalk", "target": "npm:ansi-styles", @@ -5410,6 +9823,11 @@ "target": "npm:delayed-stream", "type": "static" }, + { + "source": "npm:content-disposition", + "target": "npm:safe-buffer", + "type": "static" + }, { "source": "npm:core-js-compat", "target": "npm:browserslist", @@ -5440,11 +9858,31 @@ "target": "npm:yaml", "type": "static" }, + { + "source": "npm:cross-spawn", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:shebang-command", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:which", + "type": "static" + }, { "source": "npm:debug", "target": "npm:ms", "type": "static" }, + { + "source": "npm:decompress-response", + "target": "npm:mimic-response@3.1.0", + "type": "static" + }, { "source": "npm:defaults", "target": "npm:clone", @@ -5525,6 +9963,466 @@ "target": "npm:hasown", "type": "static" }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/config-array", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/config-helpers", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/core", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/eslintrc", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/js", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/plugin-kit", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanfs/node", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/module-importer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/retry", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:escape-string-regexp@4.0.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-scope", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-visitor-keys@4.2.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esquery", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:file-entry-cache", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:find-up", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:json-stable-stringify-without-jsonify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:optionator", + "type": "static" + }, + { + "source": "npm:eslint-config-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:esrecurse", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:acorn-jsx", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:eslint-visitor-keys@4.2.0", + "type": "static" + }, + { + "source": "npm:esquery", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:esrecurse", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:estree-walker", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:human-signals", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:strip-final-newline", + "type": "static" + }, + { + "source": "npm:ext-list", + "target": "npm:mime-db", + "type": "static" + }, + { + "source": "npm:ext-name", + "target": "npm:ext-list", + "type": "static" + }, + { + "source": "npm:ext-name", + "target": "npm:sort-keys-length", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + }, { "source": "npm:fdir", "target": "npm:picomatch", @@ -5535,6 +10433,41 @@ "target": "npm:escape-string-regexp", "type": "static" }, + { + "source": "npm:file-entry-cache", + "target": "npm:flat-cache", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:get-stream@9.0.1", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:strtok3", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:token-types", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:uint8array-extras", + "type": "static" + }, + { + "source": "npm:get-stream@9.0.1", + "target": "npm:@sec-ant/readable-stream", + "type": "static" + }, + { + "source": "npm:get-stream@9.0.1", + "target": "npm:is-stream@4.0.1", + "type": "static" + }, { "source": "npm:filelist", "target": "npm:minimatch@5.1.6", @@ -5545,6 +10478,51 @@ "target": "npm:brace-expansion", "type": "static" }, + { + "source": "npm:filenamify", + "target": "npm:filename-reserved-regex", + "type": "static" + }, + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:path-exists", + "type": "static" + }, + { + "source": "npm:find-versions", + "target": "npm:semver-regex", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:keyv", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:signal-exit@4.1.0", + "type": "static" + }, { "source": "npm:form-data", "target": "npm:asynckit", @@ -5630,6 +10608,101 @@ "target": "npm:es-object-atoms", "type": "static" }, + { + "source": "npm:glob", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:@sindresorhus/is", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:@szmarczak/http-timer", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:cacheable-lookup", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:cacheable-request", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:decompress-response", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:form-data-encoder", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:http2-wrapper", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:lowercase-keys", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:p-cancelable", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:responselike", + "type": "static" + }, { "source": "npm:has-tostringtag", "target": "npm:has-symbols", @@ -5645,6 +10718,106 @@ "target": "npm:lru-cache@10.4.3", "type": "static" }, + { + "source": "npm:html-encoding-sniffer", + "target": "npm:whatwg-encoding", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:requires-port", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:basic-auth", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:corser", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:he", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:html-encoding-sniffer", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:opener", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:portfinder", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:secure-compare", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:union", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:url-join", + "type": "static" + }, + { + "source": "npm:http2-wrapper", + "target": "npm:quick-lru", + "type": "static" + }, + { + "source": "npm:http2-wrapper", + "target": "npm:resolve-alpn", + "type": "static" + }, + { + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", + "type": "static" + }, { "source": "npm:import-fresh", "target": "npm:parent-module", @@ -5655,16 +10828,76 @@ "target": "npm:resolve-from", "type": "static" }, + { + "source": "npm:inspect-with-kind", + "target": "npm:kind-of", + "type": "static" + }, { "source": "npm:is-core-module", "target": "npm:hasown", "type": "static" }, + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + }, { "source": "npm:is-wsl", "target": "npm:is-docker", "type": "static" }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:html-escaper", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", + "type": "static" + }, { "source": "npm:jake", "target": "npm:async", @@ -5735,6 +10968,61 @@ "target": "npm:sprintf-js", "type": "static" }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:espree@9.6.1", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:espree@9.6.1", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:espree@9.6.1", + "target": "npm:acorn-jsx", + "type": "static" + }, + { + "source": "npm:espree@9.6.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:keyv", + "target": "npm:json-buffer", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:locate-path", + "target": "npm:p-locate", + "type": "static" + }, { "source": "npm:log-symbols", "target": "npm:chalk", @@ -5750,6 +11038,41 @@ "target": "npm:yallist", "type": "static" }, + { + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:magicast", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:magicast", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:magicast", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, { "source": "npm:mime-types", "target": "npm:mime-db", @@ -6040,6 +11363,36 @@ "target": "npm:is-wsl", "type": "static" }, + { + "source": "npm:optionator", + "target": "npm:deep-is", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:fast-levenshtein", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:word-wrap", + "type": "static" + }, { "source": "npm:ora", "target": "npm:bl", @@ -6080,6 +11433,16 @@ "target": "npm:wcwidth", "type": "static" }, + { + "source": "npm:p-limit", + "target": "npm:yocto-queue", + "type": "static" + }, + { + "source": "npm:p-locate", + "target": "npm:p-limit", + "type": "static" + }, { "source": "npm:parent-module", "target": "npm:callsites", @@ -6105,6 +11468,46 @@ "target": "npm:lines-and-columns@1.2.4", "type": "static" }, + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:piscina", + "target": "npm:@napi-rs/nice", + "type": "static" + }, + { + "source": "npm:portfinder", + "target": "npm:async", + "type": "static" + }, + { + "source": "npm:portfinder", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:nanoid", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:source-map-js", + "type": "static" + }, { "source": "npm:pretty-format", "target": "npm:@jest/schemas", @@ -6120,6 +11523,11 @@ "target": "npm:react-is", "type": "static" }, + { + "source": "npm:qs", + "target": "npm:side-channel", + "type": "static" + }, { "source": "npm:readable-stream", "target": "npm:inherits", @@ -6195,6 +11603,11 @@ "target": "npm:supports-preserve-symlinks-flag", "type": "static" }, + { + "source": "npm:responselike", + "target": "npm:lowercase-keys", + "type": "static" + }, { "source": "npm:restore-cursor", "target": "npm:onetime", @@ -6205,6 +11618,241 @@ "target": "npm:signal-exit", "type": "static" }, + { + "source": "npm:rollup", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-musleabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-loongarch64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-s390x-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + }, + { + "source": "npm:seek-bzip", + "target": "npm:commander@6.2.1", + "type": "static" + }, + { + "source": "npm:semver-truncate", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:side-channel-list", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:side-channel-map", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:side-channel-weakmap", + "type": "static" + }, + { + "source": "npm:side-channel-list", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-list", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:side-channel-map", + "type": "static" + }, + { + "source": "npm:sirv", + "target": "npm:@polka/url", + "type": "static" + }, + { + "source": "npm:sirv", + "target": "npm:mrmime", + "type": "static" + }, + { + "source": "npm:sirv", + "target": "npm:totalist", + "type": "static" + }, + { + "source": "npm:sort-keys", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:sort-keys-length", + "target": "npm:sort-keys", + "type": "static" + }, { "source": "npm:source-map-support", "target": "npm:buffer-from", @@ -6215,6 +11863,21 @@ "target": "npm:source-map", "type": "static" }, + { + "source": "npm:streamx", + "target": "npm:fast-fifo", + "type": "static" + }, + { + "source": "npm:streamx", + "target": "npm:text-decoder", + "type": "static" + }, + { + "source": "npm:streamx", + "target": "npm:bare-events", + "type": "static" + }, { "source": "npm:string_decoder", "target": "npm:safe-buffer", @@ -6235,11 +11898,51 @@ "target": "npm:strip-ansi", "type": "static" }, + { + "source": "npm:string-width-cjs", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:strip-ansi", + "type": "static" + }, { "source": "npm:strip-ansi", "target": "npm:ansi-regex", "type": "static" }, + { + "source": "npm:strip-ansi-cjs", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:strip-dirs", + "target": "npm:inspect-with-kind", + "type": "static" + }, + { + "source": "npm:strip-dirs", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:strtok3", + "target": "npm:@tokenizer/token", + "type": "static" + }, + { + "source": "npm:strtok3", + "target": "npm:peek-readable", + "type": "static" + }, { "source": "npm:supports-color", "target": "npm:has-flag", @@ -6270,6 +11973,31 @@ "target": "npm:readable-stream", "type": "static" }, + { + "source": "npm:test-exclude", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:text-decoder", + "target": "npm:b4a", + "type": "static" + }, { "source": "npm:tinyglobby", "target": "npm:fdir", @@ -6280,6 +12008,26 @@ "target": "npm:picomatch", "type": "static" }, + { + "source": "npm:to-regex-range", + "target": "npm:is-number", + "type": "static" + }, + { + "source": "npm:token-types", + "target": "npm:@tokenizer/token", + "type": "static" + }, + { + "source": "npm:token-types", + "target": "npm:ieee754", + "type": "static" + }, + { + "source": "npm:ts-api-utils", + "target": "npm:typescript", + "type": "static" + }, { "source": "npm:tsconfig-paths", "target": "npm:json5", @@ -6295,6 +12043,46 @@ "target": "npm:strip-bom", "type": "static" }, + { + "source": "npm:type-check", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:@typescript-eslint/eslint-plugin", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:unbzip2-stream", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:unbzip2-stream", + "target": "npm:through", + "type": "static" + }, { "source": "npm:unicode-match-property-ecmascript", "target": "npm:unicode-canonical-property-names-ecmascript", @@ -6305,6 +12093,11 @@ "target": "npm:unicode-property-aliases-ecmascript", "type": "static" }, + { + "source": "npm:union", + "target": "npm:qs", + "type": "static" + }, { "source": "npm:update-browserslist-db", "target": "npm:browserslist", @@ -6320,11 +12113,221 @@ "target": "npm:picocolors", "type": "static" }, + { + "source": "npm:uri-js", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fdir", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:tinyglobby", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:cac", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:es-module-lexer", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/ui", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/expect", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/mocker", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/pretty-format", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/runner", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/snapshot", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:expect-type", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:std-env", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinybench", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinyexec", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinyglobby", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinypool", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite-node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:why-is-node-running", + "type": "static" + }, { "source": "npm:wcwidth", "target": "npm:defaults", "type": "static" }, + { + "source": "npm:whatwg-encoding", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:which", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:why-is-node-running", + "target": "npm:siginfo", + "type": "static" + }, + { + "source": "npm:why-is-node-running", + "target": "npm:stackback", + "type": "static" + }, { "source": "npm:wrap-ansi", "target": "npm:ansi-styles", @@ -6340,6 +12343,21 @@ "target": "npm:strip-ansi", "type": "static" }, + { + "source": "npm:wrap-ansi-cjs", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:wrap-ansi-cjs", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:wrap-ansi-cjs", + "target": "npm:strip-ansi", + "type": "static" + }, { "source": "npm:yargs", "target": "npm:cliui", @@ -6374,6 +12392,16 @@ "source": "npm:yargs", "target": "npm:yargs-parser", "type": "static" + }, + { + "source": "npm:yauzl", + "target": "npm:buffer-crc32", + "type": "static" + }, + { + "source": "npm:yauzl", + "target": "npm:pend", + "type": "static" } ] } \ No newline at end of file diff --git a/.nx/workspace-data/project-graph.json b/.nx/workspace-data/project-graph.json index 6b072a4bc..7d9ac0b46 100644 --- a/.nx/workspace-data/project-graph.json +++ b/.nx/workspace-data/project-graph.json @@ -1,5 +1,212 @@ { - "nodes": {}, + "nodes": { + "@triliumnext/commons": { + "name": "@triliumnext/commons", + "type": "lib", + "data": { + "root": "packages/commons", + "projectType": "library", + "targets": { + "typecheck": { + "dependsOn": [ + "^typecheck" + ], + "cache": true, + "inputs": [ + "production", + "^production", + { + "externalDependencies": [ + "typescript" + ] + } + ], + "outputs": [ + "{projectRoot}/dist/**/*.d.ts", + "{projectRoot}/dist/**/*.d.ts.map", + "{projectRoot}/dist/tsconfig.lib.tsbuildinfo", + "{projectRoot}/out-tsc/vitest/**/*.d.ts", + "{projectRoot}/out-tsc/vitest/**/*.d.ts.map", + "{projectRoot}/out-tsc/vitest/tsconfig.tsbuildinfo" + ], + "syncGenerators": [ + "@nx/js:typescript-sync" + ], + "metadata": { + "technologies": [ + "typescript", + "typescript" + ], + "description": "Runs type-checking for the project.", + "help": { + "command": "npx tsc --build --help", + "example": { + "args": [ + "--force" + ] + } + } + }, + "executor": "nx:run-commands", + "options": { + "cwd": "packages/commons", + "command": "tsc --build --emitDeclarationOnly" + }, + "configurations": {}, + "parallelism": true + }, + "build": { + "executor": "@nx/js:swc", + "outputs": [ + "{options.outputPath}" + ], + "options": { + "outputPath": "packages/commons/dist", + "main": "packages/commons/src/index.ts", + "tsConfig": "packages/commons/tsconfig.lib.json", + "skipTypeCheck": true, + "stripLeadingPaths": true + }, + "configurations": {}, + "parallelism": true, + "cache": true, + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ] + }, + "build-deps": { + "dependsOn": [ + "^build" + ], + "configurations": {}, + "options": {}, + "parallelism": true, + "executor": "nx:noop" + }, + "watch-deps": { + "dependsOn": [ + "build-deps" + ], + "executor": "nx:run-commands", + "options": { + "command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons" + }, + "configurations": {}, + "parallelism": true + }, + "lint": { + "cache": true, + "options": { + "cwd": "packages/commons", + "command": "eslint ." + }, + "inputs": [ + "default", + "^default", + "{workspaceRoot}/eslint.config.mjs", + "{projectRoot}/eslint.config.mjs", + "{workspaceRoot}/tools/eslint-rules/**/*", + { + "externalDependencies": [ + "eslint" + ] + } + ], + "outputs": [ + "{options.outputFile}" + ], + "metadata": { + "technologies": [ + "eslint" + ], + "description": "Runs ESLint on project", + "help": { + "command": "npx eslint --help", + "example": { + "options": { + "max-warnings": 0 + } + } + } + }, + "executor": "nx:run-commands", + "configurations": {}, + "parallelism": true + }, + "test": { + "options": { + "cwd": "packages/commons", + "command": "vitest" + }, + "cache": true, + "inputs": [ + "default", + "^production", + { + "externalDependencies": [ + "vitest" + ] + }, + { + "env": "CI" + } + ], + "outputs": [ + "{projectRoot}/test-output/vitest/coverage" + ], + "metadata": { + "technologies": [ + "vite" + ], + "description": "Run Vite tests", + "help": { + "command": "npx vitest --help", + "example": { + "options": { + "bail": 1, + "coverage": true + } + } + } + }, + "executor": "nx:run-commands", + "configurations": {}, + "parallelism": true, + "dependsOn": [ + "^build" + ] + } + }, + "metadata": { + "targetGroups": {}, + "js": { + "packageName": "@triliumnext/commons", + "packageExports": { + "./package.json": "./package.json", + ".": { + "development": "./src/index.ts", + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + }, + "packageMain": "./dist/index.js", + "isInPackageManagerWorkspaces": true + } + }, + "name": "@triliumnext/commons", + "sourceRoot": "packages/commons/src", + "tags": [ + "npm:private" + ], + "implicitDependencies": [] + } + } + }, "externalNodes": { "npm:@ampproject/remapping": { "type": "npm", @@ -883,6 +1090,15 @@ "hash": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==" } }, + "npm:@bcoe/v8-coverage": { + "type": "npm", + "name": "npm:@bcoe/v8-coverage", + "data": { + "version": "1.0.2", + "packageName": "@bcoe/v8-coverage", + "hash": "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==" + } + }, "npm:@emnapi/core": { "type": "npm", "name": "npm:@emnapi/core", @@ -910,6 +1126,591 @@ "hash": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==" } }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/android-arm", + "hash": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/android-x64", + "hash": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==" + } + }, + "npm:@esbuild/netbsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/netbsd-arm64", + "hash": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==" + } + }, + "npm:@esbuild/openbsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/openbsd-arm64", + "hash": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.25.2", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==" + } + }, + "npm:@eslint-community/eslint-utils": { + "type": "npm", + "name": "npm:@eslint-community/eslint-utils", + "data": { + "version": "4.6.1", + "packageName": "@eslint-community/eslint-utils", + "hash": "sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==" + } + }, + "npm:@eslint-community/regexpp": { + "type": "npm", + "name": "npm:@eslint-community/regexpp", + "data": { + "version": "4.12.1", + "packageName": "@eslint-community/regexpp", + "hash": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" + } + }, + "npm:@eslint/config-array": { + "type": "npm", + "name": "npm:@eslint/config-array", + "data": { + "version": "0.20.0", + "packageName": "@eslint/config-array", + "hash": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==" + } + }, + "npm:brace-expansion@1.1.11": { + "type": "npm", + "name": "npm:brace-expansion@1.1.11", + "data": { + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@9.0.5": { + "type": "npm", + "name": "npm:minimatch@9.0.5", + "data": { + "version": "9.0.5", + "packageName": "minimatch", + "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:@eslint/config-helpers": { + "type": "npm", + "name": "npm:@eslint/config-helpers", + "data": { + "version": "0.2.1", + "packageName": "@eslint/config-helpers", + "hash": "sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==" + } + }, + "npm:@eslint/core": { + "type": "npm", + "name": "npm:@eslint/core", + "data": { + "version": "0.13.0", + "packageName": "@eslint/core", + "hash": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==" + } + }, + "npm:@eslint/eslintrc": { + "type": "npm", + "name": "npm:@eslint/eslintrc", + "data": { + "version": "3.3.1", + "packageName": "@eslint/eslintrc", + "hash": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==" + } + }, + "npm:globals@14.0.0": { + "type": "npm", + "name": "npm:globals@14.0.0", + "data": { + "version": "14.0.0", + "packageName": "globals", + "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" + } + }, + "npm:globals@15.15.0": { + "type": "npm", + "name": "npm:globals@15.15.0", + "data": { + "version": "15.15.0", + "packageName": "globals", + "hash": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==" + } + }, + "npm:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + } + }, + "npm:js-yaml@4.1.0": { + "type": "npm", + "name": "npm:js-yaml@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "npm:@eslint/js": { + "type": "npm", + "name": "npm:@eslint/js", + "data": { + "version": "9.25.1", + "packageName": "@eslint/js", + "hash": "sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==" + } + }, + "npm:@eslint/object-schema": { + "type": "npm", + "name": "npm:@eslint/object-schema", + "data": { + "version": "2.1.6", + "packageName": "@eslint/object-schema", + "hash": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==" + } + }, + "npm:@eslint/plugin-kit": { + "type": "npm", + "name": "npm:@eslint/plugin-kit", + "data": { + "version": "0.2.8", + "packageName": "@eslint/plugin-kit", + "hash": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==" + } + }, + "npm:@humanfs/core": { + "type": "npm", + "name": "npm:@humanfs/core", + "data": { + "version": "0.19.1", + "packageName": "@humanfs/core", + "hash": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" + } + }, + "npm:@humanfs/node": { + "type": "npm", + "name": "npm:@humanfs/node", + "data": { + "version": "0.16.6", + "packageName": "@humanfs/node", + "hash": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==" + } + }, + "npm:@humanwhocodes/retry@0.3.1": { + "type": "npm", + "name": "npm:@humanwhocodes/retry@0.3.1", + "data": { + "version": "0.3.1", + "packageName": "@humanwhocodes/retry", + "hash": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==" + } + }, + "npm:@humanwhocodes/retry": { + "type": "npm", + "name": "npm:@humanwhocodes/retry", + "data": { + "version": "0.4.2", + "packageName": "@humanwhocodes/retry", + "hash": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==" + } + }, + "npm:@humanwhocodes/module-importer": { + "type": "npm", + "name": "npm:@humanwhocodes/module-importer", + "data": { + "version": "1.0.1", + "packageName": "@humanwhocodes/module-importer", + "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + } + }, + "npm:@isaacs/cliui": { + "type": "npm", + "name": "npm:@isaacs/cliui", + "data": { + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + } + }, + "npm:ansi-regex@6.1.0": { + "type": "npm", + "name": "npm:ansi-regex@6.1.0", + "data": { + "version": "6.1.0", + "packageName": "ansi-regex", + "hash": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" + } + }, + "npm:ansi-regex": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "npm:ansi-styles@6.2.1": { + "type": "npm", + "name": "npm:ansi-styles@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "ansi-styles", + "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + } + }, + "npm:ansi-styles": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "npm:ansi-styles@5.2.0": { + "type": "npm", + "name": "npm:ansi-styles@5.2.0", + "data": { + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + }, + "npm:emoji-regex@9.2.2": { + "type": "npm", + "name": "npm:emoji-regex@9.2.2", + "data": { + "version": "9.2.2", + "packageName": "emoji-regex", + "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + } + }, + "npm:emoji-regex": { + "type": "npm", + "name": "npm:emoji-regex", + "data": { + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } + }, + "npm:string-width@5.1.2": { + "type": "npm", + "name": "npm:string-width@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "string-width", + "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:strip-ansi@7.1.0": { + "type": "npm", + "name": "npm:strip-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "strip-ansi", + "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:wrap-ansi@8.1.0": { + "type": "npm", + "name": "npm:wrap-ansi@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "wrap-ansi", + "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:@istanbuljs/schema": { + "type": "npm", + "name": "npm:@istanbuljs/schema", + "data": { + "version": "0.1.3", + "packageName": "@istanbuljs/schema", + "hash": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + } + }, "npm:@jest/schemas": { "type": "npm", "name": "npm:@jest/schemas", @@ -964,6 +1765,159 @@ "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" } }, + "npm:@napi-rs/nice": { + "type": "npm", + "name": "npm:@napi-rs/nice", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice", + "hash": "sha512-zM0mVWSXE0a0h9aKACLwKmD6nHcRiKrPpCfvaKqG1CqDEyjEawId0ocXxVzPMCAm6kkWr2P025msfxXEnt8UGQ==" + } + }, + "npm:@napi-rs/nice-android-arm-eabi": { + "type": "npm", + "name": "npm:@napi-rs/nice-android-arm-eabi", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-android-arm-eabi", + "hash": "sha512-5qpvOu5IGwDo7MEKVqqyAxF90I6aLj4n07OzpARdgDRfz8UbBztTByBp0RC59r3J1Ij8uzYi6jI7r5Lws7nn6w==" + } + }, + "npm:@napi-rs/nice-android-arm64": { + "type": "npm", + "name": "npm:@napi-rs/nice-android-arm64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-android-arm64", + "hash": "sha512-GqvXL0P8fZ+mQqG1g0o4AO9hJjQaeYG84FRfZaYjyJtZZZcMjXW5TwkL8Y8UApheJgyE13TQ4YNUssQaTgTyvA==" + } + }, + "npm:@napi-rs/nice-darwin-arm64": { + "type": "npm", + "name": "npm:@napi-rs/nice-darwin-arm64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-darwin-arm64", + "hash": "sha512-91k3HEqUl2fsrz/sKkuEkscj6EAj3/eZNCLqzD2AA0TtVbkQi8nqxZCZDMkfklULmxLkMxuUdKe7RvG/T6s2AA==" + } + }, + "npm:@napi-rs/nice-darwin-x64": { + "type": "npm", + "name": "npm:@napi-rs/nice-darwin-x64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-darwin-x64", + "hash": "sha512-jXnMleYSIR/+TAN/p5u+NkCA7yidgswx5ftqzXdD5wgy/hNR92oerTXHc0jrlBisbd7DpzoaGY4cFD7Sm5GlgQ==" + } + }, + "npm:@napi-rs/nice-freebsd-x64": { + "type": "npm", + "name": "npm:@napi-rs/nice-freebsd-x64", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-freebsd-x64", + "hash": "sha512-j+iJ/ezONXRQsVIB/FJfwjeQXX7A2tf3gEXs4WUGFrJjpe/z2KB7sOv6zpkm08PofF36C9S7wTNuzHZ/Iiccfw==" + } + }, + "npm:@napi-rs/nice-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-arm-gnueabihf", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-arm-gnueabihf", + "hash": "sha512-G8RgJ8FYXYkkSGQwywAUh84m946UTn6l03/vmEXBYNJxQJcD+I3B3k5jmjFG/OPiU8DfvxutOP8bi+F89MCV7Q==" + } + }, + "npm:@napi-rs/nice-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-arm64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-arm64-gnu", + "hash": "sha512-IMDak59/W5JSab1oZvmNbrms3mHqcreaCeClUjwlwDr0m3BoR09ZiN8cKFBzuSlXgRdZ4PNqCYNeGQv7YMTjuA==" + } + }, + "npm:@napi-rs/nice-linux-arm64-musl": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-arm64-musl", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-arm64-musl", + "hash": "sha512-wG8fa2VKuWM4CfjOjjRX9YLIbysSVV1S3Kgm2Fnc67ap/soHBeYZa6AGMeR5BJAylYRjnoVOzV19Cmkco3QEPw==" + } + }, + "npm:@napi-rs/nice-linux-ppc64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-ppc64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-ppc64-gnu", + "hash": "sha512-lxQ9WrBf0IlNTCA9oS2jg/iAjQyTI6JHzABV664LLrLA/SIdD+I1i3Mjf7TsnoUbgopBcCuDztVLfJ0q9ubf6Q==" + } + }, + "npm:@napi-rs/nice-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-riscv64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-riscv64-gnu", + "hash": "sha512-3xs69dO8WSWBb13KBVex+yvxmUeEsdWexxibqskzoKaWx9AIqkMbWmE2npkazJoopPKX2ULKd8Fm9veEn0g4Ig==" + } + }, + "npm:@napi-rs/nice-linux-s390x-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-s390x-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-s390x-gnu", + "hash": "sha512-lMFI3i9rlW7hgToyAzTaEybQYGbQHDrpRkg+1gJWEpH0PLAQoZ8jiY0IzakLfNWnVda1eTYYlxxFYzW8Rqczkg==" + } + }, + "npm:@napi-rs/nice-linux-x64-gnu": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-x64-gnu", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-x64-gnu", + "hash": "sha512-XQAJs7DRN2GpLN6Fb+ZdGFeYZDdGl2Fn3TmFlqEL5JorgWKrQGRUrpGKbgZ25UeZPILuTKJ+OowG2avN8mThBA==" + } + }, + "npm:@napi-rs/nice-linux-x64-musl": { + "type": "npm", + "name": "npm:@napi-rs/nice-linux-x64-musl", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-linux-x64-musl", + "hash": "sha512-/rodHpRSgiI9o1faq9SZOp/o2QkKQg7T+DK0R5AkbnI/YxvAIEHf2cngjYzLMQSQgUhxym+LFr+UGZx4vK4QdQ==" + } + }, + "npm:@napi-rs/nice-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@napi-rs/nice-win32-arm64-msvc", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-win32-arm64-msvc", + "hash": "sha512-rEcz9vZymaCB3OqEXoHnp9YViLct8ugF+6uO5McifTedjq4QMQs3DHz35xBEGhH3gJWEsXMUbzazkz5KNM5YUg==" + } + }, + "npm:@napi-rs/nice-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@napi-rs/nice-win32-ia32-msvc", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-win32-ia32-msvc", + "hash": "sha512-t7eBAyPUrWL8su3gDxw9xxxqNwZzAqKo0Szv3IjVQd1GpXXVkb6vBBQUuxfIYaXMzZLwlxRQ7uzM2vdUE9ULGw==" + } + }, + "npm:@napi-rs/nice-win32-x64-msvc": { + "type": "npm", + "name": "npm:@napi-rs/nice-win32-x64-msvc", + "data": { + "version": "1.0.1", + "packageName": "@napi-rs/nice-win32-x64-msvc", + "hash": "sha512-JlF+uDcatt3St2ntBG8H02F1mM45i5SF9W+bIKiReVE6wiy3o16oBP/yxt+RZ+N6LbCImJXJ6bXNO2kn9AXicg==" + } + }, "npm:@napi-rs/wasm-runtime": { "type": "npm", "name": "npm:@napi-rs/wasm-runtime", @@ -973,6 +1927,33 @@ "hash": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==" } }, + "npm:@nodelib/fs.scandir": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir", + "data": { + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + } + }, + "npm:@nodelib/fs.stat": { + "type": "npm", + "name": "npm:@nodelib/fs.stat", + "data": { + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + } + }, + "npm:@nodelib/fs.walk": { + "type": "npm", + "name": "npm:@nodelib/fs.walk", + "data": { + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + } + }, "npm:@nx/devkit": { "type": "npm", "name": "npm:@nx/devkit", @@ -982,6 +1963,24 @@ "hash": "sha512-0616zW0Krwb5frNZ7C0HUItonCDiAHY9UYSTyJm6hnal0Xc6XkJuEAFNjbx2sEOopO85CEAMNeYEHkRyWsSxCQ==" } }, + "npm:@nx/eslint": { + "type": "npm", + "name": "npm:@nx/eslint", + "data": { + "version": "20.8.0", + "packageName": "@nx/eslint", + "hash": "sha512-FPpw/RHgg08gkhntf/d7xh8GtNKOjTzLrwh7/YUO5UTi26lCjglM0nsFJJEQS988STElgjBEeDh78wcMuXeQ7g==" + } + }, + "npm:@nx/eslint-plugin": { + "type": "npm", + "name": "npm:@nx/eslint-plugin", + "data": { + "version": "20.8.0", + "packageName": "@nx/eslint-plugin", + "hash": "sha512-qcwvSI8MKdEinJ0XX01SIlVkTo2+Vi2ZvDbGccIdrej287hjaipphTvfesPnvnb7TSGZf0JG64P/yukmSFLxEw==" + } + }, "npm:@nx/js": { "type": "npm", "name": "npm:@nx/js", @@ -1081,6 +2080,24 @@ "hash": "sha512-0P5r+bDuSNvoWys+6C1/KqGpYlqwSHpigCcyRzR62iZpT3OooZv+nWO06RlURkxMR8LNvYXTSSLvoLkjxqM8uQ==" } }, + "npm:@nx/vite": { + "type": "npm", + "name": "npm:@nx/vite", + "data": { + "version": "20.8.0", + "packageName": "@nx/vite", + "hash": "sha512-gj9V1oxXRTFrdU481qknQvcUt96mIh7kVuBACufGwBctUXsK/OTLD74VtffqL+hTH9ixYzMWhK5airvQCyVZoQ==" + } + }, + "npm:@nx/web": { + "type": "npm", + "name": "npm:@nx/web", + "data": { + "version": "20.8.0", + "packageName": "@nx/web", + "hash": "sha512-jbK3+ZrVygYHMGCbp7NO1/G+ejH6Z74PcWwEKSZDPm7io6fxieO9j+GSzucvUWrY4cfJNC+S//X4tENwVj0g2w==" + } + }, "npm:@nx/workspace": { "type": "npm", "name": "npm:@nx/workspace", @@ -1090,6 +2107,222 @@ "hash": "sha512-FdaHA5ISHSN+RyHswAAx+2A9HC77kWeFgeucdX2NSBs2QK2Lzg2Et639RzR1sYk2gYTP6tOkQXHHGKcg3jmiYQ==" } }, + "npm:@phenomnomnominal/tsquery": { + "type": "npm", + "name": "npm:@phenomnomnominal/tsquery", + "data": { + "version": "5.0.1", + "packageName": "@phenomnomnominal/tsquery", + "hash": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==" + } + }, + "npm:@pkgjs/parseargs": { + "type": "npm", + "name": "npm:@pkgjs/parseargs", + "data": { + "version": "0.11.0", + "packageName": "@pkgjs/parseargs", + "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + } + }, + "npm:@polka/url": { + "type": "npm", + "name": "npm:@polka/url", + "data": { + "version": "1.0.0-next.29", + "packageName": "@polka/url", + "hash": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==" + } + }, + "npm:@rollup/rollup-android-arm-eabi": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm-eabi", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==" + } + }, + "npm:@rollup/rollup-android-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==" + } + }, + "npm:@rollup/rollup-darwin-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-arm64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==" + } + }, + "npm:@rollup/rollup-darwin-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-x64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==" + } + }, + "npm:@rollup/rollup-freebsd-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-arm64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-freebsd-arm64", + "hash": "sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==" + } + }, + "npm:@rollup/rollup-freebsd-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-x64", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-freebsd-x64", + "hash": "sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==" + } + }, + "npm:@rollup/rollup-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==" + } + }, + "npm:@rollup/rollup-linux-arm-musleabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-musleabihf", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm-musleabihf", + "hash": "sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==" + } + }, + "npm:@rollup/rollup-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==" + } + }, + "npm:@rollup/rollup-linux-arm64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-musl", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==" + } + }, + "npm:@rollup/rollup-linux-loongarch64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-loongarch64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-loongarch64-gnu", + "hash": "sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==" + } + }, + "npm:@rollup/rollup-linux-powerpc64le-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-powerpc64le-gnu", + "hash": "sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==" + } + }, + "npm:@rollup/rollup-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==" + } + }, + "npm:@rollup/rollup-linux-riscv64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-musl", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-riscv64-musl", + "hash": "sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==" + } + }, + "npm:@rollup/rollup-linux-s390x-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-s390x-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-s390x-gnu", + "hash": "sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==" + } + }, + "npm:@rollup/rollup-linux-x64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-gnu", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==" + } + }, + "npm:@rollup/rollup-linux-x64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-musl", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==" + } + }, + "npm:@rollup/rollup-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-arm64-msvc", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==" + } + }, + "npm:@rollup/rollup-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-ia32-msvc", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==" + } + }, + "npm:@rollup/rollup-win32-x64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-x64-msvc", + "data": { + "version": "4.40.0", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==" + } + }, + "npm:@sec-ant/readable-stream": { + "type": "npm", + "name": "npm:@sec-ant/readable-stream", + "data": { + "version": "0.4.1", + "packageName": "@sec-ant/readable-stream", + "hash": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==" + } + }, "npm:@sinclair/typebox": { "type": "npm", "name": "npm:@sinclair/typebox", @@ -1099,6 +2332,15 @@ "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" } }, + "npm:@sindresorhus/is": { + "type": "npm", + "name": "npm:@sindresorhus/is", + "data": { + "version": "5.6.0", + "packageName": "@sindresorhus/is", + "hash": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==" + } + }, "npm:@swc-node/core": { "type": "npm", "name": "npm:@swc-node/core", @@ -1144,6 +2386,33 @@ "hash": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" } }, + "npm:@swc/cli": { + "type": "npm", + "name": "npm:@swc/cli", + "data": { + "version": "0.6.0", + "packageName": "@swc/cli", + "hash": "sha512-Q5FsI3Cw0fGMXhmsg7c08i4EmXCrcl+WnAxb6LYOLHw4JFFC3yzmx9LaXZ7QMbA+JZXbigU2TirI7RAfO0Qlnw==" + } + }, + "npm:source-map@0.7.4": { + "type": "npm", + "name": "npm:source-map@0.7.4", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, "npm:@swc/core": { "type": "npm", "name": "npm:@swc/core", @@ -1270,6 +2539,24 @@ "hash": "sha512-2YEtj5HJVbKivud9N4bpPBAyZhj4S2Ipe5LkUG94alTpr7in/GU/EARgPAd3BwU+YOmFVJC2+kjqhGRi3r0ZpQ==" } }, + "npm:@szmarczak/http-timer": { + "type": "npm", + "name": "npm:@szmarczak/http-timer", + "data": { + "version": "5.0.1", + "packageName": "@szmarczak/http-timer", + "hash": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==" + } + }, + "npm:@tokenizer/token": { + "type": "npm", + "name": "npm:@tokenizer/token", + "data": { + "version": "0.3.0", + "packageName": "@tokenizer/token", + "hash": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" + } + }, "npm:@tybys/wasm-util": { "type": "npm", "name": "npm:@tybys/wasm-util", @@ -1279,6 +2566,42 @@ "hash": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==" } }, + "npm:@types/estree": { + "type": "npm", + "name": "npm:@types/estree", + "data": { + "version": "1.0.7", + "packageName": "@types/estree", + "hash": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==" + } + }, + "npm:@types/http-cache-semantics": { + "type": "npm", + "name": "npm:@types/http-cache-semantics", + "data": { + "version": "4.0.4", + "packageName": "@types/http-cache-semantics", + "hash": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" + } + }, + "npm:@types/json-schema": { + "type": "npm", + "name": "npm:@types/json-schema", + "data": { + "version": "7.0.15", + "packageName": "@types/json-schema", + "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "18.16.9", + "packageName": "@types/node", + "hash": "sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==" + } + }, "npm:@types/parse-json": { "type": "npm", "name": "npm:@types/parse-json", @@ -1288,6 +2611,303 @@ "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" } }, + "npm:@typescript-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==" + } + }, + "npm:@typescript-eslint/parser": { + "type": "npm", + "name": "npm:@typescript-eslint/parser", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==" + } + }, + "npm:@typescript-eslint/scope-manager": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==" + } + }, + "npm:@typescript-eslint/type-utils": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==" + } + }, + "npm:@typescript-eslint/types": { + "type": "npm", + "name": "npm:@typescript-eslint/types", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/types", + "hash": "sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==" + } + }, + "npm:@typescript-eslint/typescript-estree": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==" + } + }, + "npm:@typescript-eslint/utils": { + "type": "npm", + "name": "npm:@typescript-eslint/utils", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==" + } + }, + "npm:@typescript-eslint/visitor-keys": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys", + "data": { + "version": "8.31.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==" + } + }, + "npm:eslint-visitor-keys@4.2.0": { + "type": "npm", + "name": "npm:eslint-visitor-keys@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "eslint-visitor-keys", + "hash": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" + } + }, + "npm:eslint-visitor-keys": { + "type": "npm", + "name": "npm:eslint-visitor-keys", + "data": { + "version": "3.4.3", + "packageName": "eslint-visitor-keys", + "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" + } + }, + "npm:@vitest/coverage-v8": { + "type": "npm", + "name": "npm:@vitest/coverage-v8", + "data": { + "version": "3.1.2", + "packageName": "@vitest/coverage-v8", + "hash": "sha512-XDdaDOeaTMAMYW7N63AqoK32sYUWbXnTkC6tEbVcu3RlU1bB9of32T+PGf8KZvxqLNqeXhafDFqCkwpf2+dyaQ==" + } + }, + "npm:@vitest/expect": { + "type": "npm", + "name": "npm:@vitest/expect", + "data": { + "version": "3.1.2", + "packageName": "@vitest/expect", + "hash": "sha512-O8hJgr+zREopCAqWl3uCVaOdqJwZ9qaDwUP7vy3Xigad0phZe9APxKhPcDNqYYi0rX5oMvwJMSCAXY2afqeTSA==" + } + }, + "npm:@vitest/mocker": { + "type": "npm", + "name": "npm:@vitest/mocker", + "data": { + "version": "3.1.2", + "packageName": "@vitest/mocker", + "hash": "sha512-kOtd6K2lc7SQ0mBqYv/wdGedlqPdM/B38paPY+OwJ1XiNi44w3Fpog82UfOibmHaV9Wod18A09I9SCKLyDMqgw==" + } + }, + "npm:@vitest/pretty-format": { + "type": "npm", + "name": "npm:@vitest/pretty-format", + "data": { + "version": "3.1.2", + "packageName": "@vitest/pretty-format", + "hash": "sha512-R0xAiHuWeDjTSB3kQ3OQpT8Rx3yhdOAIm/JM4axXxnG7Q/fS8XUwggv/A4xzbQA+drYRjzkMnpYnOGAc4oeq8w==" + } + }, + "npm:@vitest/runner": { + "type": "npm", + "name": "npm:@vitest/runner", + "data": { + "version": "3.1.2", + "packageName": "@vitest/runner", + "hash": "sha512-bhLib9l4xb4sUMPXnThbnhX2Yi8OutBMA8Yahxa7yavQsFDtwY/jrUZwpKp2XH9DhRFJIeytlyGpXCqZ65nR+g==" + } + }, + "npm:@vitest/snapshot": { + "type": "npm", + "name": "npm:@vitest/snapshot", + "data": { + "version": "3.1.2", + "packageName": "@vitest/snapshot", + "hash": "sha512-Q1qkpazSF/p4ApZg1vfZSQ5Yw6OCQxVMVrLjslbLFA1hMDrT2uxtqMaw8Tc/jy5DLka1sNs1Y7rBcftMiaSH/Q==" + } + }, + "npm:@vitest/spy": { + "type": "npm", + "name": "npm:@vitest/spy", + "data": { + "version": "3.1.2", + "packageName": "@vitest/spy", + "hash": "sha512-OEc5fSXMws6sHVe4kOFyDSj/+4MSwst0ib4un0DlcYgQvRuYQ0+M2HyqGaauUMnjq87tmUaMNDxKQx7wNfVqPA==" + } + }, + "npm:@vitest/ui": { + "type": "npm", + "name": "npm:@vitest/ui", + "data": { + "version": "3.1.2", + "packageName": "@vitest/ui", + "hash": "sha512-+YPgKiLpFEyBVJNHDkRcSDcLrrnr20lyU4HQoI9Jtq1MdvoX8usql9h38mQw82MBU1Zo5BPC6sw+sXZ6NS18CQ==" + } + }, + "npm:@vitest/utils": { + "type": "npm", + "name": "npm:@vitest/utils", + "data": { + "version": "3.1.2", + "packageName": "@vitest/utils", + "hash": "sha512-5GGd0ytZ7BH3H6JTj9Kw7Prn1Nbg0wZVrIvou+UWxm54d+WoXXgAgjFJ8wn3LdagWLFSEfpPeyYrByZaGEZHLg==" + } + }, + "npm:@xhmikosr/archive-type": { + "type": "npm", + "name": "npm:@xhmikosr/archive-type", + "data": { + "version": "7.0.0", + "packageName": "@xhmikosr/archive-type", + "hash": "sha512-sIm84ZneCOJuiy3PpWR5bxkx3HaNt1pqaN+vncUBZIlPZCq8ASZH+hBVdu5H8znR7qYC6sKwx+ie2Q7qztJTxA==" + } + }, + "npm:@xhmikosr/bin-check": { + "type": "npm", + "name": "npm:@xhmikosr/bin-check", + "data": { + "version": "7.0.3", + "packageName": "@xhmikosr/bin-check", + "hash": "sha512-4UnCLCs8DB+itHJVkqFp9Zjg+w/205/J2j2wNBsCEAm/BuBmtua2hhUOdAMQE47b1c7P9Xmddj0p+X1XVsfHsA==" + } + }, + "npm:@xhmikosr/bin-wrapper": { + "type": "npm", + "name": "npm:@xhmikosr/bin-wrapper", + "data": { + "version": "13.0.5", + "packageName": "@xhmikosr/bin-wrapper", + "hash": "sha512-DT2SAuHDeOw0G5bs7wZbQTbf4hd8pJ14tO0i4cWhRkIJfgRdKmMfkDilpaJ8uZyPA0NVRwasCNAmMJcWA67osw==" + } + }, + "npm:@xhmikosr/decompress": { + "type": "npm", + "name": "npm:@xhmikosr/decompress", + "data": { + "version": "10.0.1", + "packageName": "@xhmikosr/decompress", + "hash": "sha512-6uHnEEt5jv9ro0CDzqWlFgPycdE+H+kbJnwyxgZregIMLQ7unQSCNVsYG255FoqU8cP46DyggI7F7LohzEl8Ag==" + } + }, + "npm:@xhmikosr/decompress-tar": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-tar", + "data": { + "version": "8.0.1", + "packageName": "@xhmikosr/decompress-tar", + "hash": "sha512-dpEgs0cQKJ2xpIaGSO0hrzz3Kt8TQHYdizHsgDtLorWajuHJqxzot9Hbi0huRxJuAGG2qiHSQkwyvHHQtlE+fg==" + } + }, + "npm:tar-stream@3.1.7": { + "type": "npm", + "name": "npm:tar-stream@3.1.7", + "data": { + "version": "3.1.7", + "packageName": "tar-stream", + "hash": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:@xhmikosr/decompress-tarbz2": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-tarbz2", + "data": { + "version": "8.0.2", + "packageName": "@xhmikosr/decompress-tarbz2", + "hash": "sha512-p5A2r/AVynTQSsF34Pig6olt9CvRj6J5ikIhzUd3b57pUXyFDGtmBstcw+xXza0QFUh93zJsmY3zGeNDlR2AQQ==" + } + }, + "npm:@xhmikosr/decompress-targz": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-targz", + "data": { + "version": "8.0.1", + "packageName": "@xhmikosr/decompress-targz", + "hash": "sha512-mvy5AIDIZjQ2IagMI/wvauEiSNHhu/g65qpdM4EVoYHUJBAmkQWqcPJa8Xzi1aKVTmOA5xLJeDk7dqSjlHq8Mg==" + } + }, + "npm:@xhmikosr/decompress-unzip": { + "type": "npm", + "name": "npm:@xhmikosr/decompress-unzip", + "data": { + "version": "7.0.0", + "packageName": "@xhmikosr/decompress-unzip", + "hash": "sha512-GQMpzIpWTsNr6UZbISawsGI0hJ4KA/mz5nFq+cEoPs12UybAqZWKbyIaZZyLbJebKl5FkLpsGBkrplJdjvUoSQ==" + } + }, + "npm:@xhmikosr/downloader": { + "type": "npm", + "name": "npm:@xhmikosr/downloader", + "data": { + "version": "15.0.1", + "packageName": "@xhmikosr/downloader", + "hash": "sha512-fiuFHf3Dt6pkX8HQrVBsK0uXtkgkVlhrZEh8b7VgoDqFf+zrgFBPyrwCqE/3nDwn3hLeNz+BsrS7q3mu13Lp1g==" + } + }, + "npm:defaults@3.0.0": { + "type": "npm", + "name": "npm:defaults@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "defaults", + "hash": "sha512-RsqXDEAALjfRTro+IFNKpcPCt0/Cy2FqHSIlnomiJp9YGadpQnrtbRpSgN2+np21qHcIKiva4fiOQGjS9/qR/A==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:@xhmikosr/os-filter-obj": { + "type": "npm", + "name": "npm:@xhmikosr/os-filter-obj", + "data": { + "version": "3.0.0", + "packageName": "@xhmikosr/os-filter-obj", + "hash": "sha512-siPY6BD5dQ2SZPl3I0OZBHL27ZqZvLEosObsZRQ1NUB8qcxegwt0T9eKtV96JMFQpIz1elhkzqOg4c/Ri6Dp9A==" + } + }, "npm:@yarnpkg/lockfile": { "type": "npm", "name": "npm:@yarnpkg/lockfile", @@ -1315,6 +2935,24 @@ "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==" } }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.14.1", + "packageName": "acorn", + "hash": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==" + } + }, + "npm:acorn-jsx": { + "type": "npm", + "name": "npm:acorn-jsx", + "data": { + "version": "5.3.2", + "packageName": "acorn-jsx", + "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" + } + }, "npm:address": { "type": "npm", "name": "npm:address", @@ -1324,6 +2962,15 @@ "hash": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" } }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, "npm:ansi-colors": { "type": "npm", "name": "npm:ansi-colors", @@ -1333,31 +2980,13 @@ "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" } }, - "npm:ansi-regex": { + "npm:arch": { "type": "npm", - "name": "npm:ansi-regex", + "name": "npm:arch", "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - } - }, - "npm:ansi-styles": { - "type": "npm", - "name": "npm:ansi-styles", - "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" - } - }, - "npm:ansi-styles@5.2.0": { - "type": "npm", - "name": "npm:ansi-styles@5.2.0", - "data": { - "version": "5.2.0", - "packageName": "ansi-styles", - "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + "version": "3.0.0", + "packageName": "arch", + "hash": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==" } }, "npm:argparse": { @@ -1378,6 +3007,15 @@ "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" } }, + "npm:assertion-error": { + "type": "npm", + "name": "npm:assertion-error", + "data": { + "version": "2.0.1", + "packageName": "assertion-error", + "hash": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==" + } + }, "npm:async": { "type": "npm", "name": "npm:async", @@ -1405,6 +3043,15 @@ "hash": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==" } }, + "npm:b4a": { + "type": "npm", + "name": "npm:b4a", + "data": { + "version": "1.6.7", + "packageName": "b4a", + "hash": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" + } + }, "npm:babel-plugin-const-enum": { "type": "npm", "name": "npm:babel-plugin-const-enum", @@ -1468,6 +3115,15 @@ "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" } }, + "npm:bare-events": { + "type": "npm", + "name": "npm:bare-events", + "data": { + "version": "2.5.4", + "packageName": "bare-events", + "hash": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==" + } + }, "npm:base64-js": { "type": "npm", "name": "npm:base64-js", @@ -1477,6 +3133,51 @@ "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" } }, + "npm:basic-auth": { + "type": "npm", + "name": "npm:basic-auth", + "data": { + "version": "2.0.1", + "packageName": "basic-auth", + "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + }, + "npm:bin-version": { + "type": "npm", + "name": "npm:bin-version", + "data": { + "version": "6.0.0", + "packageName": "bin-version", + "hash": "sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==" + } + }, + "npm:bin-version-check": { + "type": "npm", + "name": "npm:bin-version-check", + "data": { + "version": "5.1.0", + "packageName": "bin-version-check", + "hash": "sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==" + } + }, "npm:bl": { "type": "npm", "name": "npm:bl", @@ -1486,22 +3187,13 @@ "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" } }, - "npm:brace-expansion": { + "npm:braces": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:braces", "data": { - "version": "2.0.1", - "packageName": "brace-expansion", - "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" - } - }, - "npm:brace-expansion@1.1.11": { - "type": "npm", - "name": "npm:brace-expansion@1.1.11", - "data": { - "version": "1.1.11", - "packageName": "brace-expansion", - "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + "version": "3.0.3", + "packageName": "braces", + "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" } }, "npm:browserslist": { @@ -1522,6 +3214,15 @@ "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" } }, + "npm:buffer-crc32": { + "type": "npm", + "name": "npm:buffer-crc32", + "data": { + "version": "0.2.13", + "packageName": "buffer-crc32", + "hash": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" + } + }, "npm:buffer-from": { "type": "npm", "name": "npm:buffer-from", @@ -1531,6 +3232,33 @@ "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" } }, + "npm:cac": { + "type": "npm", + "name": "npm:cac", + "data": { + "version": "6.7.14", + "packageName": "cac", + "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" + } + }, + "npm:cacheable-lookup": { + "type": "npm", + "name": "npm:cacheable-lookup", + "data": { + "version": "7.0.0", + "packageName": "cacheable-lookup", + "hash": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==" + } + }, + "npm:cacheable-request": { + "type": "npm", + "name": "npm:cacheable-request", + "data": { + "version": "10.2.14", + "packageName": "cacheable-request", + "hash": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==" + } + }, "npm:call-bind-apply-helpers": { "type": "npm", "name": "npm:call-bind-apply-helpers", @@ -1540,6 +3268,15 @@ "hash": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" } }, + "npm:call-bound": { + "type": "npm", + "name": "npm:call-bound", + "data": { + "version": "1.0.4", + "packageName": "call-bound", + "hash": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" + } + }, "npm:callsites": { "type": "npm", "name": "npm:callsites", @@ -1558,6 +3295,15 @@ "hash": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==" } }, + "npm:chai": { + "type": "npm", + "name": "npm:chai", + "data": { + "version": "5.2.0", + "packageName": "chai", + "hash": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==" + } + }, "npm:chalk": { "type": "npm", "name": "npm:chalk", @@ -1567,6 +3313,15 @@ "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, + "npm:check-error": { + "type": "npm", + "name": "npm:check-error", + "data": { + "version": "2.1.1", + "packageName": "check-error", + "hash": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==" + } + }, "npm:cli-cursor": { "type": "npm", "name": "npm:cli-cursor", @@ -1648,6 +3403,24 @@ "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" } }, + "npm:commander": { + "type": "npm", + "name": "npm:commander", + "data": { + "version": "8.3.0", + "packageName": "commander", + "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" + } + }, + "npm:commander@6.2.1": { + "type": "npm", + "name": "npm:commander@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "commander", + "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" + } + }, "npm:concat-map": { "type": "npm", "name": "npm:concat-map", @@ -1657,6 +3430,24 @@ "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" } }, + "npm:confusing-browser-globals": { + "type": "npm", + "name": "npm:confusing-browser-globals", + "data": { + "version": "1.0.11", + "packageName": "confusing-browser-globals", + "hash": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + } + }, + "npm:content-disposition": { + "type": "npm", + "name": "npm:content-disposition", + "data": { + "version": "0.5.4", + "packageName": "content-disposition", + "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" + } + }, "npm:convert-source-map": { "type": "npm", "name": "npm:convert-source-map", @@ -1675,6 +3466,15 @@ "hash": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==" } }, + "npm:corser": { + "type": "npm", + "name": "npm:corser", + "data": { + "version": "2.0.1", + "packageName": "corser", + "hash": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==" + } + }, "npm:cosmiconfig": { "type": "npm", "name": "npm:cosmiconfig", @@ -1684,6 +3484,15 @@ "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" } }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.6", + "packageName": "cross-spawn", + "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" + } + }, "npm:debug": { "type": "npm", "name": "npm:debug", @@ -1693,13 +3502,58 @@ "hash": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" } }, - "npm:defaults": { + "npm:decompress-response": { "type": "npm", - "name": "npm:defaults", + "name": "npm:decompress-response", "data": { - "version": "1.0.4", - "packageName": "defaults", - "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + "version": "6.0.0", + "packageName": "decompress-response", + "hash": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" + } + }, + "npm:mimic-response@3.1.0": { + "type": "npm", + "name": "npm:mimic-response@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "mimic-response", + "hash": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" + } + }, + "npm:mimic-response": { + "type": "npm", + "name": "npm:mimic-response", + "data": { + "version": "4.0.0", + "packageName": "mimic-response", + "hash": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==" + } + }, + "npm:deep-eql": { + "type": "npm", + "name": "npm:deep-eql", + "data": { + "version": "5.0.2", + "packageName": "deep-eql", + "hash": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==" + } + }, + "npm:deep-is": { + "type": "npm", + "name": "npm:deep-is", + "data": { + "version": "0.1.4", + "packageName": "deep-is", + "hash": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + } + }, + "npm:defer-to-connect": { + "type": "npm", + "name": "npm:defer-to-connect", + "data": { + "version": "2.0.1", + "packageName": "defer-to-connect", + "hash": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==" } }, "npm:define-lazy-prop": { @@ -1765,6 +3619,15 @@ "hash": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" } }, + "npm:eastasianwidth": { + "type": "npm", + "name": "npm:eastasianwidth", + "data": { + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + } + }, "npm:ejs": { "type": "npm", "name": "npm:ejs", @@ -1783,15 +3646,6 @@ "hash": "sha512-o82Rj+ONp4Ip7Cl1r7lrqx/pXhbp/lh9DpKcMNscFJdh8ebyRofnc7Sh01B4jx403RI0oqTBvlZ7OBIZLMr2+Q==" } }, - "npm:emoji-regex": { - "type": "npm", - "name": "npm:emoji-regex", - "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } - }, "npm:end-of-stream": { "type": "npm", "name": "npm:end-of-stream", @@ -1837,6 +3691,15 @@ "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" } }, + "npm:es-module-lexer": { + "type": "npm", + "name": "npm:es-module-lexer", + "data": { + "version": "1.6.0", + "packageName": "es-module-lexer", + "hash": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==" + } + }, "npm:es-object-atoms": { "type": "npm", "name": "npm:es-object-atoms", @@ -1855,6 +3718,15 @@ "hash": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" } }, + "npm:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.25.2", + "packageName": "esbuild", + "hash": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==" + } + }, "npm:escalade": { "type": "npm", "name": "npm:escalade", @@ -1873,6 +3745,60 @@ "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, + "npm:escape-string-regexp@4.0.0": { + "type": "npm", + "name": "npm:escape-string-regexp@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } + }, + "npm:eslint": { + "type": "npm", + "name": "npm:eslint", + "data": { + "version": "9.25.1", + "packageName": "eslint", + "hash": "sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==" + } + }, + "npm:eslint-config-prettier": { + "type": "npm", + "name": "npm:eslint-config-prettier", + "data": { + "version": "10.1.2", + "packageName": "eslint-config-prettier", + "hash": "sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==" + } + }, + "npm:eslint-scope": { + "type": "npm", + "name": "npm:eslint-scope", + "data": { + "version": "8.3.0", + "packageName": "eslint-scope", + "hash": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==" + } + }, + "npm:espree": { + "type": "npm", + "name": "npm:espree", + "data": { + "version": "10.3.0", + "packageName": "espree", + "hash": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==" + } + }, + "npm:espree@9.6.1": { + "type": "npm", + "name": "npm:espree@9.6.1", + "data": { + "version": "9.6.1", + "packageName": "espree", + "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" + } + }, "npm:esprima": { "type": "npm", "name": "npm:esprima", @@ -1882,6 +3808,42 @@ "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" } }, + "npm:esquery": { + "type": "npm", + "name": "npm:esquery", + "data": { + "version": "1.6.0", + "packageName": "esquery", + "hash": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" + } + }, + "npm:esrecurse": { + "type": "npm", + "name": "npm:esrecurse", + "data": { + "version": "4.3.0", + "packageName": "esrecurse", + "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" + } + }, + "npm:estraverse": { + "type": "npm", + "name": "npm:estraverse", + "data": { + "version": "5.3.0", + "packageName": "estraverse", + "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + }, + "npm:estree-walker": { + "type": "npm", + "name": "npm:estree-walker", + "data": { + "version": "3.0.3", + "packageName": "estree-walker", + "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" + } + }, "npm:esutils": { "type": "npm", "name": "npm:esutils", @@ -1891,6 +3853,123 @@ "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" } }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "4.0.7", + "packageName": "eventemitter3", + "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + } + }, + "npm:execa": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "5.1.1", + "packageName": "execa", + "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" + } + }, + "npm:expect-type": { + "type": "npm", + "name": "npm:expect-type", + "data": { + "version": "1.2.1", + "packageName": "expect-type", + "hash": "sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==" + } + }, + "npm:ext-list": { + "type": "npm", + "name": "npm:ext-list", + "data": { + "version": "2.2.2", + "packageName": "ext-list", + "hash": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==" + } + }, + "npm:ext-name": { + "type": "npm", + "name": "npm:ext-name", + "data": { + "version": "5.0.0", + "packageName": "ext-name", + "hash": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==" + } + }, + "npm:fast-deep-equal": { + "type": "npm", + "name": "npm:fast-deep-equal", + "data": { + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } + }, + "npm:fast-fifo": { + "type": "npm", + "name": "npm:fast-fifo", + "data": { + "version": "1.3.2", + "packageName": "fast-fifo", + "hash": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.3.3", + "packageName": "fast-glob", + "hash": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" + } + }, + "npm:glob-parent@5.1.2": { + "type": "npm", + "name": "npm:glob-parent@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "6.0.2", + "packageName": "glob-parent", + "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" + } + }, + "npm:fast-json-stable-stringify": { + "type": "npm", + "name": "npm:fast-json-stable-stringify", + "data": { + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + } + }, + "npm:fast-levenshtein": { + "type": "npm", + "name": "npm:fast-levenshtein", + "data": { + "version": "2.0.6", + "packageName": "fast-levenshtein", + "hash": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.19.1", + "packageName": "fastq", + "hash": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==" + } + }, "npm:fdir": { "type": "npm", "name": "npm:fdir", @@ -1900,6 +3979,15 @@ "hash": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==" } }, + "npm:fflate": { + "type": "npm", + "name": "npm:fflate", + "data": { + "version": "0.8.2", + "packageName": "fflate", + "hash": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==" + } + }, "npm:figures": { "type": "npm", "name": "npm:figures", @@ -1909,6 +3997,60 @@ "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" } }, + "npm:file-entry-cache": { + "type": "npm", + "name": "npm:file-entry-cache", + "data": { + "version": "8.0.0", + "packageName": "file-entry-cache", + "hash": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" + } + }, + "npm:file-type": { + "type": "npm", + "name": "npm:file-type", + "data": { + "version": "19.6.0", + "packageName": "file-type", + "hash": "sha512-VZR5I7k5wkD0HgFnMsq5hOsSc710MJMu5Nc5QYsbe38NN5iPV/XTObYLc/cpttRTf6lX538+5uO1ZQRhYibiZQ==" + } + }, + "npm:get-stream@9.0.1": { + "type": "npm", + "name": "npm:get-stream@9.0.1", + "data": { + "version": "9.0.1", + "packageName": "get-stream", + "hash": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==" + } + }, + "npm:get-stream": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "6.0.1", + "packageName": "get-stream", + "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" + } + }, + "npm:is-stream@4.0.1": { + "type": "npm", + "name": "npm:is-stream@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "is-stream", + "hash": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + } + }, "npm:filelist": { "type": "npm", "name": "npm:filelist", @@ -1918,31 +4060,49 @@ "hash": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" } }, - "npm:minimatch@5.1.6": { + "npm:filename-reserved-regex": { "type": "npm", - "name": "npm:minimatch@5.1.6", + "name": "npm:filename-reserved-regex", "data": { - "version": "5.1.6", - "packageName": "minimatch", - "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + "version": "3.0.0", + "packageName": "filename-reserved-regex", + "hash": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==" } }, - "npm:minimatch@3.1.2": { + "npm:filenamify": { "type": "npm", - "name": "npm:minimatch@3.1.2", + "name": "npm:filenamify", "data": { - "version": "3.1.2", - "packageName": "minimatch", - "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + "version": "6.0.0", + "packageName": "filenamify", + "hash": "sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==" } }, - "npm:minimatch": { + "npm:fill-range": { "type": "npm", - "name": "npm:minimatch", + "name": "npm:fill-range", "data": { - "version": "9.0.3", - "packageName": "minimatch", - "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + "version": "7.1.1", + "packageName": "fill-range", + "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" + } + }, + "npm:find-up": { + "type": "npm", + "name": "npm:find-up", + "data": { + "version": "5.0.0", + "packageName": "find-up", + "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + } + }, + "npm:find-versions": { + "type": "npm", + "name": "npm:find-versions", + "data": { + "version": "5.1.0", + "packageName": "find-versions", + "hash": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==" } }, "npm:flat": { @@ -1954,6 +4114,24 @@ "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" } }, + "npm:flat-cache": { + "type": "npm", + "name": "npm:flat-cache", + "data": { + "version": "4.0.1", + "packageName": "flat-cache", + "hash": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" + } + }, + "npm:flatted": { + "type": "npm", + "name": "npm:flatted", + "data": { + "version": "3.3.3", + "packageName": "flatted", + "hash": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" + } + }, "npm:follow-redirects": { "type": "npm", "name": "npm:follow-redirects", @@ -1963,6 +4141,33 @@ "hash": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" } }, + "npm:foreground-child": { + "type": "npm", + "name": "npm:foreground-child", + "data": { + "version": "3.3.1", + "packageName": "foreground-child", + "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" + } + }, + "npm:signal-exit@4.1.0": { + "type": "npm", + "name": "npm:signal-exit@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, "npm:form-data": { "type": "npm", "name": "npm:form-data", @@ -1972,6 +4177,15 @@ "hash": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==" } }, + "npm:form-data-encoder": { + "type": "npm", + "name": "npm:form-data-encoder", + "data": { + "version": "2.1.4", + "packageName": "form-data-encoder", + "hash": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==" + } + }, "npm:front-matter": { "type": "npm", "name": "npm:front-matter", @@ -1990,6 +4204,15 @@ "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" } }, + "npm:fsevents": { + "type": "npm", + "name": "npm:fsevents", + "data": { + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + } + }, "npm:function-bind": { "type": "npm", "name": "npm:function-bind", @@ -2035,13 +4258,13 @@ "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" } }, - "npm:globals": { + "npm:glob": { "type": "npm", - "name": "npm:globals", + "name": "npm:glob", "data": { - "version": "11.12.0", - "packageName": "globals", - "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + "version": "10.4.5", + "packageName": "glob", + "hash": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" } }, "npm:gopd": { @@ -2053,6 +4276,33 @@ "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" } }, + "npm:got": { + "type": "npm", + "name": "npm:got", + "data": { + "version": "13.0.0", + "packageName": "got", + "hash": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==" + } + }, + "npm:graceful-fs": { + "type": "npm", + "name": "npm:graceful-fs", + "data": { + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + } + }, + "npm:graphemer": { + "type": "npm", + "name": "npm:graphemer", + "data": { + "version": "1.4.0", + "packageName": "graphemer", + "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + } + }, "npm:has-flag": { "type": "npm", "name": "npm:has-flag", @@ -2089,6 +4339,15 @@ "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" } }, + "npm:he": { + "type": "npm", + "name": "npm:he", + "data": { + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + } + }, "npm:hosted-git-info": { "type": "npm", "name": "npm:hosted-git-info", @@ -2116,6 +4375,78 @@ "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, + "npm:html-encoding-sniffer": { + "type": "npm", + "name": "npm:html-encoding-sniffer", + "data": { + "version": "3.0.0", + "packageName": "html-encoding-sniffer", + "hash": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==" + } + }, + "npm:html-escaper": { + "type": "npm", + "name": "npm:html-escaper", + "data": { + "version": "2.0.2", + "packageName": "html-escaper", + "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + } + }, + "npm:http-cache-semantics": { + "type": "npm", + "name": "npm:http-cache-semantics", + "data": { + "version": "4.1.1", + "packageName": "http-cache-semantics", + "hash": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + } + }, + "npm:http-proxy": { + "type": "npm", + "name": "npm:http-proxy", + "data": { + "version": "1.18.1", + "packageName": "http-proxy", + "hash": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" + } + }, + "npm:http-server": { + "type": "npm", + "name": "npm:http-server", + "data": { + "version": "14.1.1", + "packageName": "http-server", + "hash": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==" + } + }, + "npm:http2-wrapper": { + "type": "npm", + "name": "npm:http2-wrapper", + "data": { + "version": "2.2.1", + "packageName": "http2-wrapper", + "hash": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==" + } + }, + "npm:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "2.1.0", + "packageName": "human-signals", + "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" + } + }, + "npm:iconv-lite": { + "type": "npm", + "name": "npm:iconv-lite", + "data": { + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + } + }, "npm:ieee754": { "type": "npm", "name": "npm:ieee754", @@ -2143,6 +4474,15 @@ "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" } }, + "npm:imurmurhash": { + "type": "npm", + "name": "npm:imurmurhash", + "data": { + "version": "0.1.4", + "packageName": "imurmurhash", + "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + } + }, "npm:inherits": { "type": "npm", "name": "npm:inherits", @@ -2152,6 +4492,15 @@ "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" } }, + "npm:inspect-with-kind": { + "type": "npm", + "name": "npm:inspect-with-kind", + "data": { + "version": "1.0.5", + "packageName": "inspect-with-kind", + "hash": "sha512-MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==" + } + }, "npm:is-arrayish": { "type": "npm", "name": "npm:is-arrayish", @@ -2179,6 +4528,15 @@ "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" } }, + "npm:is-extglob": { + "type": "npm", + "name": "npm:is-extglob", + "data": { + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + } + }, "npm:is-fullwidth-code-point": { "type": "npm", "name": "npm:is-fullwidth-code-point", @@ -2188,6 +4546,15 @@ "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" } }, + "npm:is-glob": { + "type": "npm", + "name": "npm:is-glob", + "data": { + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + } + }, "npm:is-interactive": { "type": "npm", "name": "npm:is-interactive", @@ -2197,6 +4564,24 @@ "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" } }, + "npm:is-number": { + "type": "npm", + "name": "npm:is-number", + "data": { + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + } + }, + "npm:is-plain-obj": { + "type": "npm", + "name": "npm:is-plain-obj", + "data": { + "version": "1.1.0", + "packageName": "is-plain-obj", + "hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" + } + }, "npm:is-unicode-supported": { "type": "npm", "name": "npm:is-unicode-supported", @@ -2215,6 +4600,60 @@ "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:istanbul-lib-coverage": { + "type": "npm", + "name": "npm:istanbul-lib-coverage", + "data": { + "version": "3.2.2", + "packageName": "istanbul-lib-coverage", + "hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" + } + }, + "npm:istanbul-lib-report": { + "type": "npm", + "name": "npm:istanbul-lib-report", + "data": { + "version": "3.0.1", + "packageName": "istanbul-lib-report", + "hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" + } + }, + "npm:istanbul-lib-source-maps": { + "type": "npm", + "name": "npm:istanbul-lib-source-maps", + "data": { + "version": "5.0.6", + "packageName": "istanbul-lib-source-maps", + "hash": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==" + } + }, + "npm:istanbul-reports": { + "type": "npm", + "name": "npm:istanbul-reports", + "data": { + "version": "3.1.7", + "packageName": "istanbul-reports", + "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" + } + }, + "npm:jackspeak": { + "type": "npm", + "name": "npm:jackspeak", + "data": { + "version": "3.4.3", + "packageName": "jackspeak", + "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" + } + }, "npm:jake": { "type": "npm", "name": "npm:jake", @@ -2242,6 +4681,15 @@ "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" } }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "2.4.2", + "packageName": "jiti", + "hash": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" + } + }, "npm:js-tokens": { "type": "npm", "name": "npm:js-tokens", @@ -2251,15 +4699,6 @@ "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" } }, - "npm:js-yaml": { - "type": "npm", - "name": "npm:js-yaml", - "data": { - "version": "3.14.1", - "packageName": "js-yaml", - "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" - } - }, "npm:jsesc": { "type": "npm", "name": "npm:jsesc", @@ -2278,6 +4717,15 @@ "hash": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" } }, + "npm:json-buffer": { + "type": "npm", + "name": "npm:json-buffer", + "data": { + "version": "3.0.1", + "packageName": "json-buffer", + "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + } + }, "npm:json-parse-even-better-errors": { "type": "npm", "name": "npm:json-parse-even-better-errors", @@ -2287,6 +4735,24 @@ "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-stable-stringify-without-jsonify": { + "type": "npm", + "name": "npm:json-stable-stringify-without-jsonify", + "data": { + "version": "1.0.1", + "packageName": "json-stable-stringify-without-jsonify", + "hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + } + }, "npm:json5": { "type": "npm", "name": "npm:json5", @@ -2296,6 +4762,15 @@ "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, + "npm:jsonc-eslint-parser": { + "type": "npm", + "name": "npm:jsonc-eslint-parser", + "data": { + "version": "2.4.0", + "packageName": "jsonc-eslint-parser", + "hash": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==" + } + }, "npm:jsonc-parser": { "type": "npm", "name": "npm:jsonc-parser", @@ -2305,6 +4780,33 @@ "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" } }, + "npm:keyv": { + "type": "npm", + "name": "npm:keyv", + "data": { + "version": "4.5.4", + "packageName": "keyv", + "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" + } + }, + "npm:kind-of": { + "type": "npm", + "name": "npm:kind-of", + "data": { + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + }, + "npm:levn": { + "type": "npm", + "name": "npm:levn", + "data": { + "version": "0.4.1", + "packageName": "levn", + "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" + } + }, "npm:lines-and-columns": { "type": "npm", "name": "npm:lines-and-columns", @@ -2323,6 +4825,15 @@ "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, + "npm:locate-path": { + "type": "npm", + "name": "npm:locate-path", + "data": { + "version": "6.0.0", + "packageName": "locate-path", + "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + } + }, "npm:lodash.debounce": { "type": "npm", "name": "npm:lodash.debounce", @@ -2332,6 +4843,15 @@ "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" } }, + "npm:lodash.merge": { + "type": "npm", + "name": "npm:lodash.merge", + "data": { + "version": "4.6.2", + "packageName": "lodash.merge", + "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + } + }, "npm:log-symbols": { "type": "npm", "name": "npm:log-symbols", @@ -2341,6 +4861,51 @@ "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" } }, + "npm:loupe": { + "type": "npm", + "name": "npm:loupe", + "data": { + "version": "3.1.3", + "packageName": "loupe", + "hash": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==" + } + }, + "npm:lowercase-keys": { + "type": "npm", + "name": "npm:lowercase-keys", + "data": { + "version": "3.0.0", + "packageName": "lowercase-keys", + "hash": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==" + } + }, + "npm:magic-string": { + "type": "npm", + "name": "npm:magic-string", + "data": { + "version": "0.30.17", + "packageName": "magic-string", + "hash": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" + } + }, + "npm:magicast": { + "type": "npm", + "name": "npm:magicast", + "data": { + "version": "0.3.5", + "packageName": "magicast", + "hash": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==" + } + }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "4.0.0", + "packageName": "make-dir", + "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" + } + }, "npm:math-intrinsics": { "type": "npm", "name": "npm:math-intrinsics", @@ -2350,6 +4915,60 @@ "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" } }, + "npm:merge-stream": { + "type": "npm", + "name": "npm:merge-stream", + "data": { + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + } + }, + "npm:merge2": { + "type": "npm", + "name": "npm:merge2", + "data": { + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.8", + "packageName": "micromatch", + "hash": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.2", + "packageName": "picomatch", + "hash": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" + } + }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "1.6.0", + "packageName": "mime", + "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + }, "npm:mime-db": { "type": "npm", "name": "npm:mime-db", @@ -2386,6 +5005,24 @@ "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" } }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.1.2", + "packageName": "minipass", + "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" + } + }, + "npm:mrmime": { + "type": "npm", + "name": "npm:mrmime", + "data": { + "version": "2.0.1", + "packageName": "mrmime", + "hash": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" + } + }, "npm:ms": { "type": "npm", "name": "npm:ms", @@ -2395,6 +5032,24 @@ "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" } }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "3.3.11", + "packageName": "nanoid", + "hash": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" + } + }, + "npm:natural-compare": { + "type": "npm", + "name": "npm:natural-compare", + "data": { + "version": "1.4.0", + "packageName": "natural-compare", + "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + } + }, "npm:node-machine-id": { "type": "npm", "name": "npm:node-machine-id", @@ -2413,6 +5068,15 @@ "hash": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" } }, + "npm:normalize-url": { + "type": "npm", + "name": "npm:normalize-url", + "data": { + "version": "8.0.1", + "packageName": "normalize-url", + "hash": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==" + } + }, "npm:npm-package-arg": { "type": "npm", "name": "npm:npm-package-arg", @@ -2458,6 +5122,15 @@ "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" } }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.4", + "packageName": "object-inspect", + "hash": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" + } + }, "npm:once": { "type": "npm", "name": "npm:once", @@ -2485,6 +5158,24 @@ "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" } }, + "npm:opener": { + "type": "npm", + "name": "npm:opener", + "data": { + "version": "1.5.2", + "packageName": "opener", + "hash": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==" + } + }, + "npm:optionator": { + "type": "npm", + "name": "npm:optionator", + "data": { + "version": "0.9.4", + "packageName": "optionator", + "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" + } + }, "npm:ora": { "type": "npm", "name": "npm:ora", @@ -2494,6 +5185,42 @@ "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" } }, + "npm:p-cancelable": { + "type": "npm", + "name": "npm:p-cancelable", + "data": { + "version": "3.0.0", + "packageName": "p-cancelable", + "hash": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-locate": { + "type": "npm", + "name": "npm:p-locate", + "data": { + "version": "5.0.0", + "packageName": "p-locate", + "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + } + }, + "npm:package-json-from-dist": { + "type": "npm", + "name": "npm:package-json-from-dist", + "data": { + "version": "1.0.1", + "packageName": "package-json-from-dist", + "hash": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" + } + }, "npm:parent-module": { "type": "npm", "name": "npm:parent-module", @@ -2512,6 +5239,15 @@ "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" } }, + "npm:path-exists": { + "type": "npm", + "name": "npm:path-exists", + "data": { + "version": "4.0.0", + "packageName": "path-exists", + "hash": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + }, "npm:path-key": { "type": "npm", "name": "npm:path-key", @@ -2530,6 +5266,15 @@ "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" } }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.11.1", + "packageName": "path-scurry", + "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" + } + }, "npm:path-type": { "type": "npm", "name": "npm:path-type", @@ -2539,6 +5284,42 @@ "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" } }, + "npm:pathe": { + "type": "npm", + "name": "npm:pathe", + "data": { + "version": "2.0.3", + "packageName": "pathe", + "hash": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" + } + }, + "npm:pathval": { + "type": "npm", + "name": "npm:pathval", + "data": { + "version": "2.0.0", + "packageName": "pathval", + "hash": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==" + } + }, + "npm:peek-readable": { + "type": "npm", + "name": "npm:peek-readable", + "data": { + "version": "5.4.2", + "packageName": "peek-readable", + "hash": "sha512-peBp3qZyuS6cNIJ2akRNG1uo1WJ1d0wTxg/fxMdZ0BqCVhx242bSFHM9eNqflfJVS9SsgkzgT/1UgnsurBOTMg==" + } + }, + "npm:pend": { + "type": "npm", + "name": "npm:pend", + "data": { + "version": "1.2.0", + "packageName": "pend", + "hash": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" + } + }, "npm:picocolors": { "type": "npm", "name": "npm:picocolors", @@ -2548,15 +5329,6 @@ "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" } }, - "npm:picomatch": { - "type": "npm", - "name": "npm:picomatch", - "data": { - "version": "4.0.2", - "packageName": "picomatch", - "hash": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" - } - }, "npm:pirates": { "type": "npm", "name": "npm:pirates", @@ -2566,6 +5338,42 @@ "hash": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" } }, + "npm:piscina": { + "type": "npm", + "name": "npm:piscina", + "data": { + "version": "4.9.2", + "packageName": "piscina", + "hash": "sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==" + } + }, + "npm:portfinder": { + "type": "npm", + "name": "npm:portfinder", + "data": { + "version": "1.0.36", + "packageName": "portfinder", + "hash": "sha512-gMKUzCoP+feA7t45moaSx7UniU7PgGN3hA8acAB+3Qn7/js0/lJ07fYZlxt9riE9S3myyxDCyAFzSrLlta0c9g==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.5.3", + "packageName": "postcss", + "hash": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==" + } + }, + "npm:prelude-ls": { + "type": "npm", + "name": "npm:prelude-ls", + "data": { + "version": "1.2.1", + "packageName": "prelude-ls", + "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + } + }, "npm:pretty-format": { "type": "npm", "name": "npm:pretty-format", @@ -2593,6 +5401,42 @@ "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" } }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:qs": { + "type": "npm", + "name": "npm:qs", + "data": { + "version": "6.14.0", + "packageName": "qs", + "hash": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:quick-lru": { + "type": "npm", + "name": "npm:quick-lru", + "data": { + "version": "5.1.1", + "packageName": "quick-lru", + "hash": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" + } + }, "npm:react-is": { "type": "npm", "name": "npm:react-is", @@ -2683,6 +5527,15 @@ "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" } }, + "npm:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, "npm:resolve": { "type": "npm", "name": "npm:resolve", @@ -2692,6 +5545,15 @@ "hash": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" } }, + "npm:resolve-alpn": { + "type": "npm", + "name": "npm:resolve-alpn", + "data": { + "version": "1.2.1", + "packageName": "resolve-alpn", + "hash": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" + } + }, "npm:resolve-from": { "type": "npm", "name": "npm:resolve-from", @@ -2710,6 +5572,15 @@ "hash": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" } }, + "npm:responselike": { + "type": "npm", + "name": "npm:responselike", + "data": { + "version": "3.0.0", + "packageName": "responselike", + "hash": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==" + } + }, "npm:restore-cursor": { "type": "npm", "name": "npm:restore-cursor", @@ -2719,31 +5590,184 @@ "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" } }, - "npm:safe-buffer": { + "npm:reusify": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:reusify", "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "version": "1.1.0", + "packageName": "reusify", + "hash": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" } }, - "npm:signal-exit": { + "npm:rollup": { "type": "npm", - "name": "npm:signal-exit", + "name": "npm:rollup", "data": { - "version": "3.0.7", - "packageName": "signal-exit", - "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "version": "4.40.0", + "packageName": "rollup", + "hash": "sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==" } }, - "npm:source-map": { + "npm:run-parallel": { "type": "npm", - "name": "npm:source-map", + "name": "npm:run-parallel", "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:secure-compare": { + "type": "npm", + "name": "npm:secure-compare", + "data": { + "version": "3.0.1", + "packageName": "secure-compare", + "hash": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==" + } + }, + "npm:seek-bzip": { + "type": "npm", + "name": "npm:seek-bzip", + "data": { + "version": "2.0.0", + "packageName": "seek-bzip", + "hash": "sha512-SMguiTnYrhpLdk3PwfzHeotrcwi8bNV4iemL9tx9poR/yeaMYwB9VzR1w7b57DuWpuqR8n6oZboi0hj3AxZxQg==" + } + }, + "npm:semver-regex": { + "type": "npm", + "name": "npm:semver-regex", + "data": { + "version": "4.0.5", + "packageName": "semver-regex", + "hash": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==" + } + }, + "npm:semver-truncate": { + "type": "npm", + "name": "npm:semver-truncate", + "data": { + "version": "3.0.0", + "packageName": "semver-truncate", + "hash": "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.1.0", + "packageName": "side-channel", + "hash": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" + } + }, + "npm:side-channel-list": { + "type": "npm", + "name": "npm:side-channel-list", + "data": { + "version": "1.0.0", + "packageName": "side-channel-list", + "hash": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" + } + }, + "npm:side-channel-map": { + "type": "npm", + "name": "npm:side-channel-map", + "data": { + "version": "1.0.1", + "packageName": "side-channel-map", + "hash": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" + } + }, + "npm:side-channel-weakmap": { + "type": "npm", + "name": "npm:side-channel-weakmap", + "data": { + "version": "1.0.2", + "packageName": "side-channel-weakmap", + "hash": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" + } + }, + "npm:siginfo": { + "type": "npm", + "name": "npm:siginfo", + "data": { + "version": "2.0.0", + "packageName": "siginfo", + "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + } + }, + "npm:sirv": { + "type": "npm", + "name": "npm:sirv", + "data": { + "version": "3.0.1", + "packageName": "sirv", + "hash": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:sort-keys": { + "type": "npm", + "name": "npm:sort-keys", + "data": { + "version": "1.1.2", + "packageName": "sort-keys", + "hash": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==" + } + }, + "npm:sort-keys-length": { + "type": "npm", + "name": "npm:sort-keys-length", + "data": { + "version": "1.0.1", + "packageName": "sort-keys-length", + "hash": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==" + } + }, + "npm:source-map-js": { + "type": "npm", + "name": "npm:source-map-js", + "data": { + "version": "1.2.1", + "packageName": "source-map-js", + "hash": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" } }, "npm:sprintf-js": { @@ -2755,6 +5779,33 @@ "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" } }, + "npm:stackback": { + "type": "npm", + "name": "npm:stackback", + "data": { + "version": "0.0.2", + "packageName": "stackback", + "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + } + }, + "npm:std-env": { + "type": "npm", + "name": "npm:std-env", + "data": { + "version": "3.9.0", + "packageName": "std-env", + "hash": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==" + } + }, + "npm:streamx": { + "type": "npm", + "name": "npm:streamx", + "data": { + "version": "2.22.0", + "packageName": "streamx", + "hash": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==" + } + }, "npm:string_decoder": { "type": "npm", "name": "npm:string_decoder", @@ -2764,21 +5815,21 @@ "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" } }, - "npm:string-width": { + "npm:string-width-cjs": { "type": "npm", - "name": "npm:string-width", + "name": "npm:string-width-cjs", "data": { - "version": "4.2.3", - "packageName": "string-width", + "version": "npm:string-width@4.2.3", + "packageName": "string-width-cjs", "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" } }, - "npm:strip-ansi": { + "npm:strip-ansi-cjs": { "type": "npm", - "name": "npm:strip-ansi", + "name": "npm:strip-ansi-cjs", "data": { - "version": "6.0.1", - "packageName": "strip-ansi", + "version": "npm:strip-ansi@6.0.1", + "packageName": "strip-ansi-cjs", "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" } }, @@ -2791,6 +5842,42 @@ "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, + "npm:strip-dirs": { + "type": "npm", + "name": "npm:strip-dirs", + "data": { + "version": "3.0.0", + "packageName": "strip-dirs", + "hash": "sha512-I0sdgcFTfKQlUPZyAqPJmSG3HLO9rWDFnxonnIbskYNM3DwFOeTNB5KzVq3dA1GdRAc/25b5Y7UO2TQfKWw4aQ==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:strtok3": { + "type": "npm", + "name": "npm:strtok3", + "data": { + "version": "9.1.1", + "packageName": "strtok3", + "hash": "sha512-FhwotcEqjr241ZbjFzjlIYg6c5/L/s4yBGWSMvJ9UoExiSqL+FnFA/CaeZx17WGaZMS/4SOZp8wH18jSS4R4lw==" + } + }, "npm:supports-color": { "type": "npm", "name": "npm:supports-color", @@ -2809,13 +5896,49 @@ "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" } }, - "npm:tar-stream": { + "npm:test-exclude": { "type": "npm", - "name": "npm:tar-stream", + "name": "npm:test-exclude", "data": { - "version": "2.2.0", - "packageName": "tar-stream", - "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + "version": "7.0.1", + "packageName": "test-exclude", + "hash": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==" + } + }, + "npm:text-decoder": { + "type": "npm", + "name": "npm:text-decoder", + "data": { + "version": "1.2.3", + "packageName": "text-decoder", + "hash": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tinybench": { + "type": "npm", + "name": "npm:tinybench", + "data": { + "version": "2.9.0", + "packageName": "tinybench", + "hash": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" + } + }, + "npm:tinyexec": { + "type": "npm", + "name": "npm:tinyexec", + "data": { + "version": "0.3.2", + "packageName": "tinyexec", + "hash": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==" } }, "npm:tinyglobby": { @@ -2827,6 +5950,33 @@ "hash": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==" } }, + "npm:tinypool": { + "type": "npm", + "name": "npm:tinypool", + "data": { + "version": "1.0.2", + "packageName": "tinypool", + "hash": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==" + } + }, + "npm:tinyrainbow": { + "type": "npm", + "name": "npm:tinyrainbow", + "data": { + "version": "2.0.0", + "packageName": "tinyrainbow", + "hash": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==" + } + }, + "npm:tinyspy": { + "type": "npm", + "name": "npm:tinyspy", + "data": { + "version": "3.0.2", + "packageName": "tinyspy", + "hash": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==" + } + }, "npm:tmp": { "type": "npm", "name": "npm:tmp", @@ -2836,6 +5986,42 @@ "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" } }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:token-types": { + "type": "npm", + "name": "npm:token-types", + "data": { + "version": "6.0.0", + "packageName": "token-types", + "hash": "sha512-lbDrTLVsHhOMljPscd0yitpozq7Ga2M5Cvez5AjGg8GASBjtt6iERCAJ93yommPmz62fb45oFIXHEZ3u9bfJEA==" + } + }, + "npm:totalist": { + "type": "npm", + "name": "npm:totalist", + "data": { + "version": "3.0.1", + "packageName": "totalist", + "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" + } + }, + "npm:ts-api-utils": { + "type": "npm", + "name": "npm:ts-api-utils", + "data": { + "version": "2.1.0", + "packageName": "ts-api-utils", + "hash": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==" + } + }, "npm:tsconfig-paths": { "type": "npm", "name": "npm:tsconfig-paths", @@ -2854,6 +6040,15 @@ "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" } }, + "npm:type-check": { + "type": "npm", + "name": "npm:type-check", + "data": { + "version": "0.4.0", + "packageName": "type-check", + "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" + } + }, "npm:typescript": { "type": "npm", "name": "npm:typescript", @@ -2863,6 +6058,33 @@ "hash": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" } }, + "npm:typescript-eslint": { + "type": "npm", + "name": "npm:typescript-eslint", + "data": { + "version": "8.31.0", + "packageName": "typescript-eslint", + "hash": "sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==" + } + }, + "npm:uint8array-extras": { + "type": "npm", + "name": "npm:uint8array-extras", + "data": { + "version": "1.4.0", + "packageName": "uint8array-extras", + "hash": "sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==" + } + }, + "npm:unbzip2-stream": { + "type": "npm", + "name": "npm:unbzip2-stream", + "data": { + "version": "1.4.3", + "packageName": "unbzip2-stream", + "hash": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==" + } + }, "npm:unicode-canonical-property-names-ecmascript": { "type": "npm", "name": "npm:unicode-canonical-property-names-ecmascript", @@ -2899,6 +6121,15 @@ "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" } }, + "npm:union": { + "type": "npm", + "name": "npm:union", + "data": { + "version": "0.5.0", + "packageName": "union", + "hash": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==" + } + }, "npm:update-browserslist-db": { "type": "npm", "name": "npm:update-browserslist-db", @@ -2908,6 +6139,24 @@ "hash": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==" } }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-join": { + "type": "npm", + "name": "npm:url-join", + "data": { + "version": "4.0.1", + "packageName": "url-join", + "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" + } + }, "npm:util-deprecate": { "type": "npm", "name": "npm:util-deprecate", @@ -2926,6 +6175,33 @@ "hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==" } }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "6.3.2", + "packageName": "vite", + "hash": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==" + } + }, + "npm:vite-node": { + "type": "npm", + "name": "npm:vite-node", + "data": { + "version": "3.1.2", + "packageName": "vite-node", + "hash": "sha512-/8iMryv46J3aK13iUXsei5G/A3CUlW4665THCPS+K8xAaqrVWiGB4RfXMQXCLjpK9P2eK//BczrVkn5JLAk6DA==" + } + }, + "npm:vitest": { + "type": "npm", + "name": "npm:vitest", + "data": { + "version": "3.1.2", + "packageName": "vitest", + "hash": "sha512-WaxpJe092ID1C0mr+LH9MmNrhfzi8I65EX/NRU/Ld016KqQNRgxSOlGNP1hHN+a/F8L15Mh8klwaF77zR3GeDQ==" + } + }, "npm:wcwidth": { "type": "npm", "name": "npm:wcwidth", @@ -2935,12 +6211,48 @@ "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" } }, - "npm:wrap-ansi": { + "npm:whatwg-encoding": { "type": "npm", - "name": "npm:wrap-ansi", + "name": "npm:whatwg-encoding", "data": { - "version": "7.0.0", - "packageName": "wrap-ansi", + "version": "2.0.0", + "packageName": "whatwg-encoding", + "hash": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:why-is-node-running": { + "type": "npm", + "name": "npm:why-is-node-running", + "data": { + "version": "2.3.0", + "packageName": "why-is-node-running", + "hash": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==" + } + }, + "npm:word-wrap": { + "type": "npm", + "name": "npm:word-wrap", + "data": { + "version": "1.2.5", + "packageName": "word-wrap", + "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" + } + }, + "npm:wrap-ansi-cjs": { + "type": "npm", + "name": "npm:wrap-ansi-cjs", + "data": { + "version": "npm:wrap-ansi@7.0.0", + "packageName": "wrap-ansi-cjs", "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" } }, @@ -2988,9 +6300,49 @@ "packageName": "yargs-parser", "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" } + }, + "npm:yauzl": { + "type": "npm", + "name": "npm:yauzl", + "data": { + "version": "3.2.0", + "packageName": "yauzl", + "hash": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } } }, "dependencies": { + "@triliumnext/commons": [ + { + "source": "@triliumnext/commons", + "target": "npm:jsonc-eslint-parser", + "type": "dynamic" + }, + { + "source": "@triliumnext/commons", + "target": "npm:@swc/helpers", + "type": "static" + }, + { + "source": "@triliumnext/commons", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "@triliumnext/commons", + "target": "npm:vite", + "type": "static" + } + ], "npm:@ampproject/remapping": [ { "source": "npm:@ampproject/remapping", @@ -4944,6 +8296,212 @@ "type": "static" } ], + "npm:@eslint-community/eslint-utils": [ + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ], + "npm:@eslint/config-array": [ + { + "source": "npm:@eslint/config-array", + "target": "npm:@eslint/object-schema", + "type": "static" + }, + { + "source": "npm:@eslint/config-array", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@eslint/config-array", + "target": "npm:minimatch@3.1.2", + "type": "static" + } + ], + "npm:brace-expansion@1.1.11": [ + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + } + ], + "npm:minimatch@3.1.2": [ + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + } + ], + "npm:@eslint/core": [ + { + "source": "npm:@eslint/core", + "target": "npm:@types/json-schema", + "type": "static" + } + ], + "npm:@eslint/eslintrc": [ + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:globals@14.0.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:strip-json-comments", + "type": "static" + } + ], + "npm:js-yaml@4.1.0": [ + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse", + "type": "static" + } + ], + "npm:@eslint/plugin-kit": [ + { + "source": "npm:@eslint/plugin-kit", + "target": "npm:@eslint/core", + "type": "static" + }, + { + "source": "npm:@eslint/plugin-kit", + "target": "npm:levn", + "type": "static" + } + ], + "npm:@humanfs/node": [ + { + "source": "npm:@humanfs/node", + "target": "npm:@humanfs/core", + "type": "static" + }, + { + "source": "npm:@humanfs/node", + "target": "npm:@humanwhocodes/retry@0.3.1", + "type": "static" + } + ], + "npm:@isaacs/cliui": [ + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + } + ], + "npm:string-width@5.1.2": [ + { + "source": "npm:string-width@5.1.2", + "target": "npm:eastasianwidth", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:emoji-regex@9.2.2", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + } + ], + "npm:strip-ansi@7.1.0": [ + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.1.0", + "type": "static" + } + ], + "npm:wrap-ansi@8.1.0": [ + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + } + ], "npm:@jest/schemas": [ { "source": "npm:@jest/schemas", @@ -4980,6 +8538,88 @@ "type": "static" } ], + "npm:@napi-rs/nice": [ + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-android-arm64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-darwin-arm64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-darwin-x64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-freebsd-x64", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-ppc64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-s390x-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:@napi-rs/nice", + "target": "npm:@napi-rs/nice-win32-x64-msvc", + "type": "static" + } + ], "npm:@napi-rs/wasm-runtime": [ { "source": "npm:@napi-rs/wasm-runtime", @@ -4997,6 +8637,30 @@ "type": "static" } ], + "npm:@nodelib/fs.scandir": [ + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + } + ], + "npm:@nodelib/fs.walk": [ + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + } + ], "npm:@nx/devkit": [ { "source": "npm:@nx/devkit", @@ -5044,6 +8708,105 @@ "type": "static" } ], + "npm:@nx/eslint": [ + { + "source": "npm:@nx/eslint", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:@nx/eslint-plugin": [ + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:confusing-browser-globals", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:globals@15.15.0", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:jsonc-eslint-parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:tslib", + "type": "static" + } + ], "npm:@nx/js": [ { "source": "npm:@nx/js", @@ -5191,6 +8954,90 @@ "type": "static" } ], + "npm:@nx/vite": [ + { + "source": "npm:@nx/vite", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@phenomnomnominal/tsquery", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:@swc/helpers", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/vite", + "target": "npm:tsconfig-paths", + "type": "static" + } + ], + "npm:@nx/web": [ + { + "source": "npm:@nx/web", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:detect-port", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:http-server", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@nx/web", + "target": "npm:tslib", + "type": "static" + } + ], "npm:@nx/workspace": [ { "source": "npm:@nx/workspace", @@ -5233,6 +9080,18 @@ "type": "static" } ], + "npm:@phenomnomnominal/tsquery": [ + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:esquery", + "type": "static" + } + ], "npm:@swc-node/core": [ { "source": "npm:@swc-node/core", @@ -5311,6 +9170,58 @@ "type": "static" } ], + "npm:@swc/cli": [ + { + "source": "npm:@swc/cli", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:@swc/counter", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:@xhmikosr/bin-wrapper", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:commander", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:piscina", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@swc/cli", + "target": "npm:source-map@0.7.4", + "type": "static" + } + ], "npm:@swc/core": [ { "source": "npm:@swc/core", @@ -5392,6 +9303,13 @@ "type": "static" } ], + "npm:@szmarczak/http-timer": [ + { + "source": "npm:@szmarczak/http-timer", + "target": "npm:defer-to-connect", + "type": "static" + } + ], "npm:@tybys/wasm-util": [ { "source": "npm:@tybys/wasm-util", @@ -5399,6 +9317,687 @@ "type": "static" } ], + "npm:@typescript-eslint/eslint-plugin": [ + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/parser": [ + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:debug", + "type": "static" + } + ], + "npm:@typescript-eslint/scope-manager": [ + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + } + ], + "npm:@typescript-eslint/type-utils": [ + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/typescript-estree": [ + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:minimatch@9.0.5": [ + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:@typescript-eslint/utils": [ + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + } + ], + "npm:@typescript-eslint/visitor-keys": [ + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:eslint-visitor-keys@4.2.0", + "type": "static" + } + ], + "npm:@vitest/coverage-v8": [ + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:@bcoe/v8-coverage", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-lib-source-maps", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:istanbul-reports", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:magicast", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:std-env", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:test-exclude", + "type": "static" + }, + { + "source": "npm:@vitest/coverage-v8", + "target": "npm:tinyrainbow", + "type": "static" + } + ], + "npm:@vitest/expect": [ + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:tinyrainbow", + "type": "static" + } + ], + "npm:@vitest/mocker": [ + { + "source": "npm:@vitest/mocker", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@vitest/mocker", + "target": "npm:magic-string", + "type": "static" + } + ], + "npm:@vitest/pretty-format": [ + { + "source": "npm:@vitest/pretty-format", + "target": "npm:tinyrainbow", + "type": "static" + } + ], + "npm:@vitest/runner": [ + { + "source": "npm:@vitest/runner", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:pathe", + "type": "static" + } + ], + "npm:@vitest/snapshot": [ + { + "source": "npm:@vitest/snapshot", + "target": "npm:@vitest/pretty-format", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:pathe", + "type": "static" + } + ], + "npm:@vitest/spy": [ + { + "source": "npm:@vitest/spy", + "target": "npm:tinyspy", + "type": "static" + } + ], + "npm:@vitest/ui": [ + { + "source": "npm:@vitest/ui", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:fflate", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:sirv", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:tinyglobby", + "type": "static" + }, + { + "source": "npm:@vitest/ui", + "target": "npm:tinyrainbow", + "type": "static" + } + ], + "npm:@vitest/utils": [ + { + "source": "npm:@vitest/utils", + "target": "npm:@vitest/pretty-format", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:tinyrainbow", + "type": "static" + } + ], + "npm:@xhmikosr/archive-type": [ + { + "source": "npm:@xhmikosr/archive-type", + "target": "npm:file-type", + "type": "static" + } + ], + "npm:@xhmikosr/bin-check": [ + { + "source": "npm:@xhmikosr/bin-check", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-check", + "target": "npm:isexe", + "type": "static" + } + ], + "npm:@xhmikosr/bin-wrapper": [ + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:@xhmikosr/bin-check", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:@xhmikosr/downloader", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:@xhmikosr/os-filter-obj", + "type": "static" + }, + { + "source": "npm:@xhmikosr/bin-wrapper", + "target": "npm:bin-version-check", + "type": "static" + } + ], + "npm:@xhmikosr/decompress": [ + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-tar", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-tarbz2", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-targz", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:@xhmikosr/decompress-unzip", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress", + "target": "npm:strip-dirs", + "type": "static" + } + ], + "npm:@xhmikosr/decompress-tar": [ + { + "source": "npm:@xhmikosr/decompress-tar", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tar", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tar", + "target": "npm:tar-stream@3.1.7", + "type": "static" + } + ], + "npm:tar-stream@3.1.7": [ + { + "source": "npm:tar-stream@3.1.7", + "target": "npm:b4a", + "type": "static" + }, + { + "source": "npm:tar-stream@3.1.7", + "target": "npm:fast-fifo", + "type": "static" + }, + { + "source": "npm:tar-stream@3.1.7", + "target": "npm:streamx", + "type": "static" + } + ], + "npm:@xhmikosr/decompress-tarbz2": [ + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:@xhmikosr/decompress-tar", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:seek-bzip", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-tarbz2", + "target": "npm:unbzip2-stream", + "type": "static" + } + ], + "npm:@xhmikosr/decompress-targz": [ + { + "source": "npm:@xhmikosr/decompress-targz", + "target": "npm:@xhmikosr/decompress-tar", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-targz", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-targz", + "target": "npm:is-stream", + "type": "static" + } + ], + "npm:@xhmikosr/decompress-unzip": [ + { + "source": "npm:@xhmikosr/decompress-unzip", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-unzip", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/decompress-unzip", + "target": "npm:yauzl", + "type": "static" + } + ], + "npm:@xhmikosr/downloader": [ + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:@xhmikosr/archive-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:@xhmikosr/decompress", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:defaults@3.0.0", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:ext-name", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:file-type", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:filenamify", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:@xhmikosr/downloader", + "target": "npm:got", + "type": "static" + } + ], + "npm:@xhmikosr/os-filter-obj": [ + { + "source": "npm:@xhmikosr/os-filter-obj", + "target": "npm:arch", + "type": "static" + } + ], "npm:@yarnpkg/parsers": [ { "source": "npm:@yarnpkg/parsers", @@ -5418,6 +10017,35 @@ "type": "static" } ], + "npm:acorn-jsx": [ + { + "source": "npm:acorn-jsx", + "target": "npm:acorn", + "type": "static" + } + ], + "npm:ajv": [ + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + } + ], "npm:ansi-styles": [ { "source": "npm:ansi-styles", @@ -5539,6 +10167,42 @@ "type": "static" } ], + "npm:basic-auth": [ + { + "source": "npm:basic-auth", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + } + ], + "npm:bin-version": [ + { + "source": "npm:bin-version", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:bin-version", + "target": "npm:find-versions", + "type": "static" + } + ], + "npm:bin-version-check": [ + { + "source": "npm:bin-version-check", + "target": "npm:bin-version", + "type": "static" + }, + { + "source": "npm:bin-version-check", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:bin-version-check", + "target": "npm:semver-truncate", + "type": "static" + } + ], "npm:bl": [ { "source": "npm:bl", @@ -5563,6 +10227,13 @@ "type": "static" } ], + "npm:braces": [ + { + "source": "npm:braces", + "target": "npm:fill-range", + "type": "static" + } + ], "npm:browserslist": [ { "source": "npm:browserslist", @@ -5597,6 +10268,43 @@ "type": "static" } ], + "npm:cacheable-request": [ + { + "source": "npm:cacheable-request", + "target": "npm:@types/http-cache-semantics", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:http-cache-semantics", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:keyv", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:mimic-response", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:normalize-url", + "type": "static" + }, + { + "source": "npm:cacheable-request", + "target": "npm:responselike", + "type": "static" + } + ], "npm:call-bind-apply-helpers": [ { "source": "npm:call-bind-apply-helpers", @@ -5609,6 +10317,45 @@ "type": "static" } ], + "npm:call-bound": [ + { + "source": "npm:call-bound", + "target": "npm:call-bind-apply-helpers", + "type": "static" + }, + { + "source": "npm:call-bound", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:chai": [ + { + "source": "npm:chai", + "target": "npm:assertion-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:check-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:deep-eql", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:pathval", + "type": "static" + } + ], "npm:chalk": [ { "source": "npm:chalk", @@ -5671,6 +10418,13 @@ "type": "static" } ], + "npm:content-disposition": [ + { + "source": "npm:content-disposition", + "target": "npm:safe-buffer", + "type": "static" + } + ], "npm:core-js-compat": [ { "source": "npm:core-js-compat", @@ -5705,6 +10459,23 @@ "type": "static" } ], + "npm:cross-spawn": [ + { + "source": "npm:cross-spawn", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:shebang-command", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:which", + "type": "static" + } + ], "npm:debug": [ { "source": "npm:debug", @@ -5712,6 +10483,13 @@ "type": "static" } ], + "npm:decompress-response": [ + { + "source": "npm:decompress-response", + "target": "npm:mimic-response@3.1.0", + "type": "static" + } + ], "npm:defaults": [ { "source": "npm:defaults", @@ -5812,6 +10590,479 @@ "type": "static" } ], + "npm:esbuild": [ + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + } + ], + "npm:eslint": [ + { + "source": "npm:eslint", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/config-array", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/config-helpers", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/core", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/eslintrc", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/js", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/plugin-kit", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanfs/node", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/module-importer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/retry", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:escape-string-regexp@4.0.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-scope", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-visitor-keys@4.2.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esquery", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:file-entry-cache", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:find-up", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:json-stable-stringify-without-jsonify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:optionator", + "type": "static" + } + ], + "npm:eslint-config-prettier": [ + { + "source": "npm:eslint-config-prettier", + "target": "npm:eslint", + "type": "static" + } + ], + "npm:eslint-scope": [ + { + "source": "npm:eslint-scope", + "target": "npm:esrecurse", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:estraverse", + "type": "static" + } + ], + "npm:espree": [ + { + "source": "npm:espree", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:acorn-jsx", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:eslint-visitor-keys@4.2.0", + "type": "static" + } + ], + "npm:esquery": [ + { + "source": "npm:esquery", + "target": "npm:estraverse", + "type": "static" + } + ], + "npm:esrecurse": [ + { + "source": "npm:esrecurse", + "target": "npm:estraverse", + "type": "static" + } + ], + "npm:estree-walker": [ + { + "source": "npm:estree-walker", + "target": "npm:@types/estree", + "type": "static" + } + ], + "npm:execa": [ + { + "source": "npm:execa", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:human-signals", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:strip-final-newline", + "type": "static" + } + ], + "npm:ext-list": [ + { + "source": "npm:ext-list", + "target": "npm:mime-db", + "type": "static" + } + ], + "npm:ext-name": [ + { + "source": "npm:ext-name", + "target": "npm:ext-list", + "type": "static" + }, + { + "source": "npm:ext-name", + "target": "npm:sort-keys-length", + "type": "static" + } + ], + "npm:fast-glob": [ + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:glob-parent@5.1.2": [ + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + } + ], + "npm:fastq": [ + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + } + ], "npm:fdir": [ { "source": "npm:fdir", @@ -5826,6 +11077,47 @@ "type": "static" } ], + "npm:file-entry-cache": [ + { + "source": "npm:file-entry-cache", + "target": "npm:flat-cache", + "type": "static" + } + ], + "npm:file-type": [ + { + "source": "npm:file-type", + "target": "npm:get-stream@9.0.1", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:strtok3", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:token-types", + "type": "static" + }, + { + "source": "npm:file-type", + "target": "npm:uint8array-extras", + "type": "static" + } + ], + "npm:get-stream@9.0.1": [ + { + "source": "npm:get-stream@9.0.1", + "target": "npm:@sec-ant/readable-stream", + "type": "static" + }, + { + "source": "npm:get-stream@9.0.1", + "target": "npm:is-stream@4.0.1", + "type": "static" + } + ], "npm:filelist": [ { "source": "npm:filelist", @@ -5840,6 +11132,63 @@ "type": "static" } ], + "npm:filenamify": [ + { + "source": "npm:filenamify", + "target": "npm:filename-reserved-regex", + "type": "static" + } + ], + "npm:fill-range": [ + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + } + ], + "npm:find-up": [ + { + "source": "npm:find-up", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:path-exists", + "type": "static" + } + ], + "npm:find-versions": [ + { + "source": "npm:find-versions", + "target": "npm:semver-regex", + "type": "static" + } + ], + "npm:flat-cache": [ + { + "source": "npm:flat-cache", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:keyv", + "type": "static" + } + ], + "npm:foreground-child": [ + { + "source": "npm:foreground-child", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:signal-exit@4.1.0", + "type": "static" + } + ], "npm:form-data": [ { "source": "npm:form-data", @@ -5933,6 +11282,102 @@ "type": "static" } ], + "npm:glob": [ + { + "source": "npm:glob", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:path-scurry", + "type": "static" + } + ], + "npm:glob-parent": [ + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + } + ], + "npm:got": [ + { + "source": "npm:got", + "target": "npm:@sindresorhus/is", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:@szmarczak/http-timer", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:cacheable-lookup", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:cacheable-request", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:decompress-response", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:form-data-encoder", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:http2-wrapper", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:lowercase-keys", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:p-cancelable", + "type": "static" + }, + { + "source": "npm:got", + "target": "npm:responselike", + "type": "static" + } + ], "npm:has-tostringtag": [ { "source": "npm:has-tostringtag", @@ -5954,6 +11399,116 @@ "type": "static" } ], + "npm:html-encoding-sniffer": [ + { + "source": "npm:html-encoding-sniffer", + "target": "npm:whatwg-encoding", + "type": "static" + } + ], + "npm:http-proxy": [ + { + "source": "npm:http-proxy", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:requires-port", + "type": "static" + } + ], + "npm:http-server": [ + { + "source": "npm:http-server", + "target": "npm:basic-auth", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:corser", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:he", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:html-encoding-sniffer", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:opener", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:portfinder", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:secure-compare", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:union", + "type": "static" + }, + { + "source": "npm:http-server", + "target": "npm:url-join", + "type": "static" + } + ], + "npm:http2-wrapper": [ + { + "source": "npm:http2-wrapper", + "target": "npm:quick-lru", + "type": "static" + }, + { + "source": "npm:http2-wrapper", + "target": "npm:resolve-alpn", + "type": "static" + } + ], + "npm:iconv-lite": [ + { + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", + "type": "static" + } + ], "npm:import-fresh": [ { "source": "npm:import-fresh", @@ -5966,6 +11521,13 @@ "type": "static" } ], + "npm:inspect-with-kind": [ + { + "source": "npm:inspect-with-kind", + "target": "npm:kind-of", + "type": "static" + } + ], "npm:is-core-module": [ { "source": "npm:is-core-module", @@ -5973,6 +11535,13 @@ "type": "static" } ], + "npm:is-glob": [ + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + } + ], "npm:is-wsl": [ { "source": "npm:is-wsl", @@ -5980,6 +11549,64 @@ "type": "static" } ], + "npm:istanbul-lib-report": [ + { + "source": "npm:istanbul-lib-report", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:istanbul-lib-source-maps": [ + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:istanbul-lib-coverage", + "type": "static" + } + ], + "npm:istanbul-reports": [ + { + "source": "npm:istanbul-reports", + "target": "npm:html-escaper", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:istanbul-lib-report", + "type": "static" + } + ], + "npm:jackspeak": [ + { + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", + "type": "static" + } + ], "npm:jake": [ { "source": "npm:jake", @@ -6002,25 +11629,6 @@ "type": "static" } ], - "npm:brace-expansion@1.1.11": [ - { - "source": "npm:brace-expansion@1.1.11", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:brace-expansion@1.1.11", - "target": "npm:concat-map", - "type": "static" - } - ], - "npm:minimatch@3.1.2": [ - { - "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion@1.1.11", - "type": "static" - } - ], "npm:jest-diff": [ { "source": "npm:jest-diff", @@ -6062,6 +11670,71 @@ "type": "static" } ], + "npm:jsonc-eslint-parser": [ + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:espree@9.6.1", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:semver", + "type": "static" + } + ], + "npm:espree@9.6.1": [ + { + "source": "npm:espree@9.6.1", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:espree@9.6.1", + "target": "npm:acorn-jsx", + "type": "static" + }, + { + "source": "npm:espree@9.6.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ], + "npm:keyv": [ + { + "source": "npm:keyv", + "target": "npm:json-buffer", + "type": "static" + } + ], + "npm:levn": [ + { + "source": "npm:levn", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:type-check", + "type": "static" + } + ], + "npm:locate-path": [ + { + "source": "npm:locate-path", + "target": "npm:p-locate", + "type": "static" + } + ], "npm:log-symbols": [ { "source": "npm:log-symbols", @@ -6081,6 +11754,49 @@ "type": "static" } ], + "npm:magic-string": [ + { + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:magicast": [ + { + "source": "npm:magicast", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:magicast", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:magicast", + "target": "npm:source-map-js", + "type": "static" + } + ], + "npm:make-dir": [ + { + "source": "npm:make-dir", + "target": "npm:semver", + "type": "static" + } + ], + "npm:micromatch": [ + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], "npm:mime-types": [ { "source": "npm:mime-types", @@ -6387,6 +12103,38 @@ "type": "static" } ], + "npm:optionator": [ + { + "source": "npm:optionator", + "target": "npm:deep-is", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:fast-levenshtein", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:word-wrap", + "type": "static" + } + ], "npm:ora": [ { "source": "npm:ora", @@ -6429,6 +12177,20 @@ "type": "static" } ], + "npm:p-limit": [ + { + "source": "npm:p-limit", + "target": "npm:yocto-queue", + "type": "static" + } + ], + "npm:p-locate": [ + { + "source": "npm:p-locate", + "target": "npm:p-limit", + "type": "static" + } + ], "npm:parent-module": [ { "source": "npm:parent-module", @@ -6458,6 +12220,54 @@ "type": "static" } ], + "npm:path-scurry": [ + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + } + ], + "npm:piscina": [ + { + "source": "npm:piscina", + "target": "npm:@napi-rs/nice", + "type": "static" + } + ], + "npm:portfinder": [ + { + "source": "npm:portfinder", + "target": "npm:async", + "type": "static" + }, + { + "source": "npm:portfinder", + "target": "npm:debug", + "type": "static" + } + ], + "npm:postcss": [ + { + "source": "npm:postcss", + "target": "npm:nanoid", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:source-map-js", + "type": "static" + } + ], "npm:pretty-format": [ { "source": "npm:pretty-format", @@ -6475,6 +12285,13 @@ "type": "static" } ], + "npm:qs": [ + { + "source": "npm:qs", + "target": "npm:side-channel", + "type": "static" + } + ], "npm:readable-stream": [ { "source": "npm:readable-stream", @@ -6562,6 +12379,13 @@ "type": "static" } ], + "npm:responselike": [ + { + "source": "npm:responselike", + "target": "npm:lowercase-keys", + "type": "static" + } + ], "npm:restore-cursor": [ { "source": "npm:restore-cursor", @@ -6574,6 +12398,265 @@ "type": "static" } ], + "npm:rollup": [ + { + "source": "npm:rollup", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-musleabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-loongarch64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-s390x-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:run-parallel": [ + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + } + ], + "npm:seek-bzip": [ + { + "source": "npm:seek-bzip", + "target": "npm:commander@6.2.1", + "type": "static" + } + ], + "npm:semver-truncate": [ + { + "source": "npm:semver-truncate", + "target": "npm:semver", + "type": "static" + } + ], + "npm:shebang-command": [ + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + } + ], + "npm:side-channel": [ + { + "source": "npm:side-channel", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:side-channel-list", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:side-channel-map", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:side-channel-weakmap", + "type": "static" + } + ], + "npm:side-channel-list": [ + { + "source": "npm:side-channel-list", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-list", + "target": "npm:object-inspect", + "type": "static" + } + ], + "npm:side-channel-map": [ + { + "source": "npm:side-channel-map", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel-map", + "target": "npm:object-inspect", + "type": "static" + } + ], + "npm:side-channel-weakmap": [ + { + "source": "npm:side-channel-weakmap", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:side-channel-weakmap", + "target": "npm:side-channel-map", + "type": "static" + } + ], + "npm:sirv": [ + { + "source": "npm:sirv", + "target": "npm:@polka/url", + "type": "static" + }, + { + "source": "npm:sirv", + "target": "npm:mrmime", + "type": "static" + }, + { + "source": "npm:sirv", + "target": "npm:totalist", + "type": "static" + } + ], + "npm:sort-keys": [ + { + "source": "npm:sort-keys", + "target": "npm:is-plain-obj", + "type": "static" + } + ], + "npm:sort-keys-length": [ + { + "source": "npm:sort-keys-length", + "target": "npm:sort-keys", + "type": "static" + } + ], "npm:source-map-support": [ { "source": "npm:source-map-support", @@ -6586,6 +12669,23 @@ "type": "static" } ], + "npm:streamx": [ + { + "source": "npm:streamx", + "target": "npm:fast-fifo", + "type": "static" + }, + { + "source": "npm:streamx", + "target": "npm:text-decoder", + "type": "static" + }, + { + "source": "npm:streamx", + "target": "npm:bare-events", + "type": "static" + } + ], "npm:string_decoder": [ { "source": "npm:string_decoder", @@ -6610,6 +12710,23 @@ "type": "static" } ], + "npm:string-width-cjs": [ + { + "source": "npm:string-width-cjs", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:strip-ansi", + "type": "static" + } + ], "npm:strip-ansi": [ { "source": "npm:strip-ansi", @@ -6617,6 +12734,37 @@ "type": "static" } ], + "npm:strip-ansi-cjs": [ + { + "source": "npm:strip-ansi-cjs", + "target": "npm:ansi-regex", + "type": "static" + } + ], + "npm:strip-dirs": [ + { + "source": "npm:strip-dirs", + "target": "npm:inspect-with-kind", + "type": "static" + }, + { + "source": "npm:strip-dirs", + "target": "npm:is-plain-obj", + "type": "static" + } + ], + "npm:strtok3": [ + { + "source": "npm:strtok3", + "target": "npm:@tokenizer/token", + "type": "static" + }, + { + "source": "npm:strtok3", + "target": "npm:peek-readable", + "type": "static" + } + ], "npm:supports-color": [ { "source": "npm:supports-color", @@ -6651,6 +12799,30 @@ "type": "static" } ], + "npm:test-exclude": [ + { + "source": "npm:test-exclude", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:minimatch@9.0.5", + "type": "static" + } + ], + "npm:text-decoder": [ + { + "source": "npm:text-decoder", + "target": "npm:b4a", + "type": "static" + } + ], "npm:tinyglobby": [ { "source": "npm:tinyglobby", @@ -6663,6 +12835,32 @@ "type": "static" } ], + "npm:to-regex-range": [ + { + "source": "npm:to-regex-range", + "target": "npm:is-number", + "type": "static" + } + ], + "npm:token-types": [ + { + "source": "npm:token-types", + "target": "npm:@tokenizer/token", + "type": "static" + }, + { + "source": "npm:token-types", + "target": "npm:ieee754", + "type": "static" + } + ], + "npm:ts-api-utils": [ + { + "source": "npm:ts-api-utils", + "target": "npm:typescript", + "type": "static" + } + ], "npm:tsconfig-paths": [ { "source": "npm:tsconfig-paths", @@ -6680,6 +12878,52 @@ "type": "static" } ], + "npm:type-check": [ + { + "source": "npm:type-check", + "target": "npm:prelude-ls", + "type": "static" + } + ], + "npm:typescript-eslint": [ + { + "source": "npm:typescript-eslint", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:@typescript-eslint/eslint-plugin", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:typescript-eslint", + "target": "npm:@typescript-eslint/utils", + "type": "static" + } + ], + "npm:unbzip2-stream": [ + { + "source": "npm:unbzip2-stream", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:unbzip2-stream", + "target": "npm:through", + "type": "static" + } + ], "npm:unicode-match-property-ecmascript": [ { "source": "npm:unicode-match-property-ecmascript", @@ -6692,6 +12936,13 @@ "type": "static" } ], + "npm:union": [ + { + "source": "npm:union", + "target": "npm:qs", + "type": "static" + } + ], "npm:update-browserslist-db": [ { "source": "npm:update-browserslist-db", @@ -6709,6 +12960,204 @@ "type": "static" } ], + "npm:uri-js": [ + { + "source": "npm:uri-js", + "target": "npm:punycode", + "type": "static" + } + ], + "npm:vite": [ + { + "source": "npm:vite", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fdir", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:tinyglobby", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:vite-node": [ + { + "source": "npm:vite-node", + "target": "npm:cac", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:es-module-lexer", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:vite", + "type": "static" + } + ], + "npm:vitest": [ + { + "source": "npm:vitest", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/ui", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/expect", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/mocker", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/pretty-format", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/runner", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/snapshot", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:expect-type", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:std-env", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinybench", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinyexec", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinyglobby", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinypool", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinyrainbow", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite-node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:why-is-node-running", + "type": "static" + } + ], "npm:wcwidth": [ { "source": "npm:wcwidth", @@ -6716,6 +13165,32 @@ "type": "static" } ], + "npm:whatwg-encoding": [ + { + "source": "npm:whatwg-encoding", + "target": "npm:iconv-lite", + "type": "static" + } + ], + "npm:which": [ + { + "source": "npm:which", + "target": "npm:isexe", + "type": "static" + } + ], + "npm:why-is-node-running": [ + { + "source": "npm:why-is-node-running", + "target": "npm:siginfo", + "type": "static" + }, + { + "source": "npm:why-is-node-running", + "target": "npm:stackback", + "type": "static" + } + ], "npm:wrap-ansi": [ { "source": "npm:wrap-ansi", @@ -6733,6 +13208,23 @@ "type": "static" } ], + "npm:wrap-ansi-cjs": [ + { + "source": "npm:wrap-ansi-cjs", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:wrap-ansi-cjs", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:wrap-ansi-cjs", + "target": "npm:strip-ansi", + "type": "static" + } + ], "npm:yargs": [ { "source": "npm:yargs", @@ -6769,9 +13261,21 @@ "target": "npm:yargs-parser", "type": "static" } + ], + "npm:yauzl": [ + { + "source": "npm:yauzl", + "target": "npm:buffer-crc32", + "type": "static" + }, + { + "source": "npm:yauzl", + "target": "npm:pend", + "type": "static" + } ] }, "version": "6.0", "errors": [], - "computedAt": 1745322159781 + "computedAt": 1745323545907 } \ No newline at end of file diff --git a/.nx/workspace-data/source-maps.json b/.nx/workspace-data/source-maps.json index 9e26dfeeb..9cbbec750 100644 --- a/.nx/workspace-data/source-maps.json +++ b/.nx/workspace-data/source-maps.json @@ -1 +1,328 @@ -{} \ No newline at end of file +{ + "packages/commons": { + "root": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "projectType": [ + "packages/commons/tsconfig.spec.json", + "@nx/js/typescript" + ], + "targets": [ + "packages/commons/tsconfig.json", + "@nx/js/typescript" + ], + "targets.typecheck": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.dependsOn": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.options": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.cache": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.inputs": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.outputs": [ + "packages/commons/tsconfig.json", + "@nx/js/typescript" + ], + "targets.typecheck.syncGenerators": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.metadata": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.executor": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.options.cwd": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.options.command": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.metadata.technologies": [ + "packages/commons/tsconfig.json", + "@nx/js/typescript" + ], + "targets.typecheck.metadata.technologies.0": [ + "packages/commons/tsconfig.json", + "@nx/js/typescript" + ], + "targets.typecheck.metadata.description": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.metadata.help": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.metadata.help.command": [ + "packages/commons/tsconfig.json", + "@nx/js/typescript" + ], + "targets.typecheck.metadata.help.example": [ + "packages/commons/tsconfig.json", + "@nx/js/typescript" + ], + "targets.watch-deps": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.watch-deps.dependsOn": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.watch-deps.executor": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.watch-deps.options": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.watch-deps.options.command": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.lint": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.cache": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.options": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.inputs": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.outputs": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.executor": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.options.cwd": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.options.command": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata.technologies": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata.technologies.0": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata.description": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata.help": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata.help.command": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.lint.metadata.help.example": [ + "packages/commons/eslint.config.mjs", + "@nx/eslint/plugin" + ], + "targets.test": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.options": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.cache": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.inputs": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.outputs": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.executor": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.options.cwd": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.options.command": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata.technologies": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata.technologies.0": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata.description": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata.help": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata.help.command": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.test.metadata.help.example": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "targets.typecheck.metadata.technologies.1": [ + "packages/commons/vite.config.ts", + "@nx/vite/plugin" + ], + "name": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "sourceRoot": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "tags": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "tags.npm:private": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "metadata.targetGroups": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "metadata.js": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "metadata.js.packageName": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "metadata.js.packageExports": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "metadata.js.packageMain": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "metadata.js.isInPackageManagerWorkspaces": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.executor": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.outputs": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.options": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.options.outputPath": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.options.main": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.options.tsConfig": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.options.skipTypeCheck": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.options.stripLeadingPaths": [ + "packages/commons/package.json", + "nx/core/package-json" + ], + "targets.build.cache": [ + "nx.json", + "nx/target-defaults" + ], + "targets.build.dependsOn": [ + "nx.json", + "nx/target-defaults" + ], + "targets.build.inputs": [ + "nx.json", + "nx/target-defaults" + ], + "targets.build.parallelism": [ + "nx.json", + "nx/target-defaults" + ], + "targets.test.dependsOn": [ + "nx.json", + "nx/target-defaults" + ], + "targets.test.parallelism": [ + "nx.json", + "nx/target-defaults" + ] + } +} \ No newline at end of file diff --git a/.nx/workspace-data/tsc-2568428459166798129.hash b/.nx/workspace-data/tsc-2568428459166798129.hash index d85c5dfb7..61e0029e0 100644 --- a/.nx/workspace-data/tsc-2568428459166798129.hash +++ b/.nx/workspace-data/tsc-2568428459166798129.hash @@ -1 +1 @@ -{"11869391778795483303__regroup/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.js","{projectRoot}/*.ts","{projectRoot}/*.js","{projectRoot}/spec/**/*.ts","!{projectRoot}/node_modules/**/*","!{projectRoot}/spec-es6/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15245114416479820821__regroup/tsconfig.webpack.json":{"targets":{}},"13561622157985728922__regroup_monorepo/apps/client/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/client"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"14093822253295871777__regroup_monorepo/apps/desktop/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/desktop"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"7047387383306593424__regroup_monorepo/apps/dump-db/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/dump-db"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15278217660991004003__regroup_monorepo/apps/edit-docs/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/edit-docs"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"14098683966078983814__regroup_monorepo/apps/server/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/server"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"4523360418648941323__regroup_monorepo/packages/commons/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/packages/commons"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15502824874048194340__regroup/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"5174094915127372198__regroup/tsconfig.webpack.json":{"targets":{}},"9941204692689511145__regroup_monorepo/apps/client/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/client"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"8111885867260379424__regroup_monorepo/apps/desktop/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/desktop"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"5075580413691806581__regroup_monorepo/apps/dump-db/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/dump-db"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"426201073132973769__regroup_monorepo/apps/edit-docs/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/edit-docs"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15053296202139263368__regroup_monorepo/apps/server/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/server"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"10868516203616069637__regroup_monorepo/packages/commons/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/packages/commons"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}}} \ No newline at end of file +{"11869391778795483303__regroup/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.js","{projectRoot}/*.ts","{projectRoot}/*.js","{projectRoot}/spec/**/*.ts","!{projectRoot}/node_modules/**/*","!{projectRoot}/spec-es6/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15245114416479820821__regroup/tsconfig.webpack.json":{"targets":{}},"13561622157985728922__regroup_monorepo/apps/client/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/client"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"14093822253295871777__regroup_monorepo/apps/desktop/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/desktop"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"7047387383306593424__regroup_monorepo/apps/dump-db/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/dump-db"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15278217660991004003__regroup_monorepo/apps/edit-docs/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/edit-docs"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"14098683966078983814__regroup_monorepo/apps/server/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/server"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"4523360418648941323__regroup_monorepo/packages/commons/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/packages/commons"},"cache":true,"inputs":["{projectRoot}/package.json","{projectRoot}/tsconfig.json","{projectRoot}/src/**/*.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15502824874048194340__regroup/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"5174094915127372198__regroup/tsconfig.webpack.json":{"targets":{}},"9941204692689511145__regroup_monorepo/apps/client/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/client"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"8111885867260379424__regroup_monorepo/apps/desktop/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/desktop"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"5075580413691806581__regroup_monorepo/apps/dump-db/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/dump-db"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/**/*.js","{projectRoot}/**/*.cjs","{projectRoot}/**/*.mjs","{projectRoot}/**/*.jsx","{projectRoot}/**/*.js.map","{projectRoot}/**/*.jsx.map","{projectRoot}/**/*.d.ts","{projectRoot}/**/*.d.cts","{projectRoot}/**/*.d.mts","{projectRoot}/**/*.d.ts.map","{projectRoot}/**/*.d.cts.map","{projectRoot}/**/*.d.mts.map","{projectRoot}/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"426201073132973769__regroup_monorepo/apps/edit-docs/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/edit-docs"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/src/**/*.d.ts","{projectRoot}/build/src/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"15053296202139263368__regroup_monorepo/apps/server/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/apps/server"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"10868516203616069637__regroup_monorepo/packages/commons/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"_regroup_monorepo/packages/commons"},"cache":true,"inputs":["production","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/build/**/*.d.ts","{projectRoot}/build/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"9659040931357452508_packages/commons/tsconfig.json":{"targets":{"typecheck":{"dependsOn":["build","^typecheck"],"command":"tsc --build --emitDeclarationOnly","options":{"cwd":"packages/commons"},"cache":true,"inputs":["{projectRoot}/package.json","{workspaceRoot}/tsconfig.base.json","{projectRoot}/tsconfig.json","{projectRoot}/tsconfig.lib.json","{projectRoot}/tsconfig.spec.json","{projectRoot}/src/**/*.ts","{projectRoot}/vite.config.ts","{projectRoot}/vite.config.mts","{projectRoot}/vitest.config.ts","{projectRoot}/vitest.config.mts","{projectRoot}/src/**/*.test.ts","{projectRoot}/src/**/*.spec.ts","{projectRoot}/src/**/*.test.tsx","{projectRoot}/src/**/*.spec.tsx","{projectRoot}/src/**/*.test.js","{projectRoot}/src/**/*.spec.js","{projectRoot}/src/**/*.test.jsx","{projectRoot}/src/**/*.spec.jsx","{projectRoot}/src/**/*.d.ts","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/dist/**/*.d.ts","{projectRoot}/dist/**/*.d.ts.map","{projectRoot}/dist/tsconfig.lib.tsbuildinfo","{projectRoot}/out-tsc/vitest/**/*.d.ts","{projectRoot}/out-tsc/vitest/**/*.d.ts.map","{projectRoot}/out-tsc/vitest/tsconfig.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Runs type-checking for the project.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}}}},"10173870156370054417_packages/commons/tsconfig.lib.json":{"targets":{"build":{"dependsOn":["^build"],"command":"tsc --build tsconfig.lib.json","options":{"cwd":"packages/commons"},"cache":true,"inputs":["{projectRoot}/package.json","{workspaceRoot}/tsconfig.base.json","{projectRoot}/tsconfig.lib.json","{projectRoot}/src/**/*.ts","!{projectRoot}/vite.config.ts","!{projectRoot}/vite.config.mts","!{projectRoot}/vitest.config.ts","!{projectRoot}/vitest.config.mts","!{projectRoot}/src/**/*.test.ts","!{projectRoot}/src/**/*.spec.ts","!{projectRoot}/src/**/*.test.tsx","!{projectRoot}/src/**/*.spec.tsx","!{projectRoot}/src/**/*.test.js","!{projectRoot}/src/**/*.spec.js","!{projectRoot}/src/**/*.test.jsx","!{projectRoot}/src/**/*.spec.jsx","^production",{"externalDependencies":["typescript"]}],"outputs":["{projectRoot}/dist/**/*.d.ts","{projectRoot}/dist/**/*.d.ts.map","{projectRoot}/dist/tsconfig.lib.tsbuildinfo"],"syncGenerators":["@nx/js:typescript-sync"],"metadata":{"technologies":["typescript"],"description":"Builds the project with `tsc`.","help":{"command":"npx tsc --build --help","example":{"args":["--force"]}}}},"build-deps":{"dependsOn":["^build"]},"watch-deps":{"dependsOn":["build-deps"],"command":"npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"}}},"11264567673388099205_packages/commons/tsconfig.spec.json":{"targets":{}}} \ No newline at end of file diff --git a/.nx/workspace-data/tsconfig-files.hash b/.nx/workspace-data/tsconfig-files.hash index 3867d5175..6f83b7973 100644 --- a/.nx/workspace-data/tsconfig-files.hash +++ b/.nx/workspace-data/tsconfig-files.hash @@ -1 +1 @@ -{"version":1,"data":{"_regroup/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"4035316250107280252"},"_regroup/tsconfig.webpack.json":{"data":{"options":{"outDir":"_regroup/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"6907118777807948892"},"_regroup_monorepo/apps/client/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"14767859997928425739"},"_regroup_monorepo/apps/desktop/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/desktop/build/src"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"13836985792475651782"},"_regroup_monorepo/apps/dump-db/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"13443438839210231598"},"_regroup_monorepo/apps/edit-docs/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/edit-docs/build/src"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"12225141163520618803"},"_regroup_monorepo/apps/server/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/server/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"845305129518775256"},"_regroup_monorepo/packages/commons/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/packages/commons/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"6514291953471485556"},"tsconfig.base.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"8900268571896142108"},"tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"1379983966652230747"}}} \ No newline at end of file +{"version":1,"data":{"_regroup/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"4035316250107280252"},"_regroup/tsconfig.webpack.json":{"data":{"options":{"outDir":"_regroup/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"6907118777807948892"},"_regroup_monorepo/apps/client/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"14767859997928425739"},"_regroup_monorepo/apps/desktop/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/desktop/build/src"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"13836985792475651782"},"_regroup_monorepo/apps/dump-db/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"13443438839210231598"},"_regroup_monorepo/apps/edit-docs/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/edit-docs/build/src"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"12225141163520618803"},"_regroup_monorepo/apps/server/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/server/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"845305129518775256"},"_regroup_monorepo/packages/commons/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/packages/commons/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"6514291953471485556"},"tsconfig.base.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"8900268571896142108"},"tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/commons","originalPath":"./packages/commons"}]},"extendedFilesHash":"8900268571896142108|","hash":"15145157276445734434"},"packages/commons/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/commons/tsconfig.lib.json","originalPath":"./tsconfig.lib.json"},{"path":"packages/commons/tsconfig.spec.json","originalPath":"./tsconfig.spec.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"12834038490315927699"},"packages/commons/tsconfig.lib.json":{"data":{"options":{"rootDir":"packages/commons/src","outDir":"packages/commons/dist","tsBuildInfoFile":"packages/commons/dist/tsconfig.lib.tsbuildinfo"},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"6071029124077261918"},"packages/commons/tsconfig.spec.json":{"data":{"options":{"outDir":"packages/commons/out-tsc/vitest"},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/commons/tsconfig.lib.json","originalPath":"./tsconfig.lib.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"12757693314151657395"}}} \ No newline at end of file diff --git a/.nx/workspace-data/vite-9347777721732807074.hash b/.nx/workspace-data/vite-9347777721732807074.hash index 9e26dfeeb..ec563d3a7 100644 --- a/.nx/workspace-data/vite-9347777721732807074.hash +++ b/.nx/workspace-data/vite-9347777721732807074.hash @@ -1 +1,272 @@ -{} \ No newline at end of file +{ + "15881646843349715899packages/commons/vite.config.ts": { + "targets": { + "test": { + "command": "vitest", + "options": { + "cwd": "packages/commons" + }, + "cache": true, + "inputs": [ + "default", + "^production", + { + "externalDependencies": [ + "vitest" + ] + }, + { + "env": "CI" + } + ], + "outputs": [ + "{projectRoot}/test-output/vitest/coverage" + ], + "metadata": { + "technologies": [ + "vite" + ], + "description": "Run Vite tests", + "help": { + "command": "npx vitest --help", + "example": { + "options": { + "bail": 1, + "coverage": true + } + } + } + } + }, + "typecheck": { + "cache": true, + "inputs": [ + "production", + "^production", + { + "externalDependencies": [ + "typescript" + ] + } + ], + "command": "tsc --build --emitDeclarationOnly", + "options": { + "cwd": "packages/commons" + }, + "metadata": { + "description": "Runs type-checking for the project.", + "technologies": [ + "typescript" + ], + "help": { + "command": "npx tsc --build --help", + "example": { + "args": [ + "--force" + ] + } + } + }, + "dependsOn": [ + "^typecheck" + ], + "syncGenerators": [ + "@nx/js:typescript-sync" + ] + }, + "build-deps": { + "dependsOn": [ + "^build" + ] + }, + "watch-deps": { + "dependsOn": [ + "build-deps" + ], + "command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons" + } + }, + "metadata": {}, + "projectType": "application" + }, + "5599795979456303503packages/commons/vite.config.ts": { + "targets": { + "test": { + "command": "vitest", + "options": { + "cwd": "packages/commons" + }, + "cache": true, + "inputs": [ + "default", + "^production", + { + "externalDependencies": [ + "vitest" + ] + }, + { + "env": "CI" + } + ], + "outputs": [ + "{projectRoot}/test-output/vitest/coverage" + ], + "metadata": { + "technologies": [ + "vite" + ], + "description": "Run Vite tests", + "help": { + "command": "npx vitest --help", + "example": { + "options": { + "bail": 1, + "coverage": true + } + } + } + } + }, + "typecheck": { + "cache": true, + "inputs": [ + "production", + "^production", + { + "externalDependencies": [ + "typescript" + ] + } + ], + "command": "tsc --build --emitDeclarationOnly", + "options": { + "cwd": "packages/commons" + }, + "metadata": { + "description": "Runs type-checking for the project.", + "technologies": [ + "typescript" + ], + "help": { + "command": "npx tsc --build --help", + "example": { + "args": [ + "--force" + ] + } + } + }, + "dependsOn": [ + "^typecheck" + ], + "syncGenerators": [ + "@nx/js:typescript-sync" + ] + }, + "build-deps": { + "dependsOn": [ + "^build" + ] + }, + "watch-deps": { + "dependsOn": [ + "build-deps" + ], + "command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons" + } + }, + "metadata": {}, + "projectType": "application" + }, + "2742294943103602198packages/commons/vite.config.ts": { + "targets": { + "test": { + "command": "vitest", + "options": { + "cwd": "packages/commons" + }, + "cache": true, + "inputs": [ + "default", + "^production", + { + "externalDependencies": [ + "vitest" + ] + }, + { + "env": "CI" + } + ], + "outputs": [ + "{projectRoot}/test-output/vitest/coverage" + ], + "metadata": { + "technologies": [ + "vite" + ], + "description": "Run Vite tests", + "help": { + "command": "npx vitest --help", + "example": { + "options": { + "bail": 1, + "coverage": true + } + } + } + } + }, + "typecheck": { + "cache": true, + "inputs": [ + "production", + "^production", + { + "externalDependencies": [ + "typescript" + ] + } + ], + "command": "tsc --build --emitDeclarationOnly", + "options": { + "cwd": "packages/commons" + }, + "metadata": { + "description": "Runs type-checking for the project.", + "technologies": [ + "typescript" + ], + "help": { + "command": "npx tsc --build --help", + "example": { + "args": [ + "--force" + ] + } + } + }, + "dependsOn": [ + "^typecheck" + ], + "syncGenerators": [ + "@nx/js:typescript-sync" + ] + }, + "build-deps": { + "dependsOn": [ + "^build" + ] + }, + "watch-deps": { + "dependsOn": [ + "build-deps" + ], + "command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons" + } + }, + "metadata": {}, + "projectType": "application" + } +} \ No newline at end of file diff --git a/packages/commons/dist/index.js b/packages/commons/dist/index.js new file mode 100644 index 000000000..c8e9044f5 --- /dev/null +++ b/packages/commons/dist/index.js @@ -0,0 +1,3 @@ +export * from './lib/commons.js'; + +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/packages/commons/dist/index.js.map b/packages/commons/dist/index.js.map new file mode 100644 index 000000000..45deb07fa --- /dev/null +++ b/packages/commons/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './lib/commons.js';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mBAAmB"} \ No newline at end of file diff --git a/packages/commons/dist/lib/hidden_subtree.js b/packages/commons/dist/lib/hidden_subtree.js new file mode 100644 index 000000000..ea191a4c5 --- /dev/null +++ b/packages/commons/dist/lib/hidden_subtree.js @@ -0,0 +1,12 @@ +var Command; +(function(Command) { + Command[Command["jumpToNote"] = 0] = "jumpToNote"; + Command[Command["searchNotes"] = 1] = "searchNotes"; + Command[Command["createNoteIntoInbox"] = 2] = "createNoteIntoInbox"; + Command[Command["showRecentChanges"] = 3] = "showRecentChanges"; + Command[Command["showOptions"] = 4] = "showOptions"; + Command[Command["createAiChat"] = 5] = "createAiChat"; +})(Command || (Command = {})); +export { }; + +//# sourceMappingURL=hidden_subtree.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/hidden_subtree.js.map b/packages/commons/dist/lib/hidden_subtree.js.map new file mode 100644 index 000000000..5fe8660e5 --- /dev/null +++ b/packages/commons/dist/lib/hidden_subtree.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/hidden_subtree.ts"],"sourcesContent":["import { AttributeType } from \"./rows.js\";\n\ntype LauncherNoteType = \"launcher\" | \"search\" | \"doc\" | \"noteMap\" | \"contentWidget\" | \"book\" | \"file\" | \"image\" | \"text\" | \"relationMap\" | \"render\" | \"canvas\" | \"mermaid\" | \"webView\" | \"code\" | \"mindMap\" | \"geoMap\";\n\nenum Command {\n jumpToNote,\n searchNotes,\n createNoteIntoInbox,\n showRecentChanges,\n showOptions,\n createAiChat\n}\n\nexport interface HiddenSubtreeAttribute {\n type: AttributeType;\n name: string;\n isInheritable?: boolean;\n value?: string;\n}\n\nexport interface HiddenSubtreeItem {\n notePosition?: number;\n id: string;\n title: string;\n type: LauncherNoteType;\n icon?: string;\n attributes?: HiddenSubtreeAttribute[];\n children?: HiddenSubtreeItem[];\n isExpanded?: boolean;\n baseSize?: string;\n growthFactor?: string;\n targetNoteId?: \"_backendLog\" | \"_globalNoteMap\";\n builtinWidget?:\n | \"todayInJournal\"\n | \"bookmarks\"\n | \"spacer\"\n | \"backInHistoryButton\"\n | \"forwardInHistoryButton\"\n | \"syncStatus\"\n | \"protectedSession\"\n | \"calendar\"\n | \"quickSearch\"\n | \"aiChatLauncher\";\n command?: keyof typeof Command;\n}"],"names":["Command"],"rangeMappings":";;;;;;;;;","mappings":";UAIKA;;;;;;;GAAAA,YAAAA;AAgBL,WAwBC"} \ No newline at end of file diff --git a/packages/commons/dist/lib/i18n.js b/packages/commons/dist/lib/i18n.js new file mode 100644 index 000000000..f29feb52a --- /dev/null +++ b/packages/commons/dist/lib/i18n.js @@ -0,0 +1,3 @@ +export { }; + +//# sourceMappingURL=i18n.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/i18n.js.map b/packages/commons/dist/lib/i18n.js.map new file mode 100644 index 000000000..4fe740268 --- /dev/null +++ b/packages/commons/dist/lib/i18n.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/i18n.ts"],"sourcesContent":["export interface Locale {\n id: string;\n name: string;\n /** `true` if the language is a right-to-left one, or `false` if it's left-to-right. */\n rtl?: boolean;\n /** `true` if the language is not supported by the application as a display language, but it is selectable by the user for the content. */\n contentOnly?: boolean;\n /** The value to pass to `--lang` for the Electron instance in order to set it as a locale. Not setting it will hide it from the list of supported locales. */\n electronLocale?: string;\n}"],"names":[],"rangeMappings":"","mappings":"AAAA,WASC"} \ No newline at end of file diff --git a/packages/commons/dist/lib/index.js b/packages/commons/dist/lib/index.js new file mode 100644 index 000000000..a205f9c8a --- /dev/null +++ b/packages/commons/dist/lib/index.js @@ -0,0 +1,8 @@ +export * from "./i18n.js"; +export * from "./options_interface.js"; +export * from "./keyboard_actions_interface.js"; +export * from "./hidden_subtree.js"; +export * from "./rows.js"; +export * from "./test-utils.js"; + +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/index.js.map b/packages/commons/dist/lib/index.js.map new file mode 100644 index 000000000..0064146c0 --- /dev/null +++ b/packages/commons/dist/lib/index.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/index.ts"],"sourcesContent":["export * from \"./i18n.js\";\nexport * from \"./options_interface.js\";\nexport * from \"./keyboard_actions_interface.js\";\nexport * from \"./hidden_subtree.js\";\nexport * from \"./rows.js\";\nexport * from \"./test-utils.js\""],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,yBAAyB;AACvC,cAAc,kCAAkC;AAChD,cAAc,sBAAsB;AACpC,cAAc,YAAY;AAC1B,cAAc,kBAAiB"} \ No newline at end of file diff --git a/packages/commons/dist/lib/keyboard_actions_interface.js b/packages/commons/dist/lib/keyboard_actions_interface.js new file mode 100644 index 000000000..e67307bfe --- /dev/null +++ b/packages/commons/dist/lib/keyboard_actions_interface.js @@ -0,0 +1,4 @@ +var KeyboardActionNamesEnum; +export { }; + +//# sourceMappingURL=keyboard_actions_interface.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/keyboard_actions_interface.js.map b/packages/commons/dist/lib/keyboard_actions_interface.js.map new file mode 100644 index 000000000..4aaa1fd2c --- /dev/null +++ b/packages/commons/dist/lib/keyboard_actions_interface.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/keyboard_actions_interface.ts"],"sourcesContent":["const enum KeyboardActionNamesEnum {\n backInNoteHistory,\n forwardInNoteHistory,\n jumpToNote,\n scrollToActiveNote,\n quickSearch,\n searchInSubtree,\n expandSubtree,\n collapseTree,\n collapseSubtree,\n sortChildNotes,\n createNoteAfter,\n createNoteInto,\n createNoteIntoInbox,\n deleteNotes,\n moveNoteUp,\n moveNoteDown,\n moveNoteUpInHierarchy,\n moveNoteDownInHierarchy,\n editNoteTitle,\n editBranchPrefix,\n cloneNotesTo,\n moveNotesTo,\n copyNotesToClipboard,\n pasteNotesFromClipboard,\n cutNotesToClipboard,\n selectAllNotesInParent,\n addNoteAboveToSelection,\n addNoteBelowToSelection,\n duplicateSubtree,\n openNewTab,\n closeActiveTab,\n reopenLastTab,\n activateNextTab,\n activatePreviousTab,\n openNewWindow,\n toggleTray,\n toggleZenMode,\n firstTab,\n secondTab,\n thirdTab,\n fourthTab,\n fifthTab,\n sixthTab,\n seventhTab,\n eigthTab,\n ninthTab,\n lastTab,\n showNoteSource,\n showOptions,\n showRevisions,\n showRecentChanges,\n showSQLConsole,\n showBackendLog,\n showCheatsheet,\n showHelp,\n addLinkToText,\n followLinkUnderCursor,\n insertDateTimeToText,\n pasteMarkdownIntoText,\n cutIntoNote,\n addIncludeNoteToText,\n editReadOnlyNote,\n addNewLabel,\n addNewRelation,\n toggleRibbonTabClassicEditor,\n toggleRibbonTabBasicProperties,\n toggleRibbonTabBookProperties,\n toggleRibbonTabFileProperties,\n toggleRibbonTabImageProperties,\n toggleRibbonTabOwnedAttributes,\n toggleRibbonTabInheritedAttributes,\n toggleRibbonTabPromotedAttributes,\n toggleRibbonTabNoteMap,\n toggleRibbonTabNoteInfo,\n toggleRibbonTabNotePaths,\n toggleRibbonTabSimilarNotes,\n toggleRightPane,\n printActiveNote,\n exportAsPdf,\n openNoteExternally,\n renderActiveNote,\n runActiveNote,\n toggleNoteHoisting,\n unhoist,\n reloadFrontendApp,\n openDevTools,\n findInText,\n toggleLeftPane,\n toggleFullscreen,\n zoomOut,\n zoomIn,\n zoomReset,\n copyWithoutFormatting,\n forceSaveRevision\n}\n\nexport type KeyboardActionNames = keyof typeof KeyboardActionNamesEnum;\n\nexport interface KeyboardShortcut {\n separator?: string;\n actionName?: KeyboardActionNames;\n description?: string;\n defaultShortcuts?: string[];\n effectiveShortcuts?: string[];\n /**\n * Scope here means on which element the keyboard shortcuts are attached - this means that for the shortcut to work,\n * the focus has to be inside the element.\n *\n * So e.g. shortcuts with \"note-tree\" scope work only when the focus is in note tree.\n * This allows to have the same shortcut have different actions attached based on the context\n * e.g. CTRL-C in note tree does something a bit different from CTRL-C in the text editor.\n */\n scope?: \"window\" | \"note-tree\" | \"text-detail\" | \"code-detail\";\n}\n\nexport interface KeyboardShortcutWithRequiredActionName extends KeyboardShortcut {\n actionName: KeyboardActionNames;\n}\n"],"names":[],"rangeMappings":";","mappings":";AAoHA,WAEC"} \ No newline at end of file diff --git a/packages/commons/dist/lib/options_interface.js b/packages/commons/dist/lib/options_interface.js new file mode 100644 index 000000000..e7e06fb12 --- /dev/null +++ b/packages/commons/dist/lib/options_interface.js @@ -0,0 +1,3 @@ +export { }; + +//# sourceMappingURL=options_interface.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/options_interface.js.map b/packages/commons/dist/lib/options_interface.js.map new file mode 100644 index 000000000..afb1d9026 --- /dev/null +++ b/packages/commons/dist/lib/options_interface.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/options_interface.ts"],"sourcesContent":["import type { KeyboardActionNames } from \"./keyboard_actions_interface.js\";\n\n/**\n * A dictionary where the keys are the option keys (e.g. `theme`) and their corresponding values.\n */\nexport type OptionMap = Record;\n\n/**\n * For each keyboard action, there is a corresponding option which identifies the key combination defined by the user.\n */\ntype KeyboardShortcutsOptions = {\n [key in T as `keyboardShortcuts${Capitalize}`]: string;\n};\n\nexport type FontFamily = \"theme\" | \"serif\" | \"sans-serif\" | \"monospace\" | string;\n\nexport interface OptionDefinitions extends KeyboardShortcutsOptions {\n openNoteContexts: string;\n lastDailyBackupDate: string;\n lastWeeklyBackupDate: string;\n lastMonthlyBackupDate: string;\n dbVersion: string;\n theme: string;\n syncServerHost: string;\n syncServerTimeout: string;\n syncProxy: string;\n mainFontFamily: FontFamily;\n treeFontFamily: FontFamily;\n detailFontFamily: FontFamily;\n monospaceFontFamily: FontFamily;\n spellCheckLanguageCode: string;\n codeNotesMimeTypes: string;\n headingStyle: string;\n highlightsList: string;\n customSearchEngineName: string;\n customSearchEngineUrl: string;\n locale: string;\n formattingLocale: string;\n codeBlockTheme: string;\n textNoteEditorType: string;\n layoutOrientation: string;\n allowedHtmlTags: string;\n documentId: string;\n documentSecret: string;\n passwordVerificationHash: string;\n passwordVerificationSalt: string;\n passwordDerivedKeySalt: string;\n encryptedDataKey: string;\n hoistedNoteId: string;\n\n // Multi-Factor Authentication\n mfaEnabled: boolean;\n mfaMethod: string;\n totpEncryptionSalt: string;\n totpEncryptedSecret: string;\n totpVerificationHash: string;\n encryptedRecoveryCodes: boolean;\n userSubjectIdentifierSaved: boolean;\n recoveryCodeInitialVector: string;\n recoveryCodeSecurityKey: string;\n recoveryCodesEncrypted: string;\n\n lastSyncedPull: number;\n lastSyncedPush: number;\n revisionSnapshotTimeInterval: number;\n revisionSnapshotTimeIntervalTimeScale: number;\n revisionSnapshotNumberLimit: number;\n protectedSessionTimeout: number;\n protectedSessionTimeoutTimeScale: number;\n zoomFactor: number;\n mainFontSize: number;\n treeFontSize: number;\n detailFontSize: number;\n monospaceFontSize: number;\n imageMaxWidthHeight: number;\n imageJpegQuality: number;\n leftPaneWidth: number;\n rightPaneWidth: number;\n eraseEntitiesAfterTimeInSeconds: number;\n eraseEntitiesAfterTimeScale: number;\n autoReadonlySizeText: number;\n autoReadonlySizeCode: number;\n maxContentWidth: number;\n minTocHeadings: number;\n eraseUnusedAttachmentsAfterSeconds: number;\n eraseUnusedAttachmentsAfterTimeScale: number;\n firstDayOfWeek: number;\n firstWeekOfYear: number;\n minDaysInFirstWeek: number;\n languages: string;\n\n // Appearance\n splitEditorOrientation: \"horziontal\" | \"vertical\";\n\n initialized: boolean;\n isPasswordSet: boolean;\n overrideThemeFonts: boolean;\n spellCheckEnabled: boolean;\n autoFixConsistencyIssues: boolean;\n vimKeymapEnabled: boolean;\n codeLineWrapEnabled: boolean;\n leftPaneVisible: boolean;\n rightPaneVisible: boolean;\n nativeTitleBarVisible: boolean;\n hideArchivedNotes_main: boolean;\n debugModeEnabled: boolean;\n autoCollapseNoteTree: boolean;\n dailyBackupEnabled: boolean;\n weeklyBackupEnabled: boolean;\n monthlyBackupEnabled: boolean;\n compressImages: boolean;\n downloadImagesAutomatically: boolean;\n checkForUpdates: boolean;\n disableTray: boolean;\n promotedAttributesOpenInRibbon: boolean;\n editedNotesOpenInRibbon: boolean;\n codeBlockWordWrap: boolean;\n textNoteEditorMultilineToolbar: boolean;\n backgroundEffects: boolean;\n\n // Share settings\n redirectBareDomain: boolean;\n showLoginInShareTheme: boolean;\n\n // AI/LLM integration options\n aiEnabled: boolean;\n aiProvider: string;\n aiSystemPrompt: string;\n aiTemperature: string;\n openaiApiKey: string;\n openaiDefaultModel: string;\n openaiEmbeddingModel: string;\n openaiBaseUrl: string;\n anthropicApiKey: string;\n anthropicDefaultModel: string;\n voyageEmbeddingModel: string;\n voyageApiKey: string;\n anthropicBaseUrl: string;\n ollamaEnabled: boolean;\n ollamaBaseUrl: string;\n ollamaDefaultModel: string;\n ollamaEmbeddingModel: string;\n codeOpenAiModel: string;\n aiProviderPrecedence: string;\n\n // Embedding-related options\n embeddingAutoUpdateEnabled: boolean;\n embeddingUpdateInterval: number;\n embeddingBatchSize: number;\n embeddingDefaultDimension: number;\n embeddingsDefaultProvider: string;\n embeddingProviderPrecedence: string;\n enableAutomaticIndexing: boolean;\n embeddingGenerationLocation: string;\n embeddingDimensionStrategy: string;\n embeddingSimilarityThreshold: number;\n maxNotesPerLlmQuery: number;\n}\n\nexport type OptionNames = keyof OptionDefinitions;\n\nexport type FilterOptionsByType = {\n [K in keyof OptionDefinitions]: OptionDefinitions[K] extends U ? K : never;\n}[keyof OptionDefinitions];\n"],"names":[],"rangeMappings":"","mappings":"AAiKA,WAE2B"} \ No newline at end of file diff --git a/packages/commons/dist/lib/rows.js b/packages/commons/dist/lib/rows.js new file mode 100644 index 000000000..189614bf5 --- /dev/null +++ b/packages/commons/dist/lib/rows.js @@ -0,0 +1,27 @@ +// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.); +// TODO: check against schema.sql which properties really are "optional" +/** + * There are many different Note types, some of which are entirely opaque to the + * end user. Those types should be used only for checking against, they are + * not for direct use. + */ export const ALLOWED_NOTE_TYPES = [ + "file", + "image", + "search", + "noteMap", + "launcher", + "doc", + "contentWidget", + "text", + "relationMap", + "render", + "canvas", + "mermaid", + "book", + "webView", + "code", + "mindMap", + "geoMap" +]; + +//# sourceMappingURL=rows.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/rows.js.map b/packages/commons/dist/lib/rows.js.map new file mode 100644 index 000000000..b946ae544 --- /dev/null +++ b/packages/commons/dist/lib/rows.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/rows.ts"],"sourcesContent":["// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.);\n// TODO: check against schema.sql which properties really are \"optional\"\n\nexport interface AttachmentRow {\n attachmentId?: string;\n ownerId?: string;\n role: string;\n mime: string;\n title: string;\n position?: number;\n blobId?: string;\n isProtected?: boolean;\n dateModified?: string;\n utcDateModified?: string;\n utcDateScheduledForErasureSince?: string;\n isDeleted?: boolean;\n deleteId?: string;\n contentLength?: number;\n content?: Buffer | string;\n}\n\nexport interface RevisionRow {\n revisionId?: string;\n noteId: string;\n type: NoteType;\n mime: string;\n isProtected?: boolean;\n title: string;\n blobId?: string;\n dateLastEdited?: string;\n dateCreated: string;\n utcDateLastEdited?: string;\n utcDateCreated: string;\n utcDateModified: string;\n contentLength?: number;\n}\n\nexport interface RecentNoteRow {\n noteId: string;\n notePath: string;\n utcDateCreated?: string;\n}\n\n/**\n * Database representation of an option.\n *\n * Options are key-value pairs that are used to store information such as user preferences (for example\n * the current theme, sync server information), but also information about the state of the application).\n */\nexport interface OptionRow {\n /** The name of the option. */\n name: string;\n /** The value of the option. */\n value: string;\n /** `true` if the value should be synced across multiple instances (e.g. locale) or `false` if it should be local-only (e.g. theme). */\n isSynced: boolean;\n utcDateModified?: string;\n}\n\nexport interface EtapiTokenRow {\n etapiTokenId?: string;\n name: string;\n tokenHash: string;\n utcDateCreated?: string;\n utcDateModified?: string;\n isDeleted?: boolean;\n}\n\nexport interface BlobRow {\n blobId: string;\n content: string | Buffer;\n contentLength: number;\n dateModified: string;\n utcDateModified: string;\n}\n\nexport type AttributeType = \"label\" | \"relation\" | \"label-definition\" | \"relation-definition\";\n\nexport interface AttributeRow {\n attributeId?: string;\n noteId?: string;\n type: AttributeType;\n name: string;\n position?: number | null;\n value?: string;\n isInheritable?: boolean;\n utcDateModified?: string;\n}\n\nexport interface BranchRow {\n branchId?: string;\n noteId: string;\n parentNoteId: string;\n prefix?: string | null;\n notePosition?: number | null;\n isExpanded?: boolean;\n isDeleted?: boolean;\n utcDateModified?: string;\n}\n\n/**\n * There are many different Note types, some of which are entirely opaque to the\n * end user. Those types should be used only for checking against, they are\n * not for direct use.\n */\nexport const ALLOWED_NOTE_TYPES = [\n \"file\",\n \"image\",\n \"search\",\n \"noteMap\",\n \"launcher\",\n \"doc\",\n \"contentWidget\",\n \"text\",\n \"relationMap\",\n \"render\",\n \"canvas\",\n \"mermaid\",\n \"book\",\n \"webView\",\n \"code\",\n \"mindMap\",\n \"geoMap\"\n] as const;\nexport type NoteType = (typeof ALLOWED_NOTE_TYPES)[number];\n\nexport interface NoteRow {\n noteId: string;\n deleteId: string;\n title: string;\n type: NoteType;\n mime: string;\n isProtected: boolean;\n isDeleted: boolean;\n blobId: string;\n dateCreated: string;\n dateModified: string;\n utcDateCreated: string;\n utcDateModified: string;\n content?: string | Buffer;\n}\n\nexport interface NoteEmbeddingRow {\n embedId: string;\n noteId: string;\n providerId: string;\n modelId: string;\n dimension: number;\n embedding: Buffer;\n version: number;\n dateCreated: string;\n utcDateCreated: string;\n dateModified: string;\n utcDateModified: string;\n}\n"],"names":["ALLOWED_NOTE_TYPES"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,yFAAyF;AACzF,wEAAwE;AAmGxE;;;;CAIC,GACD,OAAO,MAAMA,qBAAqB;IAC9B;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACH,CAAU"} \ No newline at end of file diff --git a/packages/commons/dist/lib/test-utils.js b/packages/commons/dist/lib/test-utils.js new file mode 100644 index 000000000..fcba894b6 --- /dev/null +++ b/packages/commons/dist/lib/test-utils.js @@ -0,0 +1,55 @@ +/** + * Reads the level of indentation of the first line and trims the identation for all the text by that amount. + * + * For example, for: + * + * ```json + * { + * "hello": "world" + * } + * ``` + * + * it results in: + * + * ```json + * { + * "hello": "world" + * } + * ``` + * + * This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes. + * + * @example const html = trimIndentation`\ + *

Heading 1

+ *

Heading 2

+ *

Heading 3

+ *

Heading 4

+ *
Heading 5
+ *
Heading 6
+ * `; + * @param strings + * @returns + */ export function trimIndentation(strings, ...values) { + // Combine the strings with the values using interpolation + let str = strings.reduce((acc, curr, index)=>{ + return acc + curr + (values[index] !== undefined ? values[index] : ''); + }, ''); + // Count the number of spaces on the first line. + let numSpaces = 0; + while(str.charAt(numSpaces) == " " && numSpaces < str.length){ + numSpaces++; + } + // Trim the indentation of the first line in all the lines. + const lines = str.split("\n"); + const output = []; + for(let i = 0; i < lines.length; i++){ + let numSpacesLine = 0; + while(str.charAt(numSpacesLine) == " " && numSpacesLine < str.length){ + numSpacesLine++; + } + output.push(lines[i].substring(numSpacesLine)); + } + return output.join("\n"); +} + +//# sourceMappingURL=test-utils.js.map \ No newline at end of file diff --git a/packages/commons/dist/lib/test-utils.js.map b/packages/commons/dist/lib/test-utils.js.map new file mode 100644 index 000000000..e889b05e2 --- /dev/null +++ b/packages/commons/dist/lib/test-utils.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/lib/test-utils.ts"],"sourcesContent":["/**\n * Reads the level of indentation of the first line and trims the identation for all the text by that amount.\n *\n * For example, for:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * it results in:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes.\n *\n * @example const html = trimIndentation`\\\n *

Heading 1

\n *

Heading 2

\n *

Heading 3

\n *

Heading 4

\n *
Heading 5
\n *
Heading 6
\n * `;\n * @param strings\n * @returns\n */\nexport function trimIndentation(strings: TemplateStringsArray, ...values: any[]) {\n // Combine the strings with the values using interpolation\n let str = strings.reduce((acc, curr, index) => {\n return acc + curr + (values[index] !== undefined ? values[index] : '');\n }, '');\n\n // Count the number of spaces on the first line.\n let numSpaces = 0;\n while (str.charAt(numSpaces) == \" \" && numSpaces < str.length) {\n numSpaces++;\n }\n\n // Trim the indentation of the first line in all the lines.\n const lines = str.split(\"\\n\");\n const output = [];\n for (let i = 0; i < lines.length; i++) {\n let numSpacesLine = 0;\n while (str.charAt(numSpacesLine) == \" \" && numSpacesLine < str.length) {\n numSpacesLine++;\n }\n output.push(lines[i].substring(numSpacesLine));\n }\n return output.join(\"\\n\");\n}\n"],"names":["trimIndentation","strings","values","str","reduce","acc","curr","index","undefined","numSpaces","charAt","length","lines","split","output","i","numSpacesLine","push","substring","join"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BC,GACD,OAAO,SAASA,gBAAgBC,OAA6B,EAAE,GAAGC,MAAa;IAC3E,0DAA0D;IAC1D,IAAIC,MAAMF,QAAQG,MAAM,CAAC,CAACC,KAAKC,MAAMC;QACjC,OAAOF,MAAMC,OAAQJ,CAAAA,MAAM,CAACK,MAAM,KAAKC,YAAYN,MAAM,CAACK,MAAM,GAAG,EAAC;IACxE,GAAG;IAEH,gDAAgD;IAChD,IAAIE,YAAY;IAChB,MAAON,IAAIO,MAAM,CAACD,cAAc,OAAOA,YAAYN,IAAIQ,MAAM,CAAE;QAC3DF;IACJ;IAEA,2DAA2D;IAC3D,MAAMG,QAAQT,IAAIU,KAAK,CAAC;IACxB,MAAMC,SAAS,EAAE;IACjB,IAAK,IAAIC,IAAI,GAAGA,IAAIH,MAAMD,MAAM,EAAEI,IAAK;QACnC,IAAIC,gBAAgB;QACpB,MAAOb,IAAIO,MAAM,CAACM,kBAAkB,OAAOA,gBAAgBb,IAAIQ,MAAM,CAAE;YACnEK;QACJ;QACAF,OAAOG,IAAI,CAACL,KAAK,CAACG,EAAE,CAACG,SAAS,CAACF;IACnC;IACA,OAAOF,OAAOK,IAAI,CAAC;AACvB"} \ No newline at end of file diff --git a/packages/commons/dist/tsconfig.lib.tsbuildinfo b/packages/commons/dist/tsconfig.lib.tsbuildinfo new file mode 100644 index 000000000..4e1f61b64 --- /dev/null +++ b/packages/commons/dist/tsconfig.lib.tsbuildinfo @@ -0,0 +1 @@ +{"version":"5.7.3"} \ No newline at end of file diff --git a/packages/commons/src/lib/commons.spec.ts b/packages/commons/src/lib/commons.spec.ts deleted file mode 100644 index 0c771f252..000000000 --- a/packages/commons/src/lib/commons.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { commons } from './commons.js'; - -describe('commons', () => { - it('should work', () => { - expect(commons()).toEqual('commons'); - }) -}) diff --git a/packages/commons/src/lib/commons.ts b/packages/commons/src/lib/commons.ts deleted file mode 100644 index c50d142fc..000000000 --- a/packages/commons/src/lib/commons.ts +++ /dev/null @@ -1,3 +0,0 @@ -export function commons(): string { - return 'commons'; -} diff --git a/_regroup_monorepo/packages/commons/src/hidden_subtree.ts b/packages/commons/src/lib/hidden_subtree.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/hidden_subtree.ts rename to packages/commons/src/lib/hidden_subtree.ts diff --git a/_regroup_monorepo/packages/commons/src/i18n.ts b/packages/commons/src/lib/i18n.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/i18n.ts rename to packages/commons/src/lib/i18n.ts diff --git a/_regroup_monorepo/packages/commons/src/index.ts b/packages/commons/src/lib/index.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/index.ts rename to packages/commons/src/lib/index.ts diff --git a/_regroup_monorepo/packages/commons/src/keyboard_actions_interface.ts b/packages/commons/src/lib/keyboard_actions_interface.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/keyboard_actions_interface.ts rename to packages/commons/src/lib/keyboard_actions_interface.ts diff --git a/_regroup_monorepo/packages/commons/src/options_interface.ts b/packages/commons/src/lib/options_interface.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/options_interface.ts rename to packages/commons/src/lib/options_interface.ts diff --git a/_regroup_monorepo/packages/commons/src/rows.ts b/packages/commons/src/lib/rows.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/rows.ts rename to packages/commons/src/lib/rows.ts diff --git a/_regroup_monorepo/packages/commons/src/test-utils.spec.ts b/packages/commons/src/lib/test-utils.spec.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/test-utils.spec.ts rename to packages/commons/src/lib/test-utils.spec.ts diff --git a/_regroup_monorepo/packages/commons/src/test-utils.ts b/packages/commons/src/lib/test-utils.ts similarity index 100% rename from _regroup_monorepo/packages/commons/src/test-utils.ts rename to packages/commons/src/lib/test-utils.ts