diff --git a/.cursor/rules/cursor.mdc b/.cursor/rules/cursor.mdc deleted file mode 100644 index 0de9ad4e..00000000 --- a/.cursor/rules/cursor.mdc +++ /dev/null @@ -1,69 +0,0 @@ ---- -context: true -priority: high -scope: project ---- - -You are an expert in TypeScript, Angular, and scalable web application development. You write functional, maintainable, performant, and accessible code following Angular and TypeScript best practices. - -## TypeScript Best Practices - -- Use strict type checking -- Prefer type inference when the type is obvious -- Avoid the `any` type; use `unknown` when type is uncertain - -## Angular Best Practices - -- Always use standalone components over NgModules -- Must NOT set `standalone: true` inside Angular decorators. It's the default in Angular v20+. -- Use signals for state management -- Implement lazy loading for feature routes -- Do NOT use the `@HostBinding` and `@HostListener` decorators. Put host bindings inside the `host` object of the `@Component` or `@Directive` decorator instead -- Use `NgOptimizedImage` for all static images. - - `NgOptimizedImage` does not work for inline base64 images. - -## Accessibility Requirements - -- It MUST pass all AXE checks. -- It MUST follow all WCAG AA minimums, including focus management, color contrast, and ARIA attributes. - -### Components - -- Keep components small and focused on a single responsibility -- Use `input()` and `output()` functions instead of decorators -- Use `computed()` for derived state -- Set `changeDetection: ChangeDetectionStrategy.OnPush` in `@Component` decorator -- Prefer inline templates for small components -- Prefer Reactive forms instead of Template-driven ones -- Do NOT use `ngClass`, use `class` bindings instead -- Do NOT use `ngStyle`, use `style` bindings instead -- When using external templates/styles, use paths relative to the component TS file. - -## State Management - -- Use signals for local component state -- Use `computed()` for derived state -- Keep state transformations pure and predictable -- Do NOT use `mutate` on signals, use `update` or `set` instead - -## NgRx Signal Store -- Use NgRx Signal Store for State Management -- If possible, put the store next to the consuming feature or component -- Use `withProps` for injecting services -- All Features (`withComputed`, `withMethods`, `withResource`, `withMutations`, etc.) get an expression-bodied arrow function (array function with *implicit* return) passed (e.g. `() => ({...})` and *not* `() => { return {...} }`) -- For NgRx Signal Store use the Resource and the Mutation API as described here: https://www.angulararchitects.io/blog/full-cycle-reativity-in-angular-signal-forms-signal-store-resources-mutation-api/ - -## Templates - -- Keep templates simple and avoid complex logic -- Use native control flow (`@if`, `@for`, `@switch`) instead of `*ngIf`, `*ngFor`, `*ngSwitch` -- Use the async pipe to handle observables -- Do not assume globals like (`new Date()`) are available. -- Do not write arrow functions in templates (they are not supported). - -## Services - -- Design services around a single responsibility -- Use the `providedIn: 'root'` option for singleton services -- Use the `inject()` function instead of constructor injection - diff --git a/.nx/cache/run.json b/.nx/cache/run.json deleted file mode 100644 index 04be8642..00000000 --- a/.nx/cache/run.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "run": { - "command": "nx lint", - "startTime": "2026-02-14T17:47:16.762Z", - "endTime": "2026-02-14T17:47:16.804Z", - "inner": false - }, - "tasks": [ - { - "taskId": "flights42:lint", - "target": "lint", - "projectName": "flights42", - "hash": "5705350011921048267", - "startTime": "2026-02-14T17:47:16.802Z", - "endTime": "2026-02-14T17:47:16.803Z", - "params": "", - "cacheStatus": "local-cache-hit", - "status": 0 - } - ] -} diff --git a/.nx/cache/terminalOutputs/10056352697178169218 b/.nx/cache/terminalOutputs/10056352697178169218 deleted file mode 100644 index 14ba9ec2..00000000 --- a/.nx/cache/terminalOutputs/10056352697178169218 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run shared-util-auth:lint - - -Linting "shared-util-auth"... - -✔ All files pass linting - diff --git a/.nx/cache/terminalOutputs/12042095199391608829 b/.nx/cache/terminalOutputs/12042095199391608829 deleted file mode 100644 index f1308035..00000000 --- a/.nx/cache/terminalOutputs/12042095199391608829 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run miles-feature-next-level:lint - - -Linting "miles-feature-next-level"... - -✔ All files pass linting - diff --git a/.nx/cache/terminalOutputs/12831485786904232757 b/.nx/cache/terminalOutputs/12831485786904232757 deleted file mode 100644 index 2aec1f55..00000000 --- a/.nx/cache/terminalOutputs/12831485786904232757 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run miles-data:lint - - -Linting "miles-data"... - -✔ All files pass linting - diff --git a/.nx/cache/terminalOutputs/16420853343477340724 b/.nx/cache/terminalOutputs/16420853343477340724 deleted file mode 100644 index 3d277fde..00000000 --- a/.nx/cache/terminalOutputs/16420853343477340724 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run flights42:lint - - -Linting "flights42"... - -All files pass linting. - diff --git a/.nx/cache/terminalOutputs/3182805582318340814 b/.nx/cache/terminalOutputs/3182805582318340814 deleted file mode 100644 index d1baa714..00000000 --- a/.nx/cache/terminalOutputs/3182805582318340814 +++ /dev/null @@ -1,17 +0,0 @@ - -Linting "miles-ui-common"... -[0m[0m -[0m[4m/Users/manfredsteyer/projects/trainings/flights42/flights42/libs/miles/ui-common/package.json[24m[0m -[0m [2m4:3[22m [31merror[39m The "miles-ui-common" project uses the following packages, but they are missing from "peerDependencies":[0m -[0m - @flights42/miles-feature-manage [2m@nx/dependency-checks[22m[0m -[0m[0m -[0m[4m/Users/manfredsteyer/projects/trainings/flights42/flights42/libs/miles/ui-common/src/lib/miles-ui-common/miles-ui-common.ts[24m[0m -[0m [2m4:1[22m [31merror[39m A project without tags matching at least one constraint cannot depend on any libraries [2m@nx/enforce-module-boundaries[22m[0m -[0m[0m -[0m[31m[1m✖ 2 problems (2 errors, 0 warnings)[22m[39m[0m -[0m[31m[1m[22m[39m[31m[1m 1 error and 0 warnings potentially fixable with the `--fix` option.[22m[39m[0m -[0m[31m[1m[22m[39m[0m -✖ 2 problems (2 errors, 0 warnings) - - 1 error and 0 warnings are potentially fixable with the `--fix` option. - diff --git a/.nx/cache/terminalOutputs/3441099009790142996 b/.nx/cache/terminalOutputs/3441099009790142996 deleted file mode 100644 index acae3522..00000000 --- a/.nx/cache/terminalOutputs/3441099009790142996 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run miles-feature-manage:lint - - -Linting "miles-feature-manage"... - -✔ All files pass linting - diff --git a/.nx/cache/terminalOutputs/5705350011921048267 b/.nx/cache/terminalOutputs/5705350011921048267 deleted file mode 100644 index 3d277fde..00000000 --- a/.nx/cache/terminalOutputs/5705350011921048267 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run flights42:lint - - -Linting "flights42"... - -All files pass linting. - diff --git a/.nx/cache/terminalOutputs/9008508769978719145 b/.nx/cache/terminalOutputs/9008508769978719145 deleted file mode 100644 index 0c926a7b..00000000 --- a/.nx/cache/terminalOutputs/9008508769978719145 +++ /dev/null @@ -1,7 +0,0 @@ -> nx run miles:lint - - -Linting "miles"... - -✔ All files pass linting - diff --git a/.nx/cache/terminalOutputs/946553374700050056 b/.nx/cache/terminalOutputs/946553374700050056 deleted file mode 100644 index b41c734f..00000000 --- a/.nx/cache/terminalOutputs/946553374700050056 +++ /dev/null @@ -1,17 +0,0 @@ - -Linting "miles-ui-common"... -[0m[0m -[0m[4m/Users/manfredsteyer/projects/trainings/flights42/flights42/libs/miles/ui-common/package.json[24m[0m -[0m [2m4:3[22m [31merror[39m The "miles-ui-common" project uses the following packages, but they are missing from "peerDependencies":[0m -[0m - @flights42/miles-feature-manage [2m@nx/dependency-checks[22m[0m -[0m[0m -[0m[4m/Users/manfredsteyer/projects/trainings/flights42/flights42/libs/miles/ui-common/src/lib/miles-ui-common/miles-ui-common.ts[24m[0m -[0m [2m4:1[22m [31merror[39m A project tagged with "type:ui" can only depend on libs tagged with "type:data", "type:util" [2m@nx/enforce-module-boundaries[22m[0m -[0m[0m -[0m[31m[1m✖ 2 problems (2 errors, 0 warnings)[22m[39m[0m -[0m[31m[1m[22m[39m[31m[1m 1 error and 0 warnings potentially fixable with the `--fix` option.[22m[39m[0m -[0m[31m[1m[22m[39m[0m -✖ 2 problems (2 errors, 0 warnings) - - 1 error and 0 warnings are potentially fixable with the `--fix` option. - diff --git a/.nx/workspace-data/3C4963C9-A4DD-5FC7-B3EF-01EB563EE45E.db b/.nx/workspace-data/3C4963C9-A4DD-5FC7-B3EF-01EB563EE45E.db deleted file mode 100644 index bdc31cfd..00000000 Binary files a/.nx/workspace-data/3C4963C9-A4DD-5FC7-B3EF-01EB563EE45E.db and /dev/null differ diff --git a/.nx/workspace-data/d/daemon.log b/.nx/workspace-data/d/daemon.log deleted file mode 100644 index b3560ccd..00000000 --- a/.nx/workspace-data/d/daemon.log +++ /dev/null @@ -1,1145 +0,0 @@ -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.563Z - Started listening on: /private/var/folders/90/xlgjf5ms3ql9v9y8n8m3vgjh0000gn/T/f6d2cc9fde72e2f17f9f/d.sock -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.571Z - [WATCHER]: Subscribed to changes within: /Users/manfredsteyer/projects/trainings/flights42/flights42 (native) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.571Z - [NX-CONSOLE]: Pulling latest Nx (latest) to check console status... -Fetching nx... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.578Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.579Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.580Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.581Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.626Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.627Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.627Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.633Z - Time taken for 'loadSpecifiedNxPlugins' 3.0695420000000126ms -Time for 'plugin worker 3089 code loading' 2.855832999999997 -Time for 'plugin worker 3087 code loading' 2.8604999999999983 -Time for 'plugin worker 3090 code loading' 2.7081669999999995 -Time for 'plugin worker 3088 code loading' 3.651457999999998 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.764Z - Time taken for 'Load Nx Plugin: /Users/manfredsteyer/projects/trainings/flights42/flights42/node_modules/nx/src/adapter/angular-json' 134.29079200000004ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.764Z - Time taken for 'Load Nx Plugin: /Users/manfredsteyer/projects/trainings/flights42/flights42/node_modules/nx/src/plugins/project-json/build-nodes/project-json' 134.38462500000003ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.766Z - Time taken for 'Load Nx Plugin: /Users/manfredsteyer/projects/trainings/flights42/flights42/node_modules/nx/src/plugins/package-json' 135.79070800000002ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.773Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.773Z - [REQUEST]: -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.773Z - [REQUEST]: -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.775Z - No files changed, but no in-memory cached project graph found. Recomputing it... -Time for 'nx-angular-json-plugin:createNodes' 0.3850830000000087 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.779Z - Time taken for 'loadDefaultNxPlugins' 145.138375ms -Time for 'nx/core/project-json:createNodes' 0.5495410000000049 -Time for 'nx/core/package-json:createNodes' 2.788125000000008 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 16.058750000000003 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.840Z - Time taken for 'build-project-configs' 41.10483399999998ms -Time for 'build typescript dependencies' 32.26962500000002 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.907Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.912Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.912Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.912Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.912Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.912Z - Time taken for 'total for creating and serializing project graph' 285.045958ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.914Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.914Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 285. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.918Z - Received raw message of length 1516 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.918Z - Received json message of type PRE_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.919Z - Serializing response for PRE_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.919Z - Responding to PRE_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.919Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.919Z - Done responding to the client handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.919Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.919Z - Time taken for 'preTasksExecution' 0.2972499999999627ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.966Z - Received raw message of length 3040 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.966Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.966Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.976Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.671625ms - processed 1 tasks (setup: 2.493416ms, parallel_planning: 175.084µs) -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "10704097505869952863" (".gitignore") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "15301646125851035748" ("nx.json") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Hash Value: "4849055869562781179" -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.172542ms - processed 1 plans (setup: 302.375µs, hashing: 869.25µs, assembly: 12.083µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.986Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.986Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.986Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.986Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.986Z - Handled json message HASH_TASKS. Handling time: 20. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:14.987Z - Time taken for 'write cache' 10.417500000000018ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.163Z - Received raw message of length 89 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.163Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.178Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.178Z - Responding to GET_ESTIMATED_TASK_TIMINGS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.178Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.178Z - Done responding to the client handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:15.178Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 15. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.185Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.185Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.185Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.190Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.190Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.190Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.190Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.197Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.197Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.197Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.197Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.202Z - Time taken for 'total for creating and serializing project graph' 6.817624999999907ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.203Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:16.203Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 7. Response time: 6. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.750Z - [NX-CONSOLE]: Successfully pulled latest Nx to /private/var/folders/90/xlgjf5ms3ql9v9y8n8m3vgjh0000gn/T/tmp-3085-wPi0xqkoLzuh -[NX v22.5.1 Daemon Server] - 2026-02-14T17:32:17.823Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call) -DEBUG nx::native::ide::install: Detected editor: Unknown -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.828Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.847Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.851Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.851Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.851Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.851Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.851Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.851Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.852Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.854Z - Received raw message of length 190 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.854Z - Received json message of type RECORD_TASK_RUNS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.855Z - Serializing response for RECORD_TASK_RUNS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.855Z - Responding to RECORD_TASK_RUNS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.855Z - [REQUEST]: Responding to the client. handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.855Z - Done responding to the client handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.855Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - Received raw message of length 59 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - Received json message of type GET_FLAKY_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - Serializing response for GET_FLAKY_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - Responding to GET_FLAKY_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - [REQUEST]: Responding to the client. handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - Done responding to the client handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.856Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.857Z - Received raw message of length 2484 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.857Z - Received json message of type POST_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.857Z - Serializing response for POST_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.857Z - Responding to POST_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.857Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.857Z - Done responding to the client handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.858Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.858Z - Time taken for 'postTasksExecution' 0.06029100000023391ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:17.861Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.688Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.689Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.689Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.696Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.743Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.743Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.743Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.743Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.750Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.750Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.750Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.750Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.751Z - Time taken for 'total for creating and serializing project graph' 6.881166000001031ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.752Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.752Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 7. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.756Z - Received raw message of length 1541 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.756Z - Received json message of type PRE_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.757Z - Serializing response for PRE_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.757Z - Responding to PRE_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.757Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.757Z - Done responding to the client handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.757Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.757Z - Time taken for 'preTasksExecution' 0.10620899999958056ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.812Z - Received raw message of length 5033 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.812Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.812Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.818Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.744833ms - processed 1 tasks (setup: 2.727667ms, parallel_planning: 14.167µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 847.667µs - processed 1 plans (setup: 306.792µs, hashing: 539.792µs, assembly: 9.083µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.822Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.822Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.822Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.822Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.822Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.822Z - Time taken for 'write cache' 5.434625000001688ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - Received raw message of length 365 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - Responding to GET_ESTIMATED_TASK_TIMINGS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - Done responding to the client handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.865Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.872Z - Received raw message of length 5533 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.872Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.872Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.877Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.831166ms - processed 1 tasks (setup: 2.66025ms, parallel_planning: 167.5µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.497041ms - processed 1 plans (setup: 343.583µs, hashing: 1.152417ms, assembly: 421.125µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.882Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.882Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.882Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.882Z - Time taken for 'write cache' 4.959084000000075ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.883Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.883Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.899Z - Received raw message of length 35329 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.900Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.900Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.905Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.819625ms - processed 1 tasks (setup: 2.638541ms, parallel_planning: 178.792µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.7315ms - processed 1 plans (setup: 345µs, hashing: 1.385625ms, assembly: 437.791µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.910Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.911Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.911Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.911Z - Time taken for 'write cache' 5.2072079999998095ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.912Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.912Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.929Z - Received raw message of length 65166 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.929Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.929Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.938Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 4.415834ms - processed 1 tasks (setup: 4.236709ms, parallel_planning: 169.125µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.778042ms - processed 1 plans (setup: 352.584µs, hashing: 1.42375ms, assembly: 619.541µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.945Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.946Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.946Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.946Z - Time taken for 'write cache' 8.864000000001397ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.946Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.946Z - Handled json message HASH_TASKS. Handling time: 16. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.978Z - Received raw message of length 95022 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.979Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.979Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.985Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 3.138667ms - processed 1 tasks (setup: 2.951334ms, parallel_planning: 177.417µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 2.12625ms - processed 1 plans (setup: 349.084µs, hashing: 1.775375ms, assembly: 567.625µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.992Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.992Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.992Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.992Z - Time taken for 'write cache' 6.163042000000132ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.992Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.992Z - Handled json message HASH_TASKS. Handling time: 12. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.997Z - Received raw message of length 124854 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.998Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:23.998Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.003Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 3.325ms - processed 1 tasks (setup: 3.145333ms, parallel_planning: 171.916µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 2.096417ms - processed 1 plans (setup: 348.792µs, hashing: 1.744667ms, assembly: 784.291µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.010Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.010Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.010Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.010Z - Time taken for 'write cache' 5.627791000000798ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.010Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.011Z - Handled json message HASH_TASKS. Handling time: 12. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.017Z - Received raw message of length 154619 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.018Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.018Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.024Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.95175ms - processed 1 tasks (setup: 2.773083ms, parallel_planning: 174.917µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.7485ms - processed 1 plans (setup: 354.375µs, hashing: 1.392833ms, assembly: 498.208µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.029Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.030Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.030Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.030Z - Time taken for 'write cache' 5.84375ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.030Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:24.030Z - Handled json message HASH_TASKS. Handling time: 11. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.415Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.426Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:25.445Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.424Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.425Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.426Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.466Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.467Z - Received raw message of length 1147 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.467Z - Received json message of type RECORD_TASK_RUNS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Serializing response for RECORD_TASK_RUNS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Responding to RECORD_TASK_RUNS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - [REQUEST]: Responding to the client. handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Done responding to the client handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Received raw message of length 194 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Received json message of type GET_FLAKY_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Serializing response for GET_FLAKY_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Responding to GET_FLAKY_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - [REQUEST]: Responding to the client. handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Done responding to the client handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:26.468Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.845Z - Received raw message of length 185264 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.847Z - Received json message of type POST_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.848Z - Serializing response for POST_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.848Z - Responding to POST_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.848Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.848Z - Done responding to the client handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.848Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.848Z - Time taken for 'postTasksExecution' 0.32462500000110595ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:32:28.856Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.571Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.571Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.571Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.579Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.634Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.634Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.634Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.634Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.661Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.662Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.662Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.662Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.663Z - Time taken for 'total for creating and serializing project graph' 27.623915999996825ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.664Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.664Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 28. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Received raw message of length 1540 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Received json message of type PRE_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Serializing response for PRE_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Responding to PRE_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Done responding to the client handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.669Z - Time taken for 'preTasksExecution' 0.08566599999903701ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.731Z - Received raw message of length 5033 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.731Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.731Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.737Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.813916ms - processed 1 tasks (setup: 2.784416ms, parallel_planning: 25.958µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 864.792µs - processed 1 plans (setup: 312.25µs, hashing: 551.125µs, assembly: 11.083µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.741Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.742Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.742Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.742Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.742Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.742Z - Time taken for 'write cache' 6.362207999998645ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.784Z - Received raw message of length 365 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.784Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.785Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.785Z - Responding to GET_ESTIMATED_TASK_TIMINGS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.785Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.785Z - Done responding to the client handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.785Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.790Z - Received raw message of length 5533 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.790Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.790Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.796Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 3.009083ms - processed 1 tasks (setup: 2.839833ms, parallel_planning: 166.084µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.4375ms - processed 1 plans (setup: 340.083µs, hashing: 1.096292ms, assembly: 448.5µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.801Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.801Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.801Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.802Z - Time taken for 'write cache' 5.603083000001789ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.802Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.802Z - Handled json message HASH_TASKS. Handling time: 11. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.806Z - Received raw message of length 35329 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.806Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.806Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.811Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.8935ms - processed 1 tasks (setup: 2.706625ms, parallel_planning: 184.333µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.4105ms - processed 1 plans (setup: 337.958µs, hashing: 1.07075ms, assembly: 435.083µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.816Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.816Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.816Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.817Z - Time taken for 'write cache' 5.109041000003344ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.817Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.817Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.820Z - Received raw message of length 65190 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.821Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.821Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.829Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.802667ms - processed 1 tasks (setup: 2.625292ms, parallel_planning: 175.625µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.516375ms - processed 1 plans (setup: 337.667µs, hashing: 1.177584ms, assembly: 422.25µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.834Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.834Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.834Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.834Z - Time taken for 'write cache' 7.659916999997222ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.834Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.834Z - Handled json message HASH_TASKS. Handling time: 13. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.838Z - Received raw message of length 95070 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.838Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.838Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.842Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.792292ms - processed 1 tasks (setup: 2.623959ms, parallel_planning: 166.25µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.440041ms - processed 1 plans (setup: 339.166µs, hashing: 1.099542ms, assembly: 482µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.847Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.847Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.847Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.848Z - Time taken for 'write cache' 4.230750000002445ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.848Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.848Z - Handled json message HASH_TASKS. Handling time: 9. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.851Z - Received raw message of length 124926 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.851Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.851Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.856Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.76875ms - processed 1 tasks (setup: 2.590583ms, parallel_planning: 176.583µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.433875ms - processed 1 plans (setup: 341µs, hashing: 1.092ms, assembly: 426.583µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.861Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.861Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.861Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.861Z - Time taken for 'write cache' 4.476500000004307ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.861Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.861Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.865Z - Received raw message of length 154691 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.865Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.865Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.872Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.716958ms - processed 1 tasks (setup: 2.551ms, parallel_planning: 164.375µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.395167ms - processed 1 plans (setup: 338.917µs, hashing: 1.055084ms, assembly: 438.375µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.877Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.877Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.877Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.877Z - Time taken for 'write cache' 6.610957999997481ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.877Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.877Z - Handled json message HASH_TASKS. Handling time: 12. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.880Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.881Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.882Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.882Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.882Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.882Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.882Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.882Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.893Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:06.894Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.380Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.381Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.381Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.381Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.381Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.381Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.381Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.382Z - Received raw message of length 1237 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.382Z - Received json message of type RECORD_TASK_RUNS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - Serializing response for RECORD_TASK_RUNS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - Responding to RECORD_TASK_RUNS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - [REQUEST]: Responding to the client. handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - Done responding to the client handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - Handled json message RECORD_TASK_RUNS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - Received raw message of length 194 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.383Z - Received json message of type GET_FLAKY_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.384Z - Serializing response for GET_FLAKY_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.384Z - Responding to GET_FLAKY_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.384Z - [REQUEST]: Responding to the client. handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.384Z - Done responding to the client handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:08.384Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.070Z - Received raw message of length 184708 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.073Z - Received json message of type POST_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.073Z - Serializing response for POST_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.073Z - Responding to POST_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.073Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.073Z - Done responding to the client handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.074Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.074Z - Time taken for 'postTasksExecution' 0.4517909999995027ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:10.085Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.027Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.031Z - [WATCHER]: eslint.config.js was modified -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.031Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.134Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.134Z - [REQUEST]: eslint.config.js -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.134Z - [REQUEST]: -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.139Z - Time taken for 'hash changed files from watcher' 0.5820830000011483ms -Time for 'nx-angular-json-plugin:createNodes' 3.4644160000025295 -Time for 'nx/core/project-json:createNodes' 6.309416999996756 -Time for 'nx/core/package-json:createNodes' 8.741457999989507 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 23.30479199999536 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.177Z - Time taken for 'build-project-configs' 33.33054199999606ms -Time for 'build typescript dependencies' 0.06925000000046566 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.204Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.205Z - [SYNC]: project graph hash is the same, not collecting task sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.205Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:28.205Z - Time taken for 'total execution time for createProjectGraph()' 31.956458000000566ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.185Z - [WATCHER]: eslint.config.js was modified -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.185Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.185Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.388Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.388Z - [REQUEST]: eslint.config.js -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.388Z - [REQUEST]: -Time for 'nx-angular-json-plugin:createNodes' 0.9105409999901894 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.395Z - Time taken for 'hash changed files from watcher' 0.5389580000046408ms -Time for 'nx/core/project-json:createNodes' 2.2518330000020796 -Time for 'nx/core/package-json:createNodes' 10.506959000005736 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 29.310083000003942 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.474Z - Time taken for 'build-project-configs' 72.88837500000955ms -Time for 'build typescript dependencies' 3.693334000010509 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.513Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.515Z - [SYNC]: project graph hash is the same, not collecting task sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.515Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:33:38.515Z - Time taken for 'total execution time for createProjectGraph()' 43.78879200000665ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.308Z - [WATCHER]: libs/miles/ui-common/project.json was modified -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.309Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.309Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.712Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.712Z - [REQUEST]: libs/miles/ui-common/project.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.712Z - [REQUEST]: -Time for 'nx-angular-json-plugin:createNodes' 0.9068750000005821 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.718Z - Time taken for 'hash changed files from watcher' 1.2173750000074506ms -Time for 'nx/core/package-json:createNodes' 5.724417000004905 -Time for 'nx/core/project-json:createNodes' 4.53379099999438 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 18.563374999997905 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.757Z - Time taken for 'build-project-configs' 31.676166999997804ms -Time for 'build typescript dependencies' 2.7950829999899724 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.778Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.778Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:00.778Z - Time taken for 'total execution time for createProjectGraph()' 27.281165999986115ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.833Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.833Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.833Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.841Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.897Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.897Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.897Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.897Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.906Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.906Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.906Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.906Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.906Z - Time taken for 'total for creating and serializing project graph' 8.334541999996873ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.908Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.908Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 9. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - Received raw message of length 1540 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - Received json message of type PRE_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - Serializing response for PRE_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - Responding to PRE_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - Done responding to the client handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.912Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.913Z - Time taken for 'preTasksExecution' 0.07883300000685267ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.977Z - Received raw message of length 5033 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.977Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.977Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.983Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.648292ms - processed 1 tasks (setup: 2.634917ms, parallel_planning: 10.542µs) -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "10704097505869952863" (".gitignore") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "15301646125851035748" ("nx.json") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Hash Value: "4849055869562781179" -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.000834ms - processed 1 plans (setup: 311.25µs, hashing: 688.625µs, assembly: 15.709µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.991Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.992Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.992Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.992Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.992Z - Handled json message HASH_TASKS. Handling time: 14. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:02.992Z - Time taken for 'write cache' 5.548792000001413ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.035Z - Received raw message of length 365 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.036Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.036Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.036Z - Responding to GET_ESTIMATED_TASK_TIMINGS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.036Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.036Z - Done responding to the client handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.036Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.042Z - Received raw message of length 5534 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.042Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.043Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.049Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.96275ms - processed 1 tasks (setup: 2.790417ms, parallel_planning: 169.208µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.560666ms - processed 1 plans (setup: 347.125µs, hashing: 1.211666ms, assembly: 442µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.054Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.054Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.054Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.054Z - Time taken for 'write cache' 6.172542000000249ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.055Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.055Z - Handled json message HASH_TASKS. Handling time: 12. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.060Z - Received raw message of length 35330 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.060Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.061Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.065Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.846959ms - processed 1 tasks (setup: 2.667209ms, parallel_planning: 177.208µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.616958ms - processed 1 plans (setup: 346.375µs, hashing: 1.2695ms, assembly: 442.084µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.071Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.071Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.071Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.071Z - Time taken for 'write cache' 4.904959000006784ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.071Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.071Z - Handled json message HASH_TASKS. Handling time: 11. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.076Z - Received raw message of length 65191 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.076Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.076Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.083Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 3.039041ms - processed 1 tasks (setup: 2.752208ms, parallel_planning: 274.875µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.575125ms - processed 1 plans (setup: 350.375µs, hashing: 1.2235ms, assembly: 450.291µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.089Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.089Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.089Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.089Z - Time taken for 'write cache' 7.20420799999556ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.090Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.090Z - Handled json message HASH_TASKS. Handling time: 13. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.094Z - Received raw message of length 95071 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.094Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.094Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.099Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 3.048542ms - processed 1 tasks (setup: 2.847042ms, parallel_planning: 197.416µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.662458ms - processed 1 plans (setup: 352.75µs, hashing: 1.308209ms, assembly: 472.667µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.104Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.104Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.104Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.105Z - Time taken for 'write cache' 4.609375ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.105Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.105Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.108Z - Received raw message of length 124927 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.109Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.109Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.113Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.882458ms - processed 1 tasks (setup: 2.703875ms, parallel_planning: 176.375µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.702125ms - processed 1 plans (setup: 339.292µs, hashing: 1.36175ms, assembly: 460.625µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.119Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.119Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.119Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.119Z - Time taken for 'write cache' 4.330874999999651ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.119Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.119Z - Handled json message HASH_TASKS. Handling time: 10. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.123Z - Received raw message of length 154693 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.124Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.124Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.131Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.785459ms - processed 1 tasks (setup: 2.602625ms, parallel_planning: 180.083µs) -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.661542ms - processed 1 plans (setup: 344.208µs, hashing: 1.315792ms, assembly: 459.875µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.136Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.136Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.136Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.136Z - Time taken for 'write cache' 6.961166000008234ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.136Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.136Z - Handled json message HASH_TASKS. Handling time: 12. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.139Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.140Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.141Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.153Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.154Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.154Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.154Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.154Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.154Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.154Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.163Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.164Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.164Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.164Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.164Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.164Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.164Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.940Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.941Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.942Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.947Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.947Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.947Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.947Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.951Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.951Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.951Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.951Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.953Z - Time taken for 'total for creating and serializing project graph' 4.487208999998984ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.954Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:03.954Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 4. Response time: 3. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - Received raw message of length 80 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:04.765Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.112Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - Received raw message of length 82 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.116Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.118Z - Received raw message of length 1219 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.118Z - Received json message of type RECORD_TASK_RUNS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Serializing response for RECORD_TASK_RUNS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Responding to RECORD_TASK_RUNS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - [REQUEST]: Responding to the client. handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Done responding to the client handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Received raw message of length 194 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Received json message of type GET_FLAKY_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Serializing response for GET_FLAKY_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Responding to GET_FLAKY_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - [REQUEST]: Responding to the client. handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Done responding to the client handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:05.119Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.547Z - Received raw message of length 184820 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.549Z - Received json message of type POST_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.549Z - Serializing response for POST_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.549Z - Responding to POST_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.549Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.549Z - Done responding to the client handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.549Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.550Z - Time taken for 'postTasksExecution' 0.37133300000277814ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:07.560Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.598Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.600Z - [WATCHER]: libs/miles/ui-common/src/lib/miles-ui-common/miles-ui-common.ts was modified -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.600Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.702Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.703Z - [REQUEST]: libs/miles/ui-common/src/lib/miles-ui-common/miles-ui-common.ts -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.703Z - [REQUEST]: -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.711Z - Time taken for 'hash changed files from watcher' 1.241374999997788ms -Time for 'nx-angular-json-plugin:createNodes' 2.330958999998984 -Time for 'nx/core/project-json:createNodes' 3.873583000007784 -Time for 'nx/core/package-json:createNodes' 6.460791999998037 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 18.70908299999428 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.740Z - Time taken for 'build-project-configs' 29.496707999991486ms -Time for 'build typescript dependencies' 3.8132499999919673 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.776Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.777Z - [SYNC]: project graph hash is the same, not collecting task sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.777Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.777Z - Time taken for 'total execution time for createProjectGraph()' 38.103999999992084ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.779Z - [WATCHER]: libs/miles/ui-common/src/lib/miles-ui-common/miles-ui-common.ts was modified -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.779Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.779Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.982Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.982Z - [REQUEST]: libs/miles/ui-common/src/lib/miles-ui-common/miles-ui-common.ts -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.982Z - [REQUEST]: -Time for 'nx-angular-json-plugin:createNodes' 0.5696250000037253 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:22.989Z - Time taken for 'hash changed files from watcher' 1.1295420000096783ms -Time for 'nx/core/project-json:createNodes' 1.1956669999926817 -Time for 'nx/core/package-json:createNodes' 3.202499999999418 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 14.689125000004424 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:23.016Z - Time taken for 'build-project-configs' 23.87666700000409ms -Time for 'build typescript dependencies' 0.018125000002328306 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:23.034Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:23.034Z - [SYNC]: project graph hash is the same, not collecting task sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:23.034Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:34:23.034Z - Time taken for 'total execution time for createProjectGraph()' 20.990667000005487ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:05.741Z - [WATCHER]: eslint.config.js was modified -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:05.742Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:05.742Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.143Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.143Z - [REQUEST]: eslint.config.js -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.143Z - [REQUEST]: -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.147Z - Time taken for 'hash changed files from watcher' 0.4056669999845326ms -Time for 'nx-angular-json-plugin:createNodes' 1.3103750000009313 -Time for 'nx/core/package-json:createNodes' 2.9309169999323785 -Time for 'nx/core/project-json:createNodes' 2.4568750000325963 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 12.143041000002995 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.173Z - Time taken for 'build-project-configs' 21.716333999997005ms -Time for 'build typescript dependencies' 4.247374999918975 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.212Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.212Z - [SYNC]: project graph hash is the same, not collecting task sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.212Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.212Z - Time taken for 'total execution time for createProjectGraph()' 41.368167000007816ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.229Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.230Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.230Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.242Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.309Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.310Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.311Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.314Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.327Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.327Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.328Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.328Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.329Z - Time taken for 'total for creating and serializing project graph' 16.823207999928854ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.331Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.331Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 16. Response time: 4. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Received raw message of length 1541 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Received json message of type PRE_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Serializing response for PRE_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Responding to PRE_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Done responding to the client handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.339Z - Time taken for 'preTasksExecution' 0.14991699997335672ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.386Z - Received raw message of length 3228 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.386Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.386Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.391Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 3.253166ms - processed 1 tasks (setup: 3.22725ms, parallel_planning: 17.5µs) -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "10704097505869952863" (".gitignore") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "15301646125851035748" ("nx.json") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Hash Value: "4849055869562781179" -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 2.778041ms - processed 1 plans (setup: 988µs, hashing: 1.788417ms, assembly: 35.667µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.404Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.404Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.404Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.404Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.404Z - Handled json message HASH_TASKS. Handling time: 18. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.404Z - Time taken for 'write cache' 5.549083999940194ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - Received raw message of length 89 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - Responding to GET_ESTIMATED_TASK_TIMINGS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - Done responding to the client handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.451Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.454Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - Received raw message of length 208 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - Received json message of type RECORD_TASK_RUNS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - Serializing response for RECORD_TASK_RUNS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - Responding to RECORD_TASK_RUNS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - [REQUEST]: Responding to the client. handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - Done responding to the client handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.456Z - Handled json message RECORD_TASK_RUNS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - Received raw message of length 59 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - Received json message of type GET_FLAKY_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - Serializing response for GET_FLAKY_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - Responding to GET_FLAKY_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - [REQUEST]: Responding to the client. handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - Done responding to the client handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.457Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Received raw message of length 2411 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Received json message of type POST_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Serializing response for POST_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Responding to POST_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Done responding to the client handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.458Z - Time taken for 'postTasksExecution' 0.07254199997987598ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:06.462Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.105Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.105Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.106Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.112Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.112Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.112Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.112Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.112Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.112Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.113Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.124Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.124Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.124Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.124Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.130Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.130Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.130Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.130Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.131Z - Time taken for 'total for creating and serializing project graph' 5.750667000073008ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.132Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:11.132Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 6. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.410Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.410Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.410Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.410Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.414Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.414Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.414Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.414Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.415Z - Time taken for 'total for creating and serializing project graph' 4.585833000019193ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.416Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.416Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 4. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.423Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.423Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.423Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.424Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.429Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.429Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.429Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.429Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.430Z - Time taken for 'total for creating and serializing project graph' 5.318250000011176ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.431Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.431Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 6. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.571Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.616Z - [WATCHER]: 14 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.616Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.616Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.718Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.718Z - [REQUEST]: libs/libName/tsconfig.spec.json,libs/libName/package.json,libs/libName/src/lib/libName/libName.css,libs/libName/src/index.ts,libs/libName/src/lib/libName/libName.spec.ts,libs/libName/src/lib/libName/libName.html,libs/libName/tsconfig.json,libs/libName/eslint.config.cjs,libs/libName/ng-package.json,libs/libName/tsconfig.lib.prod.json,libs/libName/project.json,libs/libName/README.md,libs/libName/src/lib/libName/libName.ts,libs/libName/tsconfig.lib.json,project.json,tsconfig.base.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.718Z - [REQUEST]: -Time for 'nx-angular-json-plugin:createNodes' 0.4723750000121072 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.722Z - Time taken for 'hash changed files from watcher' 0.6117919998941943ms -Time for 'nx/core/project-json:createNodes' 2.3910410000244156 -Time for 'nx/core/package-json:createNodes' 4.516499999910593 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 8.65783400007058 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.742Z - Time taken for 'build-project-configs' 15.930291999946348ms -Time for 'build typescript dependencies' 13.26258300000336 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.797Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.797Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:15.798Z - Time taken for 'total execution time for createProjectGraph()' 57.775167000014335ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.678Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.678Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.678Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.779Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.779Z - [REQUEST]: tsconfig.base.json,project.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.779Z - [REQUEST]: -Time for 'nx-angular-json-plugin:createNodes' 0.1770000000251457 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.781Z - Time taken for 'hash changed files from watcher' 0.4529999999795109ms -Time for 'nx/core/project-json:createNodes' 0.5134590000379831 -Time for 'nx/core/package-json:createNodes' 1.6186669999733567 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 6.089125000056811 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.798Z - Time taken for 'build-project-configs' 11.904499999945983ms -Time for 'build typescript dependencies' 10.60004199994728 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.832Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.832Z - [SYNC]: project graph hash is the same, not collecting task sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.832Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:18.832Z - Time taken for 'total execution time for createProjectGraph()' 36.76137500000186ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:20.877Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 14 file(s) deleted -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:20.878Z - [SYNC]: clearing sync generators cache due to file changes -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:20.878Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.080Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.080Z - [REQUEST]: -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.081Z - [REQUEST]: libs/libName/src/lib/libName/libName.html,libs/libName/tsconfig.spec.json,libs/libName/src/lib/libName/libName.css,libs/libName/src/lib/libName/libName.ts,libs/libName/project.json,libs/libName/tsconfig.lib.prod.json,libs/libName/eslint.config.cjs,libs/libName/src/index.ts,libs/libName/README.md,libs/libName/ng-package.json,libs/libName/src/lib/libName/libName.spec.ts,libs/libName/tsconfig.json,libs/libName/package.json,libs/libName/tsconfig.lib.json -Time for 'nx-angular-json-plugin:createNodes' 0.4556669999146834 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.084Z - Time taken for 'hash changed files from watcher' 1.0598329999484122ms -Time for 'nx/core/project-json:createNodes' 1.3042500000447035 -Time for 'nx/core/package-json:createNodes' 3.713458999991417 -Time for 'nx/js/dependencies-and-lockfile:createNodes' 15.902750000008382 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.111Z - Time taken for 'build-project-configs' 22.80495899997186ms -Time for 'build typescript dependencies' 17.009375000023283 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.168Z - [SYNC]: collect registered sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.170Z - [SYNC]: nx.json hash is the same, not collecting global sync generators -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:21.170Z - Time taken for 'total execution time for createProjectGraph()' 56.967166000045836ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.954Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.955Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.957Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.962Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.975Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.975Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.975Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.975Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.983Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.983Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.983Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.983Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.984Z - Time taken for 'total for creating and serializing project graph' 7.813166999956593ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.985Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:35.985Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 8. Response time: 2. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:39.141Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.749Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.749Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.750Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.757Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.772Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.772Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.772Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.772Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.780Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.780Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.780Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.780Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.781Z - Time taken for 'total for creating and serializing project graph' 8.132791999960318ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.783Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:55.783Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 8. Response time: 3. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:42:57.074Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.069Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.070Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.071Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.077Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.077Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.078Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.078Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.078Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.078Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.078Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.091Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.091Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.091Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.091Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.101Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.101Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.101Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.101Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.103Z - Time taken for 'total for creating and serializing project graph' 10.160750000039116ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.104Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:33.104Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 10. Response time: 3. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:43:34.970Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.616Z - Established a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.617Z - Established a connection. Number of open connections: 2 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.617Z - Closed a connection. Number of open connections: 1 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - Received json message of type GET_NX_CONSOLE_STATUS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - Responding to GET_NX_CONSOLE_STATUS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - Done responding to the client handleGetNxConsoleStatus -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.624Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.677Z - Received raw message of length 32 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.678Z - Received json message of type REQUEST_PROJECT_GRAPH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.678Z - [REQUEST]: Client Request for Project Graph Received -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.679Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.688Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.689Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.689Z - Responding to REQUEST_PROJECT_GRAPH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.689Z - [REQUEST]: Responding to the client. project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.692Z - Time taken for 'total for creating and serializing project graph' 10.812792000011541ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.694Z - Done responding to the client project-graph -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.694Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 11. Response time: 5. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.700Z - Received raw message of length 1541 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.700Z - Received json message of type PRE_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.701Z - Serializing response for PRE_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.701Z - Responding to PRE_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.701Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.701Z - Done responding to the client handleRunPreTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.701Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.701Z - Time taken for 'preTasksExecution' 0.12020800006575882ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.747Z - Received raw message of length 3228 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.747Z - Received json message of type HASH_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.747Z - Reusing in-memory cached project graph because no files changed. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.752Z - Wrote project graph cache to /Users/manfredsteyer/projects/trainings/flights42/flights42/.nx/workspace-data/project-graph.json -DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 2.564958ms - processed 1 tasks (setup: 2.547791ms, parallel_planning: 15.208µs) -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "10704097505869952863" (".gitignore") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Adding "15301646125851035748" ("nx.json") to hash -DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset{cache_key="nx.json,.gitignore,.nxignore"}: Hash Value: "4849055869562781179" -DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 1.265333ms - processed 1 plans (setup: 315.083µs, hashing: 949.042µs, assembly: 10.667µs) -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.761Z - Serializing response for HASH_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.761Z - Responding to HASH_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.761Z - [REQUEST]: Responding to the client. handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.761Z - Done responding to the client handleHashTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.761Z - Handled json message HASH_TASKS. Handling time: 14. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.761Z - Time taken for 'write cache' 5.125125000020489ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - Received raw message of length 89 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - Responding to GET_ESTIMATED_TASK_TIMINGS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - Done responding to the client handleGetEstimatedTaskTimings -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.801Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.803Z - Received raw message of length 81 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.803Z - Received json message of type RECORD_OUTPUTS_HASH -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.803Z - Serializing response for RECORD_OUTPUTS_HASH message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.803Z - Responding to RECORD_OUTPUTS_HASH message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.803Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.804Z - Done responding to the client recordOutputsHash -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.804Z - Handled json message RECORD_OUTPUTS_HASH. Handling time: 0. Response time: 1. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.805Z - Received raw message of length 208 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.805Z - Received json message of type RECORD_TASK_RUNS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Serializing response for RECORD_TASK_RUNS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Responding to RECORD_TASK_RUNS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - [REQUEST]: Responding to the client. handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Done responding to the client handleRecordTaskRuns -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Received raw message of length 59 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Received json message of type GET_FLAKY_TASKS -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Serializing response for GET_FLAKY_TASKS message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Responding to GET_FLAKY_TASKS message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - [REQUEST]: Responding to the client. handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Done responding to the client handleGetFlakyTasks -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.806Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.807Z - Received raw message of length 2411 -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.807Z - Received json message of type POST_TASKS_EXECUTION -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.808Z - Serializing response for POST_TASKS_EXECUTION message in json mode -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.808Z - Responding to POST_TASKS_EXECUTION message -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.808Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.808Z - Done responding to the client handleRunPostTasksExecution -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.808Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0. -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.808Z - Time taken for 'postTasksExecution' 0.07612500002142042ms -[NX v22.3.3 Daemon Server] - 2026-02-14T17:47:16.811Z - Closed a connection. Number of open connections: 0 -[NX v22.3.3 Daemon Server] - 2026-02-14T18:12:06.172Z - [WATCHER]: Processing file changes in outputs -[NX v22.3.3 Daemon Server] - 2026-02-14T18:12:06.174Z - [WATCHER]: Stopping the watcher for /Users/manfredsteyer/projects/trainings/flights42/flights42 (sources) -[NX v22.3.3 Daemon Server] - 2026-02-14T18:12:06.174Z - [WATCHER]: Stopping the watcher for /Users/manfredsteyer/projects/trainings/flights42/flights42 (sources) -[NX v22.3.3 Daemon Server] - 2026-02-14T18:12:06.174Z - [WATCHER]: Stopping the watcher for /Users/manfredsteyer/projects/trainings/flights42/flights42 (outputs) -[NX v22.3.3 Daemon Server] - 2026-02-14T18:12:06.181Z - [NX-CONSOLE]: Cleaning up latest Nx installation from /private/var/folders/90/xlgjf5ms3ql9v9y8n8m3vgjh0000gn/T/tmp-3085-wPi0xqkoLzuh -[NX v22.3.3 Daemon Server] - 2026-02-14T18:12:06.182Z - Server stopped because: "Stopping the daemon the set of ignored files changed (native)" diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json deleted file mode 100644 index 635b16dd..00000000 --- a/.nx/workspace-data/file-map.json +++ /dev/null @@ -1,949 +0,0 @@ -{ - "version": "6.0", - "nxVersion": "22.3.3", - "pathMappings": { - "@flights42/ui-common": ["./projects/ui-common/src/public-api.ts"] - }, - "nxJsonPlugins": [], - "fileMap": { - "projectFileMap": { - "flights": [ - { - "file": ".cursor/rules/cursor.mdc", - "hash": "6169013833525011714" - }, - { - "file": ".editorconfig", - "hash": "4165385352547808172" - }, - { - "file": ".gitignore", - "hash": "8735202651818384803" - }, - { - "file": ".husky/commit-msg", - "hash": "3206400572671257283" - }, - { - "file": ".husky/pre-commit", - "hash": "7590073215689033748" - }, - { - "file": ".vscode/extensions.json", - "hash": "5331566439708925252" - }, - { - "file": ".vscode/launch.json", - "hash": "17038929134016848735" - }, - { - "file": ".vscode/settings.json", - "hash": "2974832844447316614" - }, - { - "file": ".vscode/tasks.json", - "hash": "1370608409982315224" - }, - { - "file": "README.md", - "hash": "4498810866200669898" - }, - { - "file": "angular.json", - "hash": "7625904115130365033" - }, - { - "file": "commitlint.config.cjs", - "hash": "13840799604877199437" - }, - { - "file": "eslint.config.js", - "hash": "439626509312330458" - }, - { - "file": "package-lock.json", - "hash": "9060751098244996783" - }, - { - "file": "package.json", - "hash": "16205136684089454741" - }, - { - "file": "public/config.json", - "hash": "16026935668036127491" - }, - { - "file": "public/favicon.ico", - "hash": "3988961587069885523" - }, - { - "file": "rebase.js", - "hash": "4585296120850033444" - }, - { - "file": "server-google.ts", - "hash": "7551407753090485142" - }, - { - "file": "server-openai.ts", - "hash": "5332393566167122507" - }, - { - "file": "sheriff.config.api.ts", - "hash": "13398645965822386260" - }, - { - "file": "sheriff.config.simple.ts", - "hash": "17427662010727789541" - }, - { - "file": "sheriff.config.ts", - "hash": "15226037563982913691" - }, - { - "file": "src/app/app.config.ts", - "hash": "15575285398621906265" - }, - { - "file": "src/app/app.css", - "hash": "3244421341483603138" - }, - { - "file": "src/app/app.html", - "hash": "18278784853790389122" - }, - { - "file": "src/app/app.routes.ts", - "hash": "2477283112490208695" - }, - { - "file": "src/app/app.ts", - "hash": "13157455717448648295" - }, - { - "file": "src/app/domains/checkin/data/checkin-info.ts", - "hash": "1819059396696580438" - }, - { - "file": "src/app/domains/checkin/data/passenger-info.ts", - "hash": "11916975452503927110" - }, - { - "file": "src/app/domains/checkin/feature-checkin/checkin-dialog.ts", - "hash": "8141504080442036014" - }, - { - "file": "src/app/domains/checkin/feature-checkin/checkin-page.html", - "hash": "15037315643812207231" - }, - { - "file": "src/app/domains/checkin/feature-checkin/checkin-page.ts", - "hash": "15960332556788613728" - }, - { - "file": "src/app/domains/luggage/data/luggage-client.ts", - "hash": "15050905114368530793" - }, - { - "file": "src/app/domains/luggage/data/luggage.ts", - "hash": "12838033222745315468" - }, - { - "file": "src/app/domains/luggage/feature-luggage/luggage-card/luggage-card.html", - "hash": "7754506599167525453" - }, - { - "file": "src/app/domains/luggage/feature-luggage/luggage-card/luggage-card.ts", - "hash": "17573888009587147791" - }, - { - "file": "src/app/domains/luggage/feature-luggage/luggage-overview/luggage-overview.html", - "hash": "195288236332884143" - }, - { - "file": "src/app/domains/luggage/feature-luggage/luggage-overview/luggage-overview.ts", - "hash": "2580681954037562155" - }, - { - "file": "src/app/domains/luggage/feature-luggage/luggage-overview/luggage-store.ts", - "hash": "8924881230441992265" - }, - { - "file": "src/app/domains/luggage/feature-luggage/luggage-overview/simple-luggage-store.ts", - "hash": "4805513931254605691" - }, - { - "file": "src/app/domains/shared/ui-assistant/assistant-chat/assistant-chat.css", - "hash": "3719932466068677229" - }, - { - "file": "src/app/domains/shared/ui-assistant/assistant-chat/assistant-chat.html", - "hash": "5022753322591426255" - }, - { - "file": "src/app/domains/shared/ui-assistant/assistant-chat/assistant-chat.ts", - "hash": "9705117064058064586" - }, - { - "file": "src/app/domains/shared/ui-assistant/chat-messages/chat-messages.css", - "hash": "7076962614273796642" - }, - { - "file": "src/app/domains/shared/ui-assistant/chat-messages/chat-messages.html", - "hash": "5958450750925113197" - }, - { - "file": "src/app/domains/shared/ui-assistant/chat-messages/chat-messages.ts", - "hash": "6693712232559947869" - }, - { - "file": "src/app/domains/shared/ui-assistant/chat-registry.ts", - "hash": "7957301582498989527" - }, - { - "file": "src/app/domains/shared/ui-assistant/message-widget.ts", - "hash": "4006382679037259481" - }, - { - "file": "src/app/domains/shared/ui-assistant/message.ts", - "hash": "11116122161854111535" - }, - { - "file": "src/app/domains/shared/ui-assistant/tool-status.ts", - "hash": "1180566098428400650" - }, - { - "file": "src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.css", - "hash": "13486813025378078187" - }, - { - "file": "src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.html", - "hash": "13702004493696746429" - }, - { - "file": "src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.ts", - "hash": "3925323760994798123" - }, - { - "file": "src/app/domains/shared/ui-common/alternative-city.pipe.ts", - "hash": "4558712267921549320" - }, - { - "file": "src/app/domains/shared/ui-common/city.pipe.ts", - "hash": "1493134128244470091" - }, - { - "file": "src/app/domains/shared/ui-common/click-with-warning.ts", - "hash": "4432565495920319661" - }, - { - "file": "src/app/domains/shared/ui-common/custom-template-outlet.ts", - "hash": "15991933827529505379" - }, - { - "file": "src/app/domains/shared/ui-common/data-table/data-table.ts", - "hash": "14383350271319210489" - }, - { - "file": "src/app/domains/shared/ui-common/data-table/table-field.ts", - "hash": "3085807120488652056" - }, - { - "file": "src/app/domains/shared/ui-common/delay-stepper/delay-stepper.css", - "hash": "12886819890292825570" - }, - { - "file": "src/app/domains/shared/ui-common/delay-stepper/delay-stepper.html", - "hash": "10280219372229891822" - }, - { - "file": "src/app/domains/shared/ui-common/delay-stepper/delay-stepper.ts", - "hash": "11340353694925541582" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog-event.ts", - "hash": "361209786805847648" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog-info.ts", - "hash": "361209786805847648" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog-outlet-service.ts", - "hash": "16751637696394589771" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog-outlet.css", - "hash": "5660772658265241186" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog-outlet.html", - "hash": "5380680022681611879" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog-outlet.ts", - "hash": "5358168836769789220" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog.service.ts", - "hash": "2056320822399315541" - }, - { - "file": "src/app/domains/shared/ui-common/dialog/dialog.token.ts", - "hash": "17875904465549762097" - }, - { - "file": "src/app/domains/shared/ui-common/injection-tabbed-pane/tab.ts", - "hash": "4371899583198475039" - }, - { - "file": "src/app/domains/shared/ui-common/injection-tabbed-pane/tabbed-pane.ts", - "hash": "5612575456067547568" - }, - { - "file": "src/app/domains/shared/ui-common/query-tabbed-pane/tab.ts", - "hash": "15331908676352325543" - }, - { - "file": "src/app/domains/shared/ui-common/query-tabbed-pane/tabbed-pane.ts", - "hash": "16178559924800251327" - }, - { - "file": "src/app/domains/shared/ui-common/service-tabbed-pane/tab-registry.ts", - "hash": "2429711905215232368" - }, - { - "file": "src/app/domains/shared/ui-common/service-tabbed-pane/tab.ts", - "hash": "15553770352341887846" - }, - { - "file": "src/app/domains/shared/ui-common/service-tabbed-pane/tabbed-pane.ts", - "hash": "16813265286901234364" - }, - { - "file": "src/app/domains/shared/ui-common/simple-tooltip.ts", - "hash": "18234784262288964121" - }, - { - "file": "src/app/domains/shared/ui-common/tooltip.ts", - "hash": "14737321400292191302" - }, - { - "file": "src/app/domains/shared/ui-federation/wrapper.css", - "hash": "13027103444035360129" - }, - { - "file": "src/app/domains/shared/ui-federation/wrapper.html", - "hash": "10416525026193577673" - }, - { - "file": "src/app/domains/shared/ui-federation/wrapper.ts", - "hash": "5732314426992424999" - }, - { - "file": "src/app/domains/shared/ui-forms/field-meta-data-pane/field-meta-data-pane.css", - "hash": "3136830513786379238" - }, - { - "file": "src/app/domains/shared/ui-forms/field-meta-data-pane/field-meta-data-pane.html", - "hash": "12710122228002779454" - }, - { - "file": "src/app/domains/shared/ui-forms/field-meta-data-pane/field-meta-data-pane.ts", - "hash": "14187783409550462490" - }, - { - "file": "src/app/domains/shared/ui-forms/validation-errors/validation-errors-pane.css", - "hash": "3244421341483603138" - }, - { - "file": "src/app/domains/shared/ui-forms/validation-errors/validation-errors-pane.html", - "hash": "13967593889458504906" - }, - { - "file": "src/app/domains/shared/ui-forms/validation-errors/validation-errors-pane.ts", - "hash": "13730217248587989984" - }, - { - "file": "src/app/domains/shared/util-auth/auth.guard.ts", - "hash": "10025073548978673705" - }, - { - "file": "src/app/domains/shared/util-auth/auth.interceptor.ts", - "hash": "9047627130009945772" - }, - { - "file": "src/app/domains/shared/util-auth/auth.service.ts", - "hash": "8997903580334105759" - }, - { - "file": "src/app/domains/shared/util-common/app-settings.ts", - "hash": "1452525916408762306" - }, - { - "file": "src/app/domains/shared/util-common/application-error-handler.ts", - "hash": "2073880314350706705" - }, - { - "file": "src/app/domains/shared/util-common/call-state.feature.ts", - "hash": "4135485093434252679" - }, - { - "file": "src/app/domains/shared/util-common/config-service.ts", - "hash": "2580196147566875922" - }, - { - "file": "src/app/domains/shared/util-common/confirm.ts", - "hash": "808311207707386113" - }, - { - "file": "src/app/domains/shared/util-common/date-utils.ts", - "hash": "1925576533697680582" - }, - { - "file": "src/app/domains/shared/util-common/delegated-signal.ts", - "hash": "5440889339474463009" - }, - { - "file": "src/app/domains/shared/util-common/exit.guard.ts", - "hash": "14679925792890536646" - }, - { - "file": "src/app/domains/shared/util-common/extract-error.ts", - "hash": "4463613002260469329" - }, - { - "file": "src/app/domains/shared/util-common/inject-blink.ts", - "hash": "5023311118735009391" - }, - { - "file": "src/app/domains/shared/util-common/properties.ts", - "hash": "12094749331931190586" - }, - { - "file": "src/app/domains/ticketing/ai/system-prompt.ts", - "hash": "10277268260541312366" - }, - { - "file": "src/app/domains/ticketing/ai/ticketing-chat-service.ts", - "hash": "8083466900011901078" - }, - { - "file": "src/app/domains/ticketing/ai/tools/display-flight-detail.tool.ts", - "hash": "18069573029963800564" - }, - { - "file": "src/app/domains/ticketing/ai/tools/find-flights.tool.ts", - "hash": "11036612494771411162" - }, - { - "file": "src/app/domains/ticketing/ai/tools/get-booked-flights.tool.ts", - "hash": "8763729779134501348" - }, - { - "file": "src/app/domains/ticketing/ai/tools/get-current-basket.tool.ts", - "hash": "3360350083544764216" - }, - { - "file": "src/app/domains/ticketing/ai/tools/get-current-flight.tool.ts", - "hash": "364736042094392342" - }, - { - "file": "src/app/domains/ticketing/ai/tools/get-current-route.tool.ts", - "hash": "17606306354234265335" - }, - { - "file": "src/app/domains/ticketing/ai/tools/get-loaded-flights.tool.ts", - "hash": "858266381801195343" - }, - { - "file": "src/app/domains/ticketing/ai/tools/show-booked-flights.tool.ts", - "hash": "453436023461973804" - }, - { - "file": "src/app/domains/ticketing/ai/tools/toggle-flight-selection.tool.ts", - "hash": "13147561453615177065" - }, - { - "file": "src/app/domains/ticketing/ai/tools/update-flight.tool.ts", - "hash": "14310556306068307830" - }, - { - "file": "src/app/domains/ticketing/ai/widgets/flight-widget.component.ts", - "hash": "6975832679140234291" - }, - { - "file": "src/app/domains/ticketing/ai/widgets/flight-widget.ts", - "hash": "79285063636956564" - }, - { - "file": "src/app/domains/ticketing/api/index.ts", - "hash": "15901111462302820578" - }, - { - "file": "src/app/domains/ticketing/data/aircraft-schema.ts", - "hash": "12390464621916773154" - }, - { - "file": "src/app/domains/ticketing/data/aircraft.ts", - "hash": "2832211314581038513" - }, - { - "file": "src/app/domains/ticketing/data/flight-client.ts", - "hash": "3078316270844891616" - }, - { - "file": "src/app/domains/ticketing/data/flight-info.ts", - "hash": "6728295134303292770" - }, - { - "file": "src/app/domains/ticketing/data/flight-schema.ts", - "hash": "17486435414389871472" - }, - { - "file": "src/app/domains/ticketing/data/flight-validators.ts", - "hash": "10730283356454111195" - }, - { - "file": "src/app/domains/ticketing/data/flight-zod-schema.ts", - "hash": "5439241215437269746" - }, - { - "file": "src/app/domains/ticketing/data/flight.ts", - "hash": "14868663104661756760" - }, - { - "file": "src/app/domains/ticketing/data/passenger-client.ts", - "hash": "249678247185778596" - }, - { - "file": "src/app/domains/ticketing/data/passenger-schema.ts", - "hash": "4317027069808554361" - }, - { - "file": "src/app/domains/ticketing/data/passenger.ts", - "hash": "5599666650868094868" - }, - { - "file": "src/app/domains/ticketing/data/price-schema.ts", - "hash": "6012013179607489211" - }, - { - "file": "src/app/domains/ticketing/data/price.ts", - "hash": "13892742830716443422" - }, - { - "file": "src/app/domains/ticketing/data/ticket-client.ts", - "hash": "11767966541180422740" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/advanced-flight-edit.html", - "hash": "6249153907121387757" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/advanced-flight-edit.ts", - "hash": "10138259936695217833" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/aircraft-form/aircraft-form.html", - "hash": "15411877635177237234" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/aircraft-form/aircraft-form.ts", - "hash": "14110653687044989968" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/flight-edit-schema.ts", - "hash": "10973852958782857919" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/flight-form/flight-form.html", - "hash": "2035037722736982486" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/flight-form/flight-form.ts", - "hash": "11800024868609789782" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/prices-form/prices-form.html", - "hash": "5558248075063186802" - }, - { - "file": "src/app/domains/ticketing/feature-booking/advanced-flight-edit/prices-form/prices-form.ts", - "hash": "2627872532472232552" - }, - { - "file": "src/app/domains/ticketing/feature-booking/booking-navigation.html", - "hash": "14835555744761935370" - }, - { - "file": "src/app/domains/ticketing/feature-booking/booking-navigation.ts", - "hash": "7371594201293395239" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-edit/flight-detail-store.ts", - "hash": "1220603326038556483" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-edit/flight-edit.html", - "hash": "14039318409417737535" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-edit/flight-edit.spec.ts", - "hash": "10984107952854978242" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-edit/flight-edit.ts", - "hash": "18087491745596330785" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-edit/simple-flight-detail-store.ts", - "hash": "4602856574212715617" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-search/flight-search.html", - "hash": "5457559819055821974" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-search/flight-search.spec.ts", - "hash": "15980670996943745400" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-search/flight-search.ts", - "hash": "14191634148840970113" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-search/flight-store.spec.ts", - "hash": "5661770901268487197" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-search/flight-store.ts", - "hash": "14430151977320373111" - }, - { - "file": "src/app/domains/ticketing/feature-booking/flight-search/simple-flight-store.ts", - "hash": "11289276839778085149" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-card/passenger-card.html", - "hash": "9648626612949165876" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-card/passenger-card.ts", - "hash": "15260631754551683391" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-edit/passenger-detail-store.ts", - "hash": "18114263469008571803" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-edit/passenger-edit.html", - "hash": "4151724170874473915" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-edit/passenger-edit.ts", - "hash": "14507448994178546679" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-edit/passenger-resolver.ts", - "hash": "15659924156436233667" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-search/passenger-search.html", - "hash": "14583638435008645282" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-search/passenger-search.ts", - "hash": "7842422970502178412" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-search/passenger-store.ts", - "hash": "2176889051181443219" - }, - { - "file": "src/app/domains/ticketing/feature-booking/passenger-search/simple-passenger-store.ts", - "hash": "9091116880480928934" - }, - { - "file": "src/app/domains/ticketing/feature-booking/proto-flight-edit/proto-flight-edit.html", - "hash": "12129517777736155802" - }, - { - "file": "src/app/domains/ticketing/feature-booking/proto-flight-edit/proto-flight-edit.ts", - "hash": "11688478043478795097" - }, - { - "file": "src/app/domains/ticketing/feature-booking/reactive-flight-search/reactive-flight-search.fake-timers.spec.ts", - "hash": "3700547819099023166" - }, - { - "file": "src/app/domains/ticketing/feature-booking/reactive-flight-search/reactive-flight-search.html", - "hash": "13299011309171393501" - }, - { - "file": "src/app/domains/ticketing/feature-booking/reactive-flight-search/reactive-flight-search.spec.ts", - "hash": "7397285808106242883" - }, - { - "file": "src/app/domains/ticketing/feature-booking/reactive-flight-search/reactive-flight-search.ts", - "hash": "279294158236250636" - }, - { - "file": "src/app/domains/ticketing/feature-booking/summary-page/summary-page.html", - "hash": "7725313908046817023" - }, - { - "file": "src/app/domains/ticketing/feature-booking/summary-page/summary-page.ts", - "hash": "6265494470353400342" - }, - { - "file": "src/app/domains/ticketing/feature-booking/summary-page/summary-store.ts", - "hash": "11004690866029054776" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights-overview/next-flights-overview.html", - "hash": "16667488325077642662" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights-overview/next-flights-overview.ts", - "hash": "7507011513663961420" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights-overview/next-flights-store.ts", - "hash": "15001874217139812426" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights-overview/normalized-store.ts", - "hash": "8807219845725922998" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights-overview/simple-next-flights-store.ts", - "hash": "6142507146587740598" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights.module.ts", - "hash": "13093660767789128491" - }, - { - "file": "src/app/domains/ticketing/feature-next-flights/next-flights.routes.ts", - "hash": "1499487629570741159" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/ai/chart-resource.ts", - "hash": "6201287880153598430" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/ai/chart-runtime.ts", - "hash": "4385783853204066718" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/chart/chart-colors.ts", - "hash": "13714305457972614793" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/chart/data-item.ts", - "hash": "7375348644637829567" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/reporting-page/example-prompts.ts", - "hash": "9319293632382371222" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/reporting-page/reporting-page.css", - "hash": "10004000525445299409" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/reporting-page/reporting-page.html", - "hash": "14506420774704911481" - }, - { - "file": "src/app/domains/ticketing/feature-reporting/reporting-page/reporting-page.ts", - "hash": "4935196093538342258" - }, - { - "file": "src/app/domains/ticketing/ticketing.routes.ts", - "hash": "6595821189268541280" - }, - { - "file": "src/app/domains/ticketing/ui/flight-card/flight-card.html", - "hash": "15579860019079626673" - }, - { - "file": "src/app/domains/ticketing/ui/flight-card/flight-card.ts", - "hash": "4786004106655980982" - }, - { - "file": "src/app/shell/about/about.html", - "hash": "5674190037534294427" - }, - { - "file": "src/app/shell/about/about.ts", - "hash": "585888448612853044" - }, - { - "file": "src/app/shell/about/demo-dialog.ts", - "hash": "17013154650347331530" - }, - { - "file": "src/app/shell/dashboard/dashboard.ts", - "hash": "8685594916623763744" - }, - { - "file": "src/app/shell/home/home.ts", - "hash": "3858424218702271075" - }, - { - "file": "src/app/shell/navbar/navbar.html", - "hash": "16771679363621358475" - }, - { - "file": "src/app/shell/navbar/navbar.ts", - "hash": "10084073508598474583" - }, - { - "file": "src/app/shell/sidebar/sidebar.html", - "hash": "9244466445619622329" - }, - { - "file": "src/app/shell/sidebar/sidebar.ts", - "hash": "6269877616671153617" - }, - { - "file": "src/app/testing/create-test-flight.ts", - "hash": "3609872650644501613" - }, - { - "file": "src/app/testing/provide-test-config.ts", - "hash": "754551100172002117" - }, - { - "file": "src/app/testing/run-tasks.ts", - "hash": "6392426779804992110" - }, - { - "file": "src/index.html", - "hash": "3287223808340481009" - }, - { - "file": "src/main.ts", - "hash": "1851190477704634470" - }, - { - "file": "src/material-theme.scss", - "hash": "18058414467104993129" - }, - { - "file": "src/styles.css", - "hash": "18228984077434649362" - }, - { - "file": "tsconfig.app.json", - "hash": "10831407004770398043" - }, - { - "file": "tsconfig.json", - "hash": "17532750454972281944" - }, - { - "file": "tsconfig.spec.json", - "hash": "163394592492922013" - } - ], - "ui-common": [ - { - "file": "projects/ui-common/README.md", - "hash": "3730462883165103063" - }, - { - "file": "projects/ui-common/eslint.config.js", - "hash": "17527626280481953720" - }, - { - "file": "projects/ui-common/ng-package.json", - "hash": "17716158778195391622" - }, - { - "file": "projects/ui-common/package.json", - "hash": "486259915063614393", - "deps": ["npm:@angular/common", "npm:@angular/core", "npm:tslib"] - }, - { - "file": "projects/ui-common/src/lib/user-panel.ts", - "hash": "17853132731868418887" - }, - { - "file": "projects/ui-common/src/lib/user-service.ts", - "hash": "11302352297937446986" - }, - { - "file": "projects/ui-common/src/public-api.ts", - "hash": "8545832407914000719" - }, - { - "file": "projects/ui-common/tsconfig.lib.json", - "hash": "1133477222801413517" - }, - { - "file": "projects/ui-common/tsconfig.lib.prod.json", - "hash": "17517552510542404852" - }, - { - "file": "projects/ui-common/tsconfig.spec.json", - "hash": "10777994083665899510" - } - ], - "miles": [ - { - "file": "projects/miles/eslint.config.js", - "hash": "5267519655198884963" - }, - { - "file": "projects/miles/public/favicon.ico", - "hash": "3988961587069885523" - }, - { - "file": "projects/miles/src/app/app.config.ts", - "hash": "171900698880923948" - }, - { - "file": "projects/miles/src/app/app.routes.ts", - "hash": "13253328442092174957" - }, - { - "file": "projects/miles/src/app/app.ts", - "hash": "3375643947270759687" - }, - { - "file": "projects/miles/src/app/miles-overview.ts", - "hash": "16090019062569678378" - }, - { - "file": "projects/miles/src/app/next-leve-page.ts", - "hash": "5649087190554011798" - }, - { - "file": "projects/miles/src/index.html", - "hash": "2081959793370673656" - }, - { - "file": "projects/miles/src/main.ts", - "hash": "1851190477704634470" - }, - { - "file": "projects/miles/src/styles.css", - "hash": "529678770858229438" - }, - { - "file": "projects/miles/tsconfig.app.json", - "hash": "4392164896217937559" - }, - { - "file": "projects/miles/tsconfig.spec.json", - "hash": "10777994083665899510" - } - ] - }, - "nonProjectFiles": [] - }, - "externalNodesHash": "17480334972756258119" -} diff --git a/.nx/workspace-data/lockfile-dependencies.hash b/.nx/workspace-data/lockfile-dependencies.hash deleted file mode 100644 index ae3b5edb..00000000 --- a/.nx/workspace-data/lockfile-dependencies.hash +++ /dev/null @@ -1 +0,0 @@ -12123898004358224811 \ No newline at end of file diff --git a/.nx/workspace-data/lockfile-nodes.hash b/.nx/workspace-data/lockfile-nodes.hash deleted file mode 100644 index ae3b5edb..00000000 --- a/.nx/workspace-data/lockfile-nodes.hash +++ /dev/null @@ -1 +0,0 @@ -12123898004358224811 \ No newline at end of file diff --git a/.nx/workspace-data/nx_files.nxt b/.nx/workspace-data/nx_files.nxt deleted file mode 100644 index af25ef58..00000000 Binary files a/.nx/workspace-data/nx_files.nxt and /dev/null differ diff --git a/.nx/workspace-data/parsed-lock-file.dependencies.json b/.nx/workspace-data/parsed-lock-file.dependencies.json deleted file mode 100644 index 64f65d40..00000000 --- a/.nx/workspace-data/parsed-lock-file.dependencies.json +++ /dev/null @@ -1,10957 +0,0 @@ -[ - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:@algolia/requester-browser-xhr", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/requester-fetch", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/requester-node-http", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@chialab/esbuild-plugin-commonjs", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@softarc/native-federation", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@softarc/native-federation-runtime", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:esbuild@0.25.12", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:mrmime@1.0.1", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:process", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:signale", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/aix-ppc64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/android-arm@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/android-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/android-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/darwin-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/darwin-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/freebsd-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/freebsd-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-arm@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-ia32@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-loong64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-mips64el@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-ppc64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-riscv64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-s390x@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/netbsd-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/netbsd-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/openbsd-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/openbsd-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/openharmony-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/sunos-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/win32-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/win32-ia32@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/win32-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:@ngrx/signals", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular-devkit/architect", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/architect", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:@angular/cli", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:@angular-devkit/architect", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:@angular-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@angular-eslint/template-parser", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@angular-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:aria-query", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:axobject-query", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular/cli", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-eslint/eslint-plugin", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-eslint/eslint-plugin-template", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:eslint-scope", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular/animations", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/animations", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/compiler", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/compiler-cli", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:ng-packagr", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@ampproject/remapping", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular-devkit/architect", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@babel/helper-split-export-declaration", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@inquirer/confirm", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@vitejs/plugin-basic-ssl", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:beasties", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:mrmime", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:parse5-html-rewriting-stream", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:piscina", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:rolldown", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:source-map-support", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:undici", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:watchpack", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:lmdb", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@angular-devkit/architect", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@inquirer/prompts", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@listr2/prompt-adapter-inquirer", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@modelcontextprotocol/sdk", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@schematics/angular", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@yarnpkg/lockfile", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:algoliasearch", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:ini", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:pacote", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:parse5-html-rewriting-stream", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:zod", - "type": "static" - }, - { - "source": "npm:@angular/common", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/common", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/common", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/compiler", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:@angular/compiler", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:convert-source-map", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:@angular/compiler", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:zone.js", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@standard-schema/spec", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/cdk", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/forms", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:@angular/animations", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@antfu/install-pkg", - "target": "npm:package-manager-detector", - "type": "static" - }, - { - "source": "npm:@antfu/install-pkg", - "target": "npm:tinyexec", - "type": "static" - }, - { - "source": "npm:@apidevtools/json-schema-ref-parser", - "target": "npm:@jsdevtools/ono", - "type": "static" - }, - { - "source": "npm:@apidevtools/json-schema-ref-parser", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@apidevtools/json-schema-ref-parser", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-calc", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-color-parser", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-parser-algorithms", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:@asamuzakjp/nwsapi", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:bidi-js", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:is-potential-custom-element-name", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:@babel/code-frame", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@babel/code-frame", - "target": "npm:js-tokens", - "type": "static" - }, - { - "source": "npm:@babel/code-frame", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/generator", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/helpers", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@jridgewell/remapping", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:convert-source-map@2.0.0", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:gensync", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:jsesc", - "type": "static" - }, - { - "source": "npm:@babel/helper-annotate-as-pure", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-imports", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-imports", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-split-export-declaration", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/helpers", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/helpers", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/parser", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/template", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@babel/template", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/template", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/generator", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-globals", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-string-parser", - "type": "static" - }, - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@chevrotain/cst-dts-gen", - "target": "npm:@chevrotain/gast", - "type": "static" - }, - { - "source": "npm:@chevrotain/cst-dts-gen", - "target": "npm:@chevrotain/types", - "type": "static" - }, - { - "source": "npm:@chevrotain/cst-dts-gen", - "target": "npm:lodash-es@4.17.21", - "type": "static" - }, - { - "source": "npm:@chevrotain/gast", - "target": "npm:@chevrotain/types", - "type": "static" - }, - { - "source": "npm:@chevrotain/gast", - "target": "npm:lodash-es@4.17.21", - "type": "static" - }, - { - "source": "npm:@chialab/cjs-to-esm", - "target": "npm:@chialab/estransform", - "type": "static" - }, - { - "source": "npm:@chialab/esbuild-plugin-commonjs", - "target": "npm:@chialab/cjs-to-esm", - "type": "static" - }, - { - "source": "npm:@chialab/esbuild-plugin-commonjs", - "target": "npm:@chialab/esbuild-rna", - "type": "static" - }, - { - "source": "npm:@chialab/esbuild-rna", - "target": "npm:@chialab/estransform", - "type": "static" - }, - { - "source": "npm:@chialab/esbuild-rna", - "target": "npm:@chialab/node-resolve", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:@napi-rs/magic-string", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:@parcel/source-map", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:cjs-module-lexer", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:es-module-lexer", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:oxc-parser", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/format", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/lint", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/load", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/read", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:tinyexec", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:yargs@17.7.2", - "type": "static" - }, - { - "source": "npm:ansi-styles@4.3.0", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:strip-ansi@6.0.1", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:cliui@8.0.1", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:require-directory", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:yargs-parser@21.1.1", - "type": "static" - }, - { - "source": "npm:@commitlint/config-conventional", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/config-conventional", - "target": "npm:conventional-changelog-conventionalcommits", - "type": "static" - }, - { - "source": "npm:@commitlint/config-validator", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/config-validator", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.camelcase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.kebabcase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.snakecase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.startcase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.upperfirst", - "type": "static" - }, - { - "source": "npm:@commitlint/format", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/format", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@commitlint/is-ignored", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/is-ignored", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/is-ignored", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/parse", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/rules", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/config-validator", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/execute-rule", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/resolve-extends", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:cosmiconfig-typescript-loader", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:lodash.isplainobject", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:lodash.merge", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:lodash.uniq", - "type": "static" - }, - { - "source": "npm:@commitlint/parse", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-changelog-angular", - "type": "static" - }, - { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-commits-parser", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:@commitlint/top-level", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:git-raw-commits", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:tinyexec", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:@commitlint/config-validator", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:global-directory", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:import-meta-resolve", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:lodash.mergewith", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:resolve-from@5.0.0", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/ensure", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/message", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/to-lines", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/top-level", - "target": "npm:find-up@7.0.0", - "type": "static" - }, - { - "source": "npm:find-up@7.0.0", - "target": "npm:locate-path@7.2.0", - "type": "static" - }, - { - "source": "npm:find-up@7.0.0", - "target": "npm:path-exists@5.0.0", - "type": "static" - }, - { - "source": "npm:find-up@7.0.0", - "target": "npm:unicorn-magic", - "type": "static" - }, - { - "source": "npm:locate-path@7.2.0", - "target": "npm:p-locate@6.0.0", - "type": "static" - }, - { - "source": "npm:p-limit@4.0.0", - "target": "npm:yocto-queue@1.2.2", - "type": "static" - }, - { - "source": "npm:p-locate@6.0.0", - "target": "npm:p-limit@4.0.0", - "type": "static" - }, - { - "source": "npm:@commitlint/types", - "target": "npm:@types/conventional-commits-parser", - "type": "static" - }, - { - "source": "npm:@commitlint/types", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@csstools/css-calc", - "target": "npm:@csstools/css-parser-algorithms", - "type": "static" - }, - { - "source": "npm:@csstools/css-calc", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/css-parser-algorithms", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/color-helpers", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/css-calc", - "type": "static" - }, - { - "source": "npm:@csstools/css-parser-algorithms", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:@emnapi/wasi-threads", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/runtime", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/wasi-threads", - "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:minimatch@3.1.2", - "target": "npm:brace-expansion", - "type": "static" - }, - { - "source": "npm:@eslint/config-helpers", - "target": "npm:@eslint/core", - "type": "static" - }, - { - "source": "npm:@eslint/core", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ajv@6.12.6", - "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", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ignore@5.3.2", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:js-yaml", - "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:ajv@6.12.6", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:uri-js", - "type": "static" - }, - { - "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion", - "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:@google/genai", - "target": "npm:@modelcontextprotocol/sdk", - "type": "static" - }, - { - "source": "npm:@google/genai", - "target": "npm:google-auth-library", - "type": "static" - }, - { - "source": "npm:@google/genai", - "target": "npm:protobufjs", - "type": "static" - }, - { - "source": "npm:@google/genai", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:@hashbrownai/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:@google/genai", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:@hashbrownai/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@hashbrownai/openai", - "target": "npm:openai", - "type": "static" - }, - { - "source": "npm:@hashbrownai/openai", - "target": "npm:@hashbrownai/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/openai", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@hono/node-server", - "target": "npm:hono", - "type": "static" - }, - { - "source": "npm:@humanfs/node", - "target": "npm:@humanfs/core", - "type": "static" - }, - { - "source": "npm:@humanfs/node", - "target": "npm:@humanwhocodes/retry", - "type": "static" - }, - { - "source": "npm:@iconify/utils", - "target": "npm:@antfu/install-pkg", - "type": "static" - }, - { - "source": "npm:@iconify/utils", - "target": "npm:@iconify/types", - "type": "static" - }, - { - "source": "npm:@iconify/utils", - "target": "npm:mlly", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:yoctocolors-cjs", - "type": "static" - }, - { - "source": "npm:@inquirer/confirm", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/confirm", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/confirm", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:cli-width", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:mute-stream", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:wrap-ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:yoctocolors-cjs", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@inquirer/external-editor", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:yoctocolors-cjs", - "type": "static" - }, - { - "source": "npm:@inquirer/external-editor", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/external-editor", - "target": "npm:chardet", - "type": "static" - }, - { - "source": "npm:@inquirer/external-editor", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:@inquirer/input", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/input", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/input", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/number", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/number", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/number", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/checkbox", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/confirm", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/editor", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/expand", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/input", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/number", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/password", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/rawlist", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/search", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/select", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:yoctocolors-cjs", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:yoctocolors-cjs", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:yoctocolors-cjs", - "type": "static" - }, - { - "source": "npm:@inquirer/type", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@isaacs/brace-expansion", - "target": "npm:@isaacs/balanced-match", - "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", - "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", - "type": "static" - }, - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:ansi-styles", - "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", - "type": "static" - }, - { - "source": "npm:@isaacs/fs-minipass", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/remapping", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/remapping", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:@jscpd/core", - "target": "npm:eventemitter3", - "type": "static" - }, - { - "source": "npm:@jscpd/tokenizer", - "target": "npm:@jscpd/core", - "type": "static" - }, - { - "source": "npm:@jscpd/tokenizer", - "target": "npm:reprism", - "type": "static" - }, - { - "source": "npm:@jscpd/tokenizer", - "target": "npm:spark-md5", - "type": "static" - }, - { - "source": "npm:@listr2/prompt-adapter-inquirer", - "target": "npm:@inquirer/prompts", - "type": "static" - }, - { - "source": "npm:@listr2/prompt-adapter-inquirer", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:@listr2/prompt-adapter-inquirer", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@mermaid-js/parser", - "target": "npm:langium", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:zod", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:@hono/node-server", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:cors", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:eventsource", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:eventsource-parser", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:express-rate-limit@8.2.1", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:hono", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:jose", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:json-schema-typed", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:pkce-challenge", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:raw-body", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:zod", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:zod-to-json-schema", - "type": "static" - }, - { - "source": "npm:express-rate-limit@8.2.1", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:express-rate-limit@8.2.1", - "target": "npm:ip-address@10.0.1", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-android-arm-eabi", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-android-arm64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-darwin-arm64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-darwin-x64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-freebsd-x64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-win32-ia32-msvc", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-win32-x64-msvc", - "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-openharmony-arm64", - "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", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime", - "target": "npm:@emnapi/runtime", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime", - "target": "npm:@tybys/wasm-util", - "type": "static" - }, - { - "source": "npm:@ngrx/operators", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@ngrx/operators", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@ngrx/signals", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@ngrx/signals", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@ngrx/signals", - "target": "npm:tslib", - "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:@npmcli/agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:http-proxy-agent", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:socks-proxy-agent", - "type": "static" - }, - { - "source": "npm:@npmcli/fs", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:@npmcli/promise-spawn", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:ini", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:npm-pick-manifest", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:which@6.0.0", - "type": "static" - }, - { - "source": "npm:which@6.0.0", - "target": "npm:isexe@3.1.1", - "type": "static" - }, - { - "source": "npm:@npmcli/installed-package-contents", - "target": "npm:npm-bundled", - "type": "static" - }, - { - "source": "npm:@npmcli/installed-package-contents", - "target": "npm:npm-normalize-package-bin", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:@npmcli/git", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:validate-npm-package-license", - "type": "static" - }, - { - "source": "npm:@npmcli/promise-spawn", - "target": "npm:which@6.0.0", - "type": "static" - }, - { - "source": "npm:which@6.0.0", - "target": "npm:isexe@3.1.1", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:@npmcli/node-gyp", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:@npmcli/package-json", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:@npmcli/promise-spawn", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:node-gyp", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:which@6.0.0", - "type": "static" - }, - { - "source": "npm:which@6.0.0", - "target": "npm:isexe@3.1.1", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:@apidevtools/json-schema-ref-parser", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:json-schema-walker", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:openapi-types", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:yargs@17.7.2", - "type": "static" - }, - { - "source": "npm:ansi-styles@4.3.0", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:strip-ansi@6.0.1", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:cliui@8.0.1", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:require-directory", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:yargs-parser@21.1.1", - "type": "static" - }, - { - "source": "npm:@parcel/source-map", - "target": "npm:detect-libc@1.0.3", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:detect-libc@1.0.3", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:node-addon-api@7.1.1", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-android-arm64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-darwin-arm64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-darwin-x64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-freebsd-x64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm-glibc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm-musl", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm64-glibc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-x64-glibc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-win32-arm64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-win32-ia32", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-win32-x64", - "type": "static" - }, - { - "source": "npm:@protobufjs/fetch", - "target": "npm:@protobufjs/aspromise", - "type": "static" - }, - { - "source": "npm:@protobufjs/fetch", - "target": "npm:@protobufjs/inquire", - "type": "static" - }, - { - "source": "npm:@rolldown/binding-wasm32-wasi", - "target": "npm:@napi-rs/wasm-runtime", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-json", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-json", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker@2.0.2", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@rollup/wasm-node", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/wasm-node", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:@schematics/angular", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@schematics/angular", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@schematics/angular", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@sigstore/bundle", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:@sigstore/bundle", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:@sigstore/core", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:@sigstore/tuf", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:@sigstore/tuf", - "target": "npm:tuf-js", - "type": "static" - }, - { - "source": "npm:@sigstore/verify", - "target": "npm:@sigstore/bundle", - "type": "static" - }, - { - "source": "npm:@sigstore/verify", - "target": "npm:@sigstore/core", - "type": "static" - }, - { - "source": "npm:@sigstore/verify", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@jscpd/core", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@jscpd/tokenizer", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@modelcontextprotocol/sdk@1.17.3", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@softarc/sheriff-core@0.17.3", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:express@4.21.0", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:fast-glob@3.3.2", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:zod@3.25.76", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:zod-to-json-schema", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:ajv@6.12.6", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:cors", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:eventsource", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:eventsource-parser", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:express-rate-limit", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:pkce-challenge", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:raw-body", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:zod@3.25.76", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:zod-to-json-schema", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:body-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:content-disposition", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:cookie", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:cookie-signature", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:finalhandler", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:fresh", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:merge-descriptors", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:router", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:send", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:serve-static", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:@softarc/sheriff-core@0.17.3", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:uri-js", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:accepts@1.3.8", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:array-flatten", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:body-parser@1.20.3", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:content-disposition@0.5.4", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:cookie@0.6.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:cookie-signature@1.0.6", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:finalhandler@1.3.1", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:fresh@0.5.2", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:merge-descriptors@1.0.3", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:methods", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:path-to-regexp@0.1.10", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:qs@6.13.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:send@0.19.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:serve-static@1.16.2", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:type-is@1.6.18", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:utils-merge", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:accepts@1.3.8", - "target": "npm:mime-types@2.1.35", - "type": "static" - }, - { - "source": "npm:accepts@1.3.8", - "target": "npm:negotiator@0.6.3", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:destroy", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:qs@6.13.0", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:raw-body@2.5.2", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:type-is@1.6.18", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:content-disposition@0.5.4", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:debug@2.6.9", - "target": "npm:ms@2.0.0", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:mime-types@2.1.35", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:qs@6.13.0", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:destroy", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:encodeurl@1.0.2", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:fresh@0.5.2", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:mime", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:send@0.19.0", - "type": "static" - }, - { - "source": "npm:type-is@1.6.18", - "target": "npm:media-typer@0.3.0", - "type": "static" - }, - { - "source": "npm:type-is@1.6.18", - "target": "npm:mime-types@2.1.35", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:@nodelib/fs.stat", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:@nodelib/fs.walk", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:glob-parent@5.1.2", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:glob-parent@5.1.2", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:toidentifier", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.4.24", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:@softarc/eslint-plugin-sheriff", - "target": "npm:@softarc/sheriff-core", - "type": "static" - }, - { - "source": "npm:@softarc/eslint-plugin-sheriff", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@softarc/eslint-plugin-sheriff", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:@softarc/native-federation-runtime", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:@softarc/sheriff-core@0.19.2", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation-runtime", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@softarc/sheriff-core@0.19.2", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@softarc/sheriff-core", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@tufjs/models", - "target": "npm:@tufjs/canonical-json", - "type": "static" - }, - { - "source": "npm:@tufjs/models", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:@tybys/wasm-util", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@types/body-parser", - "target": "npm:@types/connect", - "type": "static" - }, - { - "source": "npm:@types/body-parser", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/chai", - "target": "npm:@types/deep-eql", - "type": "static" - }, - { - "source": "npm:@types/chai", - "target": "npm:assertion-error", - "type": "static" - }, - { - "source": "npm:@types/connect", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/conventional-commits-parser", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/cors", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-array", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-axis", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-brush", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-chord", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-color", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-contour", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-delaunay", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-dispatch", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-drag", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-dsv", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-ease", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-fetch", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-force", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-format", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-geo", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-hierarchy", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-interpolate", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-path", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-polygon", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-quadtree", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-random", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-scale", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-scale-chromatic", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-shape", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-time", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-time-format", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-timer", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-transition", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-zoom", - "type": "static" - }, - { - "source": "npm:@types/d3-axis", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/d3-brush", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/d3-contour", - "target": "npm:@types/d3-array", - "type": "static" - }, - { - "source": "npm:@types/d3-contour", - "target": "npm:@types/geojson", - "type": "static" - }, - { - "source": "npm:@types/d3-drag", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/d3-fetch", - "target": "npm:@types/d3-dsv", - "type": "static" - }, - { - "source": "npm:@types/d3-geo", - "target": "npm:@types/geojson", - "type": "static" - }, - { - "source": "npm:@types/d3-interpolate", - "target": "npm:@types/d3-color", - "type": "static" - }, - { - "source": "npm:@types/d3-scale", - "target": "npm:@types/d3-time", - "type": "static" - }, - { - "source": "npm:@types/d3-shape", - "target": "npm:@types/d3-path", - "type": "static" - }, - { - "source": "npm:@types/d3-transition", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/d3-zoom", - "target": "npm:@types/d3-interpolate", - "type": "static" - }, - { - "source": "npm:@types/d3-zoom", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/body-parser", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/express-serve-static-core", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/serve-static", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/qs", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/range-parser", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/send", - "type": "static" - }, - { - "source": "npm:@types/node", - "target": "npm:undici-types", - "type": "static" - }, - { - "source": "npm:@types/send", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/http-errors", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/node", - "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@8.47.0", - "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@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "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/project-service@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/project-service@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/scope-manager@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "type": "static" - }, - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "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@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/project-service@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "type": "static" - }, - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "target": "npm:@typescript-eslint/tsconfig-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "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/tsconfig-utils", - "target": "npm:typescript", - "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/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/utils@8.47.0", - "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/project-service@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/project-service@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/scope-manager@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "type": "static" - }, - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:@typescript-eslint/project-service", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:@typescript-eslint/tsconfig-utils", - "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: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:tinyglobby", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "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.1", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-basic-ssl", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:@vitest/mocker", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:pixelmatch", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:pngjs", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:sirv", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:tinyrainbow", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:playwright", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:@vitest/browser", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:@vitest/mocker", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:tinyrainbow", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:@vitest/browser", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:@bcoe/v8-coverage", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:ast-v8-to-istanbul", - "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-reports", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:magicast", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:obug", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:std-env", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:tinyrainbow", - "type": "static" - }, - { - "source": "npm:@vitest/expect", - "target": "npm:@standard-schema/spec", - "type": "static" - }, - { - "source": "npm:@vitest/expect", - "target": "npm:@types/chai", - "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/utils", - "target": "npm:@vitest/pretty-format", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:tinyrainbow", - "type": "static" - }, - { - "source": "npm:accepts", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:accepts", - "target": "npm:negotiator", - "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-uri", - "type": "static" - }, - { - "source": "npm:ajv", - "target": "npm:json-schema-traverse", - "type": "static" - }, - { - "source": "npm:ajv", - "target": "npm:require-from-string", - "type": "static" - }, - { - "source": "npm:ajv-formats", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:ajv-formats", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/abtesting", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-abtesting", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-analytics", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-insights", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-personalization", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-query-suggestions", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-search", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/ingestion", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/monitoring", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/recommend", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/requester-node-http", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular/cli", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:typescript-eslint", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/builder", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/eslint-plugin", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/eslint-plugin-template", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/schematics", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/template-parser", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:ansi-escapes", - "target": "npm:environment", - "type": "static" - }, - { - "source": "npm:ast-v8-to-istanbul", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:ast-v8-to-istanbul", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:ast-v8-to-istanbul", - "target": "npm:js-tokens@9.0.1", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:css-select", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:dom-serializer", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:htmlparser2", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:postcss-media-query-parser", - "type": "static" - }, - { - "source": "npm:bidi-js", - "target": "npm:require-from-string", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:raw-body", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:brace-expansion", - "target": "npm:concat-map", - "type": "static" - }, - { - "source": "npm:braces", - "target": "npm:fill-range", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:baseline-browser-mapping", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:caniuse-lite", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:electron-to-chromium", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:node-releases", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:update-browserslist-db", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:@npmcli/fs", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:fs-minipass", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass-collect", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass-flush", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass-pipeline", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:p-map", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:ssri", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:unique-filename", - "type": "static" - }, - { - "source": "npm:call-bind-apply-helpers", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:call-bind-apply-helpers", - "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:chart.js", - "target": "npm:@kurkle/color", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/cst-dts-gen", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/gast", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/regexp-to-ast", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/types", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/utils", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:lodash-es@4.17.21", - "type": "static" - }, - { - "source": "npm:chevrotain-allstar", - "target": "npm:chevrotain", - "type": "static" - }, - { - "source": "npm:chevrotain-allstar", - "target": "npm:lodash-es", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:readdirp", - "type": "static" - }, - { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", - "type": "static" - }, - { - "source": "npm:cli-truncate", - "target": "npm:slice-ansi", - "type": "static" - }, - { - "source": "npm:cli-truncate", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:clipboard", - "target": "npm:good-listener", - "type": "static" - }, - { - "source": "npm:clipboard", - "target": "npm:select", - "type": "static" - }, - { - "source": "npm:clipboard", - "target": "npm:tiny-emitter", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:color-convert", - "target": "npm:color-name", - "type": "static" - }, - { - "source": "npm:commitlint", - "target": "npm:@commitlint/cli", - "type": "static" - }, - { - "source": "npm:commitlint", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:compare-func", - "target": "npm:array-ify", - "type": "static" - }, - { - "source": "npm:compare-func", - "target": "npm:dot-prop", - "type": "static" - }, - { - "source": "npm:conventional-changelog-angular", - "target": "npm:compare-func", - "type": "static" - }, - { - "source": "npm:conventional-changelog-conventionalcommits", - "target": "npm:compare-func", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:is-text-path", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:JSONStream", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:meow", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:split2", - "type": "static" - }, - { - "source": "npm:copy-anything", - "target": "npm:is-what", - "type": "static" - }, - { - "source": "npm:cors", - "target": "npm:object-assign", - "type": "static" - }, - { - "source": "npm:cors", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:cose-base", - "target": "npm:layout-base", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:env-paths", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:jiti", - "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:css-select", - "target": "npm:boolbase", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:domutils", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:nth-check", - "type": "static" - }, - { - "source": "npm:css-tree", - "target": "npm:mdn-data", - "type": "static" - }, - { - "source": "npm:css-tree", - "target": "npm:source-map-js", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:@asamuzakjp/css-color", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:@csstools/css-syntax-patches-for-csstree", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:cytoscape-cose-bilkent", - "target": "npm:cose-base", - "type": "static" - }, - { - "source": "npm:cytoscape-fcose", - "target": "npm:cose-base@2.2.0", - "type": "static" - }, - { - "source": "npm:cose-base@2.2.0", - "target": "npm:layout-base@2.0.1", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-axis", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-brush", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-chord", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-contour", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-delaunay", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-drag", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-dsv", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-ease", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-fetch", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-force", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-format", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-geo", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-hierarchy", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-path", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-polygon", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-quadtree", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-random", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-scale", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-scale-chromatic", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-shape", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-time", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-time-format", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-timer", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-transition", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-zoom", - "type": "static" - }, - { - "source": "npm:d3-array", - "target": "npm:internmap", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-drag", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-transition", - "type": "static" - }, - { - "source": "npm:d3-chord", - "target": "npm:d3-path", - "type": "static" - }, - { - "source": "npm:d3-contour", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3-delaunay", - "target": "npm:delaunator", - "type": "static" - }, - { - "source": "npm:d3-drag", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-dsv", - "target": "npm:commander@7.2.0", - "type": "static" - }, - { - "source": "npm:d3-dsv", - "target": "npm:iconv-lite@0.6.3", - "type": "static" - }, - { - "source": "npm:d3-dsv", - "target": "npm:rw", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.6.3", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:d3-fetch", - "target": "npm:d3-dsv", - "type": "static" - }, - { - "source": "npm:d3-force", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-force", - "target": "npm:d3-quadtree", - "type": "static" - }, - { - "source": "npm:d3-force", - "target": "npm:d3-timer", - "type": "static" - }, - { - "source": "npm:d3-geo", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3-interpolate", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3-sankey", - "target": "npm:d3-array@2.12.1", - "type": "static" - }, - { - "source": "npm:d3-sankey", - "target": "npm:d3-shape@1.3.7", - "type": "static" - }, - { - "source": "npm:d3-array@2.12.1", - "target": "npm:internmap@1.0.1", - "type": "static" - }, - { - "source": "npm:d3-shape@1.3.7", - "target": "npm:d3-path@1.0.9", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-format", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-time", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-time-format", - "type": "static" - }, - { - "source": "npm:d3-scale-chromatic", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3-scale-chromatic", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-shape", - "target": "npm:d3-path", - "type": "static" - }, - { - "source": "npm:d3-time", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3-time-format", - "target": "npm:d3-time", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-ease", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-timer", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-drag", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-transition", - "type": "static" - }, - { - "source": "npm:dagre-d3-es", - "target": "npm:d3", - "type": "static" - }, - { - "source": "npm:dagre-d3-es", - "target": "npm:lodash-es", - "type": "static" - }, - { - "source": "npm:data-urls", - "target": "npm:whatwg-mimetype", - "type": "static" - }, - { - "source": "npm:data-urls", - "target": "npm:whatwg-url", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:delaunator", - "target": "npm:robust-predicates", - "type": "static" - }, - { - "source": "npm:dom-serializer", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:dom-serializer", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:dom-serializer", - "target": "npm:entities", - "type": "static" - }, - { - "source": "npm:domhandler", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:dompurify", - "target": "npm:@types/trusted-types", - "type": "static" - }, - { - "source": "npm:domutils", - "target": "npm:dom-serializer", - "type": "static" - }, - { - "source": "npm:domutils", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:domutils", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:dot-prop", - "target": "npm:is-obj", - "type": "static" - }, - { - "source": "npm:dunder-proto", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:dunder-proto", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:dunder-proto", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:ecdsa-sig-formatter", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:encoding", - "target": "npm:iconv-lite@0.6.3", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.6.3", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:errno", - "target": "npm:prr", - "type": "static" - }, - { - "source": "npm:error-ex", - "target": "npm:is-arrayish", - "type": "static" - }, - { - "source": "npm:es-object-atoms", - "target": "npm:es-errors", - "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/openharmony-arm64", - "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:ajv@6.12.6", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:chalk@4.1.2", - "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", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-scope@8.4.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-visitor-keys@4.2.1", - "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@5.3.2", - "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-plugin-simple-import-sort", - "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:ajv@6.12.6", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:uri-js", - "type": "static" - }, - { - "source": "npm:ansi-styles@4.3.0", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:chalk@4.1.2", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:chalk@4.1.2", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:eslint-scope@8.4.0", - "target": "npm:esrecurse", - "type": "static" - }, - { - "source": "npm:eslint-scope@8.4.0", - "target": "npm:estraverse", - "type": "static" - }, - { - "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion", - "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.1", - "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:eventsource", - "target": "npm:eventsource-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:body-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:content-disposition", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:cookie", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:cookie-signature", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:finalhandler", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:fresh", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:merge-descriptors", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:router", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:send", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:serve-static", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:express-rate-limit", - "target": "npm:express", - "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", - "type": "static" - }, - { - "source": "npm:fetch-blob", - "target": "npm:node-domexception", - "type": "static" - }, - { - "source": "npm:fetch-blob", - "target": "npm:web-streams-polyfill", - "type": "static" - }, - { - "source": "npm:figures", - "target": "npm:escape-string-regexp@1.0.5", - "type": "static" - }, - { - "source": "npm:file-entry-cache", - "target": "npm:flat-cache", - "type": "static" - }, - { - "source": "npm:fill-range", - "target": "npm:to-regex-range", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:find-cache-directory", - "target": "npm:common-path-prefix", - "type": "static" - }, - { - "source": "npm:find-cache-directory", - "target": "npm:pkg-dir", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:locate-path", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:path-exists", - "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", - "type": "static" - }, - { - "source": "npm:formdata-polyfill", - "target": "npm:fetch-blob", - "type": "static" - }, - { - "source": "npm:fs-minipass", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:extend", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:rimraf", - "type": "static" - }, - { - "source": "npm:gcp-metadata", - "target": "npm:gaxios", - "type": "static" - }, - { - "source": "npm:gcp-metadata", - "target": "npm:google-logging-utils", - "type": "static" - }, - { - "source": "npm:gcp-metadata", - "target": "npm:json-bigint", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:get-proto", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:get-proto", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:git-raw-commits", - "target": "npm:dargs", - "type": "static" - }, - { - "source": "npm:git-raw-commits", - "target": "npm:meow", - "type": "static" - }, - { - "source": "npm:git-raw-commits", - "target": "npm:split2", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:path-scurry", - "type": "static" - }, - { - "source": "npm:glob-parent", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:global-directory", - "target": "npm:ini@4.1.1", - "type": "static" - }, - { - "source": "npm:good-listener", - "target": "npm:delegate", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:ecdsa-sig-formatter", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:gaxios", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:gcp-metadata", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:google-logging-utils", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:gtoken", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:jws", - "type": "static" - }, - { - "source": "npm:gtoken", - "target": "npm:gaxios", - "type": "static" - }, - { - "source": "npm:gtoken", - "target": "npm:jws", - "type": "static" - }, - { - "source": "npm:hasown", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:hosted-git-info", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:html-encoding-sniffer", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:domutils", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:entities@6.0.1", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:toidentifier", - "type": "static" - }, - { - "source": "npm:http-proxy-agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:http-proxy-agent", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:https-proxy-agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:https-proxy-agent", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:iconv-lite", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:ignore-walk", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:parent-module", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:resolve-from", - "type": "static" - }, - { - "source": "npm:injection-js", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:is-core-module", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:is-fullwidth-code-point", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - }, - { - "source": "npm:is-text-path", - "target": "npm:text-extensions", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:@istanbuljs/schema", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:istanbul-lib-report", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:istanbul-lib-report", - "target": "npm:make-dir@4.0.0", - "type": "static" - }, - { - "source": "npm:istanbul-lib-report", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:make-dir@4.0.0", - "target": "npm:semver", - "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:js-yaml", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@acemir/cssom", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@asamuzakjp/dom-selector", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:cssstyle", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:data-urls", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:decimal.js", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:html-encoding-sniffer", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:http-proxy-agent", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:is-potential-custom-element-name", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:saxes", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:symbol-tree", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:tough-cookie", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:w3c-xmlserializer", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:webidl-conversions", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:whatwg-mimetype", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:whatwg-url", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:xml-name-validator", - "type": "static" - }, - { - "source": "npm:json-bigint", - "target": "npm:bignumber.js", - "type": "static" - }, - { - "source": "npm:json-schema-walker", - "target": "npm:@apidevtools/json-schema-ref-parser", - "type": "static" - }, - { - "source": "npm:json-schema-walker", - "target": "npm:clone", - "type": "static" - }, - { - "source": "npm:JSONStream", - "target": "npm:jsonparse", - "type": "static" - }, - { - "source": "npm:JSONStream", - "target": "npm:through", - "type": "static" - }, - { - "source": "npm:jwa", - "target": "npm:buffer-equal-constant-time", - "type": "static" - }, - { - "source": "npm:jwa", - "target": "npm:ecdsa-sig-formatter", - "type": "static" - }, - { - "source": "npm:jwa", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:jws", - "target": "npm:jwa", - "type": "static" - }, - { - "source": "npm:jws", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:katex", - "target": "npm:commander@8.3.0", - "type": "static" - }, - { - "source": "npm:keyv", - "target": "npm:json-buffer", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:chevrotain", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:chevrotain-allstar", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:vscode-languageserver", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:vscode-languageserver-textdocument", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:vscode-uri", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:copy-anything", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:parse-node-version", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:errno", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:image-size", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:make-dir", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:mime", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:needle", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:source-map@0.6.1", - "type": "static" - }, - { - "source": "npm:levn", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:levn", - "target": "npm:type-check", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:nano-spawn", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:pidtree", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:string-argv", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:yaml", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:cli-truncate", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:eventemitter3", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:log-update", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:rfdc", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:msgpackr", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:node-addon-api", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:node-gyp-build-optional-packages", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:ordered-binary", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:weak-lru-cache", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-darwin-arm64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-darwin-x64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-linux-arm", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-linux-arm64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-linux-x64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-win32-arm64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-win32-x64", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:parse-json@4.0.0", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:pify@3.0.0", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:parse-json@4.0.0", - "target": "npm:error-ex", - "type": "static" - }, - { - "source": "npm:parse-json@4.0.0", - "target": "npm:json-parse-better-errors", - "type": "static" - }, - { - "source": "npm:locate-path", - "target": "npm:p-locate", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:yoctocolors", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:slice-ansi", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:lru-cache", - "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:pify", - "type": "static" - }, - { - "source": "npm:make-dir", - "target": "npm:semver@5.7.2", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:@npmcli/agent", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:cacache", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:http-cache-semantics", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass-fetch", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass-flush", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass-pipeline", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:negotiator", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:ssri", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@braintree/sanitize-url", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@iconify/utils", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@mermaid-js/parser", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@types/d3", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:cytoscape-cose-bilkent", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:cytoscape-fcose", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:d3", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:d3-sankey", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:dagre-d3-es", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:dayjs", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:dompurify", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:katex", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:khroma", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:lodash-es", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:marked@16.4.2", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:roughjs", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:stylis", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:ts-dedent", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:uuid", - "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", - "type": "static" - }, - { - "source": "npm:minimatch", - "target": "npm:@isaacs/brace-expansion", - "type": "static" - }, - { - "source": "npm:minipass-collect", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:minipass-sized", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:encoding", - "type": "static" - }, - { - "source": "npm:minipass-flush", - "target": "npm:minipass@3.3.6", - "type": "static" - }, - { - "source": "npm:minipass@3.3.6", - "target": "npm:yallist@4.0.0", - "type": "static" - }, - { - "source": "npm:minipass-pipeline", - "target": "npm:minipass@3.3.6", - "type": "static" - }, - { - "source": "npm:minipass@3.3.6", - "target": "npm:yallist@4.0.0", - "type": "static" - }, - { - "source": "npm:minipass-sized", - "target": "npm:minipass@3.3.6", - "type": "static" - }, - { - "source": "npm:minipass@3.3.6", - "target": "npm:yallist@4.0.0", - "type": "static" - }, - { - "source": "npm:minizlib", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pkg-types", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:ufo", - "type": "static" - }, - { - "source": "npm:msgpackr", - "target": "npm:msgpackr-extract", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:node-gyp-build-optional-packages", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", - "type": "static" - }, - { - "source": "npm:needle", - "target": "npm:iconv-lite@0.6.3", - "type": "static" - }, - { - "source": "npm:needle", - "target": "npm:sax", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.6.3", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@angular/compiler-cli", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@ampproject/remapping", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@rollup/plugin-json", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@rollup/wasm-node", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:chokidar@4.0.3", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:dependency-graph", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:find-cache-directory", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:injection-js", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:piscina", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:rollup-plugin-dts", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:chokidar@4.0.3", - "target": "npm:readdirp@4.1.2", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:marked", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:zone.js", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:clipboard", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:emoji-toolkit", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:katex", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:mermaid", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:prismjs", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:data-uri-to-buffer", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:fetch-blob", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:formdata-polyfill", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:env-paths", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:exponential-backoff", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:nopt", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:tar", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:which@6.0.0", - "type": "static" - }, - { - "source": "npm:node-gyp-build-optional-packages", - "target": "npm:detect-libc", - "type": "static" - }, - { - "source": "npm:which@6.0.0", - "target": "npm:isexe@3.1.1", - "type": "static" - }, - { - "source": "npm:nopt", - "target": "npm:abbrev", - "type": "static" - }, - { - "source": "npm:npm-bundled", - "target": "npm:npm-normalize-package-bin", - "type": "static" - }, - { - "source": "npm:npm-install-checks", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:validate-npm-package-name", - "type": "static" - }, - { - "source": "npm:npm-packlist", - "target": "npm:ignore-walk", - "type": "static" - }, - { - "source": "npm:npm-packlist", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-install-checks", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-normalize-package-bin", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:@npmcli/redact", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:jsonparse", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:minipass-fetch", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:nth-check", - "target": "npm:boolbase", - "type": "static" - }, - { - "source": "npm:on-finished", - "target": "npm:ee-first", - "type": "static" - }, - { - "source": "npm:once", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:onetime", - "target": "npm:mimic-function", - "type": "static" - }, - { - "source": "npm:openai", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:openai", - "target": "npm:zod", - "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:chalk", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:cli-spinners", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:is-interactive", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:stdin-discarder", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-win32-x64-msvc", - "type": "static" - }, - { - "source": "npm:p-limit", - "target": "npm:yocto-queue", - "type": "static" - }, - { - "source": "npm:p-locate", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/git", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/installed-package-contents", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/package-json", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/promise-spawn", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/run-script", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:cacache", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:fs-minipass", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-packlist", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-pick-manifest", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-registry-fetch", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:sigstore", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:ssri", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:tar", - "type": "static" - }, - { - "source": "npm:parent-module", - "target": "npm:callsites", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:error-ex", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors@2.3.1", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:lines-and-columns", - "type": "static" - }, - { - "source": "npm:parse5", - "target": "npm:entities@6.0.1", - "type": "static" - }, - { - "source": "npm:parse5-html-rewriting-stream", - "target": "npm:entities@6.0.1", - "type": "static" - }, - { - "source": "npm:parse5-html-rewriting-stream", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:parse5-html-rewriting-stream", - "target": "npm:parse5-sax-parser", - "type": "static" - }, - { - "source": "npm:parse5-sax-parser", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:path-scurry", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:path-scurry", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:piscina", - "target": "npm:@napi-rs/nice", - "type": "static" - }, - { - "source": "npm:pixelmatch", - "target": "npm:pngjs", - "type": "static" - }, - { - "source": "npm:pkg-conf", - "target": "npm:find-up@2.1.0", - "type": "static" - }, - { - "source": "npm:pkg-conf", - "target": "npm:load-json-file", - "type": "static" - }, - { - "source": "npm:find-up@2.1.0", - "target": "npm:locate-path@2.0.0", - "type": "static" - }, - { - "source": "npm:locate-path@2.0.0", - "target": "npm:p-locate@2.0.0", - "type": "static" - }, - { - "source": "npm:locate-path@2.0.0", - "target": "npm:path-exists@3.0.0", - "type": "static" - }, - { - "source": "npm:p-limit@1.3.0", - "target": "npm:p-try", - "type": "static" - }, - { - "source": "npm:p-locate@2.0.0", - "target": "npm:p-limit@1.3.0", - "type": "static" - }, - { - "source": "npm:pkg-dir", - "target": "npm:find-up-simple", - "type": "static" - }, - { - "source": "npm:pkg-types", - "target": "npm:confbox", - "type": "static" - }, - { - "source": "npm:pkg-types", - "target": "npm:mlly", - "type": "static" - }, - { - "source": "npm:pkg-types", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:playwright", - "target": "npm:playwright-core", - "type": "static" - }, - { - "source": "npm:playwright", - "target": "npm:fsevents@2.3.2", - "type": "static" - }, - { - "source": "npm:points-on-path", - "target": "npm:path-data-parser", - "type": "static" - }, - { - "source": "npm:points-on-path", - "target": "npm:points-on-curve", - "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:promise-retry", - "target": "npm:err-code", - "type": "static" - }, - { - "source": "npm:promise-retry", - "target": "npm:retry", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/aspromise", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/base64", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/codegen", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/eventemitter", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/fetch", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/float", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/inquire", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/path", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/pool", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/utf8", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:long", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:forwarded", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:ipaddr.js", - "type": "static" - }, - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:resolve", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve", - "target": "npm:supports-preserve-symlinks-flag", - "type": "static" - }, - { - "source": "npm:restore-cursor", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:restore-cursor", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:rimraf", - "target": "npm:glob@10.5.0", - "type": "static" - }, - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:foreground-child", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:jackspeak", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:package-json-from-dist", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:path-scurry@1.11.1", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "type": "static" - }, - { - "source": "npm:path-scurry@1.11.1", - "target": "npm:lru-cache@10.4.3", - "type": "static" - }, - { - "source": "npm:path-scurry@1.11.1", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@oxc-project/types", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/pluginutils", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-android-arm64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-freebsd-x64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-openharmony-arm64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-wasm32-wasi", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-win32-x64-msvc", - "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-loong64-gnu", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-ppc64-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-openharmony-arm64", - "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-gnu", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-win32-x64-msvc", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:hachure-fill", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:path-data-parser", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:points-on-curve", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:points-on-path", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:is-promise", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:path-to-regexp", - "type": "static" - }, - { - "source": "npm:run-parallel", - "target": "npm:queue-microtask", - "type": "static" - }, - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:chokidar@4.0.3", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:immutable", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:source-map-js", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:@parcel/watcher", - "type": "static" - }, - { - "source": "npm:chokidar@4.0.3", - "target": "npm:readdirp@4.1.2", - "type": "static" - }, - { - "source": "npm:saxes", - "target": "npm:xmlchars", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:fresh", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:send", - "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:signale", - "target": "npm:chalk@2.4.2", - "type": "static" - }, - { - "source": "npm:signale", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:signale", - "target": "npm:pkg-conf", - "type": "static" - }, - { - "source": "npm:ansi-styles@3.2.1", - "target": "npm:color-convert@1.9.3", - "type": "static" - }, - { - "source": "npm:chalk@2.4.2", - "target": "npm:ansi-styles@3.2.1", - "type": "static" - }, - { - "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp@1.0.5", - "type": "static" - }, - { - "source": "npm:chalk@2.4.2", - "target": "npm:supports-color@5.5.0", - "type": "static" - }, - { - "source": "npm:color-convert@1.9.3", - "target": "npm:color-name@1.1.3", - "type": "static" - }, - { - "source": "npm:supports-color@5.5.0", - "target": "npm:has-flag@3.0.0", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/bundle", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/core", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/sign", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/tuf", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/verify", - "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:slice-ansi", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:slice-ansi", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:socks", - "target": "npm:ip-address", - "type": "static" - }, - { - "source": "npm:socks", - "target": "npm:smart-buffer", - "type": "static" - }, - { - "source": "npm:socks-proxy-agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:socks-proxy-agent", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:socks-proxy-agent", - "target": "npm:socks", - "type": "static" - }, - { - "source": "npm:source-map-support", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support", - "target": "npm:source-map@0.6.1", - "type": "static" - }, - { - "source": "npm:spdx-correct", - "target": "npm:spdx-expression-parse", - "type": "static" - }, - { - "source": "npm:spdx-correct", - "target": "npm:spdx-license-ids", - "type": "static" - }, - { - "source": "npm:spdx-expression-parse", - "target": "npm:spdx-exceptions", - "type": "static" - }, - { - "source": "npm:spdx-expression-parse", - "target": "npm:spdx-license-ids", - "type": "static" - }, - { - "source": "npm:ssri", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:strip-ansi@6.0.1", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - }, - { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:strip-ansi-cjs", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - }, - { - "source": "npm:supports-color", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:@isaacs/fs-minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:chownr", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:yallist@5.0.0", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:fdir", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:tldts", - "target": "npm:tldts-core", - "type": "static" - }, - { - "source": "npm:to-regex-range", - "target": "npm:is-number", - "type": "static" - }, - { - "source": "npm:tough-cookie", - "target": "npm:tldts", - "type": "static" - }, - { - "source": "npm:tr46", - "target": "npm:punycode", - "type": "static" - }, - { - "source": "npm:ts-api-utils", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:tuf-js", - "target": "npm:@tufjs/models", - "type": "static" - }, - { - "source": "npm:tuf-js", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:tuf-js", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:type-check", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:media-typer", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:mime-types", - "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/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:typescript-eslint", - "target": "npm:@typescript-eslint/utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/project-service@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/scope-manager@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "type": "static" - }, - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "type": "static" - }, - { - "source": "npm:unique-filename", - "target": "npm:unique-slug", - "type": "static" - }, - { - "source": "npm:unique-slug", - "target": "npm:imurmurhash", - "type": "static" - }, - { - "source": "npm:update-browserslist-db", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:update-browserslist-db", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:update-browserslist-db", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:uri-js", - "target": "npm:punycode", - "type": "static" - }, - { - "source": "npm:validate-npm-package-license", - "target": "npm:spdx-correct", - "type": "static" - }, - { - "source": "npm:validate-npm-package-license", - "target": "npm:spdx-expression-parse", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:jiti", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:yaml", - "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:vitest", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@vitest/browser-playwright", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:jsdom", - "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:es-module-lexer", - "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:obug", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:picomatch", - "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:tinyrainbow", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:why-is-node-running", - "type": "static" - }, - { - "source": "npm:vscode-languageserver", - "target": "npm:vscode-languageserver-protocol", - "type": "static" - }, - { - "source": "npm:vscode-languageserver-protocol", - "target": "npm:vscode-jsonrpc", - "type": "static" - }, - { - "source": "npm:vscode-languageserver-protocol", - "target": "npm:vscode-languageserver-types", - "type": "static" - }, - { - "source": "npm:w3c-xmlserializer", - "target": "npm:xml-name-validator", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:tr46", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:webidl-conversions", - "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@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:ansi-styles@4.3.0", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:strip-ansi@6.0.1", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - }, - { - "source": "npm:ansi-styles@4.3.0", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:strip-ansi@6.0.1", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:cliui", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:zod-to-json-schema", - "target": "npm:zod", - "type": "static" - } -] diff --git a/.nx/workspace-data/parsed-lock-file.nodes.json b/.nx/workspace-data/parsed-lock-file.nodes.json deleted file mode 100644 index 848dad62..00000000 --- a/.nx/workspace-data/parsed-lock-file.nodes.json +++ /dev/null @@ -1,11423 +0,0 @@ -{ - "nodes": { - "npm:@acemir/cssom": { - "type": "npm", - "name": "npm:@acemir/cssom", - "data": { - "version": "0.9.30", - "packageName": "@acemir/cssom", - "hash": "sha512-9CnlMCI0LmCIq0olalQqdWrJHPzm0/tw3gzOA9zJSgvFX7Xau3D24mAGa4BtwxwY69nsuJW6kQqqCzf/mEcQgg==" - } - }, - "npm:@algolia/abtesting": { - "type": "npm", - "name": "npm:@algolia/abtesting", - "data": { - "version": "1.12.2", - "packageName": "@algolia/abtesting", - "hash": "sha512-oWknd6wpfNrmRcH0vzed3UPX0i17o4kYLM5OMITyMVM2xLgaRbIafoxL0e8mcrNNb0iORCJA0evnNDKRYth5WQ==" - } - }, - "npm:@algolia/client-abtesting": { - "type": "npm", - "name": "npm:@algolia/client-abtesting", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-abtesting", - "hash": "sha512-oRSUHbylGIuxrlzdPA8FPJuwrLLRavOhAmFGgdAvMcX47XsyM+IOGa9tc7/K5SPvBqn4nhppOCEz7BrzOPWc4A==" - } - }, - "npm:@algolia/client-analytics": { - "type": "npm", - "name": "npm:@algolia/client-analytics", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-analytics", - "hash": "sha512-EPBN2Oruw0maWOF4OgGPfioTvd+gmiNwx0HmD9IgmlS+l75DatcBkKOPNJN+0z3wBQWUO5oq602ATxIfmTQ8bA==" - } - }, - "npm:@algolia/client-common": { - "type": "npm", - "name": "npm:@algolia/client-common", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-common", - "hash": "sha512-Hj8gswSJNKZ0oyd0wWissqyasm+wTz1oIsv5ZmLarzOZAp3vFEda8bpDQ8PUhO+DfkbiLyVnAxsPe4cGzWtqkg==" - } - }, - "npm:@algolia/client-insights": { - "type": "npm", - "name": "npm:@algolia/client-insights", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-insights", - "hash": "sha512-6dBZko2jt8FmQcHCbmNLB0kCV079Mx/DJcySTL3wirgDBUH7xhY1pOuUTLMiGkqM5D8moVZTvTdRKZUJRkrwBA==" - } - }, - "npm:@algolia/client-personalization": { - "type": "npm", - "name": "npm:@algolia/client-personalization", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-personalization", - "hash": "sha512-1waE2Uqh/PHNeDXGn/PM/WrmYOBiUGSVxAWqiJIj73jqPqvfzZgzdakHscIVaDl6Cp+j5dwjsZ5LCgaUr6DtmA==" - } - }, - "npm:@algolia/client-query-suggestions": { - "type": "npm", - "name": "npm:@algolia/client-query-suggestions", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-query-suggestions", - "hash": "sha512-EgOzTZkyDcNL6DV0V/24+oBJ+hKo0wNgyrOX/mePBM9bc9huHxIY2352sXmoZ648JXXY2x//V1kropF/Spx83w==" - } - }, - "npm:@algolia/client-search": { - "type": "npm", - "name": "npm:@algolia/client-search", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-search", - "hash": "sha512-ZsOJqu4HOG5BlvIFnMU0YKjQ9ZI6r3C31dg2jk5kMWPSdhJpYL9xa5hEe7aieE+707dXeMI4ej3diy6mXdZpgA==" - } - }, - "npm:@algolia/ingestion": { - "type": "npm", - "name": "npm:@algolia/ingestion", - "data": { - "version": "1.46.2", - "packageName": "@algolia/ingestion", - "hash": "sha512-1Uw2OslTWiOFDtt83y0bGiErJYy5MizadV0nHnOoHFWMoDqWW0kQoMFI65pXqRSkVvit5zjXSLik2xMiyQJDWQ==" - } - }, - "npm:@algolia/monitoring": { - "type": "npm", - "name": "npm:@algolia/monitoring", - "data": { - "version": "1.46.2", - "packageName": "@algolia/monitoring", - "hash": "sha512-xk9f+DPtNcddWN6E7n1hyNNsATBCHIqAvVGG2EAGHJc4AFYL18uM/kMTiOKXE/LKDPyy1JhIerrh9oYb7RBrgw==" - } - }, - "npm:@algolia/recommend": { - "type": "npm", - "name": "npm:@algolia/recommend", - "data": { - "version": "5.46.2", - "packageName": "@algolia/recommend", - "hash": "sha512-NApbTPj9LxGzNw4dYnZmj2BoXiAc8NmbbH6qBNzQgXklGklt/xldTvu+FACN6ltFsTzoNU6j2mWNlHQTKGC5+Q==" - } - }, - "npm:@algolia/requester-browser-xhr": { - "type": "npm", - "name": "npm:@algolia/requester-browser-xhr", - "data": { - "version": "5.46.2", - "packageName": "@algolia/requester-browser-xhr", - "hash": "sha512-ekotpCwpSp033DIIrsTpYlGUCF6momkgupRV/FA3m62SreTSZUKjgK6VTNyG7TtYfq9YFm/pnh65bATP/ZWJEg==" - } - }, - "npm:@algolia/requester-fetch": { - "type": "npm", - "name": "npm:@algolia/requester-fetch", - "data": { - "version": "5.46.2", - "packageName": "@algolia/requester-fetch", - "hash": "sha512-gKE+ZFi/6y7saTr34wS0SqYFDcjHW4Wminv8PDZEi0/mE99+hSrbKgJWxo2ztb5eqGirQTgIh1AMVacGGWM1iw==" - } - }, - "npm:@algolia/requester-node-http": { - "type": "npm", - "name": "npm:@algolia/requester-node-http", - "data": { - "version": "5.46.2", - "packageName": "@algolia/requester-node-http", - "hash": "sha512-ciPihkletp7ttweJ8Zt+GukSVLp2ANJHU+9ttiSxsJZThXc4Y2yJ8HGVWesW5jN1zrsZsezN71KrMx/iZsOYpg==" - } - }, - "npm:@ampproject/remapping": { - "type": "npm", - "name": "npm:@ampproject/remapping", - "data": { - "version": "2.3.0", - "packageName": "@ampproject/remapping", - "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" - } - }, - "npm:@angular-architects/native-federation": { - "type": "npm", - "name": "npm:@angular-architects/native-federation", - "data": { - "version": "21.1.0", - "packageName": "@angular-architects/native-federation", - "hash": "sha512-XOkYPEdBSgIGYpCAb8M09kkDimVesr43YcTITTL7GYAmN2Upto+KOPNBCpkFEDrrbFMkVpoUXz7HJFQ6w1Iq8Q==" - } - }, - "npm:@esbuild/aix-ppc64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/aix-ppc64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/aix-ppc64", - "hash": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" - } - }, - "npm:@esbuild/aix-ppc64": { - "type": "npm", - "name": "npm:@esbuild/aix-ppc64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/aix-ppc64", - "hash": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==" - } - }, - "npm:@esbuild/android-arm@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/android-arm@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/android-arm", - "hash": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" - } - }, - "npm:@esbuild/android-arm": { - "type": "npm", - "name": "npm:@esbuild/android-arm", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/android-arm", - "hash": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==" - } - }, - "npm:@esbuild/android-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/android-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/android-arm64", - "hash": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" - } - }, - "npm:@esbuild/android-arm64": { - "type": "npm", - "name": "npm:@esbuild/android-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/android-arm64", - "hash": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==" - } - }, - "npm:@esbuild/android-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/android-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/android-x64", - "hash": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" - } - }, - "npm:@esbuild/android-x64": { - "type": "npm", - "name": "npm:@esbuild/android-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/android-x64", - "hash": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==" - } - }, - "npm:@esbuild/darwin-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/darwin-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/darwin-arm64", - "hash": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" - } - }, - "npm:@esbuild/darwin-arm64": { - "type": "npm", - "name": "npm:@esbuild/darwin-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/darwin-arm64", - "hash": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==" - } - }, - "npm:@esbuild/darwin-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/darwin-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/darwin-x64", - "hash": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" - } - }, - "npm:@esbuild/darwin-x64": { - "type": "npm", - "name": "npm:@esbuild/darwin-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/darwin-x64", - "hash": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==" - } - }, - "npm:@esbuild/freebsd-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/freebsd-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/freebsd-arm64", - "hash": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" - } - }, - "npm:@esbuild/freebsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/freebsd-arm64", - "hash": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==" - } - }, - "npm:@esbuild/freebsd-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/freebsd-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/freebsd-x64", - "hash": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" - } - }, - "npm:@esbuild/freebsd-x64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/freebsd-x64", - "hash": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==" - } - }, - "npm:@esbuild/linux-arm@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-arm@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-arm", - "hash": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" - } - }, - "npm:@esbuild/linux-arm": { - "type": "npm", - "name": "npm:@esbuild/linux-arm", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-arm", - "hash": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==" - } - }, - "npm:@esbuild/linux-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-arm64", - "hash": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" - } - }, - "npm:@esbuild/linux-arm64": { - "type": "npm", - "name": "npm:@esbuild/linux-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-arm64", - "hash": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==" - } - }, - "npm:@esbuild/linux-ia32@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-ia32@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-ia32", - "hash": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" - } - }, - "npm:@esbuild/linux-ia32": { - "type": "npm", - "name": "npm:@esbuild/linux-ia32", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-ia32", - "hash": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==" - } - }, - "npm:@esbuild/linux-loong64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-loong64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-loong64", - "hash": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" - } - }, - "npm:@esbuild/linux-loong64": { - "type": "npm", - "name": "npm:@esbuild/linux-loong64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-loong64", - "hash": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==" - } - }, - "npm:@esbuild/linux-mips64el@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-mips64el@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-mips64el", - "hash": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" - } - }, - "npm:@esbuild/linux-mips64el": { - "type": "npm", - "name": "npm:@esbuild/linux-mips64el", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-mips64el", - "hash": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==" - } - }, - "npm:@esbuild/linux-ppc64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-ppc64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-ppc64", - "hash": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" - } - }, - "npm:@esbuild/linux-ppc64": { - "type": "npm", - "name": "npm:@esbuild/linux-ppc64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-ppc64", - "hash": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==" - } - }, - "npm:@esbuild/linux-riscv64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-riscv64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-riscv64", - "hash": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" - } - }, - "npm:@esbuild/linux-riscv64": { - "type": "npm", - "name": "npm:@esbuild/linux-riscv64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-riscv64", - "hash": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==" - } - }, - "npm:@esbuild/linux-s390x@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-s390x@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-s390x", - "hash": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" - } - }, - "npm:@esbuild/linux-s390x": { - "type": "npm", - "name": "npm:@esbuild/linux-s390x", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-s390x", - "hash": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==" - } - }, - "npm:@esbuild/linux-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-x64", - "hash": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" - } - }, - "npm:@esbuild/linux-x64": { - "type": "npm", - "name": "npm:@esbuild/linux-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-x64", - "hash": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==" - } - }, - "npm:@esbuild/netbsd-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/netbsd-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/netbsd-arm64", - "hash": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" - } - }, - "npm:@esbuild/netbsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/netbsd-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/netbsd-arm64", - "hash": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==" - } - }, - "npm:@esbuild/netbsd-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/netbsd-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" - } - }, - "npm:@esbuild/netbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/netbsd-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==" - } - }, - "npm:@esbuild/openbsd-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/openbsd-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/openbsd-arm64", - "hash": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" - } - }, - "npm:@esbuild/openbsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/openbsd-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/openbsd-arm64", - "hash": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==" - } - }, - "npm:@esbuild/openbsd-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/openbsd-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/openbsd-x64", - "hash": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" - } - }, - "npm:@esbuild/openbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/openbsd-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/openbsd-x64", - "hash": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==" - } - }, - "npm:@esbuild/openharmony-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/openharmony-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/openharmony-arm64", - "hash": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" - } - }, - "npm:@esbuild/openharmony-arm64": { - "type": "npm", - "name": "npm:@esbuild/openharmony-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/openharmony-arm64", - "hash": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==" - } - }, - "npm:@esbuild/sunos-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/sunos-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/sunos-x64", - "hash": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" - } - }, - "npm:@esbuild/sunos-x64": { - "type": "npm", - "name": "npm:@esbuild/sunos-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/sunos-x64", - "hash": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==" - } - }, - "npm:@esbuild/win32-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/win32-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/win32-arm64", - "hash": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" - } - }, - "npm:@esbuild/win32-arm64": { - "type": "npm", - "name": "npm:@esbuild/win32-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/win32-arm64", - "hash": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==" - } - }, - "npm:@esbuild/win32-ia32@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/win32-ia32@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/win32-ia32", - "hash": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" - } - }, - "npm:@esbuild/win32-ia32": { - "type": "npm", - "name": "npm:@esbuild/win32-ia32", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/win32-ia32", - "hash": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==" - } - }, - "npm:@esbuild/win32-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/win32-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/win32-x64", - "hash": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" - } - }, - "npm:@esbuild/win32-x64": { - "type": "npm", - "name": "npm:@esbuild/win32-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/win32-x64", - "hash": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==" - } - }, - "npm:esbuild@0.25.12": { - "type": "npm", - "name": "npm:esbuild@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "esbuild", - "hash": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" - } - }, - "npm:esbuild": { - "type": "npm", - "name": "npm:esbuild", - "data": { - "version": "0.27.2", - "packageName": "esbuild", - "hash": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==" - } - }, - "npm:mrmime@1.0.1": { - "type": "npm", - "name": "npm:mrmime@1.0.1", - "data": { - "version": "1.0.1", - "packageName": "mrmime", - "hash": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==" - } - }, - "npm:mrmime": { - "type": "npm", - "name": "npm:mrmime", - "data": { - "version": "2.0.1", - "packageName": "mrmime", - "hash": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" - } - }, - "npm:@angular-architects/ngrx-toolkit": { - "type": "npm", - "name": "npm:@angular-architects/ngrx-toolkit", - "data": { - "version": "21.0.1", - "packageName": "@angular-architects/ngrx-toolkit", - "hash": "sha512-mbwNxO+HIhf5ocUdgj7ywrSCpLLzgAg+whktDDhBoVQfLdlTZKoI6NRuOAjxTksaaok85Wv6+nHGBRuJLDIjsQ==" - } - }, - "npm:@angular-devkit/architect": { - "type": "npm", - "name": "npm:@angular-devkit/architect", - "data": { - "version": "0.2101.4", - "packageName": "@angular-devkit/architect", - "hash": "sha512-3yyebORk+ovtO+LfDjIGbGCZhCMDAsyn9vkCljARj3sSshS4blOQBar0g+V3kYAweLT5Gf+rTKbN5jneOkBAFQ==" - } - }, - "npm:@angular-devkit/core": { - "type": "npm", - "name": "npm:@angular-devkit/core", - "data": { - "version": "21.1.4", - "packageName": "@angular-devkit/core", - "hash": "sha512-ObPTI5gYCB1jGxTRhcqZ6oQVUBFVJ8GH4LksVuAiz0nFX7xxpzARWvlhq943EtnlovVlUd9I8fM3RQqjfGVVAQ==" - } - }, - "npm:@angular-devkit/schematics": { - "type": "npm", - "name": "npm:@angular-devkit/schematics", - "data": { - "version": "21.1.4", - "packageName": "@angular-devkit/schematics", - "hash": "sha512-Nqq0ioCUxrbEX+L4KOarETcZZJNnJ1mAJ0ubO4VM91qnn8RBBM9SnQ91590TfC34Szk/wh+3+Uj6KUvTJNuegQ==" - } - }, - "npm:@angular-eslint/builder": { - "type": "npm", - "name": "npm:@angular-eslint/builder", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/builder", - "hash": "sha512-pcUlDkGqeZ+oQC0oEjnkDDlB96gbgHQhnBUKdhYAiAOSuiBod4+npP0xQOq5chYtRNPBprhDqgrJrp5DBeDMOA==" - } - }, - "npm:@angular-eslint/bundled-angular-compiler": { - "type": "npm", - "name": "npm:@angular-eslint/bundled-angular-compiler", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/bundled-angular-compiler", - "hash": "sha512-t52J6FszgEHaJ+IjuzU9qaWfVxsjlVNkAP+B5z2t4NDgbbDDsmI+QJh0OtP1qdlqzjh2pbocEml30KhYmNZm/Q==" - } - }, - "npm:@angular-eslint/eslint-plugin": { - "type": "npm", - "name": "npm:@angular-eslint/eslint-plugin", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/eslint-plugin", - "hash": "sha512-oNp+4UzN2M3KwGwEw03NUdXz93vqJd9sMzTbGXWF9+KVfA2LjckGDTrI6g6asGcJMdyTo07rDcnw0m0MkLB5VA==" - } - }, - "npm:@angular-eslint/eslint-plugin-template": { - "type": "npm", - "name": "npm:@angular-eslint/eslint-plugin-template", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/eslint-plugin-template", - "hash": "sha512-FlbRfOCn8IUHvP1ebcCSQFVNh+4X/HqZqL7SW5oj9WIYPiOX9ijS03ndNbfX/pBPSIi8GHLKMjLt8zIy1l5Lww==" - } - }, - "npm:@angular-eslint/schematics": { - "type": "npm", - "name": "npm:@angular-eslint/schematics", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/schematics", - "hash": "sha512-Hal1mYwx4MTjCcNHqfIlua31xrk2tZJoyTiXiGQ21cAeK4sFuY+9V7/8cxbwJMGftX0G4J7uhx8woOdIFuqiZw==" - } - }, - "npm:@angular-eslint/template-parser": { - "type": "npm", - "name": "npm:@angular-eslint/template-parser", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/template-parser", - "hash": "sha512-PYVgNbjNtuD5/QOuS6cHR8A7bRqsVqxtUUXGqdv76FYMAajQcAvyfR0QxOkqf3NmYxgNgO3hlUHWq0ILjVbcow==" - } - }, - "npm:@angular-eslint/utils": { - "type": "npm", - "name": "npm:@angular-eslint/utils", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/utils", - "hash": "sha512-rWINgxGREu+NFUPCpAVsBGG8B4hfXxyswM0N5GbjykvsfB5W6PUix2Gsoh++iEsZPT+c9lvgXL5GbpwfanjOow==" - } - }, - "npm:@angular/animations": { - "type": "npm", - "name": "npm:@angular/animations", - "data": { - "version": "21.1.4", - "packageName": "@angular/animations", - "hash": "sha512-8xQ0Ylw7qqVyw4ZJ/Tyw/z5Mtqtp8AMj+R+Z1sCWcyxBgDU4+qfxteVYdiipWC3tX77A0FTsXqwvNP9WVY2/WA==" - } - }, - "npm:@angular/build": { - "type": "npm", - "name": "npm:@angular/build", - "data": { - "version": "21.1.4", - "packageName": "@angular/build", - "hash": "sha512-7CAAQPWFMMqod40ox5MOVB/CnoBXFDehyQhs0hls6lu7bOy/M0EDy0v6bERkyNGRz1mihWWBiCV8XzEinrlq1A==" - } - }, - "npm:@angular/cdk": { - "type": "npm", - "name": "npm:@angular/cdk", - "data": { - "version": "21.1.0", - "packageName": "@angular/cdk", - "hash": "sha512-zvV37HPKhtu0bOfuK0IhjKKq++Xb57Z11uZYZJI34BZnZ5y1TPhJpcmrHhjb2uKUNfDvePUqhlnIlKAXHSBIhw==" - } - }, - "npm:@angular/cli": { - "type": "npm", - "name": "npm:@angular/cli", - "data": { - "version": "21.1.4", - "packageName": "@angular/cli", - "hash": "sha512-XsMHgxTvHGiXXrhYZz3zMZYhYU0gHdpoHKGiEKXwcx+S1KoYbIssyg6oF2Kq49ZaE0OYCTKjnvgDce6ZqdkJ/A==" - } - }, - "npm:@angular/common": { - "type": "npm", - "name": "npm:@angular/common", - "data": { - "version": "21.1.4", - "packageName": "@angular/common", - "hash": "sha512-1uOxPrHO9PFZBU/JavzYzjxAm+5x7vD2z6AeUndqdT4LjqOBIePswxFDRqM9dlfF8FIwnnfmNFipiC/yQjJSnA==" - } - }, - "npm:@angular/compiler": { - "type": "npm", - "name": "npm:@angular/compiler", - "data": { - "version": "21.1.4", - "packageName": "@angular/compiler", - "hash": "sha512-H0qtASeqOTaS44ioF4DYE/yNqwzUmEJpMYrcNEUFEwA20/DkLzyoaEx4y1CjIxtXxuhtge95PNymDBOLWSjIdg==" - } - }, - "npm:@angular/compiler-cli": { - "type": "npm", - "name": "npm:@angular/compiler-cli", - "data": { - "version": "21.1.4", - "packageName": "@angular/compiler-cli", - "hash": "sha512-Uw8KmpVCo58/f5wf6pY8ZS5fodv65hn5jxms8Nv/K7/LVe3i1nNFrHyneBx5+a7qkz93nSV4rdwBVnMvjIyr+g==" - } - }, - "npm:@angular/core": { - "type": "npm", - "name": "npm:@angular/core", - "data": { - "version": "21.1.4", - "packageName": "@angular/core", - "hash": "sha512-QBDO5SaVYTVQ0fIN9Qd7US9cUCgs2vM9x6K18PTUKmygIkHVHTFdzwm4MO5gpCOFzJseGbS+dNzqn+v0PaKf9g==" - } - }, - "npm:@angular/forms": { - "type": "npm", - "name": "npm:@angular/forms", - "data": { - "version": "21.1.4", - "packageName": "@angular/forms", - "hash": "sha512-duVT/eOncmFNBYRlK/F7WDg6GD1vL1mxUrDdnp7M9J8JvNrKH0PvdfzuOAmjbB8/bsvUNTLFXCV4+43Mc2Hqsw==" - } - }, - "npm:@angular/material": { - "type": "npm", - "name": "npm:@angular/material", - "data": { - "version": "21.1.0", - "packageName": "@angular/material", - "hash": "sha512-VFWUQMU5Rm8w6uW5+FcMbsDvHMmhviVxPsKAFdinJ4ySbm5c6z9c64nhlYCNRswRgLB1VcoVxEWitP77LUagYg==" - } - }, - "npm:@angular/platform-browser": { - "type": "npm", - "name": "npm:@angular/platform-browser", - "data": { - "version": "21.1.4", - "packageName": "@angular/platform-browser", - "hash": "sha512-S6Iw5CkORih5omh+MQY35w0bUBxdSFAPLDg386S6/9fEUjDClo61hvXNKxaNh9g7tnh1LD7zmTmKrqufnhnFDQ==" - } - }, - "npm:@angular/router": { - "type": "npm", - "name": "npm:@angular/router", - "data": { - "version": "21.1.4", - "packageName": "@angular/router", - "hash": "sha512-nPYuRJ8ub/X8GK55U2KqYy/ducVRn6HSoDmZz0yiXtI6haFsZlv9R1j5zi0EDIqrrN0HGARMs6jNDXZC1Ded3w==" - } - }, - "npm:@antfu/install-pkg": { - "type": "npm", - "name": "npm:@antfu/install-pkg", - "data": { - "version": "1.1.0", - "packageName": "@antfu/install-pkg", - "hash": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==" - } - }, - "npm:@apidevtools/json-schema-ref-parser": { - "type": "npm", - "name": "npm:@apidevtools/json-schema-ref-parser", - "data": { - "version": "11.9.3", - "packageName": "@apidevtools/json-schema-ref-parser", - "hash": "sha512-60vepv88RwcJtSHrD6MjIL6Ta3SOYbgfnkHb+ppAVK+o9mXprRtulx7VlRl3lN3bbvysAfCS7WMVfhUYemB0IQ==" - } - }, - "npm:@asamuzakjp/css-color": { - "type": "npm", - "name": "npm:@asamuzakjp/css-color", - "data": { - "version": "4.1.1", - "packageName": "@asamuzakjp/css-color", - "hash": "sha512-B0Hv6G3gWGMn0xKJ0txEi/jM5iFpT3MfDxmhZFb4W047GvytCf1DHQ1D69W3zHI4yWe2aTZAA0JnbMZ7Xc8DuQ==" - } - }, - "npm:lru-cache@11.2.4": { - "type": "npm", - "name": "npm:lru-cache@11.2.4", - "data": { - "version": "11.2.4", - "packageName": "lru-cache", - "hash": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==" - } - }, - "npm:lru-cache": { - "type": "npm", - "name": "npm:lru-cache", - "data": { - "version": "5.1.1", - "packageName": "lru-cache", - "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" - } - }, - "npm:lru-cache@10.4.3": { - "type": "npm", - "name": "npm:lru-cache@10.4.3", - "data": { - "version": "10.4.3", - "packageName": "lru-cache", - "hash": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" - } - }, - "npm:@asamuzakjp/dom-selector": { - "type": "npm", - "name": "npm:@asamuzakjp/dom-selector", - "data": { - "version": "6.7.6", - "packageName": "@asamuzakjp/dom-selector", - "hash": "sha512-hBaJER6A9MpdG3WgdlOolHmbOYvSk46y7IQN/1+iqiCuUu6iWdQrs9DGKF8ocqsEqWujWf/V7b7vaDgiUmIvUg==" - } - }, - "npm:@asamuzakjp/nwsapi": { - "type": "npm", - "name": "npm:@asamuzakjp/nwsapi", - "data": { - "version": "2.3.9", - "packageName": "@asamuzakjp/nwsapi", - "hash": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==" - } - }, - "npm:@babel/code-frame": { - "type": "npm", - "name": "npm:@babel/code-frame", - "data": { - "version": "7.27.1", - "packageName": "@babel/code-frame", - "hash": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" - } - }, - "npm:@babel/compat-data": { - "type": "npm", - "name": "npm:@babel/compat-data", - "data": { - "version": "7.28.5", - "packageName": "@babel/compat-data", - "hash": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==" - } - }, - "npm:@babel/core": { - "type": "npm", - "name": "npm:@babel/core", - "data": { - "version": "7.28.5", - "packageName": "@babel/core", - "hash": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==" - } - }, - "npm:convert-source-map@2.0.0": { - "type": "npm", - "name": "npm:convert-source-map@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "convert-source-map", - "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - } - }, - "npm:convert-source-map": { - "type": "npm", - "name": "npm:convert-source-map", - "data": { - "version": "1.9.0", - "packageName": "convert-source-map", - "hash": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" - } - }, - "npm:semver@6.3.1": { - "type": "npm", - "name": "npm:semver@6.3.1", - "data": { - "version": "6.3.1", - "packageName": "semver", - "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" - } - }, - "npm:semver@5.7.2": { - "type": "npm", - "name": "npm:semver@5.7.2", - "data": { - "version": "5.7.2", - "packageName": "semver", - "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" - } - }, - "npm:semver": { - "type": "npm", - "name": "npm:semver", - "data": { - "version": "7.7.3", - "packageName": "semver", - "hash": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" - } - }, - "npm:@babel/generator": { - "type": "npm", - "name": "npm:@babel/generator", - "data": { - "version": "7.28.5", - "packageName": "@babel/generator", - "hash": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==" - } - }, - "npm:@babel/helper-annotate-as-pure": { - "type": "npm", - "name": "npm:@babel/helper-annotate-as-pure", - "data": { - "version": "7.27.3", - "packageName": "@babel/helper-annotate-as-pure", - "hash": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==" - } - }, - "npm:@babel/helper-compilation-targets": { - "type": "npm", - "name": "npm:@babel/helper-compilation-targets", - "data": { - "version": "7.27.2", - "packageName": "@babel/helper-compilation-targets", - "hash": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" - } - }, - "npm:@babel/helper-globals": { - "type": "npm", - "name": "npm:@babel/helper-globals", - "data": { - "version": "7.28.0", - "packageName": "@babel/helper-globals", - "hash": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" - } - }, - "npm:@babel/helper-module-imports": { - "type": "npm", - "name": "npm:@babel/helper-module-imports", - "data": { - "version": "7.27.1", - "packageName": "@babel/helper-module-imports", - "hash": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" - } - }, - "npm:@babel/helper-module-transforms": { - "type": "npm", - "name": "npm:@babel/helper-module-transforms", - "data": { - "version": "7.28.3", - "packageName": "@babel/helper-module-transforms", - "hash": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==" - } - }, - "npm:@babel/helper-split-export-declaration": { - "type": "npm", - "name": "npm:@babel/helper-split-export-declaration", - "data": { - "version": "7.24.7", - "packageName": "@babel/helper-split-export-declaration", - "hash": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" - } - }, - "npm:@babel/helper-string-parser": { - "type": "npm", - "name": "npm:@babel/helper-string-parser", - "data": { - "version": "7.27.1", - "packageName": "@babel/helper-string-parser", - "hash": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" - } - }, - "npm:@babel/helper-validator-identifier": { - "type": "npm", - "name": "npm:@babel/helper-validator-identifier", - "data": { - "version": "7.28.5", - "packageName": "@babel/helper-validator-identifier", - "hash": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==" - } - }, - "npm:@babel/helper-validator-option": { - "type": "npm", - "name": "npm:@babel/helper-validator-option", - "data": { - "version": "7.27.1", - "packageName": "@babel/helper-validator-option", - "hash": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" - } - }, - "npm:@babel/helpers": { - "type": "npm", - "name": "npm:@babel/helpers", - "data": { - "version": "7.28.4", - "packageName": "@babel/helpers", - "hash": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==" - } - }, - "npm:@babel/parser": { - "type": "npm", - "name": "npm:@babel/parser", - "data": { - "version": "7.28.5", - "packageName": "@babel/parser", - "hash": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==" - } - }, - "npm:@babel/template": { - "type": "npm", - "name": "npm:@babel/template", - "data": { - "version": "7.27.2", - "packageName": "@babel/template", - "hash": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" - } - }, - "npm:@babel/traverse": { - "type": "npm", - "name": "npm:@babel/traverse", - "data": { - "version": "7.28.5", - "packageName": "@babel/traverse", - "hash": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==" - } - }, - "npm:@babel/types": { - "type": "npm", - "name": "npm:@babel/types", - "data": { - "version": "7.28.5", - "packageName": "@babel/types", - "hash": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==" - } - }, - "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:@braintree/sanitize-url": { - "type": "npm", - "name": "npm:@braintree/sanitize-url", - "data": { - "version": "7.1.1", - "packageName": "@braintree/sanitize-url", - "hash": "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==" - } - }, - "npm:@chevrotain/cst-dts-gen": { - "type": "npm", - "name": "npm:@chevrotain/cst-dts-gen", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/cst-dts-gen", - "hash": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==" - } - }, - "npm:lodash-es@4.17.21": { - "type": "npm", - "name": "npm:lodash-es@4.17.21", - "data": { - "version": "4.17.21", - "packageName": "lodash-es", - "hash": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - } - }, - "npm:lodash-es": { - "type": "npm", - "name": "npm:lodash-es", - "data": { - "version": "4.17.22", - "packageName": "lodash-es", - "hash": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==" - } - }, - "npm:@chevrotain/gast": { - "type": "npm", - "name": "npm:@chevrotain/gast", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/gast", - "hash": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==" - } - }, - "npm:@chevrotain/regexp-to-ast": { - "type": "npm", - "name": "npm:@chevrotain/regexp-to-ast", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/regexp-to-ast", - "hash": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==" - } - }, - "npm:@chevrotain/types": { - "type": "npm", - "name": "npm:@chevrotain/types", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/types", - "hash": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==" - } - }, - "npm:@chevrotain/utils": { - "type": "npm", - "name": "npm:@chevrotain/utils", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/utils", - "hash": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==" - } - }, - "npm:@chialab/cjs-to-esm": { - "type": "npm", - "name": "npm:@chialab/cjs-to-esm", - "data": { - "version": "0.19.0", - "packageName": "@chialab/cjs-to-esm", - "hash": "sha512-I7VZF3ocOhJoSF+Py7CYrPjB+GeP9e6wyHU9RU7usSqHYM8lPgWSpN5TJiwWg/SC5h490v+vCsrLd12G7UNd8g==" - } - }, - "npm:@chialab/esbuild-plugin-commonjs": { - "type": "npm", - "name": "npm:@chialab/esbuild-plugin-commonjs", - "data": { - "version": "0.19.0", - "packageName": "@chialab/esbuild-plugin-commonjs", - "hash": "sha512-O4SfKNIgihBaMAhO6mbsnAAAocFTKdbE1YEiHu8FuJ+YgCRLRITU9BUk0+chGSIwIg9J03ULzgkJ97Sm1BfYdQ==" - } - }, - "npm:@chialab/esbuild-rna": { - "type": "npm", - "name": "npm:@chialab/esbuild-rna", - "data": { - "version": "0.19.0", - "packageName": "@chialab/esbuild-rna", - "hash": "sha512-701y6cN/F9JEjMsJW7PcLxUq1kcReNJ69DTcw7TXLA5f5flBH7zZf+U0F/bwn3vQ2StszT8scTmlflPP4J8m3Q==" - } - }, - "npm:@chialab/estransform": { - "type": "npm", - "name": "npm:@chialab/estransform", - "data": { - "version": "0.19.0", - "packageName": "@chialab/estransform", - "hash": "sha512-w6i/RZ3SddSCDIYZLkwnK+KAseCKW3BT627San3EbzH3NRY0Gn5RqXCjX9J/mNGe2FydwAevG7O605z50woWuA==" - } - }, - "npm:@chialab/node-resolve": { - "type": "npm", - "name": "npm:@chialab/node-resolve", - "data": { - "version": "0.19.0", - "packageName": "@chialab/node-resolve", - "hash": "sha512-VaYOPbgIEVPu7ic+LAA8z2syEpEQhO1nLce0BSPs2eMubQ+mxSrH3RyXKH+CREhOnBWH3Rd3uuFZn2Rofypsbg==" - } - }, - "npm:@commitlint/cli": { - "type": "npm", - "name": "npm:@commitlint/cli", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/cli", - "hash": "sha512-l37HkrPZ2DZy26rKiTUvdq/LZtlMcxz+PeLv9dzK9NzoFGuJdOQyYU7IEkEQj0pO++uYue89wzOpZ0hcTtoqUA==" - } - }, - "npm:ansi-regex@5.0.1": { - "type": "npm", - "name": "npm:ansi-regex@5.0.1", - "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - } - }, - "npm:ansi-regex": { - "type": "npm", - "name": "npm:ansi-regex", - "data": { - "version": "6.2.2", - "packageName": "ansi-regex", - "hash": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" - } - }, - "npm:ansi-styles@4.3.0": { - "type": "npm", - "name": "npm:ansi-styles@4.3.0", - "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" - } - }, - "npm:ansi-styles": { - "type": "npm", - "name": "npm:ansi-styles", - "data": { - "version": "6.2.3", - "packageName": "ansi-styles", - "hash": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" - } - }, - "npm:ansi-styles@3.2.1": { - "type": "npm", - "name": "npm:ansi-styles@3.2.1", - "data": { - "version": "3.2.1", - "packageName": "ansi-styles", - "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" - } - }, - "npm:cliui@8.0.1": { - "type": "npm", - "name": "npm:cliui@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "cliui", - "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" - } - }, - "npm:cliui": { - "type": "npm", - "name": "npm:cliui", - "data": { - "version": "9.0.1", - "packageName": "cliui", - "hash": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==" - } - }, - "npm:emoji-regex@8.0.0": { - "type": "npm", - "name": "npm:emoji-regex@8.0.0", - "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } - }, - "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": "10.6.0", - "packageName": "emoji-regex", - "hash": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==" - } - }, - "npm:is-fullwidth-code-point@3.0.0": { - "type": "npm", - "name": "npm:is-fullwidth-code-point@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - } - }, - "npm:is-fullwidth-code-point": { - "type": "npm", - "name": "npm:is-fullwidth-code-point", - "data": { - "version": "5.1.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==" - } - }, - "npm:string-width@4.2.3": { - "type": "npm", - "name": "npm:string-width@4.2.3", - "data": { - "version": "4.2.3", - "packageName": "string-width", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "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@7.2.0": { - "type": "npm", - "name": "npm:string-width@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "string-width", - "hash": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" - } - }, - "npm:string-width": { - "type": "npm", - "name": "npm:string-width", - "data": { - "version": "8.1.0", - "packageName": "string-width", - "hash": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==" - } - }, - "npm:strip-ansi@6.0.1": { - "type": "npm", - "name": "npm:strip-ansi@6.0.1", - "data": { - "version": "6.0.1", - "packageName": "strip-ansi", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - } - }, - "npm:strip-ansi": { - "type": "npm", - "name": "npm:strip-ansi", - "data": { - "version": "7.1.2", - "packageName": "strip-ansi", - "hash": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==" - } - }, - "npm:wrap-ansi@7.0.0": { - "type": "npm", - "name": "npm:wrap-ansi@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "wrap-ansi", - "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" - } - }, - "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@9.0.2": { - "type": "npm", - "name": "npm:wrap-ansi@9.0.2", - "data": { - "version": "9.0.2", - "packageName": "wrap-ansi", - "hash": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==" - } - }, - "npm:wrap-ansi": { - "type": "npm", - "name": "npm:wrap-ansi", - "data": { - "version": "6.2.0", - "packageName": "wrap-ansi", - "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" - } - }, - "npm:yargs@17.7.2": { - "type": "npm", - "name": "npm:yargs@17.7.2", - "data": { - "version": "17.7.2", - "packageName": "yargs", - "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" - } - }, - "npm:yargs": { - "type": "npm", - "name": "npm:yargs", - "data": { - "version": "18.0.0", - "packageName": "yargs", - "hash": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==" - } - }, - "npm:yargs-parser@21.1.1": { - "type": "npm", - "name": "npm:yargs-parser@21.1.1", - "data": { - "version": "21.1.1", - "packageName": "yargs-parser", - "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" - } - }, - "npm:yargs-parser": { - "type": "npm", - "name": "npm:yargs-parser", - "data": { - "version": "22.0.0", - "packageName": "yargs-parser", - "hash": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==" - } - }, - "npm:@commitlint/config-conventional": { - "type": "npm", - "name": "npm:@commitlint/config-conventional", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/config-conventional", - "hash": "sha512-MsRac+yNIbTB4Q/psstKK4/ciVzACHicSwz+04Sxve+4DW+PiJeTjU0JnS4m/oOnulrXYN+yBPlKaBSGemRfgQ==" - } - }, - "npm:@commitlint/config-validator": { - "type": "npm", - "name": "npm:@commitlint/config-validator", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/config-validator", - "hash": "sha512-SQCBGsL9MFk8utWNSthdxd9iOD1pIVZSHxGBwYIGfd67RTjxqzFOSAYeQVXOu3IxRC3YrTOH37ThnTLjUlyF2w==" - } - }, - "npm:@commitlint/ensure": { - "type": "npm", - "name": "npm:@commitlint/ensure", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/ensure", - "hash": "sha512-+8TgIGv89rOWyt3eC6lcR1H7hqChAKkpawytlq9P1i/HYugFRVqgoKJ8dhd89fMnlrQTLjA5E97/4sF09QwdoA==" - } - }, - "npm:@commitlint/execute-rule": { - "type": "npm", - "name": "npm:@commitlint/execute-rule", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/execute-rule", - "hash": "sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==" - } - }, - "npm:@commitlint/format": { - "type": "npm", - "name": "npm:@commitlint/format", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/format", - "hash": "sha512-PhNoLNhxpfIBlW/i90uZ3yG3hwSSYx7n4d9Yc+2FAorAHS0D9btYRK4ZZXX+Gm3W5tDtu911ow/eWRfcRVgNWg==" - } - }, - "npm:@commitlint/is-ignored": { - "type": "npm", - "name": "npm:@commitlint/is-ignored", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/is-ignored", - "hash": "sha512-Lz0OGeZCo/QHUDLx5LmZc0EocwanneYJUM8z0bfWexArk62HKMLfLIodwXuKTO5y0s6ddXaTexrYHs7v96EOmw==" - } - }, - "npm:@commitlint/lint": { - "type": "npm", - "name": "npm:@commitlint/lint", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/lint", - "hash": "sha512-cQEEB+jlmyQbyiji/kmh8pUJSDeUmPiWq23kFV0EtW3eM+uAaMLMuoTMajbrtWYWQpPzOMDjYltQ8jxHeHgITg==" - } - }, - "npm:@commitlint/load": { - "type": "npm", - "name": "npm:@commitlint/load", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/load", - "hash": "sha512-iAK2GaBM8sPFTSwtagI67HrLKHIUxQc2BgpgNc/UMNme6LfmtHpIxQoN1TbP+X1iz58jq32HL1GbrFTCzcMi6g==" - } - }, - "npm:@commitlint/message": { - "type": "npm", - "name": "npm:@commitlint/message", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/message", - "hash": "sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ==" - } - }, - "npm:@commitlint/parse": { - "type": "npm", - "name": "npm:@commitlint/parse", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/parse", - "hash": "sha512-LXStagGU1ivh07X7sM+hnEr4BvzFYn1iBJ6DRg2QsIN8lBfSzyvkUcVCDwok9Ia4PWiEgei5HQjju6xfJ1YaSQ==" - } - }, - "npm:@commitlint/read": { - "type": "npm", - "name": "npm:@commitlint/read", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/read", - "hash": "sha512-+SjF9mxm5JCbe+8grOpXCXMMRzAnE0WWijhhtasdrpJoAFJYd5UgRTj/oCq5W3HJTwbvTOsijEJ0SUGImECD7Q==" - } - }, - "npm:@commitlint/resolve-extends": { - "type": "npm", - "name": "npm:@commitlint/resolve-extends", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/resolve-extends", - "hash": "sha512-KVoLDi9BEuqeq+G0wRABn4azLRiCC22/YHR2aCquwx6bzCHAIN8hMt3Nuf1VFxq/c8ai6s8qBxE8+ZD4HeFTlQ==" - } - }, - "npm:resolve-from@5.0.0": { - "type": "npm", - "name": "npm:resolve-from@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "resolve-from", - "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - } - }, - "npm:resolve-from": { - "type": "npm", - "name": "npm:resolve-from", - "data": { - "version": "4.0.0", - "packageName": "resolve-from", - "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" - } - }, - "npm:@commitlint/rules": { - "type": "npm", - "name": "npm:@commitlint/rules", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/rules", - "hash": "sha512-27rHGpeAjnYl/A+qUUiYDa7Yn1WIjof/dFJjYW4gA1Ug+LUGa1P0AexzGZ5NBxTbAlmDgaxSZkLLxtLVqtg8PQ==" - } - }, - "npm:@commitlint/to-lines": { - "type": "npm", - "name": "npm:@commitlint/to-lines", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/to-lines", - "hash": "sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==" - } - }, - "npm:@commitlint/top-level": { - "type": "npm", - "name": "npm:@commitlint/top-level", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/top-level", - "hash": "sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg==" - } - }, - "npm:find-up@7.0.0": { - "type": "npm", - "name": "npm:find-up@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "find-up", - "hash": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==" - } - }, - "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-up@2.1.0": { - "type": "npm", - "name": "npm:find-up@2.1.0", - "data": { - "version": "2.1.0", - "packageName": "find-up", - "hash": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==" - } - }, - "npm:locate-path@7.2.0": { - "type": "npm", - "name": "npm:locate-path@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "locate-path", - "hash": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" - } - }, - "npm:locate-path": { - "type": "npm", - "name": "npm:locate-path", - "data": { - "version": "6.0.0", - "packageName": "locate-path", - "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" - } - }, - "npm:locate-path@2.0.0": { - "type": "npm", - "name": "npm:locate-path@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "locate-path", - "hash": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==" - } - }, - "npm:p-limit@4.0.0": { - "type": "npm", - "name": "npm:p-limit@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "p-limit", - "hash": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" - } - }, - "npm:p-limit": { - "type": "npm", - "name": "npm:p-limit", - "data": { - "version": "3.1.0", - "packageName": "p-limit", - "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" - } - }, - "npm:p-limit@1.3.0": { - "type": "npm", - "name": "npm:p-limit@1.3.0", - "data": { - "version": "1.3.0", - "packageName": "p-limit", - "hash": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==" - } - }, - "npm:p-locate@6.0.0": { - "type": "npm", - "name": "npm:p-locate@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "p-locate", - "hash": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" - } - }, - "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:p-locate@2.0.0": { - "type": "npm", - "name": "npm:p-locate@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "p-locate", - "hash": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==" - } - }, - "npm:path-exists@5.0.0": { - "type": "npm", - "name": "npm:path-exists@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "path-exists", - "hash": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" - } - }, - "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-exists@3.0.0": { - "type": "npm", - "name": "npm:path-exists@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "path-exists", - "hash": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" - } - }, - "npm:yocto-queue@1.2.2": { - "type": "npm", - "name": "npm:yocto-queue@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "yocto-queue", - "hash": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==" - } - }, - "npm:yocto-queue": { - "type": "npm", - "name": "npm:yocto-queue", - "data": { - "version": "0.1.0", - "packageName": "yocto-queue", - "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" - } - }, - "npm:@commitlint/types": { - "type": "npm", - "name": "npm:@commitlint/types", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/types", - "hash": "sha512-KTy0OqRDLR5y/zZMnizyx09z/rPlPC/zKhYgH8o/q6PuAjoQAKlRfY4zzv0M64yybQ//6//4H1n14pxaLZfUnA==" - } - }, - "npm:@csstools/color-helpers": { - "type": "npm", - "name": "npm:@csstools/color-helpers", - "data": { - "version": "5.1.0", - "packageName": "@csstools/color-helpers", - "hash": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==" - } - }, - "npm:@csstools/css-calc": { - "type": "npm", - "name": "npm:@csstools/css-calc", - "data": { - "version": "2.1.4", - "packageName": "@csstools/css-calc", - "hash": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==" - } - }, - "npm:@csstools/css-color-parser": { - "type": "npm", - "name": "npm:@csstools/css-color-parser", - "data": { - "version": "3.1.0", - "packageName": "@csstools/css-color-parser", - "hash": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==" - } - }, - "npm:@csstools/css-parser-algorithms": { - "type": "npm", - "name": "npm:@csstools/css-parser-algorithms", - "data": { - "version": "3.0.5", - "packageName": "@csstools/css-parser-algorithms", - "hash": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==" - } - }, - "npm:@csstools/css-syntax-patches-for-csstree": { - "type": "npm", - "name": "npm:@csstools/css-syntax-patches-for-csstree", - "data": { - "version": "1.0.22", - "packageName": "@csstools/css-syntax-patches-for-csstree", - "hash": "sha512-qBcx6zYlhleiFfdtzkRgwNC7VVoAwfK76Vmsw5t+PbvtdknO9StgRk7ROvq9so1iqbdW4uLIDAsXRsTfUrIoOw==" - } - }, - "npm:@csstools/css-tokenizer": { - "type": "npm", - "name": "npm:@csstools/css-tokenizer", - "data": { - "version": "3.0.4", - "packageName": "@csstools/css-tokenizer", - "hash": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==" - } - }, - "npm:@emnapi/core": { - "type": "npm", - "name": "npm:@emnapi/core", - "data": { - "version": "1.8.1", - "packageName": "@emnapi/core", - "hash": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==" - } - }, - "npm:@emnapi/runtime": { - "type": "npm", - "name": "npm:@emnapi/runtime", - "data": { - "version": "1.8.1", - "packageName": "@emnapi/runtime", - "hash": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==" - } - }, - "npm:@emnapi/wasi-threads": { - "type": "npm", - "name": "npm:@emnapi/wasi-threads", - "data": { - "version": "1.1.0", - "packageName": "@emnapi/wasi-threads", - "hash": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==" - } - }, - "npm:@eslint-community/eslint-utils": { - "type": "npm", - "name": "npm:@eslint-community/eslint-utils", - "data": { - "version": "4.9.0", - "packageName": "@eslint-community/eslint-utils", - "hash": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==" - } - }, - "npm:@eslint-community/regexpp": { - "type": "npm", - "name": "npm:@eslint-community/regexpp", - "data": { - "version": "4.12.2", - "packageName": "@eslint-community/regexpp", - "hash": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==" - } - }, - "npm:@eslint/config-array": { - "type": "npm", - "name": "npm:@eslint/config-array", - "data": { - "version": "0.21.1", - "packageName": "@eslint/config-array", - "hash": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==" - } - }, - "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": { - "type": "npm", - "name": "npm:minimatch", - "data": { - "version": "10.1.1", - "packageName": "minimatch", - "hash": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==" - } - }, - "npm:@eslint/config-helpers": { - "type": "npm", - "name": "npm:@eslint/config-helpers", - "data": { - "version": "0.4.2", - "packageName": "@eslint/config-helpers", - "hash": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==" - } - }, - "npm:@eslint/core": { - "type": "npm", - "name": "npm:@eslint/core", - "data": { - "version": "0.17.0", - "packageName": "@eslint/core", - "hash": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==" - } - }, - "npm:@eslint/eslintrc": { - "type": "npm", - "name": "npm:@eslint/eslintrc", - "data": { - "version": "3.3.3", - "packageName": "@eslint/eslintrc", - "hash": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==" - } - }, - "npm:ajv@6.12.6": { - "type": "npm", - "name": "npm:ajv@6.12.6", - "data": { - "version": "6.12.6", - "packageName": "ajv", - "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" - } - }, - "npm:ajv": { - "type": "npm", - "name": "npm:ajv", - "data": { - "version": "8.17.1", - "packageName": "ajv", - "hash": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" - } - }, - "npm:ignore@5.3.2": { - "type": "npm", - "name": "npm:ignore@5.3.2", - "data": { - "version": "5.3.2", - "packageName": "ignore", - "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" - } - }, - "npm:ignore": { - "type": "npm", - "name": "npm:ignore", - "data": { - "version": "7.0.5", - "packageName": "ignore", - "hash": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" - } - }, - "npm:json-schema-traverse@0.4.1": { - "type": "npm", - "name": "npm:json-schema-traverse@0.4.1", - "data": { - "version": "0.4.1", - "packageName": "json-schema-traverse", - "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - } - }, - "npm:json-schema-traverse": { - "type": "npm", - "name": "npm:json-schema-traverse", - "data": { - "version": "1.0.0", - "packageName": "json-schema-traverse", - "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - } - }, - "npm:@eslint/js": { - "type": "npm", - "name": "npm:@eslint/js", - "data": { - "version": "9.39.2", - "packageName": "@eslint/js", - "hash": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==" - } - }, - "npm:@eslint/object-schema": { - "type": "npm", - "name": "npm:@eslint/object-schema", - "data": { - "version": "2.1.7", - "packageName": "@eslint/object-schema", - "hash": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==" - } - }, - "npm:@eslint/plugin-kit": { - "type": "npm", - "name": "npm:@eslint/plugin-kit", - "data": { - "version": "0.4.1", - "packageName": "@eslint/plugin-kit", - "hash": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==" - } - }, - "npm:@exodus/bytes": { - "type": "npm", - "name": "npm:@exodus/bytes", - "data": { - "version": "1.7.0", - "packageName": "@exodus/bytes", - "hash": "sha512-5i+BtvujK/vM07YCGDyz4C4AyDzLmhxHMtM5HpUyPRtJPBdFPsj290ffXW+UXY21/G7GtXeHD2nRmq0T1ShyQQ==" - } - }, - "npm:@google/genai": { - "type": "npm", - "name": "npm:@google/genai", - "data": { - "version": "1.40.0", - "packageName": "@google/genai", - "hash": "sha512-fhIww8smT0QYRX78qWOiz/nIQhHMF5wXOrlXvj33HBrz3vKDBb+wibLcEmTA+L9dmPD4KmfNr7UF3LDQVTXNjA==" - } - }, - "npm:@hashbrownai/angular": { - "type": "npm", - "name": "npm:@hashbrownai/angular", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/angular", - "hash": "sha512-ougex3B3jyTpKLWw9Qo69sIN/H5n+f3CmqqDTfLkhN+XAXVBzlQN27MbcvtnJokZM+QPAQ7Lsk51SAwbLie8Fw==" - } - }, - "npm:@hashbrownai/core": { - "type": "npm", - "name": "npm:@hashbrownai/core", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/core", - "hash": "sha512-NW+/Iop7bbev3CoGUzvZ9mL0+oGZWSNClNocTU19sSwVklPLJNNOeFvVlmPJuD2C9t7V1j0ivDwLmzIfBUwSjg==" - } - }, - "npm:@hashbrownai/google": { - "type": "npm", - "name": "npm:@hashbrownai/google", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/google", - "hash": "sha512-KaJRXFjzIqe/xAnep72wNS4ApYIJNmqXBX5d4n1J5+v7/eBmAJPup9mi15WNhFOV8TNE6nKhsdDHJ6VtochDog==" - } - }, - "npm:@hashbrownai/openai": { - "type": "npm", - "name": "npm:@hashbrownai/openai", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/openai", - "hash": "sha512-KFmWYD8vooIZoHAX3ZyiCtZXkj3PRmb5Sl5rGQAlDIzyfMtkwZv+ppk2yniIqOlmrrmbgRB/SXqnKLPsQ6LdVg==" - } - }, - "npm:@hono/node-server": { - "type": "npm", - "name": "npm:@hono/node-server", - "data": { - "version": "1.19.9", - "packageName": "@hono/node-server", - "hash": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==" - } - }, - "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.7", - "packageName": "@humanfs/node", - "hash": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==" - } - }, - "npm:@humanwhocodes/module-importer": { - "type": "npm", - "name": "npm:@humanwhocodes/module-importer", - "data": { - "version": "1.0.1", - "packageName": "@humanwhocodes/module-importer", - "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" - } - }, - "npm:@humanwhocodes/retry": { - "type": "npm", - "name": "npm:@humanwhocodes/retry", - "data": { - "version": "0.4.3", - "packageName": "@humanwhocodes/retry", - "hash": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==" - } - }, - "npm:@iconify/types": { - "type": "npm", - "name": "npm:@iconify/types", - "data": { - "version": "2.0.0", - "packageName": "@iconify/types", - "hash": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" - } - }, - "npm:@iconify/utils": { - "type": "npm", - "name": "npm:@iconify/utils", - "data": { - "version": "3.1.0", - "packageName": "@iconify/utils", - "hash": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==" - } - }, - "npm:@inquirer/ansi": { - "type": "npm", - "name": "npm:@inquirer/ansi", - "data": { - "version": "1.0.2", - "packageName": "@inquirer/ansi", - "hash": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==" - } - }, - "npm:@inquirer/checkbox": { - "type": "npm", - "name": "npm:@inquirer/checkbox", - "data": { - "version": "4.3.2", - "packageName": "@inquirer/checkbox", - "hash": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==" - } - }, - "npm:@inquirer/confirm": { - "type": "npm", - "name": "npm:@inquirer/confirm", - "data": { - "version": "5.1.21", - "packageName": "@inquirer/confirm", - "hash": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==" - } - }, - "npm:@inquirer/core": { - "type": "npm", - "name": "npm:@inquirer/core", - "data": { - "version": "10.3.2", - "packageName": "@inquirer/core", - "hash": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==" - } - }, - "npm:@inquirer/editor": { - "type": "npm", - "name": "npm:@inquirer/editor", - "data": { - "version": "4.2.23", - "packageName": "@inquirer/editor", - "hash": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==" - } - }, - "npm:@inquirer/expand": { - "type": "npm", - "name": "npm:@inquirer/expand", - "data": { - "version": "4.0.23", - "packageName": "@inquirer/expand", - "hash": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==" - } - }, - "npm:@inquirer/external-editor": { - "type": "npm", - "name": "npm:@inquirer/external-editor", - "data": { - "version": "1.0.3", - "packageName": "@inquirer/external-editor", - "hash": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==" - } - }, - "npm:@inquirer/figures": { - "type": "npm", - "name": "npm:@inquirer/figures", - "data": { - "version": "1.0.15", - "packageName": "@inquirer/figures", - "hash": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==" - } - }, - "npm:@inquirer/input": { - "type": "npm", - "name": "npm:@inquirer/input", - "data": { - "version": "4.3.1", - "packageName": "@inquirer/input", - "hash": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==" - } - }, - "npm:@inquirer/number": { - "type": "npm", - "name": "npm:@inquirer/number", - "data": { - "version": "3.0.23", - "packageName": "@inquirer/number", - "hash": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==" - } - }, - "npm:@inquirer/password": { - "type": "npm", - "name": "npm:@inquirer/password", - "data": { - "version": "4.0.23", - "packageName": "@inquirer/password", - "hash": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==" - } - }, - "npm:@inquirer/prompts": { - "type": "npm", - "name": "npm:@inquirer/prompts", - "data": { - "version": "7.10.1", - "packageName": "@inquirer/prompts", - "hash": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==" - } - }, - "npm:@inquirer/rawlist": { - "type": "npm", - "name": "npm:@inquirer/rawlist", - "data": { - "version": "4.1.11", - "packageName": "@inquirer/rawlist", - "hash": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==" - } - }, - "npm:@inquirer/search": { - "type": "npm", - "name": "npm:@inquirer/search", - "data": { - "version": "3.2.2", - "packageName": "@inquirer/search", - "hash": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==" - } - }, - "npm:@inquirer/select": { - "type": "npm", - "name": "npm:@inquirer/select", - "data": { - "version": "4.4.2", - "packageName": "@inquirer/select", - "hash": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==" - } - }, - "npm:@inquirer/type": { - "type": "npm", - "name": "npm:@inquirer/type", - "data": { - "version": "3.0.10", - "packageName": "@inquirer/type", - "hash": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==" - } - }, - "npm:@isaacs/balanced-match": { - "type": "npm", - "name": "npm:@isaacs/balanced-match", - "data": { - "version": "4.0.1", - "packageName": "@isaacs/balanced-match", - "hash": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==" - } - }, - "npm:@isaacs/brace-expansion": { - "type": "npm", - "name": "npm:@isaacs/brace-expansion", - "data": { - "version": "5.0.0", - "packageName": "@isaacs/brace-expansion", - "hash": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==" - } - }, - "npm:@isaacs/cliui": { - "type": "npm", - "name": "npm:@isaacs/cliui", - "data": { - "version": "8.0.2", - "packageName": "@isaacs/cliui", - "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" - } - }, - "npm:@isaacs/fs-minipass": { - "type": "npm", - "name": "npm:@isaacs/fs-minipass", - "data": { - "version": "4.0.1", - "packageName": "@isaacs/fs-minipass", - "hash": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==" - } - }, - "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:@jridgewell/gen-mapping": { - "type": "npm", - "name": "npm:@jridgewell/gen-mapping", - "data": { - "version": "0.3.13", - "packageName": "@jridgewell/gen-mapping", - "hash": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" - } - }, - "npm:@jridgewell/remapping": { - "type": "npm", - "name": "npm:@jridgewell/remapping", - "data": { - "version": "2.3.5", - "packageName": "@jridgewell/remapping", - "hash": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" - } - }, - "npm:@jridgewell/resolve-uri": { - "type": "npm", - "name": "npm:@jridgewell/resolve-uri", - "data": { - "version": "3.1.2", - "packageName": "@jridgewell/resolve-uri", - "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" - } - }, - "npm:@jridgewell/sourcemap-codec": { - "type": "npm", - "name": "npm:@jridgewell/sourcemap-codec", - "data": { - "version": "1.5.5", - "packageName": "@jridgewell/sourcemap-codec", - "hash": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" - } - }, - "npm:@jridgewell/trace-mapping": { - "type": "npm", - "name": "npm:@jridgewell/trace-mapping", - "data": { - "version": "0.3.31", - "packageName": "@jridgewell/trace-mapping", - "hash": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" - } - }, - "npm:@jscpd/core": { - "type": "npm", - "name": "npm:@jscpd/core", - "data": { - "version": "4.0.4", - "packageName": "@jscpd/core", - "hash": "sha512-QGMT3iXEX1fI6lgjPH+x8eyJwhwr2KkpSF5uBpjC0Z5Xloj0yFTFLtwJT+RhxP/Ob4WYrtx2jvpKB269oIwgMQ==" - } - }, - "npm:@jscpd/tokenizer": { - "type": "npm", - "name": "npm:@jscpd/tokenizer", - "data": { - "version": "4.0.4", - "packageName": "@jscpd/tokenizer", - "hash": "sha512-xxYYY/qaLah/FlwogEbGIxx9CjDO+G9E6qawcy26WwrflzJb6wsnhjwdneN6Wb0RNCDsqvzY+bzG453jsin4UQ==" - } - }, - "npm:@jsdevtools/ono": { - "type": "npm", - "name": "npm:@jsdevtools/ono", - "data": { - "version": "7.1.3", - "packageName": "@jsdevtools/ono", - "hash": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" - } - }, - "npm:@kurkle/color": { - "type": "npm", - "name": "npm:@kurkle/color", - "data": { - "version": "0.3.4", - "packageName": "@kurkle/color", - "hash": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==" - } - }, - "npm:@listr2/prompt-adapter-inquirer": { - "type": "npm", - "name": "npm:@listr2/prompt-adapter-inquirer", - "data": { - "version": "3.0.5", - "packageName": "@listr2/prompt-adapter-inquirer", - "hash": "sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==" - } - }, - "npm:@lmdb/lmdb-darwin-arm64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-darwin-arm64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-darwin-arm64", - "hash": "sha512-XaKL705gDWd6XVls3ATDj13ZdML/LqSIxwgnYpG8xTzH2ifArx8fMMDdvqGE/Emd+W6R90W2fveZcJ0AyS8Y0w==" - } - }, - "npm:@lmdb/lmdb-darwin-x64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-darwin-x64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-darwin-x64", - "hash": "sha512-GPHGEVcwJlkD01GmIr7B4kvbIcUDS2+kBadVEd7lU4can1RZaZQLDDBJRrrNfS2Kavvl0VLI/cMv7UASAXGrww==" - } - }, - "npm:@lmdb/lmdb-linux-arm": { - "type": "npm", - "name": "npm:@lmdb/lmdb-linux-arm", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-linux-arm", - "hash": "sha512-cmev5/dZr5ACKri9f6GU6lZCXTjMhV72xujlbOhFCgFXrt4W0TxGsmY8kA1BITvH60JBKE50cSxsiulybAbrrw==" - } - }, - "npm:@lmdb/lmdb-linux-arm64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-linux-arm64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-linux-arm64", - "hash": "sha512-mALqr7DE42HsiwVTKpQWxacjHoJk+e9p00RWIJqTACh/hpucxp/0lK/XMh5XzWnU/TDCZLukq1+vNqnNumTP/Q==" - } - }, - "npm:@lmdb/lmdb-linux-x64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-linux-x64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-linux-x64", - "hash": "sha512-QjLs8OcmCNcraAcLoZyFlo0atzBJniQLLwhtR+ymQqS5kLYpV5RqwriL87BW+ZiR9ZiGgZx3evrz5vnWPtJ1fQ==" - } - }, - "npm:@lmdb/lmdb-win32-arm64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-win32-arm64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-win32-arm64", - "hash": "sha512-tr/pwHDlZ33forLGAr0tI04cRmP4SgF93yHbb+2zvZiDEyln5yMHhbKDySxY66aUOkhvBvTuHq9q/3YmTj6ZHQ==" - } - }, - "npm:@lmdb/lmdb-win32-x64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-win32-x64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-win32-x64", - "hash": "sha512-KRzfocJzB/mgoTCqnMawuLSKheHRVTqWfSmouIgYpFs6Hx4zvZSvsZKSCEb5gHmICy7qsx9l06jk3MFTtiFVAQ==" - } - }, - "npm:@mermaid-js/parser": { - "type": "npm", - "name": "npm:@mermaid-js/parser", - "data": { - "version": "0.6.3", - "packageName": "@mermaid-js/parser", - "hash": "sha512-lnjOhe7zyHjc+If7yT4zoedx2vo4sHaTmtkl1+or8BRTnCtDmcTpAjpzDSfCZrshM5bCoz0GyidzadJAH1xobA==" - } - }, - "npm:@modelcontextprotocol/sdk": { - "type": "npm", - "name": "npm:@modelcontextprotocol/sdk", - "data": { - "version": "1.26.0", - "packageName": "@modelcontextprotocol/sdk", - "hash": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==" - } - }, - "npm:@modelcontextprotocol/sdk@1.17.3": { - "type": "npm", - "name": "npm:@modelcontextprotocol/sdk@1.17.3", - "data": { - "version": "1.17.3", - "packageName": "@modelcontextprotocol/sdk", - "hash": "sha512-JPwUKWSsbzx+DLFznf/QZ32Qa+ptfbUlHhRLrBQBAFu9iI1iYvizM4p+zhhRDceSsPutXp4z+R/HPVphlIiclg==" - } - }, - "npm:express-rate-limit@8.2.1": { - "type": "npm", - "name": "npm:express-rate-limit@8.2.1", - "data": { - "version": "8.2.1", - "packageName": "express-rate-limit", - "hash": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==" - } - }, - "npm:express-rate-limit": { - "type": "npm", - "name": "npm:express-rate-limit", - "data": { - "version": "7.5.1", - "packageName": "express-rate-limit", - "hash": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==" - } - }, - "npm:ip-address@10.0.1": { - "type": "npm", - "name": "npm:ip-address@10.0.1", - "data": { - "version": "10.0.1", - "packageName": "ip-address", - "hash": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==" - } - }, - "npm:ip-address": { - "type": "npm", - "name": "npm:ip-address", - "data": { - "version": "10.1.0", - "packageName": "ip-address", - "hash": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-darwin-arm64", - "hash": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-darwin-x64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-darwin-x64", - "hash": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-linux-arm": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-linux-arm", - "hash": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-linux-arm64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-linux-arm64", - "hash": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-linux-x64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-linux-x64", - "hash": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-win32-x64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-win32-x64", - "hash": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==" - } - }, - "npm:@napi-rs/magic-string": { - "type": "npm", - "name": "npm:@napi-rs/magic-string", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string", - "hash": "sha512-DEWl/B99RQsyMT3F9bvrXuhL01/eIQp/dtNSE3G1jQ4mTGRcP4iHWxoPZ577WrbjUinrNgvRA5+08g8fkPgimQ==" - } - }, - "npm:@napi-rs/magic-string-android-arm-eabi": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-android-arm-eabi", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-android-arm-eabi", - "hash": "sha512-sszAYxqtzzJ4FDerDNHcqL9NhqPhj8W4DNiOanXYy50mA5oojlRtaAFPiB5ZMrWDBM32v5Q30LrmxQ4eTtu2Dg==" - } - }, - "npm:@napi-rs/magic-string-android-arm64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-android-arm64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-android-arm64", - "hash": "sha512-jdQ6HuO0X5rkX4MauTcWR4HWdgjakTOmmzqXg8L26+jOHVVG1LZE+Su5qvV4bP8vMb2h+vPE+JsnwqSmWymu3Q==" - } - }, - "npm:@napi-rs/magic-string-darwin-arm64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-darwin-arm64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-darwin-arm64", - "hash": "sha512-6NmMtvURce9/oq09XBZmuIeI6lPLGtEJ2ZPO/QzL3nLZa6wygiCnO/sFACKYNg5/73ET5HMMTeuogE1JI+r2Lw==" - } - }, - "npm:@napi-rs/magic-string-darwin-x64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-darwin-x64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-darwin-x64", - "hash": "sha512-f9LmfMiUAKDOtl0meOuLYeVb6OERrgGzrTg1Tn3R3fTAShM2kxRbfAuPE9ljuXxIFzOv/uqRNLSl/LqCJwpREA==" - } - }, - "npm:@napi-rs/magic-string-freebsd-x64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-freebsd-x64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-freebsd-x64", - "hash": "sha512-rqduQ4odiDK4QdM45xHWRTU4wtFIfpp8g8QGpz+3qqg7ivldDqbbNOrBaf6Oeu77uuEvWggnkyuChotfKgJdJQ==" - } - }, - "npm:@napi-rs/magic-string-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-arm-gnueabihf", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-arm-gnueabihf", - "hash": "sha512-pVaJEdEpiPqIfq3M4+yMAATS7Z9muDcWYn8H7GFH1ygh8GwgLgKfy/n/lG2M6zp18Mwd0x7E2E/qg9GgCyUzoQ==" - } - }, - "npm:@napi-rs/magic-string-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-arm64-gnu", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-arm64-gnu", - "hash": "sha512-9FwoAih/0tzEZx0BjYYIxWkSRMjonIn91RFM3q3MBs/evmThXUYXUqLNa1PPIkK1JoksswtDi48qWWLt8nGflQ==" - } - }, - "npm:@napi-rs/magic-string-linux-arm64-musl": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-arm64-musl", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-arm64-musl", - "hash": "sha512-wCR7R+WPOcAKmVQc1s6h6HwfwW1vL9pM8BjUY9Ljkdb8wt1LmZEmV2Sgfc1SfbRQzbyl+pKeufP6adRRQVzYDA==" - } - }, - "npm:@napi-rs/magic-string-linux-x64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-x64-gnu", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-x64-gnu", - "hash": "sha512-sbxFDpYnt5WFbxQ1xozwOvh5A7IftqSI0WnE9O7KsQIOi0ej2dvFbfOW4tmFkvH/YP8KJELo5AhP2+kEq1DpYA==" - } - }, - "npm:@napi-rs/magic-string-linux-x64-musl": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-x64-musl", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-x64-musl", - "hash": "sha512-jN4h/7e2Ul8v3UK5IZu38NXLMdzVWhY4uEDlnwuUAhwRh26wBQ1/pLD97Uy/Z3dFNBQPcsv60XS9fOM1YDNT6w==" - } - }, - "npm:@napi-rs/magic-string-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-win32-arm64-msvc", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-win32-arm64-msvc", - "hash": "sha512-gMUyTRHLWpzX2ntJFCbW2Gnla9Y/WUmbkZuW5SBAo/Jo8QojHn76Y4PNgnoXdzcsV9b/45RBxurYKAfFg9WTyg==" - } - }, - "npm:@napi-rs/magic-string-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-win32-ia32-msvc", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-win32-ia32-msvc", - "hash": "sha512-QIMauMOvEHgL00K9np/c9CT/CRtLOz3mRTQqcZ9XGzSoAMrpxH71KSpDJrKl7h7Ro6TZ+hJ0C3T+JVuTCZNv4A==" - } - }, - "npm:@napi-rs/magic-string-win32-x64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-win32-x64-msvc", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-win32-x64-msvc", - "hash": "sha512-V8FMSf828MzOI3P6/765MR7zHU6CUZqiyPhmAnwYoKFNxfv7oCviN/G6NcENeCdcYOvNgh5fYzaNLB96ndId5A==" - } - }, - "npm:@napi-rs/nice": { - "type": "npm", - "name": "npm:@napi-rs/nice", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice", - "hash": "sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==" - } - }, - "npm:@napi-rs/nice-android-arm-eabi": { - "type": "npm", - "name": "npm:@napi-rs/nice-android-arm-eabi", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-android-arm-eabi", - "hash": "sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==" - } - }, - "npm:@napi-rs/nice-android-arm64": { - "type": "npm", - "name": "npm:@napi-rs/nice-android-arm64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-android-arm64", - "hash": "sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==" - } - }, - "npm:@napi-rs/nice-darwin-arm64": { - "type": "npm", - "name": "npm:@napi-rs/nice-darwin-arm64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-darwin-arm64", - "hash": "sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==" - } - }, - "npm:@napi-rs/nice-darwin-x64": { - "type": "npm", - "name": "npm:@napi-rs/nice-darwin-x64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-darwin-x64", - "hash": "sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==" - } - }, - "npm:@napi-rs/nice-freebsd-x64": { - "type": "npm", - "name": "npm:@napi-rs/nice-freebsd-x64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-freebsd-x64", - "hash": "sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==" - } - }, - "npm:@napi-rs/nice-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-arm-gnueabihf", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-arm-gnueabihf", - "hash": "sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==" - } - }, - "npm:@napi-rs/nice-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-arm64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-arm64-gnu", - "hash": "sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==" - } - }, - "npm:@napi-rs/nice-linux-arm64-musl": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-arm64-musl", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-arm64-musl", - "hash": "sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==" - } - }, - "npm:@napi-rs/nice-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-ppc64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-ppc64-gnu", - "hash": "sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==" - } - }, - "npm:@napi-rs/nice-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-riscv64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-riscv64-gnu", - "hash": "sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==" - } - }, - "npm:@napi-rs/nice-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-s390x-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-s390x-gnu", - "hash": "sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==" - } - }, - "npm:@napi-rs/nice-linux-x64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-x64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-x64-gnu", - "hash": "sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==" - } - }, - "npm:@napi-rs/nice-linux-x64-musl": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-x64-musl", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-x64-musl", - "hash": "sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==" - } - }, - "npm:@napi-rs/nice-openharmony-arm64": { - "type": "npm", - "name": "npm:@napi-rs/nice-openharmony-arm64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-openharmony-arm64", - "hash": "sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==" - } - }, - "npm:@napi-rs/nice-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/nice-win32-arm64-msvc", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-win32-arm64-msvc", - "hash": "sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==" - } - }, - "npm:@napi-rs/nice-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@napi-rs/nice-win32-ia32-msvc", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-win32-ia32-msvc", - "hash": "sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==" - } - }, - "npm:@napi-rs/nice-win32-x64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/nice-win32-x64-msvc", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-win32-x64-msvc", - "hash": "sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==" - } - }, - "npm:@napi-rs/wasm-runtime": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==" - } - }, - "npm:@ngrx/operators": { - "type": "npm", - "name": "npm:@ngrx/operators", - "data": { - "version": "21.0.1", - "packageName": "@ngrx/operators", - "hash": "sha512-CfSh9MzQoIjbipSJ4q1+ZhcY537I5th4hNdNiWHu/egx2+SgFUZlOcQ6E9c+DJMsVkYOoIYhKX1E/bYlFBqXJw==" - } - }, - "npm:@ngrx/signals": { - "type": "npm", - "name": "npm:@ngrx/signals", - "data": { - "version": "21.0.1", - "packageName": "@ngrx/signals", - "hash": "sha512-krmZDhgHrnmZrxfEJ41bp/aM8Mc55k5B2N7oCLT5w4M3YbOkbnWPkP6bBWMv4XPI+2rqVgkLRW6DaWLwoESaBw==" - } - }, - "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:@npmcli/agent": { - "type": "npm", - "name": "npm:@npmcli/agent", - "data": { - "version": "4.0.0", - "packageName": "@npmcli/agent", - "hash": "sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==" - } - }, - "npm:@npmcli/fs": { - "type": "npm", - "name": "npm:@npmcli/fs", - "data": { - "version": "5.0.0", - "packageName": "@npmcli/fs", - "hash": "sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==" - } - }, - "npm:@npmcli/git": { - "type": "npm", - "name": "npm:@npmcli/git", - "data": { - "version": "7.0.1", - "packageName": "@npmcli/git", - "hash": "sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==" - } - }, - "npm:isexe@3.1.1": { - "type": "npm", - "name": "npm:isexe@3.1.1", - "data": { - "version": "3.1.1", - "packageName": "isexe", - "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" - } - }, - "npm:isexe": { - "type": "npm", - "name": "npm:isexe", - "data": { - "version": "2.0.0", - "packageName": "isexe", - "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - } - }, - "npm:which@6.0.0": { - "type": "npm", - "name": "npm:which@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "which", - "hash": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==" - } - }, - "npm:which": { - "type": "npm", - "name": "npm:which", - "data": { - "version": "2.0.2", - "packageName": "which", - "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" - } - }, - "npm:@npmcli/installed-package-contents": { - "type": "npm", - "name": "npm:@npmcli/installed-package-contents", - "data": { - "version": "4.0.0", - "packageName": "@npmcli/installed-package-contents", - "hash": "sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==" - } - }, - "npm:@npmcli/node-gyp": { - "type": "npm", - "name": "npm:@npmcli/node-gyp", - "data": { - "version": "5.0.0", - "packageName": "@npmcli/node-gyp", - "hash": "sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==" - } - }, - "npm:@npmcli/package-json": { - "type": "npm", - "name": "npm:@npmcli/package-json", - "data": { - "version": "7.0.4", - "packageName": "@npmcli/package-json", - "hash": "sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==" - } - }, - "npm:@npmcli/promise-spawn": { - "type": "npm", - "name": "npm:@npmcli/promise-spawn", - "data": { - "version": "9.0.1", - "packageName": "@npmcli/promise-spawn", - "hash": "sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==" - } - }, - "npm:@npmcli/redact": { - "type": "npm", - "name": "npm:@npmcli/redact", - "data": { - "version": "4.0.0", - "packageName": "@npmcli/redact", - "hash": "sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==" - } - }, - "npm:@npmcli/run-script": { - "type": "npm", - "name": "npm:@npmcli/run-script", - "data": { - "version": "10.0.3", - "packageName": "@npmcli/run-script", - "hash": "sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==" - } - }, - "npm:@openapi-contrib/json-schema-to-openapi-schema": { - "type": "npm", - "name": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "data": { - "version": "3.0.3", - "packageName": "@openapi-contrib/json-schema-to-openapi-schema", - "hash": "sha512-2/UmpUBebll6ShAJ4+vlBDqntvJmf7qQ/+/c6QLhZUgCSvfuygjYqQSUMtYuJzhIydatNB/ksO+7sPww+aGgvg==" - } - }, - "npm:@oxc-parser/binding-darwin-arm64": { - "type": "npm", - "name": "npm:@oxc-parser/binding-darwin-arm64", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-darwin-arm64", - "hash": "sha512-3Dws5Wzj9efojjqvhS4ZF+Abh0EoiI5ciOE2kdLifMzSg4fnmYAIOktoUnPEo87TNIb4SiFJ5JgPBgEyq42Eow==" - } - }, - "npm:@oxc-parser/binding-darwin-x64": { - "type": "npm", - "name": "npm:@oxc-parser/binding-darwin-x64", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-darwin-x64", - "hash": "sha512-DAUJ/mfq0Jn2VDYn69bhHTsIWj+aZ/viamexFwaLL7ntkIFmGpzAJZUlWofpY1IRJynKWW+P5AOLYXMllw4qUw==" - } - }, - "npm:@oxc-parser/binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-arm64-gnu", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-arm64-gnu", - "hash": "sha512-ZHQVey/O4K3zTIKtpfsbtJIE8MPTRHRxgY3dejaoeFQGf9C3HasgF132Yp4zN/jOUx+x8czKPVa/Af40ViyhGQ==" - } - }, - "npm:@oxc-parser/binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-arm64-musl", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-arm64-musl", - "hash": "sha512-Diw+Tnf5v+zAYXzDoSKCZsMaroU6GoqZMS7smfDtFnZYTHWZrsTmPBLUQe7AFiG7O7tkhsCdcWjOYgbVkrSVOA==" - } - }, - "npm:@oxc-parser/binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-x64-gnu", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-x64-gnu", - "hash": "sha512-WloqcRrtQUVEP/Sy8ZeEgF0HgBKQjOv3zLFZqbC5ipkerKriGcVbsq3fOIMOi/55AM6/UhIAjeZGnoeco72JjQ==" - } - }, - "npm:@oxc-parser/binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-x64-musl", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-x64-musl", - "hash": "sha512-2j7BD9szwSXTvSj0Q8VE98UHGYvrgZzdLy4EyB0FilhQnopEfz+YV674rWGY2Il1VYxHJwGctrTJHvARolu37g==" - } - }, - "npm:@oxc-parser/binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@oxc-parser/binding-win32-arm64-msvc", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-win32-arm64-msvc", - "hash": "sha512-mcomr1og17yCmnwn8Q7CRzrH9Va0HccWe4Ld3/u/elBsw0SEzYGVvECRzCyRglYAbKTtusz7as9Jee0RiMOMmg==" - } - }, - "npm:@oxc-parser/binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@oxc-parser/binding-win32-x64-msvc", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-win32-x64-msvc", - "hash": "sha512-nIBkc1KZOVYUaHT3+U+gM354P3byMAIXMvlmLMbs0kWVRcI4vrzL8qwWpC6QdBQxWKZGqPEqGolv8H4dDYA9nQ==" - } - }, - "npm:@oxc-project/types": { - "type": "npm", - "name": "npm:@oxc-project/types", - "data": { - "version": "0.106.0", - "packageName": "@oxc-project/types", - "hash": "sha512-QdsH3rZq480VnOHSHgPYOhjL8O8LBdcnSjM408BpPCCUc0JYYZPG9Gafl9i3OcGk/7137o+gweb4cCv3WAUykg==" - } - }, - "npm:@parcel/source-map": { - "type": "npm", - "name": "npm:@parcel/source-map", - "data": { - "version": "2.1.1", - "packageName": "@parcel/source-map", - "hash": "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==" - } - }, - "npm:detect-libc@1.0.3": { - "type": "npm", - "name": "npm:detect-libc@1.0.3", - "data": { - "version": "1.0.3", - "packageName": "detect-libc", - "hash": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" - } - }, - "npm:detect-libc": { - "type": "npm", - "name": "npm:detect-libc", - "data": { - "version": "2.1.2", - "packageName": "detect-libc", - "hash": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" - } - }, - "npm:@parcel/watcher": { - "type": "npm", - "name": "npm:@parcel/watcher", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher", - "hash": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==" - } - }, - "npm:@parcel/watcher-android-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-android-arm64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-android-arm64", - "hash": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==" - } - }, - "npm:@parcel/watcher-darwin-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-arm64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-darwin-arm64", - "hash": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==" - } - }, - "npm:@parcel/watcher-darwin-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-x64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-darwin-x64", - "hash": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==" - } - }, - "npm:@parcel/watcher-freebsd-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-freebsd-x64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-freebsd-x64", - "hash": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==" - } - }, - "npm:@parcel/watcher-linux-arm-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-glibc", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm-glibc", - "hash": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==" - } - }, - "npm:@parcel/watcher-linux-arm-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-musl", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm-musl", - "hash": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==" - } - }, - "npm:@parcel/watcher-linux-arm64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-glibc", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm64-glibc", - "hash": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==" - } - }, - "npm:@parcel/watcher-linux-arm64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-musl", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm64-musl", - "hash": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==" - } - }, - "npm:@parcel/watcher-linux-x64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-glibc", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-x64-glibc", - "hash": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==" - } - }, - "npm:@parcel/watcher-linux-x64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-musl", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-x64-musl", - "hash": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==" - } - }, - "npm:@parcel/watcher-win32-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-arm64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-win32-arm64", - "hash": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==" - } - }, - "npm:@parcel/watcher-win32-ia32": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-ia32", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-win32-ia32", - "hash": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==" - } - }, - "npm:@parcel/watcher-win32-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-x64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-win32-x64", - "hash": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==" - } - }, - "npm:node-addon-api@7.1.1": { - "type": "npm", - "name": "npm:node-addon-api@7.1.1", - "data": { - "version": "7.1.1", - "packageName": "node-addon-api", - "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" - } - }, - "npm:node-addon-api": { - "type": "npm", - "name": "npm:node-addon-api", - "data": { - "version": "6.1.0", - "packageName": "node-addon-api", - "hash": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" - } - }, - "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:@protobufjs/aspromise": { - "type": "npm", - "name": "npm:@protobufjs/aspromise", - "data": { - "version": "1.1.2", - "packageName": "@protobufjs/aspromise", - "hash": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" - } - }, - "npm:@protobufjs/base64": { - "type": "npm", - "name": "npm:@protobufjs/base64", - "data": { - "version": "1.1.2", - "packageName": "@protobufjs/base64", - "hash": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - } - }, - "npm:@protobufjs/codegen": { - "type": "npm", - "name": "npm:@protobufjs/codegen", - "data": { - "version": "2.0.4", - "packageName": "@protobufjs/codegen", - "hash": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - } - }, - "npm:@protobufjs/eventemitter": { - "type": "npm", - "name": "npm:@protobufjs/eventemitter", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/eventemitter", - "hash": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" - } - }, - "npm:@protobufjs/fetch": { - "type": "npm", - "name": "npm:@protobufjs/fetch", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/fetch", - "hash": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" - } - }, - "npm:@protobufjs/float": { - "type": "npm", - "name": "npm:@protobufjs/float", - "data": { - "version": "1.0.2", - "packageName": "@protobufjs/float", - "hash": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" - } - }, - "npm:@protobufjs/inquire": { - "type": "npm", - "name": "npm:@protobufjs/inquire", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/inquire", - "hash": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" - } - }, - "npm:@protobufjs/path": { - "type": "npm", - "name": "npm:@protobufjs/path", - "data": { - "version": "1.1.2", - "packageName": "@protobufjs/path", - "hash": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" - } - }, - "npm:@protobufjs/pool": { - "type": "npm", - "name": "npm:@protobufjs/pool", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/pool", - "hash": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" - } - }, - "npm:@protobufjs/utf8": { - "type": "npm", - "name": "npm:@protobufjs/utf8", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/utf8", - "hash": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" - } - }, - "npm:@rolldown/binding-android-arm64": { - "type": "npm", - "name": "npm:@rolldown/binding-android-arm64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-android-arm64", - "hash": "sha512-mWj5eE4Qc8TbPdGGaaLvBb9XfDPvE1EmZkJQgiGKwchkWH4oAJcRAKMTw7ZHnb1L+t7Ah41sBkAecaIsuUgsug==" - } - }, - "npm:@rolldown/binding-darwin-arm64": { - "type": "npm", - "name": "npm:@rolldown/binding-darwin-arm64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-darwin-arm64", - "hash": "sha512-wFxUymI/5R8bH8qZFYDfAxAN9CyISEIYke+95oZPiv6EWo88aa5rskjVcCpKA532R+klFmdqjbbaD56GNmTF4Q==" - } - }, - "npm:@rolldown/binding-darwin-x64": { - "type": "npm", - "name": "npm:@rolldown/binding-darwin-x64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-darwin-x64", - "hash": "sha512-ybp3MkPj23VDV9PhtRwdU5qrGhlViWRV5BjKwO6epaSlUD5lW0WyY+roN3ZAzbma/9RrMTgZ/a/gtQq8YXOcqw==" - } - }, - "npm:@rolldown/binding-freebsd-x64": { - "type": "npm", - "name": "npm:@rolldown/binding-freebsd-x64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-freebsd-x64", - "hash": "sha512-Evxj3yh7FWvyklUYZa0qTVT9N2zX9TPDqGF056hl8hlCZ9/ndQ2xMv6uw9PD1VlLpukbsqL+/C6M0qwipL0QMg==" - } - }, - "npm:@rolldown/binding-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-arm-gnueabihf", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-arm-gnueabihf", - "hash": "sha512-tYeXprDOrEgVHUbPXH6MPso4cM/c6RTkmJNICMQlYdki4hGMh92aj3yU6CKs+4X5gfG0yj5kVUw/L4M685SYag==" - } - }, - "npm:@rolldown/binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-arm64-gnu", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-arm64-gnu", - "hash": "sha512-N78vmZzP6zG967Ohr+MasCjmKtis0geZ1SOVmxrA0/bklTQSzH5kHEjW5Qn+i1taFno6GEre1E40v0wuWsNOQw==" - } - }, - "npm:@rolldown/binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-arm64-musl", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-arm64-musl", - "hash": "sha512-l+p4QVtG72C7wI2SIkNQw/KQtSjuYwS3rV6AKcWrRBF62ClsFUcif5vLaZIEbPrCXu5OFRXigXFJnxYsVVZqdQ==" - } - }, - "npm:@rolldown/binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-x64-gnu", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-x64-gnu", - "hash": "sha512-urzJX0HrXxIh0FfxwWRjfPCMeInU9qsImLQxHBgLp5ivji1EEUnOfux8KxPPnRQthJyneBrN2LeqUix9DYrNaQ==" - } - }, - "npm:@rolldown/binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-x64-musl", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-x64-musl", - "hash": "sha512-7ijfVK3GISnXIwq/1FZo+KyAUJjL3kWPJ7rViAL6MWeEBhEgRzJ0yEd9I8N9aut8Y8ab+EKFJyRNMWZuUBwQ0A==" - } - }, - "npm:@rolldown/binding-openharmony-arm64": { - "type": "npm", - "name": "npm:@rolldown/binding-openharmony-arm64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-openharmony-arm64", - "hash": "sha512-/m7sKZCS+cUULbzyJTIlv8JbjNohxbpAOA6cM+lgWgqVzPee3U6jpwydrib328JFN/gF9A99IZEnuGYqEDJdww==" - } - }, - "npm:@rolldown/binding-wasm32-wasi": { - "type": "npm", - "name": "npm:@rolldown/binding-wasm32-wasi", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-wasm32-wasi", - "hash": "sha512-6SZk7zMgv+y3wFFQ9qE5P9NnRHcRsptL1ypmudD26PDY+PvFCvfHRkJNfclWnvacVGxjowr7JOL3a9fd1wWhUw==" - } - }, - "npm:@rolldown/binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rolldown/binding-win32-arm64-msvc", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-win32-arm64-msvc", - "hash": "sha512-sFqfYPnBZ6xBhMkadB7UD0yjEDRvs7ipR3nCggblN+N4ODCXY6qhg/bKL39+W+dgQybL7ErD4EGERVbW9DAWvg==" - } - }, - "npm:@rolldown/binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rolldown/binding-win32-x64-msvc", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-win32-x64-msvc", - "hash": "sha512-AnFWJdAqB8+IDPcGrATYs67Kik/6tnndNJV2jGRmwlbeNiQQ8GhRJU8ETRlINfII0pqi9k4WWLnb00p1QCxw/Q==" - } - }, - "npm:@rolldown/pluginutils": { - "type": "npm", - "name": "npm:@rolldown/pluginutils", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/pluginutils", - "hash": "sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==" - } - }, - "npm:@rollup/plugin-json": { - "type": "npm", - "name": "npm:@rollup/plugin-json", - "data": { - "version": "6.1.0", - "packageName": "@rollup/plugin-json", - "hash": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==" - } - }, - "npm:@rollup/pluginutils": { - "type": "npm", - "name": "npm:@rollup/pluginutils", - "data": { - "version": "5.3.0", - "packageName": "@rollup/pluginutils", - "hash": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==" - } - }, - "npm:estree-walker@2.0.2": { - "type": "npm", - "name": "npm:estree-walker@2.0.2", - "data": { - "version": "2.0.2", - "packageName": "estree-walker", - "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" - } - }, - "npm:estree-walker": { - "type": "npm", - "name": "npm:estree-walker", - "data": { - "version": "3.0.3", - "packageName": "estree-walker", - "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" - } - }, - "npm:@rollup/rollup-android-arm-eabi": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm-eabi", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-android-arm-eabi", - "hash": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==" - } - }, - "npm:@rollup/rollup-android-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-android-arm64", - "hash": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==" - } - }, - "npm:@rollup/rollup-darwin-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-darwin-arm64", - "hash": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==" - } - }, - "npm:@rollup/rollup-darwin-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-x64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-darwin-x64", - "hash": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==" - } - }, - "npm:@rollup/rollup-freebsd-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-freebsd-arm64", - "hash": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==" - } - }, - "npm:@rollup/rollup-freebsd-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-x64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-freebsd-x64", - "hash": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==" - } - }, - "npm:@rollup/rollup-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-gnueabihf", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm-gnueabihf", - "hash": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==" - } - }, - "npm:@rollup/rollup-linux-arm-musleabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-musleabihf", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm-musleabihf", - "hash": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==" - } - }, - "npm:@rollup/rollup-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm64-gnu", - "hash": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==" - } - }, - "npm:@rollup/rollup-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-musl", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm64-musl", - "hash": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==" - } - }, - "npm:@rollup/rollup-linux-loong64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-loong64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-loong64-gnu", - "hash": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==" - } - }, - "npm:@rollup/rollup-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-ppc64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-ppc64-gnu", - "hash": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==" - } - }, - "npm:@rollup/rollup-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-riscv64-gnu", - "hash": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==" - } - }, - "npm:@rollup/rollup-linux-riscv64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-musl", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-riscv64-musl", - "hash": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==" - } - }, - "npm:@rollup/rollup-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-s390x-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-s390x-gnu", - "hash": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==" - } - }, - "npm:@rollup/rollup-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-x64-gnu", - "hash": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==" - } - }, - "npm:@rollup/rollup-linux-x64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-musl", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-x64-musl", - "hash": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==" - } - }, - "npm:@rollup/rollup-openharmony-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-openharmony-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-openharmony-arm64", - "hash": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==" - } - }, - "npm:@rollup/rollup-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-arm64-msvc", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-arm64-msvc", - "hash": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==" - } - }, - "npm:@rollup/rollup-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-ia32-msvc", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-ia32-msvc", - "hash": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==" - } - }, - "npm:@rollup/rollup-win32-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-x64-gnu", - "hash": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==" - } - }, - "npm:@rollup/rollup-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-msvc", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-x64-msvc", - "hash": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==" - } - }, - "npm:@rollup/wasm-node": { - "type": "npm", - "name": "npm:@rollup/wasm-node", - "data": { - "version": "4.55.1", - "packageName": "@rollup/wasm-node", - "hash": "sha512-GD+BSGH7+hVtNreVwv2JVxKImAdaDDrT9Ev0Bbr9CTATPjXjp7pQlRAqyZqNW3RGY37qL/RkF0HyO9ptJDU2pQ==" - } - }, - "npm:@schematics/angular": { - "type": "npm", - "name": "npm:@schematics/angular", - "data": { - "version": "21.1.4", - "packageName": "@schematics/angular", - "hash": "sha512-I1zdSNzdbrVCWpeE2NsZQmIoa9m0nlw4INgdGIkqUH6FgwvoGKC0RoOxKAmm6HHVJ48FE/sPI13dwAeK89ow5A==" - } - }, - "npm:@sigstore/bundle": { - "type": "npm", - "name": "npm:@sigstore/bundle", - "data": { - "version": "4.0.0", - "packageName": "@sigstore/bundle", - "hash": "sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==" - } - }, - "npm:@sigstore/core": { - "type": "npm", - "name": "npm:@sigstore/core", - "data": { - "version": "3.1.0", - "packageName": "@sigstore/core", - "hash": "sha512-o5cw1QYhNQ9IroioJxpzexmPjfCe7gzafd2RY3qnMpxr4ZEja+Jad/U8sgFpaue6bOaF+z7RVkyKVV44FN+N8A==" - } - }, - "npm:@sigstore/protobuf-specs": { - "type": "npm", - "name": "npm:@sigstore/protobuf-specs", - "data": { - "version": "0.5.0", - "packageName": "@sigstore/protobuf-specs", - "hash": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==" - } - }, - "npm:@sigstore/sign": { - "type": "npm", - "name": "npm:@sigstore/sign", - "data": { - "version": "4.1.0", - "packageName": "@sigstore/sign", - "hash": "sha512-Vx1RmLxLGnSUqx/o5/VsCjkuN5L7y+vxEEwawvc7u+6WtX2W4GNa7b9HEjmcRWohw/d6BpATXmvOwc78m+Swdg==" - } - }, - "npm:@sigstore/tuf": { - "type": "npm", - "name": "npm:@sigstore/tuf", - "data": { - "version": "4.0.1", - "packageName": "@sigstore/tuf", - "hash": "sha512-OPZBg8y5Vc9yZjmWCHrlWPMBqW5yd8+wFNl+thMdtcWz3vjVSoJQutF8YkrzI0SLGnkuFof4HSsWUhXrf219Lw==" - } - }, - "npm:@sigstore/verify": { - "type": "npm", - "name": "npm:@sigstore/verify", - "data": { - "version": "3.1.0", - "packageName": "@sigstore/verify", - "hash": "sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==" - } - }, - "npm:@softarc/detective": { - "type": "npm", - "name": "npm:@softarc/detective", - "data": { - "version": "2.0.2", - "packageName": "@softarc/detective", - "hash": "sha512-oZRTssjGBe81EXMuCPXaOOajbqaPSkHLAf/48lxbRe1iYZLvnOEVR764dmIbi7j9gdhFkV9q77tyQqG4FE+mZQ==" - } - }, - "npm:express": { - "type": "npm", - "name": "npm:express", - "data": { - "version": "5.2.1", - "packageName": "express", - "hash": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" - } - }, - "npm:express@4.21.0": { - "type": "npm", - "name": "npm:express@4.21.0", - "data": { - "version": "4.21.0", - "packageName": "express", - "hash": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==" - } - }, - "npm:@softarc/sheriff-core@0.17.3": { - "type": "npm", - "name": "npm:@softarc/sheriff-core@0.17.3", - "data": { - "version": "0.17.3", - "packageName": "@softarc/sheriff-core", - "hash": "sha512-3Go1KUDXrTaa3JRPTLyLs8ElHaXVAMox+YERVONR0jy4zvITK1gkLMpttxIXrnYFrmgPI4YL8qcsZsALvUygWQ==" - } - }, - "npm:@softarc/sheriff-core@0.19.2": { - "type": "npm", - "name": "npm:@softarc/sheriff-core@0.19.2", - "data": { - "version": "0.19.2", - "packageName": "@softarc/sheriff-core", - "hash": "sha512-kQ+vZnMSLqWy9WzZzJ3YmGkT49zeX+ENyl7ZYXs96Ipp+P7NVikCJkUDhAC3SHYNSmh+qI6sKCKnQkpbl7AAqg==" - } - }, - "npm:@softarc/sheriff-core": { - "type": "npm", - "name": "npm:@softarc/sheriff-core", - "data": { - "version": "0.19.6", - "packageName": "@softarc/sheriff-core", - "hash": "sha512-KACxHG9sS7kNWgnnBODzdr14kMLMrJVlQKc+tViUP03p2fRwNhESOA49bz51Yn7dro1mbtMmmFjICLmZSJDZZA==" - } - }, - "npm:accepts@1.3.8": { - "type": "npm", - "name": "npm:accepts@1.3.8", - "data": { - "version": "1.3.8", - "packageName": "accepts", - "hash": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" - } - }, - "npm:accepts": { - "type": "npm", - "name": "npm:accepts", - "data": { - "version": "2.0.0", - "packageName": "accepts", - "hash": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" - } - }, - "npm:body-parser@1.20.3": { - "type": "npm", - "name": "npm:body-parser@1.20.3", - "data": { - "version": "1.20.3", - "packageName": "body-parser", - "hash": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" - } - }, - "npm:body-parser": { - "type": "npm", - "name": "npm:body-parser", - "data": { - "version": "2.2.1", - "packageName": "body-parser", - "hash": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==" - } - }, - "npm:content-disposition@0.5.4": { - "type": "npm", - "name": "npm:content-disposition@0.5.4", - "data": { - "version": "0.5.4", - "packageName": "content-disposition", - "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" - } - }, - "npm:content-disposition": { - "type": "npm", - "name": "npm:content-disposition", - "data": { - "version": "1.0.1", - "packageName": "content-disposition", - "hash": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==" - } - }, - "npm:cookie@0.6.0": { - "type": "npm", - "name": "npm:cookie@0.6.0", - "data": { - "version": "0.6.0", - "packageName": "cookie", - "hash": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" - } - }, - "npm:cookie": { - "type": "npm", - "name": "npm:cookie", - "data": { - "version": "0.7.2", - "packageName": "cookie", - "hash": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" - } - }, - "npm:cookie-signature@1.0.6": { - "type": "npm", - "name": "npm:cookie-signature@1.0.6", - "data": { - "version": "1.0.6", - "packageName": "cookie-signature", - "hash": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" - } - }, - "npm:cookie-signature": { - "type": "npm", - "name": "npm:cookie-signature", - "data": { - "version": "1.2.2", - "packageName": "cookie-signature", - "hash": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" - } - }, - "npm:debug@2.6.9": { - "type": "npm", - "name": "npm:debug@2.6.9", - "data": { - "version": "2.6.9", - "packageName": "debug", - "hash": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" - } - }, - "npm:debug": { - "type": "npm", - "name": "npm:debug", - "data": { - "version": "4.4.3", - "packageName": "debug", - "hash": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" - } - }, - "npm:ms@2.0.0": { - "type": "npm", - "name": "npm:ms@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "ms", - "hash": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - }, - "npm:ms": { - "type": "npm", - "name": "npm:ms", - "data": { - "version": "2.1.3", - "packageName": "ms", - "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } - }, - "npm:finalhandler@1.3.1": { - "type": "npm", - "name": "npm:finalhandler@1.3.1", - "data": { - "version": "1.3.1", - "packageName": "finalhandler", - "hash": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==" - } - }, - "npm:finalhandler": { - "type": "npm", - "name": "npm:finalhandler", - "data": { - "version": "2.1.1", - "packageName": "finalhandler", - "hash": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==" - } - }, - "npm:fresh@0.5.2": { - "type": "npm", - "name": "npm:fresh@0.5.2", - "data": { - "version": "0.5.2", - "packageName": "fresh", - "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" - } - }, - "npm:fresh": { - "type": "npm", - "name": "npm:fresh", - "data": { - "version": "2.0.0", - "packageName": "fresh", - "hash": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" - } - }, - "npm:merge-descriptors@1.0.3": { - "type": "npm", - "name": "npm:merge-descriptors@1.0.3", - "data": { - "version": "1.0.3", - "packageName": "merge-descriptors", - "hash": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" - } - }, - "npm:merge-descriptors": { - "type": "npm", - "name": "npm:merge-descriptors", - "data": { - "version": "2.0.0", - "packageName": "merge-descriptors", - "hash": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" - } - }, - "npm:mime-types@2.1.35": { - "type": "npm", - "name": "npm:mime-types@2.1.35", - "data": { - "version": "2.1.35", - "packageName": "mime-types", - "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" - } - }, - "npm:mime-types": { - "type": "npm", - "name": "npm:mime-types", - "data": { - "version": "3.0.2", - "packageName": "mime-types", - "hash": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" - } - }, - "npm:qs@6.13.0": { - "type": "npm", - "name": "npm:qs@6.13.0", - "data": { - "version": "6.13.0", - "packageName": "qs", - "hash": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" - } - }, - "npm:qs": { - "type": "npm", - "name": "npm:qs", - "data": { - "version": "6.14.1", - "packageName": "qs", - "hash": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==" - } - }, - "npm:raw-body@2.5.2": { - "type": "npm", - "name": "npm:raw-body@2.5.2", - "data": { - "version": "2.5.2", - "packageName": "raw-body", - "hash": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" - } - }, - "npm:raw-body": { - "type": "npm", - "name": "npm:raw-body", - "data": { - "version": "3.0.2", - "packageName": "raw-body", - "hash": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" - } - }, - "npm:send@0.19.0": { - "type": "npm", - "name": "npm:send@0.19.0", - "data": { - "version": "0.19.0", - "packageName": "send", - "hash": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" - } - }, - "npm:send": { - "type": "npm", - "name": "npm:send", - "data": { - "version": "1.2.1", - "packageName": "send", - "hash": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" - } - }, - "npm:encodeurl@1.0.2": { - "type": "npm", - "name": "npm:encodeurl@1.0.2", - "data": { - "version": "1.0.2", - "packageName": "encodeurl", - "hash": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" - } - }, - "npm:encodeurl": { - "type": "npm", - "name": "npm:encodeurl", - "data": { - "version": "2.0.0", - "packageName": "encodeurl", - "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" - } - }, - "npm:serve-static@1.16.2": { - "type": "npm", - "name": "npm:serve-static@1.16.2", - "data": { - "version": "1.16.2", - "packageName": "serve-static", - "hash": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==" - } - }, - "npm:serve-static": { - "type": "npm", - "name": "npm:serve-static", - "data": { - "version": "2.2.1", - "packageName": "serve-static", - "hash": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" - } - }, - "npm:type-is@1.6.18": { - "type": "npm", - "name": "npm:type-is@1.6.18", - "data": { - "version": "1.6.18", - "packageName": "type-is", - "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" - } - }, - "npm:type-is": { - "type": "npm", - "name": "npm:type-is", - "data": { - "version": "2.0.1", - "packageName": "type-is", - "hash": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==" - } - }, - "npm:fast-glob@3.3.2": { - "type": "npm", - "name": "npm:fast-glob@3.3.2", - "data": { - "version": "3.3.2", - "packageName": "fast-glob", - "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" - } - }, - "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:http-errors@2.0.0": { - "type": "npm", - "name": "npm:http-errors@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "http-errors", - "hash": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" - } - }, - "npm:http-errors": { - "type": "npm", - "name": "npm:http-errors", - "data": { - "version": "2.0.1", - "packageName": "http-errors", - "hash": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" - } - }, - "npm:iconv-lite@0.4.24": { - "type": "npm", - "name": "npm:iconv-lite@0.4.24", - "data": { - "version": "0.4.24", - "packageName": "iconv-lite", - "hash": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" - } - }, - "npm:iconv-lite@0.6.3": { - "type": "npm", - "name": "npm:iconv-lite@0.6.3", - "data": { - "version": "0.6.3", - "packageName": "iconv-lite", - "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" - } - }, - "npm:iconv-lite": { - "type": "npm", - "name": "npm:iconv-lite", - "data": { - "version": "0.7.1", - "packageName": "iconv-lite", - "hash": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==" - } - }, - "npm:media-typer@0.3.0": { - "type": "npm", - "name": "npm:media-typer@0.3.0", - "data": { - "version": "0.3.0", - "packageName": "media-typer", - "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" - } - }, - "npm:media-typer": { - "type": "npm", - "name": "npm:media-typer", - "data": { - "version": "1.1.0", - "packageName": "media-typer", - "hash": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" - } - }, - "npm:mime-db@1.52.0": { - "type": "npm", - "name": "npm:mime-db@1.52.0", - "data": { - "version": "1.52.0", - "packageName": "mime-db", - "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - } - }, - "npm:mime-db": { - "type": "npm", - "name": "npm:mime-db", - "data": { - "version": "1.54.0", - "packageName": "mime-db", - "hash": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" - } - }, - "npm:negotiator@0.6.3": { - "type": "npm", - "name": "npm:negotiator@0.6.3", - "data": { - "version": "0.6.3", - "packageName": "negotiator", - "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - } - }, - "npm:negotiator": { - "type": "npm", - "name": "npm:negotiator", - "data": { - "version": "1.0.0", - "packageName": "negotiator", - "hash": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" - } - }, - "npm:path-to-regexp@0.1.10": { - "type": "npm", - "name": "npm:path-to-regexp@0.1.10", - "data": { - "version": "0.1.10", - "packageName": "path-to-regexp", - "hash": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" - } - }, - "npm:path-to-regexp": { - "type": "npm", - "name": "npm:path-to-regexp", - "data": { - "version": "8.3.0", - "packageName": "path-to-regexp", - "hash": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==" - } - }, - "npm:statuses@2.0.1": { - "type": "npm", - "name": "npm:statuses@2.0.1", - "data": { - "version": "2.0.1", - "packageName": "statuses", - "hash": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" - } - }, - "npm:statuses": { - "type": "npm", - "name": "npm:statuses", - "data": { - "version": "2.0.2", - "packageName": "statuses", - "hash": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" - } - }, - "npm:zod@3.25.76": { - "type": "npm", - "name": "npm:zod@3.25.76", - "data": { - "version": "3.25.76", - "packageName": "zod", - "hash": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==" - } - }, - "npm:zod": { - "type": "npm", - "name": "npm:zod", - "data": { - "version": "4.3.5", - "packageName": "zod", - "hash": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==" - } - }, - "npm:@softarc/eslint-plugin-sheriff": { - "type": "npm", - "name": "npm:@softarc/eslint-plugin-sheriff", - "data": { - "version": "0.19.6", - "packageName": "@softarc/eslint-plugin-sheriff", - "hash": "sha512-PPP4TKSFLOvFhfckS0M7L2PMqK6qw7Q8LiYGd3H64V/jHc7cVLfogMS4mjc/I2+7wbAr374qJg0A+uJ5VkXbCQ==" - } - }, - "npm:@softarc/native-federation": { - "type": "npm", - "name": "npm:@softarc/native-federation", - "data": { - "version": "3.5.1", - "packageName": "@softarc/native-federation", - "hash": "sha512-6/QuzN3YRDPhd2myNNmFalaTc4erdS6ICuWRaTlAiq4foib7ojgH4YNjRWyE0pRsSSUTU1o+gJiOhth/IY3OeQ==" - } - }, - "npm:@softarc/native-federation-runtime": { - "type": "npm", - "name": "npm:@softarc/native-federation-runtime", - "data": { - "version": "3.5.1", - "packageName": "@softarc/native-federation-runtime", - "hash": "sha512-TxlcQQrAAF7iHPfCZTmYO4N76OiqBNELTf3DBhE+EqsIrfodaW5/RXfdzHWR6di629vbtZ3EUtWWVPc3ZGkgNw==" - } - }, - "npm:@standard-schema/spec": { - "type": "npm", - "name": "npm:@standard-schema/spec", - "data": { - "version": "1.1.0", - "packageName": "@standard-schema/spec", - "hash": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==" - } - }, - "npm:@tufjs/canonical-json": { - "type": "npm", - "name": "npm:@tufjs/canonical-json", - "data": { - "version": "2.0.0", - "packageName": "@tufjs/canonical-json", - "hash": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==" - } - }, - "npm:@tufjs/models": { - "type": "npm", - "name": "npm:@tufjs/models", - "data": { - "version": "4.1.0", - "packageName": "@tufjs/models", - "hash": "sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==" - } - }, - "npm:@tybys/wasm-util": { - "type": "npm", - "name": "npm:@tybys/wasm-util", - "data": { - "version": "0.10.1", - "packageName": "@tybys/wasm-util", - "hash": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==" - } - }, - "npm:@types/body-parser": { - "type": "npm", - "name": "npm:@types/body-parser", - "data": { - "version": "1.19.6", - "packageName": "@types/body-parser", - "hash": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" - } - }, - "npm:@types/chai": { - "type": "npm", - "name": "npm:@types/chai", - "data": { - "version": "5.2.3", - "packageName": "@types/chai", - "hash": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==" - } - }, - "npm:@types/connect": { - "type": "npm", - "name": "npm:@types/connect", - "data": { - "version": "3.4.38", - "packageName": "@types/connect", - "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" - } - }, - "npm:@types/conventional-commits-parser": { - "type": "npm", - "name": "npm:@types/conventional-commits-parser", - "data": { - "version": "5.0.2", - "packageName": "@types/conventional-commits-parser", - "hash": "sha512-BgT2szDXnVypgpNxOK8aL5SGjUdaQbC++WZNjF1Qge3Og2+zhHj+RWhmehLhYyvQwqAmvezruVfOf8+3m74W+g==" - } - }, - "npm:@types/cors": { - "type": "npm", - "name": "npm:@types/cors", - "data": { - "version": "2.8.19", - "packageName": "@types/cors", - "hash": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==" - } - }, - "npm:@types/d3": { - "type": "npm", - "name": "npm:@types/d3", - "data": { - "version": "7.4.3", - "packageName": "@types/d3", - "hash": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==" - } - }, - "npm:@types/d3-array": { - "type": "npm", - "name": "npm:@types/d3-array", - "data": { - "version": "3.2.2", - "packageName": "@types/d3-array", - "hash": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==" - } - }, - "npm:@types/d3-axis": { - "type": "npm", - "name": "npm:@types/d3-axis", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-axis", - "hash": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==" - } - }, - "npm:@types/d3-brush": { - "type": "npm", - "name": "npm:@types/d3-brush", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-brush", - "hash": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==" - } - }, - "npm:@types/d3-chord": { - "type": "npm", - "name": "npm:@types/d3-chord", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-chord", - "hash": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==" - } - }, - "npm:@types/d3-color": { - "type": "npm", - "name": "npm:@types/d3-color", - "data": { - "version": "3.1.3", - "packageName": "@types/d3-color", - "hash": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" - } - }, - "npm:@types/d3-contour": { - "type": "npm", - "name": "npm:@types/d3-contour", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-contour", - "hash": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==" - } - }, - "npm:@types/d3-delaunay": { - "type": "npm", - "name": "npm:@types/d3-delaunay", - "data": { - "version": "6.0.4", - "packageName": "@types/d3-delaunay", - "hash": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==" - } - }, - "npm:@types/d3-dispatch": { - "type": "npm", - "name": "npm:@types/d3-dispatch", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-dispatch", - "hash": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==" - } - }, - "npm:@types/d3-drag": { - "type": "npm", - "name": "npm:@types/d3-drag", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-drag", - "hash": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==" - } - }, - "npm:@types/d3-dsv": { - "type": "npm", - "name": "npm:@types/d3-dsv", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-dsv", - "hash": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==" - } - }, - "npm:@types/d3-ease": { - "type": "npm", - "name": "npm:@types/d3-ease", - "data": { - "version": "3.0.2", - "packageName": "@types/d3-ease", - "hash": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==" - } - }, - "npm:@types/d3-fetch": { - "type": "npm", - "name": "npm:@types/d3-fetch", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-fetch", - "hash": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==" - } - }, - "npm:@types/d3-force": { - "type": "npm", - "name": "npm:@types/d3-force", - "data": { - "version": "3.0.10", - "packageName": "@types/d3-force", - "hash": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==" - } - }, - "npm:@types/d3-format": { - "type": "npm", - "name": "npm:@types/d3-format", - "data": { - "version": "3.0.4", - "packageName": "@types/d3-format", - "hash": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==" - } - }, - "npm:@types/d3-geo": { - "type": "npm", - "name": "npm:@types/d3-geo", - "data": { - "version": "3.1.0", - "packageName": "@types/d3-geo", - "hash": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==" - } - }, - "npm:@types/d3-hierarchy": { - "type": "npm", - "name": "npm:@types/d3-hierarchy", - "data": { - "version": "3.1.7", - "packageName": "@types/d3-hierarchy", - "hash": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==" - } - }, - "npm:@types/d3-interpolate": { - "type": "npm", - "name": "npm:@types/d3-interpolate", - "data": { - "version": "3.0.4", - "packageName": "@types/d3-interpolate", - "hash": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==" - } - }, - "npm:@types/d3-path": { - "type": "npm", - "name": "npm:@types/d3-path", - "data": { - "version": "3.1.1", - "packageName": "@types/d3-path", - "hash": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==" - } - }, - "npm:@types/d3-polygon": { - "type": "npm", - "name": "npm:@types/d3-polygon", - "data": { - "version": "3.0.2", - "packageName": "@types/d3-polygon", - "hash": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==" - } - }, - "npm:@types/d3-quadtree": { - "type": "npm", - "name": "npm:@types/d3-quadtree", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-quadtree", - "hash": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==" - } - }, - "npm:@types/d3-random": { - "type": "npm", - "name": "npm:@types/d3-random", - "data": { - "version": "3.0.3", - "packageName": "@types/d3-random", - "hash": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==" - } - }, - "npm:@types/d3-scale": { - "type": "npm", - "name": "npm:@types/d3-scale", - "data": { - "version": "4.0.9", - "packageName": "@types/d3-scale", - "hash": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==" - } - }, - "npm:@types/d3-scale-chromatic": { - "type": "npm", - "name": "npm:@types/d3-scale-chromatic", - "data": { - "version": "3.1.0", - "packageName": "@types/d3-scale-chromatic", - "hash": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==" - } - }, - "npm:@types/d3-selection": { - "type": "npm", - "name": "npm:@types/d3-selection", - "data": { - "version": "3.0.11", - "packageName": "@types/d3-selection", - "hash": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==" - } - }, - "npm:@types/d3-shape": { - "type": "npm", - "name": "npm:@types/d3-shape", - "data": { - "version": "3.1.7", - "packageName": "@types/d3-shape", - "hash": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==" - } - }, - "npm:@types/d3-time": { - "type": "npm", - "name": "npm:@types/d3-time", - "data": { - "version": "3.0.4", - "packageName": "@types/d3-time", - "hash": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==" - } - }, - "npm:@types/d3-time-format": { - "type": "npm", - "name": "npm:@types/d3-time-format", - "data": { - "version": "4.0.3", - "packageName": "@types/d3-time-format", - "hash": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==" - } - }, - "npm:@types/d3-timer": { - "type": "npm", - "name": "npm:@types/d3-timer", - "data": { - "version": "3.0.2", - "packageName": "@types/d3-timer", - "hash": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==" - } - }, - "npm:@types/d3-transition": { - "type": "npm", - "name": "npm:@types/d3-transition", - "data": { - "version": "3.0.9", - "packageName": "@types/d3-transition", - "hash": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==" - } - }, - "npm:@types/d3-zoom": { - "type": "npm", - "name": "npm:@types/d3-zoom", - "data": { - "version": "3.0.8", - "packageName": "@types/d3-zoom", - "hash": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==" - } - }, - "npm:@types/deep-eql": { - "type": "npm", - "name": "npm:@types/deep-eql", - "data": { - "version": "4.0.2", - "packageName": "@types/deep-eql", - "hash": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==" - } - }, - "npm:@types/estree": { - "type": "npm", - "name": "npm:@types/estree", - "data": { - "version": "1.0.8", - "packageName": "@types/estree", - "hash": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" - } - }, - "npm:@types/express": { - "type": "npm", - "name": "npm:@types/express", - "data": { - "version": "5.0.6", - "packageName": "@types/express", - "hash": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==" - } - }, - "npm:@types/express-serve-static-core": { - "type": "npm", - "name": "npm:@types/express-serve-static-core", - "data": { - "version": "5.1.0", - "packageName": "@types/express-serve-static-core", - "hash": "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==" - } - }, - "npm:@types/geojson": { - "type": "npm", - "name": "npm:@types/geojson", - "data": { - "version": "7946.0.16", - "packageName": "@types/geojson", - "hash": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==" - } - }, - "npm:@types/http-errors": { - "type": "npm", - "name": "npm:@types/http-errors", - "data": { - "version": "2.0.5", - "packageName": "@types/http-errors", - "hash": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" - } - }, - "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": "25.0.3", - "packageName": "@types/node", - "hash": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==" - } - }, - "npm:@types/qs": { - "type": "npm", - "name": "npm:@types/qs", - "data": { - "version": "6.14.0", - "packageName": "@types/qs", - "hash": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" - } - }, - "npm:@types/range-parser": { - "type": "npm", - "name": "npm:@types/range-parser", - "data": { - "version": "1.2.7", - "packageName": "@types/range-parser", - "hash": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" - } - }, - "npm:@types/send": { - "type": "npm", - "name": "npm:@types/send", - "data": { - "version": "1.2.1", - "packageName": "@types/send", - "hash": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==" - } - }, - "npm:@types/serve-static": { - "type": "npm", - "name": "npm:@types/serve-static", - "data": { - "version": "2.2.0", - "packageName": "@types/serve-static", - "hash": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==" - } - }, - "npm:@types/trusted-types": { - "type": "npm", - "name": "npm:@types/trusted-types", - "data": { - "version": "2.0.7", - "packageName": "@types/trusted-types", - "hash": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" - } - }, - "npm:@typescript-eslint/eslint-plugin": { - "type": "npm", - "name": "npm:@typescript-eslint/eslint-plugin", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/eslint-plugin", - "hash": "sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==" - } - }, - "npm:@typescript-eslint/project-service@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/project-service@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/project-service", - "hash": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==" - } - }, - "npm:@typescript-eslint/project-service": { - "type": "npm", - "name": "npm:@typescript-eslint/project-service", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/project-service", - "hash": "sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==" - } - }, - "npm:@typescript-eslint/scope-manager@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==" - } - }, - "npm:@typescript-eslint/scope-manager": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==" - } - }, - "npm:@typescript-eslint/tsconfig-utils@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/tsconfig-utils", - "hash": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==" - } - }, - "npm:@typescript-eslint/tsconfig-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/tsconfig-utils", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/tsconfig-utils", - "hash": "sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==" - } - }, - "npm:@typescript-eslint/types@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/types@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/types", - "hash": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==" - } - }, - "npm:@typescript-eslint/types": { - "type": "npm", - "name": "npm:@typescript-eslint/types", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/types", - "hash": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==" - } - }, - "npm:@typescript-eslint/typescript-estree@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==" - } - }, - "npm:@typescript-eslint/typescript-estree": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==" - } - }, - "npm:@typescript-eslint/utils@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/utils@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==" - } - }, - "npm:@typescript-eslint/utils": { - "type": "npm", - "name": "npm:@typescript-eslint/utils", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==" - } - }, - "npm:@typescript-eslint/visitor-keys@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==" - } - }, - "npm:@typescript-eslint/visitor-keys": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==" - } - }, - "npm:brace-expansion@2.0.2": { - "type": "npm", - "name": "npm:brace-expansion@2.0.2", - "data": { - "version": "2.0.2", - "packageName": "brace-expansion", - "hash": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" - } - }, - "npm:brace-expansion": { - "type": "npm", - "name": "npm:brace-expansion", - "data": { - "version": "1.1.12", - "packageName": "brace-expansion", - "hash": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" - } - }, - "npm:eslint-visitor-keys@4.2.1": { - "type": "npm", - "name": "npm:eslint-visitor-keys@4.2.1", - "data": { - "version": "4.2.1", - "packageName": "eslint-visitor-keys", - "hash": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" - } - }, - "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:@typescript-eslint/parser": { - "type": "npm", - "name": "npm:@typescript-eslint/parser", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/parser", - "hash": "sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==" - } - }, - "npm:@typescript-eslint/type-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/type-utils", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/type-utils", - "hash": "sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==" - } - }, - "npm:@vitejs/plugin-basic-ssl": { - "type": "npm", - "name": "npm:@vitejs/plugin-basic-ssl", - "data": { - "version": "2.1.0", - "packageName": "@vitejs/plugin-basic-ssl", - "hash": "sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==" - } - }, - "npm:@vitest/browser": { - "type": "npm", - "name": "npm:@vitest/browser", - "data": { - "version": "4.0.18", - "packageName": "@vitest/browser", - "hash": "sha512-gVQqh7paBz3gC+ZdcCmNSWJMk70IUjDeVqi+5m5vYpEHsIwRgw3Y545jljtajhkekIpIp5Gg8oK7bctgY0E2Ng==" - } - }, - "npm:@vitest/browser-playwright": { - "type": "npm", - "name": "npm:@vitest/browser-playwright", - "data": { - "version": "4.0.18", - "packageName": "@vitest/browser-playwright", - "hash": "sha512-gfajTHVCiwpxRj1qh0Sh/5bbGLG4F/ZH/V9xvFVoFddpITfMta9YGow0W6ZpTTORv2vdJuz9TnrNSmjKvpOf4g==" - } - }, - "npm:@vitest/coverage-v8": { - "type": "npm", - "name": "npm:@vitest/coverage-v8", - "data": { - "version": "4.0.18", - "packageName": "@vitest/coverage-v8", - "hash": "sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg==" - } - }, - "npm:@vitest/expect": { - "type": "npm", - "name": "npm:@vitest/expect", - "data": { - "version": "4.0.18", - "packageName": "@vitest/expect", - "hash": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==" - } - }, - "npm:@vitest/mocker": { - "type": "npm", - "name": "npm:@vitest/mocker", - "data": { - "version": "4.0.18", - "packageName": "@vitest/mocker", - "hash": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==" - } - }, - "npm:@vitest/pretty-format": { - "type": "npm", - "name": "npm:@vitest/pretty-format", - "data": { - "version": "4.0.18", - "packageName": "@vitest/pretty-format", - "hash": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==" - } - }, - "npm:@vitest/runner": { - "type": "npm", - "name": "npm:@vitest/runner", - "data": { - "version": "4.0.18", - "packageName": "@vitest/runner", - "hash": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==" - } - }, - "npm:@vitest/snapshot": { - "type": "npm", - "name": "npm:@vitest/snapshot", - "data": { - "version": "4.0.18", - "packageName": "@vitest/snapshot", - "hash": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==" - } - }, - "npm:@vitest/spy": { - "type": "npm", - "name": "npm:@vitest/spy", - "data": { - "version": "4.0.18", - "packageName": "@vitest/spy", - "hash": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==" - } - }, - "npm:@vitest/utils": { - "type": "npm", - "name": "npm:@vitest/utils", - "data": { - "version": "4.0.18", - "packageName": "@vitest/utils", - "hash": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==" - } - }, - "npm:@yarnpkg/lockfile": { - "type": "npm", - "name": "npm:@yarnpkg/lockfile", - "data": { - "version": "1.1.0", - "packageName": "@yarnpkg/lockfile", - "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" - } - }, - "npm:abbrev": { - "type": "npm", - "name": "npm:abbrev", - "data": { - "version": "4.0.0", - "packageName": "abbrev", - "hash": "sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==" - } - }, - "npm:acorn": { - "type": "npm", - "name": "npm:acorn", - "data": { - "version": "8.15.0", - "packageName": "acorn", - "hash": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" - } - }, - "npm:acorn-jsx": { - "type": "npm", - "name": "npm:acorn-jsx", - "data": { - "version": "5.3.2", - "packageName": "acorn-jsx", - "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" - } - }, - "npm:agent-base": { - "type": "npm", - "name": "npm:agent-base", - "data": { - "version": "7.1.4", - "packageName": "agent-base", - "hash": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" - } - }, - "npm:ajv-formats": { - "type": "npm", - "name": "npm:ajv-formats", - "data": { - "version": "3.0.1", - "packageName": "ajv-formats", - "hash": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==" - } - }, - "npm:algoliasearch": { - "type": "npm", - "name": "npm:algoliasearch", - "data": { - "version": "5.46.2", - "packageName": "algoliasearch", - "hash": "sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==" - } - }, - "npm:angular-eslint": { - "type": "npm", - "name": "npm:angular-eslint", - "data": { - "version": "21.1.0", - "packageName": "angular-eslint", - "hash": "sha512-qXpIEBNYpfgpBaFblnyFegVSQjWCVUdCXTHvMcvtNtmMgtPwIDKvG8wuJo5BbQ/MNt2d8npmnRUaS2ddzdCzww==" - } - }, - "npm:ansi-colors": { - "type": "npm", - "name": "npm:ansi-colors", - "data": { - "version": "4.1.3", - "packageName": "ansi-colors", - "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" - } - }, - "npm:ansi-escapes": { - "type": "npm", - "name": "npm:ansi-escapes", - "data": { - "version": "7.2.0", - "packageName": "ansi-escapes", - "hash": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==" - } - }, - "npm:argparse": { - "type": "npm", - "name": "npm:argparse", - "data": { - "version": "2.0.1", - "packageName": "argparse", - "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - } - }, - "npm:aria-query": { - "type": "npm", - "name": "npm:aria-query", - "data": { - "version": "5.3.2", - "packageName": "aria-query", - "hash": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==" - } - }, - "npm:array-flatten": { - "type": "npm", - "name": "npm:array-flatten", - "data": { - "version": "1.1.1", - "packageName": "array-flatten", - "hash": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - } - }, - "npm:array-ify": { - "type": "npm", - "name": "npm:array-ify", - "data": { - "version": "1.0.0", - "packageName": "array-ify", - "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" - } - }, - "npm:assertion-error": { - "type": "npm", - "name": "npm:assertion-error", - "data": { - "version": "2.0.1", - "packageName": "assertion-error", - "hash": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==" - } - }, - "npm:ast-v8-to-istanbul": { - "type": "npm", - "name": "npm:ast-v8-to-istanbul", - "data": { - "version": "0.3.10", - "packageName": "ast-v8-to-istanbul", - "hash": "sha512-p4K7vMz2ZSk3wN8l5o3y2bJAoZXT3VuJI5OLTATY/01CYWumWvwkUw0SqDBnNq6IiTO3qDa1eSQDibAV8g7XOQ==" - } - }, - "npm:js-tokens@9.0.1": { - "type": "npm", - "name": "npm:js-tokens@9.0.1", - "data": { - "version": "9.0.1", - "packageName": "js-tokens", - "hash": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==" - } - }, - "npm:js-tokens": { - "type": "npm", - "name": "npm:js-tokens", - "data": { - "version": "4.0.0", - "packageName": "js-tokens", - "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - } - }, - "npm:axobject-query": { - "type": "npm", - "name": "npm:axobject-query", - "data": { - "version": "4.1.0", - "packageName": "axobject-query", - "hash": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==" - } - }, - "npm:balanced-match": { - "type": "npm", - "name": "npm:balanced-match", - "data": { - "version": "1.0.2", - "packageName": "balanced-match", - "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - } - }, - "npm:base64-js": { - "type": "npm", - "name": "npm:base64-js", - "data": { - "version": "1.5.1", - "packageName": "base64-js", - "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - } - }, - "npm:baseline-browser-mapping": { - "type": "npm", - "name": "npm:baseline-browser-mapping", - "data": { - "version": "2.9.11", - "packageName": "baseline-browser-mapping", - "hash": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==" - } - }, - "npm:beasties": { - "type": "npm", - "name": "npm:beasties", - "data": { - "version": "0.3.5", - "packageName": "beasties", - "hash": "sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==" - } - }, - "npm:bidi-js": { - "type": "npm", - "name": "npm:bidi-js", - "data": { - "version": "1.0.3", - "packageName": "bidi-js", - "hash": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==" - } - }, - "npm:bignumber.js": { - "type": "npm", - "name": "npm:bignumber.js", - "data": { - "version": "9.3.1", - "packageName": "bignumber.js", - "hash": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==" - } - }, - "npm:boolbase": { - "type": "npm", - "name": "npm:boolbase", - "data": { - "version": "1.0.0", - "packageName": "boolbase", - "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - } - }, - "npm:braces": { - "type": "npm", - "name": "npm:braces", - "data": { - "version": "3.0.3", - "packageName": "braces", - "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" - } - }, - "npm:browserslist": { - "type": "npm", - "name": "npm:browserslist", - "data": { - "version": "4.28.1", - "packageName": "browserslist", - "hash": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==" - } - }, - "npm:buffer-equal-constant-time": { - "type": "npm", - "name": "npm:buffer-equal-constant-time", - "data": { - "version": "1.0.1", - "packageName": "buffer-equal-constant-time", - "hash": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" - } - }, - "npm:buffer-from": { - "type": "npm", - "name": "npm:buffer-from", - "data": { - "version": "1.1.2", - "packageName": "buffer-from", - "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - } - }, - "npm:bytes": { - "type": "npm", - "name": "npm:bytes", - "data": { - "version": "3.1.2", - "packageName": "bytes", - "hash": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - } - }, - "npm:cacache": { - "type": "npm", - "name": "npm:cacache", - "data": { - "version": "20.0.3", - "packageName": "cacache", - "hash": "sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==" - } - }, - "npm:call-bind-apply-helpers": { - "type": "npm", - "name": "npm:call-bind-apply-helpers", - "data": { - "version": "1.0.2", - "packageName": "call-bind-apply-helpers", - "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", - "data": { - "version": "3.1.0", - "packageName": "callsites", - "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" - } - }, - "npm:caniuse-lite": { - "type": "npm", - "name": "npm:caniuse-lite", - "data": { - "version": "1.0.30001762", - "packageName": "caniuse-lite", - "hash": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==" - } - }, - "npm:chai": { - "type": "npm", - "name": "npm:chai", - "data": { - "version": "6.2.2", - "packageName": "chai", - "hash": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==" - } - }, - "npm:chalk": { - "type": "npm", - "name": "npm:chalk", - "data": { - "version": "5.6.2", - "packageName": "chalk", - "hash": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" - } - }, - "npm:chalk@4.1.2": { - "type": "npm", - "name": "npm:chalk@4.1.2", - "data": { - "version": "4.1.2", - "packageName": "chalk", - "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" - } - }, - "npm:chalk@2.4.2": { - "type": "npm", - "name": "npm:chalk@2.4.2", - "data": { - "version": "2.4.2", - "packageName": "chalk", - "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" - } - }, - "npm:chardet": { - "type": "npm", - "name": "npm:chardet", - "data": { - "version": "2.1.1", - "packageName": "chardet", - "hash": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==" - } - }, - "npm:chart.js": { - "type": "npm", - "name": "npm:chart.js", - "data": { - "version": "4.5.1", - "packageName": "chart.js", - "hash": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==" - } - }, - "npm:chevrotain": { - "type": "npm", - "name": "npm:chevrotain", - "data": { - "version": "11.0.3", - "packageName": "chevrotain", - "hash": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==" - } - }, - "npm:chevrotain-allstar": { - "type": "npm", - "name": "npm:chevrotain-allstar", - "data": { - "version": "0.3.1", - "packageName": "chevrotain-allstar", - "hash": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==" - } - }, - "npm:chokidar": { - "type": "npm", - "name": "npm:chokidar", - "data": { - "version": "5.0.0", - "packageName": "chokidar", - "hash": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" - } - }, - "npm:chokidar@4.0.3": { - "type": "npm", - "name": "npm:chokidar@4.0.3", - "data": { - "version": "4.0.3", - "packageName": "chokidar", - "hash": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" - } - }, - "npm:chownr": { - "type": "npm", - "name": "npm:chownr", - "data": { - "version": "3.0.0", - "packageName": "chownr", - "hash": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" - } - }, - "npm:cjs-module-lexer": { - "type": "npm", - "name": "npm:cjs-module-lexer", - "data": { - "version": "1.4.3", - "packageName": "cjs-module-lexer", - "hash": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==" - } - }, - "npm:cli-cursor": { - "type": "npm", - "name": "npm:cli-cursor", - "data": { - "version": "5.0.0", - "packageName": "cli-cursor", - "hash": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==" - } - }, - "npm:cli-spinners": { - "type": "npm", - "name": "npm:cli-spinners", - "data": { - "version": "3.3.0", - "packageName": "cli-spinners", - "hash": "sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==" - } - }, - "npm:cli-truncate": { - "type": "npm", - "name": "npm:cli-truncate", - "data": { - "version": "5.1.1", - "packageName": "cli-truncate", - "hash": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==" - } - }, - "npm:cli-width": { - "type": "npm", - "name": "npm:cli-width", - "data": { - "version": "4.1.0", - "packageName": "cli-width", - "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" - } - }, - "npm:clipboard": { - "type": "npm", - "name": "npm:clipboard", - "data": { - "version": "2.0.11", - "packageName": "clipboard", - "hash": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==" - } - }, - "npm:clone": { - "type": "npm", - "name": "npm:clone", - "data": { - "version": "2.1.2", - "packageName": "clone", - "hash": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" - } - }, - "npm:color-convert": { - "type": "npm", - "name": "npm:color-convert", - "data": { - "version": "2.0.1", - "packageName": "color-convert", - "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" - } - }, - "npm:color-convert@1.9.3": { - "type": "npm", - "name": "npm:color-convert@1.9.3", - "data": { - "version": "1.9.3", - "packageName": "color-convert", - "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" - } - }, - "npm:color-name": { - "type": "npm", - "name": "npm:color-name", - "data": { - "version": "1.1.4", - "packageName": "color-name", - "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - } - }, - "npm:color-name@1.1.3": { - "type": "npm", - "name": "npm:color-name@1.1.3", - "data": { - "version": "1.1.3", - "packageName": "color-name", - "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - } - }, - "npm:colorette": { - "type": "npm", - "name": "npm:colorette", - "data": { - "version": "2.0.20", - "packageName": "colorette", - "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - } - }, - "npm:commander": { - "type": "npm", - "name": "npm:commander", - "data": { - "version": "14.0.2", - "packageName": "commander", - "hash": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==" - } - }, - "npm:commander@7.2.0": { - "type": "npm", - "name": "npm:commander@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "commander", - "hash": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - } - }, - "npm:commander@8.3.0": { - "type": "npm", - "name": "npm:commander@8.3.0", - "data": { - "version": "8.3.0", - "packageName": "commander", - "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" - } - }, - "npm:commitlint": { - "type": "npm", - "name": "npm:commitlint", - "data": { - "version": "20.2.0", - "packageName": "commitlint", - "hash": "sha512-AxjKCK4PVgd3RD9MzW3nSVR6DfJPXqRi2n9Gkyq1tPrJNxq0WWqLBhHKOcwXvVCMJjameyeALV2xbYYDHlL5fg==" - } - }, - "npm:common-path-prefix": { - "type": "npm", - "name": "npm:common-path-prefix", - "data": { - "version": "3.0.0", - "packageName": "common-path-prefix", - "hash": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" - } - }, - "npm:compare-func": { - "type": "npm", - "name": "npm:compare-func", - "data": { - "version": "2.0.0", - "packageName": "compare-func", - "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" - } - }, - "npm:concat-map": { - "type": "npm", - "name": "npm:concat-map", - "data": { - "version": "0.0.1", - "packageName": "concat-map", - "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - } - }, - "npm:confbox": { - "type": "npm", - "name": "npm:confbox", - "data": { - "version": "0.1.8", - "packageName": "confbox", - "hash": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" - } - }, - "npm:content-type": { - "type": "npm", - "name": "npm:content-type", - "data": { - "version": "1.0.5", - "packageName": "content-type", - "hash": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" - } - }, - "npm:conventional-changelog-angular": { - "type": "npm", - "name": "npm:conventional-changelog-angular", - "data": { - "version": "7.0.0", - "packageName": "conventional-changelog-angular", - "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" - } - }, - "npm:conventional-changelog-conventionalcommits": { - "type": "npm", - "name": "npm:conventional-changelog-conventionalcommits", - "data": { - "version": "7.0.2", - "packageName": "conventional-changelog-conventionalcommits", - "hash": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==" - } - }, - "npm:conventional-commits-parser": { - "type": "npm", - "name": "npm:conventional-commits-parser", - "data": { - "version": "5.0.0", - "packageName": "conventional-commits-parser", - "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" - } - }, - "npm:copy-anything": { - "type": "npm", - "name": "npm:copy-anything", - "data": { - "version": "2.0.6", - "packageName": "copy-anything", - "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" - } - }, - "npm:cors": { - "type": "npm", - "name": "npm:cors", - "data": { - "version": "2.8.5", - "packageName": "cors", - "hash": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" - } - }, - "npm:cose-base": { - "type": "npm", - "name": "npm:cose-base", - "data": { - "version": "1.0.3", - "packageName": "cose-base", - "hash": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==" - } - }, - "npm:cose-base@2.2.0": { - "type": "npm", - "name": "npm:cose-base@2.2.0", - "data": { - "version": "2.2.0", - "packageName": "cose-base", - "hash": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==" - } - }, - "npm:cosmiconfig": { - "type": "npm", - "name": "npm:cosmiconfig", - "data": { - "version": "9.0.0", - "packageName": "cosmiconfig", - "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" - } - }, - "npm:cosmiconfig-typescript-loader": { - "type": "npm", - "name": "npm:cosmiconfig-typescript-loader", - "data": { - "version": "6.2.0", - "packageName": "cosmiconfig-typescript-loader", - "hash": "sha512-GEN39v7TgdxgIoNcdkRE3uiAzQt3UXLyHbRHD6YoL048XAeOomyxaP+Hh/+2C6C2wYjxJ2onhJcsQp+L4YEkVQ==" - } - }, - "npm:cross-spawn": { - "type": "npm", - "name": "npm:cross-spawn", - "data": { - "version": "7.0.6", - "packageName": "cross-spawn", - "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" - } - }, - "npm:css-select": { - "type": "npm", - "name": "npm:css-select", - "data": { - "version": "6.0.0", - "packageName": "css-select", - "hash": "sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==" - } - }, - "npm:css-tree": { - "type": "npm", - "name": "npm:css-tree", - "data": { - "version": "3.1.0", - "packageName": "css-tree", - "hash": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==" - } - }, - "npm:css-what": { - "type": "npm", - "name": "npm:css-what", - "data": { - "version": "7.0.0", - "packageName": "css-what", - "hash": "sha512-wD5oz5xibMOPHzy13CyGmogB3phdvcDaB5t0W/Nr5Z2O/agcB8YwOz6e2Lsp10pNDzBoDO9nVa3RGs/2BttpHQ==" - } - }, - "npm:cssstyle": { - "type": "npm", - "name": "npm:cssstyle", - "data": { - "version": "5.3.6", - "packageName": "cssstyle", - "hash": "sha512-legscpSpgSAeGEe0TNcai97DKt9Vd9AsAdOL7Uoetb52Ar/8eJm3LIa39qpv8wWzLFlNG4vVvppQM+teaMPj3A==" - } - }, - "npm:cytoscape-cose-bilkent": { - "type": "npm", - "name": "npm:cytoscape-cose-bilkent", - "data": { - "version": "4.1.0", - "packageName": "cytoscape-cose-bilkent", - "hash": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==" - } - }, - "npm:cytoscape-fcose": { - "type": "npm", - "name": "npm:cytoscape-fcose", - "data": { - "version": "2.2.0", - "packageName": "cytoscape-fcose", - "hash": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==" - } - }, - "npm:layout-base@2.0.1": { - "type": "npm", - "name": "npm:layout-base@2.0.1", - "data": { - "version": "2.0.1", - "packageName": "layout-base", - "hash": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==" - } - }, - "npm:layout-base": { - "type": "npm", - "name": "npm:layout-base", - "data": { - "version": "1.0.2", - "packageName": "layout-base", - "hash": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==" - } - }, - "npm:d3": { - "type": "npm", - "name": "npm:d3", - "data": { - "version": "7.9.0", - "packageName": "d3", - "hash": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==" - } - }, - "npm:d3-array": { - "type": "npm", - "name": "npm:d3-array", - "data": { - "version": "3.2.4", - "packageName": "d3-array", - "hash": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==" - } - }, - "npm:d3-array@2.12.1": { - "type": "npm", - "name": "npm:d3-array@2.12.1", - "data": { - "version": "2.12.1", - "packageName": "d3-array", - "hash": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==" - } - }, - "npm:d3-axis": { - "type": "npm", - "name": "npm:d3-axis", - "data": { - "version": "3.0.0", - "packageName": "d3-axis", - "hash": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==" - } - }, - "npm:d3-brush": { - "type": "npm", - "name": "npm:d3-brush", - "data": { - "version": "3.0.0", - "packageName": "d3-brush", - "hash": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==" - } - }, - "npm:d3-chord": { - "type": "npm", - "name": "npm:d3-chord", - "data": { - "version": "3.0.1", - "packageName": "d3-chord", - "hash": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==" - } - }, - "npm:d3-color": { - "type": "npm", - "name": "npm:d3-color", - "data": { - "version": "3.1.0", - "packageName": "d3-color", - "hash": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" - } - }, - "npm:d3-contour": { - "type": "npm", - "name": "npm:d3-contour", - "data": { - "version": "4.0.2", - "packageName": "d3-contour", - "hash": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==" - } - }, - "npm:d3-delaunay": { - "type": "npm", - "name": "npm:d3-delaunay", - "data": { - "version": "6.0.4", - "packageName": "d3-delaunay", - "hash": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==" - } - }, - "npm:d3-dispatch": { - "type": "npm", - "name": "npm:d3-dispatch", - "data": { - "version": "3.0.1", - "packageName": "d3-dispatch", - "hash": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==" - } - }, - "npm:d3-drag": { - "type": "npm", - "name": "npm:d3-drag", - "data": { - "version": "3.0.0", - "packageName": "d3-drag", - "hash": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==" - } - }, - "npm:d3-dsv": { - "type": "npm", - "name": "npm:d3-dsv", - "data": { - "version": "3.0.1", - "packageName": "d3-dsv", - "hash": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==" - } - }, - "npm:d3-ease": { - "type": "npm", - "name": "npm:d3-ease", - "data": { - "version": "3.0.1", - "packageName": "d3-ease", - "hash": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==" - } - }, - "npm:d3-fetch": { - "type": "npm", - "name": "npm:d3-fetch", - "data": { - "version": "3.0.1", - "packageName": "d3-fetch", - "hash": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==" - } - }, - "npm:d3-force": { - "type": "npm", - "name": "npm:d3-force", - "data": { - "version": "3.0.0", - "packageName": "d3-force", - "hash": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==" - } - }, - "npm:d3-format": { - "type": "npm", - "name": "npm:d3-format", - "data": { - "version": "3.1.0", - "packageName": "d3-format", - "hash": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==" - } - }, - "npm:d3-geo": { - "type": "npm", - "name": "npm:d3-geo", - "data": { - "version": "3.1.1", - "packageName": "d3-geo", - "hash": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==" - } - }, - "npm:d3-hierarchy": { - "type": "npm", - "name": "npm:d3-hierarchy", - "data": { - "version": "3.1.2", - "packageName": "d3-hierarchy", - "hash": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==" - } - }, - "npm:d3-interpolate": { - "type": "npm", - "name": "npm:d3-interpolate", - "data": { - "version": "3.0.1", - "packageName": "d3-interpolate", - "hash": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==" - } - }, - "npm:d3-path": { - "type": "npm", - "name": "npm:d3-path", - "data": { - "version": "3.1.0", - "packageName": "d3-path", - "hash": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==" - } - }, - "npm:d3-path@1.0.9": { - "type": "npm", - "name": "npm:d3-path@1.0.9", - "data": { - "version": "1.0.9", - "packageName": "d3-path", - "hash": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==" - } - }, - "npm:d3-polygon": { - "type": "npm", - "name": "npm:d3-polygon", - "data": { - "version": "3.0.1", - "packageName": "d3-polygon", - "hash": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==" - } - }, - "npm:d3-quadtree": { - "type": "npm", - "name": "npm:d3-quadtree", - "data": { - "version": "3.0.1", - "packageName": "d3-quadtree", - "hash": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==" - } - }, - "npm:d3-random": { - "type": "npm", - "name": "npm:d3-random", - "data": { - "version": "3.0.1", - "packageName": "d3-random", - "hash": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==" - } - }, - "npm:d3-sankey": { - "type": "npm", - "name": "npm:d3-sankey", - "data": { - "version": "0.12.3", - "packageName": "d3-sankey", - "hash": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==" - } - }, - "npm:d3-shape@1.3.7": { - "type": "npm", - "name": "npm:d3-shape@1.3.7", - "data": { - "version": "1.3.7", - "packageName": "d3-shape", - "hash": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==" - } - }, - "npm:d3-shape": { - "type": "npm", - "name": "npm:d3-shape", - "data": { - "version": "3.2.0", - "packageName": "d3-shape", - "hash": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==" - } - }, - "npm:internmap@1.0.1": { - "type": "npm", - "name": "npm:internmap@1.0.1", - "data": { - "version": "1.0.1", - "packageName": "internmap", - "hash": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==" - } - }, - "npm:internmap": { - "type": "npm", - "name": "npm:internmap", - "data": { - "version": "2.0.3", - "packageName": "internmap", - "hash": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==" - } - }, - "npm:d3-scale": { - "type": "npm", - "name": "npm:d3-scale", - "data": { - "version": "4.0.2", - "packageName": "d3-scale", - "hash": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==" - } - }, - "npm:d3-scale-chromatic": { - "type": "npm", - "name": "npm:d3-scale-chromatic", - "data": { - "version": "3.1.0", - "packageName": "d3-scale-chromatic", - "hash": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==" - } - }, - "npm:d3-time": { - "type": "npm", - "name": "npm:d3-time", - "data": { - "version": "3.1.0", - "packageName": "d3-time", - "hash": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==" - } - }, - "npm:d3-time-format": { - "type": "npm", - "name": "npm:d3-time-format", - "data": { - "version": "4.1.0", - "packageName": "d3-time-format", - "hash": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==" - } - }, - "npm:d3-timer": { - "type": "npm", - "name": "npm:d3-timer", - "data": { - "version": "3.0.1", - "packageName": "d3-timer", - "hash": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==" - } - }, - "npm:d3-transition": { - "type": "npm", - "name": "npm:d3-transition", - "data": { - "version": "3.0.1", - "packageName": "d3-transition", - "hash": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==" - } - }, - "npm:d3-zoom": { - "type": "npm", - "name": "npm:d3-zoom", - "data": { - "version": "3.0.0", - "packageName": "d3-zoom", - "hash": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==" - } - }, - "npm:dagre-d3-es": { - "type": "npm", - "name": "npm:dagre-d3-es", - "data": { - "version": "7.0.13", - "packageName": "dagre-d3-es", - "hash": "sha512-efEhnxpSuwpYOKRm/L5KbqoZmNNukHa/Flty4Wp62JRvgH2ojwVgPgdYyr4twpieZnyRDdIH7PY2mopX26+j2Q==" - } - }, - "npm:dargs": { - "type": "npm", - "name": "npm:dargs", - "data": { - "version": "8.1.0", - "packageName": "dargs", - "hash": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==" - } - }, - "npm:data-uri-to-buffer": { - "type": "npm", - "name": "npm:data-uri-to-buffer", - "data": { - "version": "4.0.1", - "packageName": "data-uri-to-buffer", - "hash": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" - } - }, - "npm:data-urls": { - "type": "npm", - "name": "npm:data-urls", - "data": { - "version": "6.0.0", - "packageName": "data-urls", - "hash": "sha512-BnBS08aLUM+DKamupXs3w2tJJoqU+AkaE/+6vQxi/G/DPmIZFJJp9Dkb1kM03AZx8ADehDUZgsNxju3mPXZYIA==" - } - }, - "npm:dayjs": { - "type": "npm", - "name": "npm:dayjs", - "data": { - "version": "1.11.19", - "packageName": "dayjs", - "hash": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" - } - }, - "npm:decimal.js": { - "type": "npm", - "name": "npm:decimal.js", - "data": { - "version": "10.6.0", - "packageName": "decimal.js", - "hash": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" - } - }, - "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:delaunator": { - "type": "npm", - "name": "npm:delaunator", - "data": { - "version": "5.0.1", - "packageName": "delaunator", - "hash": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==" - } - }, - "npm:delegate": { - "type": "npm", - "name": "npm:delegate", - "data": { - "version": "3.2.0", - "packageName": "delegate", - "hash": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==" - } - }, - "npm:depd": { - "type": "npm", - "name": "npm:depd", - "data": { - "version": "2.0.0", - "packageName": "depd", - "hash": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - } - }, - "npm:dependency-graph": { - "type": "npm", - "name": "npm:dependency-graph", - "data": { - "version": "1.0.0", - "packageName": "dependency-graph", - "hash": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==" - } - }, - "npm:destroy": { - "type": "npm", - "name": "npm:destroy", - "data": { - "version": "1.2.0", - "packageName": "destroy", - "hash": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - } - }, - "npm:dom-serializer": { - "type": "npm", - "name": "npm:dom-serializer", - "data": { - "version": "2.0.0", - "packageName": "dom-serializer", - "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" - } - }, - "npm:domelementtype": { - "type": "npm", - "name": "npm:domelementtype", - "data": { - "version": "2.3.0", - "packageName": "domelementtype", - "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" - } - }, - "npm:domhandler": { - "type": "npm", - "name": "npm:domhandler", - "data": { - "version": "5.0.3", - "packageName": "domhandler", - "hash": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" - } - }, - "npm:dompurify": { - "type": "npm", - "name": "npm:dompurify", - "data": { - "version": "3.3.1", - "packageName": "dompurify", - "hash": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==" - } - }, - "npm:domutils": { - "type": "npm", - "name": "npm:domutils", - "data": { - "version": "3.2.2", - "packageName": "domutils", - "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" - } - }, - "npm:dot-prop": { - "type": "npm", - "name": "npm:dot-prop", - "data": { - "version": "5.3.0", - "packageName": "dot-prop", - "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" - } - }, - "npm:dunder-proto": { - "type": "npm", - "name": "npm:dunder-proto", - "data": { - "version": "1.0.1", - "packageName": "dunder-proto", - "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:ecdsa-sig-formatter": { - "type": "npm", - "name": "npm:ecdsa-sig-formatter", - "data": { - "version": "1.0.11", - "packageName": "ecdsa-sig-formatter", - "hash": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" - } - }, - "npm:ee-first": { - "type": "npm", - "name": "npm:ee-first", - "data": { - "version": "1.1.1", - "packageName": "ee-first", - "hash": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - } - }, - "npm:electron-to-chromium": { - "type": "npm", - "name": "npm:electron-to-chromium", - "data": { - "version": "1.5.267", - "packageName": "electron-to-chromium", - "hash": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==" - } - }, - "npm:emoji-toolkit": { - "type": "npm", - "name": "npm:emoji-toolkit", - "data": { - "version": "9.0.1", - "packageName": "emoji-toolkit", - "hash": "sha512-sMMNqKNLVHXJfIKoPbrRJwtYuysVNC9GlKetr72zE3SSVbHqoeDLWVrxP0uM0AE0qvdl3hbUk+tJhhwXZrDHaw==" - } - }, - "npm:encoding": { - "type": "npm", - "name": "npm:encoding", - "data": { - "version": "0.1.13", - "packageName": "encoding", - "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" - } - }, - "npm:entities": { - "type": "npm", - "name": "npm:entities", - "data": { - "version": "4.5.0", - "packageName": "entities", - "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" - } - }, - "npm:entities@6.0.1": { - "type": "npm", - "name": "npm:entities@6.0.1", - "data": { - "version": "6.0.1", - "packageName": "entities", - "hash": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" - } - }, - "npm:env-paths": { - "type": "npm", - "name": "npm:env-paths", - "data": { - "version": "2.2.1", - "packageName": "env-paths", - "hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" - } - }, - "npm:environment": { - "type": "npm", - "name": "npm:environment", - "data": { - "version": "1.1.0", - "packageName": "environment", - "hash": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==" - } - }, - "npm:err-code": { - "type": "npm", - "name": "npm:err-code", - "data": { - "version": "2.0.3", - "packageName": "err-code", - "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" - } - }, - "npm:errno": { - "type": "npm", - "name": "npm:errno", - "data": { - "version": "0.1.8", - "packageName": "errno", - "hash": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" - } - }, - "npm:error-ex": { - "type": "npm", - "name": "npm:error-ex", - "data": { - "version": "1.3.4", - "packageName": "error-ex", - "hash": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==" - } - }, - "npm:es-define-property": { - "type": "npm", - "name": "npm:es-define-property", - "data": { - "version": "1.0.1", - "packageName": "es-define-property", - "hash": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" - } - }, - "npm:es-errors": { - "type": "npm", - "name": "npm:es-errors", - "data": { - "version": "1.3.0", - "packageName": "es-errors", - "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" - } - }, - "npm:es-module-lexer": { - "type": "npm", - "name": "npm:es-module-lexer", - "data": { - "version": "1.7.0", - "packageName": "es-module-lexer", - "hash": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" - } - }, - "npm:es-object-atoms": { - "type": "npm", - "name": "npm:es-object-atoms", - "data": { - "version": "1.1.1", - "packageName": "es-object-atoms", - "hash": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" - } - }, - "npm:escalade": { - "type": "npm", - "name": "npm:escalade", - "data": { - "version": "3.2.0", - "packageName": "escalade", - "hash": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" - } - }, - "npm:escape-html": { - "type": "npm", - "name": "npm:escape-html", - "data": { - "version": "1.0.3", - "packageName": "escape-html", - "hash": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - } - }, - "npm:escape-string-regexp": { - "type": "npm", - "name": "npm:escape-string-regexp", - "data": { - "version": "4.0.0", - "packageName": "escape-string-regexp", - "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" - } - }, - "npm:escape-string-regexp@1.0.5": { - "type": "npm", - "name": "npm:escape-string-regexp@1.0.5", - "data": { - "version": "1.0.5", - "packageName": "escape-string-regexp", - "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - } - }, - "npm:eslint": { - "type": "npm", - "name": "npm:eslint", - "data": { - "version": "9.39.2", - "packageName": "eslint", - "hash": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==" - } - }, - "npm:eslint-plugin-simple-import-sort": { - "type": "npm", - "name": "npm:eslint-plugin-simple-import-sort", - "data": { - "version": "12.1.1", - "packageName": "eslint-plugin-simple-import-sort", - "hash": "sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==" - } - }, - "npm:eslint-scope": { - "type": "npm", - "name": "npm:eslint-scope", - "data": { - "version": "9.0.0", - "packageName": "eslint-scope", - "hash": "sha512-+Yh0LeQKq+mW/tQArNj67tljR3L1HajDTQPuZOEwC00oBdoIDQrr89yBgjAlzAwRrY/5zDkM3v99iGHwz9y0dw==" - } - }, - "npm:eslint-scope@8.4.0": { - "type": "npm", - "name": "npm:eslint-scope@8.4.0", - "data": { - "version": "8.4.0", - "packageName": "eslint-scope", - "hash": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==" - } - }, - "npm:espree": { - "type": "npm", - "name": "npm:espree", - "data": { - "version": "10.4.0", - "packageName": "espree", - "hash": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" - } - }, - "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:esutils": { - "type": "npm", - "name": "npm:esutils", - "data": { - "version": "2.0.3", - "packageName": "esutils", - "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" - } - }, - "npm:etag": { - "type": "npm", - "name": "npm:etag", - "data": { - "version": "1.8.1", - "packageName": "etag", - "hash": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" - } - }, - "npm:eventemitter3": { - "type": "npm", - "name": "npm:eventemitter3", - "data": { - "version": "5.0.1", - "packageName": "eventemitter3", - "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" - } - }, - "npm:eventsource": { - "type": "npm", - "name": "npm:eventsource", - "data": { - "version": "3.0.7", - "packageName": "eventsource", - "hash": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==" - } - }, - "npm:eventsource-parser": { - "type": "npm", - "name": "npm:eventsource-parser", - "data": { - "version": "3.0.6", - "packageName": "eventsource-parser", - "hash": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==" - } - }, - "npm:expect-type": { - "type": "npm", - "name": "npm:expect-type", - "data": { - "version": "1.3.0", - "packageName": "expect-type", - "hash": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==" - } - }, - "npm:exponential-backoff": { - "type": "npm", - "name": "npm:exponential-backoff", - "data": { - "version": "3.1.3", - "packageName": "exponential-backoff", - "hash": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==" - } - }, - "npm:extend": { - "type": "npm", - "name": "npm:extend", - "data": { - "version": "3.0.2", - "packageName": "extend", - "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - } - }, - "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-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:fast-uri": { - "type": "npm", - "name": "npm:fast-uri", - "data": { - "version": "3.1.0", - "packageName": "fast-uri", - "hash": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==" - } - }, - "npm:fastq": { - "type": "npm", - "name": "npm:fastq", - "data": { - "version": "1.20.1", - "packageName": "fastq", - "hash": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" - } - }, - "npm:fdir": { - "type": "npm", - "name": "npm:fdir", - "data": { - "version": "6.5.0", - "packageName": "fdir", - "hash": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" - } - }, - "npm:fetch-blob": { - "type": "npm", - "name": "npm:fetch-blob", - "data": { - "version": "3.2.0", - "packageName": "fetch-blob", - "hash": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" - } - }, - "npm:figures": { - "type": "npm", - "name": "npm:figures", - "data": { - "version": "2.0.0", - "packageName": "figures", - "hash": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==" - } - }, - "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:fill-range": { - "type": "npm", - "name": "npm:fill-range", - "data": { - "version": "7.1.1", - "packageName": "fill-range", - "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" - } - }, - "npm:find-cache-directory": { - "type": "npm", - "name": "npm:find-cache-directory", - "data": { - "version": "6.0.0", - "packageName": "find-cache-directory", - "hash": "sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==" - } - }, - "npm:find-up-simple": { - "type": "npm", - "name": "npm:find-up-simple", - "data": { - "version": "1.0.1", - "packageName": "find-up-simple", - "hash": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==" - } - }, - "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:foreground-child": { - "type": "npm", - "name": "npm:foreground-child", - "data": { - "version": "3.3.1", - "packageName": "foreground-child", - "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" - } - }, - "npm:formdata-polyfill": { - "type": "npm", - "name": "npm:formdata-polyfill", - "data": { - "version": "4.0.10", - "packageName": "formdata-polyfill", - "hash": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" - } - }, - "npm:forwarded": { - "type": "npm", - "name": "npm:forwarded", - "data": { - "version": "0.2.0", - "packageName": "forwarded", - "hash": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" - } - }, - "npm:fs-minipass": { - "type": "npm", - "name": "npm:fs-minipass", - "data": { - "version": "3.0.3", - "packageName": "fs-minipass", - "hash": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==" - } - }, - "npm:fsevents": { - "type": "npm", - "name": "npm:fsevents", - "data": { - "version": "2.3.3", - "packageName": "fsevents", - "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" - } - }, - "npm:fsevents@2.3.2": { - "type": "npm", - "name": "npm:fsevents@2.3.2", - "data": { - "version": "2.3.2", - "packageName": "fsevents", - "hash": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" - } - }, - "npm:function-bind": { - "type": "npm", - "name": "npm:function-bind", - "data": { - "version": "1.1.2", - "packageName": "function-bind", - "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" - } - }, - "npm:gaxios": { - "type": "npm", - "name": "npm:gaxios", - "data": { - "version": "7.1.3", - "packageName": "gaxios", - "hash": "sha512-YGGyuEdVIjqxkxVH1pUTMY/XtmmsApXrCVv5EU25iX6inEPbV+VakJfLealkBtJN69AQmh1eGOdCl9Sm1UP6XQ==" - } - }, - "npm:gcp-metadata": { - "type": "npm", - "name": "npm:gcp-metadata", - "data": { - "version": "8.1.2", - "packageName": "gcp-metadata", - "hash": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==" - } - }, - "npm:gensync": { - "type": "npm", - "name": "npm:gensync", - "data": { - "version": "1.0.0-beta.2", - "packageName": "gensync", - "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" - } - }, - "npm:get-caller-file": { - "type": "npm", - "name": "npm:get-caller-file", - "data": { - "version": "2.0.5", - "packageName": "get-caller-file", - "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - } - }, - "npm:get-east-asian-width": { - "type": "npm", - "name": "npm:get-east-asian-width", - "data": { - "version": "1.4.0", - "packageName": "get-east-asian-width", - "hash": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==" - } - }, - "npm:get-intrinsic": { - "type": "npm", - "name": "npm:get-intrinsic", - "data": { - "version": "1.3.0", - "packageName": "get-intrinsic", - "hash": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" - } - }, - "npm:get-proto": { - "type": "npm", - "name": "npm:get-proto", - "data": { - "version": "1.0.1", - "packageName": "get-proto", - "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" - } - }, - "npm:git-raw-commits": { - "type": "npm", - "name": "npm:git-raw-commits", - "data": { - "version": "4.0.0", - "packageName": "git-raw-commits", - "hash": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==" - } - }, - "npm:glob": { - "type": "npm", - "name": "npm:glob", - "data": { - "version": "13.0.0", - "packageName": "glob", - "hash": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==" - } - }, - "npm:glob@10.5.0": { - "type": "npm", - "name": "npm:glob@10.5.0", - "data": { - "version": "10.5.0", - "packageName": "glob", - "hash": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" - } - }, - "npm:glob-to-regexp": { - "type": "npm", - "name": "npm:glob-to-regexp", - "data": { - "version": "0.4.1", - "packageName": "glob-to-regexp", - "hash": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - } - }, - "npm:global-directory": { - "type": "npm", - "name": "npm:global-directory", - "data": { - "version": "4.0.1", - "packageName": "global-directory", - "hash": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==" - } - }, - "npm:ini@4.1.1": { - "type": "npm", - "name": "npm:ini@4.1.1", - "data": { - "version": "4.1.1", - "packageName": "ini", - "hash": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==" - } - }, - "npm:ini": { - "type": "npm", - "name": "npm:ini", - "data": { - "version": "6.0.0", - "packageName": "ini", - "hash": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==" - } - }, - "npm:globals": { - "type": "npm", - "name": "npm:globals", - "data": { - "version": "14.0.0", - "packageName": "globals", - "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" - } - }, - "npm:good-listener": { - "type": "npm", - "name": "npm:good-listener", - "data": { - "version": "1.2.2", - "packageName": "good-listener", - "hash": "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==" - } - }, - "npm:google-auth-library": { - "type": "npm", - "name": "npm:google-auth-library", - "data": { - "version": "10.5.0", - "packageName": "google-auth-library", - "hash": "sha512-7ABviyMOlX5hIVD60YOfHw4/CxOfBhyduaYB+wbFWCWoni4N7SLcV46hrVRktuBbZjFC9ONyqamZITN7q3n32w==" - } - }, - "npm:google-logging-utils": { - "type": "npm", - "name": "npm:google-logging-utils", - "data": { - "version": "1.1.3", - "packageName": "google-logging-utils", - "hash": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==" - } - }, - "npm:gopd": { - "type": "npm", - "name": "npm:gopd", - "data": { - "version": "1.2.0", - "packageName": "gopd", - "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" - } - }, - "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:gtoken": { - "type": "npm", - "name": "npm:gtoken", - "data": { - "version": "8.0.0", - "packageName": "gtoken", - "hash": "sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==" - } - }, - "npm:hachure-fill": { - "type": "npm", - "name": "npm:hachure-fill", - "data": { - "version": "0.5.2", - "packageName": "hachure-fill", - "hash": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==" - } - }, - "npm:has-flag": { - "type": "npm", - "name": "npm:has-flag", - "data": { - "version": "4.0.0", - "packageName": "has-flag", - "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - } - }, - "npm:has-flag@3.0.0": { - "type": "npm", - "name": "npm:has-flag@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "has-flag", - "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" - } - }, - "npm:has-symbols": { - "type": "npm", - "name": "npm:has-symbols", - "data": { - "version": "1.1.0", - "packageName": "has-symbols", - "hash": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" - } - }, - "npm:hasown": { - "type": "npm", - "name": "npm:hasown", - "data": { - "version": "2.0.2", - "packageName": "hasown", - "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" - } - }, - "npm:hono": { - "type": "npm", - "name": "npm:hono", - "data": { - "version": "4.11.8", - "packageName": "hono", - "hash": "sha512-eVkB/CYCCei7K2WElZW9yYQFWssG0DhaDhVvr7wy5jJ22K+ck8fWW0EsLpB0sITUTvPnc97+rrbQqIr5iqiy9Q==" - } - }, - "npm:hosted-git-info": { - "type": "npm", - "name": "npm:hosted-git-info", - "data": { - "version": "9.0.2", - "packageName": "hosted-git-info", - "hash": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==" - } - }, - "npm:html-encoding-sniffer": { - "type": "npm", - "name": "npm:html-encoding-sniffer", - "data": { - "version": "6.0.0", - "packageName": "html-encoding-sniffer", - "hash": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==" - } - }, - "npm:html-escaper": { - "type": "npm", - "name": "npm:html-escaper", - "data": { - "version": "2.0.2", - "packageName": "html-escaper", - "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - } - }, - "npm:htmlparser2": { - "type": "npm", - "name": "npm:htmlparser2", - "data": { - "version": "10.0.0", - "packageName": "htmlparser2", - "hash": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==" - } - }, - "npm:http-cache-semantics": { - "type": "npm", - "name": "npm:http-cache-semantics", - "data": { - "version": "4.2.0", - "packageName": "http-cache-semantics", - "hash": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==" - } - }, - "npm:http-proxy-agent": { - "type": "npm", - "name": "npm:http-proxy-agent", - "data": { - "version": "7.0.2", - "packageName": "http-proxy-agent", - "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" - } - }, - "npm:https-proxy-agent": { - "type": "npm", - "name": "npm:https-proxy-agent", - "data": { - "version": "7.0.6", - "packageName": "https-proxy-agent", - "hash": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" - } - }, - "npm:husky": { - "type": "npm", - "name": "npm:husky", - "data": { - "version": "9.1.7", - "packageName": "husky", - "hash": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==" - } - }, - "npm:ignore-walk": { - "type": "npm", - "name": "npm:ignore-walk", - "data": { - "version": "8.0.0", - "packageName": "ignore-walk", - "hash": "sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==" - } - }, - "npm:image-size": { - "type": "npm", - "name": "npm:image-size", - "data": { - "version": "0.5.5", - "packageName": "image-size", - "hash": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" - } - }, - "npm:immutable": { - "type": "npm", - "name": "npm:immutable", - "data": { - "version": "5.1.4", - "packageName": "immutable", - "hash": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==" - } - }, - "npm:import-fresh": { - "type": "npm", - "name": "npm:import-fresh", - "data": { - "version": "3.3.1", - "packageName": "import-fresh", - "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" - } - }, - "npm:import-meta-resolve": { - "type": "npm", - "name": "npm:import-meta-resolve", - "data": { - "version": "4.2.0", - "packageName": "import-meta-resolve", - "hash": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==" - } - }, - "npm:imurmurhash": { - "type": "npm", - "name": "npm:imurmurhash", - "data": { - "version": "0.1.4", - "packageName": "imurmurhash", - "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" - } - }, - "npm:inherits": { - "type": "npm", - "name": "npm:inherits", - "data": { - "version": "2.0.4", - "packageName": "inherits", - "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - } - }, - "npm:injection-js": { - "type": "npm", - "name": "npm:injection-js", - "data": { - "version": "2.6.1", - "packageName": "injection-js", - "hash": "sha512-dbR5bdhi7TWDoCye9cByZqeg/gAfamm8Vu3G1KZOTYkOif8WkuM8CD0oeDPtZYMzT5YH76JAFB7bkmyY9OJi2A==" - } - }, - "npm:ipaddr.js": { - "type": "npm", - "name": "npm:ipaddr.js", - "data": { - "version": "1.9.1", - "packageName": "ipaddr.js", - "hash": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - } - }, - "npm:is-arrayish": { - "type": "npm", - "name": "npm:is-arrayish", - "data": { - "version": "0.2.1", - "packageName": "is-arrayish", - "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - } - }, - "npm:is-core-module": { - "type": "npm", - "name": "npm:is-core-module", - "data": { - "version": "2.16.1", - "packageName": "is-core-module", - "hash": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" - } - }, - "npm:is-extglob": { - "type": "npm", - "name": "npm:is-extglob", - "data": { - "version": "2.1.1", - "packageName": "is-extglob", - "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" - } - }, - "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", - "data": { - "version": "2.0.0", - "packageName": "is-interactive", - "hash": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==" - } - }, - "npm:is-number": { - "type": "npm", - "name": "npm:is-number", - "data": { - "version": "7.0.0", - "packageName": "is-number", - "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - } - }, - "npm:is-obj": { - "type": "npm", - "name": "npm:is-obj", - "data": { - "version": "2.0.0", - "packageName": "is-obj", - "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" - } - }, - "npm:is-potential-custom-element-name": { - "type": "npm", - "name": "npm:is-potential-custom-element-name", - "data": { - "version": "1.0.1", - "packageName": "is-potential-custom-element-name", - "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" - } - }, - "npm:is-promise": { - "type": "npm", - "name": "npm:is-promise", - "data": { - "version": "4.0.0", - "packageName": "is-promise", - "hash": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" - } - }, - "npm:is-text-path": { - "type": "npm", - "name": "npm:is-text-path", - "data": { - "version": "2.0.0", - "packageName": "is-text-path", - "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" - } - }, - "npm:is-unicode-supported": { - "type": "npm", - "name": "npm:is-unicode-supported", - "data": { - "version": "2.1.0", - "packageName": "is-unicode-supported", - "hash": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==" - } - }, - "npm:is-what": { - "type": "npm", - "name": "npm:is-what", - "data": { - "version": "3.14.1", - "packageName": "is-what", - "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" - } - }, - "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-instrument": { - "type": "npm", - "name": "npm:istanbul-lib-instrument", - "data": { - "version": "6.0.3", - "packageName": "istanbul-lib-instrument", - "hash": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==" - } - }, - "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:make-dir@4.0.0": { - "type": "npm", - "name": "npm:make-dir@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "make-dir", - "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" - } - }, - "npm:make-dir": { - "type": "npm", - "name": "npm:make-dir", - "data": { - "version": "2.1.0", - "packageName": "make-dir", - "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" - } - }, - "npm:istanbul-reports": { - "type": "npm", - "name": "npm:istanbul-reports", - "data": { - "version": "3.2.0", - "packageName": "istanbul-reports", - "hash": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==" - } - }, - "npm:jackspeak": { - "type": "npm", - "name": "npm:jackspeak", - "data": { - "version": "3.4.3", - "packageName": "jackspeak", - "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" - } - }, - "npm:jiti": { - "type": "npm", - "name": "npm:jiti", - "data": { - "version": "2.6.1", - "packageName": "jiti", - "hash": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" - } - }, - "npm:jose": { - "type": "npm", - "name": "npm:jose", - "data": { - "version": "6.1.3", - "packageName": "jose", - "hash": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==" - } - }, - "npm:js-yaml": { - "type": "npm", - "name": "npm:js-yaml", - "data": { - "version": "4.1.1", - "packageName": "js-yaml", - "hash": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" - } - }, - "npm:jsdom": { - "type": "npm", - "name": "npm:jsdom", - "data": { - "version": "27.4.0", - "packageName": "jsdom", - "hash": "sha512-mjzqwWRD9Y1J1KUi7W97Gja1bwOOM5Ug0EZ6UDK3xS7j7mndrkwozHtSblfomlzyB4NepioNt+B2sOSzczVgtQ==" - } - }, - "npm:jsesc": { - "type": "npm", - "name": "npm:jsesc", - "data": { - "version": "3.1.0", - "packageName": "jsesc", - "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" - } - }, - "npm:json-bigint": { - "type": "npm", - "name": "npm:json-bigint", - "data": { - "version": "1.0.0", - "packageName": "json-bigint", - "hash": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==" - } - }, - "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-better-errors": { - "type": "npm", - "name": "npm:json-parse-better-errors", - "data": { - "version": "1.0.2", - "packageName": "json-parse-better-errors", - "hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - } - }, - "npm:json-parse-even-better-errors": { - "type": "npm", - "name": "npm:json-parse-even-better-errors", - "data": { - "version": "5.0.0", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==" - } - }, - "npm:json-parse-even-better-errors@2.3.1": { - "type": "npm", - "name": "npm:json-parse-even-better-errors@2.3.1", - "data": { - "version": "2.3.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - } - }, - "npm:json-schema-typed": { - "type": "npm", - "name": "npm:json-schema-typed", - "data": { - "version": "8.0.2", - "packageName": "json-schema-typed", - "hash": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==" - } - }, - "npm:json-schema-walker": { - "type": "npm", - "name": "npm:json-schema-walker", - "data": { - "version": "2.0.0", - "packageName": "json-schema-walker", - "hash": "sha512-nXN2cMky0Iw7Af28w061hmxaPDaML5/bQD9nwm1lOoIKEGjHcRGxqWe4MfrkYThYAPjSUhmsp4bJNoLAyVn9Xw==" - } - }, - "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", - "data": { - "version": "2.2.3", - "packageName": "json5", - "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" - } - }, - "npm:jsonc-parser": { - "type": "npm", - "name": "npm:jsonc-parser", - "data": { - "version": "3.3.1", - "packageName": "jsonc-parser", - "hash": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==" - } - }, - "npm:jsonparse": { - "type": "npm", - "name": "npm:jsonparse", - "data": { - "version": "1.3.1", - "packageName": "jsonparse", - "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" - } - }, - "npm:JSONStream": { - "type": "npm", - "name": "npm:JSONStream", - "data": { - "version": "1.3.5", - "packageName": "JSONStream", - "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" - } - }, - "npm:jwa": { - "type": "npm", - "name": "npm:jwa", - "data": { - "version": "2.0.1", - "packageName": "jwa", - "hash": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" - } - }, - "npm:jws": { - "type": "npm", - "name": "npm:jws", - "data": { - "version": "4.0.1", - "packageName": "jws", - "hash": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==" - } - }, - "npm:katex": { - "type": "npm", - "name": "npm:katex", - "data": { - "version": "0.16.27", - "packageName": "katex", - "hash": "sha512-aeQoDkuRWSqQN6nSvVCEFvfXdqo1OQiCmmW1kc9xSdjutPv7BGO7pqY9sQRJpMOGrEdfDgF2TfRXe5eUAD2Waw==" - } - }, - "npm:keyv": { - "type": "npm", - "name": "npm:keyv", - "data": { - "version": "4.5.4", - "packageName": "keyv", - "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" - } - }, - "npm:khroma": { - "type": "npm", - "name": "npm:khroma", - "data": { - "version": "2.1.0", - "packageName": "khroma", - "hash": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" - } - }, - "npm:langium": { - "type": "npm", - "name": "npm:langium", - "data": { - "version": "3.3.1", - "packageName": "langium", - "hash": "sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==" - } - }, - "npm:less": { - "type": "npm", - "name": "npm:less", - "data": { - "version": "4.5.1", - "packageName": "less", - "hash": "sha512-UKgI3/KON4u6ngSsnDADsUERqhZknsVZbnuzlRZXLQCmfC/MDld42fTydUE9B+Mla1AL6SJ/Pp6SlEFi/AVGfw==" - } - }, - "npm:source-map@0.6.1": { - "type": "npm", - "name": "npm:source-map@0.6.1", - "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - }, - "npm:source-map": { - "type": "npm", - "name": "npm:source-map", - "data": { - "version": "0.7.6", - "packageName": "source-map", - "hash": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" - } - }, - "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", - "data": { - "version": "1.2.4", - "packageName": "lines-and-columns", - "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" - } - }, - "npm:lint-staged": { - "type": "npm", - "name": "npm:lint-staged", - "data": { - "version": "16.2.7", - "packageName": "lint-staged", - "hash": "sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==" - } - }, - "npm:listr2": { - "type": "npm", - "name": "npm:listr2", - "data": { - "version": "9.0.5", - "packageName": "listr2", - "hash": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==" - } - }, - "npm:lmdb": { - "type": "npm", - "name": "npm:lmdb", - "data": { - "version": "3.4.4", - "packageName": "lmdb", - "hash": "sha512-+Y2DqovevLkb6DrSQ6SXTYLEd6kvlRbhsxzgJrk7BUfOVA/mt21ak6pFDZDKxiAczHMWxrb02kXBTSTIA0O94A==" - } - }, - "npm:load-json-file": { - "type": "npm", - "name": "npm:load-json-file", - "data": { - "version": "4.0.0", - "packageName": "load-json-file", - "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==" - } - }, - "npm:parse-json@4.0.0": { - "type": "npm", - "name": "npm:parse-json@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "parse-json", - "hash": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==" - } - }, - "npm:parse-json": { - "type": "npm", - "name": "npm:parse-json", - "data": { - "version": "5.2.0", - "packageName": "parse-json", - "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" - } - }, - "npm:pify@3.0.0": { - "type": "npm", - "name": "npm:pify@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "pify", - "hash": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" - } - }, - "npm:pify": { - "type": "npm", - "name": "npm:pify", - "data": { - "version": "4.0.1", - "packageName": "pify", - "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - } - }, - "npm:lodash.camelcase": { - "type": "npm", - "name": "npm:lodash.camelcase", - "data": { - "version": "4.3.0", - "packageName": "lodash.camelcase", - "hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" - } - }, - "npm:lodash.isplainobject": { - "type": "npm", - "name": "npm:lodash.isplainobject", - "data": { - "version": "4.0.6", - "packageName": "lodash.isplainobject", - "hash": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" - } - }, - "npm:lodash.kebabcase": { - "type": "npm", - "name": "npm:lodash.kebabcase", - "data": { - "version": "4.1.1", - "packageName": "lodash.kebabcase", - "hash": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==" - } - }, - "npm:lodash.merge": { - "type": "npm", - "name": "npm:lodash.merge", - "data": { - "version": "4.6.2", - "packageName": "lodash.merge", - "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" - } - }, - "npm:lodash.mergewith": { - "type": "npm", - "name": "npm:lodash.mergewith", - "data": { - "version": "4.6.2", - "packageName": "lodash.mergewith", - "hash": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" - } - }, - "npm:lodash.snakecase": { - "type": "npm", - "name": "npm:lodash.snakecase", - "data": { - "version": "4.1.1", - "packageName": "lodash.snakecase", - "hash": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==" - } - }, - "npm:lodash.startcase": { - "type": "npm", - "name": "npm:lodash.startcase", - "data": { - "version": "4.4.0", - "packageName": "lodash.startcase", - "hash": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==" - } - }, - "npm:lodash.uniq": { - "type": "npm", - "name": "npm:lodash.uniq", - "data": { - "version": "4.5.0", - "packageName": "lodash.uniq", - "hash": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - } - }, - "npm:lodash.upperfirst": { - "type": "npm", - "name": "npm:lodash.upperfirst", - "data": { - "version": "4.3.1", - "packageName": "lodash.upperfirst", - "hash": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" - } - }, - "npm:log-symbols": { - "type": "npm", - "name": "npm:log-symbols", - "data": { - "version": "7.0.1", - "packageName": "log-symbols", - "hash": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==" - } - }, - "npm:log-update": { - "type": "npm", - "name": "npm:log-update", - "data": { - "version": "6.1.0", - "packageName": "log-update", - "hash": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==" - } - }, - "npm:long": { - "type": "npm", - "name": "npm:long", - "data": { - "version": "5.3.2", - "packageName": "long", - "hash": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==" - } - }, - "npm:magic-string": { - "type": "npm", - "name": "npm:magic-string", - "data": { - "version": "0.30.21", - "packageName": "magic-string", - "hash": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" - } - }, - "npm:magicast": { - "type": "npm", - "name": "npm:magicast", - "data": { - "version": "0.5.1", - "packageName": "magicast", - "hash": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==" - } - }, - "npm:make-fetch-happen": { - "type": "npm", - "name": "npm:make-fetch-happen", - "data": { - "version": "15.0.3", - "packageName": "make-fetch-happen", - "hash": "sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==" - } - }, - "npm:marked": { - "type": "npm", - "name": "npm:marked", - "data": { - "version": "17.0.1", - "packageName": "marked", - "hash": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==" - } - }, - "npm:marked@16.4.2": { - "type": "npm", - "name": "npm:marked@16.4.2", - "data": { - "version": "16.4.2", - "packageName": "marked", - "hash": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==" - } - }, - "npm:math-intrinsics": { - "type": "npm", - "name": "npm:math-intrinsics", - "data": { - "version": "1.1.0", - "packageName": "math-intrinsics", - "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" - } - }, - "npm:mdn-data": { - "type": "npm", - "name": "npm:mdn-data", - "data": { - "version": "2.12.2", - "packageName": "mdn-data", - "hash": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==" - } - }, - "npm:meow": { - "type": "npm", - "name": "npm:meow", - "data": { - "version": "12.1.1", - "packageName": "meow", - "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" - } - }, - "npm:merge2": { - "type": "npm", - "name": "npm:merge2", - "data": { - "version": "1.4.1", - "packageName": "merge2", - "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" - } - }, - "npm:mermaid": { - "type": "npm", - "name": "npm:mermaid", - "data": { - "version": "11.12.2", - "packageName": "mermaid", - "hash": "sha512-n34QPDPEKmaeCG4WDMGy0OT6PSyxKCfy2pJgShP+Qow2KLrvWjclwbc3yXfSIf4BanqWEhQEpngWwNp/XhZt6w==" - } - }, - "npm:methods": { - "type": "npm", - "name": "npm:methods", - "data": { - "version": "1.1.2", - "packageName": "methods", - "hash": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" - } - }, - "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.3", - "packageName": "picomatch", - "hash": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" - } - }, - "npm:mime": { - "type": "npm", - "name": "npm:mime", - "data": { - "version": "1.6.0", - "packageName": "mime", - "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - } - }, - "npm:mimic-function": { - "type": "npm", - "name": "npm:mimic-function", - "data": { - "version": "5.0.1", - "packageName": "mimic-function", - "hash": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==" - } - }, - "npm:minimist": { - "type": "npm", - "name": "npm:minimist", - "data": { - "version": "1.2.8", - "packageName": "minimist", - "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" - } - }, - "npm:minipass": { - "type": "npm", - "name": "npm:minipass", - "data": { - "version": "7.1.2", - "packageName": "minipass", - "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" - } - }, - "npm:minipass@3.3.6": { - "type": "npm", - "name": "npm:minipass@3.3.6", - "data": { - "version": "3.3.6", - "packageName": "minipass", - "hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" - } - }, - "npm:minipass-collect": { - "type": "npm", - "name": "npm:minipass-collect", - "data": { - "version": "2.0.1", - "packageName": "minipass-collect", - "hash": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==" - } - }, - "npm:minipass-fetch": { - "type": "npm", - "name": "npm:minipass-fetch", - "data": { - "version": "5.0.0", - "packageName": "minipass-fetch", - "hash": "sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==" - } - }, - "npm:minipass-flush": { - "type": "npm", - "name": "npm:minipass-flush", - "data": { - "version": "1.0.5", - "packageName": "minipass-flush", - "hash": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" - } - }, - "npm:yallist@4.0.0": { - "type": "npm", - "name": "npm:yallist@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "yallist", - "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - }, - "npm:yallist@5.0.0": { - "type": "npm", - "name": "npm:yallist@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "yallist", - "hash": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==" - } - }, - "npm:yallist": { - "type": "npm", - "name": "npm:yallist", - "data": { - "version": "3.1.1", - "packageName": "yallist", - "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - }, - "npm:minipass-pipeline": { - "type": "npm", - "name": "npm:minipass-pipeline", - "data": { - "version": "1.2.4", - "packageName": "minipass-pipeline", - "hash": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" - } - }, - "npm:minipass-sized": { - "type": "npm", - "name": "npm:minipass-sized", - "data": { - "version": "1.0.3", - "packageName": "minipass-sized", - "hash": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" - } - }, - "npm:minizlib": { - "type": "npm", - "name": "npm:minizlib", - "data": { - "version": "3.1.0", - "packageName": "minizlib", - "hash": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==" - } - }, - "npm:mlly": { - "type": "npm", - "name": "npm:mlly", - "data": { - "version": "1.8.0", - "packageName": "mlly", - "hash": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==" - } - }, - "npm:msgpackr": { - "type": "npm", - "name": "npm:msgpackr", - "data": { - "version": "1.11.8", - "packageName": "msgpackr", - "hash": "sha512-bC4UGzHhVvgDNS7kn9tV8fAucIYUBuGojcaLiz7v+P63Lmtm0Xeji8B/8tYKddALXxJLpwIeBmUN3u64C4YkRA==" - } - }, - "npm:msgpackr-extract": { - "type": "npm", - "name": "npm:msgpackr-extract", - "data": { - "version": "3.0.3", - "packageName": "msgpackr-extract", - "hash": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==" - } - }, - "npm:mute-stream": { - "type": "npm", - "name": "npm:mute-stream", - "data": { - "version": "2.0.0", - "packageName": "mute-stream", - "hash": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==" - } - }, - "npm:nano-spawn": { - "type": "npm", - "name": "npm:nano-spawn", - "data": { - "version": "2.0.0", - "packageName": "nano-spawn", - "hash": "sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==" - } - }, - "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:needle": { - "type": "npm", - "name": "npm:needle", - "data": { - "version": "3.3.1", - "packageName": "needle", - "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" - } - }, - "npm:ng-packagr": { - "type": "npm", - "name": "npm:ng-packagr", - "data": { - "version": "21.0.1", - "packageName": "ng-packagr", - "hash": "sha512-IZGxuF226GF0d8FOZIfPvHsyBl53PrDEg/IB2+CVamsm3r4+gUw3mBp27eygpowBpdVLG0Sm2IbUiH4aSspzyA==" - } - }, - "npm:readdirp@4.1.2": { - "type": "npm", - "name": "npm:readdirp@4.1.2", - "data": { - "version": "4.1.2", - "packageName": "readdirp", - "hash": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" - } - }, - "npm:readdirp": { - "type": "npm", - "name": "npm:readdirp", - "data": { - "version": "5.0.0", - "packageName": "readdirp", - "hash": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" - } - }, - "npm:ngx-markdown": { - "type": "npm", - "name": "npm:ngx-markdown", - "data": { - "version": "21.0.1", - "packageName": "ngx-markdown", - "hash": "sha512-TQnxrU9b+JclgXBFVg0Xp/6YEMom+hpiEjBMlE56cIWzONNh7pshMeMkz972wWzvQvTP+55/BmEZQc+4Vq1MWg==" - } - }, - "npm:node-domexception": { - "type": "npm", - "name": "npm:node-domexception", - "data": { - "version": "1.0.0", - "packageName": "node-domexception", - "hash": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" - } - }, - "npm:node-fetch": { - "type": "npm", - "name": "npm:node-fetch", - "data": { - "version": "3.3.2", - "packageName": "node-fetch", - "hash": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" - } - }, - "npm:node-gyp": { - "type": "npm", - "name": "npm:node-gyp", - "data": { - "version": "12.1.0", - "packageName": "node-gyp", - "hash": "sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==" - } - }, - "npm:node-gyp-build-optional-packages": { - "type": "npm", - "name": "npm:node-gyp-build-optional-packages", - "data": { - "version": "5.2.2", - "packageName": "node-gyp-build-optional-packages", - "hash": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==" - } - }, - "npm:node-releases": { - "type": "npm", - "name": "npm:node-releases", - "data": { - "version": "2.0.27", - "packageName": "node-releases", - "hash": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==" - } - }, - "npm:nopt": { - "type": "npm", - "name": "npm:nopt", - "data": { - "version": "9.0.0", - "packageName": "nopt", - "hash": "sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==" - } - }, - "npm:npm-bundled": { - "type": "npm", - "name": "npm:npm-bundled", - "data": { - "version": "5.0.0", - "packageName": "npm-bundled", - "hash": "sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==" - } - }, - "npm:npm-install-checks": { - "type": "npm", - "name": "npm:npm-install-checks", - "data": { - "version": "8.0.0", - "packageName": "npm-install-checks", - "hash": "sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==" - } - }, - "npm:npm-normalize-package-bin": { - "type": "npm", - "name": "npm:npm-normalize-package-bin", - "data": { - "version": "5.0.0", - "packageName": "npm-normalize-package-bin", - "hash": "sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==" - } - }, - "npm:npm-package-arg": { - "type": "npm", - "name": "npm:npm-package-arg", - "data": { - "version": "13.0.2", - "packageName": "npm-package-arg", - "hash": "sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==" - } - }, - "npm:npm-packlist": { - "type": "npm", - "name": "npm:npm-packlist", - "data": { - "version": "10.0.3", - "packageName": "npm-packlist", - "hash": "sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==" - } - }, - "npm:npm-pick-manifest": { - "type": "npm", - "name": "npm:npm-pick-manifest", - "data": { - "version": "11.0.3", - "packageName": "npm-pick-manifest", - "hash": "sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==" - } - }, - "npm:npm-registry-fetch": { - "type": "npm", - "name": "npm:npm-registry-fetch", - "data": { - "version": "19.1.1", - "packageName": "npm-registry-fetch", - "hash": "sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==" - } - }, - "npm:nth-check": { - "type": "npm", - "name": "npm:nth-check", - "data": { - "version": "2.1.1", - "packageName": "nth-check", - "hash": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" - } - }, - "npm:object-assign": { - "type": "npm", - "name": "npm:object-assign", - "data": { - "version": "4.1.1", - "packageName": "object-assign", - "hash": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" - } - }, - "npm:object-inspect": { - "type": "npm", - "name": "npm:object-inspect", - "data": { - "version": "1.13.4", - "packageName": "object-inspect", - "hash": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" - } - }, - "npm:obug": { - "type": "npm", - "name": "npm:obug", - "data": { - "version": "2.1.1", - "packageName": "obug", - "hash": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==" - } - }, - "npm:on-finished": { - "type": "npm", - "name": "npm:on-finished", - "data": { - "version": "2.4.1", - "packageName": "on-finished", - "hash": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" - } - }, - "npm:once": { - "type": "npm", - "name": "npm:once", - "data": { - "version": "1.4.0", - "packageName": "once", - "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" - } - }, - "npm:onetime": { - "type": "npm", - "name": "npm:onetime", - "data": { - "version": "7.0.0", - "packageName": "onetime", - "hash": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==" - } - }, - "npm:openai": { - "type": "npm", - "name": "npm:openai", - "data": { - "version": "6.18.0", - "packageName": "openai", - "hash": "sha512-odLRYyz9rlzz6g8gKn61RM2oP5UUm428sE2zOxZqS9MzVfD5/XW8UoEjpnRkzTuScXP7ZbP/m7fC+bl8jCOZZw==" - } - }, - "npm:openapi-types": { - "type": "npm", - "name": "npm:openapi-types", - "data": { - "version": "12.1.3", - "packageName": "openapi-types", - "hash": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==" - } - }, - "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", - "data": { - "version": "9.0.0", - "packageName": "ora", - "hash": "sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==" - } - }, - "npm:ordered-binary": { - "type": "npm", - "name": "npm:ordered-binary", - "data": { - "version": "1.6.1", - "packageName": "ordered-binary", - "hash": "sha512-QkCdPooczexPLiXIrbVOPYkR3VO3T6v2OyKRkR1Xbhpy7/LAVXwahnRCgRp78Oe/Ehf0C/HATAxfSr6eA1oX+w==" - } - }, - "npm:oxc-parser": { - "type": "npm", - "name": "npm:oxc-parser", - "data": { - "version": "0.8.0", - "packageName": "oxc-parser", - "hash": "sha512-ObPeMkbDX7igb7NyyAC8CbVC3fY+YmlMsxsRQ2oyFBkpQtI5tjoyqSDKbS9A9EcJvt2q89C4UoC+HjVBdLYYJg==" - } - }, - "npm:p-map": { - "type": "npm", - "name": "npm:p-map", - "data": { - "version": "7.0.4", - "packageName": "p-map", - "hash": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==" - } - }, - "npm:p-try": { - "type": "npm", - "name": "npm:p-try", - "data": { - "version": "1.0.0", - "packageName": "p-try", - "hash": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==" - } - }, - "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:package-manager-detector": { - "type": "npm", - "name": "npm:package-manager-detector", - "data": { - "version": "1.6.0", - "packageName": "package-manager-detector", - "hash": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==" - } - }, - "npm:pacote": { - "type": "npm", - "name": "npm:pacote", - "data": { - "version": "21.0.4", - "packageName": "pacote", - "hash": "sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==" - } - }, - "npm:parent-module": { - "type": "npm", - "name": "npm:parent-module", - "data": { - "version": "1.0.1", - "packageName": "parent-module", - "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" - } - }, - "npm:parse-node-version": { - "type": "npm", - "name": "npm:parse-node-version", - "data": { - "version": "1.0.1", - "packageName": "parse-node-version", - "hash": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" - } - }, - "npm:parse5": { - "type": "npm", - "name": "npm:parse5", - "data": { - "version": "8.0.0", - "packageName": "parse5", - "hash": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==" - } - }, - "npm:parse5-html-rewriting-stream": { - "type": "npm", - "name": "npm:parse5-html-rewriting-stream", - "data": { - "version": "8.0.0", - "packageName": "parse5-html-rewriting-stream", - "hash": "sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==" - } - }, - "npm:parse5-sax-parser": { - "type": "npm", - "name": "npm:parse5-sax-parser", - "data": { - "version": "8.0.0", - "packageName": "parse5-sax-parser", - "hash": "sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==" - } - }, - "npm:parseurl": { - "type": "npm", - "name": "npm:parseurl", - "data": { - "version": "1.3.3", - "packageName": "parseurl", - "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - } - }, - "npm:path-data-parser": { - "type": "npm", - "name": "npm:path-data-parser", - "data": { - "version": "0.1.0", - "packageName": "path-data-parser", - "hash": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==" - } - }, - "npm:path-key": { - "type": "npm", - "name": "npm:path-key", - "data": { - "version": "3.1.1", - "packageName": "path-key", - "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" - } - }, - "npm:path-parse": { - "type": "npm", - "name": "npm:path-parse", - "data": { - "version": "1.0.7", - "packageName": "path-parse", - "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - } - }, - "npm:path-scurry": { - "type": "npm", - "name": "npm:path-scurry", - "data": { - "version": "2.0.1", - "packageName": "path-scurry", - "hash": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==" - } - }, - "npm:path-scurry@1.11.1": { - "type": "npm", - "name": "npm:path-scurry@1.11.1", - "data": { - "version": "1.11.1", - "packageName": "path-scurry", - "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" - } - }, - "npm:pathe": { - "type": "npm", - "name": "npm:pathe", - "data": { - "version": "2.0.3", - "packageName": "pathe", - "hash": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" - } - }, - "npm:picocolors": { - "type": "npm", - "name": "npm:picocolors", - "data": { - "version": "1.1.1", - "packageName": "picocolors", - "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" - } - }, - "npm:pidtree": { - "type": "npm", - "name": "npm:pidtree", - "data": { - "version": "0.6.0", - "packageName": "pidtree", - "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" - } - }, - "npm:piscina": { - "type": "npm", - "name": "npm:piscina", - "data": { - "version": "5.1.4", - "packageName": "piscina", - "hash": "sha512-7uU4ZnKeQq22t9AsmHGD2w4OYQGonwFnTypDypaWi7Qr2EvQIFVtG8J5D/3bE7W123Wdc9+v4CZDu5hJXVCtBg==" - } - }, - "npm:pixelmatch": { - "type": "npm", - "name": "npm:pixelmatch", - "data": { - "version": "7.1.0", - "packageName": "pixelmatch", - "hash": "sha512-1wrVzJ2STrpmONHKBy228LM1b84msXDUoAzVEl0R8Mz4Ce6EPr+IVtxm8+yvrqLYMHswREkjYFaMxnyGnaY3Ng==" - } - }, - "npm:pkce-challenge": { - "type": "npm", - "name": "npm:pkce-challenge", - "data": { - "version": "5.0.1", - "packageName": "pkce-challenge", - "hash": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==" - } - }, - "npm:pkg-conf": { - "type": "npm", - "name": "npm:pkg-conf", - "data": { - "version": "2.1.0", - "packageName": "pkg-conf", - "hash": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==" - } - }, - "npm:pkg-dir": { - "type": "npm", - "name": "npm:pkg-dir", - "data": { - "version": "8.0.0", - "packageName": "pkg-dir", - "hash": "sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==" - } - }, - "npm:pkg-types": { - "type": "npm", - "name": "npm:pkg-types", - "data": { - "version": "1.3.1", - "packageName": "pkg-types", - "hash": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==" - } - }, - "npm:playwright": { - "type": "npm", - "name": "npm:playwright", - "data": { - "version": "1.58.0", - "packageName": "playwright", - "hash": "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==" - } - }, - "npm:playwright-core": { - "type": "npm", - "name": "npm:playwright-core", - "data": { - "version": "1.58.0", - "packageName": "playwright-core", - "hash": "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==" - } - }, - "npm:pngjs": { - "type": "npm", - "name": "npm:pngjs", - "data": { - "version": "7.0.0", - "packageName": "pngjs", - "hash": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==" - } - }, - "npm:points-on-curve": { - "type": "npm", - "name": "npm:points-on-curve", - "data": { - "version": "0.2.0", - "packageName": "points-on-curve", - "hash": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" - } - }, - "npm:points-on-path": { - "type": "npm", - "name": "npm:points-on-path", - "data": { - "version": "0.2.1", - "packageName": "points-on-path", - "hash": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==" - } - }, - "npm:postcss": { - "type": "npm", - "name": "npm:postcss", - "data": { - "version": "8.5.6", - "packageName": "postcss", - "hash": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" - } - }, - "npm:postcss-media-query-parser": { - "type": "npm", - "name": "npm:postcss-media-query-parser", - "data": { - "version": "0.2.3", - "packageName": "postcss-media-query-parser", - "hash": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==" - } - }, - "npm:prelude-ls": { - "type": "npm", - "name": "npm:prelude-ls", - "data": { - "version": "1.2.1", - "packageName": "prelude-ls", - "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" - } - }, - "npm:prettier": { - "type": "npm", - "name": "npm:prettier", - "data": { - "version": "3.7.4", - "packageName": "prettier", - "hash": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==" - } - }, - "npm:prismjs": { - "type": "npm", - "name": "npm:prismjs", - "data": { - "version": "1.30.0", - "packageName": "prismjs", - "hash": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==" - } - }, - "npm:proc-log": { - "type": "npm", - "name": "npm:proc-log", - "data": { - "version": "6.1.0", - "packageName": "proc-log", - "hash": "sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ==" - } - }, - "npm:process": { - "type": "npm", - "name": "npm:process", - "data": { - "version": "0.11.10", - "packageName": "process", - "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" - } - }, - "npm:promise-retry": { - "type": "npm", - "name": "npm:promise-retry", - "data": { - "version": "2.0.1", - "packageName": "promise-retry", - "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" - } - }, - "npm:protobufjs": { - "type": "npm", - "name": "npm:protobufjs", - "data": { - "version": "7.5.4", - "packageName": "protobufjs", - "hash": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==" - } - }, - "npm:proxy-addr": { - "type": "npm", - "name": "npm:proxy-addr", - "data": { - "version": "2.0.7", - "packageName": "proxy-addr", - "hash": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" - } - }, - "npm:prr": { - "type": "npm", - "name": "npm:prr", - "data": { - "version": "1.0.1", - "packageName": "prr", - "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" - } - }, - "npm:punycode": { - "type": "npm", - "name": "npm:punycode", - "data": { - "version": "2.3.1", - "packageName": "punycode", - "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" - } - }, - "npm:queue-microtask": { - "type": "npm", - "name": "npm:queue-microtask", - "data": { - "version": "1.2.3", - "packageName": "queue-microtask", - "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" - } - }, - "npm:range-parser": { - "type": "npm", - "name": "npm:range-parser", - "data": { - "version": "1.2.1", - "packageName": "range-parser", - "hash": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - } - }, - "npm:reflect-metadata": { - "type": "npm", - "name": "npm:reflect-metadata", - "data": { - "version": "0.2.2", - "packageName": "reflect-metadata", - "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" - } - }, - "npm:reprism": { - "type": "npm", - "name": "npm:reprism", - "data": { - "version": "0.0.11", - "packageName": "reprism", - "hash": "sha512-VsxDR5QxZo08M/3nRypNlScw5r3rKeSOPdU/QhDmu3Ai3BJxHn/qgfXGWQp/tAxUtzwYNo9W6997JZR0tPLZsA==" - } - }, - "npm:require-directory": { - "type": "npm", - "name": "npm:require-directory", - "data": { - "version": "2.1.1", - "packageName": "require-directory", - "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" - } - }, - "npm:require-from-string": { - "type": "npm", - "name": "npm:require-from-string", - "data": { - "version": "2.0.2", - "packageName": "require-from-string", - "hash": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" - } - }, - "npm:resolve": { - "type": "npm", - "name": "npm:resolve", - "data": { - "version": "1.22.11", - "packageName": "resolve", - "hash": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==" - } - }, - "npm:restore-cursor": { - "type": "npm", - "name": "npm:restore-cursor", - "data": { - "version": "5.1.0", - "packageName": "restore-cursor", - "hash": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==" - } - }, - "npm:retry": { - "type": "npm", - "name": "npm:retry", - "data": { - "version": "0.12.0", - "packageName": "retry", - "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" - } - }, - "npm:reusify": { - "type": "npm", - "name": "npm:reusify", - "data": { - "version": "1.1.0", - "packageName": "reusify", - "hash": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" - } - }, - "npm:rfdc": { - "type": "npm", - "name": "npm:rfdc", - "data": { - "version": "1.4.1", - "packageName": "rfdc", - "hash": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" - } - }, - "npm:rimraf": { - "type": "npm", - "name": "npm:rimraf", - "data": { - "version": "5.0.10", - "packageName": "rimraf", - "hash": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" - } - }, - "npm:robust-predicates": { - "type": "npm", - "name": "npm:robust-predicates", - "data": { - "version": "3.0.2", - "packageName": "robust-predicates", - "hash": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" - } - }, - "npm:rolldown": { - "type": "npm", - "name": "npm:rolldown", - "data": { - "version": "1.0.0-beta.58", - "packageName": "rolldown", - "hash": "sha512-v1FCjMZCan7f+xGAHBi+mqiE4MlH7I+SXEHSQSJoMOGNNB2UYtvMiejsq9YuUOiZjNeUeV/a21nSFbrUR+4ZCQ==" - } - }, - "npm:rollup": { - "type": "npm", - "name": "npm:rollup", - "data": { - "version": "4.54.0", - "packageName": "rollup", - "hash": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==" - } - }, - "npm:rollup-plugin-dts": { - "type": "npm", - "name": "npm:rollup-plugin-dts", - "data": { - "version": "6.3.0", - "packageName": "rollup-plugin-dts", - "hash": "sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==" - } - }, - "npm:roughjs": { - "type": "npm", - "name": "npm:roughjs", - "data": { - "version": "4.6.6", - "packageName": "roughjs", - "hash": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==" - } - }, - "npm:router": { - "type": "npm", - "name": "npm:router", - "data": { - "version": "2.2.0", - "packageName": "router", - "hash": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" - } - }, - "npm:run-parallel": { - "type": "npm", - "name": "npm:run-parallel", - "data": { - "version": "1.2.0", - "packageName": "run-parallel", - "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" - } - }, - "npm:rw": { - "type": "npm", - "name": "npm:rw", - "data": { - "version": "1.3.3", - "packageName": "rw", - "hash": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" - } - }, - "npm:rxjs": { - "type": "npm", - "name": "npm:rxjs", - "data": { - "version": "7.8.2", - "packageName": "rxjs", - "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" - } - }, - "npm:safe-buffer": { - "type": "npm", - "name": "npm:safe-buffer", - "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - }, - "npm:safer-buffer": { - "type": "npm", - "name": "npm:safer-buffer", - "data": { - "version": "2.1.2", - "packageName": "safer-buffer", - "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - } - }, - "npm:sass": { - "type": "npm", - "name": "npm:sass", - "data": { - "version": "1.97.1", - "packageName": "sass", - "hash": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==" - } - }, - "npm:sax": { - "type": "npm", - "name": "npm:sax", - "data": { - "version": "1.4.3", - "packageName": "sax", - "hash": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==" - } - }, - "npm:saxes": { - "type": "npm", - "name": "npm:saxes", - "data": { - "version": "6.0.0", - "packageName": "saxes", - "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" - } - }, - "npm:select": { - "type": "npm", - "name": "npm:select", - "data": { - "version": "1.1.2", - "packageName": "select", - "hash": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==" - } - }, - "npm:setprototypeof": { - "type": "npm", - "name": "npm:setprototypeof", - "data": { - "version": "1.2.0", - "packageName": "setprototypeof", - "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - } - }, - "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:signal-exit": { - "type": "npm", - "name": "npm:signal-exit", - "data": { - "version": "4.1.0", - "packageName": "signal-exit", - "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" - } - }, - "npm:signale": { - "type": "npm", - "name": "npm:signale", - "data": { - "version": "1.4.0", - "packageName": "signale", - "hash": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==" - } - }, - "npm:supports-color@5.5.0": { - "type": "npm", - "name": "npm:supports-color@5.5.0", - "data": { - "version": "5.5.0", - "packageName": "supports-color", - "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" - } - }, - "npm:supports-color": { - "type": "npm", - "name": "npm:supports-color", - "data": { - "version": "7.2.0", - "packageName": "supports-color", - "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" - } - }, - "npm:sigstore": { - "type": "npm", - "name": "npm:sigstore", - "data": { - "version": "4.1.0", - "packageName": "sigstore", - "hash": "sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==" - } - }, - "npm:sirv": { - "type": "npm", - "name": "npm:sirv", - "data": { - "version": "3.0.2", - "packageName": "sirv", - "hash": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==" - } - }, - "npm:slice-ansi": { - "type": "npm", - "name": "npm:slice-ansi", - "data": { - "version": "7.1.2", - "packageName": "slice-ansi", - "hash": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==" - } - }, - "npm:smart-buffer": { - "type": "npm", - "name": "npm:smart-buffer", - "data": { - "version": "4.2.0", - "packageName": "smart-buffer", - "hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" - } - }, - "npm:socks": { - "type": "npm", - "name": "npm:socks", - "data": { - "version": "2.8.7", - "packageName": "socks", - "hash": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==" - } - }, - "npm:socks-proxy-agent": { - "type": "npm", - "name": "npm:socks-proxy-agent", - "data": { - "version": "8.0.5", - "packageName": "socks-proxy-agent", - "hash": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==" - } - }, - "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:source-map-support": { - "type": "npm", - "name": "npm:source-map-support", - "data": { - "version": "0.5.21", - "packageName": "source-map-support", - "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" - } - }, - "npm:spark-md5": { - "type": "npm", - "name": "npm:spark-md5", - "data": { - "version": "3.0.2", - "packageName": "spark-md5", - "hash": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==" - } - }, - "npm:spdx-correct": { - "type": "npm", - "name": "npm:spdx-correct", - "data": { - "version": "3.2.0", - "packageName": "spdx-correct", - "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" - } - }, - "npm:spdx-exceptions": { - "type": "npm", - "name": "npm:spdx-exceptions", - "data": { - "version": "2.5.0", - "packageName": "spdx-exceptions", - "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" - } - }, - "npm:spdx-expression-parse": { - "type": "npm", - "name": "npm:spdx-expression-parse", - "data": { - "version": "3.0.1", - "packageName": "spdx-expression-parse", - "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" - } - }, - "npm:spdx-license-ids": { - "type": "npm", - "name": "npm:spdx-license-ids", - "data": { - "version": "3.0.22", - "packageName": "spdx-license-ids", - "hash": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==" - } - }, - "npm:split2": { - "type": "npm", - "name": "npm:split2", - "data": { - "version": "4.2.0", - "packageName": "split2", - "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" - } - }, - "npm:ssri": { - "type": "npm", - "name": "npm:ssri", - "data": { - "version": "13.0.0", - "packageName": "ssri", - "hash": "sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==" - } - }, - "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.10.0", - "packageName": "std-env", - "hash": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" - } - }, - "npm:stdin-discarder": { - "type": "npm", - "name": "npm:stdin-discarder", - "data": { - "version": "0.2.2", - "packageName": "stdin-discarder", - "hash": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==" - } - }, - "npm:string-argv": { - "type": "npm", - "name": "npm:string-argv", - "data": { - "version": "0.3.2", - "packageName": "string-argv", - "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" - } - }, - "npm:string-width-cjs": { - "type": "npm", - "name": "npm:string-width-cjs", - "data": { - "version": "npm:string-width@4.2.3", - "packageName": "string-width-cjs", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "npm:strip-ansi-cjs": { - "type": "npm", - "name": "npm:strip-ansi-cjs", - "data": { - "version": "npm:strip-ansi@6.0.1", - "packageName": "strip-ansi-cjs", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - } - }, - "npm:strip-bom": { - "type": "npm", - "name": "npm:strip-bom", - "data": { - "version": "3.0.0", - "packageName": "strip-bom", - "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" - } - }, - "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:stylis": { - "type": "npm", - "name": "npm:stylis", - "data": { - "version": "4.3.6", - "packageName": "stylis", - "hash": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==" - } - }, - "npm:supports-preserve-symlinks-flag": { - "type": "npm", - "name": "npm:supports-preserve-symlinks-flag", - "data": { - "version": "1.0.0", - "packageName": "supports-preserve-symlinks-flag", - "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - } - }, - "npm:symbol-tree": { - "type": "npm", - "name": "npm:symbol-tree", - "data": { - "version": "3.2.4", - "packageName": "symbol-tree", - "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" - } - }, - "npm:tar": { - "type": "npm", - "name": "npm:tar", - "data": { - "version": "7.5.2", - "packageName": "tar", - "hash": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==" - } - }, - "npm:text-extensions": { - "type": "npm", - "name": "npm:text-extensions", - "data": { - "version": "2.4.0", - "packageName": "text-extensions", - "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" - } - }, - "npm:through": { - "type": "npm", - "name": "npm:through", - "data": { - "version": "2.3.8", - "packageName": "through", - "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" - } - }, - "npm:tiny-emitter": { - "type": "npm", - "name": "npm:tiny-emitter", - "data": { - "version": "2.1.0", - "packageName": "tiny-emitter", - "hash": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==" - } - }, - "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": "1.0.2", - "packageName": "tinyexec", - "hash": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==" - } - }, - "npm:tinyglobby": { - "type": "npm", - "name": "npm:tinyglobby", - "data": { - "version": "0.2.15", - "packageName": "tinyglobby", - "hash": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" - } - }, - "npm:tinyrainbow": { - "type": "npm", - "name": "npm:tinyrainbow", - "data": { - "version": "3.0.3", - "packageName": "tinyrainbow", - "hash": "sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==" - } - }, - "npm:tldts": { - "type": "npm", - "name": "npm:tldts", - "data": { - "version": "7.0.19", - "packageName": "tldts", - "hash": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==" - } - }, - "npm:tldts-core": { - "type": "npm", - "name": "npm:tldts-core", - "data": { - "version": "7.0.19", - "packageName": "tldts-core", - "hash": "sha512-lJX2dEWx0SGH4O6p+7FPwYmJ/bu1JbcGJ8RLaG9b7liIgZ85itUVEPbMtWRVrde/0fnDPEPHW10ZsKW3kVsE9A==" - } - }, - "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:toidentifier": { - "type": "npm", - "name": "npm:toidentifier", - "data": { - "version": "1.0.1", - "packageName": "toidentifier", - "hash": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" - } - }, - "npm:totalist": { - "type": "npm", - "name": "npm:totalist", - "data": { - "version": "3.0.1", - "packageName": "totalist", - "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" - } - }, - "npm:tough-cookie": { - "type": "npm", - "name": "npm:tough-cookie", - "data": { - "version": "6.0.0", - "packageName": "tough-cookie", - "hash": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==" - } - }, - "npm:tr46": { - "type": "npm", - "name": "npm:tr46", - "data": { - "version": "6.0.0", - "packageName": "tr46", - "hash": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==" - } - }, - "npm:ts-api-utils": { - "type": "npm", - "name": "npm:ts-api-utils", - "data": { - "version": "2.3.0", - "packageName": "ts-api-utils", - "hash": "sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==" - } - }, - "npm:ts-dedent": { - "type": "npm", - "name": "npm:ts-dedent", - "data": { - "version": "2.2.0", - "packageName": "ts-dedent", - "hash": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==" - } - }, - "npm:tslib": { - "type": "npm", - "name": "npm:tslib", - "data": { - "version": "2.8.1", - "packageName": "tslib", - "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" - } - }, - "npm:tuf-js": { - "type": "npm", - "name": "npm:tuf-js", - "data": { - "version": "4.1.0", - "packageName": "tuf-js", - "hash": "sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==" - } - }, - "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", - "data": { - "version": "5.9.3", - "packageName": "typescript", - "hash": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" - } - }, - "npm:typescript-eslint": { - "type": "npm", - "name": "npm:typescript-eslint", - "data": { - "version": "8.47.0", - "packageName": "typescript-eslint", - "hash": "sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==" - } - }, - "npm:ufo": { - "type": "npm", - "name": "npm:ufo", - "data": { - "version": "1.6.2", - "packageName": "ufo", - "hash": "sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==" - } - }, - "npm:undici": { - "type": "npm", - "name": "npm:undici", - "data": { - "version": "7.20.0", - "packageName": "undici", - "hash": "sha512-MJZrkjyd7DeC+uPZh+5/YaMDxFiiEEaDgbUSVMXayofAkDWF1088CDo+2RPg7B1BuS1qf1vgNE7xqwPxE0DuSQ==" - } - }, - "npm:undici-types": { - "type": "npm", - "name": "npm:undici-types", - "data": { - "version": "7.16.0", - "packageName": "undici-types", - "hash": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==" - } - }, - "npm:unicorn-magic": { - "type": "npm", - "name": "npm:unicorn-magic", - "data": { - "version": "0.1.0", - "packageName": "unicorn-magic", - "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" - } - }, - "npm:unique-filename": { - "type": "npm", - "name": "npm:unique-filename", - "data": { - "version": "5.0.0", - "packageName": "unique-filename", - "hash": "sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==" - } - }, - "npm:unique-slug": { - "type": "npm", - "name": "npm:unique-slug", - "data": { - "version": "6.0.0", - "packageName": "unique-slug", - "hash": "sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==" - } - }, - "npm:unpipe": { - "type": "npm", - "name": "npm:unpipe", - "data": { - "version": "1.0.0", - "packageName": "unpipe", - "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" - } - }, - "npm:update-browserslist-db": { - "type": "npm", - "name": "npm:update-browserslist-db", - "data": { - "version": "1.2.3", - "packageName": "update-browserslist-db", - "hash": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==" - } - }, - "npm:uri-js": { - "type": "npm", - "name": "npm:uri-js", - "data": { - "version": "4.4.1", - "packageName": "uri-js", - "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" - } - }, - "npm:utils-merge": { - "type": "npm", - "name": "npm:utils-merge", - "data": { - "version": "1.0.1", - "packageName": "utils-merge", - "hash": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" - } - }, - "npm:uuid": { - "type": "npm", - "name": "npm:uuid", - "data": { - "version": "11.1.0", - "packageName": "uuid", - "hash": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==" - } - }, - "npm:validate-npm-package-license": { - "type": "npm", - "name": "npm:validate-npm-package-license", - "data": { - "version": "3.0.4", - "packageName": "validate-npm-package-license", - "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" - } - }, - "npm:validate-npm-package-name": { - "type": "npm", - "name": "npm:validate-npm-package-name", - "data": { - "version": "7.0.2", - "packageName": "validate-npm-package-name", - "hash": "sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==" - } - }, - "npm:vary": { - "type": "npm", - "name": "npm:vary", - "data": { - "version": "1.1.2", - "packageName": "vary", - "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" - } - }, - "npm:vite": { - "type": "npm", - "name": "npm:vite", - "data": { - "version": "7.3.0", - "packageName": "vite", - "hash": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==" - } - }, - "npm:vitest": { - "type": "npm", - "name": "npm:vitest", - "data": { - "version": "4.0.18", - "packageName": "vitest", - "hash": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==" - } - }, - "npm:vscode-jsonrpc": { - "type": "npm", - "name": "npm:vscode-jsonrpc", - "data": { - "version": "8.2.0", - "packageName": "vscode-jsonrpc", - "hash": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==" - } - }, - "npm:vscode-languageserver": { - "type": "npm", - "name": "npm:vscode-languageserver", - "data": { - "version": "9.0.1", - "packageName": "vscode-languageserver", - "hash": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==" - } - }, - "npm:vscode-languageserver-protocol": { - "type": "npm", - "name": "npm:vscode-languageserver-protocol", - "data": { - "version": "3.17.5", - "packageName": "vscode-languageserver-protocol", - "hash": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==" - } - }, - "npm:vscode-languageserver-textdocument": { - "type": "npm", - "name": "npm:vscode-languageserver-textdocument", - "data": { - "version": "1.0.12", - "packageName": "vscode-languageserver-textdocument", - "hash": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==" - } - }, - "npm:vscode-languageserver-types": { - "type": "npm", - "name": "npm:vscode-languageserver-types", - "data": { - "version": "3.17.5", - "packageName": "vscode-languageserver-types", - "hash": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==" - } - }, - "npm:vscode-uri": { - "type": "npm", - "name": "npm:vscode-uri", - "data": { - "version": "3.0.8", - "packageName": "vscode-uri", - "hash": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" - } - }, - "npm:w3c-xmlserializer": { - "type": "npm", - "name": "npm:w3c-xmlserializer", - "data": { - "version": "5.0.0", - "packageName": "w3c-xmlserializer", - "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" - } - }, - "npm:watchpack": { - "type": "npm", - "name": "npm:watchpack", - "data": { - "version": "2.5.0", - "packageName": "watchpack", - "hash": "sha512-e6vZvY6xboSwLz2GD36c16+O/2Z6fKvIf4pOXptw2rY9MVwE/TXc6RGqxD3I3x0a28lwBY7DE+76uTPSsBrrCA==" - } - }, - "npm:weak-lru-cache": { - "type": "npm", - "name": "npm:weak-lru-cache", - "data": { - "version": "1.2.2", - "packageName": "weak-lru-cache", - "hash": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==" - } - }, - "npm:web-streams-polyfill": { - "type": "npm", - "name": "npm:web-streams-polyfill", - "data": { - "version": "3.3.3", - "packageName": "web-streams-polyfill", - "hash": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" - } - }, - "npm:webidl-conversions": { - "type": "npm", - "name": "npm:webidl-conversions", - "data": { - "version": "8.0.0", - "packageName": "webidl-conversions", - "hash": "sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==" - } - }, - "npm:whatwg-mimetype": { - "type": "npm", - "name": "npm:whatwg-mimetype", - "data": { - "version": "4.0.0", - "packageName": "whatwg-mimetype", - "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" - } - }, - "npm:whatwg-url": { - "type": "npm", - "name": "npm:whatwg-url", - "data": { - "version": "15.1.0", - "packageName": "whatwg-url", - "hash": "sha512-2ytDk0kiEj/yu90JOAp44PVPUkO9+jVhyf+SybKlRHSDlvOOZhdPIrr7xTH64l4WixO2cP+wQIcgujkGBPPz6g==" - } - }, - "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==" - } - }, - "npm:wrappy": { - "type": "npm", - "name": "npm:wrappy", - "data": { - "version": "1.0.2", - "packageName": "wrappy", - "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - } - }, - "npm:ws": { - "type": "npm", - "name": "npm:ws", - "data": { - "version": "8.18.3", - "packageName": "ws", - "hash": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" - } - }, - "npm:xml-name-validator": { - "type": "npm", - "name": "npm:xml-name-validator", - "data": { - "version": "5.0.0", - "packageName": "xml-name-validator", - "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" - } - }, - "npm:xmlchars": { - "type": "npm", - "name": "npm:xmlchars", - "data": { - "version": "2.2.0", - "packageName": "xmlchars", - "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" - } - }, - "npm:y18n": { - "type": "npm", - "name": "npm:y18n", - "data": { - "version": "5.0.8", - "packageName": "y18n", - "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" - } - }, - "npm:yaml": { - "type": "npm", - "name": "npm:yaml", - "data": { - "version": "2.8.2", - "packageName": "yaml", - "hash": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==" - } - }, - "npm:yoctocolors": { - "type": "npm", - "name": "npm:yoctocolors", - "data": { - "version": "2.1.2", - "packageName": "yoctocolors", - "hash": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==" - } - }, - "npm:yoctocolors-cjs": { - "type": "npm", - "name": "npm:yoctocolors-cjs", - "data": { - "version": "2.1.3", - "packageName": "yoctocolors-cjs", - "hash": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==" - } - }, - "npm:zod-to-json-schema": { - "type": "npm", - "name": "npm:zod-to-json-schema", - "data": { - "version": "3.25.1", - "packageName": "zod-to-json-schema", - "hash": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==" - } - }, - "npm:zone.js": { - "type": "npm", - "name": "npm:zone.js", - "data": { - "version": "0.16.0", - "packageName": "zone.js", - "hash": "sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==" - } - } - }, - "keyMap": { - "node_modules/@acemir/cssom": "npm:@acemir/cssom", - "node_modules/@algolia/abtesting": "npm:@algolia/abtesting", - "node_modules/@algolia/client-abtesting": "npm:@algolia/client-abtesting", - "node_modules/@algolia/client-analytics": "npm:@algolia/client-analytics", - "node_modules/@algolia/client-common": "npm:@algolia/client-common", - "node_modules/@algolia/client-insights": "npm:@algolia/client-insights", - "node_modules/@algolia/client-personalization": "npm:@algolia/client-personalization", - "node_modules/@algolia/client-query-suggestions": "npm:@algolia/client-query-suggestions", - "node_modules/@algolia/client-search": "npm:@algolia/client-search", - "node_modules/@algolia/ingestion": "npm:@algolia/ingestion", - "node_modules/@algolia/monitoring": "npm:@algolia/monitoring", - "node_modules/@algolia/recommend": "npm:@algolia/recommend", - "node_modules/@algolia/requester-browser-xhr": "npm:@algolia/requester-browser-xhr", - "node_modules/@algolia/requester-fetch": "npm:@algolia/requester-fetch", - "node_modules/@algolia/requester-node-http": "npm:@algolia/requester-node-http", - "node_modules/@ampproject/remapping": "npm:@ampproject/remapping", - "node_modules/@angular-architects/native-federation": "npm:@angular-architects/native-federation", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/aix-ppc64": "npm:@esbuild/aix-ppc64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/android-arm": "npm:@esbuild/android-arm@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/android-arm64": "npm:@esbuild/android-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/android-x64": "npm:@esbuild/android-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/darwin-arm64": "npm:@esbuild/darwin-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/darwin-x64": "npm:@esbuild/darwin-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/freebsd-arm64": "npm:@esbuild/freebsd-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/freebsd-x64": "npm:@esbuild/freebsd-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-arm": "npm:@esbuild/linux-arm@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-arm64": "npm:@esbuild/linux-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-ia32": "npm:@esbuild/linux-ia32@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-loong64": "npm:@esbuild/linux-loong64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-mips64el": "npm:@esbuild/linux-mips64el@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-ppc64": "npm:@esbuild/linux-ppc64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-riscv64": "npm:@esbuild/linux-riscv64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-s390x": "npm:@esbuild/linux-s390x@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/linux-x64": "npm:@esbuild/linux-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/netbsd-arm64": "npm:@esbuild/netbsd-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/netbsd-x64": "npm:@esbuild/netbsd-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/openbsd-arm64": "npm:@esbuild/openbsd-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/openbsd-x64": "npm:@esbuild/openbsd-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/openharmony-arm64": "npm:@esbuild/openharmony-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/sunos-x64": "npm:@esbuild/sunos-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/win32-arm64": "npm:@esbuild/win32-arm64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/win32-ia32": "npm:@esbuild/win32-ia32@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/@esbuild/win32-x64": "npm:@esbuild/win32-x64@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/esbuild": "npm:esbuild@0.25.12", - "node_modules/@angular-architects/native-federation/node_modules/mrmime": "npm:mrmime@1.0.1", - "node_modules/@angular-architects/ngrx-toolkit": "npm:@angular-architects/ngrx-toolkit", - "node_modules/@angular-devkit/architect": "npm:@angular-devkit/architect", - "node_modules/@angular-devkit/core": "npm:@angular-devkit/core", - "node_modules/@angular-devkit/schematics": "npm:@angular-devkit/schematics", - "node_modules/@angular-eslint/builder": "npm:@angular-eslint/builder", - "node_modules/@angular-eslint/bundled-angular-compiler": "npm:@angular-eslint/bundled-angular-compiler", - "node_modules/@angular-eslint/eslint-plugin": "npm:@angular-eslint/eslint-plugin", - "node_modules/@angular-eslint/eslint-plugin-template": "npm:@angular-eslint/eslint-plugin-template", - "node_modules/@angular-eslint/schematics": "npm:@angular-eslint/schematics", - "node_modules/@angular-eslint/template-parser": "npm:@angular-eslint/template-parser", - "node_modules/@angular-eslint/utils": "npm:@angular-eslint/utils", - "node_modules/@angular/animations": "npm:@angular/animations", - "node_modules/@angular/build": "npm:@angular/build", - "node_modules/@angular/cdk": "npm:@angular/cdk", - "node_modules/@angular/cli": "npm:@angular/cli", - "node_modules/@angular/common": "npm:@angular/common", - "node_modules/@angular/compiler": "npm:@angular/compiler", - "node_modules/@angular/compiler-cli": "npm:@angular/compiler-cli", - "node_modules/@angular/core": "npm:@angular/core", - "node_modules/@angular/forms": "npm:@angular/forms", - "node_modules/@angular/material": "npm:@angular/material", - "node_modules/@angular/platform-browser": "npm:@angular/platform-browser", - "node_modules/@angular/router": "npm:@angular/router", - "node_modules/@antfu/install-pkg": "npm:@antfu/install-pkg", - "node_modules/@apidevtools/json-schema-ref-parser": "npm:@apidevtools/json-schema-ref-parser", - "node_modules/@asamuzakjp/css-color": "npm:@asamuzakjp/css-color", - "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/@asamuzakjp/dom-selector": "npm:@asamuzakjp/dom-selector", - "node_modules/@asamuzakjp/dom-selector/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/@asamuzakjp/nwsapi": "npm:@asamuzakjp/nwsapi", - "node_modules/@babel/code-frame": "npm:@babel/code-frame", - "node_modules/@babel/compat-data": "npm:@babel/compat-data", - "node_modules/@babel/core": "npm:@babel/core", - "node_modules/@babel/core/node_modules/convert-source-map": "npm:convert-source-map@2.0.0", - "node_modules/@babel/core/node_modules/semver": "npm:semver@6.3.1", - "node_modules/@babel/generator": "npm:@babel/generator", - "node_modules/@babel/helper-annotate-as-pure": "npm:@babel/helper-annotate-as-pure", - "node_modules/@babel/helper-compilation-targets": "npm:@babel/helper-compilation-targets", - "node_modules/@babel/helper-compilation-targets/node_modules/semver": "npm:semver@6.3.1", - "node_modules/@babel/helper-globals": "npm:@babel/helper-globals", - "node_modules/@babel/helper-module-imports": "npm:@babel/helper-module-imports", - "node_modules/@babel/helper-module-transforms": "npm:@babel/helper-module-transforms", - "node_modules/@babel/helper-split-export-declaration": "npm:@babel/helper-split-export-declaration", - "node_modules/@babel/helper-string-parser": "npm:@babel/helper-string-parser", - "node_modules/@babel/helper-validator-identifier": "npm:@babel/helper-validator-identifier", - "node_modules/@babel/helper-validator-option": "npm:@babel/helper-validator-option", - "node_modules/@babel/helpers": "npm:@babel/helpers", - "node_modules/@babel/parser": "npm:@babel/parser", - "node_modules/@babel/template": "npm:@babel/template", - "node_modules/@babel/traverse": "npm:@babel/traverse", - "node_modules/@babel/types": "npm:@babel/types", - "node_modules/@bcoe/v8-coverage": "npm:@bcoe/v8-coverage", - "node_modules/@braintree/sanitize-url": "npm:@braintree/sanitize-url", - "node_modules/@chevrotain/cst-dts-gen": "npm:@chevrotain/cst-dts-gen", - "node_modules/@chevrotain/cst-dts-gen/node_modules/lodash-es": "npm:lodash-es@4.17.21", - "node_modules/@chevrotain/gast": "npm:@chevrotain/gast", - "node_modules/@chevrotain/gast/node_modules/lodash-es": "npm:lodash-es@4.17.21", - "node_modules/@chevrotain/regexp-to-ast": "npm:@chevrotain/regexp-to-ast", - "node_modules/@chevrotain/types": "npm:@chevrotain/types", - "node_modules/@chevrotain/utils": "npm:@chevrotain/utils", - "node_modules/@chialab/cjs-to-esm": "npm:@chialab/cjs-to-esm", - "node_modules/@chialab/esbuild-plugin-commonjs": "npm:@chialab/esbuild-plugin-commonjs", - "node_modules/@chialab/esbuild-rna": "npm:@chialab/esbuild-rna", - "node_modules/@chialab/estransform": "npm:@chialab/estransform", - "node_modules/@chialab/node-resolve": "npm:@chialab/node-resolve", - "node_modules/@commitlint/cli": "npm:@commitlint/cli", - "node_modules/@commitlint/cli/node_modules/ansi-regex": "npm:ansi-regex@5.0.1", - "node_modules/@commitlint/cli/node_modules/ansi-styles": "npm:ansi-styles@4.3.0", - "node_modules/@commitlint/cli/node_modules/cliui": "npm:cliui@8.0.1", - "node_modules/@commitlint/cli/node_modules/emoji-regex": "npm:emoji-regex@8.0.0", - "node_modules/@commitlint/cli/node_modules/is-fullwidth-code-point": "npm:is-fullwidth-code-point@3.0.0", - "node_modules/@commitlint/cli/node_modules/string-width": "npm:string-width@4.2.3", - "node_modules/@commitlint/cli/node_modules/strip-ansi": "npm:strip-ansi@6.0.1", - "node_modules/@commitlint/cli/node_modules/wrap-ansi": "npm:wrap-ansi@7.0.0", - "node_modules/@commitlint/cli/node_modules/yargs": "npm:yargs@17.7.2", - "node_modules/@commitlint/cli/node_modules/yargs-parser": "npm:yargs-parser@21.1.1", - "node_modules/@commitlint/config-conventional": "npm:@commitlint/config-conventional", - "node_modules/@commitlint/config-validator": "npm:@commitlint/config-validator", - "node_modules/@commitlint/ensure": "npm:@commitlint/ensure", - "node_modules/@commitlint/execute-rule": "npm:@commitlint/execute-rule", - "node_modules/@commitlint/format": "npm:@commitlint/format", - "node_modules/@commitlint/is-ignored": "npm:@commitlint/is-ignored", - "node_modules/@commitlint/lint": "npm:@commitlint/lint", - "node_modules/@commitlint/load": "npm:@commitlint/load", - "node_modules/@commitlint/message": "npm:@commitlint/message", - "node_modules/@commitlint/parse": "npm:@commitlint/parse", - "node_modules/@commitlint/read": "npm:@commitlint/read", - "node_modules/@commitlint/resolve-extends": "npm:@commitlint/resolve-extends", - "node_modules/@commitlint/resolve-extends/node_modules/resolve-from": "npm:resolve-from@5.0.0", - "node_modules/@commitlint/rules": "npm:@commitlint/rules", - "node_modules/@commitlint/to-lines": "npm:@commitlint/to-lines", - "node_modules/@commitlint/top-level": "npm:@commitlint/top-level", - "node_modules/@commitlint/top-level/node_modules/find-up": "npm:find-up@7.0.0", - "node_modules/@commitlint/top-level/node_modules/locate-path": "npm:locate-path@7.2.0", - "node_modules/@commitlint/top-level/node_modules/p-limit": "npm:p-limit@4.0.0", - "node_modules/@commitlint/top-level/node_modules/p-locate": "npm:p-locate@6.0.0", - "node_modules/@commitlint/top-level/node_modules/path-exists": "npm:path-exists@5.0.0", - "node_modules/@commitlint/top-level/node_modules/yocto-queue": "npm:yocto-queue@1.2.2", - "node_modules/@commitlint/types": "npm:@commitlint/types", - "node_modules/@csstools/color-helpers": "npm:@csstools/color-helpers", - "node_modules/@csstools/css-calc": "npm:@csstools/css-calc", - "node_modules/@csstools/css-color-parser": "npm:@csstools/css-color-parser", - "node_modules/@csstools/css-parser-algorithms": "npm:@csstools/css-parser-algorithms", - "node_modules/@csstools/css-syntax-patches-for-csstree": "npm:@csstools/css-syntax-patches-for-csstree", - "node_modules/@csstools/css-tokenizer": "npm:@csstools/css-tokenizer", - "node_modules/@emnapi/core": "npm:@emnapi/core", - "node_modules/@emnapi/runtime": "npm:@emnapi/runtime", - "node_modules/@emnapi/wasi-threads": "npm:@emnapi/wasi-threads", - "node_modules/@esbuild/aix-ppc64": "npm:@esbuild/aix-ppc64", - "node_modules/@esbuild/android-arm": "npm:@esbuild/android-arm", - "node_modules/@esbuild/android-arm64": "npm:@esbuild/android-arm64", - "node_modules/@esbuild/android-x64": "npm:@esbuild/android-x64", - "node_modules/@esbuild/darwin-arm64": "npm:@esbuild/darwin-arm64", - "node_modules/@esbuild/darwin-x64": "npm:@esbuild/darwin-x64", - "node_modules/@esbuild/freebsd-arm64": "npm:@esbuild/freebsd-arm64", - "node_modules/@esbuild/freebsd-x64": "npm:@esbuild/freebsd-x64", - "node_modules/@esbuild/linux-arm": "npm:@esbuild/linux-arm", - "node_modules/@esbuild/linux-arm64": "npm:@esbuild/linux-arm64", - "node_modules/@esbuild/linux-ia32": "npm:@esbuild/linux-ia32", - "node_modules/@esbuild/linux-loong64": "npm:@esbuild/linux-loong64", - "node_modules/@esbuild/linux-mips64el": "npm:@esbuild/linux-mips64el", - "node_modules/@esbuild/linux-ppc64": "npm:@esbuild/linux-ppc64", - "node_modules/@esbuild/linux-riscv64": "npm:@esbuild/linux-riscv64", - "node_modules/@esbuild/linux-s390x": "npm:@esbuild/linux-s390x", - "node_modules/@esbuild/linux-x64": "npm:@esbuild/linux-x64", - "node_modules/@esbuild/netbsd-arm64": "npm:@esbuild/netbsd-arm64", - "node_modules/@esbuild/netbsd-x64": "npm:@esbuild/netbsd-x64", - "node_modules/@esbuild/openbsd-arm64": "npm:@esbuild/openbsd-arm64", - "node_modules/@esbuild/openbsd-x64": "npm:@esbuild/openbsd-x64", - "node_modules/@esbuild/openharmony-arm64": "npm:@esbuild/openharmony-arm64", - "node_modules/@esbuild/sunos-x64": "npm:@esbuild/sunos-x64", - "node_modules/@esbuild/win32-arm64": "npm:@esbuild/win32-arm64", - "node_modules/@esbuild/win32-ia32": "npm:@esbuild/win32-ia32", - "node_modules/@esbuild/win32-x64": "npm:@esbuild/win32-x64", - "node_modules/@eslint-community/eslint-utils": "npm:@eslint-community/eslint-utils", - "node_modules/@eslint-community/regexpp": "npm:@eslint-community/regexpp", - "node_modules/@eslint/config-array": "npm:@eslint/config-array", - "node_modules/@eslint/config-array/node_modules/minimatch": "npm:minimatch@3.1.2", - "node_modules/@eslint/config-helpers": "npm:@eslint/config-helpers", - "node_modules/@eslint/core": "npm:@eslint/core", - "node_modules/@eslint/eslintrc": "npm:@eslint/eslintrc", - "node_modules/@eslint/eslintrc/node_modules/ajv": "npm:ajv@6.12.6", - "node_modules/@eslint/eslintrc/node_modules/ignore": "npm:ignore@5.3.2", - "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": "npm:json-schema-traverse@0.4.1", - "node_modules/@eslint/eslintrc/node_modules/minimatch": "npm:minimatch@3.1.2", - "node_modules/@eslint/js": "npm:@eslint/js", - "node_modules/@eslint/object-schema": "npm:@eslint/object-schema", - "node_modules/@eslint/plugin-kit": "npm:@eslint/plugin-kit", - "node_modules/@exodus/bytes": "npm:@exodus/bytes", - "node_modules/@google/genai": "npm:@google/genai", - "node_modules/@hashbrownai/angular": "npm:@hashbrownai/angular", - "node_modules/@hashbrownai/core": "npm:@hashbrownai/core", - "node_modules/@hashbrownai/google": "npm:@hashbrownai/google", - "node_modules/@hashbrownai/openai": "npm:@hashbrownai/openai", - "node_modules/@hono/node-server": "npm:@hono/node-server", - "node_modules/@humanfs/core": "npm:@humanfs/core", - "node_modules/@humanfs/node": "npm:@humanfs/node", - "node_modules/@humanwhocodes/module-importer": "npm:@humanwhocodes/module-importer", - "node_modules/@humanwhocodes/retry": "npm:@humanwhocodes/retry", - "node_modules/@iconify/types": "npm:@iconify/types", - "node_modules/@iconify/utils": "npm:@iconify/utils", - "node_modules/@inquirer/ansi": "npm:@inquirer/ansi", - "node_modules/@inquirer/checkbox": "npm:@inquirer/checkbox", - "node_modules/@inquirer/confirm": "npm:@inquirer/confirm", - "node_modules/@inquirer/core": "npm:@inquirer/core", - "node_modules/@inquirer/editor": "npm:@inquirer/editor", - "node_modules/@inquirer/expand": "npm:@inquirer/expand", - "node_modules/@inquirer/external-editor": "npm:@inquirer/external-editor", - "node_modules/@inquirer/figures": "npm:@inquirer/figures", - "node_modules/@inquirer/input": "npm:@inquirer/input", - "node_modules/@inquirer/number": "npm:@inquirer/number", - "node_modules/@inquirer/password": "npm:@inquirer/password", - "node_modules/@inquirer/prompts": "npm:@inquirer/prompts", - "node_modules/@inquirer/rawlist": "npm:@inquirer/rawlist", - "node_modules/@inquirer/search": "npm:@inquirer/search", - "node_modules/@inquirer/select": "npm:@inquirer/select", - "node_modules/@inquirer/type": "npm:@inquirer/type", - "node_modules/@isaacs/balanced-match": "npm:@isaacs/balanced-match", - "node_modules/@isaacs/brace-expansion": "npm:@isaacs/brace-expansion", - "node_modules/@isaacs/cliui": "npm:@isaacs/cliui", - "node_modules/@isaacs/cliui/node_modules/emoji-regex": "npm:emoji-regex@9.2.2", - "node_modules/@isaacs/cliui/node_modules/string-width": "npm:string-width@5.1.2", - "node_modules/@isaacs/cliui/node_modules/wrap-ansi": "npm:wrap-ansi@8.1.0", - "node_modules/@isaacs/fs-minipass": "npm:@isaacs/fs-minipass", - "node_modules/@istanbuljs/schema": "npm:@istanbuljs/schema", - "node_modules/@jridgewell/gen-mapping": "npm:@jridgewell/gen-mapping", - "node_modules/@jridgewell/remapping": "npm:@jridgewell/remapping", - "node_modules/@jridgewell/resolve-uri": "npm:@jridgewell/resolve-uri", - "node_modules/@jridgewell/sourcemap-codec": "npm:@jridgewell/sourcemap-codec", - "node_modules/@jridgewell/trace-mapping": "npm:@jridgewell/trace-mapping", - "node_modules/@jscpd/core": "npm:@jscpd/core", - "node_modules/@jscpd/tokenizer": "npm:@jscpd/tokenizer", - "node_modules/@jsdevtools/ono": "npm:@jsdevtools/ono", - "node_modules/@kurkle/color": "npm:@kurkle/color", - "node_modules/@listr2/prompt-adapter-inquirer": "npm:@listr2/prompt-adapter-inquirer", - "node_modules/@lmdb/lmdb-darwin-arm64": "npm:@lmdb/lmdb-darwin-arm64", - "node_modules/@lmdb/lmdb-darwin-x64": "npm:@lmdb/lmdb-darwin-x64", - "node_modules/@lmdb/lmdb-linux-arm": "npm:@lmdb/lmdb-linux-arm", - "node_modules/@lmdb/lmdb-linux-arm64": "npm:@lmdb/lmdb-linux-arm64", - "node_modules/@lmdb/lmdb-linux-x64": "npm:@lmdb/lmdb-linux-x64", - "node_modules/@lmdb/lmdb-win32-arm64": "npm:@lmdb/lmdb-win32-arm64", - "node_modules/@lmdb/lmdb-win32-x64": "npm:@lmdb/lmdb-win32-x64", - "node_modules/@mermaid-js/parser": "npm:@mermaid-js/parser", - "node_modules/@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk", - "node_modules/@modelcontextprotocol/sdk/node_modules/express-rate-limit": "npm:express-rate-limit@8.2.1", - "node_modules/@modelcontextprotocol/sdk/node_modules/ip-address": "npm:ip-address@10.0.1", - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", - "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", - "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", - "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", - "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", - "node_modules/@napi-rs/magic-string": "npm:@napi-rs/magic-string", - "node_modules/@napi-rs/magic-string-android-arm-eabi": "npm:@napi-rs/magic-string-android-arm-eabi", - "node_modules/@napi-rs/magic-string-android-arm64": "npm:@napi-rs/magic-string-android-arm64", - "node_modules/@napi-rs/magic-string-darwin-arm64": "npm:@napi-rs/magic-string-darwin-arm64", - "node_modules/@napi-rs/magic-string-darwin-x64": "npm:@napi-rs/magic-string-darwin-x64", - "node_modules/@napi-rs/magic-string-freebsd-x64": "npm:@napi-rs/magic-string-freebsd-x64", - "node_modules/@napi-rs/magic-string-linux-arm-gnueabihf": "npm:@napi-rs/magic-string-linux-arm-gnueabihf", - "node_modules/@napi-rs/magic-string-linux-arm64-gnu": "npm:@napi-rs/magic-string-linux-arm64-gnu", - "node_modules/@napi-rs/magic-string-linux-arm64-musl": "npm:@napi-rs/magic-string-linux-arm64-musl", - "node_modules/@napi-rs/magic-string-linux-x64-gnu": "npm:@napi-rs/magic-string-linux-x64-gnu", - "node_modules/@napi-rs/magic-string-linux-x64-musl": "npm:@napi-rs/magic-string-linux-x64-musl", - "node_modules/@napi-rs/magic-string-win32-arm64-msvc": "npm:@napi-rs/magic-string-win32-arm64-msvc", - "node_modules/@napi-rs/magic-string-win32-ia32-msvc": "npm:@napi-rs/magic-string-win32-ia32-msvc", - "node_modules/@napi-rs/magic-string-win32-x64-msvc": "npm:@napi-rs/magic-string-win32-x64-msvc", - "node_modules/@napi-rs/nice": "npm:@napi-rs/nice", - "node_modules/@napi-rs/nice-android-arm-eabi": "npm:@napi-rs/nice-android-arm-eabi", - "node_modules/@napi-rs/nice-android-arm64": "npm:@napi-rs/nice-android-arm64", - "node_modules/@napi-rs/nice-darwin-arm64": "npm:@napi-rs/nice-darwin-arm64", - "node_modules/@napi-rs/nice-darwin-x64": "npm:@napi-rs/nice-darwin-x64", - "node_modules/@napi-rs/nice-freebsd-x64": "npm:@napi-rs/nice-freebsd-x64", - "node_modules/@napi-rs/nice-linux-arm-gnueabihf": "npm:@napi-rs/nice-linux-arm-gnueabihf", - "node_modules/@napi-rs/nice-linux-arm64-gnu": "npm:@napi-rs/nice-linux-arm64-gnu", - "node_modules/@napi-rs/nice-linux-arm64-musl": "npm:@napi-rs/nice-linux-arm64-musl", - "node_modules/@napi-rs/nice-linux-ppc64-gnu": "npm:@napi-rs/nice-linux-ppc64-gnu", - "node_modules/@napi-rs/nice-linux-riscv64-gnu": "npm:@napi-rs/nice-linux-riscv64-gnu", - "node_modules/@napi-rs/nice-linux-s390x-gnu": "npm:@napi-rs/nice-linux-s390x-gnu", - "node_modules/@napi-rs/nice-linux-x64-gnu": "npm:@napi-rs/nice-linux-x64-gnu", - "node_modules/@napi-rs/nice-linux-x64-musl": "npm:@napi-rs/nice-linux-x64-musl", - "node_modules/@napi-rs/nice-openharmony-arm64": "npm:@napi-rs/nice-openharmony-arm64", - "node_modules/@napi-rs/nice-win32-arm64-msvc": "npm:@napi-rs/nice-win32-arm64-msvc", - "node_modules/@napi-rs/nice-win32-ia32-msvc": "npm:@napi-rs/nice-win32-ia32-msvc", - "node_modules/@napi-rs/nice-win32-x64-msvc": "npm:@napi-rs/nice-win32-x64-msvc", - "node_modules/@napi-rs/wasm-runtime": "npm:@napi-rs/wasm-runtime", - "node_modules/@ngrx/operators": "npm:@ngrx/operators", - "node_modules/@ngrx/signals": "npm:@ngrx/signals", - "node_modules/@nodelib/fs.scandir": "npm:@nodelib/fs.scandir", - "node_modules/@nodelib/fs.stat": "npm:@nodelib/fs.stat", - "node_modules/@nodelib/fs.walk": "npm:@nodelib/fs.walk", - "node_modules/@npmcli/agent": "npm:@npmcli/agent", - "node_modules/@npmcli/agent/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/@npmcli/fs": "npm:@npmcli/fs", - "node_modules/@npmcli/git": "npm:@npmcli/git", - "node_modules/@npmcli/git/node_modules/isexe": "npm:isexe@3.1.1", - "node_modules/@npmcli/git/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/@npmcli/git/node_modules/which": "npm:which@6.0.0", - "node_modules/@npmcli/installed-package-contents": "npm:@npmcli/installed-package-contents", - "node_modules/@npmcli/node-gyp": "npm:@npmcli/node-gyp", - "node_modules/@npmcli/package-json": "npm:@npmcli/package-json", - "node_modules/@npmcli/promise-spawn": "npm:@npmcli/promise-spawn", - "node_modules/@npmcli/promise-spawn/node_modules/isexe": "npm:isexe@3.1.1", - "node_modules/@npmcli/promise-spawn/node_modules/which": "npm:which@6.0.0", - "node_modules/@npmcli/redact": "npm:@npmcli/redact", - "node_modules/@npmcli/run-script": "npm:@npmcli/run-script", - "node_modules/@npmcli/run-script/node_modules/isexe": "npm:isexe@3.1.1", - "node_modules/@npmcli/run-script/node_modules/which": "npm:which@6.0.0", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/ansi-regex": "npm:ansi-regex@5.0.1", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/ansi-styles": "npm:ansi-styles@4.3.0", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/cliui": "npm:cliui@8.0.1", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/emoji-regex": "npm:emoji-regex@8.0.0", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/is-fullwidth-code-point": "npm:is-fullwidth-code-point@3.0.0", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/string-width": "npm:string-width@4.2.3", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/strip-ansi": "npm:strip-ansi@6.0.1", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/wrap-ansi": "npm:wrap-ansi@7.0.0", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/yargs": "npm:yargs@17.7.2", - "node_modules/@openapi-contrib/json-schema-to-openapi-schema/node_modules/yargs-parser": "npm:yargs-parser@21.1.1", - "node_modules/@oxc-parser/binding-darwin-arm64": "npm:@oxc-parser/binding-darwin-arm64", - "node_modules/@oxc-parser/binding-darwin-x64": "npm:@oxc-parser/binding-darwin-x64", - "node_modules/@oxc-parser/binding-linux-arm64-gnu": "npm:@oxc-parser/binding-linux-arm64-gnu", - "node_modules/@oxc-parser/binding-linux-arm64-musl": "npm:@oxc-parser/binding-linux-arm64-musl", - "node_modules/@oxc-parser/binding-linux-x64-gnu": "npm:@oxc-parser/binding-linux-x64-gnu", - "node_modules/@oxc-parser/binding-linux-x64-musl": "npm:@oxc-parser/binding-linux-x64-musl", - "node_modules/@oxc-parser/binding-win32-arm64-msvc": "npm:@oxc-parser/binding-win32-arm64-msvc", - "node_modules/@oxc-parser/binding-win32-x64-msvc": "npm:@oxc-parser/binding-win32-x64-msvc", - "node_modules/@oxc-project/types": "npm:@oxc-project/types", - "node_modules/@parcel/source-map": "npm:@parcel/source-map", - "node_modules/@parcel/source-map/node_modules/detect-libc": "npm:detect-libc@1.0.3", - "node_modules/@parcel/watcher": "npm:@parcel/watcher", - "node_modules/@parcel/watcher-android-arm64": "npm:@parcel/watcher-android-arm64", - "node_modules/@parcel/watcher-darwin-arm64": "npm:@parcel/watcher-darwin-arm64", - "node_modules/@parcel/watcher-darwin-x64": "npm:@parcel/watcher-darwin-x64", - "node_modules/@parcel/watcher-freebsd-x64": "npm:@parcel/watcher-freebsd-x64", - "node_modules/@parcel/watcher-linux-arm-glibc": "npm:@parcel/watcher-linux-arm-glibc", - "node_modules/@parcel/watcher-linux-arm-musl": "npm:@parcel/watcher-linux-arm-musl", - "node_modules/@parcel/watcher-linux-arm64-glibc": "npm:@parcel/watcher-linux-arm64-glibc", - "node_modules/@parcel/watcher-linux-arm64-musl": "npm:@parcel/watcher-linux-arm64-musl", - "node_modules/@parcel/watcher-linux-x64-glibc": "npm:@parcel/watcher-linux-x64-glibc", - "node_modules/@parcel/watcher-linux-x64-musl": "npm:@parcel/watcher-linux-x64-musl", - "node_modules/@parcel/watcher-win32-arm64": "npm:@parcel/watcher-win32-arm64", - "node_modules/@parcel/watcher-win32-ia32": "npm:@parcel/watcher-win32-ia32", - "node_modules/@parcel/watcher-win32-x64": "npm:@parcel/watcher-win32-x64", - "node_modules/@parcel/watcher/node_modules/detect-libc": "npm:detect-libc@1.0.3", - "node_modules/@parcel/watcher/node_modules/node-addon-api": "npm:node-addon-api@7.1.1", - "node_modules/@pkgjs/parseargs": "npm:@pkgjs/parseargs", - "node_modules/@polka/url": "npm:@polka/url", - "node_modules/@protobufjs/aspromise": "npm:@protobufjs/aspromise", - "node_modules/@protobufjs/base64": "npm:@protobufjs/base64", - "node_modules/@protobufjs/codegen": "npm:@protobufjs/codegen", - "node_modules/@protobufjs/eventemitter": "npm:@protobufjs/eventemitter", - "node_modules/@protobufjs/fetch": "npm:@protobufjs/fetch", - "node_modules/@protobufjs/float": "npm:@protobufjs/float", - "node_modules/@protobufjs/inquire": "npm:@protobufjs/inquire", - "node_modules/@protobufjs/path": "npm:@protobufjs/path", - "node_modules/@protobufjs/pool": "npm:@protobufjs/pool", - "node_modules/@protobufjs/utf8": "npm:@protobufjs/utf8", - "node_modules/@rolldown/binding-android-arm64": "npm:@rolldown/binding-android-arm64", - "node_modules/@rolldown/binding-darwin-arm64": "npm:@rolldown/binding-darwin-arm64", - "node_modules/@rolldown/binding-darwin-x64": "npm:@rolldown/binding-darwin-x64", - "node_modules/@rolldown/binding-freebsd-x64": "npm:@rolldown/binding-freebsd-x64", - "node_modules/@rolldown/binding-linux-arm-gnueabihf": "npm:@rolldown/binding-linux-arm-gnueabihf", - "node_modules/@rolldown/binding-linux-arm64-gnu": "npm:@rolldown/binding-linux-arm64-gnu", - "node_modules/@rolldown/binding-linux-arm64-musl": "npm:@rolldown/binding-linux-arm64-musl", - "node_modules/@rolldown/binding-linux-x64-gnu": "npm:@rolldown/binding-linux-x64-gnu", - "node_modules/@rolldown/binding-linux-x64-musl": "npm:@rolldown/binding-linux-x64-musl", - "node_modules/@rolldown/binding-openharmony-arm64": "npm:@rolldown/binding-openharmony-arm64", - "node_modules/@rolldown/binding-wasm32-wasi": "npm:@rolldown/binding-wasm32-wasi", - "node_modules/@rolldown/binding-win32-arm64-msvc": "npm:@rolldown/binding-win32-arm64-msvc", - "node_modules/@rolldown/binding-win32-x64-msvc": "npm:@rolldown/binding-win32-x64-msvc", - "node_modules/@rolldown/pluginutils": "npm:@rolldown/pluginutils", - "node_modules/@rollup/plugin-json": "npm:@rollup/plugin-json", - "node_modules/@rollup/pluginutils": "npm:@rollup/pluginutils", - "node_modules/@rollup/pluginutils/node_modules/estree-walker": "npm:estree-walker@2.0.2", - "node_modules/@rollup/rollup-android-arm-eabi": "npm:@rollup/rollup-android-arm-eabi", - "node_modules/@rollup/rollup-android-arm64": "npm:@rollup/rollup-android-arm64", - "node_modules/@rollup/rollup-darwin-arm64": "npm:@rollup/rollup-darwin-arm64", - "node_modules/@rollup/rollup-darwin-x64": "npm:@rollup/rollup-darwin-x64", - "node_modules/@rollup/rollup-freebsd-arm64": "npm:@rollup/rollup-freebsd-arm64", - "node_modules/@rollup/rollup-freebsd-x64": "npm:@rollup/rollup-freebsd-x64", - "node_modules/@rollup/rollup-linux-arm-gnueabihf": "npm:@rollup/rollup-linux-arm-gnueabihf", - "node_modules/@rollup/rollup-linux-arm-musleabihf": "npm:@rollup/rollup-linux-arm-musleabihf", - "node_modules/@rollup/rollup-linux-arm64-gnu": "npm:@rollup/rollup-linux-arm64-gnu", - "node_modules/@rollup/rollup-linux-arm64-musl": "npm:@rollup/rollup-linux-arm64-musl", - "node_modules/@rollup/rollup-linux-loong64-gnu": "npm:@rollup/rollup-linux-loong64-gnu", - "node_modules/@rollup/rollup-linux-ppc64-gnu": "npm:@rollup/rollup-linux-ppc64-gnu", - "node_modules/@rollup/rollup-linux-riscv64-gnu": "npm:@rollup/rollup-linux-riscv64-gnu", - "node_modules/@rollup/rollup-linux-riscv64-musl": "npm:@rollup/rollup-linux-riscv64-musl", - "node_modules/@rollup/rollup-linux-s390x-gnu": "npm:@rollup/rollup-linux-s390x-gnu", - "node_modules/@rollup/rollup-linux-x64-gnu": "npm:@rollup/rollup-linux-x64-gnu", - "node_modules/@rollup/rollup-linux-x64-musl": "npm:@rollup/rollup-linux-x64-musl", - "node_modules/@rollup/rollup-openharmony-arm64": "npm:@rollup/rollup-openharmony-arm64", - "node_modules/@rollup/rollup-win32-arm64-msvc": "npm:@rollup/rollup-win32-arm64-msvc", - "node_modules/@rollup/rollup-win32-ia32-msvc": "npm:@rollup/rollup-win32-ia32-msvc", - "node_modules/@rollup/rollup-win32-x64-gnu": "npm:@rollup/rollup-win32-x64-gnu", - "node_modules/@rollup/rollup-win32-x64-msvc": "npm:@rollup/rollup-win32-x64-msvc", - "node_modules/@rollup/wasm-node": "npm:@rollup/wasm-node", - "node_modules/@schematics/angular": "npm:@schematics/angular", - "node_modules/@sigstore/bundle": "npm:@sigstore/bundle", - "node_modules/@sigstore/core": "npm:@sigstore/core", - "node_modules/@sigstore/protobuf-specs": "npm:@sigstore/protobuf-specs", - "node_modules/@sigstore/sign": "npm:@sigstore/sign", - "node_modules/@sigstore/tuf": "npm:@sigstore/tuf", - "node_modules/@sigstore/verify": "npm:@sigstore/verify", - "node_modules/@softarc/detective": "npm:@softarc/detective", - "node_modules/@softarc/detective/node_modules/@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@1.17.3", - "node_modules/@softarc/detective/node_modules/@modelcontextprotocol/sdk/node_modules/express": "npm:express", - "node_modules/@softarc/detective/node_modules/@softarc/sheriff-core": "npm:@softarc/sheriff-core@0.17.3", - "node_modules/@softarc/detective/node_modules/ajv": "npm:ajv@6.12.6", - "node_modules/@softarc/detective/node_modules/express": "npm:express@4.21.0", - "node_modules/@softarc/detective/node_modules/express/node_modules/accepts": "npm:accepts@1.3.8", - "node_modules/@softarc/detective/node_modules/express/node_modules/body-parser": "npm:body-parser@1.20.3", - "node_modules/@softarc/detective/node_modules/express/node_modules/content-disposition": "npm:content-disposition@0.5.4", - "node_modules/@softarc/detective/node_modules/express/node_modules/cookie": "npm:cookie@0.6.0", - "node_modules/@softarc/detective/node_modules/express/node_modules/cookie-signature": "npm:cookie-signature@1.0.6", - "node_modules/@softarc/detective/node_modules/express/node_modules/debug": "npm:debug@2.6.9", - "node_modules/@softarc/detective/node_modules/express/node_modules/debug/node_modules/ms": "npm:ms@2.0.0", - "node_modules/@softarc/detective/node_modules/express/node_modules/finalhandler": "npm:finalhandler@1.3.1", - "node_modules/@softarc/detective/node_modules/express/node_modules/fresh": "npm:fresh@0.5.2", - "node_modules/@softarc/detective/node_modules/express/node_modules/merge-descriptors": "npm:merge-descriptors@1.0.3", - "node_modules/@softarc/detective/node_modules/express/node_modules/mime-types": "npm:mime-types@2.1.35", - "node_modules/@softarc/detective/node_modules/express/node_modules/qs": "npm:qs@6.13.0", - "node_modules/@softarc/detective/node_modules/express/node_modules/raw-body": "npm:raw-body@2.5.2", - "node_modules/@softarc/detective/node_modules/express/node_modules/send": "npm:send@0.19.0", - "node_modules/@softarc/detective/node_modules/express/node_modules/send/node_modules/encodeurl": "npm:encodeurl@1.0.2", - "node_modules/@softarc/detective/node_modules/express/node_modules/serve-static": "npm:serve-static@1.16.2", - "node_modules/@softarc/detective/node_modules/express/node_modules/type-is": "npm:type-is@1.6.18", - "node_modules/@softarc/detective/node_modules/fast-glob": "npm:fast-glob@3.3.2", - "node_modules/@softarc/detective/node_modules/glob-parent": "npm:glob-parent@5.1.2", - "node_modules/@softarc/detective/node_modules/http-errors": "npm:http-errors@2.0.0", - "node_modules/@softarc/detective/node_modules/iconv-lite": "npm:iconv-lite@0.4.24", - "node_modules/@softarc/detective/node_modules/json-schema-traverse": "npm:json-schema-traverse@0.4.1", - "node_modules/@softarc/detective/node_modules/media-typer": "npm:media-typer@0.3.0", - "node_modules/@softarc/detective/node_modules/mime-db": "npm:mime-db@1.52.0", - "node_modules/@softarc/detective/node_modules/negotiator": "npm:negotiator@0.6.3", - "node_modules/@softarc/detective/node_modules/path-to-regexp": "npm:path-to-regexp@0.1.10", - "node_modules/@softarc/detective/node_modules/statuses": "npm:statuses@2.0.1", - "node_modules/@softarc/detective/node_modules/zod": "npm:zod@3.25.76", - "node_modules/@softarc/eslint-plugin-sheriff": "npm:@softarc/eslint-plugin-sheriff", - "node_modules/@softarc/native-federation": "npm:@softarc/native-federation", - "node_modules/@softarc/native-federation-runtime": "npm:@softarc/native-federation-runtime", - "node_modules/@softarc/native-federation/node_modules/@softarc/sheriff-core": "npm:@softarc/sheriff-core@0.19.2", - "node_modules/@softarc/sheriff-core": "npm:@softarc/sheriff-core", - "node_modules/@standard-schema/spec": "npm:@standard-schema/spec", - "node_modules/@tufjs/canonical-json": "npm:@tufjs/canonical-json", - "node_modules/@tufjs/models": "npm:@tufjs/models", - "node_modules/@tybys/wasm-util": "npm:@tybys/wasm-util", - "node_modules/@types/body-parser": "npm:@types/body-parser", - "node_modules/@types/chai": "npm:@types/chai", - "node_modules/@types/connect": "npm:@types/connect", - "node_modules/@types/conventional-commits-parser": "npm:@types/conventional-commits-parser", - "node_modules/@types/cors": "npm:@types/cors", - "node_modules/@types/d3": "npm:@types/d3", - "node_modules/@types/d3-array": "npm:@types/d3-array", - "node_modules/@types/d3-axis": "npm:@types/d3-axis", - "node_modules/@types/d3-brush": "npm:@types/d3-brush", - "node_modules/@types/d3-chord": "npm:@types/d3-chord", - "node_modules/@types/d3-color": "npm:@types/d3-color", - "node_modules/@types/d3-contour": "npm:@types/d3-contour", - "node_modules/@types/d3-delaunay": "npm:@types/d3-delaunay", - "node_modules/@types/d3-dispatch": "npm:@types/d3-dispatch", - "node_modules/@types/d3-drag": "npm:@types/d3-drag", - "node_modules/@types/d3-dsv": "npm:@types/d3-dsv", - "node_modules/@types/d3-ease": "npm:@types/d3-ease", - "node_modules/@types/d3-fetch": "npm:@types/d3-fetch", - "node_modules/@types/d3-force": "npm:@types/d3-force", - "node_modules/@types/d3-format": "npm:@types/d3-format", - "node_modules/@types/d3-geo": "npm:@types/d3-geo", - "node_modules/@types/d3-hierarchy": "npm:@types/d3-hierarchy", - "node_modules/@types/d3-interpolate": "npm:@types/d3-interpolate", - "node_modules/@types/d3-path": "npm:@types/d3-path", - "node_modules/@types/d3-polygon": "npm:@types/d3-polygon", - "node_modules/@types/d3-quadtree": "npm:@types/d3-quadtree", - "node_modules/@types/d3-random": "npm:@types/d3-random", - "node_modules/@types/d3-scale": "npm:@types/d3-scale", - "node_modules/@types/d3-scale-chromatic": "npm:@types/d3-scale-chromatic", - "node_modules/@types/d3-selection": "npm:@types/d3-selection", - "node_modules/@types/d3-shape": "npm:@types/d3-shape", - "node_modules/@types/d3-time": "npm:@types/d3-time", - "node_modules/@types/d3-time-format": "npm:@types/d3-time-format", - "node_modules/@types/d3-timer": "npm:@types/d3-timer", - "node_modules/@types/d3-transition": "npm:@types/d3-transition", - "node_modules/@types/d3-zoom": "npm:@types/d3-zoom", - "node_modules/@types/deep-eql": "npm:@types/deep-eql", - "node_modules/@types/estree": "npm:@types/estree", - "node_modules/@types/express": "npm:@types/express", - "node_modules/@types/express-serve-static-core": "npm:@types/express-serve-static-core", - "node_modules/@types/geojson": "npm:@types/geojson", - "node_modules/@types/http-errors": "npm:@types/http-errors", - "node_modules/@types/json-schema": "npm:@types/json-schema", - "node_modules/@types/node": "npm:@types/node", - "node_modules/@types/qs": "npm:@types/qs", - "node_modules/@types/range-parser": "npm:@types/range-parser", - "node_modules/@types/send": "npm:@types/send", - "node_modules/@types/serve-static": "npm:@types/serve-static", - "node_modules/@types/trusted-types": "npm:@types/trusted-types", - "node_modules/@typescript-eslint/eslint-plugin": "npm:@typescript-eslint/eslint-plugin", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/project-service": "npm:@typescript-eslint/project-service@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": "npm:@typescript-eslint/scope-manager@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/tsconfig-utils": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": "npm:@typescript-eslint/types@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": "npm:@typescript-eslint/typescript-estree@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": "npm:@typescript-eslint/utils@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": "npm:@typescript-eslint/visitor-keys@8.47.0", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/brace-expansion": "npm:brace-expansion@2.0.2", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": "npm:minimatch@9.0.5", - "node_modules/@typescript-eslint/parser": "npm:@typescript-eslint/parser", - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/project-service": "npm:@typescript-eslint/project-service@8.47.0", - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": "npm:@typescript-eslint/scope-manager@8.47.0", - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": "npm:@typescript-eslint/types@8.47.0", - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": "npm:@typescript-eslint/typescript-estree@8.47.0", - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": "npm:@typescript-eslint/visitor-keys@8.47.0", - "node_modules/@typescript-eslint/parser/node_modules/brace-expansion": "npm:brace-expansion@2.0.2", - "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/@typescript-eslint/parser/node_modules/minimatch": "npm:minimatch@9.0.5", - "node_modules/@typescript-eslint/project-service": "npm:@typescript-eslint/project-service", - "node_modules/@typescript-eslint/scope-manager": "npm:@typescript-eslint/scope-manager", - "node_modules/@typescript-eslint/tsconfig-utils": "npm:@typescript-eslint/tsconfig-utils", - "node_modules/@typescript-eslint/type-utils": "npm:@typescript-eslint/type-utils", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": "npm:@typescript-eslint/project-service@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": "npm:@typescript-eslint/scope-manager@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": "npm:@typescript-eslint/types@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": "npm:@typescript-eslint/typescript-estree@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": "npm:@typescript-eslint/utils@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": "npm:@typescript-eslint/visitor-keys@8.47.0", - "node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": "npm:brace-expansion@2.0.2", - "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": "npm:minimatch@9.0.5", - "node_modules/@typescript-eslint/types": "npm:@typescript-eslint/types", - "node_modules/@typescript-eslint/typescript-estree": "npm:@typescript-eslint/typescript-estree", - "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": "npm:brace-expansion@2.0.2", - "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": "npm:minimatch@9.0.5", - "node_modules/@typescript-eslint/utils": "npm:@typescript-eslint/utils", - "node_modules/@typescript-eslint/visitor-keys": "npm:@typescript-eslint/visitor-keys", - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/@vitejs/plugin-basic-ssl": "npm:@vitejs/plugin-basic-ssl", - "node_modules/@vitest/browser": "npm:@vitest/browser", - "node_modules/@vitest/browser-playwright": "npm:@vitest/browser-playwright", - "node_modules/@vitest/coverage-v8": "npm:@vitest/coverage-v8", - "node_modules/@vitest/expect": "npm:@vitest/expect", - "node_modules/@vitest/mocker": "npm:@vitest/mocker", - "node_modules/@vitest/pretty-format": "npm:@vitest/pretty-format", - "node_modules/@vitest/runner": "npm:@vitest/runner", - "node_modules/@vitest/snapshot": "npm:@vitest/snapshot", - "node_modules/@vitest/spy": "npm:@vitest/spy", - "node_modules/@vitest/utils": "npm:@vitest/utils", - "node_modules/@yarnpkg/lockfile": "npm:@yarnpkg/lockfile", - "node_modules/abbrev": "npm:abbrev", - "node_modules/accepts": "npm:accepts", - "node_modules/acorn": "npm:acorn", - "node_modules/acorn-jsx": "npm:acorn-jsx", - "node_modules/agent-base": "npm:agent-base", - "node_modules/ajv": "npm:ajv", - "node_modules/ajv-formats": "npm:ajv-formats", - "node_modules/algoliasearch": "npm:algoliasearch", - "node_modules/angular-eslint": "npm:angular-eslint", - "node_modules/ansi-colors": "npm:ansi-colors", - "node_modules/ansi-escapes": "npm:ansi-escapes", - "node_modules/ansi-regex": "npm:ansi-regex", - "node_modules/ansi-styles": "npm:ansi-styles", - "node_modules/argparse": "npm:argparse", - "node_modules/aria-query": "npm:aria-query", - "node_modules/array-flatten": "npm:array-flatten", - "node_modules/array-ify": "npm:array-ify", - "node_modules/assertion-error": "npm:assertion-error", - "node_modules/ast-v8-to-istanbul": "npm:ast-v8-to-istanbul", - "node_modules/ast-v8-to-istanbul/node_modules/js-tokens": "npm:js-tokens@9.0.1", - "node_modules/axobject-query": "npm:axobject-query", - "node_modules/balanced-match": "npm:balanced-match", - "node_modules/base64-js": "npm:base64-js", - "node_modules/baseline-browser-mapping": "npm:baseline-browser-mapping", - "node_modules/beasties": "npm:beasties", - "node_modules/bidi-js": "npm:bidi-js", - "node_modules/bignumber.js": "npm:bignumber.js", - "node_modules/body-parser": "npm:body-parser", - "node_modules/boolbase": "npm:boolbase", - "node_modules/brace-expansion": "npm:brace-expansion", - "node_modules/braces": "npm:braces", - "node_modules/browserslist": "npm:browserslist", - "node_modules/buffer-equal-constant-time": "npm:buffer-equal-constant-time", - "node_modules/buffer-from": "npm:buffer-from", - "node_modules/bytes": "npm:bytes", - "node_modules/cacache": "npm:cacache", - "node_modules/cacache/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/call-bind-apply-helpers": "npm:call-bind-apply-helpers", - "node_modules/call-bound": "npm:call-bound", - "node_modules/callsites": "npm:callsites", - "node_modules/caniuse-lite": "npm:caniuse-lite", - "node_modules/chai": "npm:chai", - "node_modules/chalk": "npm:chalk", - "node_modules/chardet": "npm:chardet", - "node_modules/chart.js": "npm:chart.js", - "node_modules/chevrotain": "npm:chevrotain", - "node_modules/chevrotain-allstar": "npm:chevrotain-allstar", - "node_modules/chevrotain/node_modules/lodash-es": "npm:lodash-es@4.17.21", - "node_modules/chokidar": "npm:chokidar", - "node_modules/chownr": "npm:chownr", - "node_modules/cjs-module-lexer": "npm:cjs-module-lexer", - "node_modules/cli-cursor": "npm:cli-cursor", - "node_modules/cli-spinners": "npm:cli-spinners", - "node_modules/cli-truncate": "npm:cli-truncate", - "node_modules/cli-width": "npm:cli-width", - "node_modules/clipboard": "npm:clipboard", - "node_modules/cliui": "npm:cliui", - "node_modules/cliui/node_modules/string-width": "npm:string-width@7.2.0", - "node_modules/cliui/node_modules/wrap-ansi": "npm:wrap-ansi@9.0.2", - "node_modules/clone": "npm:clone", - "node_modules/color-convert": "npm:color-convert", - "node_modules/color-name": "npm:color-name", - "node_modules/colorette": "npm:colorette", - "node_modules/commander": "npm:commander", - "node_modules/commitlint": "npm:commitlint", - "node_modules/common-path-prefix": "npm:common-path-prefix", - "node_modules/compare-func": "npm:compare-func", - "node_modules/concat-map": "npm:concat-map", - "node_modules/confbox": "npm:confbox", - "node_modules/content-disposition": "npm:content-disposition", - "node_modules/content-type": "npm:content-type", - "node_modules/conventional-changelog-angular": "npm:conventional-changelog-angular", - "node_modules/conventional-changelog-conventionalcommits": "npm:conventional-changelog-conventionalcommits", - "node_modules/conventional-commits-parser": "npm:conventional-commits-parser", - "node_modules/convert-source-map": "npm:convert-source-map", - "node_modules/cookie": "npm:cookie", - "node_modules/cookie-signature": "npm:cookie-signature", - "node_modules/copy-anything": "npm:copy-anything", - "node_modules/cors": "npm:cors", - "node_modules/cose-base": "npm:cose-base", - "node_modules/cosmiconfig": "npm:cosmiconfig", - "node_modules/cosmiconfig-typescript-loader": "npm:cosmiconfig-typescript-loader", - "node_modules/cross-spawn": "npm:cross-spawn", - "node_modules/css-select": "npm:css-select", - "node_modules/css-tree": "npm:css-tree", - "node_modules/css-what": "npm:css-what", - "node_modules/cssstyle": "npm:cssstyle", - "node_modules/cssstyle/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/cytoscape-cose-bilkent": "npm:cytoscape-cose-bilkent", - "node_modules/cytoscape-fcose": "npm:cytoscape-fcose", - "node_modules/cytoscape-fcose/node_modules/cose-base": "npm:cose-base@2.2.0", - "node_modules/cytoscape-fcose/node_modules/layout-base": "npm:layout-base@2.0.1", - "node_modules/d3": "npm:d3", - "node_modules/d3-array": "npm:d3-array", - "node_modules/d3-axis": "npm:d3-axis", - "node_modules/d3-brush": "npm:d3-brush", - "node_modules/d3-chord": "npm:d3-chord", - "node_modules/d3-color": "npm:d3-color", - "node_modules/d3-contour": "npm:d3-contour", - "node_modules/d3-delaunay": "npm:d3-delaunay", - "node_modules/d3-dispatch": "npm:d3-dispatch", - "node_modules/d3-drag": "npm:d3-drag", - "node_modules/d3-dsv": "npm:d3-dsv", - "node_modules/d3-dsv/node_modules/commander": "npm:commander@7.2.0", - "node_modules/d3-dsv/node_modules/iconv-lite": "npm:iconv-lite@0.6.3", - "node_modules/d3-ease": "npm:d3-ease", - "node_modules/d3-fetch": "npm:d3-fetch", - "node_modules/d3-force": "npm:d3-force", - "node_modules/d3-format": "npm:d3-format", - "node_modules/d3-geo": "npm:d3-geo", - "node_modules/d3-hierarchy": "npm:d3-hierarchy", - "node_modules/d3-interpolate": "npm:d3-interpolate", - "node_modules/d3-path": "npm:d3-path", - "node_modules/d3-polygon": "npm:d3-polygon", - "node_modules/d3-quadtree": "npm:d3-quadtree", - "node_modules/d3-random": "npm:d3-random", - "node_modules/d3-sankey": "npm:d3-sankey", - "node_modules/d3-sankey/node_modules/d3-array": "npm:d3-array@2.12.1", - "node_modules/d3-sankey/node_modules/d3-path": "npm:d3-path@1.0.9", - "node_modules/d3-sankey/node_modules/d3-shape": "npm:d3-shape@1.3.7", - "node_modules/d3-sankey/node_modules/internmap": "npm:internmap@1.0.1", - "node_modules/d3-scale": "npm:d3-scale", - "node_modules/d3-scale-chromatic": "npm:d3-scale-chromatic", - "node_modules/d3-shape": "npm:d3-shape", - "node_modules/d3-time": "npm:d3-time", - "node_modules/d3-time-format": "npm:d3-time-format", - "node_modules/d3-timer": "npm:d3-timer", - "node_modules/d3-transition": "npm:d3-transition", - "node_modules/d3-zoom": "npm:d3-zoom", - "node_modules/dagre-d3-es": "npm:dagre-d3-es", - "node_modules/dargs": "npm:dargs", - "node_modules/data-uri-to-buffer": "npm:data-uri-to-buffer", - "node_modules/data-urls": "npm:data-urls", - "node_modules/dayjs": "npm:dayjs", - "node_modules/debug": "npm:debug", - "node_modules/decimal.js": "npm:decimal.js", - "node_modules/deep-is": "npm:deep-is", - "node_modules/delaunator": "npm:delaunator", - "node_modules/delegate": "npm:delegate", - "node_modules/depd": "npm:depd", - "node_modules/dependency-graph": "npm:dependency-graph", - "node_modules/destroy": "npm:destroy", - "node_modules/detect-libc": "npm:detect-libc", - "node_modules/dom-serializer": "npm:dom-serializer", - "node_modules/domelementtype": "npm:domelementtype", - "node_modules/domhandler": "npm:domhandler", - "node_modules/dompurify": "npm:dompurify", - "node_modules/domutils": "npm:domutils", - "node_modules/dot-prop": "npm:dot-prop", - "node_modules/dunder-proto": "npm:dunder-proto", - "node_modules/eastasianwidth": "npm:eastasianwidth", - "node_modules/ecdsa-sig-formatter": "npm:ecdsa-sig-formatter", - "node_modules/ee-first": "npm:ee-first", - "node_modules/electron-to-chromium": "npm:electron-to-chromium", - "node_modules/emoji-regex": "npm:emoji-regex", - "node_modules/emoji-toolkit": "npm:emoji-toolkit", - "node_modules/encodeurl": "npm:encodeurl", - "node_modules/encoding": "npm:encoding", - "node_modules/encoding/node_modules/iconv-lite": "npm:iconv-lite@0.6.3", - "node_modules/entities": "npm:entities", - "node_modules/env-paths": "npm:env-paths", - "node_modules/environment": "npm:environment", - "node_modules/err-code": "npm:err-code", - "node_modules/errno": "npm:errno", - "node_modules/error-ex": "npm:error-ex", - "node_modules/es-define-property": "npm:es-define-property", - "node_modules/es-errors": "npm:es-errors", - "node_modules/es-module-lexer": "npm:es-module-lexer", - "node_modules/es-object-atoms": "npm:es-object-atoms", - "node_modules/esbuild": "npm:esbuild", - "node_modules/escalade": "npm:escalade", - "node_modules/escape-html": "npm:escape-html", - "node_modules/escape-string-regexp": "npm:escape-string-regexp", - "node_modules/eslint": "npm:eslint", - "node_modules/eslint-plugin-simple-import-sort": "npm:eslint-plugin-simple-import-sort", - "node_modules/eslint-scope": "npm:eslint-scope", - "node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys", - "node_modules/eslint/node_modules/ajv": "npm:ajv@6.12.6", - "node_modules/eslint/node_modules/ansi-styles": "npm:ansi-styles@4.3.0", - "node_modules/eslint/node_modules/chalk": "npm:chalk@4.1.2", - "node_modules/eslint/node_modules/eslint-scope": "npm:eslint-scope@8.4.0", - "node_modules/eslint/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/eslint/node_modules/ignore": "npm:ignore@5.3.2", - "node_modules/eslint/node_modules/json-schema-traverse": "npm:json-schema-traverse@0.4.1", - "node_modules/eslint/node_modules/minimatch": "npm:minimatch@3.1.2", - "node_modules/espree": "npm:espree", - "node_modules/espree/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/esquery": "npm:esquery", - "node_modules/esrecurse": "npm:esrecurse", - "node_modules/estraverse": "npm:estraverse", - "node_modules/estree-walker": "npm:estree-walker", - "node_modules/esutils": "npm:esutils", - "node_modules/etag": "npm:etag", - "node_modules/eventemitter3": "npm:eventemitter3", - "node_modules/eventsource": "npm:eventsource", - "node_modules/eventsource-parser": "npm:eventsource-parser", - "node_modules/expect-type": "npm:expect-type", - "node_modules/exponential-backoff": "npm:exponential-backoff", - "node_modules/express": "npm:express", - "node_modules/express-rate-limit": "npm:express-rate-limit", - "node_modules/extend": "npm:extend", - "node_modules/fast-deep-equal": "npm:fast-deep-equal", - "node_modules/fast-glob": "npm:fast-glob", - "node_modules/fast-glob/node_modules/glob-parent": "npm:glob-parent@5.1.2", - "node_modules/fast-json-stable-stringify": "npm:fast-json-stable-stringify", - "node_modules/fast-levenshtein": "npm:fast-levenshtein", - "node_modules/fast-uri": "npm:fast-uri", - "node_modules/fastq": "npm:fastq", - "node_modules/fdir": "npm:fdir", - "node_modules/fetch-blob": "npm:fetch-blob", - "node_modules/figures": "npm:figures", - "node_modules/figures/node_modules/escape-string-regexp": "npm:escape-string-regexp@1.0.5", - "node_modules/file-entry-cache": "npm:file-entry-cache", - "node_modules/fill-range": "npm:fill-range", - "node_modules/finalhandler": "npm:finalhandler", - "node_modules/find-cache-directory": "npm:find-cache-directory", - "node_modules/find-up": "npm:find-up", - "node_modules/find-up-simple": "npm:find-up-simple", - "node_modules/flat-cache": "npm:flat-cache", - "node_modules/flatted": "npm:flatted", - "node_modules/foreground-child": "npm:foreground-child", - "node_modules/formdata-polyfill": "npm:formdata-polyfill", - "node_modules/forwarded": "npm:forwarded", - "node_modules/fresh": "npm:fresh", - "node_modules/fs-minipass": "npm:fs-minipass", - "node_modules/fsevents": "npm:fsevents", - "node_modules/function-bind": "npm:function-bind", - "node_modules/gaxios": "npm:gaxios", - "node_modules/gcp-metadata": "npm:gcp-metadata", - "node_modules/gensync": "npm:gensync", - "node_modules/get-caller-file": "npm:get-caller-file", - "node_modules/get-east-asian-width": "npm:get-east-asian-width", - "node_modules/get-intrinsic": "npm:get-intrinsic", - "node_modules/get-proto": "npm:get-proto", - "node_modules/git-raw-commits": "npm:git-raw-commits", - "node_modules/glob": "npm:glob", - "node_modules/glob-parent": "npm:glob-parent", - "node_modules/glob-to-regexp": "npm:glob-to-regexp", - "node_modules/global-directory": "npm:global-directory", - "node_modules/global-directory/node_modules/ini": "npm:ini@4.1.1", - "node_modules/globals": "npm:globals", - "node_modules/good-listener": "npm:good-listener", - "node_modules/google-auth-library": "npm:google-auth-library", - "node_modules/google-logging-utils": "npm:google-logging-utils", - "node_modules/gopd": "npm:gopd", - "node_modules/graceful-fs": "npm:graceful-fs", - "node_modules/graphemer": "npm:graphemer", - "node_modules/gtoken": "npm:gtoken", - "node_modules/hachure-fill": "npm:hachure-fill", - "node_modules/has-flag": "npm:has-flag", - "node_modules/has-symbols": "npm:has-symbols", - "node_modules/hasown": "npm:hasown", - "node_modules/hono": "npm:hono", - "node_modules/hosted-git-info": "npm:hosted-git-info", - "node_modules/hosted-git-info/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/html-encoding-sniffer": "npm:html-encoding-sniffer", - "node_modules/html-escaper": "npm:html-escaper", - "node_modules/htmlparser2": "npm:htmlparser2", - "node_modules/htmlparser2/node_modules/entities": "npm:entities@6.0.1", - "node_modules/http-cache-semantics": "npm:http-cache-semantics", - "node_modules/http-errors": "npm:http-errors", - "node_modules/http-proxy-agent": "npm:http-proxy-agent", - "node_modules/https-proxy-agent": "npm:https-proxy-agent", - "node_modules/husky": "npm:husky", - "node_modules/iconv-lite": "npm:iconv-lite", - "node_modules/ignore": "npm:ignore", - "node_modules/ignore-walk": "npm:ignore-walk", - "node_modules/image-size": "npm:image-size", - "node_modules/immutable": "npm:immutable", - "node_modules/import-fresh": "npm:import-fresh", - "node_modules/import-meta-resolve": "npm:import-meta-resolve", - "node_modules/imurmurhash": "npm:imurmurhash", - "node_modules/inherits": "npm:inherits", - "node_modules/ini": "npm:ini", - "node_modules/injection-js": "npm:injection-js", - "node_modules/internmap": "npm:internmap", - "node_modules/ip-address": "npm:ip-address", - "node_modules/ipaddr.js": "npm:ipaddr.js", - "node_modules/is-arrayish": "npm:is-arrayish", - "node_modules/is-core-module": "npm:is-core-module", - "node_modules/is-extglob": "npm:is-extglob", - "node_modules/is-fullwidth-code-point": "npm:is-fullwidth-code-point", - "node_modules/is-glob": "npm:is-glob", - "node_modules/is-interactive": "npm:is-interactive", - "node_modules/is-number": "npm:is-number", - "node_modules/is-obj": "npm:is-obj", - "node_modules/is-potential-custom-element-name": "npm:is-potential-custom-element-name", - "node_modules/is-promise": "npm:is-promise", - "node_modules/is-text-path": "npm:is-text-path", - "node_modules/is-unicode-supported": "npm:is-unicode-supported", - "node_modules/is-what": "npm:is-what", - "node_modules/isexe": "npm:isexe", - "node_modules/istanbul-lib-coverage": "npm:istanbul-lib-coverage", - "node_modules/istanbul-lib-instrument": "npm:istanbul-lib-instrument", - "node_modules/istanbul-lib-report": "npm:istanbul-lib-report", - "node_modules/istanbul-lib-report/node_modules/make-dir": "npm:make-dir@4.0.0", - "node_modules/istanbul-reports": "npm:istanbul-reports", - "node_modules/jackspeak": "npm:jackspeak", - "node_modules/jiti": "npm:jiti", - "node_modules/jose": "npm:jose", - "node_modules/js-tokens": "npm:js-tokens", - "node_modules/js-yaml": "npm:js-yaml", - "node_modules/jsdom": "npm:jsdom", - "node_modules/jsesc": "npm:jsesc", - "node_modules/json-bigint": "npm:json-bigint", - "node_modules/json-buffer": "npm:json-buffer", - "node_modules/json-parse-better-errors": "npm:json-parse-better-errors", - "node_modules/json-parse-even-better-errors": "npm:json-parse-even-better-errors", - "node_modules/json-schema-traverse": "npm:json-schema-traverse", - "node_modules/json-schema-typed": "npm:json-schema-typed", - "node_modules/json-schema-walker": "npm:json-schema-walker", - "node_modules/json-stable-stringify-without-jsonify": "npm:json-stable-stringify-without-jsonify", - "node_modules/json5": "npm:json5", - "node_modules/jsonc-parser": "npm:jsonc-parser", - "node_modules/jsonparse": "npm:jsonparse", - "node_modules/JSONStream": "npm:JSONStream", - "node_modules/jwa": "npm:jwa", - "node_modules/jws": "npm:jws", - "node_modules/katex": "npm:katex", - "node_modules/katex/node_modules/commander": "npm:commander@8.3.0", - "node_modules/keyv": "npm:keyv", - "node_modules/khroma": "npm:khroma", - "node_modules/langium": "npm:langium", - "node_modules/layout-base": "npm:layout-base", - "node_modules/less": "npm:less", - "node_modules/less/node_modules/source-map": "npm:source-map@0.6.1", - "node_modules/levn": "npm:levn", - "node_modules/lines-and-columns": "npm:lines-and-columns", - "node_modules/lint-staged": "npm:lint-staged", - "node_modules/listr2": "npm:listr2", - "node_modules/listr2/node_modules/string-width": "npm:string-width@7.2.0", - "node_modules/listr2/node_modules/wrap-ansi": "npm:wrap-ansi@9.0.2", - "node_modules/lmdb": "npm:lmdb", - "node_modules/load-json-file": "npm:load-json-file", - "node_modules/load-json-file/node_modules/parse-json": "npm:parse-json@4.0.0", - "node_modules/load-json-file/node_modules/pify": "npm:pify@3.0.0", - "node_modules/locate-path": "npm:locate-path", - "node_modules/lodash-es": "npm:lodash-es", - "node_modules/lodash.camelcase": "npm:lodash.camelcase", - "node_modules/lodash.isplainobject": "npm:lodash.isplainobject", - "node_modules/lodash.kebabcase": "npm:lodash.kebabcase", - "node_modules/lodash.merge": "npm:lodash.merge", - "node_modules/lodash.mergewith": "npm:lodash.mergewith", - "node_modules/lodash.snakecase": "npm:lodash.snakecase", - "node_modules/lodash.startcase": "npm:lodash.startcase", - "node_modules/lodash.uniq": "npm:lodash.uniq", - "node_modules/lodash.upperfirst": "npm:lodash.upperfirst", - "node_modules/log-symbols": "npm:log-symbols", - "node_modules/log-update": "npm:log-update", - "node_modules/log-update/node_modules/string-width": "npm:string-width@7.2.0", - "node_modules/log-update/node_modules/wrap-ansi": "npm:wrap-ansi@9.0.2", - "node_modules/long": "npm:long", - "node_modules/lru-cache": "npm:lru-cache", - "node_modules/magic-string": "npm:magic-string", - "node_modules/magicast": "npm:magicast", - "node_modules/make-dir": "npm:make-dir", - "node_modules/make-dir/node_modules/semver": "npm:semver@5.7.2", - "node_modules/make-fetch-happen": "npm:make-fetch-happen", - "node_modules/marked": "npm:marked", - "node_modules/math-intrinsics": "npm:math-intrinsics", - "node_modules/mdn-data": "npm:mdn-data", - "node_modules/media-typer": "npm:media-typer", - "node_modules/meow": "npm:meow", - "node_modules/merge-descriptors": "npm:merge-descriptors", - "node_modules/merge2": "npm:merge2", - "node_modules/mermaid": "npm:mermaid", - "node_modules/mermaid/node_modules/marked": "npm:marked@16.4.2", - "node_modules/methods": "npm:methods", - "node_modules/micromatch": "npm:micromatch", - "node_modules/micromatch/node_modules/picomatch": "npm:picomatch@2.3.1", - "node_modules/mime": "npm:mime", - "node_modules/mime-db": "npm:mime-db", - "node_modules/mime-types": "npm:mime-types", - "node_modules/mimic-function": "npm:mimic-function", - "node_modules/minimatch": "npm:minimatch", - "node_modules/minimist": "npm:minimist", - "node_modules/minipass": "npm:minipass", - "node_modules/minipass-collect": "npm:minipass-collect", - "node_modules/minipass-fetch": "npm:minipass-fetch", - "node_modules/minipass-flush": "npm:minipass-flush", - "node_modules/minipass-flush/node_modules/minipass": "npm:minipass@3.3.6", - "node_modules/minipass-flush/node_modules/yallist": "npm:yallist@4.0.0", - "node_modules/minipass-pipeline": "npm:minipass-pipeline", - "node_modules/minipass-pipeline/node_modules/minipass": "npm:minipass@3.3.6", - "node_modules/minipass-pipeline/node_modules/yallist": "npm:yallist@4.0.0", - "node_modules/minipass-sized": "npm:minipass-sized", - "node_modules/minipass-sized/node_modules/minipass": "npm:minipass@3.3.6", - "node_modules/minipass-sized/node_modules/yallist": "npm:yallist@4.0.0", - "node_modules/minizlib": "npm:minizlib", - "node_modules/mlly": "npm:mlly", - "node_modules/mrmime": "npm:mrmime", - "node_modules/ms": "npm:ms", - "node_modules/msgpackr": "npm:msgpackr", - "node_modules/msgpackr-extract": "npm:msgpackr-extract", - "node_modules/mute-stream": "npm:mute-stream", - "node_modules/nano-spawn": "npm:nano-spawn", - "node_modules/nanoid": "npm:nanoid", - "node_modules/natural-compare": "npm:natural-compare", - "node_modules/needle": "npm:needle", - "node_modules/needle/node_modules/iconv-lite": "npm:iconv-lite@0.6.3", - "node_modules/negotiator": "npm:negotiator", - "node_modules/ng-packagr": "npm:ng-packagr", - "node_modules/ng-packagr/node_modules/chokidar": "npm:chokidar@4.0.3", - "node_modules/ng-packagr/node_modules/readdirp": "npm:readdirp@4.1.2", - "node_modules/ngx-markdown": "npm:ngx-markdown", - "node_modules/node-addon-api": "npm:node-addon-api", - "node_modules/node-domexception": "npm:node-domexception", - "node_modules/node-fetch": "npm:node-fetch", - "node_modules/node-gyp": "npm:node-gyp", - "node_modules/node-gyp-build-optional-packages": "npm:node-gyp-build-optional-packages", - "node_modules/node-gyp/node_modules/isexe": "npm:isexe@3.1.1", - "node_modules/node-gyp/node_modules/which": "npm:which@6.0.0", - "node_modules/node-releases": "npm:node-releases", - "node_modules/nopt": "npm:nopt", - "node_modules/npm-bundled": "npm:npm-bundled", - "node_modules/npm-install-checks": "npm:npm-install-checks", - "node_modules/npm-normalize-package-bin": "npm:npm-normalize-package-bin", - "node_modules/npm-package-arg": "npm:npm-package-arg", - "node_modules/npm-packlist": "npm:npm-packlist", - "node_modules/npm-pick-manifest": "npm:npm-pick-manifest", - "node_modules/npm-registry-fetch": "npm:npm-registry-fetch", - "node_modules/nth-check": "npm:nth-check", - "node_modules/object-assign": "npm:object-assign", - "node_modules/object-inspect": "npm:object-inspect", - "node_modules/obug": "npm:obug", - "node_modules/on-finished": "npm:on-finished", - "node_modules/once": "npm:once", - "node_modules/onetime": "npm:onetime", - "node_modules/openai": "npm:openai", - "node_modules/openapi-types": "npm:openapi-types", - "node_modules/optionator": "npm:optionator", - "node_modules/ora": "npm:ora", - "node_modules/ordered-binary": "npm:ordered-binary", - "node_modules/oxc-parser": "npm:oxc-parser", - "node_modules/p-limit": "npm:p-limit", - "node_modules/p-locate": "npm:p-locate", - "node_modules/p-map": "npm:p-map", - "node_modules/p-try": "npm:p-try", - "node_modules/package-json-from-dist": "npm:package-json-from-dist", - "node_modules/package-manager-detector": "npm:package-manager-detector", - "node_modules/pacote": "npm:pacote", - "node_modules/parent-module": "npm:parent-module", - "node_modules/parse-json": "npm:parse-json", - "node_modules/parse-json/node_modules/json-parse-even-better-errors": "npm:json-parse-even-better-errors@2.3.1", - "node_modules/parse-node-version": "npm:parse-node-version", - "node_modules/parse5": "npm:parse5", - "node_modules/parse5-html-rewriting-stream": "npm:parse5-html-rewriting-stream", - "node_modules/parse5-html-rewriting-stream/node_modules/entities": "npm:entities@6.0.1", - "node_modules/parse5-sax-parser": "npm:parse5-sax-parser", - "node_modules/parse5/node_modules/entities": "npm:entities@6.0.1", - "node_modules/parseurl": "npm:parseurl", - "node_modules/path-data-parser": "npm:path-data-parser", - "node_modules/path-exists": "npm:path-exists", - "node_modules/path-key": "npm:path-key", - "node_modules/path-parse": "npm:path-parse", - "node_modules/path-scurry": "npm:path-scurry", - "node_modules/path-scurry/node_modules/lru-cache": "npm:lru-cache@11.2.4", - "node_modules/path-to-regexp": "npm:path-to-regexp", - "node_modules/pathe": "npm:pathe", - "node_modules/picocolors": "npm:picocolors", - "node_modules/picomatch": "npm:picomatch", - "node_modules/pidtree": "npm:pidtree", - "node_modules/pify": "npm:pify", - "node_modules/piscina": "npm:piscina", - "node_modules/pixelmatch": "npm:pixelmatch", - "node_modules/pkce-challenge": "npm:pkce-challenge", - "node_modules/pkg-conf": "npm:pkg-conf", - "node_modules/pkg-conf/node_modules/find-up": "npm:find-up@2.1.0", - "node_modules/pkg-conf/node_modules/locate-path": "npm:locate-path@2.0.0", - "node_modules/pkg-conf/node_modules/p-limit": "npm:p-limit@1.3.0", - "node_modules/pkg-conf/node_modules/p-locate": "npm:p-locate@2.0.0", - "node_modules/pkg-conf/node_modules/path-exists": "npm:path-exists@3.0.0", - "node_modules/pkg-dir": "npm:pkg-dir", - "node_modules/pkg-types": "npm:pkg-types", - "node_modules/playwright": "npm:playwright", - "node_modules/playwright-core": "npm:playwright-core", - "node_modules/playwright/node_modules/fsevents": "npm:fsevents@2.3.2", - "node_modules/pngjs": "npm:pngjs", - "node_modules/points-on-curve": "npm:points-on-curve", - "node_modules/points-on-path": "npm:points-on-path", - "node_modules/postcss": "npm:postcss", - "node_modules/postcss-media-query-parser": "npm:postcss-media-query-parser", - "node_modules/prelude-ls": "npm:prelude-ls", - "node_modules/prettier": "npm:prettier", - "node_modules/prismjs": "npm:prismjs", - "node_modules/proc-log": "npm:proc-log", - "node_modules/process": "npm:process", - "node_modules/promise-retry": "npm:promise-retry", - "node_modules/protobufjs": "npm:protobufjs", - "node_modules/proxy-addr": "npm:proxy-addr", - "node_modules/prr": "npm:prr", - "node_modules/punycode": "npm:punycode", - "node_modules/qs": "npm:qs", - "node_modules/queue-microtask": "npm:queue-microtask", - "node_modules/range-parser": "npm:range-parser", - "node_modules/raw-body": "npm:raw-body", - "node_modules/readdirp": "npm:readdirp", - "node_modules/reflect-metadata": "npm:reflect-metadata", - "node_modules/reprism": "npm:reprism", - "node_modules/require-directory": "npm:require-directory", - "node_modules/require-from-string": "npm:require-from-string", - "node_modules/resolve": "npm:resolve", - "node_modules/resolve-from": "npm:resolve-from", - "node_modules/restore-cursor": "npm:restore-cursor", - "node_modules/retry": "npm:retry", - "node_modules/reusify": "npm:reusify", - "node_modules/rfdc": "npm:rfdc", - "node_modules/rimraf": "npm:rimraf", - "node_modules/rimraf/node_modules/brace-expansion": "npm:brace-expansion@2.0.2", - "node_modules/rimraf/node_modules/glob": "npm:glob@10.5.0", - "node_modules/rimraf/node_modules/lru-cache": "npm:lru-cache@10.4.3", - "node_modules/rimraf/node_modules/minimatch": "npm:minimatch@9.0.5", - "node_modules/rimraf/node_modules/path-scurry": "npm:path-scurry@1.11.1", - "node_modules/robust-predicates": "npm:robust-predicates", - "node_modules/rolldown": "npm:rolldown", - "node_modules/rollup": "npm:rollup", - "node_modules/rollup-plugin-dts": "npm:rollup-plugin-dts", - "node_modules/roughjs": "npm:roughjs", - "node_modules/router": "npm:router", - "node_modules/run-parallel": "npm:run-parallel", - "node_modules/rw": "npm:rw", - "node_modules/rxjs": "npm:rxjs", - "node_modules/safe-buffer": "npm:safe-buffer", - "node_modules/safer-buffer": "npm:safer-buffer", - "node_modules/sass": "npm:sass", - "node_modules/sass/node_modules/chokidar": "npm:chokidar@4.0.3", - "node_modules/sass/node_modules/readdirp": "npm:readdirp@4.1.2", - "node_modules/sax": "npm:sax", - "node_modules/saxes": "npm:saxes", - "node_modules/select": "npm:select", - "node_modules/semver": "npm:semver", - "node_modules/send": "npm:send", - "node_modules/serve-static": "npm:serve-static", - "node_modules/setprototypeof": "npm:setprototypeof", - "node_modules/shebang-command": "npm:shebang-command", - "node_modules/shebang-regex": "npm:shebang-regex", - "node_modules/side-channel": "npm:side-channel", - "node_modules/side-channel-list": "npm:side-channel-list", - "node_modules/side-channel-map": "npm:side-channel-map", - "node_modules/side-channel-weakmap": "npm:side-channel-weakmap", - "node_modules/siginfo": "npm:siginfo", - "node_modules/signal-exit": "npm:signal-exit", - "node_modules/signale": "npm:signale", - "node_modules/signale/node_modules/ansi-styles": "npm:ansi-styles@3.2.1", - "node_modules/signale/node_modules/chalk": "npm:chalk@2.4.2", - "node_modules/signale/node_modules/color-convert": "npm:color-convert@1.9.3", - "node_modules/signale/node_modules/color-name": "npm:color-name@1.1.3", - "node_modules/signale/node_modules/escape-string-regexp": "npm:escape-string-regexp@1.0.5", - "node_modules/signale/node_modules/has-flag": "npm:has-flag@3.0.0", - "node_modules/signale/node_modules/supports-color": "npm:supports-color@5.5.0", - "node_modules/sigstore": "npm:sigstore", - "node_modules/sirv": "npm:sirv", - "node_modules/slice-ansi": "npm:slice-ansi", - "node_modules/smart-buffer": "npm:smart-buffer", - "node_modules/socks": "npm:socks", - "node_modules/socks-proxy-agent": "npm:socks-proxy-agent", - "node_modules/source-map": "npm:source-map", - "node_modules/source-map-js": "npm:source-map-js", - "node_modules/source-map-support": "npm:source-map-support", - "node_modules/source-map-support/node_modules/source-map": "npm:source-map@0.6.1", - "node_modules/spark-md5": "npm:spark-md5", - "node_modules/spdx-correct": "npm:spdx-correct", - "node_modules/spdx-exceptions": "npm:spdx-exceptions", - "node_modules/spdx-expression-parse": "npm:spdx-expression-parse", - "node_modules/spdx-license-ids": "npm:spdx-license-ids", - "node_modules/split2": "npm:split2", - "node_modules/ssri": "npm:ssri", - "node_modules/stackback": "npm:stackback", - "node_modules/statuses": "npm:statuses", - "node_modules/std-env": "npm:std-env", - "node_modules/stdin-discarder": "npm:stdin-discarder", - "node_modules/string-argv": "npm:string-argv", - "node_modules/string-width": "npm:string-width", - "node_modules/string-width-cjs": "npm:string-width-cjs", - "node_modules/string-width-cjs/node_modules/ansi-regex": "npm:ansi-regex@5.0.1", - "node_modules/string-width-cjs/node_modules/emoji-regex": "npm:emoji-regex@8.0.0", - "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": "npm:is-fullwidth-code-point@3.0.0", - "node_modules/string-width-cjs/node_modules/strip-ansi": "npm:strip-ansi@6.0.1", - "node_modules/strip-ansi": "npm:strip-ansi", - "node_modules/strip-ansi-cjs": "npm:strip-ansi-cjs", - "node_modules/strip-ansi-cjs/node_modules/ansi-regex": "npm:ansi-regex@5.0.1", - "node_modules/strip-bom": "npm:strip-bom", - "node_modules/strip-json-comments": "npm:strip-json-comments", - "node_modules/stylis": "npm:stylis", - "node_modules/supports-color": "npm:supports-color", - "node_modules/supports-preserve-symlinks-flag": "npm:supports-preserve-symlinks-flag", - "node_modules/symbol-tree": "npm:symbol-tree", - "node_modules/tar": "npm:tar", - "node_modules/tar/node_modules/yallist": "npm:yallist@5.0.0", - "node_modules/text-extensions": "npm:text-extensions", - "node_modules/through": "npm:through", - "node_modules/tiny-emitter": "npm:tiny-emitter", - "node_modules/tinybench": "npm:tinybench", - "node_modules/tinyexec": "npm:tinyexec", - "node_modules/tinyglobby": "npm:tinyglobby", - "node_modules/tinyrainbow": "npm:tinyrainbow", - "node_modules/tldts": "npm:tldts", - "node_modules/tldts-core": "npm:tldts-core", - "node_modules/to-regex-range": "npm:to-regex-range", - "node_modules/toidentifier": "npm:toidentifier", - "node_modules/totalist": "npm:totalist", - "node_modules/tough-cookie": "npm:tough-cookie", - "node_modules/tr46": "npm:tr46", - "node_modules/ts-api-utils": "npm:ts-api-utils", - "node_modules/ts-dedent": "npm:ts-dedent", - "node_modules/tslib": "npm:tslib", - "node_modules/tuf-js": "npm:tuf-js", - "node_modules/type-check": "npm:type-check", - "node_modules/type-is": "npm:type-is", - "node_modules/typescript": "npm:typescript", - "node_modules/typescript-eslint": "npm:typescript-eslint", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": "npm:@typescript-eslint/project-service@8.47.0", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": "npm:@typescript-eslint/scope-manager@8.47.0", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/types": "npm:@typescript-eslint/types@8.47.0", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": "npm:@typescript-eslint/typescript-estree@8.47.0", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": "npm:@typescript-eslint/utils@8.47.0", - "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": "npm:@typescript-eslint/visitor-keys@8.47.0", - "node_modules/typescript-eslint/node_modules/brace-expansion": "npm:brace-expansion@2.0.2", - "node_modules/typescript-eslint/node_modules/eslint-visitor-keys": "npm:eslint-visitor-keys@4.2.1", - "node_modules/typescript-eslint/node_modules/minimatch": "npm:minimatch@9.0.5", - "node_modules/ufo": "npm:ufo", - "node_modules/undici": "npm:undici", - "node_modules/undici-types": "npm:undici-types", - "node_modules/unicorn-magic": "npm:unicorn-magic", - "node_modules/unique-filename": "npm:unique-filename", - "node_modules/unique-slug": "npm:unique-slug", - "node_modules/unpipe": "npm:unpipe", - "node_modules/update-browserslist-db": "npm:update-browserslist-db", - "node_modules/uri-js": "npm:uri-js", - "node_modules/utils-merge": "npm:utils-merge", - "node_modules/uuid": "npm:uuid", - "node_modules/validate-npm-package-license": "npm:validate-npm-package-license", - "node_modules/validate-npm-package-name": "npm:validate-npm-package-name", - "node_modules/vary": "npm:vary", - "node_modules/vite": "npm:vite", - "node_modules/vitest": "npm:vitest", - "node_modules/vscode-jsonrpc": "npm:vscode-jsonrpc", - "node_modules/vscode-languageserver": "npm:vscode-languageserver", - "node_modules/vscode-languageserver-protocol": "npm:vscode-languageserver-protocol", - "node_modules/vscode-languageserver-textdocument": "npm:vscode-languageserver-textdocument", - "node_modules/vscode-languageserver-types": "npm:vscode-languageserver-types", - "node_modules/vscode-uri": "npm:vscode-uri", - "node_modules/w3c-xmlserializer": "npm:w3c-xmlserializer", - "node_modules/watchpack": "npm:watchpack", - "node_modules/weak-lru-cache": "npm:weak-lru-cache", - "node_modules/web-streams-polyfill": "npm:web-streams-polyfill", - "node_modules/webidl-conversions": "npm:webidl-conversions", - "node_modules/whatwg-mimetype": "npm:whatwg-mimetype", - "node_modules/whatwg-url": "npm:whatwg-url", - "node_modules/which": "npm:which", - "node_modules/why-is-node-running": "npm:why-is-node-running", - "node_modules/word-wrap": "npm:word-wrap", - "node_modules/wrap-ansi": "npm:wrap-ansi", - "node_modules/wrap-ansi-cjs": "npm:wrap-ansi-cjs", - "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": "npm:ansi-regex@5.0.1", - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": "npm:ansi-styles@4.3.0", - "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": "npm:emoji-regex@8.0.0", - "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": "npm:is-fullwidth-code-point@3.0.0", - "node_modules/wrap-ansi-cjs/node_modules/string-width": "npm:string-width@4.2.3", - "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": "npm:strip-ansi@6.0.1", - "node_modules/wrap-ansi/node_modules/ansi-regex": "npm:ansi-regex@5.0.1", - "node_modules/wrap-ansi/node_modules/ansi-styles": "npm:ansi-styles@4.3.0", - "node_modules/wrap-ansi/node_modules/emoji-regex": "npm:emoji-regex@8.0.0", - "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": "npm:is-fullwidth-code-point@3.0.0", - "node_modules/wrap-ansi/node_modules/string-width": "npm:string-width@4.2.3", - "node_modules/wrap-ansi/node_modules/strip-ansi": "npm:strip-ansi@6.0.1", - "node_modules/wrappy": "npm:wrappy", - "node_modules/ws": "npm:ws", - "node_modules/xml-name-validator": "npm:xml-name-validator", - "node_modules/xmlchars": "npm:xmlchars", - "node_modules/y18n": "npm:y18n", - "node_modules/yallist": "npm:yallist", - "node_modules/yaml": "npm:yaml", - "node_modules/yargs": "npm:yargs", - "node_modules/yargs-parser": "npm:yargs-parser", - "node_modules/yargs/node_modules/string-width": "npm:string-width@7.2.0", - "node_modules/yocto-queue": "npm:yocto-queue", - "node_modules/yoctocolors": "npm:yoctocolors", - "node_modules/yoctocolors-cjs": "npm:yoctocolors-cjs", - "node_modules/zod": "npm:zod", - "node_modules/zod-to-json-schema": "npm:zod-to-json-schema", - "node_modules/zone.js": "npm:zone.js" - } -} diff --git a/.nx/workspace-data/project-graph.json b/.nx/workspace-data/project-graph.json deleted file mode 100644 index 308dd5e7..00000000 --- a/.nx/workspace-data/project-graph.json +++ /dev/null @@ -1,21601 +0,0 @@ -{ - "nodes": { - "ui-common": { - "name": "ui-common", - "type": "lib", - "data": { - "root": "projects/ui-common", - "projectType": "library", - "sourceRoot": "projects/ui-common/src", - "prefix": "lib", - "name": "ui-common", - "targets": { - "build": { - "executor": "@angular/build:ng-packagr", - "configurations": { - "production": { - "tsConfig": "projects/ui-common/tsconfig.lib.prod.json" - }, - "development": { - "tsConfig": "projects/ui-common/tsconfig.lib.json" - } - }, - "defaultConfiguration": "production", - "options": {}, - "parallelism": true - }, - "test": { - "executor": "@angular/build:unit-test", - "options": { - "tsConfig": "projects/ui-common/tsconfig.spec.json" - }, - "configurations": {}, - "parallelism": true - }, - "lint": { - "executor": "@angular-eslint/builder:lint", - "options": { - "lintFilePatterns": [ - "projects/ui-common/**/*.ts", - "projects/ui-common/**/*.html" - ], - "eslintConfig": "projects/ui-common/eslint.config.js" - }, - "configurations": {}, - "parallelism": true - } - }, - "implicitDependencies": [], - "tags": [] - } - }, - "miles": { - "name": "miles", - "type": "app", - "data": { - "root": "projects/miles", - "projectType": "application", - "sourceRoot": "projects/miles/src", - "prefix": "app", - "name": "miles", - "generators": {}, - "targets": { - "build": { - "executor": "@angular/build:application", - "options": { - "browser": "projects/miles/src/main.ts", - "tsConfig": "projects/miles/tsconfig.app.json", - "assets": [ - { - "glob": "**/*", - "input": "projects/miles/public" - } - ], - "styles": ["projects/miles/src/styles.css"] - }, - "configurations": { - "production": { - "budgets": [ - { - "type": "initial", - "maximumWarning": "500kB", - "maximumError": "1MB" - }, - { - "type": "anyComponentStyle", - "maximumWarning": "4kB", - "maximumError": "8kB" - } - ], - "outputHashing": "all" - }, - "development": { - "optimization": false, - "extractLicenses": false, - "sourceMap": true - } - }, - "defaultConfiguration": "production", - "parallelism": true - }, - "serve": { - "executor": "@angular/build:dev-server", - "configurations": { - "production": { - "buildTarget": "miles:build:production" - }, - "development": { - "buildTarget": "miles:build:development" - } - }, - "defaultConfiguration": "development", - "options": {}, - "parallelism": true - }, - "test": { - "executor": "@angular/build:unit-test", - "configurations": {}, - "options": {}, - "parallelism": true - }, - "lint": { - "executor": "@angular-eslint/builder:lint", - "options": { - "lintFilePatterns": [ - "projects/miles/**/*.ts", - "projects/miles/**/*.html" - ], - "eslintConfig": "projects/miles/eslint.config.js" - }, - "configurations": {}, - "parallelism": true - } - }, - "implicitDependencies": [], - "tags": [] - } - }, - "flights": { - "name": "flights", - "type": "app", - "data": { - "root": ".", - "projectType": "application", - "sourceRoot": "src", - "prefix": "app", - "name": "flights", - "generators": { - "@schematics/angular:component": { - "style": "none", - "skipTests": true, - "changeDetection": "OnPush" - }, - "@schematics/angular:directive": { - "skipTests": true - }, - "@schematics/angular:pipe": { - "skipTests": true - }, - "@schematics/angular:service": { - "skipTests": true - } - }, - "targets": { - "build": { - "executor": "@angular/build:application", - "options": { - "browser": "src/main.ts", - "tsConfig": "tsconfig.app.json", - "assets": [ - { - "glob": "**/*", - "input": "public" - } - ], - "styles": ["src/material-theme.scss", "src/styles.css"] - }, - "configurations": { - "production": { - "budgets": [ - { - "type": "initial", - "maximumWarning": "500kB", - "maximumError": "1MB" - }, - { - "type": "anyComponentStyle", - "maximumWarning": "4kB", - "maximumError": "8kB" - } - ], - "outputHashing": "all" - }, - "development": { - "optimization": false, - "extractLicenses": false, - "sourceMap": true - } - }, - "defaultConfiguration": "production", - "parallelism": true - }, - "serve": { - "executor": "@angular/build:dev-server", - "configurations": { - "production": { - "buildTarget": "flights:build:production" - }, - "development": { - "buildTarget": "flights:build:development" - } - }, - "defaultConfiguration": "development", - "options": {}, - "parallelism": true - }, - "test": { - "executor": "@angular/build:unit-test", - "options": { - "browsers": ["Chromium"] - }, - "configurations": { - "ci": { - "watch": false, - "browsers": ["ChromiumHeadless"] - } - }, - "parallelism": true - }, - "lint": { - "executor": "@angular-eslint/builder:lint", - "options": { - "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"] - }, - "configurations": {}, - "parallelism": true - } - }, - "implicitDependencies": [], - "tags": [] - } - } - }, - "externalNodes": { - "npm:@acemir/cssom": { - "type": "npm", - "name": "npm:@acemir/cssom", - "data": { - "version": "0.9.30", - "packageName": "@acemir/cssom", - "hash": "sha512-9CnlMCI0LmCIq0olalQqdWrJHPzm0/tw3gzOA9zJSgvFX7Xau3D24mAGa4BtwxwY69nsuJW6kQqqCzf/mEcQgg==" - } - }, - "npm:@algolia/abtesting": { - "type": "npm", - "name": "npm:@algolia/abtesting", - "data": { - "version": "1.12.2", - "packageName": "@algolia/abtesting", - "hash": "sha512-oWknd6wpfNrmRcH0vzed3UPX0i17o4kYLM5OMITyMVM2xLgaRbIafoxL0e8mcrNNb0iORCJA0evnNDKRYth5WQ==" - } - }, - "npm:@algolia/client-abtesting": { - "type": "npm", - "name": "npm:@algolia/client-abtesting", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-abtesting", - "hash": "sha512-oRSUHbylGIuxrlzdPA8FPJuwrLLRavOhAmFGgdAvMcX47XsyM+IOGa9tc7/K5SPvBqn4nhppOCEz7BrzOPWc4A==" - } - }, - "npm:@algolia/client-analytics": { - "type": "npm", - "name": "npm:@algolia/client-analytics", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-analytics", - "hash": "sha512-EPBN2Oruw0maWOF4OgGPfioTvd+gmiNwx0HmD9IgmlS+l75DatcBkKOPNJN+0z3wBQWUO5oq602ATxIfmTQ8bA==" - } - }, - "npm:@algolia/client-common": { - "type": "npm", - "name": "npm:@algolia/client-common", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-common", - "hash": "sha512-Hj8gswSJNKZ0oyd0wWissqyasm+wTz1oIsv5ZmLarzOZAp3vFEda8bpDQ8PUhO+DfkbiLyVnAxsPe4cGzWtqkg==" - } - }, - "npm:@algolia/client-insights": { - "type": "npm", - "name": "npm:@algolia/client-insights", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-insights", - "hash": "sha512-6dBZko2jt8FmQcHCbmNLB0kCV079Mx/DJcySTL3wirgDBUH7xhY1pOuUTLMiGkqM5D8moVZTvTdRKZUJRkrwBA==" - } - }, - "npm:@algolia/client-personalization": { - "type": "npm", - "name": "npm:@algolia/client-personalization", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-personalization", - "hash": "sha512-1waE2Uqh/PHNeDXGn/PM/WrmYOBiUGSVxAWqiJIj73jqPqvfzZgzdakHscIVaDl6Cp+j5dwjsZ5LCgaUr6DtmA==" - } - }, - "npm:@algolia/client-query-suggestions": { - "type": "npm", - "name": "npm:@algolia/client-query-suggestions", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-query-suggestions", - "hash": "sha512-EgOzTZkyDcNL6DV0V/24+oBJ+hKo0wNgyrOX/mePBM9bc9huHxIY2352sXmoZ648JXXY2x//V1kropF/Spx83w==" - } - }, - "npm:@algolia/client-search": { - "type": "npm", - "name": "npm:@algolia/client-search", - "data": { - "version": "5.46.2", - "packageName": "@algolia/client-search", - "hash": "sha512-ZsOJqu4HOG5BlvIFnMU0YKjQ9ZI6r3C31dg2jk5kMWPSdhJpYL9xa5hEe7aieE+707dXeMI4ej3diy6mXdZpgA==" - } - }, - "npm:@algolia/ingestion": { - "type": "npm", - "name": "npm:@algolia/ingestion", - "data": { - "version": "1.46.2", - "packageName": "@algolia/ingestion", - "hash": "sha512-1Uw2OslTWiOFDtt83y0bGiErJYy5MizadV0nHnOoHFWMoDqWW0kQoMFI65pXqRSkVvit5zjXSLik2xMiyQJDWQ==" - } - }, - "npm:@algolia/monitoring": { - "type": "npm", - "name": "npm:@algolia/monitoring", - "data": { - "version": "1.46.2", - "packageName": "@algolia/monitoring", - "hash": "sha512-xk9f+DPtNcddWN6E7n1hyNNsATBCHIqAvVGG2EAGHJc4AFYL18uM/kMTiOKXE/LKDPyy1JhIerrh9oYb7RBrgw==" - } - }, - "npm:@algolia/recommend": { - "type": "npm", - "name": "npm:@algolia/recommend", - "data": { - "version": "5.46.2", - "packageName": "@algolia/recommend", - "hash": "sha512-NApbTPj9LxGzNw4dYnZmj2BoXiAc8NmbbH6qBNzQgXklGklt/xldTvu+FACN6ltFsTzoNU6j2mWNlHQTKGC5+Q==" - } - }, - "npm:@algolia/requester-browser-xhr": { - "type": "npm", - "name": "npm:@algolia/requester-browser-xhr", - "data": { - "version": "5.46.2", - "packageName": "@algolia/requester-browser-xhr", - "hash": "sha512-ekotpCwpSp033DIIrsTpYlGUCF6momkgupRV/FA3m62SreTSZUKjgK6VTNyG7TtYfq9YFm/pnh65bATP/ZWJEg==" - } - }, - "npm:@algolia/requester-fetch": { - "type": "npm", - "name": "npm:@algolia/requester-fetch", - "data": { - "version": "5.46.2", - "packageName": "@algolia/requester-fetch", - "hash": "sha512-gKE+ZFi/6y7saTr34wS0SqYFDcjHW4Wminv8PDZEi0/mE99+hSrbKgJWxo2ztb5eqGirQTgIh1AMVacGGWM1iw==" - } - }, - "npm:@algolia/requester-node-http": { - "type": "npm", - "name": "npm:@algolia/requester-node-http", - "data": { - "version": "5.46.2", - "packageName": "@algolia/requester-node-http", - "hash": "sha512-ciPihkletp7ttweJ8Zt+GukSVLp2ANJHU+9ttiSxsJZThXc4Y2yJ8HGVWesW5jN1zrsZsezN71KrMx/iZsOYpg==" - } - }, - "npm:@ampproject/remapping": { - "type": "npm", - "name": "npm:@ampproject/remapping", - "data": { - "version": "2.3.0", - "packageName": "@ampproject/remapping", - "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" - } - }, - "npm:@angular-architects/native-federation": { - "type": "npm", - "name": "npm:@angular-architects/native-federation", - "data": { - "version": "21.1.0", - "packageName": "@angular-architects/native-federation", - "hash": "sha512-XOkYPEdBSgIGYpCAb8M09kkDimVesr43YcTITTL7GYAmN2Upto+KOPNBCpkFEDrrbFMkVpoUXz7HJFQ6w1Iq8Q==" - } - }, - "npm:@esbuild/aix-ppc64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/aix-ppc64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/aix-ppc64", - "hash": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" - } - }, - "npm:@esbuild/aix-ppc64": { - "type": "npm", - "name": "npm:@esbuild/aix-ppc64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/aix-ppc64", - "hash": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==" - } - }, - "npm:@esbuild/android-arm@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/android-arm@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/android-arm", - "hash": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" - } - }, - "npm:@esbuild/android-arm": { - "type": "npm", - "name": "npm:@esbuild/android-arm", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/android-arm", - "hash": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==" - } - }, - "npm:@esbuild/android-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/android-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/android-arm64", - "hash": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" - } - }, - "npm:@esbuild/android-arm64": { - "type": "npm", - "name": "npm:@esbuild/android-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/android-arm64", - "hash": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==" - } - }, - "npm:@esbuild/android-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/android-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/android-x64", - "hash": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" - } - }, - "npm:@esbuild/android-x64": { - "type": "npm", - "name": "npm:@esbuild/android-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/android-x64", - "hash": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==" - } - }, - "npm:@esbuild/darwin-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/darwin-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/darwin-arm64", - "hash": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" - } - }, - "npm:@esbuild/darwin-arm64": { - "type": "npm", - "name": "npm:@esbuild/darwin-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/darwin-arm64", - "hash": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==" - } - }, - "npm:@esbuild/darwin-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/darwin-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/darwin-x64", - "hash": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" - } - }, - "npm:@esbuild/darwin-x64": { - "type": "npm", - "name": "npm:@esbuild/darwin-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/darwin-x64", - "hash": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==" - } - }, - "npm:@esbuild/freebsd-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/freebsd-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/freebsd-arm64", - "hash": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" - } - }, - "npm:@esbuild/freebsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/freebsd-arm64", - "hash": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==" - } - }, - "npm:@esbuild/freebsd-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/freebsd-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/freebsd-x64", - "hash": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" - } - }, - "npm:@esbuild/freebsd-x64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/freebsd-x64", - "hash": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==" - } - }, - "npm:@esbuild/linux-arm@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-arm@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-arm", - "hash": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" - } - }, - "npm:@esbuild/linux-arm": { - "type": "npm", - "name": "npm:@esbuild/linux-arm", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-arm", - "hash": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==" - } - }, - "npm:@esbuild/linux-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-arm64", - "hash": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" - } - }, - "npm:@esbuild/linux-arm64": { - "type": "npm", - "name": "npm:@esbuild/linux-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-arm64", - "hash": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==" - } - }, - "npm:@esbuild/linux-ia32@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-ia32@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-ia32", - "hash": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" - } - }, - "npm:@esbuild/linux-ia32": { - "type": "npm", - "name": "npm:@esbuild/linux-ia32", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-ia32", - "hash": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==" - } - }, - "npm:@esbuild/linux-loong64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-loong64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-loong64", - "hash": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" - } - }, - "npm:@esbuild/linux-loong64": { - "type": "npm", - "name": "npm:@esbuild/linux-loong64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-loong64", - "hash": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==" - } - }, - "npm:@esbuild/linux-mips64el@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-mips64el@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-mips64el", - "hash": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" - } - }, - "npm:@esbuild/linux-mips64el": { - "type": "npm", - "name": "npm:@esbuild/linux-mips64el", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-mips64el", - "hash": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==" - } - }, - "npm:@esbuild/linux-ppc64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-ppc64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-ppc64", - "hash": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" - } - }, - "npm:@esbuild/linux-ppc64": { - "type": "npm", - "name": "npm:@esbuild/linux-ppc64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-ppc64", - "hash": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==" - } - }, - "npm:@esbuild/linux-riscv64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-riscv64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-riscv64", - "hash": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" - } - }, - "npm:@esbuild/linux-riscv64": { - "type": "npm", - "name": "npm:@esbuild/linux-riscv64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-riscv64", - "hash": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==" - } - }, - "npm:@esbuild/linux-s390x@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-s390x@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-s390x", - "hash": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" - } - }, - "npm:@esbuild/linux-s390x": { - "type": "npm", - "name": "npm:@esbuild/linux-s390x", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-s390x", - "hash": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==" - } - }, - "npm:@esbuild/linux-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/linux-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/linux-x64", - "hash": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" - } - }, - "npm:@esbuild/linux-x64": { - "type": "npm", - "name": "npm:@esbuild/linux-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/linux-x64", - "hash": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==" - } - }, - "npm:@esbuild/netbsd-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/netbsd-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/netbsd-arm64", - "hash": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" - } - }, - "npm:@esbuild/netbsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/netbsd-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/netbsd-arm64", - "hash": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==" - } - }, - "npm:@esbuild/netbsd-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/netbsd-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" - } - }, - "npm:@esbuild/netbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/netbsd-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==" - } - }, - "npm:@esbuild/openbsd-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/openbsd-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/openbsd-arm64", - "hash": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" - } - }, - "npm:@esbuild/openbsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/openbsd-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/openbsd-arm64", - "hash": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==" - } - }, - "npm:@esbuild/openbsd-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/openbsd-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/openbsd-x64", - "hash": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" - } - }, - "npm:@esbuild/openbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/openbsd-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/openbsd-x64", - "hash": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==" - } - }, - "npm:@esbuild/openharmony-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/openharmony-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/openharmony-arm64", - "hash": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" - } - }, - "npm:@esbuild/openharmony-arm64": { - "type": "npm", - "name": "npm:@esbuild/openharmony-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/openharmony-arm64", - "hash": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==" - } - }, - "npm:@esbuild/sunos-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/sunos-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/sunos-x64", - "hash": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" - } - }, - "npm:@esbuild/sunos-x64": { - "type": "npm", - "name": "npm:@esbuild/sunos-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/sunos-x64", - "hash": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==" - } - }, - "npm:@esbuild/win32-arm64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/win32-arm64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/win32-arm64", - "hash": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" - } - }, - "npm:@esbuild/win32-arm64": { - "type": "npm", - "name": "npm:@esbuild/win32-arm64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/win32-arm64", - "hash": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==" - } - }, - "npm:@esbuild/win32-ia32@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/win32-ia32@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/win32-ia32", - "hash": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" - } - }, - "npm:@esbuild/win32-ia32": { - "type": "npm", - "name": "npm:@esbuild/win32-ia32", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/win32-ia32", - "hash": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==" - } - }, - "npm:@esbuild/win32-x64@0.25.12": { - "type": "npm", - "name": "npm:@esbuild/win32-x64@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "@esbuild/win32-x64", - "hash": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" - } - }, - "npm:@esbuild/win32-x64": { - "type": "npm", - "name": "npm:@esbuild/win32-x64", - "data": { - "version": "0.27.2", - "packageName": "@esbuild/win32-x64", - "hash": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==" - } - }, - "npm:esbuild@0.25.12": { - "type": "npm", - "name": "npm:esbuild@0.25.12", - "data": { - "version": "0.25.12", - "packageName": "esbuild", - "hash": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" - } - }, - "npm:esbuild": { - "type": "npm", - "name": "npm:esbuild", - "data": { - "version": "0.27.2", - "packageName": "esbuild", - "hash": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==" - } - }, - "npm:mrmime@1.0.1": { - "type": "npm", - "name": "npm:mrmime@1.0.1", - "data": { - "version": "1.0.1", - "packageName": "mrmime", - "hash": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==" - } - }, - "npm:mrmime": { - "type": "npm", - "name": "npm:mrmime", - "data": { - "version": "2.0.1", - "packageName": "mrmime", - "hash": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" - } - }, - "npm:@angular-architects/ngrx-toolkit": { - "type": "npm", - "name": "npm:@angular-architects/ngrx-toolkit", - "data": { - "version": "21.0.1", - "packageName": "@angular-architects/ngrx-toolkit", - "hash": "sha512-mbwNxO+HIhf5ocUdgj7ywrSCpLLzgAg+whktDDhBoVQfLdlTZKoI6NRuOAjxTksaaok85Wv6+nHGBRuJLDIjsQ==" - } - }, - "npm:@angular-devkit/architect": { - "type": "npm", - "name": "npm:@angular-devkit/architect", - "data": { - "version": "0.2101.4", - "packageName": "@angular-devkit/architect", - "hash": "sha512-3yyebORk+ovtO+LfDjIGbGCZhCMDAsyn9vkCljARj3sSshS4blOQBar0g+V3kYAweLT5Gf+rTKbN5jneOkBAFQ==" - } - }, - "npm:@angular-devkit/core": { - "type": "npm", - "name": "npm:@angular-devkit/core", - "data": { - "version": "21.1.4", - "packageName": "@angular-devkit/core", - "hash": "sha512-ObPTI5gYCB1jGxTRhcqZ6oQVUBFVJ8GH4LksVuAiz0nFX7xxpzARWvlhq943EtnlovVlUd9I8fM3RQqjfGVVAQ==" - } - }, - "npm:@angular-devkit/schematics": { - "type": "npm", - "name": "npm:@angular-devkit/schematics", - "data": { - "version": "21.1.4", - "packageName": "@angular-devkit/schematics", - "hash": "sha512-Nqq0ioCUxrbEX+L4KOarETcZZJNnJ1mAJ0ubO4VM91qnn8RBBM9SnQ91590TfC34Szk/wh+3+Uj6KUvTJNuegQ==" - } - }, - "npm:@angular-eslint/builder": { - "type": "npm", - "name": "npm:@angular-eslint/builder", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/builder", - "hash": "sha512-pcUlDkGqeZ+oQC0oEjnkDDlB96gbgHQhnBUKdhYAiAOSuiBod4+npP0xQOq5chYtRNPBprhDqgrJrp5DBeDMOA==" - } - }, - "npm:@angular-eslint/bundled-angular-compiler": { - "type": "npm", - "name": "npm:@angular-eslint/bundled-angular-compiler", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/bundled-angular-compiler", - "hash": "sha512-t52J6FszgEHaJ+IjuzU9qaWfVxsjlVNkAP+B5z2t4NDgbbDDsmI+QJh0OtP1qdlqzjh2pbocEml30KhYmNZm/Q==" - } - }, - "npm:@angular-eslint/eslint-plugin": { - "type": "npm", - "name": "npm:@angular-eslint/eslint-plugin", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/eslint-plugin", - "hash": "sha512-oNp+4UzN2M3KwGwEw03NUdXz93vqJd9sMzTbGXWF9+KVfA2LjckGDTrI6g6asGcJMdyTo07rDcnw0m0MkLB5VA==" - } - }, - "npm:@angular-eslint/eslint-plugin-template": { - "type": "npm", - "name": "npm:@angular-eslint/eslint-plugin-template", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/eslint-plugin-template", - "hash": "sha512-FlbRfOCn8IUHvP1ebcCSQFVNh+4X/HqZqL7SW5oj9WIYPiOX9ijS03ndNbfX/pBPSIi8GHLKMjLt8zIy1l5Lww==" - } - }, - "npm:@angular-eslint/schematics": { - "type": "npm", - "name": "npm:@angular-eslint/schematics", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/schematics", - "hash": "sha512-Hal1mYwx4MTjCcNHqfIlua31xrk2tZJoyTiXiGQ21cAeK4sFuY+9V7/8cxbwJMGftX0G4J7uhx8woOdIFuqiZw==" - } - }, - "npm:@angular-eslint/template-parser": { - "type": "npm", - "name": "npm:@angular-eslint/template-parser", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/template-parser", - "hash": "sha512-PYVgNbjNtuD5/QOuS6cHR8A7bRqsVqxtUUXGqdv76FYMAajQcAvyfR0QxOkqf3NmYxgNgO3hlUHWq0ILjVbcow==" - } - }, - "npm:@angular-eslint/utils": { - "type": "npm", - "name": "npm:@angular-eslint/utils", - "data": { - "version": "21.1.0", - "packageName": "@angular-eslint/utils", - "hash": "sha512-rWINgxGREu+NFUPCpAVsBGG8B4hfXxyswM0N5GbjykvsfB5W6PUix2Gsoh++iEsZPT+c9lvgXL5GbpwfanjOow==" - } - }, - "npm:@angular/animations": { - "type": "npm", - "name": "npm:@angular/animations", - "data": { - "version": "21.1.4", - "packageName": "@angular/animations", - "hash": "sha512-8xQ0Ylw7qqVyw4ZJ/Tyw/z5Mtqtp8AMj+R+Z1sCWcyxBgDU4+qfxteVYdiipWC3tX77A0FTsXqwvNP9WVY2/WA==" - } - }, - "npm:@angular/build": { - "type": "npm", - "name": "npm:@angular/build", - "data": { - "version": "21.1.4", - "packageName": "@angular/build", - "hash": "sha512-7CAAQPWFMMqod40ox5MOVB/CnoBXFDehyQhs0hls6lu7bOy/M0EDy0v6bERkyNGRz1mihWWBiCV8XzEinrlq1A==" - } - }, - "npm:@angular/cdk": { - "type": "npm", - "name": "npm:@angular/cdk", - "data": { - "version": "21.1.0", - "packageName": "@angular/cdk", - "hash": "sha512-zvV37HPKhtu0bOfuK0IhjKKq++Xb57Z11uZYZJI34BZnZ5y1TPhJpcmrHhjb2uKUNfDvePUqhlnIlKAXHSBIhw==" - } - }, - "npm:@angular/cli": { - "type": "npm", - "name": "npm:@angular/cli", - "data": { - "version": "21.1.4", - "packageName": "@angular/cli", - "hash": "sha512-XsMHgxTvHGiXXrhYZz3zMZYhYU0gHdpoHKGiEKXwcx+S1KoYbIssyg6oF2Kq49ZaE0OYCTKjnvgDce6ZqdkJ/A==" - } - }, - "npm:@angular/common": { - "type": "npm", - "name": "npm:@angular/common", - "data": { - "version": "21.1.4", - "packageName": "@angular/common", - "hash": "sha512-1uOxPrHO9PFZBU/JavzYzjxAm+5x7vD2z6AeUndqdT4LjqOBIePswxFDRqM9dlfF8FIwnnfmNFipiC/yQjJSnA==" - } - }, - "npm:@angular/compiler": { - "type": "npm", - "name": "npm:@angular/compiler", - "data": { - "version": "21.1.4", - "packageName": "@angular/compiler", - "hash": "sha512-H0qtASeqOTaS44ioF4DYE/yNqwzUmEJpMYrcNEUFEwA20/DkLzyoaEx4y1CjIxtXxuhtge95PNymDBOLWSjIdg==" - } - }, - "npm:@angular/compiler-cli": { - "type": "npm", - "name": "npm:@angular/compiler-cli", - "data": { - "version": "21.1.4", - "packageName": "@angular/compiler-cli", - "hash": "sha512-Uw8KmpVCo58/f5wf6pY8ZS5fodv65hn5jxms8Nv/K7/LVe3i1nNFrHyneBx5+a7qkz93nSV4rdwBVnMvjIyr+g==" - } - }, - "npm:@angular/core": { - "type": "npm", - "name": "npm:@angular/core", - "data": { - "version": "21.1.4", - "packageName": "@angular/core", - "hash": "sha512-QBDO5SaVYTVQ0fIN9Qd7US9cUCgs2vM9x6K18PTUKmygIkHVHTFdzwm4MO5gpCOFzJseGbS+dNzqn+v0PaKf9g==" - } - }, - "npm:@angular/forms": { - "type": "npm", - "name": "npm:@angular/forms", - "data": { - "version": "21.1.4", - "packageName": "@angular/forms", - "hash": "sha512-duVT/eOncmFNBYRlK/F7WDg6GD1vL1mxUrDdnp7M9J8JvNrKH0PvdfzuOAmjbB8/bsvUNTLFXCV4+43Mc2Hqsw==" - } - }, - "npm:@angular/material": { - "type": "npm", - "name": "npm:@angular/material", - "data": { - "version": "21.1.0", - "packageName": "@angular/material", - "hash": "sha512-VFWUQMU5Rm8w6uW5+FcMbsDvHMmhviVxPsKAFdinJ4ySbm5c6z9c64nhlYCNRswRgLB1VcoVxEWitP77LUagYg==" - } - }, - "npm:@angular/platform-browser": { - "type": "npm", - "name": "npm:@angular/platform-browser", - "data": { - "version": "21.1.4", - "packageName": "@angular/platform-browser", - "hash": "sha512-S6Iw5CkORih5omh+MQY35w0bUBxdSFAPLDg386S6/9fEUjDClo61hvXNKxaNh9g7tnh1LD7zmTmKrqufnhnFDQ==" - } - }, - "npm:@angular/router": { - "type": "npm", - "name": "npm:@angular/router", - "data": { - "version": "21.1.4", - "packageName": "@angular/router", - "hash": "sha512-nPYuRJ8ub/X8GK55U2KqYy/ducVRn6HSoDmZz0yiXtI6haFsZlv9R1j5zi0EDIqrrN0HGARMs6jNDXZC1Ded3w==" - } - }, - "npm:@antfu/install-pkg": { - "type": "npm", - "name": "npm:@antfu/install-pkg", - "data": { - "version": "1.1.0", - "packageName": "@antfu/install-pkg", - "hash": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==" - } - }, - "npm:@apidevtools/json-schema-ref-parser": { - "type": "npm", - "name": "npm:@apidevtools/json-schema-ref-parser", - "data": { - "version": "11.9.3", - "packageName": "@apidevtools/json-schema-ref-parser", - "hash": "sha512-60vepv88RwcJtSHrD6MjIL6Ta3SOYbgfnkHb+ppAVK+o9mXprRtulx7VlRl3lN3bbvysAfCS7WMVfhUYemB0IQ==" - } - }, - "npm:@asamuzakjp/css-color": { - "type": "npm", - "name": "npm:@asamuzakjp/css-color", - "data": { - "version": "4.1.1", - "packageName": "@asamuzakjp/css-color", - "hash": "sha512-B0Hv6G3gWGMn0xKJ0txEi/jM5iFpT3MfDxmhZFb4W047GvytCf1DHQ1D69W3zHI4yWe2aTZAA0JnbMZ7Xc8DuQ==" - } - }, - "npm:lru-cache@11.2.4": { - "type": "npm", - "name": "npm:lru-cache@11.2.4", - "data": { - "version": "11.2.4", - "packageName": "lru-cache", - "hash": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==" - } - }, - "npm:lru-cache": { - "type": "npm", - "name": "npm:lru-cache", - "data": { - "version": "5.1.1", - "packageName": "lru-cache", - "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" - } - }, - "npm:lru-cache@10.4.3": { - "type": "npm", - "name": "npm:lru-cache@10.4.3", - "data": { - "version": "10.4.3", - "packageName": "lru-cache", - "hash": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" - } - }, - "npm:@asamuzakjp/dom-selector": { - "type": "npm", - "name": "npm:@asamuzakjp/dom-selector", - "data": { - "version": "6.7.6", - "packageName": "@asamuzakjp/dom-selector", - "hash": "sha512-hBaJER6A9MpdG3WgdlOolHmbOYvSk46y7IQN/1+iqiCuUu6iWdQrs9DGKF8ocqsEqWujWf/V7b7vaDgiUmIvUg==" - } - }, - "npm:@asamuzakjp/nwsapi": { - "type": "npm", - "name": "npm:@asamuzakjp/nwsapi", - "data": { - "version": "2.3.9", - "packageName": "@asamuzakjp/nwsapi", - "hash": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==" - } - }, - "npm:@babel/code-frame": { - "type": "npm", - "name": "npm:@babel/code-frame", - "data": { - "version": "7.27.1", - "packageName": "@babel/code-frame", - "hash": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" - } - }, - "npm:@babel/compat-data": { - "type": "npm", - "name": "npm:@babel/compat-data", - "data": { - "version": "7.28.5", - "packageName": "@babel/compat-data", - "hash": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==" - } - }, - "npm:@babel/core": { - "type": "npm", - "name": "npm:@babel/core", - "data": { - "version": "7.28.5", - "packageName": "@babel/core", - "hash": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==" - } - }, - "npm:convert-source-map@2.0.0": { - "type": "npm", - "name": "npm:convert-source-map@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "convert-source-map", - "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - } - }, - "npm:convert-source-map": { - "type": "npm", - "name": "npm:convert-source-map", - "data": { - "version": "1.9.0", - "packageName": "convert-source-map", - "hash": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" - } - }, - "npm:semver@6.3.1": { - "type": "npm", - "name": "npm:semver@6.3.1", - "data": { - "version": "6.3.1", - "packageName": "semver", - "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" - } - }, - "npm:semver@5.7.2": { - "type": "npm", - "name": "npm:semver@5.7.2", - "data": { - "version": "5.7.2", - "packageName": "semver", - "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" - } - }, - "npm:semver": { - "type": "npm", - "name": "npm:semver", - "data": { - "version": "7.7.3", - "packageName": "semver", - "hash": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" - } - }, - "npm:@babel/generator": { - "type": "npm", - "name": "npm:@babel/generator", - "data": { - "version": "7.28.5", - "packageName": "@babel/generator", - "hash": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==" - } - }, - "npm:@babel/helper-annotate-as-pure": { - "type": "npm", - "name": "npm:@babel/helper-annotate-as-pure", - "data": { - "version": "7.27.3", - "packageName": "@babel/helper-annotate-as-pure", - "hash": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==" - } - }, - "npm:@babel/helper-compilation-targets": { - "type": "npm", - "name": "npm:@babel/helper-compilation-targets", - "data": { - "version": "7.27.2", - "packageName": "@babel/helper-compilation-targets", - "hash": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" - } - }, - "npm:@babel/helper-globals": { - "type": "npm", - "name": "npm:@babel/helper-globals", - "data": { - "version": "7.28.0", - "packageName": "@babel/helper-globals", - "hash": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" - } - }, - "npm:@babel/helper-module-imports": { - "type": "npm", - "name": "npm:@babel/helper-module-imports", - "data": { - "version": "7.27.1", - "packageName": "@babel/helper-module-imports", - "hash": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" - } - }, - "npm:@babel/helper-module-transforms": { - "type": "npm", - "name": "npm:@babel/helper-module-transforms", - "data": { - "version": "7.28.3", - "packageName": "@babel/helper-module-transforms", - "hash": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==" - } - }, - "npm:@babel/helper-split-export-declaration": { - "type": "npm", - "name": "npm:@babel/helper-split-export-declaration", - "data": { - "version": "7.24.7", - "packageName": "@babel/helper-split-export-declaration", - "hash": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" - } - }, - "npm:@babel/helper-string-parser": { - "type": "npm", - "name": "npm:@babel/helper-string-parser", - "data": { - "version": "7.27.1", - "packageName": "@babel/helper-string-parser", - "hash": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" - } - }, - "npm:@babel/helper-validator-identifier": { - "type": "npm", - "name": "npm:@babel/helper-validator-identifier", - "data": { - "version": "7.28.5", - "packageName": "@babel/helper-validator-identifier", - "hash": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==" - } - }, - "npm:@babel/helper-validator-option": { - "type": "npm", - "name": "npm:@babel/helper-validator-option", - "data": { - "version": "7.27.1", - "packageName": "@babel/helper-validator-option", - "hash": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" - } - }, - "npm:@babel/helpers": { - "type": "npm", - "name": "npm:@babel/helpers", - "data": { - "version": "7.28.4", - "packageName": "@babel/helpers", - "hash": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==" - } - }, - "npm:@babel/parser": { - "type": "npm", - "name": "npm:@babel/parser", - "data": { - "version": "7.28.5", - "packageName": "@babel/parser", - "hash": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==" - } - }, - "npm:@babel/template": { - "type": "npm", - "name": "npm:@babel/template", - "data": { - "version": "7.27.2", - "packageName": "@babel/template", - "hash": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" - } - }, - "npm:@babel/traverse": { - "type": "npm", - "name": "npm:@babel/traverse", - "data": { - "version": "7.28.5", - "packageName": "@babel/traverse", - "hash": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==" - } - }, - "npm:@babel/types": { - "type": "npm", - "name": "npm:@babel/types", - "data": { - "version": "7.28.5", - "packageName": "@babel/types", - "hash": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==" - } - }, - "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:@braintree/sanitize-url": { - "type": "npm", - "name": "npm:@braintree/sanitize-url", - "data": { - "version": "7.1.1", - "packageName": "@braintree/sanitize-url", - "hash": "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==" - } - }, - "npm:@chevrotain/cst-dts-gen": { - "type": "npm", - "name": "npm:@chevrotain/cst-dts-gen", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/cst-dts-gen", - "hash": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==" - } - }, - "npm:lodash-es@4.17.21": { - "type": "npm", - "name": "npm:lodash-es@4.17.21", - "data": { - "version": "4.17.21", - "packageName": "lodash-es", - "hash": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - } - }, - "npm:lodash-es": { - "type": "npm", - "name": "npm:lodash-es", - "data": { - "version": "4.17.22", - "packageName": "lodash-es", - "hash": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==" - } - }, - "npm:@chevrotain/gast": { - "type": "npm", - "name": "npm:@chevrotain/gast", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/gast", - "hash": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==" - } - }, - "npm:@chevrotain/regexp-to-ast": { - "type": "npm", - "name": "npm:@chevrotain/regexp-to-ast", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/regexp-to-ast", - "hash": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==" - } - }, - "npm:@chevrotain/types": { - "type": "npm", - "name": "npm:@chevrotain/types", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/types", - "hash": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==" - } - }, - "npm:@chevrotain/utils": { - "type": "npm", - "name": "npm:@chevrotain/utils", - "data": { - "version": "11.0.3", - "packageName": "@chevrotain/utils", - "hash": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==" - } - }, - "npm:@chialab/cjs-to-esm": { - "type": "npm", - "name": "npm:@chialab/cjs-to-esm", - "data": { - "version": "0.19.0", - "packageName": "@chialab/cjs-to-esm", - "hash": "sha512-I7VZF3ocOhJoSF+Py7CYrPjB+GeP9e6wyHU9RU7usSqHYM8lPgWSpN5TJiwWg/SC5h490v+vCsrLd12G7UNd8g==" - } - }, - "npm:@chialab/esbuild-plugin-commonjs": { - "type": "npm", - "name": "npm:@chialab/esbuild-plugin-commonjs", - "data": { - "version": "0.19.0", - "packageName": "@chialab/esbuild-plugin-commonjs", - "hash": "sha512-O4SfKNIgihBaMAhO6mbsnAAAocFTKdbE1YEiHu8FuJ+YgCRLRITU9BUk0+chGSIwIg9J03ULzgkJ97Sm1BfYdQ==" - } - }, - "npm:@chialab/esbuild-rna": { - "type": "npm", - "name": "npm:@chialab/esbuild-rna", - "data": { - "version": "0.19.0", - "packageName": "@chialab/esbuild-rna", - "hash": "sha512-701y6cN/F9JEjMsJW7PcLxUq1kcReNJ69DTcw7TXLA5f5flBH7zZf+U0F/bwn3vQ2StszT8scTmlflPP4J8m3Q==" - } - }, - "npm:@chialab/estransform": { - "type": "npm", - "name": "npm:@chialab/estransform", - "data": { - "version": "0.19.0", - "packageName": "@chialab/estransform", - "hash": "sha512-w6i/RZ3SddSCDIYZLkwnK+KAseCKW3BT627San3EbzH3NRY0Gn5RqXCjX9J/mNGe2FydwAevG7O605z50woWuA==" - } - }, - "npm:@chialab/node-resolve": { - "type": "npm", - "name": "npm:@chialab/node-resolve", - "data": { - "version": "0.19.0", - "packageName": "@chialab/node-resolve", - "hash": "sha512-VaYOPbgIEVPu7ic+LAA8z2syEpEQhO1nLce0BSPs2eMubQ+mxSrH3RyXKH+CREhOnBWH3Rd3uuFZn2Rofypsbg==" - } - }, - "npm:@commitlint/cli": { - "type": "npm", - "name": "npm:@commitlint/cli", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/cli", - "hash": "sha512-l37HkrPZ2DZy26rKiTUvdq/LZtlMcxz+PeLv9dzK9NzoFGuJdOQyYU7IEkEQj0pO++uYue89wzOpZ0hcTtoqUA==" - } - }, - "npm:ansi-regex@5.0.1": { - "type": "npm", - "name": "npm:ansi-regex@5.0.1", - "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - } - }, - "npm:ansi-regex": { - "type": "npm", - "name": "npm:ansi-regex", - "data": { - "version": "6.2.2", - "packageName": "ansi-regex", - "hash": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" - } - }, - "npm:ansi-styles@4.3.0": { - "type": "npm", - "name": "npm:ansi-styles@4.3.0", - "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" - } - }, - "npm:ansi-styles": { - "type": "npm", - "name": "npm:ansi-styles", - "data": { - "version": "6.2.3", - "packageName": "ansi-styles", - "hash": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" - } - }, - "npm:ansi-styles@3.2.1": { - "type": "npm", - "name": "npm:ansi-styles@3.2.1", - "data": { - "version": "3.2.1", - "packageName": "ansi-styles", - "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" - } - }, - "npm:cliui@8.0.1": { - "type": "npm", - "name": "npm:cliui@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "cliui", - "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" - } - }, - "npm:cliui": { - "type": "npm", - "name": "npm:cliui", - "data": { - "version": "9.0.1", - "packageName": "cliui", - "hash": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==" - } - }, - "npm:emoji-regex@8.0.0": { - "type": "npm", - "name": "npm:emoji-regex@8.0.0", - "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } - }, - "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": "10.6.0", - "packageName": "emoji-regex", - "hash": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==" - } - }, - "npm:is-fullwidth-code-point@3.0.0": { - "type": "npm", - "name": "npm:is-fullwidth-code-point@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - } - }, - "npm:is-fullwidth-code-point": { - "type": "npm", - "name": "npm:is-fullwidth-code-point", - "data": { - "version": "5.1.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==" - } - }, - "npm:string-width@4.2.3": { - "type": "npm", - "name": "npm:string-width@4.2.3", - "data": { - "version": "4.2.3", - "packageName": "string-width", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "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@7.2.0": { - "type": "npm", - "name": "npm:string-width@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "string-width", - "hash": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" - } - }, - "npm:string-width": { - "type": "npm", - "name": "npm:string-width", - "data": { - "version": "8.1.0", - "packageName": "string-width", - "hash": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==" - } - }, - "npm:strip-ansi@6.0.1": { - "type": "npm", - "name": "npm:strip-ansi@6.0.1", - "data": { - "version": "6.0.1", - "packageName": "strip-ansi", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - } - }, - "npm:strip-ansi": { - "type": "npm", - "name": "npm:strip-ansi", - "data": { - "version": "7.1.2", - "packageName": "strip-ansi", - "hash": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==" - } - }, - "npm:wrap-ansi@7.0.0": { - "type": "npm", - "name": "npm:wrap-ansi@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "wrap-ansi", - "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" - } - }, - "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@9.0.2": { - "type": "npm", - "name": "npm:wrap-ansi@9.0.2", - "data": { - "version": "9.0.2", - "packageName": "wrap-ansi", - "hash": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==" - } - }, - "npm:wrap-ansi": { - "type": "npm", - "name": "npm:wrap-ansi", - "data": { - "version": "6.2.0", - "packageName": "wrap-ansi", - "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" - } - }, - "npm:yargs@17.7.2": { - "type": "npm", - "name": "npm:yargs@17.7.2", - "data": { - "version": "17.7.2", - "packageName": "yargs", - "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" - } - }, - "npm:yargs": { - "type": "npm", - "name": "npm:yargs", - "data": { - "version": "18.0.0", - "packageName": "yargs", - "hash": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==" - } - }, - "npm:yargs-parser@21.1.1": { - "type": "npm", - "name": "npm:yargs-parser@21.1.1", - "data": { - "version": "21.1.1", - "packageName": "yargs-parser", - "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" - } - }, - "npm:yargs-parser": { - "type": "npm", - "name": "npm:yargs-parser", - "data": { - "version": "22.0.0", - "packageName": "yargs-parser", - "hash": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==" - } - }, - "npm:@commitlint/config-conventional": { - "type": "npm", - "name": "npm:@commitlint/config-conventional", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/config-conventional", - "hash": "sha512-MsRac+yNIbTB4Q/psstKK4/ciVzACHicSwz+04Sxve+4DW+PiJeTjU0JnS4m/oOnulrXYN+yBPlKaBSGemRfgQ==" - } - }, - "npm:@commitlint/config-validator": { - "type": "npm", - "name": "npm:@commitlint/config-validator", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/config-validator", - "hash": "sha512-SQCBGsL9MFk8utWNSthdxd9iOD1pIVZSHxGBwYIGfd67RTjxqzFOSAYeQVXOu3IxRC3YrTOH37ThnTLjUlyF2w==" - } - }, - "npm:@commitlint/ensure": { - "type": "npm", - "name": "npm:@commitlint/ensure", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/ensure", - "hash": "sha512-+8TgIGv89rOWyt3eC6lcR1H7hqChAKkpawytlq9P1i/HYugFRVqgoKJ8dhd89fMnlrQTLjA5E97/4sF09QwdoA==" - } - }, - "npm:@commitlint/execute-rule": { - "type": "npm", - "name": "npm:@commitlint/execute-rule", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/execute-rule", - "hash": "sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==" - } - }, - "npm:@commitlint/format": { - "type": "npm", - "name": "npm:@commitlint/format", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/format", - "hash": "sha512-PhNoLNhxpfIBlW/i90uZ3yG3hwSSYx7n4d9Yc+2FAorAHS0D9btYRK4ZZXX+Gm3W5tDtu911ow/eWRfcRVgNWg==" - } - }, - "npm:@commitlint/is-ignored": { - "type": "npm", - "name": "npm:@commitlint/is-ignored", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/is-ignored", - "hash": "sha512-Lz0OGeZCo/QHUDLx5LmZc0EocwanneYJUM8z0bfWexArk62HKMLfLIodwXuKTO5y0s6ddXaTexrYHs7v96EOmw==" - } - }, - "npm:@commitlint/lint": { - "type": "npm", - "name": "npm:@commitlint/lint", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/lint", - "hash": "sha512-cQEEB+jlmyQbyiji/kmh8pUJSDeUmPiWq23kFV0EtW3eM+uAaMLMuoTMajbrtWYWQpPzOMDjYltQ8jxHeHgITg==" - } - }, - "npm:@commitlint/load": { - "type": "npm", - "name": "npm:@commitlint/load", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/load", - "hash": "sha512-iAK2GaBM8sPFTSwtagI67HrLKHIUxQc2BgpgNc/UMNme6LfmtHpIxQoN1TbP+X1iz58jq32HL1GbrFTCzcMi6g==" - } - }, - "npm:@commitlint/message": { - "type": "npm", - "name": "npm:@commitlint/message", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/message", - "hash": "sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ==" - } - }, - "npm:@commitlint/parse": { - "type": "npm", - "name": "npm:@commitlint/parse", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/parse", - "hash": "sha512-LXStagGU1ivh07X7sM+hnEr4BvzFYn1iBJ6DRg2QsIN8lBfSzyvkUcVCDwok9Ia4PWiEgei5HQjju6xfJ1YaSQ==" - } - }, - "npm:@commitlint/read": { - "type": "npm", - "name": "npm:@commitlint/read", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/read", - "hash": "sha512-+SjF9mxm5JCbe+8grOpXCXMMRzAnE0WWijhhtasdrpJoAFJYd5UgRTj/oCq5W3HJTwbvTOsijEJ0SUGImECD7Q==" - } - }, - "npm:@commitlint/resolve-extends": { - "type": "npm", - "name": "npm:@commitlint/resolve-extends", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/resolve-extends", - "hash": "sha512-KVoLDi9BEuqeq+G0wRABn4azLRiCC22/YHR2aCquwx6bzCHAIN8hMt3Nuf1VFxq/c8ai6s8qBxE8+ZD4HeFTlQ==" - } - }, - "npm:resolve-from@5.0.0": { - "type": "npm", - "name": "npm:resolve-from@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "resolve-from", - "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - } - }, - "npm:resolve-from": { - "type": "npm", - "name": "npm:resolve-from", - "data": { - "version": "4.0.0", - "packageName": "resolve-from", - "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" - } - }, - "npm:@commitlint/rules": { - "type": "npm", - "name": "npm:@commitlint/rules", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/rules", - "hash": "sha512-27rHGpeAjnYl/A+qUUiYDa7Yn1WIjof/dFJjYW4gA1Ug+LUGa1P0AexzGZ5NBxTbAlmDgaxSZkLLxtLVqtg8PQ==" - } - }, - "npm:@commitlint/to-lines": { - "type": "npm", - "name": "npm:@commitlint/to-lines", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/to-lines", - "hash": "sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==" - } - }, - "npm:@commitlint/top-level": { - "type": "npm", - "name": "npm:@commitlint/top-level", - "data": { - "version": "20.0.0", - "packageName": "@commitlint/top-level", - "hash": "sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg==" - } - }, - "npm:find-up@7.0.0": { - "type": "npm", - "name": "npm:find-up@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "find-up", - "hash": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==" - } - }, - "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-up@2.1.0": { - "type": "npm", - "name": "npm:find-up@2.1.0", - "data": { - "version": "2.1.0", - "packageName": "find-up", - "hash": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==" - } - }, - "npm:locate-path@7.2.0": { - "type": "npm", - "name": "npm:locate-path@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "locate-path", - "hash": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" - } - }, - "npm:locate-path": { - "type": "npm", - "name": "npm:locate-path", - "data": { - "version": "6.0.0", - "packageName": "locate-path", - "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" - } - }, - "npm:locate-path@2.0.0": { - "type": "npm", - "name": "npm:locate-path@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "locate-path", - "hash": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==" - } - }, - "npm:p-limit@4.0.0": { - "type": "npm", - "name": "npm:p-limit@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "p-limit", - "hash": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" - } - }, - "npm:p-limit": { - "type": "npm", - "name": "npm:p-limit", - "data": { - "version": "3.1.0", - "packageName": "p-limit", - "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" - } - }, - "npm:p-limit@1.3.0": { - "type": "npm", - "name": "npm:p-limit@1.3.0", - "data": { - "version": "1.3.0", - "packageName": "p-limit", - "hash": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==" - } - }, - "npm:p-locate@6.0.0": { - "type": "npm", - "name": "npm:p-locate@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "p-locate", - "hash": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" - } - }, - "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:p-locate@2.0.0": { - "type": "npm", - "name": "npm:p-locate@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "p-locate", - "hash": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==" - } - }, - "npm:path-exists@5.0.0": { - "type": "npm", - "name": "npm:path-exists@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "path-exists", - "hash": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" - } - }, - "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-exists@3.0.0": { - "type": "npm", - "name": "npm:path-exists@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "path-exists", - "hash": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" - } - }, - "npm:yocto-queue@1.2.2": { - "type": "npm", - "name": "npm:yocto-queue@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "yocto-queue", - "hash": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==" - } - }, - "npm:yocto-queue": { - "type": "npm", - "name": "npm:yocto-queue", - "data": { - "version": "0.1.0", - "packageName": "yocto-queue", - "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" - } - }, - "npm:@commitlint/types": { - "type": "npm", - "name": "npm:@commitlint/types", - "data": { - "version": "20.2.0", - "packageName": "@commitlint/types", - "hash": "sha512-KTy0OqRDLR5y/zZMnizyx09z/rPlPC/zKhYgH8o/q6PuAjoQAKlRfY4zzv0M64yybQ//6//4H1n14pxaLZfUnA==" - } - }, - "npm:@csstools/color-helpers": { - "type": "npm", - "name": "npm:@csstools/color-helpers", - "data": { - "version": "5.1.0", - "packageName": "@csstools/color-helpers", - "hash": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==" - } - }, - "npm:@csstools/css-calc": { - "type": "npm", - "name": "npm:@csstools/css-calc", - "data": { - "version": "2.1.4", - "packageName": "@csstools/css-calc", - "hash": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==" - } - }, - "npm:@csstools/css-color-parser": { - "type": "npm", - "name": "npm:@csstools/css-color-parser", - "data": { - "version": "3.1.0", - "packageName": "@csstools/css-color-parser", - "hash": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==" - } - }, - "npm:@csstools/css-parser-algorithms": { - "type": "npm", - "name": "npm:@csstools/css-parser-algorithms", - "data": { - "version": "3.0.5", - "packageName": "@csstools/css-parser-algorithms", - "hash": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==" - } - }, - "npm:@csstools/css-syntax-patches-for-csstree": { - "type": "npm", - "name": "npm:@csstools/css-syntax-patches-for-csstree", - "data": { - "version": "1.0.22", - "packageName": "@csstools/css-syntax-patches-for-csstree", - "hash": "sha512-qBcx6zYlhleiFfdtzkRgwNC7VVoAwfK76Vmsw5t+PbvtdknO9StgRk7ROvq9so1iqbdW4uLIDAsXRsTfUrIoOw==" - } - }, - "npm:@csstools/css-tokenizer": { - "type": "npm", - "name": "npm:@csstools/css-tokenizer", - "data": { - "version": "3.0.4", - "packageName": "@csstools/css-tokenizer", - "hash": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==" - } - }, - "npm:@emnapi/core": { - "type": "npm", - "name": "npm:@emnapi/core", - "data": { - "version": "1.8.1", - "packageName": "@emnapi/core", - "hash": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==" - } - }, - "npm:@emnapi/runtime": { - "type": "npm", - "name": "npm:@emnapi/runtime", - "data": { - "version": "1.8.1", - "packageName": "@emnapi/runtime", - "hash": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==" - } - }, - "npm:@emnapi/wasi-threads": { - "type": "npm", - "name": "npm:@emnapi/wasi-threads", - "data": { - "version": "1.1.0", - "packageName": "@emnapi/wasi-threads", - "hash": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==" - } - }, - "npm:@eslint-community/eslint-utils": { - "type": "npm", - "name": "npm:@eslint-community/eslint-utils", - "data": { - "version": "4.9.0", - "packageName": "@eslint-community/eslint-utils", - "hash": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==" - } - }, - "npm:@eslint-community/regexpp": { - "type": "npm", - "name": "npm:@eslint-community/regexpp", - "data": { - "version": "4.12.2", - "packageName": "@eslint-community/regexpp", - "hash": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==" - } - }, - "npm:@eslint/config-array": { - "type": "npm", - "name": "npm:@eslint/config-array", - "data": { - "version": "0.21.1", - "packageName": "@eslint/config-array", - "hash": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==" - } - }, - "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": { - "type": "npm", - "name": "npm:minimatch", - "data": { - "version": "10.1.1", - "packageName": "minimatch", - "hash": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==" - } - }, - "npm:@eslint/config-helpers": { - "type": "npm", - "name": "npm:@eslint/config-helpers", - "data": { - "version": "0.4.2", - "packageName": "@eslint/config-helpers", - "hash": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==" - } - }, - "npm:@eslint/core": { - "type": "npm", - "name": "npm:@eslint/core", - "data": { - "version": "0.17.0", - "packageName": "@eslint/core", - "hash": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==" - } - }, - "npm:@eslint/eslintrc": { - "type": "npm", - "name": "npm:@eslint/eslintrc", - "data": { - "version": "3.3.3", - "packageName": "@eslint/eslintrc", - "hash": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==" - } - }, - "npm:ajv@6.12.6": { - "type": "npm", - "name": "npm:ajv@6.12.6", - "data": { - "version": "6.12.6", - "packageName": "ajv", - "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" - } - }, - "npm:ajv": { - "type": "npm", - "name": "npm:ajv", - "data": { - "version": "8.17.1", - "packageName": "ajv", - "hash": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" - } - }, - "npm:ignore@5.3.2": { - "type": "npm", - "name": "npm:ignore@5.3.2", - "data": { - "version": "5.3.2", - "packageName": "ignore", - "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" - } - }, - "npm:ignore": { - "type": "npm", - "name": "npm:ignore", - "data": { - "version": "7.0.5", - "packageName": "ignore", - "hash": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" - } - }, - "npm:json-schema-traverse@0.4.1": { - "type": "npm", - "name": "npm:json-schema-traverse@0.4.1", - "data": { - "version": "0.4.1", - "packageName": "json-schema-traverse", - "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - } - }, - "npm:json-schema-traverse": { - "type": "npm", - "name": "npm:json-schema-traverse", - "data": { - "version": "1.0.0", - "packageName": "json-schema-traverse", - "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - } - }, - "npm:@eslint/js": { - "type": "npm", - "name": "npm:@eslint/js", - "data": { - "version": "9.39.2", - "packageName": "@eslint/js", - "hash": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==" - } - }, - "npm:@eslint/object-schema": { - "type": "npm", - "name": "npm:@eslint/object-schema", - "data": { - "version": "2.1.7", - "packageName": "@eslint/object-schema", - "hash": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==" - } - }, - "npm:@eslint/plugin-kit": { - "type": "npm", - "name": "npm:@eslint/plugin-kit", - "data": { - "version": "0.4.1", - "packageName": "@eslint/plugin-kit", - "hash": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==" - } - }, - "npm:@exodus/bytes": { - "type": "npm", - "name": "npm:@exodus/bytes", - "data": { - "version": "1.7.0", - "packageName": "@exodus/bytes", - "hash": "sha512-5i+BtvujK/vM07YCGDyz4C4AyDzLmhxHMtM5HpUyPRtJPBdFPsj290ffXW+UXY21/G7GtXeHD2nRmq0T1ShyQQ==" - } - }, - "npm:@google/genai": { - "type": "npm", - "name": "npm:@google/genai", - "data": { - "version": "1.40.0", - "packageName": "@google/genai", - "hash": "sha512-fhIww8smT0QYRX78qWOiz/nIQhHMF5wXOrlXvj33HBrz3vKDBb+wibLcEmTA+L9dmPD4KmfNr7UF3LDQVTXNjA==" - } - }, - "npm:@hashbrownai/angular": { - "type": "npm", - "name": "npm:@hashbrownai/angular", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/angular", - "hash": "sha512-ougex3B3jyTpKLWw9Qo69sIN/H5n+f3CmqqDTfLkhN+XAXVBzlQN27MbcvtnJokZM+QPAQ7Lsk51SAwbLie8Fw==" - } - }, - "npm:@hashbrownai/core": { - "type": "npm", - "name": "npm:@hashbrownai/core", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/core", - "hash": "sha512-NW+/Iop7bbev3CoGUzvZ9mL0+oGZWSNClNocTU19sSwVklPLJNNOeFvVlmPJuD2C9t7V1j0ivDwLmzIfBUwSjg==" - } - }, - "npm:@hashbrownai/google": { - "type": "npm", - "name": "npm:@hashbrownai/google", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/google", - "hash": "sha512-KaJRXFjzIqe/xAnep72wNS4ApYIJNmqXBX5d4n1J5+v7/eBmAJPup9mi15WNhFOV8TNE6nKhsdDHJ6VtochDog==" - } - }, - "npm:@hashbrownai/openai": { - "type": "npm", - "name": "npm:@hashbrownai/openai", - "data": { - "version": "0.4.1", - "packageName": "@hashbrownai/openai", - "hash": "sha512-KFmWYD8vooIZoHAX3ZyiCtZXkj3PRmb5Sl5rGQAlDIzyfMtkwZv+ppk2yniIqOlmrrmbgRB/SXqnKLPsQ6LdVg==" - } - }, - "npm:@hono/node-server": { - "type": "npm", - "name": "npm:@hono/node-server", - "data": { - "version": "1.19.9", - "packageName": "@hono/node-server", - "hash": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==" - } - }, - "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.7", - "packageName": "@humanfs/node", - "hash": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==" - } - }, - "npm:@humanwhocodes/module-importer": { - "type": "npm", - "name": "npm:@humanwhocodes/module-importer", - "data": { - "version": "1.0.1", - "packageName": "@humanwhocodes/module-importer", - "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" - } - }, - "npm:@humanwhocodes/retry": { - "type": "npm", - "name": "npm:@humanwhocodes/retry", - "data": { - "version": "0.4.3", - "packageName": "@humanwhocodes/retry", - "hash": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==" - } - }, - "npm:@iconify/types": { - "type": "npm", - "name": "npm:@iconify/types", - "data": { - "version": "2.0.0", - "packageName": "@iconify/types", - "hash": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" - } - }, - "npm:@iconify/utils": { - "type": "npm", - "name": "npm:@iconify/utils", - "data": { - "version": "3.1.0", - "packageName": "@iconify/utils", - "hash": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==" - } - }, - "npm:@inquirer/ansi": { - "type": "npm", - "name": "npm:@inquirer/ansi", - "data": { - "version": "1.0.2", - "packageName": "@inquirer/ansi", - "hash": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==" - } - }, - "npm:@inquirer/checkbox": { - "type": "npm", - "name": "npm:@inquirer/checkbox", - "data": { - "version": "4.3.2", - "packageName": "@inquirer/checkbox", - "hash": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==" - } - }, - "npm:@inquirer/confirm": { - "type": "npm", - "name": "npm:@inquirer/confirm", - "data": { - "version": "5.1.21", - "packageName": "@inquirer/confirm", - "hash": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==" - } - }, - "npm:@inquirer/core": { - "type": "npm", - "name": "npm:@inquirer/core", - "data": { - "version": "10.3.2", - "packageName": "@inquirer/core", - "hash": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==" - } - }, - "npm:@inquirer/editor": { - "type": "npm", - "name": "npm:@inquirer/editor", - "data": { - "version": "4.2.23", - "packageName": "@inquirer/editor", - "hash": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==" - } - }, - "npm:@inquirer/expand": { - "type": "npm", - "name": "npm:@inquirer/expand", - "data": { - "version": "4.0.23", - "packageName": "@inquirer/expand", - "hash": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==" - } - }, - "npm:@inquirer/external-editor": { - "type": "npm", - "name": "npm:@inquirer/external-editor", - "data": { - "version": "1.0.3", - "packageName": "@inquirer/external-editor", - "hash": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==" - } - }, - "npm:@inquirer/figures": { - "type": "npm", - "name": "npm:@inquirer/figures", - "data": { - "version": "1.0.15", - "packageName": "@inquirer/figures", - "hash": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==" - } - }, - "npm:@inquirer/input": { - "type": "npm", - "name": "npm:@inquirer/input", - "data": { - "version": "4.3.1", - "packageName": "@inquirer/input", - "hash": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==" - } - }, - "npm:@inquirer/number": { - "type": "npm", - "name": "npm:@inquirer/number", - "data": { - "version": "3.0.23", - "packageName": "@inquirer/number", - "hash": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==" - } - }, - "npm:@inquirer/password": { - "type": "npm", - "name": "npm:@inquirer/password", - "data": { - "version": "4.0.23", - "packageName": "@inquirer/password", - "hash": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==" - } - }, - "npm:@inquirer/prompts": { - "type": "npm", - "name": "npm:@inquirer/prompts", - "data": { - "version": "7.10.1", - "packageName": "@inquirer/prompts", - "hash": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==" - } - }, - "npm:@inquirer/rawlist": { - "type": "npm", - "name": "npm:@inquirer/rawlist", - "data": { - "version": "4.1.11", - "packageName": "@inquirer/rawlist", - "hash": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==" - } - }, - "npm:@inquirer/search": { - "type": "npm", - "name": "npm:@inquirer/search", - "data": { - "version": "3.2.2", - "packageName": "@inquirer/search", - "hash": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==" - } - }, - "npm:@inquirer/select": { - "type": "npm", - "name": "npm:@inquirer/select", - "data": { - "version": "4.4.2", - "packageName": "@inquirer/select", - "hash": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==" - } - }, - "npm:@inquirer/type": { - "type": "npm", - "name": "npm:@inquirer/type", - "data": { - "version": "3.0.10", - "packageName": "@inquirer/type", - "hash": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==" - } - }, - "npm:@isaacs/balanced-match": { - "type": "npm", - "name": "npm:@isaacs/balanced-match", - "data": { - "version": "4.0.1", - "packageName": "@isaacs/balanced-match", - "hash": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==" - } - }, - "npm:@isaacs/brace-expansion": { - "type": "npm", - "name": "npm:@isaacs/brace-expansion", - "data": { - "version": "5.0.0", - "packageName": "@isaacs/brace-expansion", - "hash": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==" - } - }, - "npm:@isaacs/cliui": { - "type": "npm", - "name": "npm:@isaacs/cliui", - "data": { - "version": "8.0.2", - "packageName": "@isaacs/cliui", - "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" - } - }, - "npm:@isaacs/fs-minipass": { - "type": "npm", - "name": "npm:@isaacs/fs-minipass", - "data": { - "version": "4.0.1", - "packageName": "@isaacs/fs-minipass", - "hash": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==" - } - }, - "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:@jridgewell/gen-mapping": { - "type": "npm", - "name": "npm:@jridgewell/gen-mapping", - "data": { - "version": "0.3.13", - "packageName": "@jridgewell/gen-mapping", - "hash": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" - } - }, - "npm:@jridgewell/remapping": { - "type": "npm", - "name": "npm:@jridgewell/remapping", - "data": { - "version": "2.3.5", - "packageName": "@jridgewell/remapping", - "hash": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" - } - }, - "npm:@jridgewell/resolve-uri": { - "type": "npm", - "name": "npm:@jridgewell/resolve-uri", - "data": { - "version": "3.1.2", - "packageName": "@jridgewell/resolve-uri", - "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" - } - }, - "npm:@jridgewell/sourcemap-codec": { - "type": "npm", - "name": "npm:@jridgewell/sourcemap-codec", - "data": { - "version": "1.5.5", - "packageName": "@jridgewell/sourcemap-codec", - "hash": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" - } - }, - "npm:@jridgewell/trace-mapping": { - "type": "npm", - "name": "npm:@jridgewell/trace-mapping", - "data": { - "version": "0.3.31", - "packageName": "@jridgewell/trace-mapping", - "hash": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" - } - }, - "npm:@jscpd/core": { - "type": "npm", - "name": "npm:@jscpd/core", - "data": { - "version": "4.0.4", - "packageName": "@jscpd/core", - "hash": "sha512-QGMT3iXEX1fI6lgjPH+x8eyJwhwr2KkpSF5uBpjC0Z5Xloj0yFTFLtwJT+RhxP/Ob4WYrtx2jvpKB269oIwgMQ==" - } - }, - "npm:@jscpd/tokenizer": { - "type": "npm", - "name": "npm:@jscpd/tokenizer", - "data": { - "version": "4.0.4", - "packageName": "@jscpd/tokenizer", - "hash": "sha512-xxYYY/qaLah/FlwogEbGIxx9CjDO+G9E6qawcy26WwrflzJb6wsnhjwdneN6Wb0RNCDsqvzY+bzG453jsin4UQ==" - } - }, - "npm:@jsdevtools/ono": { - "type": "npm", - "name": "npm:@jsdevtools/ono", - "data": { - "version": "7.1.3", - "packageName": "@jsdevtools/ono", - "hash": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" - } - }, - "npm:@kurkle/color": { - "type": "npm", - "name": "npm:@kurkle/color", - "data": { - "version": "0.3.4", - "packageName": "@kurkle/color", - "hash": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==" - } - }, - "npm:@listr2/prompt-adapter-inquirer": { - "type": "npm", - "name": "npm:@listr2/prompt-adapter-inquirer", - "data": { - "version": "3.0.5", - "packageName": "@listr2/prompt-adapter-inquirer", - "hash": "sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==" - } - }, - "npm:@lmdb/lmdb-darwin-arm64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-darwin-arm64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-darwin-arm64", - "hash": "sha512-XaKL705gDWd6XVls3ATDj13ZdML/LqSIxwgnYpG8xTzH2ifArx8fMMDdvqGE/Emd+W6R90W2fveZcJ0AyS8Y0w==" - } - }, - "npm:@lmdb/lmdb-darwin-x64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-darwin-x64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-darwin-x64", - "hash": "sha512-GPHGEVcwJlkD01GmIr7B4kvbIcUDS2+kBadVEd7lU4can1RZaZQLDDBJRrrNfS2Kavvl0VLI/cMv7UASAXGrww==" - } - }, - "npm:@lmdb/lmdb-linux-arm": { - "type": "npm", - "name": "npm:@lmdb/lmdb-linux-arm", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-linux-arm", - "hash": "sha512-cmev5/dZr5ACKri9f6GU6lZCXTjMhV72xujlbOhFCgFXrt4W0TxGsmY8kA1BITvH60JBKE50cSxsiulybAbrrw==" - } - }, - "npm:@lmdb/lmdb-linux-arm64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-linux-arm64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-linux-arm64", - "hash": "sha512-mALqr7DE42HsiwVTKpQWxacjHoJk+e9p00RWIJqTACh/hpucxp/0lK/XMh5XzWnU/TDCZLukq1+vNqnNumTP/Q==" - } - }, - "npm:@lmdb/lmdb-linux-x64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-linux-x64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-linux-x64", - "hash": "sha512-QjLs8OcmCNcraAcLoZyFlo0atzBJniQLLwhtR+ymQqS5kLYpV5RqwriL87BW+ZiR9ZiGgZx3evrz5vnWPtJ1fQ==" - } - }, - "npm:@lmdb/lmdb-win32-arm64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-win32-arm64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-win32-arm64", - "hash": "sha512-tr/pwHDlZ33forLGAr0tI04cRmP4SgF93yHbb+2zvZiDEyln5yMHhbKDySxY66aUOkhvBvTuHq9q/3YmTj6ZHQ==" - } - }, - "npm:@lmdb/lmdb-win32-x64": { - "type": "npm", - "name": "npm:@lmdb/lmdb-win32-x64", - "data": { - "version": "3.4.4", - "packageName": "@lmdb/lmdb-win32-x64", - "hash": "sha512-KRzfocJzB/mgoTCqnMawuLSKheHRVTqWfSmouIgYpFs6Hx4zvZSvsZKSCEb5gHmICy7qsx9l06jk3MFTtiFVAQ==" - } - }, - "npm:@mermaid-js/parser": { - "type": "npm", - "name": "npm:@mermaid-js/parser", - "data": { - "version": "0.6.3", - "packageName": "@mermaid-js/parser", - "hash": "sha512-lnjOhe7zyHjc+If7yT4zoedx2vo4sHaTmtkl1+or8BRTnCtDmcTpAjpzDSfCZrshM5bCoz0GyidzadJAH1xobA==" - } - }, - "npm:@modelcontextprotocol/sdk": { - "type": "npm", - "name": "npm:@modelcontextprotocol/sdk", - "data": { - "version": "1.26.0", - "packageName": "@modelcontextprotocol/sdk", - "hash": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==" - } - }, - "npm:@modelcontextprotocol/sdk@1.17.3": { - "type": "npm", - "name": "npm:@modelcontextprotocol/sdk@1.17.3", - "data": { - "version": "1.17.3", - "packageName": "@modelcontextprotocol/sdk", - "hash": "sha512-JPwUKWSsbzx+DLFznf/QZ32Qa+ptfbUlHhRLrBQBAFu9iI1iYvizM4p+zhhRDceSsPutXp4z+R/HPVphlIiclg==" - } - }, - "npm:express-rate-limit@8.2.1": { - "type": "npm", - "name": "npm:express-rate-limit@8.2.1", - "data": { - "version": "8.2.1", - "packageName": "express-rate-limit", - "hash": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==" - } - }, - "npm:express-rate-limit": { - "type": "npm", - "name": "npm:express-rate-limit", - "data": { - "version": "7.5.1", - "packageName": "express-rate-limit", - "hash": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==" - } - }, - "npm:ip-address@10.0.1": { - "type": "npm", - "name": "npm:ip-address@10.0.1", - "data": { - "version": "10.0.1", - "packageName": "ip-address", - "hash": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==" - } - }, - "npm:ip-address": { - "type": "npm", - "name": "npm:ip-address", - "data": { - "version": "10.1.0", - "packageName": "ip-address", - "hash": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-darwin-arm64", - "hash": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-darwin-x64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-darwin-x64", - "hash": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-linux-arm": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-linux-arm", - "hash": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-linux-arm64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-linux-arm64", - "hash": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-linux-x64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-linux-x64", - "hash": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==" - } - }, - "npm:@msgpackr-extract/msgpackr-extract-win32-x64": { - "type": "npm", - "name": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", - "data": { - "version": "3.0.3", - "packageName": "@msgpackr-extract/msgpackr-extract-win32-x64", - "hash": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==" - } - }, - "npm:@napi-rs/magic-string": { - "type": "npm", - "name": "npm:@napi-rs/magic-string", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string", - "hash": "sha512-DEWl/B99RQsyMT3F9bvrXuhL01/eIQp/dtNSE3G1jQ4mTGRcP4iHWxoPZ577WrbjUinrNgvRA5+08g8fkPgimQ==" - } - }, - "npm:@napi-rs/magic-string-android-arm-eabi": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-android-arm-eabi", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-android-arm-eabi", - "hash": "sha512-sszAYxqtzzJ4FDerDNHcqL9NhqPhj8W4DNiOanXYy50mA5oojlRtaAFPiB5ZMrWDBM32v5Q30LrmxQ4eTtu2Dg==" - } - }, - "npm:@napi-rs/magic-string-android-arm64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-android-arm64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-android-arm64", - "hash": "sha512-jdQ6HuO0X5rkX4MauTcWR4HWdgjakTOmmzqXg8L26+jOHVVG1LZE+Su5qvV4bP8vMb2h+vPE+JsnwqSmWymu3Q==" - } - }, - "npm:@napi-rs/magic-string-darwin-arm64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-darwin-arm64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-darwin-arm64", - "hash": "sha512-6NmMtvURce9/oq09XBZmuIeI6lPLGtEJ2ZPO/QzL3nLZa6wygiCnO/sFACKYNg5/73ET5HMMTeuogE1JI+r2Lw==" - } - }, - "npm:@napi-rs/magic-string-darwin-x64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-darwin-x64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-darwin-x64", - "hash": "sha512-f9LmfMiUAKDOtl0meOuLYeVb6OERrgGzrTg1Tn3R3fTAShM2kxRbfAuPE9ljuXxIFzOv/uqRNLSl/LqCJwpREA==" - } - }, - "npm:@napi-rs/magic-string-freebsd-x64": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-freebsd-x64", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-freebsd-x64", - "hash": "sha512-rqduQ4odiDK4QdM45xHWRTU4wtFIfpp8g8QGpz+3qqg7ivldDqbbNOrBaf6Oeu77uuEvWggnkyuChotfKgJdJQ==" - } - }, - "npm:@napi-rs/magic-string-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-arm-gnueabihf", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-arm-gnueabihf", - "hash": "sha512-pVaJEdEpiPqIfq3M4+yMAATS7Z9muDcWYn8H7GFH1ygh8GwgLgKfy/n/lG2M6zp18Mwd0x7E2E/qg9GgCyUzoQ==" - } - }, - "npm:@napi-rs/magic-string-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-arm64-gnu", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-arm64-gnu", - "hash": "sha512-9FwoAih/0tzEZx0BjYYIxWkSRMjonIn91RFM3q3MBs/evmThXUYXUqLNa1PPIkK1JoksswtDi48qWWLt8nGflQ==" - } - }, - "npm:@napi-rs/magic-string-linux-arm64-musl": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-arm64-musl", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-arm64-musl", - "hash": "sha512-wCR7R+WPOcAKmVQc1s6h6HwfwW1vL9pM8BjUY9Ljkdb8wt1LmZEmV2Sgfc1SfbRQzbyl+pKeufP6adRRQVzYDA==" - } - }, - "npm:@napi-rs/magic-string-linux-x64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-x64-gnu", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-x64-gnu", - "hash": "sha512-sbxFDpYnt5WFbxQ1xozwOvh5A7IftqSI0WnE9O7KsQIOi0ej2dvFbfOW4tmFkvH/YP8KJELo5AhP2+kEq1DpYA==" - } - }, - "npm:@napi-rs/magic-string-linux-x64-musl": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-linux-x64-musl", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-linux-x64-musl", - "hash": "sha512-jN4h/7e2Ul8v3UK5IZu38NXLMdzVWhY4uEDlnwuUAhwRh26wBQ1/pLD97Uy/Z3dFNBQPcsv60XS9fOM1YDNT6w==" - } - }, - "npm:@napi-rs/magic-string-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-win32-arm64-msvc", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-win32-arm64-msvc", - "hash": "sha512-gMUyTRHLWpzX2ntJFCbW2Gnla9Y/WUmbkZuW5SBAo/Jo8QojHn76Y4PNgnoXdzcsV9b/45RBxurYKAfFg9WTyg==" - } - }, - "npm:@napi-rs/magic-string-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-win32-ia32-msvc", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-win32-ia32-msvc", - "hash": "sha512-QIMauMOvEHgL00K9np/c9CT/CRtLOz3mRTQqcZ9XGzSoAMrpxH71KSpDJrKl7h7Ro6TZ+hJ0C3T+JVuTCZNv4A==" - } - }, - "npm:@napi-rs/magic-string-win32-x64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/magic-string-win32-x64-msvc", - "data": { - "version": "0.3.4", - "packageName": "@napi-rs/magic-string-win32-x64-msvc", - "hash": "sha512-V8FMSf828MzOI3P6/765MR7zHU6CUZqiyPhmAnwYoKFNxfv7oCviN/G6NcENeCdcYOvNgh5fYzaNLB96ndId5A==" - } - }, - "npm:@napi-rs/nice": { - "type": "npm", - "name": "npm:@napi-rs/nice", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice", - "hash": "sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==" - } - }, - "npm:@napi-rs/nice-android-arm-eabi": { - "type": "npm", - "name": "npm:@napi-rs/nice-android-arm-eabi", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-android-arm-eabi", - "hash": "sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==" - } - }, - "npm:@napi-rs/nice-android-arm64": { - "type": "npm", - "name": "npm:@napi-rs/nice-android-arm64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-android-arm64", - "hash": "sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==" - } - }, - "npm:@napi-rs/nice-darwin-arm64": { - "type": "npm", - "name": "npm:@napi-rs/nice-darwin-arm64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-darwin-arm64", - "hash": "sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==" - } - }, - "npm:@napi-rs/nice-darwin-x64": { - "type": "npm", - "name": "npm:@napi-rs/nice-darwin-x64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-darwin-x64", - "hash": "sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==" - } - }, - "npm:@napi-rs/nice-freebsd-x64": { - "type": "npm", - "name": "npm:@napi-rs/nice-freebsd-x64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-freebsd-x64", - "hash": "sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==" - } - }, - "npm:@napi-rs/nice-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-arm-gnueabihf", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-arm-gnueabihf", - "hash": "sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==" - } - }, - "npm:@napi-rs/nice-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-arm64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-arm64-gnu", - "hash": "sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==" - } - }, - "npm:@napi-rs/nice-linux-arm64-musl": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-arm64-musl", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-arm64-musl", - "hash": "sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==" - } - }, - "npm:@napi-rs/nice-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-ppc64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-ppc64-gnu", - "hash": "sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==" - } - }, - "npm:@napi-rs/nice-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-riscv64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-riscv64-gnu", - "hash": "sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==" - } - }, - "npm:@napi-rs/nice-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-s390x-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-s390x-gnu", - "hash": "sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==" - } - }, - "npm:@napi-rs/nice-linux-x64-gnu": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-x64-gnu", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-x64-gnu", - "hash": "sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==" - } - }, - "npm:@napi-rs/nice-linux-x64-musl": { - "type": "npm", - "name": "npm:@napi-rs/nice-linux-x64-musl", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-linux-x64-musl", - "hash": "sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==" - } - }, - "npm:@napi-rs/nice-openharmony-arm64": { - "type": "npm", - "name": "npm:@napi-rs/nice-openharmony-arm64", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-openharmony-arm64", - "hash": "sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==" - } - }, - "npm:@napi-rs/nice-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/nice-win32-arm64-msvc", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-win32-arm64-msvc", - "hash": "sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==" - } - }, - "npm:@napi-rs/nice-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@napi-rs/nice-win32-ia32-msvc", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-win32-ia32-msvc", - "hash": "sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==" - } - }, - "npm:@napi-rs/nice-win32-x64-msvc": { - "type": "npm", - "name": "npm:@napi-rs/nice-win32-x64-msvc", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/nice-win32-x64-msvc", - "hash": "sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==" - } - }, - "npm:@napi-rs/wasm-runtime": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime", - "data": { - "version": "1.1.1", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==" - } - }, - "npm:@ngrx/operators": { - "type": "npm", - "name": "npm:@ngrx/operators", - "data": { - "version": "21.0.1", - "packageName": "@ngrx/operators", - "hash": "sha512-CfSh9MzQoIjbipSJ4q1+ZhcY537I5th4hNdNiWHu/egx2+SgFUZlOcQ6E9c+DJMsVkYOoIYhKX1E/bYlFBqXJw==" - } - }, - "npm:@ngrx/signals": { - "type": "npm", - "name": "npm:@ngrx/signals", - "data": { - "version": "21.0.1", - "packageName": "@ngrx/signals", - "hash": "sha512-krmZDhgHrnmZrxfEJ41bp/aM8Mc55k5B2N7oCLT5w4M3YbOkbnWPkP6bBWMv4XPI+2rqVgkLRW6DaWLwoESaBw==" - } - }, - "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:@npmcli/agent": { - "type": "npm", - "name": "npm:@npmcli/agent", - "data": { - "version": "4.0.0", - "packageName": "@npmcli/agent", - "hash": "sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==" - } - }, - "npm:@npmcli/fs": { - "type": "npm", - "name": "npm:@npmcli/fs", - "data": { - "version": "5.0.0", - "packageName": "@npmcli/fs", - "hash": "sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==" - } - }, - "npm:@npmcli/git": { - "type": "npm", - "name": "npm:@npmcli/git", - "data": { - "version": "7.0.1", - "packageName": "@npmcli/git", - "hash": "sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==" - } - }, - "npm:isexe@3.1.1": { - "type": "npm", - "name": "npm:isexe@3.1.1", - "data": { - "version": "3.1.1", - "packageName": "isexe", - "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" - } - }, - "npm:isexe": { - "type": "npm", - "name": "npm:isexe", - "data": { - "version": "2.0.0", - "packageName": "isexe", - "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - } - }, - "npm:which@6.0.0": { - "type": "npm", - "name": "npm:which@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "which", - "hash": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==" - } - }, - "npm:which": { - "type": "npm", - "name": "npm:which", - "data": { - "version": "2.0.2", - "packageName": "which", - "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" - } - }, - "npm:@npmcli/installed-package-contents": { - "type": "npm", - "name": "npm:@npmcli/installed-package-contents", - "data": { - "version": "4.0.0", - "packageName": "@npmcli/installed-package-contents", - "hash": "sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==" - } - }, - "npm:@npmcli/node-gyp": { - "type": "npm", - "name": "npm:@npmcli/node-gyp", - "data": { - "version": "5.0.0", - "packageName": "@npmcli/node-gyp", - "hash": "sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==" - } - }, - "npm:@npmcli/package-json": { - "type": "npm", - "name": "npm:@npmcli/package-json", - "data": { - "version": "7.0.4", - "packageName": "@npmcli/package-json", - "hash": "sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==" - } - }, - "npm:@npmcli/promise-spawn": { - "type": "npm", - "name": "npm:@npmcli/promise-spawn", - "data": { - "version": "9.0.1", - "packageName": "@npmcli/promise-spawn", - "hash": "sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==" - } - }, - "npm:@npmcli/redact": { - "type": "npm", - "name": "npm:@npmcli/redact", - "data": { - "version": "4.0.0", - "packageName": "@npmcli/redact", - "hash": "sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==" - } - }, - "npm:@npmcli/run-script": { - "type": "npm", - "name": "npm:@npmcli/run-script", - "data": { - "version": "10.0.3", - "packageName": "@npmcli/run-script", - "hash": "sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==" - } - }, - "npm:@openapi-contrib/json-schema-to-openapi-schema": { - "type": "npm", - "name": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "data": { - "version": "3.0.3", - "packageName": "@openapi-contrib/json-schema-to-openapi-schema", - "hash": "sha512-2/UmpUBebll6ShAJ4+vlBDqntvJmf7qQ/+/c6QLhZUgCSvfuygjYqQSUMtYuJzhIydatNB/ksO+7sPww+aGgvg==" - } - }, - "npm:@oxc-parser/binding-darwin-arm64": { - "type": "npm", - "name": "npm:@oxc-parser/binding-darwin-arm64", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-darwin-arm64", - "hash": "sha512-3Dws5Wzj9efojjqvhS4ZF+Abh0EoiI5ciOE2kdLifMzSg4fnmYAIOktoUnPEo87TNIb4SiFJ5JgPBgEyq42Eow==" - } - }, - "npm:@oxc-parser/binding-darwin-x64": { - "type": "npm", - "name": "npm:@oxc-parser/binding-darwin-x64", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-darwin-x64", - "hash": "sha512-DAUJ/mfq0Jn2VDYn69bhHTsIWj+aZ/viamexFwaLL7ntkIFmGpzAJZUlWofpY1IRJynKWW+P5AOLYXMllw4qUw==" - } - }, - "npm:@oxc-parser/binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-arm64-gnu", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-arm64-gnu", - "hash": "sha512-ZHQVey/O4K3zTIKtpfsbtJIE8MPTRHRxgY3dejaoeFQGf9C3HasgF132Yp4zN/jOUx+x8czKPVa/Af40ViyhGQ==" - } - }, - "npm:@oxc-parser/binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-arm64-musl", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-arm64-musl", - "hash": "sha512-Diw+Tnf5v+zAYXzDoSKCZsMaroU6GoqZMS7smfDtFnZYTHWZrsTmPBLUQe7AFiG7O7tkhsCdcWjOYgbVkrSVOA==" - } - }, - "npm:@oxc-parser/binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-x64-gnu", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-x64-gnu", - "hash": "sha512-WloqcRrtQUVEP/Sy8ZeEgF0HgBKQjOv3zLFZqbC5ipkerKriGcVbsq3fOIMOi/55AM6/UhIAjeZGnoeco72JjQ==" - } - }, - "npm:@oxc-parser/binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@oxc-parser/binding-linux-x64-musl", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-linux-x64-musl", - "hash": "sha512-2j7BD9szwSXTvSj0Q8VE98UHGYvrgZzdLy4EyB0FilhQnopEfz+YV674rWGY2Il1VYxHJwGctrTJHvARolu37g==" - } - }, - "npm:@oxc-parser/binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@oxc-parser/binding-win32-arm64-msvc", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-win32-arm64-msvc", - "hash": "sha512-mcomr1og17yCmnwn8Q7CRzrH9Va0HccWe4Ld3/u/elBsw0SEzYGVvECRzCyRglYAbKTtusz7as9Jee0RiMOMmg==" - } - }, - "npm:@oxc-parser/binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@oxc-parser/binding-win32-x64-msvc", - "data": { - "version": "0.8.0", - "packageName": "@oxc-parser/binding-win32-x64-msvc", - "hash": "sha512-nIBkc1KZOVYUaHT3+U+gM354P3byMAIXMvlmLMbs0kWVRcI4vrzL8qwWpC6QdBQxWKZGqPEqGolv8H4dDYA9nQ==" - } - }, - "npm:@oxc-project/types": { - "type": "npm", - "name": "npm:@oxc-project/types", - "data": { - "version": "0.106.0", - "packageName": "@oxc-project/types", - "hash": "sha512-QdsH3rZq480VnOHSHgPYOhjL8O8LBdcnSjM408BpPCCUc0JYYZPG9Gafl9i3OcGk/7137o+gweb4cCv3WAUykg==" - } - }, - "npm:@parcel/source-map": { - "type": "npm", - "name": "npm:@parcel/source-map", - "data": { - "version": "2.1.1", - "packageName": "@parcel/source-map", - "hash": "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==" - } - }, - "npm:detect-libc@1.0.3": { - "type": "npm", - "name": "npm:detect-libc@1.0.3", - "data": { - "version": "1.0.3", - "packageName": "detect-libc", - "hash": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" - } - }, - "npm:detect-libc": { - "type": "npm", - "name": "npm:detect-libc", - "data": { - "version": "2.1.2", - "packageName": "detect-libc", - "hash": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" - } - }, - "npm:@parcel/watcher": { - "type": "npm", - "name": "npm:@parcel/watcher", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher", - "hash": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==" - } - }, - "npm:@parcel/watcher-android-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-android-arm64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-android-arm64", - "hash": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==" - } - }, - "npm:@parcel/watcher-darwin-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-arm64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-darwin-arm64", - "hash": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==" - } - }, - "npm:@parcel/watcher-darwin-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-x64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-darwin-x64", - "hash": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==" - } - }, - "npm:@parcel/watcher-freebsd-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-freebsd-x64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-freebsd-x64", - "hash": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==" - } - }, - "npm:@parcel/watcher-linux-arm-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-glibc", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm-glibc", - "hash": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==" - } - }, - "npm:@parcel/watcher-linux-arm-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-musl", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm-musl", - "hash": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==" - } - }, - "npm:@parcel/watcher-linux-arm64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-glibc", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm64-glibc", - "hash": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==" - } - }, - "npm:@parcel/watcher-linux-arm64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-musl", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-arm64-musl", - "hash": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==" - } - }, - "npm:@parcel/watcher-linux-x64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-glibc", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-x64-glibc", - "hash": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==" - } - }, - "npm:@parcel/watcher-linux-x64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-musl", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-linux-x64-musl", - "hash": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==" - } - }, - "npm:@parcel/watcher-win32-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-arm64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-win32-arm64", - "hash": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==" - } - }, - "npm:@parcel/watcher-win32-ia32": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-ia32", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-win32-ia32", - "hash": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==" - } - }, - "npm:@parcel/watcher-win32-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-x64", - "data": { - "version": "2.5.1", - "packageName": "@parcel/watcher-win32-x64", - "hash": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==" - } - }, - "npm:node-addon-api@7.1.1": { - "type": "npm", - "name": "npm:node-addon-api@7.1.1", - "data": { - "version": "7.1.1", - "packageName": "node-addon-api", - "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" - } - }, - "npm:node-addon-api": { - "type": "npm", - "name": "npm:node-addon-api", - "data": { - "version": "6.1.0", - "packageName": "node-addon-api", - "hash": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" - } - }, - "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:@protobufjs/aspromise": { - "type": "npm", - "name": "npm:@protobufjs/aspromise", - "data": { - "version": "1.1.2", - "packageName": "@protobufjs/aspromise", - "hash": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" - } - }, - "npm:@protobufjs/base64": { - "type": "npm", - "name": "npm:@protobufjs/base64", - "data": { - "version": "1.1.2", - "packageName": "@protobufjs/base64", - "hash": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - } - }, - "npm:@protobufjs/codegen": { - "type": "npm", - "name": "npm:@protobufjs/codegen", - "data": { - "version": "2.0.4", - "packageName": "@protobufjs/codegen", - "hash": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - } - }, - "npm:@protobufjs/eventemitter": { - "type": "npm", - "name": "npm:@protobufjs/eventemitter", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/eventemitter", - "hash": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" - } - }, - "npm:@protobufjs/fetch": { - "type": "npm", - "name": "npm:@protobufjs/fetch", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/fetch", - "hash": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" - } - }, - "npm:@protobufjs/float": { - "type": "npm", - "name": "npm:@protobufjs/float", - "data": { - "version": "1.0.2", - "packageName": "@protobufjs/float", - "hash": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" - } - }, - "npm:@protobufjs/inquire": { - "type": "npm", - "name": "npm:@protobufjs/inquire", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/inquire", - "hash": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" - } - }, - "npm:@protobufjs/path": { - "type": "npm", - "name": "npm:@protobufjs/path", - "data": { - "version": "1.1.2", - "packageName": "@protobufjs/path", - "hash": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" - } - }, - "npm:@protobufjs/pool": { - "type": "npm", - "name": "npm:@protobufjs/pool", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/pool", - "hash": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" - } - }, - "npm:@protobufjs/utf8": { - "type": "npm", - "name": "npm:@protobufjs/utf8", - "data": { - "version": "1.1.0", - "packageName": "@protobufjs/utf8", - "hash": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" - } - }, - "npm:@rolldown/binding-android-arm64": { - "type": "npm", - "name": "npm:@rolldown/binding-android-arm64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-android-arm64", - "hash": "sha512-mWj5eE4Qc8TbPdGGaaLvBb9XfDPvE1EmZkJQgiGKwchkWH4oAJcRAKMTw7ZHnb1L+t7Ah41sBkAecaIsuUgsug==" - } - }, - "npm:@rolldown/binding-darwin-arm64": { - "type": "npm", - "name": "npm:@rolldown/binding-darwin-arm64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-darwin-arm64", - "hash": "sha512-wFxUymI/5R8bH8qZFYDfAxAN9CyISEIYke+95oZPiv6EWo88aa5rskjVcCpKA532R+klFmdqjbbaD56GNmTF4Q==" - } - }, - "npm:@rolldown/binding-darwin-x64": { - "type": "npm", - "name": "npm:@rolldown/binding-darwin-x64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-darwin-x64", - "hash": "sha512-ybp3MkPj23VDV9PhtRwdU5qrGhlViWRV5BjKwO6epaSlUD5lW0WyY+roN3ZAzbma/9RrMTgZ/a/gtQq8YXOcqw==" - } - }, - "npm:@rolldown/binding-freebsd-x64": { - "type": "npm", - "name": "npm:@rolldown/binding-freebsd-x64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-freebsd-x64", - "hash": "sha512-Evxj3yh7FWvyklUYZa0qTVT9N2zX9TPDqGF056hl8hlCZ9/ndQ2xMv6uw9PD1VlLpukbsqL+/C6M0qwipL0QMg==" - } - }, - "npm:@rolldown/binding-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-arm-gnueabihf", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-arm-gnueabihf", - "hash": "sha512-tYeXprDOrEgVHUbPXH6MPso4cM/c6RTkmJNICMQlYdki4hGMh92aj3yU6CKs+4X5gfG0yj5kVUw/L4M685SYag==" - } - }, - "npm:@rolldown/binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-arm64-gnu", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-arm64-gnu", - "hash": "sha512-N78vmZzP6zG967Ohr+MasCjmKtis0geZ1SOVmxrA0/bklTQSzH5kHEjW5Qn+i1taFno6GEre1E40v0wuWsNOQw==" - } - }, - "npm:@rolldown/binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-arm64-musl", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-arm64-musl", - "hash": "sha512-l+p4QVtG72C7wI2SIkNQw/KQtSjuYwS3rV6AKcWrRBF62ClsFUcif5vLaZIEbPrCXu5OFRXigXFJnxYsVVZqdQ==" - } - }, - "npm:@rolldown/binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-x64-gnu", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-x64-gnu", - "hash": "sha512-urzJX0HrXxIh0FfxwWRjfPCMeInU9qsImLQxHBgLp5ivji1EEUnOfux8KxPPnRQthJyneBrN2LeqUix9DYrNaQ==" - } - }, - "npm:@rolldown/binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@rolldown/binding-linux-x64-musl", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-linux-x64-musl", - "hash": "sha512-7ijfVK3GISnXIwq/1FZo+KyAUJjL3kWPJ7rViAL6MWeEBhEgRzJ0yEd9I8N9aut8Y8ab+EKFJyRNMWZuUBwQ0A==" - } - }, - "npm:@rolldown/binding-openharmony-arm64": { - "type": "npm", - "name": "npm:@rolldown/binding-openharmony-arm64", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-openharmony-arm64", - "hash": "sha512-/m7sKZCS+cUULbzyJTIlv8JbjNohxbpAOA6cM+lgWgqVzPee3U6jpwydrib328JFN/gF9A99IZEnuGYqEDJdww==" - } - }, - "npm:@rolldown/binding-wasm32-wasi": { - "type": "npm", - "name": "npm:@rolldown/binding-wasm32-wasi", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-wasm32-wasi", - "hash": "sha512-6SZk7zMgv+y3wFFQ9qE5P9NnRHcRsptL1ypmudD26PDY+PvFCvfHRkJNfclWnvacVGxjowr7JOL3a9fd1wWhUw==" - } - }, - "npm:@rolldown/binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rolldown/binding-win32-arm64-msvc", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-win32-arm64-msvc", - "hash": "sha512-sFqfYPnBZ6xBhMkadB7UD0yjEDRvs7ipR3nCggblN+N4ODCXY6qhg/bKL39+W+dgQybL7ErD4EGERVbW9DAWvg==" - } - }, - "npm:@rolldown/binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rolldown/binding-win32-x64-msvc", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/binding-win32-x64-msvc", - "hash": "sha512-AnFWJdAqB8+IDPcGrATYs67Kik/6tnndNJV2jGRmwlbeNiQQ8GhRJU8ETRlINfII0pqi9k4WWLnb00p1QCxw/Q==" - } - }, - "npm:@rolldown/pluginutils": { - "type": "npm", - "name": "npm:@rolldown/pluginutils", - "data": { - "version": "1.0.0-beta.58", - "packageName": "@rolldown/pluginutils", - "hash": "sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==" - } - }, - "npm:@rollup/plugin-json": { - "type": "npm", - "name": "npm:@rollup/plugin-json", - "data": { - "version": "6.1.0", - "packageName": "@rollup/plugin-json", - "hash": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==" - } - }, - "npm:@rollup/pluginutils": { - "type": "npm", - "name": "npm:@rollup/pluginutils", - "data": { - "version": "5.3.0", - "packageName": "@rollup/pluginutils", - "hash": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==" - } - }, - "npm:estree-walker@2.0.2": { - "type": "npm", - "name": "npm:estree-walker@2.0.2", - "data": { - "version": "2.0.2", - "packageName": "estree-walker", - "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" - } - }, - "npm:estree-walker": { - "type": "npm", - "name": "npm:estree-walker", - "data": { - "version": "3.0.3", - "packageName": "estree-walker", - "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" - } - }, - "npm:@rollup/rollup-android-arm-eabi": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm-eabi", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-android-arm-eabi", - "hash": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==" - } - }, - "npm:@rollup/rollup-android-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-android-arm64", - "hash": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==" - } - }, - "npm:@rollup/rollup-darwin-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-darwin-arm64", - "hash": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==" - } - }, - "npm:@rollup/rollup-darwin-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-x64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-darwin-x64", - "hash": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==" - } - }, - "npm:@rollup/rollup-freebsd-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-freebsd-arm64", - "hash": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==" - } - }, - "npm:@rollup/rollup-freebsd-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-x64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-freebsd-x64", - "hash": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==" - } - }, - "npm:@rollup/rollup-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-gnueabihf", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm-gnueabihf", - "hash": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==" - } - }, - "npm:@rollup/rollup-linux-arm-musleabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-musleabihf", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm-musleabihf", - "hash": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==" - } - }, - "npm:@rollup/rollup-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm64-gnu", - "hash": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==" - } - }, - "npm:@rollup/rollup-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-musl", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-arm64-musl", - "hash": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==" - } - }, - "npm:@rollup/rollup-linux-loong64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-loong64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-loong64-gnu", - "hash": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==" - } - }, - "npm:@rollup/rollup-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-ppc64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-ppc64-gnu", - "hash": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==" - } - }, - "npm:@rollup/rollup-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-riscv64-gnu", - "hash": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==" - } - }, - "npm:@rollup/rollup-linux-riscv64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-musl", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-riscv64-musl", - "hash": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==" - } - }, - "npm:@rollup/rollup-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-s390x-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-s390x-gnu", - "hash": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==" - } - }, - "npm:@rollup/rollup-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-x64-gnu", - "hash": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==" - } - }, - "npm:@rollup/rollup-linux-x64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-musl", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-linux-x64-musl", - "hash": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==" - } - }, - "npm:@rollup/rollup-openharmony-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-openharmony-arm64", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-openharmony-arm64", - "hash": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==" - } - }, - "npm:@rollup/rollup-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-arm64-msvc", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-arm64-msvc", - "hash": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==" - } - }, - "npm:@rollup/rollup-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-ia32-msvc", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-ia32-msvc", - "hash": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==" - } - }, - "npm:@rollup/rollup-win32-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-gnu", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-x64-gnu", - "hash": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==" - } - }, - "npm:@rollup/rollup-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-msvc", - "data": { - "version": "4.54.0", - "packageName": "@rollup/rollup-win32-x64-msvc", - "hash": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==" - } - }, - "npm:@rollup/wasm-node": { - "type": "npm", - "name": "npm:@rollup/wasm-node", - "data": { - "version": "4.55.1", - "packageName": "@rollup/wasm-node", - "hash": "sha512-GD+BSGH7+hVtNreVwv2JVxKImAdaDDrT9Ev0Bbr9CTATPjXjp7pQlRAqyZqNW3RGY37qL/RkF0HyO9ptJDU2pQ==" - } - }, - "npm:@schematics/angular": { - "type": "npm", - "name": "npm:@schematics/angular", - "data": { - "version": "21.1.4", - "packageName": "@schematics/angular", - "hash": "sha512-I1zdSNzdbrVCWpeE2NsZQmIoa9m0nlw4INgdGIkqUH6FgwvoGKC0RoOxKAmm6HHVJ48FE/sPI13dwAeK89ow5A==" - } - }, - "npm:@sigstore/bundle": { - "type": "npm", - "name": "npm:@sigstore/bundle", - "data": { - "version": "4.0.0", - "packageName": "@sigstore/bundle", - "hash": "sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==" - } - }, - "npm:@sigstore/core": { - "type": "npm", - "name": "npm:@sigstore/core", - "data": { - "version": "3.1.0", - "packageName": "@sigstore/core", - "hash": "sha512-o5cw1QYhNQ9IroioJxpzexmPjfCe7gzafd2RY3qnMpxr4ZEja+Jad/U8sgFpaue6bOaF+z7RVkyKVV44FN+N8A==" - } - }, - "npm:@sigstore/protobuf-specs": { - "type": "npm", - "name": "npm:@sigstore/protobuf-specs", - "data": { - "version": "0.5.0", - "packageName": "@sigstore/protobuf-specs", - "hash": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==" - } - }, - "npm:@sigstore/sign": { - "type": "npm", - "name": "npm:@sigstore/sign", - "data": { - "version": "4.1.0", - "packageName": "@sigstore/sign", - "hash": "sha512-Vx1RmLxLGnSUqx/o5/VsCjkuN5L7y+vxEEwawvc7u+6WtX2W4GNa7b9HEjmcRWohw/d6BpATXmvOwc78m+Swdg==" - } - }, - "npm:@sigstore/tuf": { - "type": "npm", - "name": "npm:@sigstore/tuf", - "data": { - "version": "4.0.1", - "packageName": "@sigstore/tuf", - "hash": "sha512-OPZBg8y5Vc9yZjmWCHrlWPMBqW5yd8+wFNl+thMdtcWz3vjVSoJQutF8YkrzI0SLGnkuFof4HSsWUhXrf219Lw==" - } - }, - "npm:@sigstore/verify": { - "type": "npm", - "name": "npm:@sigstore/verify", - "data": { - "version": "3.1.0", - "packageName": "@sigstore/verify", - "hash": "sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==" - } - }, - "npm:@softarc/detective": { - "type": "npm", - "name": "npm:@softarc/detective", - "data": { - "version": "2.0.2", - "packageName": "@softarc/detective", - "hash": "sha512-oZRTssjGBe81EXMuCPXaOOajbqaPSkHLAf/48lxbRe1iYZLvnOEVR764dmIbi7j9gdhFkV9q77tyQqG4FE+mZQ==" - } - }, - "npm:express": { - "type": "npm", - "name": "npm:express", - "data": { - "version": "5.2.1", - "packageName": "express", - "hash": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" - } - }, - "npm:express@4.21.0": { - "type": "npm", - "name": "npm:express@4.21.0", - "data": { - "version": "4.21.0", - "packageName": "express", - "hash": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==" - } - }, - "npm:@softarc/sheriff-core@0.17.3": { - "type": "npm", - "name": "npm:@softarc/sheriff-core@0.17.3", - "data": { - "version": "0.17.3", - "packageName": "@softarc/sheriff-core", - "hash": "sha512-3Go1KUDXrTaa3JRPTLyLs8ElHaXVAMox+YERVONR0jy4zvITK1gkLMpttxIXrnYFrmgPI4YL8qcsZsALvUygWQ==" - } - }, - "npm:@softarc/sheriff-core@0.19.2": { - "type": "npm", - "name": "npm:@softarc/sheriff-core@0.19.2", - "data": { - "version": "0.19.2", - "packageName": "@softarc/sheriff-core", - "hash": "sha512-kQ+vZnMSLqWy9WzZzJ3YmGkT49zeX+ENyl7ZYXs96Ipp+P7NVikCJkUDhAC3SHYNSmh+qI6sKCKnQkpbl7AAqg==" - } - }, - "npm:@softarc/sheriff-core": { - "type": "npm", - "name": "npm:@softarc/sheriff-core", - "data": { - "version": "0.19.6", - "packageName": "@softarc/sheriff-core", - "hash": "sha512-KACxHG9sS7kNWgnnBODzdr14kMLMrJVlQKc+tViUP03p2fRwNhESOA49bz51Yn7dro1mbtMmmFjICLmZSJDZZA==" - } - }, - "npm:accepts@1.3.8": { - "type": "npm", - "name": "npm:accepts@1.3.8", - "data": { - "version": "1.3.8", - "packageName": "accepts", - "hash": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" - } - }, - "npm:accepts": { - "type": "npm", - "name": "npm:accepts", - "data": { - "version": "2.0.0", - "packageName": "accepts", - "hash": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" - } - }, - "npm:body-parser@1.20.3": { - "type": "npm", - "name": "npm:body-parser@1.20.3", - "data": { - "version": "1.20.3", - "packageName": "body-parser", - "hash": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" - } - }, - "npm:body-parser": { - "type": "npm", - "name": "npm:body-parser", - "data": { - "version": "2.2.1", - "packageName": "body-parser", - "hash": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==" - } - }, - "npm:content-disposition@0.5.4": { - "type": "npm", - "name": "npm:content-disposition@0.5.4", - "data": { - "version": "0.5.4", - "packageName": "content-disposition", - "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" - } - }, - "npm:content-disposition": { - "type": "npm", - "name": "npm:content-disposition", - "data": { - "version": "1.0.1", - "packageName": "content-disposition", - "hash": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==" - } - }, - "npm:cookie@0.6.0": { - "type": "npm", - "name": "npm:cookie@0.6.0", - "data": { - "version": "0.6.0", - "packageName": "cookie", - "hash": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" - } - }, - "npm:cookie": { - "type": "npm", - "name": "npm:cookie", - "data": { - "version": "0.7.2", - "packageName": "cookie", - "hash": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" - } - }, - "npm:cookie-signature@1.0.6": { - "type": "npm", - "name": "npm:cookie-signature@1.0.6", - "data": { - "version": "1.0.6", - "packageName": "cookie-signature", - "hash": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" - } - }, - "npm:cookie-signature": { - "type": "npm", - "name": "npm:cookie-signature", - "data": { - "version": "1.2.2", - "packageName": "cookie-signature", - "hash": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" - } - }, - "npm:debug@2.6.9": { - "type": "npm", - "name": "npm:debug@2.6.9", - "data": { - "version": "2.6.9", - "packageName": "debug", - "hash": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" - } - }, - "npm:debug": { - "type": "npm", - "name": "npm:debug", - "data": { - "version": "4.4.3", - "packageName": "debug", - "hash": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" - } - }, - "npm:ms@2.0.0": { - "type": "npm", - "name": "npm:ms@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "ms", - "hash": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - }, - "npm:ms": { - "type": "npm", - "name": "npm:ms", - "data": { - "version": "2.1.3", - "packageName": "ms", - "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } - }, - "npm:finalhandler@1.3.1": { - "type": "npm", - "name": "npm:finalhandler@1.3.1", - "data": { - "version": "1.3.1", - "packageName": "finalhandler", - "hash": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==" - } - }, - "npm:finalhandler": { - "type": "npm", - "name": "npm:finalhandler", - "data": { - "version": "2.1.1", - "packageName": "finalhandler", - "hash": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==" - } - }, - "npm:fresh@0.5.2": { - "type": "npm", - "name": "npm:fresh@0.5.2", - "data": { - "version": "0.5.2", - "packageName": "fresh", - "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" - } - }, - "npm:fresh": { - "type": "npm", - "name": "npm:fresh", - "data": { - "version": "2.0.0", - "packageName": "fresh", - "hash": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" - } - }, - "npm:merge-descriptors@1.0.3": { - "type": "npm", - "name": "npm:merge-descriptors@1.0.3", - "data": { - "version": "1.0.3", - "packageName": "merge-descriptors", - "hash": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" - } - }, - "npm:merge-descriptors": { - "type": "npm", - "name": "npm:merge-descriptors", - "data": { - "version": "2.0.0", - "packageName": "merge-descriptors", - "hash": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" - } - }, - "npm:mime-types@2.1.35": { - "type": "npm", - "name": "npm:mime-types@2.1.35", - "data": { - "version": "2.1.35", - "packageName": "mime-types", - "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" - } - }, - "npm:mime-types": { - "type": "npm", - "name": "npm:mime-types", - "data": { - "version": "3.0.2", - "packageName": "mime-types", - "hash": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" - } - }, - "npm:qs@6.13.0": { - "type": "npm", - "name": "npm:qs@6.13.0", - "data": { - "version": "6.13.0", - "packageName": "qs", - "hash": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" - } - }, - "npm:qs": { - "type": "npm", - "name": "npm:qs", - "data": { - "version": "6.14.1", - "packageName": "qs", - "hash": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==" - } - }, - "npm:raw-body@2.5.2": { - "type": "npm", - "name": "npm:raw-body@2.5.2", - "data": { - "version": "2.5.2", - "packageName": "raw-body", - "hash": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" - } - }, - "npm:raw-body": { - "type": "npm", - "name": "npm:raw-body", - "data": { - "version": "3.0.2", - "packageName": "raw-body", - "hash": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" - } - }, - "npm:send@0.19.0": { - "type": "npm", - "name": "npm:send@0.19.0", - "data": { - "version": "0.19.0", - "packageName": "send", - "hash": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" - } - }, - "npm:send": { - "type": "npm", - "name": "npm:send", - "data": { - "version": "1.2.1", - "packageName": "send", - "hash": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" - } - }, - "npm:encodeurl@1.0.2": { - "type": "npm", - "name": "npm:encodeurl@1.0.2", - "data": { - "version": "1.0.2", - "packageName": "encodeurl", - "hash": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" - } - }, - "npm:encodeurl": { - "type": "npm", - "name": "npm:encodeurl", - "data": { - "version": "2.0.0", - "packageName": "encodeurl", - "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" - } - }, - "npm:serve-static@1.16.2": { - "type": "npm", - "name": "npm:serve-static@1.16.2", - "data": { - "version": "1.16.2", - "packageName": "serve-static", - "hash": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==" - } - }, - "npm:serve-static": { - "type": "npm", - "name": "npm:serve-static", - "data": { - "version": "2.2.1", - "packageName": "serve-static", - "hash": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" - } - }, - "npm:type-is@1.6.18": { - "type": "npm", - "name": "npm:type-is@1.6.18", - "data": { - "version": "1.6.18", - "packageName": "type-is", - "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" - } - }, - "npm:type-is": { - "type": "npm", - "name": "npm:type-is", - "data": { - "version": "2.0.1", - "packageName": "type-is", - "hash": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==" - } - }, - "npm:fast-glob@3.3.2": { - "type": "npm", - "name": "npm:fast-glob@3.3.2", - "data": { - "version": "3.3.2", - "packageName": "fast-glob", - "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" - } - }, - "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:http-errors@2.0.0": { - "type": "npm", - "name": "npm:http-errors@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "http-errors", - "hash": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" - } - }, - "npm:http-errors": { - "type": "npm", - "name": "npm:http-errors", - "data": { - "version": "2.0.1", - "packageName": "http-errors", - "hash": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" - } - }, - "npm:iconv-lite@0.4.24": { - "type": "npm", - "name": "npm:iconv-lite@0.4.24", - "data": { - "version": "0.4.24", - "packageName": "iconv-lite", - "hash": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" - } - }, - "npm:iconv-lite@0.6.3": { - "type": "npm", - "name": "npm:iconv-lite@0.6.3", - "data": { - "version": "0.6.3", - "packageName": "iconv-lite", - "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" - } - }, - "npm:iconv-lite": { - "type": "npm", - "name": "npm:iconv-lite", - "data": { - "version": "0.7.1", - "packageName": "iconv-lite", - "hash": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==" - } - }, - "npm:media-typer@0.3.0": { - "type": "npm", - "name": "npm:media-typer@0.3.0", - "data": { - "version": "0.3.0", - "packageName": "media-typer", - "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" - } - }, - "npm:media-typer": { - "type": "npm", - "name": "npm:media-typer", - "data": { - "version": "1.1.0", - "packageName": "media-typer", - "hash": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" - } - }, - "npm:mime-db@1.52.0": { - "type": "npm", - "name": "npm:mime-db@1.52.0", - "data": { - "version": "1.52.0", - "packageName": "mime-db", - "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - } - }, - "npm:mime-db": { - "type": "npm", - "name": "npm:mime-db", - "data": { - "version": "1.54.0", - "packageName": "mime-db", - "hash": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" - } - }, - "npm:negotiator@0.6.3": { - "type": "npm", - "name": "npm:negotiator@0.6.3", - "data": { - "version": "0.6.3", - "packageName": "negotiator", - "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - } - }, - "npm:negotiator": { - "type": "npm", - "name": "npm:negotiator", - "data": { - "version": "1.0.0", - "packageName": "negotiator", - "hash": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" - } - }, - "npm:path-to-regexp@0.1.10": { - "type": "npm", - "name": "npm:path-to-regexp@0.1.10", - "data": { - "version": "0.1.10", - "packageName": "path-to-regexp", - "hash": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" - } - }, - "npm:path-to-regexp": { - "type": "npm", - "name": "npm:path-to-regexp", - "data": { - "version": "8.3.0", - "packageName": "path-to-regexp", - "hash": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==" - } - }, - "npm:statuses@2.0.1": { - "type": "npm", - "name": "npm:statuses@2.0.1", - "data": { - "version": "2.0.1", - "packageName": "statuses", - "hash": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" - } - }, - "npm:statuses": { - "type": "npm", - "name": "npm:statuses", - "data": { - "version": "2.0.2", - "packageName": "statuses", - "hash": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" - } - }, - "npm:zod@3.25.76": { - "type": "npm", - "name": "npm:zod@3.25.76", - "data": { - "version": "3.25.76", - "packageName": "zod", - "hash": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==" - } - }, - "npm:zod": { - "type": "npm", - "name": "npm:zod", - "data": { - "version": "4.3.5", - "packageName": "zod", - "hash": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==" - } - }, - "npm:@softarc/eslint-plugin-sheriff": { - "type": "npm", - "name": "npm:@softarc/eslint-plugin-sheriff", - "data": { - "version": "0.19.6", - "packageName": "@softarc/eslint-plugin-sheriff", - "hash": "sha512-PPP4TKSFLOvFhfckS0M7L2PMqK6qw7Q8LiYGd3H64V/jHc7cVLfogMS4mjc/I2+7wbAr374qJg0A+uJ5VkXbCQ==" - } - }, - "npm:@softarc/native-federation": { - "type": "npm", - "name": "npm:@softarc/native-federation", - "data": { - "version": "3.5.1", - "packageName": "@softarc/native-federation", - "hash": "sha512-6/QuzN3YRDPhd2myNNmFalaTc4erdS6ICuWRaTlAiq4foib7ojgH4YNjRWyE0pRsSSUTU1o+gJiOhth/IY3OeQ==" - } - }, - "npm:@softarc/native-federation-runtime": { - "type": "npm", - "name": "npm:@softarc/native-federation-runtime", - "data": { - "version": "3.5.1", - "packageName": "@softarc/native-federation-runtime", - "hash": "sha512-TxlcQQrAAF7iHPfCZTmYO4N76OiqBNELTf3DBhE+EqsIrfodaW5/RXfdzHWR6di629vbtZ3EUtWWVPc3ZGkgNw==" - } - }, - "npm:@standard-schema/spec": { - "type": "npm", - "name": "npm:@standard-schema/spec", - "data": { - "version": "1.1.0", - "packageName": "@standard-schema/spec", - "hash": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==" - } - }, - "npm:@tufjs/canonical-json": { - "type": "npm", - "name": "npm:@tufjs/canonical-json", - "data": { - "version": "2.0.0", - "packageName": "@tufjs/canonical-json", - "hash": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==" - } - }, - "npm:@tufjs/models": { - "type": "npm", - "name": "npm:@tufjs/models", - "data": { - "version": "4.1.0", - "packageName": "@tufjs/models", - "hash": "sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==" - } - }, - "npm:@tybys/wasm-util": { - "type": "npm", - "name": "npm:@tybys/wasm-util", - "data": { - "version": "0.10.1", - "packageName": "@tybys/wasm-util", - "hash": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==" - } - }, - "npm:@types/body-parser": { - "type": "npm", - "name": "npm:@types/body-parser", - "data": { - "version": "1.19.6", - "packageName": "@types/body-parser", - "hash": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" - } - }, - "npm:@types/chai": { - "type": "npm", - "name": "npm:@types/chai", - "data": { - "version": "5.2.3", - "packageName": "@types/chai", - "hash": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==" - } - }, - "npm:@types/connect": { - "type": "npm", - "name": "npm:@types/connect", - "data": { - "version": "3.4.38", - "packageName": "@types/connect", - "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" - } - }, - "npm:@types/conventional-commits-parser": { - "type": "npm", - "name": "npm:@types/conventional-commits-parser", - "data": { - "version": "5.0.2", - "packageName": "@types/conventional-commits-parser", - "hash": "sha512-BgT2szDXnVypgpNxOK8aL5SGjUdaQbC++WZNjF1Qge3Og2+zhHj+RWhmehLhYyvQwqAmvezruVfOf8+3m74W+g==" - } - }, - "npm:@types/cors": { - "type": "npm", - "name": "npm:@types/cors", - "data": { - "version": "2.8.19", - "packageName": "@types/cors", - "hash": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==" - } - }, - "npm:@types/d3": { - "type": "npm", - "name": "npm:@types/d3", - "data": { - "version": "7.4.3", - "packageName": "@types/d3", - "hash": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==" - } - }, - "npm:@types/d3-array": { - "type": "npm", - "name": "npm:@types/d3-array", - "data": { - "version": "3.2.2", - "packageName": "@types/d3-array", - "hash": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==" - } - }, - "npm:@types/d3-axis": { - "type": "npm", - "name": "npm:@types/d3-axis", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-axis", - "hash": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==" - } - }, - "npm:@types/d3-brush": { - "type": "npm", - "name": "npm:@types/d3-brush", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-brush", - "hash": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==" - } - }, - "npm:@types/d3-chord": { - "type": "npm", - "name": "npm:@types/d3-chord", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-chord", - "hash": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==" - } - }, - "npm:@types/d3-color": { - "type": "npm", - "name": "npm:@types/d3-color", - "data": { - "version": "3.1.3", - "packageName": "@types/d3-color", - "hash": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" - } - }, - "npm:@types/d3-contour": { - "type": "npm", - "name": "npm:@types/d3-contour", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-contour", - "hash": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==" - } - }, - "npm:@types/d3-delaunay": { - "type": "npm", - "name": "npm:@types/d3-delaunay", - "data": { - "version": "6.0.4", - "packageName": "@types/d3-delaunay", - "hash": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==" - } - }, - "npm:@types/d3-dispatch": { - "type": "npm", - "name": "npm:@types/d3-dispatch", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-dispatch", - "hash": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==" - } - }, - "npm:@types/d3-drag": { - "type": "npm", - "name": "npm:@types/d3-drag", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-drag", - "hash": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==" - } - }, - "npm:@types/d3-dsv": { - "type": "npm", - "name": "npm:@types/d3-dsv", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-dsv", - "hash": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==" - } - }, - "npm:@types/d3-ease": { - "type": "npm", - "name": "npm:@types/d3-ease", - "data": { - "version": "3.0.2", - "packageName": "@types/d3-ease", - "hash": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==" - } - }, - "npm:@types/d3-fetch": { - "type": "npm", - "name": "npm:@types/d3-fetch", - "data": { - "version": "3.0.7", - "packageName": "@types/d3-fetch", - "hash": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==" - } - }, - "npm:@types/d3-force": { - "type": "npm", - "name": "npm:@types/d3-force", - "data": { - "version": "3.0.10", - "packageName": "@types/d3-force", - "hash": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==" - } - }, - "npm:@types/d3-format": { - "type": "npm", - "name": "npm:@types/d3-format", - "data": { - "version": "3.0.4", - "packageName": "@types/d3-format", - "hash": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==" - } - }, - "npm:@types/d3-geo": { - "type": "npm", - "name": "npm:@types/d3-geo", - "data": { - "version": "3.1.0", - "packageName": "@types/d3-geo", - "hash": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==" - } - }, - "npm:@types/d3-hierarchy": { - "type": "npm", - "name": "npm:@types/d3-hierarchy", - "data": { - "version": "3.1.7", - "packageName": "@types/d3-hierarchy", - "hash": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==" - } - }, - "npm:@types/d3-interpolate": { - "type": "npm", - "name": "npm:@types/d3-interpolate", - "data": { - "version": "3.0.4", - "packageName": "@types/d3-interpolate", - "hash": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==" - } - }, - "npm:@types/d3-path": { - "type": "npm", - "name": "npm:@types/d3-path", - "data": { - "version": "3.1.1", - "packageName": "@types/d3-path", - "hash": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==" - } - }, - "npm:@types/d3-polygon": { - "type": "npm", - "name": "npm:@types/d3-polygon", - "data": { - "version": "3.0.2", - "packageName": "@types/d3-polygon", - "hash": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==" - } - }, - "npm:@types/d3-quadtree": { - "type": "npm", - "name": "npm:@types/d3-quadtree", - "data": { - "version": "3.0.6", - "packageName": "@types/d3-quadtree", - "hash": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==" - } - }, - "npm:@types/d3-random": { - "type": "npm", - "name": "npm:@types/d3-random", - "data": { - "version": "3.0.3", - "packageName": "@types/d3-random", - "hash": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==" - } - }, - "npm:@types/d3-scale": { - "type": "npm", - "name": "npm:@types/d3-scale", - "data": { - "version": "4.0.9", - "packageName": "@types/d3-scale", - "hash": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==" - } - }, - "npm:@types/d3-scale-chromatic": { - "type": "npm", - "name": "npm:@types/d3-scale-chromatic", - "data": { - "version": "3.1.0", - "packageName": "@types/d3-scale-chromatic", - "hash": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==" - } - }, - "npm:@types/d3-selection": { - "type": "npm", - "name": "npm:@types/d3-selection", - "data": { - "version": "3.0.11", - "packageName": "@types/d3-selection", - "hash": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==" - } - }, - "npm:@types/d3-shape": { - "type": "npm", - "name": "npm:@types/d3-shape", - "data": { - "version": "3.1.7", - "packageName": "@types/d3-shape", - "hash": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==" - } - }, - "npm:@types/d3-time": { - "type": "npm", - "name": "npm:@types/d3-time", - "data": { - "version": "3.0.4", - "packageName": "@types/d3-time", - "hash": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==" - } - }, - "npm:@types/d3-time-format": { - "type": "npm", - "name": "npm:@types/d3-time-format", - "data": { - "version": "4.0.3", - "packageName": "@types/d3-time-format", - "hash": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==" - } - }, - "npm:@types/d3-timer": { - "type": "npm", - "name": "npm:@types/d3-timer", - "data": { - "version": "3.0.2", - "packageName": "@types/d3-timer", - "hash": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==" - } - }, - "npm:@types/d3-transition": { - "type": "npm", - "name": "npm:@types/d3-transition", - "data": { - "version": "3.0.9", - "packageName": "@types/d3-transition", - "hash": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==" - } - }, - "npm:@types/d3-zoom": { - "type": "npm", - "name": "npm:@types/d3-zoom", - "data": { - "version": "3.0.8", - "packageName": "@types/d3-zoom", - "hash": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==" - } - }, - "npm:@types/deep-eql": { - "type": "npm", - "name": "npm:@types/deep-eql", - "data": { - "version": "4.0.2", - "packageName": "@types/deep-eql", - "hash": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==" - } - }, - "npm:@types/estree": { - "type": "npm", - "name": "npm:@types/estree", - "data": { - "version": "1.0.8", - "packageName": "@types/estree", - "hash": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" - } - }, - "npm:@types/express": { - "type": "npm", - "name": "npm:@types/express", - "data": { - "version": "5.0.6", - "packageName": "@types/express", - "hash": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==" - } - }, - "npm:@types/express-serve-static-core": { - "type": "npm", - "name": "npm:@types/express-serve-static-core", - "data": { - "version": "5.1.0", - "packageName": "@types/express-serve-static-core", - "hash": "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==" - } - }, - "npm:@types/geojson": { - "type": "npm", - "name": "npm:@types/geojson", - "data": { - "version": "7946.0.16", - "packageName": "@types/geojson", - "hash": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==" - } - }, - "npm:@types/http-errors": { - "type": "npm", - "name": "npm:@types/http-errors", - "data": { - "version": "2.0.5", - "packageName": "@types/http-errors", - "hash": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" - } - }, - "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": "25.0.3", - "packageName": "@types/node", - "hash": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==" - } - }, - "npm:@types/qs": { - "type": "npm", - "name": "npm:@types/qs", - "data": { - "version": "6.14.0", - "packageName": "@types/qs", - "hash": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" - } - }, - "npm:@types/range-parser": { - "type": "npm", - "name": "npm:@types/range-parser", - "data": { - "version": "1.2.7", - "packageName": "@types/range-parser", - "hash": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" - } - }, - "npm:@types/send": { - "type": "npm", - "name": "npm:@types/send", - "data": { - "version": "1.2.1", - "packageName": "@types/send", - "hash": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==" - } - }, - "npm:@types/serve-static": { - "type": "npm", - "name": "npm:@types/serve-static", - "data": { - "version": "2.2.0", - "packageName": "@types/serve-static", - "hash": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==" - } - }, - "npm:@types/trusted-types": { - "type": "npm", - "name": "npm:@types/trusted-types", - "data": { - "version": "2.0.7", - "packageName": "@types/trusted-types", - "hash": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" - } - }, - "npm:@typescript-eslint/eslint-plugin": { - "type": "npm", - "name": "npm:@typescript-eslint/eslint-plugin", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/eslint-plugin", - "hash": "sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==" - } - }, - "npm:@typescript-eslint/project-service@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/project-service@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/project-service", - "hash": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==" - } - }, - "npm:@typescript-eslint/project-service": { - "type": "npm", - "name": "npm:@typescript-eslint/project-service", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/project-service", - "hash": "sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==" - } - }, - "npm:@typescript-eslint/scope-manager@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==" - } - }, - "npm:@typescript-eslint/scope-manager": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==" - } - }, - "npm:@typescript-eslint/tsconfig-utils@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/tsconfig-utils", - "hash": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==" - } - }, - "npm:@typescript-eslint/tsconfig-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/tsconfig-utils", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/tsconfig-utils", - "hash": "sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==" - } - }, - "npm:@typescript-eslint/types@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/types@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/types", - "hash": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==" - } - }, - "npm:@typescript-eslint/types": { - "type": "npm", - "name": "npm:@typescript-eslint/types", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/types", - "hash": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==" - } - }, - "npm:@typescript-eslint/typescript-estree@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==" - } - }, - "npm:@typescript-eslint/typescript-estree": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==" - } - }, - "npm:@typescript-eslint/utils@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/utils@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==" - } - }, - "npm:@typescript-eslint/utils": { - "type": "npm", - "name": "npm:@typescript-eslint/utils", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==" - } - }, - "npm:@typescript-eslint/visitor-keys@8.47.0": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys@8.47.0", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==" - } - }, - "npm:@typescript-eslint/visitor-keys": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys", - "data": { - "version": "8.51.0", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==" - } - }, - "npm:brace-expansion@2.0.2": { - "type": "npm", - "name": "npm:brace-expansion@2.0.2", - "data": { - "version": "2.0.2", - "packageName": "brace-expansion", - "hash": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" - } - }, - "npm:brace-expansion": { - "type": "npm", - "name": "npm:brace-expansion", - "data": { - "version": "1.1.12", - "packageName": "brace-expansion", - "hash": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" - } - }, - "npm:eslint-visitor-keys@4.2.1": { - "type": "npm", - "name": "npm:eslint-visitor-keys@4.2.1", - "data": { - "version": "4.2.1", - "packageName": "eslint-visitor-keys", - "hash": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" - } - }, - "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:@typescript-eslint/parser": { - "type": "npm", - "name": "npm:@typescript-eslint/parser", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/parser", - "hash": "sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==" - } - }, - "npm:@typescript-eslint/type-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/type-utils", - "data": { - "version": "8.47.0", - "packageName": "@typescript-eslint/type-utils", - "hash": "sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==" - } - }, - "npm:@vitejs/plugin-basic-ssl": { - "type": "npm", - "name": "npm:@vitejs/plugin-basic-ssl", - "data": { - "version": "2.1.0", - "packageName": "@vitejs/plugin-basic-ssl", - "hash": "sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==" - } - }, - "npm:@vitest/browser": { - "type": "npm", - "name": "npm:@vitest/browser", - "data": { - "version": "4.0.18", - "packageName": "@vitest/browser", - "hash": "sha512-gVQqh7paBz3gC+ZdcCmNSWJMk70IUjDeVqi+5m5vYpEHsIwRgw3Y545jljtajhkekIpIp5Gg8oK7bctgY0E2Ng==" - } - }, - "npm:@vitest/browser-playwright": { - "type": "npm", - "name": "npm:@vitest/browser-playwright", - "data": { - "version": "4.0.18", - "packageName": "@vitest/browser-playwright", - "hash": "sha512-gfajTHVCiwpxRj1qh0Sh/5bbGLG4F/ZH/V9xvFVoFddpITfMta9YGow0W6ZpTTORv2vdJuz9TnrNSmjKvpOf4g==" - } - }, - "npm:@vitest/coverage-v8": { - "type": "npm", - "name": "npm:@vitest/coverage-v8", - "data": { - "version": "4.0.18", - "packageName": "@vitest/coverage-v8", - "hash": "sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg==" - } - }, - "npm:@vitest/expect": { - "type": "npm", - "name": "npm:@vitest/expect", - "data": { - "version": "4.0.18", - "packageName": "@vitest/expect", - "hash": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==" - } - }, - "npm:@vitest/mocker": { - "type": "npm", - "name": "npm:@vitest/mocker", - "data": { - "version": "4.0.18", - "packageName": "@vitest/mocker", - "hash": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==" - } - }, - "npm:@vitest/pretty-format": { - "type": "npm", - "name": "npm:@vitest/pretty-format", - "data": { - "version": "4.0.18", - "packageName": "@vitest/pretty-format", - "hash": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==" - } - }, - "npm:@vitest/runner": { - "type": "npm", - "name": "npm:@vitest/runner", - "data": { - "version": "4.0.18", - "packageName": "@vitest/runner", - "hash": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==" - } - }, - "npm:@vitest/snapshot": { - "type": "npm", - "name": "npm:@vitest/snapshot", - "data": { - "version": "4.0.18", - "packageName": "@vitest/snapshot", - "hash": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==" - } - }, - "npm:@vitest/spy": { - "type": "npm", - "name": "npm:@vitest/spy", - "data": { - "version": "4.0.18", - "packageName": "@vitest/spy", - "hash": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==" - } - }, - "npm:@vitest/utils": { - "type": "npm", - "name": "npm:@vitest/utils", - "data": { - "version": "4.0.18", - "packageName": "@vitest/utils", - "hash": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==" - } - }, - "npm:@yarnpkg/lockfile": { - "type": "npm", - "name": "npm:@yarnpkg/lockfile", - "data": { - "version": "1.1.0", - "packageName": "@yarnpkg/lockfile", - "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" - } - }, - "npm:abbrev": { - "type": "npm", - "name": "npm:abbrev", - "data": { - "version": "4.0.0", - "packageName": "abbrev", - "hash": "sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==" - } - }, - "npm:acorn": { - "type": "npm", - "name": "npm:acorn", - "data": { - "version": "8.15.0", - "packageName": "acorn", - "hash": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" - } - }, - "npm:acorn-jsx": { - "type": "npm", - "name": "npm:acorn-jsx", - "data": { - "version": "5.3.2", - "packageName": "acorn-jsx", - "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" - } - }, - "npm:agent-base": { - "type": "npm", - "name": "npm:agent-base", - "data": { - "version": "7.1.4", - "packageName": "agent-base", - "hash": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" - } - }, - "npm:ajv-formats": { - "type": "npm", - "name": "npm:ajv-formats", - "data": { - "version": "3.0.1", - "packageName": "ajv-formats", - "hash": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==" - } - }, - "npm:algoliasearch": { - "type": "npm", - "name": "npm:algoliasearch", - "data": { - "version": "5.46.2", - "packageName": "algoliasearch", - "hash": "sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==" - } - }, - "npm:angular-eslint": { - "type": "npm", - "name": "npm:angular-eslint", - "data": { - "version": "21.1.0", - "packageName": "angular-eslint", - "hash": "sha512-qXpIEBNYpfgpBaFblnyFegVSQjWCVUdCXTHvMcvtNtmMgtPwIDKvG8wuJo5BbQ/MNt2d8npmnRUaS2ddzdCzww==" - } - }, - "npm:ansi-colors": { - "type": "npm", - "name": "npm:ansi-colors", - "data": { - "version": "4.1.3", - "packageName": "ansi-colors", - "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" - } - }, - "npm:ansi-escapes": { - "type": "npm", - "name": "npm:ansi-escapes", - "data": { - "version": "7.2.0", - "packageName": "ansi-escapes", - "hash": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==" - } - }, - "npm:argparse": { - "type": "npm", - "name": "npm:argparse", - "data": { - "version": "2.0.1", - "packageName": "argparse", - "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - } - }, - "npm:aria-query": { - "type": "npm", - "name": "npm:aria-query", - "data": { - "version": "5.3.2", - "packageName": "aria-query", - "hash": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==" - } - }, - "npm:array-flatten": { - "type": "npm", - "name": "npm:array-flatten", - "data": { - "version": "1.1.1", - "packageName": "array-flatten", - "hash": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - } - }, - "npm:array-ify": { - "type": "npm", - "name": "npm:array-ify", - "data": { - "version": "1.0.0", - "packageName": "array-ify", - "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" - } - }, - "npm:assertion-error": { - "type": "npm", - "name": "npm:assertion-error", - "data": { - "version": "2.0.1", - "packageName": "assertion-error", - "hash": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==" - } - }, - "npm:ast-v8-to-istanbul": { - "type": "npm", - "name": "npm:ast-v8-to-istanbul", - "data": { - "version": "0.3.10", - "packageName": "ast-v8-to-istanbul", - "hash": "sha512-p4K7vMz2ZSk3wN8l5o3y2bJAoZXT3VuJI5OLTATY/01CYWumWvwkUw0SqDBnNq6IiTO3qDa1eSQDibAV8g7XOQ==" - } - }, - "npm:js-tokens@9.0.1": { - "type": "npm", - "name": "npm:js-tokens@9.0.1", - "data": { - "version": "9.0.1", - "packageName": "js-tokens", - "hash": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==" - } - }, - "npm:js-tokens": { - "type": "npm", - "name": "npm:js-tokens", - "data": { - "version": "4.0.0", - "packageName": "js-tokens", - "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - } - }, - "npm:axobject-query": { - "type": "npm", - "name": "npm:axobject-query", - "data": { - "version": "4.1.0", - "packageName": "axobject-query", - "hash": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==" - } - }, - "npm:balanced-match": { - "type": "npm", - "name": "npm:balanced-match", - "data": { - "version": "1.0.2", - "packageName": "balanced-match", - "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - } - }, - "npm:base64-js": { - "type": "npm", - "name": "npm:base64-js", - "data": { - "version": "1.5.1", - "packageName": "base64-js", - "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - } - }, - "npm:baseline-browser-mapping": { - "type": "npm", - "name": "npm:baseline-browser-mapping", - "data": { - "version": "2.9.11", - "packageName": "baseline-browser-mapping", - "hash": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==" - } - }, - "npm:beasties": { - "type": "npm", - "name": "npm:beasties", - "data": { - "version": "0.3.5", - "packageName": "beasties", - "hash": "sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==" - } - }, - "npm:bidi-js": { - "type": "npm", - "name": "npm:bidi-js", - "data": { - "version": "1.0.3", - "packageName": "bidi-js", - "hash": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==" - } - }, - "npm:bignumber.js": { - "type": "npm", - "name": "npm:bignumber.js", - "data": { - "version": "9.3.1", - "packageName": "bignumber.js", - "hash": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==" - } - }, - "npm:boolbase": { - "type": "npm", - "name": "npm:boolbase", - "data": { - "version": "1.0.0", - "packageName": "boolbase", - "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - } - }, - "npm:braces": { - "type": "npm", - "name": "npm:braces", - "data": { - "version": "3.0.3", - "packageName": "braces", - "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" - } - }, - "npm:browserslist": { - "type": "npm", - "name": "npm:browserslist", - "data": { - "version": "4.28.1", - "packageName": "browserslist", - "hash": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==" - } - }, - "npm:buffer-equal-constant-time": { - "type": "npm", - "name": "npm:buffer-equal-constant-time", - "data": { - "version": "1.0.1", - "packageName": "buffer-equal-constant-time", - "hash": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" - } - }, - "npm:buffer-from": { - "type": "npm", - "name": "npm:buffer-from", - "data": { - "version": "1.1.2", - "packageName": "buffer-from", - "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - } - }, - "npm:bytes": { - "type": "npm", - "name": "npm:bytes", - "data": { - "version": "3.1.2", - "packageName": "bytes", - "hash": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - } - }, - "npm:cacache": { - "type": "npm", - "name": "npm:cacache", - "data": { - "version": "20.0.3", - "packageName": "cacache", - "hash": "sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==" - } - }, - "npm:call-bind-apply-helpers": { - "type": "npm", - "name": "npm:call-bind-apply-helpers", - "data": { - "version": "1.0.2", - "packageName": "call-bind-apply-helpers", - "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", - "data": { - "version": "3.1.0", - "packageName": "callsites", - "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" - } - }, - "npm:caniuse-lite": { - "type": "npm", - "name": "npm:caniuse-lite", - "data": { - "version": "1.0.30001762", - "packageName": "caniuse-lite", - "hash": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==" - } - }, - "npm:chai": { - "type": "npm", - "name": "npm:chai", - "data": { - "version": "6.2.2", - "packageName": "chai", - "hash": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==" - } - }, - "npm:chalk": { - "type": "npm", - "name": "npm:chalk", - "data": { - "version": "5.6.2", - "packageName": "chalk", - "hash": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" - } - }, - "npm:chalk@4.1.2": { - "type": "npm", - "name": "npm:chalk@4.1.2", - "data": { - "version": "4.1.2", - "packageName": "chalk", - "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" - } - }, - "npm:chalk@2.4.2": { - "type": "npm", - "name": "npm:chalk@2.4.2", - "data": { - "version": "2.4.2", - "packageName": "chalk", - "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" - } - }, - "npm:chardet": { - "type": "npm", - "name": "npm:chardet", - "data": { - "version": "2.1.1", - "packageName": "chardet", - "hash": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==" - } - }, - "npm:chart.js": { - "type": "npm", - "name": "npm:chart.js", - "data": { - "version": "4.5.1", - "packageName": "chart.js", - "hash": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==" - } - }, - "npm:chevrotain": { - "type": "npm", - "name": "npm:chevrotain", - "data": { - "version": "11.0.3", - "packageName": "chevrotain", - "hash": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==" - } - }, - "npm:chevrotain-allstar": { - "type": "npm", - "name": "npm:chevrotain-allstar", - "data": { - "version": "0.3.1", - "packageName": "chevrotain-allstar", - "hash": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==" - } - }, - "npm:chokidar": { - "type": "npm", - "name": "npm:chokidar", - "data": { - "version": "5.0.0", - "packageName": "chokidar", - "hash": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" - } - }, - "npm:chokidar@4.0.3": { - "type": "npm", - "name": "npm:chokidar@4.0.3", - "data": { - "version": "4.0.3", - "packageName": "chokidar", - "hash": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" - } - }, - "npm:chownr": { - "type": "npm", - "name": "npm:chownr", - "data": { - "version": "3.0.0", - "packageName": "chownr", - "hash": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" - } - }, - "npm:cjs-module-lexer": { - "type": "npm", - "name": "npm:cjs-module-lexer", - "data": { - "version": "1.4.3", - "packageName": "cjs-module-lexer", - "hash": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==" - } - }, - "npm:cli-cursor": { - "type": "npm", - "name": "npm:cli-cursor", - "data": { - "version": "5.0.0", - "packageName": "cli-cursor", - "hash": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==" - } - }, - "npm:cli-spinners": { - "type": "npm", - "name": "npm:cli-spinners", - "data": { - "version": "3.3.0", - "packageName": "cli-spinners", - "hash": "sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==" - } - }, - "npm:cli-truncate": { - "type": "npm", - "name": "npm:cli-truncate", - "data": { - "version": "5.1.1", - "packageName": "cli-truncate", - "hash": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==" - } - }, - "npm:cli-width": { - "type": "npm", - "name": "npm:cli-width", - "data": { - "version": "4.1.0", - "packageName": "cli-width", - "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" - } - }, - "npm:clipboard": { - "type": "npm", - "name": "npm:clipboard", - "data": { - "version": "2.0.11", - "packageName": "clipboard", - "hash": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==" - } - }, - "npm:clone": { - "type": "npm", - "name": "npm:clone", - "data": { - "version": "2.1.2", - "packageName": "clone", - "hash": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" - } - }, - "npm:color-convert": { - "type": "npm", - "name": "npm:color-convert", - "data": { - "version": "2.0.1", - "packageName": "color-convert", - "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" - } - }, - "npm:color-convert@1.9.3": { - "type": "npm", - "name": "npm:color-convert@1.9.3", - "data": { - "version": "1.9.3", - "packageName": "color-convert", - "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" - } - }, - "npm:color-name": { - "type": "npm", - "name": "npm:color-name", - "data": { - "version": "1.1.4", - "packageName": "color-name", - "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - } - }, - "npm:color-name@1.1.3": { - "type": "npm", - "name": "npm:color-name@1.1.3", - "data": { - "version": "1.1.3", - "packageName": "color-name", - "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - } - }, - "npm:colorette": { - "type": "npm", - "name": "npm:colorette", - "data": { - "version": "2.0.20", - "packageName": "colorette", - "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - } - }, - "npm:commander": { - "type": "npm", - "name": "npm:commander", - "data": { - "version": "14.0.2", - "packageName": "commander", - "hash": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==" - } - }, - "npm:commander@7.2.0": { - "type": "npm", - "name": "npm:commander@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "commander", - "hash": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - } - }, - "npm:commander@8.3.0": { - "type": "npm", - "name": "npm:commander@8.3.0", - "data": { - "version": "8.3.0", - "packageName": "commander", - "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" - } - }, - "npm:commitlint": { - "type": "npm", - "name": "npm:commitlint", - "data": { - "version": "20.2.0", - "packageName": "commitlint", - "hash": "sha512-AxjKCK4PVgd3RD9MzW3nSVR6DfJPXqRi2n9Gkyq1tPrJNxq0WWqLBhHKOcwXvVCMJjameyeALV2xbYYDHlL5fg==" - } - }, - "npm:common-path-prefix": { - "type": "npm", - "name": "npm:common-path-prefix", - "data": { - "version": "3.0.0", - "packageName": "common-path-prefix", - "hash": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" - } - }, - "npm:compare-func": { - "type": "npm", - "name": "npm:compare-func", - "data": { - "version": "2.0.0", - "packageName": "compare-func", - "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" - } - }, - "npm:concat-map": { - "type": "npm", - "name": "npm:concat-map", - "data": { - "version": "0.0.1", - "packageName": "concat-map", - "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - } - }, - "npm:confbox": { - "type": "npm", - "name": "npm:confbox", - "data": { - "version": "0.1.8", - "packageName": "confbox", - "hash": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" - } - }, - "npm:content-type": { - "type": "npm", - "name": "npm:content-type", - "data": { - "version": "1.0.5", - "packageName": "content-type", - "hash": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" - } - }, - "npm:conventional-changelog-angular": { - "type": "npm", - "name": "npm:conventional-changelog-angular", - "data": { - "version": "7.0.0", - "packageName": "conventional-changelog-angular", - "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" - } - }, - "npm:conventional-changelog-conventionalcommits": { - "type": "npm", - "name": "npm:conventional-changelog-conventionalcommits", - "data": { - "version": "7.0.2", - "packageName": "conventional-changelog-conventionalcommits", - "hash": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==" - } - }, - "npm:conventional-commits-parser": { - "type": "npm", - "name": "npm:conventional-commits-parser", - "data": { - "version": "5.0.0", - "packageName": "conventional-commits-parser", - "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" - } - }, - "npm:copy-anything": { - "type": "npm", - "name": "npm:copy-anything", - "data": { - "version": "2.0.6", - "packageName": "copy-anything", - "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" - } - }, - "npm:cors": { - "type": "npm", - "name": "npm:cors", - "data": { - "version": "2.8.5", - "packageName": "cors", - "hash": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" - } - }, - "npm:cose-base": { - "type": "npm", - "name": "npm:cose-base", - "data": { - "version": "1.0.3", - "packageName": "cose-base", - "hash": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==" - } - }, - "npm:cose-base@2.2.0": { - "type": "npm", - "name": "npm:cose-base@2.2.0", - "data": { - "version": "2.2.0", - "packageName": "cose-base", - "hash": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==" - } - }, - "npm:cosmiconfig": { - "type": "npm", - "name": "npm:cosmiconfig", - "data": { - "version": "9.0.0", - "packageName": "cosmiconfig", - "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" - } - }, - "npm:cosmiconfig-typescript-loader": { - "type": "npm", - "name": "npm:cosmiconfig-typescript-loader", - "data": { - "version": "6.2.0", - "packageName": "cosmiconfig-typescript-loader", - "hash": "sha512-GEN39v7TgdxgIoNcdkRE3uiAzQt3UXLyHbRHD6YoL048XAeOomyxaP+Hh/+2C6C2wYjxJ2onhJcsQp+L4YEkVQ==" - } - }, - "npm:cross-spawn": { - "type": "npm", - "name": "npm:cross-spawn", - "data": { - "version": "7.0.6", - "packageName": "cross-spawn", - "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" - } - }, - "npm:css-select": { - "type": "npm", - "name": "npm:css-select", - "data": { - "version": "6.0.0", - "packageName": "css-select", - "hash": "sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==" - } - }, - "npm:css-tree": { - "type": "npm", - "name": "npm:css-tree", - "data": { - "version": "3.1.0", - "packageName": "css-tree", - "hash": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==" - } - }, - "npm:css-what": { - "type": "npm", - "name": "npm:css-what", - "data": { - "version": "7.0.0", - "packageName": "css-what", - "hash": "sha512-wD5oz5xibMOPHzy13CyGmogB3phdvcDaB5t0W/Nr5Z2O/agcB8YwOz6e2Lsp10pNDzBoDO9nVa3RGs/2BttpHQ==" - } - }, - "npm:cssstyle": { - "type": "npm", - "name": "npm:cssstyle", - "data": { - "version": "5.3.6", - "packageName": "cssstyle", - "hash": "sha512-legscpSpgSAeGEe0TNcai97DKt9Vd9AsAdOL7Uoetb52Ar/8eJm3LIa39qpv8wWzLFlNG4vVvppQM+teaMPj3A==" - } - }, - "npm:cytoscape-cose-bilkent": { - "type": "npm", - "name": "npm:cytoscape-cose-bilkent", - "data": { - "version": "4.1.0", - "packageName": "cytoscape-cose-bilkent", - "hash": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==" - } - }, - "npm:cytoscape-fcose": { - "type": "npm", - "name": "npm:cytoscape-fcose", - "data": { - "version": "2.2.0", - "packageName": "cytoscape-fcose", - "hash": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==" - } - }, - "npm:layout-base@2.0.1": { - "type": "npm", - "name": "npm:layout-base@2.0.1", - "data": { - "version": "2.0.1", - "packageName": "layout-base", - "hash": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==" - } - }, - "npm:layout-base": { - "type": "npm", - "name": "npm:layout-base", - "data": { - "version": "1.0.2", - "packageName": "layout-base", - "hash": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==" - } - }, - "npm:d3": { - "type": "npm", - "name": "npm:d3", - "data": { - "version": "7.9.0", - "packageName": "d3", - "hash": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==" - } - }, - "npm:d3-array": { - "type": "npm", - "name": "npm:d3-array", - "data": { - "version": "3.2.4", - "packageName": "d3-array", - "hash": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==" - } - }, - "npm:d3-array@2.12.1": { - "type": "npm", - "name": "npm:d3-array@2.12.1", - "data": { - "version": "2.12.1", - "packageName": "d3-array", - "hash": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==" - } - }, - "npm:d3-axis": { - "type": "npm", - "name": "npm:d3-axis", - "data": { - "version": "3.0.0", - "packageName": "d3-axis", - "hash": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==" - } - }, - "npm:d3-brush": { - "type": "npm", - "name": "npm:d3-brush", - "data": { - "version": "3.0.0", - "packageName": "d3-brush", - "hash": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==" - } - }, - "npm:d3-chord": { - "type": "npm", - "name": "npm:d3-chord", - "data": { - "version": "3.0.1", - "packageName": "d3-chord", - "hash": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==" - } - }, - "npm:d3-color": { - "type": "npm", - "name": "npm:d3-color", - "data": { - "version": "3.1.0", - "packageName": "d3-color", - "hash": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" - } - }, - "npm:d3-contour": { - "type": "npm", - "name": "npm:d3-contour", - "data": { - "version": "4.0.2", - "packageName": "d3-contour", - "hash": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==" - } - }, - "npm:d3-delaunay": { - "type": "npm", - "name": "npm:d3-delaunay", - "data": { - "version": "6.0.4", - "packageName": "d3-delaunay", - "hash": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==" - } - }, - "npm:d3-dispatch": { - "type": "npm", - "name": "npm:d3-dispatch", - "data": { - "version": "3.0.1", - "packageName": "d3-dispatch", - "hash": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==" - } - }, - "npm:d3-drag": { - "type": "npm", - "name": "npm:d3-drag", - "data": { - "version": "3.0.0", - "packageName": "d3-drag", - "hash": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==" - } - }, - "npm:d3-dsv": { - "type": "npm", - "name": "npm:d3-dsv", - "data": { - "version": "3.0.1", - "packageName": "d3-dsv", - "hash": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==" - } - }, - "npm:d3-ease": { - "type": "npm", - "name": "npm:d3-ease", - "data": { - "version": "3.0.1", - "packageName": "d3-ease", - "hash": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==" - } - }, - "npm:d3-fetch": { - "type": "npm", - "name": "npm:d3-fetch", - "data": { - "version": "3.0.1", - "packageName": "d3-fetch", - "hash": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==" - } - }, - "npm:d3-force": { - "type": "npm", - "name": "npm:d3-force", - "data": { - "version": "3.0.0", - "packageName": "d3-force", - "hash": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==" - } - }, - "npm:d3-format": { - "type": "npm", - "name": "npm:d3-format", - "data": { - "version": "3.1.0", - "packageName": "d3-format", - "hash": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==" - } - }, - "npm:d3-geo": { - "type": "npm", - "name": "npm:d3-geo", - "data": { - "version": "3.1.1", - "packageName": "d3-geo", - "hash": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==" - } - }, - "npm:d3-hierarchy": { - "type": "npm", - "name": "npm:d3-hierarchy", - "data": { - "version": "3.1.2", - "packageName": "d3-hierarchy", - "hash": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==" - } - }, - "npm:d3-interpolate": { - "type": "npm", - "name": "npm:d3-interpolate", - "data": { - "version": "3.0.1", - "packageName": "d3-interpolate", - "hash": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==" - } - }, - "npm:d3-path": { - "type": "npm", - "name": "npm:d3-path", - "data": { - "version": "3.1.0", - "packageName": "d3-path", - "hash": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==" - } - }, - "npm:d3-path@1.0.9": { - "type": "npm", - "name": "npm:d3-path@1.0.9", - "data": { - "version": "1.0.9", - "packageName": "d3-path", - "hash": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==" - } - }, - "npm:d3-polygon": { - "type": "npm", - "name": "npm:d3-polygon", - "data": { - "version": "3.0.1", - "packageName": "d3-polygon", - "hash": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==" - } - }, - "npm:d3-quadtree": { - "type": "npm", - "name": "npm:d3-quadtree", - "data": { - "version": "3.0.1", - "packageName": "d3-quadtree", - "hash": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==" - } - }, - "npm:d3-random": { - "type": "npm", - "name": "npm:d3-random", - "data": { - "version": "3.0.1", - "packageName": "d3-random", - "hash": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==" - } - }, - "npm:d3-sankey": { - "type": "npm", - "name": "npm:d3-sankey", - "data": { - "version": "0.12.3", - "packageName": "d3-sankey", - "hash": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==" - } - }, - "npm:d3-shape@1.3.7": { - "type": "npm", - "name": "npm:d3-shape@1.3.7", - "data": { - "version": "1.3.7", - "packageName": "d3-shape", - "hash": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==" - } - }, - "npm:d3-shape": { - "type": "npm", - "name": "npm:d3-shape", - "data": { - "version": "3.2.0", - "packageName": "d3-shape", - "hash": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==" - } - }, - "npm:internmap@1.0.1": { - "type": "npm", - "name": "npm:internmap@1.0.1", - "data": { - "version": "1.0.1", - "packageName": "internmap", - "hash": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==" - } - }, - "npm:internmap": { - "type": "npm", - "name": "npm:internmap", - "data": { - "version": "2.0.3", - "packageName": "internmap", - "hash": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==" - } - }, - "npm:d3-scale": { - "type": "npm", - "name": "npm:d3-scale", - "data": { - "version": "4.0.2", - "packageName": "d3-scale", - "hash": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==" - } - }, - "npm:d3-scale-chromatic": { - "type": "npm", - "name": "npm:d3-scale-chromatic", - "data": { - "version": "3.1.0", - "packageName": "d3-scale-chromatic", - "hash": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==" - } - }, - "npm:d3-time": { - "type": "npm", - "name": "npm:d3-time", - "data": { - "version": "3.1.0", - "packageName": "d3-time", - "hash": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==" - } - }, - "npm:d3-time-format": { - "type": "npm", - "name": "npm:d3-time-format", - "data": { - "version": "4.1.0", - "packageName": "d3-time-format", - "hash": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==" - } - }, - "npm:d3-timer": { - "type": "npm", - "name": "npm:d3-timer", - "data": { - "version": "3.0.1", - "packageName": "d3-timer", - "hash": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==" - } - }, - "npm:d3-transition": { - "type": "npm", - "name": "npm:d3-transition", - "data": { - "version": "3.0.1", - "packageName": "d3-transition", - "hash": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==" - } - }, - "npm:d3-zoom": { - "type": "npm", - "name": "npm:d3-zoom", - "data": { - "version": "3.0.0", - "packageName": "d3-zoom", - "hash": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==" - } - }, - "npm:dagre-d3-es": { - "type": "npm", - "name": "npm:dagre-d3-es", - "data": { - "version": "7.0.13", - "packageName": "dagre-d3-es", - "hash": "sha512-efEhnxpSuwpYOKRm/L5KbqoZmNNukHa/Flty4Wp62JRvgH2ojwVgPgdYyr4twpieZnyRDdIH7PY2mopX26+j2Q==" - } - }, - "npm:dargs": { - "type": "npm", - "name": "npm:dargs", - "data": { - "version": "8.1.0", - "packageName": "dargs", - "hash": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==" - } - }, - "npm:data-uri-to-buffer": { - "type": "npm", - "name": "npm:data-uri-to-buffer", - "data": { - "version": "4.0.1", - "packageName": "data-uri-to-buffer", - "hash": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" - } - }, - "npm:data-urls": { - "type": "npm", - "name": "npm:data-urls", - "data": { - "version": "6.0.0", - "packageName": "data-urls", - "hash": "sha512-BnBS08aLUM+DKamupXs3w2tJJoqU+AkaE/+6vQxi/G/DPmIZFJJp9Dkb1kM03AZx8ADehDUZgsNxju3mPXZYIA==" - } - }, - "npm:dayjs": { - "type": "npm", - "name": "npm:dayjs", - "data": { - "version": "1.11.19", - "packageName": "dayjs", - "hash": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" - } - }, - "npm:decimal.js": { - "type": "npm", - "name": "npm:decimal.js", - "data": { - "version": "10.6.0", - "packageName": "decimal.js", - "hash": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" - } - }, - "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:delaunator": { - "type": "npm", - "name": "npm:delaunator", - "data": { - "version": "5.0.1", - "packageName": "delaunator", - "hash": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==" - } - }, - "npm:delegate": { - "type": "npm", - "name": "npm:delegate", - "data": { - "version": "3.2.0", - "packageName": "delegate", - "hash": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==" - } - }, - "npm:depd": { - "type": "npm", - "name": "npm:depd", - "data": { - "version": "2.0.0", - "packageName": "depd", - "hash": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - } - }, - "npm:dependency-graph": { - "type": "npm", - "name": "npm:dependency-graph", - "data": { - "version": "1.0.0", - "packageName": "dependency-graph", - "hash": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==" - } - }, - "npm:destroy": { - "type": "npm", - "name": "npm:destroy", - "data": { - "version": "1.2.0", - "packageName": "destroy", - "hash": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - } - }, - "npm:dom-serializer": { - "type": "npm", - "name": "npm:dom-serializer", - "data": { - "version": "2.0.0", - "packageName": "dom-serializer", - "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" - } - }, - "npm:domelementtype": { - "type": "npm", - "name": "npm:domelementtype", - "data": { - "version": "2.3.0", - "packageName": "domelementtype", - "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" - } - }, - "npm:domhandler": { - "type": "npm", - "name": "npm:domhandler", - "data": { - "version": "5.0.3", - "packageName": "domhandler", - "hash": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" - } - }, - "npm:dompurify": { - "type": "npm", - "name": "npm:dompurify", - "data": { - "version": "3.3.1", - "packageName": "dompurify", - "hash": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==" - } - }, - "npm:domutils": { - "type": "npm", - "name": "npm:domutils", - "data": { - "version": "3.2.2", - "packageName": "domutils", - "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" - } - }, - "npm:dot-prop": { - "type": "npm", - "name": "npm:dot-prop", - "data": { - "version": "5.3.0", - "packageName": "dot-prop", - "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" - } - }, - "npm:dunder-proto": { - "type": "npm", - "name": "npm:dunder-proto", - "data": { - "version": "1.0.1", - "packageName": "dunder-proto", - "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:ecdsa-sig-formatter": { - "type": "npm", - "name": "npm:ecdsa-sig-formatter", - "data": { - "version": "1.0.11", - "packageName": "ecdsa-sig-formatter", - "hash": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" - } - }, - "npm:ee-first": { - "type": "npm", - "name": "npm:ee-first", - "data": { - "version": "1.1.1", - "packageName": "ee-first", - "hash": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - } - }, - "npm:electron-to-chromium": { - "type": "npm", - "name": "npm:electron-to-chromium", - "data": { - "version": "1.5.267", - "packageName": "electron-to-chromium", - "hash": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==" - } - }, - "npm:emoji-toolkit": { - "type": "npm", - "name": "npm:emoji-toolkit", - "data": { - "version": "9.0.1", - "packageName": "emoji-toolkit", - "hash": "sha512-sMMNqKNLVHXJfIKoPbrRJwtYuysVNC9GlKetr72zE3SSVbHqoeDLWVrxP0uM0AE0qvdl3hbUk+tJhhwXZrDHaw==" - } - }, - "npm:encoding": { - "type": "npm", - "name": "npm:encoding", - "data": { - "version": "0.1.13", - "packageName": "encoding", - "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" - } - }, - "npm:entities": { - "type": "npm", - "name": "npm:entities", - "data": { - "version": "4.5.0", - "packageName": "entities", - "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" - } - }, - "npm:entities@6.0.1": { - "type": "npm", - "name": "npm:entities@6.0.1", - "data": { - "version": "6.0.1", - "packageName": "entities", - "hash": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" - } - }, - "npm:env-paths": { - "type": "npm", - "name": "npm:env-paths", - "data": { - "version": "2.2.1", - "packageName": "env-paths", - "hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" - } - }, - "npm:environment": { - "type": "npm", - "name": "npm:environment", - "data": { - "version": "1.1.0", - "packageName": "environment", - "hash": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==" - } - }, - "npm:err-code": { - "type": "npm", - "name": "npm:err-code", - "data": { - "version": "2.0.3", - "packageName": "err-code", - "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" - } - }, - "npm:errno": { - "type": "npm", - "name": "npm:errno", - "data": { - "version": "0.1.8", - "packageName": "errno", - "hash": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" - } - }, - "npm:error-ex": { - "type": "npm", - "name": "npm:error-ex", - "data": { - "version": "1.3.4", - "packageName": "error-ex", - "hash": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==" - } - }, - "npm:es-define-property": { - "type": "npm", - "name": "npm:es-define-property", - "data": { - "version": "1.0.1", - "packageName": "es-define-property", - "hash": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" - } - }, - "npm:es-errors": { - "type": "npm", - "name": "npm:es-errors", - "data": { - "version": "1.3.0", - "packageName": "es-errors", - "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" - } - }, - "npm:es-module-lexer": { - "type": "npm", - "name": "npm:es-module-lexer", - "data": { - "version": "1.7.0", - "packageName": "es-module-lexer", - "hash": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" - } - }, - "npm:es-object-atoms": { - "type": "npm", - "name": "npm:es-object-atoms", - "data": { - "version": "1.1.1", - "packageName": "es-object-atoms", - "hash": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" - } - }, - "npm:escalade": { - "type": "npm", - "name": "npm:escalade", - "data": { - "version": "3.2.0", - "packageName": "escalade", - "hash": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" - } - }, - "npm:escape-html": { - "type": "npm", - "name": "npm:escape-html", - "data": { - "version": "1.0.3", - "packageName": "escape-html", - "hash": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - } - }, - "npm:escape-string-regexp": { - "type": "npm", - "name": "npm:escape-string-regexp", - "data": { - "version": "4.0.0", - "packageName": "escape-string-regexp", - "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" - } - }, - "npm:escape-string-regexp@1.0.5": { - "type": "npm", - "name": "npm:escape-string-regexp@1.0.5", - "data": { - "version": "1.0.5", - "packageName": "escape-string-regexp", - "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - } - }, - "npm:eslint": { - "type": "npm", - "name": "npm:eslint", - "data": { - "version": "9.39.2", - "packageName": "eslint", - "hash": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==" - } - }, - "npm:eslint-plugin-simple-import-sort": { - "type": "npm", - "name": "npm:eslint-plugin-simple-import-sort", - "data": { - "version": "12.1.1", - "packageName": "eslint-plugin-simple-import-sort", - "hash": "sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==" - } - }, - "npm:eslint-scope": { - "type": "npm", - "name": "npm:eslint-scope", - "data": { - "version": "9.0.0", - "packageName": "eslint-scope", - "hash": "sha512-+Yh0LeQKq+mW/tQArNj67tljR3L1HajDTQPuZOEwC00oBdoIDQrr89yBgjAlzAwRrY/5zDkM3v99iGHwz9y0dw==" - } - }, - "npm:eslint-scope@8.4.0": { - "type": "npm", - "name": "npm:eslint-scope@8.4.0", - "data": { - "version": "8.4.0", - "packageName": "eslint-scope", - "hash": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==" - } - }, - "npm:espree": { - "type": "npm", - "name": "npm:espree", - "data": { - "version": "10.4.0", - "packageName": "espree", - "hash": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" - } - }, - "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:esutils": { - "type": "npm", - "name": "npm:esutils", - "data": { - "version": "2.0.3", - "packageName": "esutils", - "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" - } - }, - "npm:etag": { - "type": "npm", - "name": "npm:etag", - "data": { - "version": "1.8.1", - "packageName": "etag", - "hash": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" - } - }, - "npm:eventemitter3": { - "type": "npm", - "name": "npm:eventemitter3", - "data": { - "version": "5.0.1", - "packageName": "eventemitter3", - "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" - } - }, - "npm:eventsource": { - "type": "npm", - "name": "npm:eventsource", - "data": { - "version": "3.0.7", - "packageName": "eventsource", - "hash": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==" - } - }, - "npm:eventsource-parser": { - "type": "npm", - "name": "npm:eventsource-parser", - "data": { - "version": "3.0.6", - "packageName": "eventsource-parser", - "hash": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==" - } - }, - "npm:expect-type": { - "type": "npm", - "name": "npm:expect-type", - "data": { - "version": "1.3.0", - "packageName": "expect-type", - "hash": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==" - } - }, - "npm:exponential-backoff": { - "type": "npm", - "name": "npm:exponential-backoff", - "data": { - "version": "3.1.3", - "packageName": "exponential-backoff", - "hash": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==" - } - }, - "npm:extend": { - "type": "npm", - "name": "npm:extend", - "data": { - "version": "3.0.2", - "packageName": "extend", - "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - } - }, - "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-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:fast-uri": { - "type": "npm", - "name": "npm:fast-uri", - "data": { - "version": "3.1.0", - "packageName": "fast-uri", - "hash": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==" - } - }, - "npm:fastq": { - "type": "npm", - "name": "npm:fastq", - "data": { - "version": "1.20.1", - "packageName": "fastq", - "hash": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" - } - }, - "npm:fdir": { - "type": "npm", - "name": "npm:fdir", - "data": { - "version": "6.5.0", - "packageName": "fdir", - "hash": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" - } - }, - "npm:fetch-blob": { - "type": "npm", - "name": "npm:fetch-blob", - "data": { - "version": "3.2.0", - "packageName": "fetch-blob", - "hash": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" - } - }, - "npm:figures": { - "type": "npm", - "name": "npm:figures", - "data": { - "version": "2.0.0", - "packageName": "figures", - "hash": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==" - } - }, - "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:fill-range": { - "type": "npm", - "name": "npm:fill-range", - "data": { - "version": "7.1.1", - "packageName": "fill-range", - "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" - } - }, - "npm:find-cache-directory": { - "type": "npm", - "name": "npm:find-cache-directory", - "data": { - "version": "6.0.0", - "packageName": "find-cache-directory", - "hash": "sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==" - } - }, - "npm:find-up-simple": { - "type": "npm", - "name": "npm:find-up-simple", - "data": { - "version": "1.0.1", - "packageName": "find-up-simple", - "hash": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==" - } - }, - "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:foreground-child": { - "type": "npm", - "name": "npm:foreground-child", - "data": { - "version": "3.3.1", - "packageName": "foreground-child", - "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" - } - }, - "npm:formdata-polyfill": { - "type": "npm", - "name": "npm:formdata-polyfill", - "data": { - "version": "4.0.10", - "packageName": "formdata-polyfill", - "hash": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" - } - }, - "npm:forwarded": { - "type": "npm", - "name": "npm:forwarded", - "data": { - "version": "0.2.0", - "packageName": "forwarded", - "hash": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" - } - }, - "npm:fs-minipass": { - "type": "npm", - "name": "npm:fs-minipass", - "data": { - "version": "3.0.3", - "packageName": "fs-minipass", - "hash": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==" - } - }, - "npm:fsevents": { - "type": "npm", - "name": "npm:fsevents", - "data": { - "version": "2.3.3", - "packageName": "fsevents", - "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" - } - }, - "npm:fsevents@2.3.2": { - "type": "npm", - "name": "npm:fsevents@2.3.2", - "data": { - "version": "2.3.2", - "packageName": "fsevents", - "hash": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" - } - }, - "npm:function-bind": { - "type": "npm", - "name": "npm:function-bind", - "data": { - "version": "1.1.2", - "packageName": "function-bind", - "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" - } - }, - "npm:gaxios": { - "type": "npm", - "name": "npm:gaxios", - "data": { - "version": "7.1.3", - "packageName": "gaxios", - "hash": "sha512-YGGyuEdVIjqxkxVH1pUTMY/XtmmsApXrCVv5EU25iX6inEPbV+VakJfLealkBtJN69AQmh1eGOdCl9Sm1UP6XQ==" - } - }, - "npm:gcp-metadata": { - "type": "npm", - "name": "npm:gcp-metadata", - "data": { - "version": "8.1.2", - "packageName": "gcp-metadata", - "hash": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==" - } - }, - "npm:gensync": { - "type": "npm", - "name": "npm:gensync", - "data": { - "version": "1.0.0-beta.2", - "packageName": "gensync", - "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" - } - }, - "npm:get-caller-file": { - "type": "npm", - "name": "npm:get-caller-file", - "data": { - "version": "2.0.5", - "packageName": "get-caller-file", - "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - } - }, - "npm:get-east-asian-width": { - "type": "npm", - "name": "npm:get-east-asian-width", - "data": { - "version": "1.4.0", - "packageName": "get-east-asian-width", - "hash": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==" - } - }, - "npm:get-intrinsic": { - "type": "npm", - "name": "npm:get-intrinsic", - "data": { - "version": "1.3.0", - "packageName": "get-intrinsic", - "hash": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" - } - }, - "npm:get-proto": { - "type": "npm", - "name": "npm:get-proto", - "data": { - "version": "1.0.1", - "packageName": "get-proto", - "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" - } - }, - "npm:git-raw-commits": { - "type": "npm", - "name": "npm:git-raw-commits", - "data": { - "version": "4.0.0", - "packageName": "git-raw-commits", - "hash": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==" - } - }, - "npm:glob": { - "type": "npm", - "name": "npm:glob", - "data": { - "version": "13.0.0", - "packageName": "glob", - "hash": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==" - } - }, - "npm:glob@10.5.0": { - "type": "npm", - "name": "npm:glob@10.5.0", - "data": { - "version": "10.5.0", - "packageName": "glob", - "hash": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" - } - }, - "npm:glob-to-regexp": { - "type": "npm", - "name": "npm:glob-to-regexp", - "data": { - "version": "0.4.1", - "packageName": "glob-to-regexp", - "hash": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - } - }, - "npm:global-directory": { - "type": "npm", - "name": "npm:global-directory", - "data": { - "version": "4.0.1", - "packageName": "global-directory", - "hash": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==" - } - }, - "npm:ini@4.1.1": { - "type": "npm", - "name": "npm:ini@4.1.1", - "data": { - "version": "4.1.1", - "packageName": "ini", - "hash": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==" - } - }, - "npm:ini": { - "type": "npm", - "name": "npm:ini", - "data": { - "version": "6.0.0", - "packageName": "ini", - "hash": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==" - } - }, - "npm:globals": { - "type": "npm", - "name": "npm:globals", - "data": { - "version": "14.0.0", - "packageName": "globals", - "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" - } - }, - "npm:good-listener": { - "type": "npm", - "name": "npm:good-listener", - "data": { - "version": "1.2.2", - "packageName": "good-listener", - "hash": "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==" - } - }, - "npm:google-auth-library": { - "type": "npm", - "name": "npm:google-auth-library", - "data": { - "version": "10.5.0", - "packageName": "google-auth-library", - "hash": "sha512-7ABviyMOlX5hIVD60YOfHw4/CxOfBhyduaYB+wbFWCWoni4N7SLcV46hrVRktuBbZjFC9ONyqamZITN7q3n32w==" - } - }, - "npm:google-logging-utils": { - "type": "npm", - "name": "npm:google-logging-utils", - "data": { - "version": "1.1.3", - "packageName": "google-logging-utils", - "hash": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==" - } - }, - "npm:gopd": { - "type": "npm", - "name": "npm:gopd", - "data": { - "version": "1.2.0", - "packageName": "gopd", - "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" - } - }, - "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:gtoken": { - "type": "npm", - "name": "npm:gtoken", - "data": { - "version": "8.0.0", - "packageName": "gtoken", - "hash": "sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==" - } - }, - "npm:hachure-fill": { - "type": "npm", - "name": "npm:hachure-fill", - "data": { - "version": "0.5.2", - "packageName": "hachure-fill", - "hash": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==" - } - }, - "npm:has-flag": { - "type": "npm", - "name": "npm:has-flag", - "data": { - "version": "4.0.0", - "packageName": "has-flag", - "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - } - }, - "npm:has-flag@3.0.0": { - "type": "npm", - "name": "npm:has-flag@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "has-flag", - "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" - } - }, - "npm:has-symbols": { - "type": "npm", - "name": "npm:has-symbols", - "data": { - "version": "1.1.0", - "packageName": "has-symbols", - "hash": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" - } - }, - "npm:hasown": { - "type": "npm", - "name": "npm:hasown", - "data": { - "version": "2.0.2", - "packageName": "hasown", - "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" - } - }, - "npm:hono": { - "type": "npm", - "name": "npm:hono", - "data": { - "version": "4.11.8", - "packageName": "hono", - "hash": "sha512-eVkB/CYCCei7K2WElZW9yYQFWssG0DhaDhVvr7wy5jJ22K+ck8fWW0EsLpB0sITUTvPnc97+rrbQqIr5iqiy9Q==" - } - }, - "npm:hosted-git-info": { - "type": "npm", - "name": "npm:hosted-git-info", - "data": { - "version": "9.0.2", - "packageName": "hosted-git-info", - "hash": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==" - } - }, - "npm:html-encoding-sniffer": { - "type": "npm", - "name": "npm:html-encoding-sniffer", - "data": { - "version": "6.0.0", - "packageName": "html-encoding-sniffer", - "hash": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==" - } - }, - "npm:html-escaper": { - "type": "npm", - "name": "npm:html-escaper", - "data": { - "version": "2.0.2", - "packageName": "html-escaper", - "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - } - }, - "npm:htmlparser2": { - "type": "npm", - "name": "npm:htmlparser2", - "data": { - "version": "10.0.0", - "packageName": "htmlparser2", - "hash": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==" - } - }, - "npm:http-cache-semantics": { - "type": "npm", - "name": "npm:http-cache-semantics", - "data": { - "version": "4.2.0", - "packageName": "http-cache-semantics", - "hash": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==" - } - }, - "npm:http-proxy-agent": { - "type": "npm", - "name": "npm:http-proxy-agent", - "data": { - "version": "7.0.2", - "packageName": "http-proxy-agent", - "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" - } - }, - "npm:https-proxy-agent": { - "type": "npm", - "name": "npm:https-proxy-agent", - "data": { - "version": "7.0.6", - "packageName": "https-proxy-agent", - "hash": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" - } - }, - "npm:husky": { - "type": "npm", - "name": "npm:husky", - "data": { - "version": "9.1.7", - "packageName": "husky", - "hash": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==" - } - }, - "npm:ignore-walk": { - "type": "npm", - "name": "npm:ignore-walk", - "data": { - "version": "8.0.0", - "packageName": "ignore-walk", - "hash": "sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==" - } - }, - "npm:image-size": { - "type": "npm", - "name": "npm:image-size", - "data": { - "version": "0.5.5", - "packageName": "image-size", - "hash": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" - } - }, - "npm:immutable": { - "type": "npm", - "name": "npm:immutable", - "data": { - "version": "5.1.4", - "packageName": "immutable", - "hash": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==" - } - }, - "npm:import-fresh": { - "type": "npm", - "name": "npm:import-fresh", - "data": { - "version": "3.3.1", - "packageName": "import-fresh", - "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" - } - }, - "npm:import-meta-resolve": { - "type": "npm", - "name": "npm:import-meta-resolve", - "data": { - "version": "4.2.0", - "packageName": "import-meta-resolve", - "hash": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==" - } - }, - "npm:imurmurhash": { - "type": "npm", - "name": "npm:imurmurhash", - "data": { - "version": "0.1.4", - "packageName": "imurmurhash", - "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" - } - }, - "npm:inherits": { - "type": "npm", - "name": "npm:inherits", - "data": { - "version": "2.0.4", - "packageName": "inherits", - "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - } - }, - "npm:injection-js": { - "type": "npm", - "name": "npm:injection-js", - "data": { - "version": "2.6.1", - "packageName": "injection-js", - "hash": "sha512-dbR5bdhi7TWDoCye9cByZqeg/gAfamm8Vu3G1KZOTYkOif8WkuM8CD0oeDPtZYMzT5YH76JAFB7bkmyY9OJi2A==" - } - }, - "npm:ipaddr.js": { - "type": "npm", - "name": "npm:ipaddr.js", - "data": { - "version": "1.9.1", - "packageName": "ipaddr.js", - "hash": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - } - }, - "npm:is-arrayish": { - "type": "npm", - "name": "npm:is-arrayish", - "data": { - "version": "0.2.1", - "packageName": "is-arrayish", - "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - } - }, - "npm:is-core-module": { - "type": "npm", - "name": "npm:is-core-module", - "data": { - "version": "2.16.1", - "packageName": "is-core-module", - "hash": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" - } - }, - "npm:is-extglob": { - "type": "npm", - "name": "npm:is-extglob", - "data": { - "version": "2.1.1", - "packageName": "is-extglob", - "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" - } - }, - "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", - "data": { - "version": "2.0.0", - "packageName": "is-interactive", - "hash": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==" - } - }, - "npm:is-number": { - "type": "npm", - "name": "npm:is-number", - "data": { - "version": "7.0.0", - "packageName": "is-number", - "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - } - }, - "npm:is-obj": { - "type": "npm", - "name": "npm:is-obj", - "data": { - "version": "2.0.0", - "packageName": "is-obj", - "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" - } - }, - "npm:is-potential-custom-element-name": { - "type": "npm", - "name": "npm:is-potential-custom-element-name", - "data": { - "version": "1.0.1", - "packageName": "is-potential-custom-element-name", - "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" - } - }, - "npm:is-promise": { - "type": "npm", - "name": "npm:is-promise", - "data": { - "version": "4.0.0", - "packageName": "is-promise", - "hash": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" - } - }, - "npm:is-text-path": { - "type": "npm", - "name": "npm:is-text-path", - "data": { - "version": "2.0.0", - "packageName": "is-text-path", - "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" - } - }, - "npm:is-unicode-supported": { - "type": "npm", - "name": "npm:is-unicode-supported", - "data": { - "version": "2.1.0", - "packageName": "is-unicode-supported", - "hash": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==" - } - }, - "npm:is-what": { - "type": "npm", - "name": "npm:is-what", - "data": { - "version": "3.14.1", - "packageName": "is-what", - "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" - } - }, - "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-instrument": { - "type": "npm", - "name": "npm:istanbul-lib-instrument", - "data": { - "version": "6.0.3", - "packageName": "istanbul-lib-instrument", - "hash": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==" - } - }, - "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:make-dir@4.0.0": { - "type": "npm", - "name": "npm:make-dir@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "make-dir", - "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" - } - }, - "npm:make-dir": { - "type": "npm", - "name": "npm:make-dir", - "data": { - "version": "2.1.0", - "packageName": "make-dir", - "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" - } - }, - "npm:istanbul-reports": { - "type": "npm", - "name": "npm:istanbul-reports", - "data": { - "version": "3.2.0", - "packageName": "istanbul-reports", - "hash": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==" - } - }, - "npm:jackspeak": { - "type": "npm", - "name": "npm:jackspeak", - "data": { - "version": "3.4.3", - "packageName": "jackspeak", - "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" - } - }, - "npm:jiti": { - "type": "npm", - "name": "npm:jiti", - "data": { - "version": "2.6.1", - "packageName": "jiti", - "hash": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" - } - }, - "npm:jose": { - "type": "npm", - "name": "npm:jose", - "data": { - "version": "6.1.3", - "packageName": "jose", - "hash": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==" - } - }, - "npm:js-yaml": { - "type": "npm", - "name": "npm:js-yaml", - "data": { - "version": "4.1.1", - "packageName": "js-yaml", - "hash": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" - } - }, - "npm:jsdom": { - "type": "npm", - "name": "npm:jsdom", - "data": { - "version": "27.4.0", - "packageName": "jsdom", - "hash": "sha512-mjzqwWRD9Y1J1KUi7W97Gja1bwOOM5Ug0EZ6UDK3xS7j7mndrkwozHtSblfomlzyB4NepioNt+B2sOSzczVgtQ==" - } - }, - "npm:jsesc": { - "type": "npm", - "name": "npm:jsesc", - "data": { - "version": "3.1.0", - "packageName": "jsesc", - "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" - } - }, - "npm:json-bigint": { - "type": "npm", - "name": "npm:json-bigint", - "data": { - "version": "1.0.0", - "packageName": "json-bigint", - "hash": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==" - } - }, - "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-better-errors": { - "type": "npm", - "name": "npm:json-parse-better-errors", - "data": { - "version": "1.0.2", - "packageName": "json-parse-better-errors", - "hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - } - }, - "npm:json-parse-even-better-errors": { - "type": "npm", - "name": "npm:json-parse-even-better-errors", - "data": { - "version": "5.0.0", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==" - } - }, - "npm:json-parse-even-better-errors@2.3.1": { - "type": "npm", - "name": "npm:json-parse-even-better-errors@2.3.1", - "data": { - "version": "2.3.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - } - }, - "npm:json-schema-typed": { - "type": "npm", - "name": "npm:json-schema-typed", - "data": { - "version": "8.0.2", - "packageName": "json-schema-typed", - "hash": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==" - } - }, - "npm:json-schema-walker": { - "type": "npm", - "name": "npm:json-schema-walker", - "data": { - "version": "2.0.0", - "packageName": "json-schema-walker", - "hash": "sha512-nXN2cMky0Iw7Af28w061hmxaPDaML5/bQD9nwm1lOoIKEGjHcRGxqWe4MfrkYThYAPjSUhmsp4bJNoLAyVn9Xw==" - } - }, - "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", - "data": { - "version": "2.2.3", - "packageName": "json5", - "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" - } - }, - "npm:jsonc-parser": { - "type": "npm", - "name": "npm:jsonc-parser", - "data": { - "version": "3.3.1", - "packageName": "jsonc-parser", - "hash": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==" - } - }, - "npm:jsonparse": { - "type": "npm", - "name": "npm:jsonparse", - "data": { - "version": "1.3.1", - "packageName": "jsonparse", - "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" - } - }, - "npm:JSONStream": { - "type": "npm", - "name": "npm:JSONStream", - "data": { - "version": "1.3.5", - "packageName": "JSONStream", - "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" - } - }, - "npm:jwa": { - "type": "npm", - "name": "npm:jwa", - "data": { - "version": "2.0.1", - "packageName": "jwa", - "hash": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" - } - }, - "npm:jws": { - "type": "npm", - "name": "npm:jws", - "data": { - "version": "4.0.1", - "packageName": "jws", - "hash": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==" - } - }, - "npm:katex": { - "type": "npm", - "name": "npm:katex", - "data": { - "version": "0.16.27", - "packageName": "katex", - "hash": "sha512-aeQoDkuRWSqQN6nSvVCEFvfXdqo1OQiCmmW1kc9xSdjutPv7BGO7pqY9sQRJpMOGrEdfDgF2TfRXe5eUAD2Waw==" - } - }, - "npm:keyv": { - "type": "npm", - "name": "npm:keyv", - "data": { - "version": "4.5.4", - "packageName": "keyv", - "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" - } - }, - "npm:khroma": { - "type": "npm", - "name": "npm:khroma", - "data": { - "version": "2.1.0", - "packageName": "khroma", - "hash": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" - } - }, - "npm:langium": { - "type": "npm", - "name": "npm:langium", - "data": { - "version": "3.3.1", - "packageName": "langium", - "hash": "sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==" - } - }, - "npm:less": { - "type": "npm", - "name": "npm:less", - "data": { - "version": "4.5.1", - "packageName": "less", - "hash": "sha512-UKgI3/KON4u6ngSsnDADsUERqhZknsVZbnuzlRZXLQCmfC/MDld42fTydUE9B+Mla1AL6SJ/Pp6SlEFi/AVGfw==" - } - }, - "npm:source-map@0.6.1": { - "type": "npm", - "name": "npm:source-map@0.6.1", - "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - }, - "npm:source-map": { - "type": "npm", - "name": "npm:source-map", - "data": { - "version": "0.7.6", - "packageName": "source-map", - "hash": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" - } - }, - "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", - "data": { - "version": "1.2.4", - "packageName": "lines-and-columns", - "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" - } - }, - "npm:lint-staged": { - "type": "npm", - "name": "npm:lint-staged", - "data": { - "version": "16.2.7", - "packageName": "lint-staged", - "hash": "sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==" - } - }, - "npm:listr2": { - "type": "npm", - "name": "npm:listr2", - "data": { - "version": "9.0.5", - "packageName": "listr2", - "hash": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==" - } - }, - "npm:lmdb": { - "type": "npm", - "name": "npm:lmdb", - "data": { - "version": "3.4.4", - "packageName": "lmdb", - "hash": "sha512-+Y2DqovevLkb6DrSQ6SXTYLEd6kvlRbhsxzgJrk7BUfOVA/mt21ak6pFDZDKxiAczHMWxrb02kXBTSTIA0O94A==" - } - }, - "npm:load-json-file": { - "type": "npm", - "name": "npm:load-json-file", - "data": { - "version": "4.0.0", - "packageName": "load-json-file", - "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==" - } - }, - "npm:parse-json@4.0.0": { - "type": "npm", - "name": "npm:parse-json@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "parse-json", - "hash": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==" - } - }, - "npm:parse-json": { - "type": "npm", - "name": "npm:parse-json", - "data": { - "version": "5.2.0", - "packageName": "parse-json", - "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" - } - }, - "npm:pify@3.0.0": { - "type": "npm", - "name": "npm:pify@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "pify", - "hash": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" - } - }, - "npm:pify": { - "type": "npm", - "name": "npm:pify", - "data": { - "version": "4.0.1", - "packageName": "pify", - "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - } - }, - "npm:lodash.camelcase": { - "type": "npm", - "name": "npm:lodash.camelcase", - "data": { - "version": "4.3.0", - "packageName": "lodash.camelcase", - "hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" - } - }, - "npm:lodash.isplainobject": { - "type": "npm", - "name": "npm:lodash.isplainobject", - "data": { - "version": "4.0.6", - "packageName": "lodash.isplainobject", - "hash": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" - } - }, - "npm:lodash.kebabcase": { - "type": "npm", - "name": "npm:lodash.kebabcase", - "data": { - "version": "4.1.1", - "packageName": "lodash.kebabcase", - "hash": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==" - } - }, - "npm:lodash.merge": { - "type": "npm", - "name": "npm:lodash.merge", - "data": { - "version": "4.6.2", - "packageName": "lodash.merge", - "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" - } - }, - "npm:lodash.mergewith": { - "type": "npm", - "name": "npm:lodash.mergewith", - "data": { - "version": "4.6.2", - "packageName": "lodash.mergewith", - "hash": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" - } - }, - "npm:lodash.snakecase": { - "type": "npm", - "name": "npm:lodash.snakecase", - "data": { - "version": "4.1.1", - "packageName": "lodash.snakecase", - "hash": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==" - } - }, - "npm:lodash.startcase": { - "type": "npm", - "name": "npm:lodash.startcase", - "data": { - "version": "4.4.0", - "packageName": "lodash.startcase", - "hash": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==" - } - }, - "npm:lodash.uniq": { - "type": "npm", - "name": "npm:lodash.uniq", - "data": { - "version": "4.5.0", - "packageName": "lodash.uniq", - "hash": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - } - }, - "npm:lodash.upperfirst": { - "type": "npm", - "name": "npm:lodash.upperfirst", - "data": { - "version": "4.3.1", - "packageName": "lodash.upperfirst", - "hash": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" - } - }, - "npm:log-symbols": { - "type": "npm", - "name": "npm:log-symbols", - "data": { - "version": "7.0.1", - "packageName": "log-symbols", - "hash": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==" - } - }, - "npm:log-update": { - "type": "npm", - "name": "npm:log-update", - "data": { - "version": "6.1.0", - "packageName": "log-update", - "hash": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==" - } - }, - "npm:long": { - "type": "npm", - "name": "npm:long", - "data": { - "version": "5.3.2", - "packageName": "long", - "hash": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==" - } - }, - "npm:magic-string": { - "type": "npm", - "name": "npm:magic-string", - "data": { - "version": "0.30.21", - "packageName": "magic-string", - "hash": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" - } - }, - "npm:magicast": { - "type": "npm", - "name": "npm:magicast", - "data": { - "version": "0.5.1", - "packageName": "magicast", - "hash": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==" - } - }, - "npm:make-fetch-happen": { - "type": "npm", - "name": "npm:make-fetch-happen", - "data": { - "version": "15.0.3", - "packageName": "make-fetch-happen", - "hash": "sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==" - } - }, - "npm:marked": { - "type": "npm", - "name": "npm:marked", - "data": { - "version": "17.0.1", - "packageName": "marked", - "hash": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==" - } - }, - "npm:marked@16.4.2": { - "type": "npm", - "name": "npm:marked@16.4.2", - "data": { - "version": "16.4.2", - "packageName": "marked", - "hash": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==" - } - }, - "npm:math-intrinsics": { - "type": "npm", - "name": "npm:math-intrinsics", - "data": { - "version": "1.1.0", - "packageName": "math-intrinsics", - "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" - } - }, - "npm:mdn-data": { - "type": "npm", - "name": "npm:mdn-data", - "data": { - "version": "2.12.2", - "packageName": "mdn-data", - "hash": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==" - } - }, - "npm:meow": { - "type": "npm", - "name": "npm:meow", - "data": { - "version": "12.1.1", - "packageName": "meow", - "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" - } - }, - "npm:merge2": { - "type": "npm", - "name": "npm:merge2", - "data": { - "version": "1.4.1", - "packageName": "merge2", - "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" - } - }, - "npm:mermaid": { - "type": "npm", - "name": "npm:mermaid", - "data": { - "version": "11.12.2", - "packageName": "mermaid", - "hash": "sha512-n34QPDPEKmaeCG4WDMGy0OT6PSyxKCfy2pJgShP+Qow2KLrvWjclwbc3yXfSIf4BanqWEhQEpngWwNp/XhZt6w==" - } - }, - "npm:methods": { - "type": "npm", - "name": "npm:methods", - "data": { - "version": "1.1.2", - "packageName": "methods", - "hash": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" - } - }, - "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.3", - "packageName": "picomatch", - "hash": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" - } - }, - "npm:mime": { - "type": "npm", - "name": "npm:mime", - "data": { - "version": "1.6.0", - "packageName": "mime", - "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - } - }, - "npm:mimic-function": { - "type": "npm", - "name": "npm:mimic-function", - "data": { - "version": "5.0.1", - "packageName": "mimic-function", - "hash": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==" - } - }, - "npm:minimist": { - "type": "npm", - "name": "npm:minimist", - "data": { - "version": "1.2.8", - "packageName": "minimist", - "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" - } - }, - "npm:minipass": { - "type": "npm", - "name": "npm:minipass", - "data": { - "version": "7.1.2", - "packageName": "minipass", - "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" - } - }, - "npm:minipass@3.3.6": { - "type": "npm", - "name": "npm:minipass@3.3.6", - "data": { - "version": "3.3.6", - "packageName": "minipass", - "hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" - } - }, - "npm:minipass-collect": { - "type": "npm", - "name": "npm:minipass-collect", - "data": { - "version": "2.0.1", - "packageName": "minipass-collect", - "hash": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==" - } - }, - "npm:minipass-fetch": { - "type": "npm", - "name": "npm:minipass-fetch", - "data": { - "version": "5.0.0", - "packageName": "minipass-fetch", - "hash": "sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==" - } - }, - "npm:minipass-flush": { - "type": "npm", - "name": "npm:minipass-flush", - "data": { - "version": "1.0.5", - "packageName": "minipass-flush", - "hash": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" - } - }, - "npm:yallist@4.0.0": { - "type": "npm", - "name": "npm:yallist@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "yallist", - "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - }, - "npm:yallist@5.0.0": { - "type": "npm", - "name": "npm:yallist@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "yallist", - "hash": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==" - } - }, - "npm:yallist": { - "type": "npm", - "name": "npm:yallist", - "data": { - "version": "3.1.1", - "packageName": "yallist", - "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - }, - "npm:minipass-pipeline": { - "type": "npm", - "name": "npm:minipass-pipeline", - "data": { - "version": "1.2.4", - "packageName": "minipass-pipeline", - "hash": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" - } - }, - "npm:minipass-sized": { - "type": "npm", - "name": "npm:minipass-sized", - "data": { - "version": "1.0.3", - "packageName": "minipass-sized", - "hash": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" - } - }, - "npm:minizlib": { - "type": "npm", - "name": "npm:minizlib", - "data": { - "version": "3.1.0", - "packageName": "minizlib", - "hash": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==" - } - }, - "npm:mlly": { - "type": "npm", - "name": "npm:mlly", - "data": { - "version": "1.8.0", - "packageName": "mlly", - "hash": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==" - } - }, - "npm:msgpackr": { - "type": "npm", - "name": "npm:msgpackr", - "data": { - "version": "1.11.8", - "packageName": "msgpackr", - "hash": "sha512-bC4UGzHhVvgDNS7kn9tV8fAucIYUBuGojcaLiz7v+P63Lmtm0Xeji8B/8tYKddALXxJLpwIeBmUN3u64C4YkRA==" - } - }, - "npm:msgpackr-extract": { - "type": "npm", - "name": "npm:msgpackr-extract", - "data": { - "version": "3.0.3", - "packageName": "msgpackr-extract", - "hash": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==" - } - }, - "npm:mute-stream": { - "type": "npm", - "name": "npm:mute-stream", - "data": { - "version": "2.0.0", - "packageName": "mute-stream", - "hash": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==" - } - }, - "npm:nano-spawn": { - "type": "npm", - "name": "npm:nano-spawn", - "data": { - "version": "2.0.0", - "packageName": "nano-spawn", - "hash": "sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==" - } - }, - "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:needle": { - "type": "npm", - "name": "npm:needle", - "data": { - "version": "3.3.1", - "packageName": "needle", - "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" - } - }, - "npm:ng-packagr": { - "type": "npm", - "name": "npm:ng-packagr", - "data": { - "version": "21.0.1", - "packageName": "ng-packagr", - "hash": "sha512-IZGxuF226GF0d8FOZIfPvHsyBl53PrDEg/IB2+CVamsm3r4+gUw3mBp27eygpowBpdVLG0Sm2IbUiH4aSspzyA==" - } - }, - "npm:readdirp@4.1.2": { - "type": "npm", - "name": "npm:readdirp@4.1.2", - "data": { - "version": "4.1.2", - "packageName": "readdirp", - "hash": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" - } - }, - "npm:readdirp": { - "type": "npm", - "name": "npm:readdirp", - "data": { - "version": "5.0.0", - "packageName": "readdirp", - "hash": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" - } - }, - "npm:ngx-markdown": { - "type": "npm", - "name": "npm:ngx-markdown", - "data": { - "version": "21.0.1", - "packageName": "ngx-markdown", - "hash": "sha512-TQnxrU9b+JclgXBFVg0Xp/6YEMom+hpiEjBMlE56cIWzONNh7pshMeMkz972wWzvQvTP+55/BmEZQc+4Vq1MWg==" - } - }, - "npm:node-domexception": { - "type": "npm", - "name": "npm:node-domexception", - "data": { - "version": "1.0.0", - "packageName": "node-domexception", - "hash": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" - } - }, - "npm:node-fetch": { - "type": "npm", - "name": "npm:node-fetch", - "data": { - "version": "3.3.2", - "packageName": "node-fetch", - "hash": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" - } - }, - "npm:node-gyp": { - "type": "npm", - "name": "npm:node-gyp", - "data": { - "version": "12.1.0", - "packageName": "node-gyp", - "hash": "sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==" - } - }, - "npm:node-gyp-build-optional-packages": { - "type": "npm", - "name": "npm:node-gyp-build-optional-packages", - "data": { - "version": "5.2.2", - "packageName": "node-gyp-build-optional-packages", - "hash": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==" - } - }, - "npm:node-releases": { - "type": "npm", - "name": "npm:node-releases", - "data": { - "version": "2.0.27", - "packageName": "node-releases", - "hash": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==" - } - }, - "npm:nopt": { - "type": "npm", - "name": "npm:nopt", - "data": { - "version": "9.0.0", - "packageName": "nopt", - "hash": "sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==" - } - }, - "npm:npm-bundled": { - "type": "npm", - "name": "npm:npm-bundled", - "data": { - "version": "5.0.0", - "packageName": "npm-bundled", - "hash": "sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==" - } - }, - "npm:npm-install-checks": { - "type": "npm", - "name": "npm:npm-install-checks", - "data": { - "version": "8.0.0", - "packageName": "npm-install-checks", - "hash": "sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==" - } - }, - "npm:npm-normalize-package-bin": { - "type": "npm", - "name": "npm:npm-normalize-package-bin", - "data": { - "version": "5.0.0", - "packageName": "npm-normalize-package-bin", - "hash": "sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==" - } - }, - "npm:npm-package-arg": { - "type": "npm", - "name": "npm:npm-package-arg", - "data": { - "version": "13.0.2", - "packageName": "npm-package-arg", - "hash": "sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==" - } - }, - "npm:npm-packlist": { - "type": "npm", - "name": "npm:npm-packlist", - "data": { - "version": "10.0.3", - "packageName": "npm-packlist", - "hash": "sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==" - } - }, - "npm:npm-pick-manifest": { - "type": "npm", - "name": "npm:npm-pick-manifest", - "data": { - "version": "11.0.3", - "packageName": "npm-pick-manifest", - "hash": "sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==" - } - }, - "npm:npm-registry-fetch": { - "type": "npm", - "name": "npm:npm-registry-fetch", - "data": { - "version": "19.1.1", - "packageName": "npm-registry-fetch", - "hash": "sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==" - } - }, - "npm:nth-check": { - "type": "npm", - "name": "npm:nth-check", - "data": { - "version": "2.1.1", - "packageName": "nth-check", - "hash": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" - } - }, - "npm:object-assign": { - "type": "npm", - "name": "npm:object-assign", - "data": { - "version": "4.1.1", - "packageName": "object-assign", - "hash": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" - } - }, - "npm:object-inspect": { - "type": "npm", - "name": "npm:object-inspect", - "data": { - "version": "1.13.4", - "packageName": "object-inspect", - "hash": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" - } - }, - "npm:obug": { - "type": "npm", - "name": "npm:obug", - "data": { - "version": "2.1.1", - "packageName": "obug", - "hash": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==" - } - }, - "npm:on-finished": { - "type": "npm", - "name": "npm:on-finished", - "data": { - "version": "2.4.1", - "packageName": "on-finished", - "hash": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" - } - }, - "npm:once": { - "type": "npm", - "name": "npm:once", - "data": { - "version": "1.4.0", - "packageName": "once", - "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" - } - }, - "npm:onetime": { - "type": "npm", - "name": "npm:onetime", - "data": { - "version": "7.0.0", - "packageName": "onetime", - "hash": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==" - } - }, - "npm:openai": { - "type": "npm", - "name": "npm:openai", - "data": { - "version": "6.18.0", - "packageName": "openai", - "hash": "sha512-odLRYyz9rlzz6g8gKn61RM2oP5UUm428sE2zOxZqS9MzVfD5/XW8UoEjpnRkzTuScXP7ZbP/m7fC+bl8jCOZZw==" - } - }, - "npm:openapi-types": { - "type": "npm", - "name": "npm:openapi-types", - "data": { - "version": "12.1.3", - "packageName": "openapi-types", - "hash": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==" - } - }, - "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", - "data": { - "version": "9.0.0", - "packageName": "ora", - "hash": "sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==" - } - }, - "npm:ordered-binary": { - "type": "npm", - "name": "npm:ordered-binary", - "data": { - "version": "1.6.1", - "packageName": "ordered-binary", - "hash": "sha512-QkCdPooczexPLiXIrbVOPYkR3VO3T6v2OyKRkR1Xbhpy7/LAVXwahnRCgRp78Oe/Ehf0C/HATAxfSr6eA1oX+w==" - } - }, - "npm:oxc-parser": { - "type": "npm", - "name": "npm:oxc-parser", - "data": { - "version": "0.8.0", - "packageName": "oxc-parser", - "hash": "sha512-ObPeMkbDX7igb7NyyAC8CbVC3fY+YmlMsxsRQ2oyFBkpQtI5tjoyqSDKbS9A9EcJvt2q89C4UoC+HjVBdLYYJg==" - } - }, - "npm:p-map": { - "type": "npm", - "name": "npm:p-map", - "data": { - "version": "7.0.4", - "packageName": "p-map", - "hash": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==" - } - }, - "npm:p-try": { - "type": "npm", - "name": "npm:p-try", - "data": { - "version": "1.0.0", - "packageName": "p-try", - "hash": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==" - } - }, - "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:package-manager-detector": { - "type": "npm", - "name": "npm:package-manager-detector", - "data": { - "version": "1.6.0", - "packageName": "package-manager-detector", - "hash": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==" - } - }, - "npm:pacote": { - "type": "npm", - "name": "npm:pacote", - "data": { - "version": "21.0.4", - "packageName": "pacote", - "hash": "sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==" - } - }, - "npm:parent-module": { - "type": "npm", - "name": "npm:parent-module", - "data": { - "version": "1.0.1", - "packageName": "parent-module", - "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" - } - }, - "npm:parse-node-version": { - "type": "npm", - "name": "npm:parse-node-version", - "data": { - "version": "1.0.1", - "packageName": "parse-node-version", - "hash": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" - } - }, - "npm:parse5": { - "type": "npm", - "name": "npm:parse5", - "data": { - "version": "8.0.0", - "packageName": "parse5", - "hash": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==" - } - }, - "npm:parse5-html-rewriting-stream": { - "type": "npm", - "name": "npm:parse5-html-rewriting-stream", - "data": { - "version": "8.0.0", - "packageName": "parse5-html-rewriting-stream", - "hash": "sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==" - } - }, - "npm:parse5-sax-parser": { - "type": "npm", - "name": "npm:parse5-sax-parser", - "data": { - "version": "8.0.0", - "packageName": "parse5-sax-parser", - "hash": "sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==" - } - }, - "npm:parseurl": { - "type": "npm", - "name": "npm:parseurl", - "data": { - "version": "1.3.3", - "packageName": "parseurl", - "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - } - }, - "npm:path-data-parser": { - "type": "npm", - "name": "npm:path-data-parser", - "data": { - "version": "0.1.0", - "packageName": "path-data-parser", - "hash": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==" - } - }, - "npm:path-key": { - "type": "npm", - "name": "npm:path-key", - "data": { - "version": "3.1.1", - "packageName": "path-key", - "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" - } - }, - "npm:path-parse": { - "type": "npm", - "name": "npm:path-parse", - "data": { - "version": "1.0.7", - "packageName": "path-parse", - "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - } - }, - "npm:path-scurry": { - "type": "npm", - "name": "npm:path-scurry", - "data": { - "version": "2.0.1", - "packageName": "path-scurry", - "hash": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==" - } - }, - "npm:path-scurry@1.11.1": { - "type": "npm", - "name": "npm:path-scurry@1.11.1", - "data": { - "version": "1.11.1", - "packageName": "path-scurry", - "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" - } - }, - "npm:pathe": { - "type": "npm", - "name": "npm:pathe", - "data": { - "version": "2.0.3", - "packageName": "pathe", - "hash": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" - } - }, - "npm:picocolors": { - "type": "npm", - "name": "npm:picocolors", - "data": { - "version": "1.1.1", - "packageName": "picocolors", - "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" - } - }, - "npm:pidtree": { - "type": "npm", - "name": "npm:pidtree", - "data": { - "version": "0.6.0", - "packageName": "pidtree", - "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" - } - }, - "npm:piscina": { - "type": "npm", - "name": "npm:piscina", - "data": { - "version": "5.1.4", - "packageName": "piscina", - "hash": "sha512-7uU4ZnKeQq22t9AsmHGD2w4OYQGonwFnTypDypaWi7Qr2EvQIFVtG8J5D/3bE7W123Wdc9+v4CZDu5hJXVCtBg==" - } - }, - "npm:pixelmatch": { - "type": "npm", - "name": "npm:pixelmatch", - "data": { - "version": "7.1.0", - "packageName": "pixelmatch", - "hash": "sha512-1wrVzJ2STrpmONHKBy228LM1b84msXDUoAzVEl0R8Mz4Ce6EPr+IVtxm8+yvrqLYMHswREkjYFaMxnyGnaY3Ng==" - } - }, - "npm:pkce-challenge": { - "type": "npm", - "name": "npm:pkce-challenge", - "data": { - "version": "5.0.1", - "packageName": "pkce-challenge", - "hash": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==" - } - }, - "npm:pkg-conf": { - "type": "npm", - "name": "npm:pkg-conf", - "data": { - "version": "2.1.0", - "packageName": "pkg-conf", - "hash": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==" - } - }, - "npm:pkg-dir": { - "type": "npm", - "name": "npm:pkg-dir", - "data": { - "version": "8.0.0", - "packageName": "pkg-dir", - "hash": "sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==" - } - }, - "npm:pkg-types": { - "type": "npm", - "name": "npm:pkg-types", - "data": { - "version": "1.3.1", - "packageName": "pkg-types", - "hash": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==" - } - }, - "npm:playwright": { - "type": "npm", - "name": "npm:playwright", - "data": { - "version": "1.58.0", - "packageName": "playwright", - "hash": "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==" - } - }, - "npm:playwright-core": { - "type": "npm", - "name": "npm:playwright-core", - "data": { - "version": "1.58.0", - "packageName": "playwright-core", - "hash": "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==" - } - }, - "npm:pngjs": { - "type": "npm", - "name": "npm:pngjs", - "data": { - "version": "7.0.0", - "packageName": "pngjs", - "hash": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==" - } - }, - "npm:points-on-curve": { - "type": "npm", - "name": "npm:points-on-curve", - "data": { - "version": "0.2.0", - "packageName": "points-on-curve", - "hash": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" - } - }, - "npm:points-on-path": { - "type": "npm", - "name": "npm:points-on-path", - "data": { - "version": "0.2.1", - "packageName": "points-on-path", - "hash": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==" - } - }, - "npm:postcss": { - "type": "npm", - "name": "npm:postcss", - "data": { - "version": "8.5.6", - "packageName": "postcss", - "hash": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" - } - }, - "npm:postcss-media-query-parser": { - "type": "npm", - "name": "npm:postcss-media-query-parser", - "data": { - "version": "0.2.3", - "packageName": "postcss-media-query-parser", - "hash": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==" - } - }, - "npm:prelude-ls": { - "type": "npm", - "name": "npm:prelude-ls", - "data": { - "version": "1.2.1", - "packageName": "prelude-ls", - "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" - } - }, - "npm:prettier": { - "type": "npm", - "name": "npm:prettier", - "data": { - "version": "3.7.4", - "packageName": "prettier", - "hash": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==" - } - }, - "npm:prismjs": { - "type": "npm", - "name": "npm:prismjs", - "data": { - "version": "1.30.0", - "packageName": "prismjs", - "hash": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==" - } - }, - "npm:proc-log": { - "type": "npm", - "name": "npm:proc-log", - "data": { - "version": "6.1.0", - "packageName": "proc-log", - "hash": "sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ==" - } - }, - "npm:process": { - "type": "npm", - "name": "npm:process", - "data": { - "version": "0.11.10", - "packageName": "process", - "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" - } - }, - "npm:promise-retry": { - "type": "npm", - "name": "npm:promise-retry", - "data": { - "version": "2.0.1", - "packageName": "promise-retry", - "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" - } - }, - "npm:protobufjs": { - "type": "npm", - "name": "npm:protobufjs", - "data": { - "version": "7.5.4", - "packageName": "protobufjs", - "hash": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==" - } - }, - "npm:proxy-addr": { - "type": "npm", - "name": "npm:proxy-addr", - "data": { - "version": "2.0.7", - "packageName": "proxy-addr", - "hash": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" - } - }, - "npm:prr": { - "type": "npm", - "name": "npm:prr", - "data": { - "version": "1.0.1", - "packageName": "prr", - "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" - } - }, - "npm:punycode": { - "type": "npm", - "name": "npm:punycode", - "data": { - "version": "2.3.1", - "packageName": "punycode", - "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" - } - }, - "npm:queue-microtask": { - "type": "npm", - "name": "npm:queue-microtask", - "data": { - "version": "1.2.3", - "packageName": "queue-microtask", - "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" - } - }, - "npm:range-parser": { - "type": "npm", - "name": "npm:range-parser", - "data": { - "version": "1.2.1", - "packageName": "range-parser", - "hash": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - } - }, - "npm:reflect-metadata": { - "type": "npm", - "name": "npm:reflect-metadata", - "data": { - "version": "0.2.2", - "packageName": "reflect-metadata", - "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" - } - }, - "npm:reprism": { - "type": "npm", - "name": "npm:reprism", - "data": { - "version": "0.0.11", - "packageName": "reprism", - "hash": "sha512-VsxDR5QxZo08M/3nRypNlScw5r3rKeSOPdU/QhDmu3Ai3BJxHn/qgfXGWQp/tAxUtzwYNo9W6997JZR0tPLZsA==" - } - }, - "npm:require-directory": { - "type": "npm", - "name": "npm:require-directory", - "data": { - "version": "2.1.1", - "packageName": "require-directory", - "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" - } - }, - "npm:require-from-string": { - "type": "npm", - "name": "npm:require-from-string", - "data": { - "version": "2.0.2", - "packageName": "require-from-string", - "hash": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" - } - }, - "npm:resolve": { - "type": "npm", - "name": "npm:resolve", - "data": { - "version": "1.22.11", - "packageName": "resolve", - "hash": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==" - } - }, - "npm:restore-cursor": { - "type": "npm", - "name": "npm:restore-cursor", - "data": { - "version": "5.1.0", - "packageName": "restore-cursor", - "hash": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==" - } - }, - "npm:retry": { - "type": "npm", - "name": "npm:retry", - "data": { - "version": "0.12.0", - "packageName": "retry", - "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" - } - }, - "npm:reusify": { - "type": "npm", - "name": "npm:reusify", - "data": { - "version": "1.1.0", - "packageName": "reusify", - "hash": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" - } - }, - "npm:rfdc": { - "type": "npm", - "name": "npm:rfdc", - "data": { - "version": "1.4.1", - "packageName": "rfdc", - "hash": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" - } - }, - "npm:rimraf": { - "type": "npm", - "name": "npm:rimraf", - "data": { - "version": "5.0.10", - "packageName": "rimraf", - "hash": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" - } - }, - "npm:robust-predicates": { - "type": "npm", - "name": "npm:robust-predicates", - "data": { - "version": "3.0.2", - "packageName": "robust-predicates", - "hash": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" - } - }, - "npm:rolldown": { - "type": "npm", - "name": "npm:rolldown", - "data": { - "version": "1.0.0-beta.58", - "packageName": "rolldown", - "hash": "sha512-v1FCjMZCan7f+xGAHBi+mqiE4MlH7I+SXEHSQSJoMOGNNB2UYtvMiejsq9YuUOiZjNeUeV/a21nSFbrUR+4ZCQ==" - } - }, - "npm:rollup": { - "type": "npm", - "name": "npm:rollup", - "data": { - "version": "4.54.0", - "packageName": "rollup", - "hash": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==" - } - }, - "npm:rollup-plugin-dts": { - "type": "npm", - "name": "npm:rollup-plugin-dts", - "data": { - "version": "6.3.0", - "packageName": "rollup-plugin-dts", - "hash": "sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==" - } - }, - "npm:roughjs": { - "type": "npm", - "name": "npm:roughjs", - "data": { - "version": "4.6.6", - "packageName": "roughjs", - "hash": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==" - } - }, - "npm:router": { - "type": "npm", - "name": "npm:router", - "data": { - "version": "2.2.0", - "packageName": "router", - "hash": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" - } - }, - "npm:run-parallel": { - "type": "npm", - "name": "npm:run-parallel", - "data": { - "version": "1.2.0", - "packageName": "run-parallel", - "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" - } - }, - "npm:rw": { - "type": "npm", - "name": "npm:rw", - "data": { - "version": "1.3.3", - "packageName": "rw", - "hash": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" - } - }, - "npm:rxjs": { - "type": "npm", - "name": "npm:rxjs", - "data": { - "version": "7.8.2", - "packageName": "rxjs", - "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" - } - }, - "npm:safe-buffer": { - "type": "npm", - "name": "npm:safe-buffer", - "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - }, - "npm:safer-buffer": { - "type": "npm", - "name": "npm:safer-buffer", - "data": { - "version": "2.1.2", - "packageName": "safer-buffer", - "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - } - }, - "npm:sass": { - "type": "npm", - "name": "npm:sass", - "data": { - "version": "1.97.1", - "packageName": "sass", - "hash": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==" - } - }, - "npm:sax": { - "type": "npm", - "name": "npm:sax", - "data": { - "version": "1.4.3", - "packageName": "sax", - "hash": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==" - } - }, - "npm:saxes": { - "type": "npm", - "name": "npm:saxes", - "data": { - "version": "6.0.0", - "packageName": "saxes", - "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" - } - }, - "npm:select": { - "type": "npm", - "name": "npm:select", - "data": { - "version": "1.1.2", - "packageName": "select", - "hash": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==" - } - }, - "npm:setprototypeof": { - "type": "npm", - "name": "npm:setprototypeof", - "data": { - "version": "1.2.0", - "packageName": "setprototypeof", - "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - } - }, - "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:signal-exit": { - "type": "npm", - "name": "npm:signal-exit", - "data": { - "version": "4.1.0", - "packageName": "signal-exit", - "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" - } - }, - "npm:signale": { - "type": "npm", - "name": "npm:signale", - "data": { - "version": "1.4.0", - "packageName": "signale", - "hash": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==" - } - }, - "npm:supports-color@5.5.0": { - "type": "npm", - "name": "npm:supports-color@5.5.0", - "data": { - "version": "5.5.0", - "packageName": "supports-color", - "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" - } - }, - "npm:supports-color": { - "type": "npm", - "name": "npm:supports-color", - "data": { - "version": "7.2.0", - "packageName": "supports-color", - "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" - } - }, - "npm:sigstore": { - "type": "npm", - "name": "npm:sigstore", - "data": { - "version": "4.1.0", - "packageName": "sigstore", - "hash": "sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==" - } - }, - "npm:sirv": { - "type": "npm", - "name": "npm:sirv", - "data": { - "version": "3.0.2", - "packageName": "sirv", - "hash": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==" - } - }, - "npm:slice-ansi": { - "type": "npm", - "name": "npm:slice-ansi", - "data": { - "version": "7.1.2", - "packageName": "slice-ansi", - "hash": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==" - } - }, - "npm:smart-buffer": { - "type": "npm", - "name": "npm:smart-buffer", - "data": { - "version": "4.2.0", - "packageName": "smart-buffer", - "hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" - } - }, - "npm:socks": { - "type": "npm", - "name": "npm:socks", - "data": { - "version": "2.8.7", - "packageName": "socks", - "hash": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==" - } - }, - "npm:socks-proxy-agent": { - "type": "npm", - "name": "npm:socks-proxy-agent", - "data": { - "version": "8.0.5", - "packageName": "socks-proxy-agent", - "hash": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==" - } - }, - "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:source-map-support": { - "type": "npm", - "name": "npm:source-map-support", - "data": { - "version": "0.5.21", - "packageName": "source-map-support", - "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" - } - }, - "npm:spark-md5": { - "type": "npm", - "name": "npm:spark-md5", - "data": { - "version": "3.0.2", - "packageName": "spark-md5", - "hash": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==" - } - }, - "npm:spdx-correct": { - "type": "npm", - "name": "npm:spdx-correct", - "data": { - "version": "3.2.0", - "packageName": "spdx-correct", - "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" - } - }, - "npm:spdx-exceptions": { - "type": "npm", - "name": "npm:spdx-exceptions", - "data": { - "version": "2.5.0", - "packageName": "spdx-exceptions", - "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" - } - }, - "npm:spdx-expression-parse": { - "type": "npm", - "name": "npm:spdx-expression-parse", - "data": { - "version": "3.0.1", - "packageName": "spdx-expression-parse", - "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" - } - }, - "npm:spdx-license-ids": { - "type": "npm", - "name": "npm:spdx-license-ids", - "data": { - "version": "3.0.22", - "packageName": "spdx-license-ids", - "hash": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==" - } - }, - "npm:split2": { - "type": "npm", - "name": "npm:split2", - "data": { - "version": "4.2.0", - "packageName": "split2", - "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" - } - }, - "npm:ssri": { - "type": "npm", - "name": "npm:ssri", - "data": { - "version": "13.0.0", - "packageName": "ssri", - "hash": "sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==" - } - }, - "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.10.0", - "packageName": "std-env", - "hash": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" - } - }, - "npm:stdin-discarder": { - "type": "npm", - "name": "npm:stdin-discarder", - "data": { - "version": "0.2.2", - "packageName": "stdin-discarder", - "hash": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==" - } - }, - "npm:string-argv": { - "type": "npm", - "name": "npm:string-argv", - "data": { - "version": "0.3.2", - "packageName": "string-argv", - "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" - } - }, - "npm:string-width-cjs": { - "type": "npm", - "name": "npm:string-width-cjs", - "data": { - "version": "npm:string-width@4.2.3", - "packageName": "string-width-cjs", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "npm:strip-ansi-cjs": { - "type": "npm", - "name": "npm:strip-ansi-cjs", - "data": { - "version": "npm:strip-ansi@6.0.1", - "packageName": "strip-ansi-cjs", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - } - }, - "npm:strip-bom": { - "type": "npm", - "name": "npm:strip-bom", - "data": { - "version": "3.0.0", - "packageName": "strip-bom", - "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" - } - }, - "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:stylis": { - "type": "npm", - "name": "npm:stylis", - "data": { - "version": "4.3.6", - "packageName": "stylis", - "hash": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==" - } - }, - "npm:supports-preserve-symlinks-flag": { - "type": "npm", - "name": "npm:supports-preserve-symlinks-flag", - "data": { - "version": "1.0.0", - "packageName": "supports-preserve-symlinks-flag", - "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - } - }, - "npm:symbol-tree": { - "type": "npm", - "name": "npm:symbol-tree", - "data": { - "version": "3.2.4", - "packageName": "symbol-tree", - "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" - } - }, - "npm:tar": { - "type": "npm", - "name": "npm:tar", - "data": { - "version": "7.5.2", - "packageName": "tar", - "hash": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==" - } - }, - "npm:text-extensions": { - "type": "npm", - "name": "npm:text-extensions", - "data": { - "version": "2.4.0", - "packageName": "text-extensions", - "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" - } - }, - "npm:through": { - "type": "npm", - "name": "npm:through", - "data": { - "version": "2.3.8", - "packageName": "through", - "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" - } - }, - "npm:tiny-emitter": { - "type": "npm", - "name": "npm:tiny-emitter", - "data": { - "version": "2.1.0", - "packageName": "tiny-emitter", - "hash": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==" - } - }, - "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": "1.0.2", - "packageName": "tinyexec", - "hash": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==" - } - }, - "npm:tinyglobby": { - "type": "npm", - "name": "npm:tinyglobby", - "data": { - "version": "0.2.15", - "packageName": "tinyglobby", - "hash": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" - } - }, - "npm:tinyrainbow": { - "type": "npm", - "name": "npm:tinyrainbow", - "data": { - "version": "3.0.3", - "packageName": "tinyrainbow", - "hash": "sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==" - } - }, - "npm:tldts": { - "type": "npm", - "name": "npm:tldts", - "data": { - "version": "7.0.19", - "packageName": "tldts", - "hash": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==" - } - }, - "npm:tldts-core": { - "type": "npm", - "name": "npm:tldts-core", - "data": { - "version": "7.0.19", - "packageName": "tldts-core", - "hash": "sha512-lJX2dEWx0SGH4O6p+7FPwYmJ/bu1JbcGJ8RLaG9b7liIgZ85itUVEPbMtWRVrde/0fnDPEPHW10ZsKW3kVsE9A==" - } - }, - "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:toidentifier": { - "type": "npm", - "name": "npm:toidentifier", - "data": { - "version": "1.0.1", - "packageName": "toidentifier", - "hash": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" - } - }, - "npm:totalist": { - "type": "npm", - "name": "npm:totalist", - "data": { - "version": "3.0.1", - "packageName": "totalist", - "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" - } - }, - "npm:tough-cookie": { - "type": "npm", - "name": "npm:tough-cookie", - "data": { - "version": "6.0.0", - "packageName": "tough-cookie", - "hash": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==" - } - }, - "npm:tr46": { - "type": "npm", - "name": "npm:tr46", - "data": { - "version": "6.0.0", - "packageName": "tr46", - "hash": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==" - } - }, - "npm:ts-api-utils": { - "type": "npm", - "name": "npm:ts-api-utils", - "data": { - "version": "2.3.0", - "packageName": "ts-api-utils", - "hash": "sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==" - } - }, - "npm:ts-dedent": { - "type": "npm", - "name": "npm:ts-dedent", - "data": { - "version": "2.2.0", - "packageName": "ts-dedent", - "hash": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==" - } - }, - "npm:tslib": { - "type": "npm", - "name": "npm:tslib", - "data": { - "version": "2.8.1", - "packageName": "tslib", - "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" - } - }, - "npm:tuf-js": { - "type": "npm", - "name": "npm:tuf-js", - "data": { - "version": "4.1.0", - "packageName": "tuf-js", - "hash": "sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==" - } - }, - "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", - "data": { - "version": "5.9.3", - "packageName": "typescript", - "hash": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" - } - }, - "npm:typescript-eslint": { - "type": "npm", - "name": "npm:typescript-eslint", - "data": { - "version": "8.47.0", - "packageName": "typescript-eslint", - "hash": "sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==" - } - }, - "npm:ufo": { - "type": "npm", - "name": "npm:ufo", - "data": { - "version": "1.6.2", - "packageName": "ufo", - "hash": "sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==" - } - }, - "npm:undici": { - "type": "npm", - "name": "npm:undici", - "data": { - "version": "7.20.0", - "packageName": "undici", - "hash": "sha512-MJZrkjyd7DeC+uPZh+5/YaMDxFiiEEaDgbUSVMXayofAkDWF1088CDo+2RPg7B1BuS1qf1vgNE7xqwPxE0DuSQ==" - } - }, - "npm:undici-types": { - "type": "npm", - "name": "npm:undici-types", - "data": { - "version": "7.16.0", - "packageName": "undici-types", - "hash": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==" - } - }, - "npm:unicorn-magic": { - "type": "npm", - "name": "npm:unicorn-magic", - "data": { - "version": "0.1.0", - "packageName": "unicorn-magic", - "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" - } - }, - "npm:unique-filename": { - "type": "npm", - "name": "npm:unique-filename", - "data": { - "version": "5.0.0", - "packageName": "unique-filename", - "hash": "sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==" - } - }, - "npm:unique-slug": { - "type": "npm", - "name": "npm:unique-slug", - "data": { - "version": "6.0.0", - "packageName": "unique-slug", - "hash": "sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==" - } - }, - "npm:unpipe": { - "type": "npm", - "name": "npm:unpipe", - "data": { - "version": "1.0.0", - "packageName": "unpipe", - "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" - } - }, - "npm:update-browserslist-db": { - "type": "npm", - "name": "npm:update-browserslist-db", - "data": { - "version": "1.2.3", - "packageName": "update-browserslist-db", - "hash": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==" - } - }, - "npm:uri-js": { - "type": "npm", - "name": "npm:uri-js", - "data": { - "version": "4.4.1", - "packageName": "uri-js", - "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" - } - }, - "npm:utils-merge": { - "type": "npm", - "name": "npm:utils-merge", - "data": { - "version": "1.0.1", - "packageName": "utils-merge", - "hash": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" - } - }, - "npm:uuid": { - "type": "npm", - "name": "npm:uuid", - "data": { - "version": "11.1.0", - "packageName": "uuid", - "hash": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==" - } - }, - "npm:validate-npm-package-license": { - "type": "npm", - "name": "npm:validate-npm-package-license", - "data": { - "version": "3.0.4", - "packageName": "validate-npm-package-license", - "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" - } - }, - "npm:validate-npm-package-name": { - "type": "npm", - "name": "npm:validate-npm-package-name", - "data": { - "version": "7.0.2", - "packageName": "validate-npm-package-name", - "hash": "sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==" - } - }, - "npm:vary": { - "type": "npm", - "name": "npm:vary", - "data": { - "version": "1.1.2", - "packageName": "vary", - "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" - } - }, - "npm:vite": { - "type": "npm", - "name": "npm:vite", - "data": { - "version": "7.3.0", - "packageName": "vite", - "hash": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==" - } - }, - "npm:vitest": { - "type": "npm", - "name": "npm:vitest", - "data": { - "version": "4.0.18", - "packageName": "vitest", - "hash": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==" - } - }, - "npm:vscode-jsonrpc": { - "type": "npm", - "name": "npm:vscode-jsonrpc", - "data": { - "version": "8.2.0", - "packageName": "vscode-jsonrpc", - "hash": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==" - } - }, - "npm:vscode-languageserver": { - "type": "npm", - "name": "npm:vscode-languageserver", - "data": { - "version": "9.0.1", - "packageName": "vscode-languageserver", - "hash": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==" - } - }, - "npm:vscode-languageserver-protocol": { - "type": "npm", - "name": "npm:vscode-languageserver-protocol", - "data": { - "version": "3.17.5", - "packageName": "vscode-languageserver-protocol", - "hash": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==" - } - }, - "npm:vscode-languageserver-textdocument": { - "type": "npm", - "name": "npm:vscode-languageserver-textdocument", - "data": { - "version": "1.0.12", - "packageName": "vscode-languageserver-textdocument", - "hash": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==" - } - }, - "npm:vscode-languageserver-types": { - "type": "npm", - "name": "npm:vscode-languageserver-types", - "data": { - "version": "3.17.5", - "packageName": "vscode-languageserver-types", - "hash": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==" - } - }, - "npm:vscode-uri": { - "type": "npm", - "name": "npm:vscode-uri", - "data": { - "version": "3.0.8", - "packageName": "vscode-uri", - "hash": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" - } - }, - "npm:w3c-xmlserializer": { - "type": "npm", - "name": "npm:w3c-xmlserializer", - "data": { - "version": "5.0.0", - "packageName": "w3c-xmlserializer", - "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" - } - }, - "npm:watchpack": { - "type": "npm", - "name": "npm:watchpack", - "data": { - "version": "2.5.0", - "packageName": "watchpack", - "hash": "sha512-e6vZvY6xboSwLz2GD36c16+O/2Z6fKvIf4pOXptw2rY9MVwE/TXc6RGqxD3I3x0a28lwBY7DE+76uTPSsBrrCA==" - } - }, - "npm:weak-lru-cache": { - "type": "npm", - "name": "npm:weak-lru-cache", - "data": { - "version": "1.2.2", - "packageName": "weak-lru-cache", - "hash": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==" - } - }, - "npm:web-streams-polyfill": { - "type": "npm", - "name": "npm:web-streams-polyfill", - "data": { - "version": "3.3.3", - "packageName": "web-streams-polyfill", - "hash": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" - } - }, - "npm:webidl-conversions": { - "type": "npm", - "name": "npm:webidl-conversions", - "data": { - "version": "8.0.0", - "packageName": "webidl-conversions", - "hash": "sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==" - } - }, - "npm:whatwg-mimetype": { - "type": "npm", - "name": "npm:whatwg-mimetype", - "data": { - "version": "4.0.0", - "packageName": "whatwg-mimetype", - "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" - } - }, - "npm:whatwg-url": { - "type": "npm", - "name": "npm:whatwg-url", - "data": { - "version": "15.1.0", - "packageName": "whatwg-url", - "hash": "sha512-2ytDk0kiEj/yu90JOAp44PVPUkO9+jVhyf+SybKlRHSDlvOOZhdPIrr7xTH64l4WixO2cP+wQIcgujkGBPPz6g==" - } - }, - "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==" - } - }, - "npm:wrappy": { - "type": "npm", - "name": "npm:wrappy", - "data": { - "version": "1.0.2", - "packageName": "wrappy", - "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - } - }, - "npm:ws": { - "type": "npm", - "name": "npm:ws", - "data": { - "version": "8.18.3", - "packageName": "ws", - "hash": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" - } - }, - "npm:xml-name-validator": { - "type": "npm", - "name": "npm:xml-name-validator", - "data": { - "version": "5.0.0", - "packageName": "xml-name-validator", - "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" - } - }, - "npm:xmlchars": { - "type": "npm", - "name": "npm:xmlchars", - "data": { - "version": "2.2.0", - "packageName": "xmlchars", - "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" - } - }, - "npm:y18n": { - "type": "npm", - "name": "npm:y18n", - "data": { - "version": "5.0.8", - "packageName": "y18n", - "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" - } - }, - "npm:yaml": { - "type": "npm", - "name": "npm:yaml", - "data": { - "version": "2.8.2", - "packageName": "yaml", - "hash": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==" - } - }, - "npm:yoctocolors": { - "type": "npm", - "name": "npm:yoctocolors", - "data": { - "version": "2.1.2", - "packageName": "yoctocolors", - "hash": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==" - } - }, - "npm:yoctocolors-cjs": { - "type": "npm", - "name": "npm:yoctocolors-cjs", - "data": { - "version": "2.1.3", - "packageName": "yoctocolors-cjs", - "hash": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==" - } - }, - "npm:zod-to-json-schema": { - "type": "npm", - "name": "npm:zod-to-json-schema", - "data": { - "version": "3.25.1", - "packageName": "zod-to-json-schema", - "hash": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==" - } - }, - "npm:zone.js": { - "type": "npm", - "name": "npm:zone.js", - "data": { - "version": "0.16.0", - "packageName": "zone.js", - "hash": "sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==" - } - } - }, - "dependencies": { - "ui-common": [ - { - "source": "ui-common", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "ui-common", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "ui-common", - "target": "npm:tslib", - "type": "static" - } - ], - "miles": [], - "flights": [], - "npm:@algolia/abtesting": [ - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/abtesting", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/client-abtesting": [ - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-abtesting", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/client-analytics": [ - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-analytics", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/client-insights": [ - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-insights", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/client-personalization": [ - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-personalization", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/client-query-suggestions": [ - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-query-suggestions", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/client-search": [ - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/client-search", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/ingestion": [ - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/ingestion", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/monitoring": [ - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/monitoring", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/recommend": [ - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:@algolia/recommend", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:@algolia/requester-browser-xhr": [ - { - "source": "npm:@algolia/requester-browser-xhr", - "target": "npm:@algolia/client-common", - "type": "static" - } - ], - "npm:@algolia/requester-fetch": [ - { - "source": "npm:@algolia/requester-fetch", - "target": "npm:@algolia/client-common", - "type": "static" - } - ], - "npm:@algolia/requester-node-http": [ - { - "source": "npm:@algolia/requester-node-http", - "target": "npm:@algolia/client-common", - "type": "static" - } - ], - "npm:@ampproject/remapping": [ - { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - } - ], - "npm:@angular-architects/native-federation": [ - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@chialab/esbuild-plugin-commonjs", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@softarc/native-federation", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:@softarc/native-federation-runtime", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:esbuild@0.25.12", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:mrmime@1.0.1", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:process", - "type": "static" - }, - { - "source": "npm:@angular-architects/native-federation", - "target": "npm:signale", - "type": "static" - } - ], - "npm:esbuild@0.25.12": [ - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/aix-ppc64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/android-arm@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/android-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/android-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/darwin-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/darwin-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/freebsd-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/freebsd-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-arm@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-ia32@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-loong64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-mips64el@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-ppc64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-riscv64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-s390x@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/linux-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/netbsd-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/netbsd-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/openbsd-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/openbsd-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/openharmony-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/sunos-x64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/win32-arm64@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/win32-ia32@0.25.12", - "type": "static" - }, - { - "source": "npm:esbuild@0.25.12", - "target": "npm:@esbuild/win32-x64@0.25.12", - "type": "static" - } - ], - "npm:@angular-architects/ngrx-toolkit": [ - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:@ngrx/signals", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular-architects/ngrx-toolkit", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular-devkit/architect": [ - { - "source": "npm:@angular-devkit/architect", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/architect", - "target": "npm:rxjs", - "type": "static" - } - ], - "npm:@angular-devkit/core": [ - { - "source": "npm:@angular-devkit/core", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:source-map", - "type": "static" - } - ], - "npm:@angular-devkit/schematics": [ - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:rxjs", - "type": "static" - } - ], - "npm:@angular-eslint/builder": [ - { - "source": "npm:@angular-eslint/builder", - "target": "npm:@angular/cli", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:@angular-devkit/architect", - "type": "static" - }, - { - "source": "npm:@angular-eslint/builder", - "target": "npm:@angular-devkit/core", - "type": "static" - } - ], - "npm:@angular-eslint/eslint-plugin": [ - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:@angular-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin", - "target": "npm:ts-api-utils", - "type": "static" - } - ], - "npm:@angular-eslint/eslint-plugin-template": [ - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@angular-eslint/template-parser", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:@angular-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:aria-query", - "type": "static" - }, - { - "source": "npm:@angular-eslint/eslint-plugin-template", - "target": "npm:axobject-query", - "type": "static" - } - ], - "npm:@angular-eslint/schematics": [ - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular/cli", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-eslint/eslint-plugin", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:@angular-eslint/eslint-plugin-template", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular-eslint/schematics", - "target": "npm:strip-json-comments", - "type": "static" - } - ], - "npm:@angular-eslint/template-parser": [ - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - }, - { - "source": "npm:@angular-eslint/template-parser", - "target": "npm:eslint-scope", - "type": "static" - } - ], - "npm:@angular-eslint/utils": [ - { - "source": "npm:@angular-eslint/utils", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular-eslint/utils", - "target": "npm:@angular-eslint/bundled-angular-compiler", - "type": "static" - } - ], - "npm:@angular/animations": [ - { - "source": "npm:@angular/animations", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/animations", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/build": [ - { - "source": "npm:@angular/build", - "target": "npm:@angular/compiler", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/compiler-cli", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:ng-packagr", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@ampproject/remapping", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@angular-devkit/architect", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@babel/helper-split-export-declaration", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@inquirer/confirm", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:@vitejs/plugin-basic-ssl", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:beasties", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:mrmime", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:parse5-html-rewriting-stream", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:piscina", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:rolldown", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:source-map-support", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:undici", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:watchpack", - "type": "static" - }, - { - "source": "npm:@angular/build", - "target": "npm:lmdb", - "type": "static" - } - ], - "npm:@angular/cdk": [ - { - "source": "npm:@angular/cdk", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:@angular/cdk", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/cli": [ - { - "source": "npm:@angular/cli", - "target": "npm:@angular-devkit/architect", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@inquirer/prompts", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@listr2/prompt-adapter-inquirer", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@modelcontextprotocol/sdk", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@schematics/angular", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:@yarnpkg/lockfile", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:algoliasearch", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:ini", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:pacote", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:parse5-html-rewriting-stream", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:@angular/cli", - "target": "npm:zod", - "type": "static" - } - ], - "npm:@angular/common": [ - { - "source": "npm:@angular/common", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/common", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/common", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/compiler": [ - { - "source": "npm:@angular/compiler", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/compiler-cli": [ - { - "source": "npm:@angular/compiler-cli", - "target": "npm:@angular/compiler", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:convert-source-map", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@angular/compiler-cli", - "target": "npm:yargs", - "type": "static" - } - ], - "npm:@angular/core": [ - { - "source": "npm:@angular/core", - "target": "npm:@angular/compiler", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:zone.js", - "type": "static" - }, - { - "source": "npm:@angular/core", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/forms": [ - { - "source": "npm:@angular/forms", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:@standard-schema/spec", - "type": "static" - }, - { - "source": "npm:@angular/forms", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/material": [ - { - "source": "npm:@angular/material", - "target": "npm:@angular/cdk", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/forms", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/material", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/platform-browser": [ - { - "source": "npm:@angular/platform-browser", - "target": "npm:@angular/animations", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/platform-browser", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@angular/router": [ - { - "source": "npm:@angular/router", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@angular/router", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@antfu/install-pkg": [ - { - "source": "npm:@antfu/install-pkg", - "target": "npm:package-manager-detector", - "type": "static" - }, - { - "source": "npm:@antfu/install-pkg", - "target": "npm:tinyexec", - "type": "static" - } - ], - "npm:@apidevtools/json-schema-ref-parser": [ - { - "source": "npm:@apidevtools/json-schema-ref-parser", - "target": "npm:@jsdevtools/ono", - "type": "static" - }, - { - "source": "npm:@apidevtools/json-schema-ref-parser", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@apidevtools/json-schema-ref-parser", - "target": "npm:js-yaml", - "type": "static" - } - ], - "npm:@asamuzakjp/css-color": [ - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-calc", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-color-parser", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-parser-algorithms", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:lru-cache@11.2.4", - "type": "static" - } - ], - "npm:@asamuzakjp/dom-selector": [ - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:@asamuzakjp/nwsapi", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:bidi-js", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:is-potential-custom-element-name", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:lru-cache@11.2.4", - "type": "static" - } - ], - "npm:@babel/code-frame": [ - { - "source": "npm:@babel/code-frame", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@babel/code-frame", - "target": "npm:js-tokens", - "type": "static" - }, - { - "source": "npm:@babel/code-frame", - "target": "npm:picocolors", - "type": "static" - } - ], - "npm:@babel/core": [ - { - "source": "npm:@babel/core", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/generator", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/helpers", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:@jridgewell/remapping", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:convert-source-map@2.0.0", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:gensync", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:@babel/core", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/generator": [ - { - "source": "npm:@babel/generator", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@babel/generator", - "target": "npm:jsesc", - "type": "static" - } - ], - "npm:@babel/helper-annotate-as-pure": [ - { - "source": "npm:@babel/helper-annotate-as-pure", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/helper-compilation-targets": [ - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/helper-module-imports": [ - { - "source": "npm:@babel/helper-module-imports", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-imports", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/helper-module-transforms": [ - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/helper-split-export-declaration": [ - { - "source": "npm:@babel/helper-split-export-declaration", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/helpers": [ - { - "source": "npm:@babel/helpers", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/helpers", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/parser": [ - { - "source": "npm:@babel/parser", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/template": [ - { - "source": "npm:@babel/template", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@babel/template", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/template", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/traverse": [ - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/generator", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-globals", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/traverse", - "target": "npm:debug", - "type": "static" - } - ], - "npm:@babel/types": [ - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-string-parser", - "type": "static" - }, - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - } - ], - "npm:@chevrotain/cst-dts-gen": [ - { - "source": "npm:@chevrotain/cst-dts-gen", - "target": "npm:@chevrotain/gast", - "type": "static" - }, - { - "source": "npm:@chevrotain/cst-dts-gen", - "target": "npm:@chevrotain/types", - "type": "static" - }, - { - "source": "npm:@chevrotain/cst-dts-gen", - "target": "npm:lodash-es@4.17.21", - "type": "static" - } - ], - "npm:@chevrotain/gast": [ - { - "source": "npm:@chevrotain/gast", - "target": "npm:@chevrotain/types", - "type": "static" - }, - { - "source": "npm:@chevrotain/gast", - "target": "npm:lodash-es@4.17.21", - "type": "static" - } - ], - "npm:@chialab/cjs-to-esm": [ - { - "source": "npm:@chialab/cjs-to-esm", - "target": "npm:@chialab/estransform", - "type": "static" - } - ], - "npm:@chialab/esbuild-plugin-commonjs": [ - { - "source": "npm:@chialab/esbuild-plugin-commonjs", - "target": "npm:@chialab/cjs-to-esm", - "type": "static" - }, - { - "source": "npm:@chialab/esbuild-plugin-commonjs", - "target": "npm:@chialab/esbuild-rna", - "type": "static" - } - ], - "npm:@chialab/esbuild-rna": [ - { - "source": "npm:@chialab/esbuild-rna", - "target": "npm:@chialab/estransform", - "type": "static" - }, - { - "source": "npm:@chialab/esbuild-rna", - "target": "npm:@chialab/node-resolve", - "type": "static" - } - ], - "npm:@chialab/estransform": [ - { - "source": "npm:@chialab/estransform", - "target": "npm:@napi-rs/magic-string", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:@parcel/source-map", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:cjs-module-lexer", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:es-module-lexer", - "type": "static" - }, - { - "source": "npm:@chialab/estransform", - "target": "npm:oxc-parser", - "type": "static" - } - ], - "npm:@commitlint/cli": [ - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/format", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/lint", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/load", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/read", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:tinyexec", - "type": "static" - }, - { - "source": "npm:@commitlint/cli", - "target": "npm:yargs@17.7.2", - "type": "static" - } - ], - "npm:ansi-styles@4.3.0": [ - { - "source": "npm:ansi-styles@4.3.0", - "target": "npm:color-convert", - "type": "static" - } - ], - "npm:cliui@8.0.1": [ - { - "source": "npm:cliui@8.0.1", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - }, - { - "source": "npm:cliui@8.0.1", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - } - ], - "npm:string-width@4.2.3": [ - { - "source": "npm:string-width@4.2.3", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width@4.2.3", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - } - ], - "npm:strip-ansi@6.0.1": [ - { - "source": "npm:strip-ansi@6.0.1", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - } - ], - "npm:wrap-ansi@7.0.0": [ - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - } - ], - "npm:yargs@17.7.2": [ - { - "source": "npm:yargs@17.7.2", - "target": "npm:cliui@8.0.1", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:require-directory", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs@17.7.2", - "target": "npm:yargs-parser@21.1.1", - "type": "static" - } - ], - "npm:@commitlint/config-conventional": [ - { - "source": "npm:@commitlint/config-conventional", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/config-conventional", - "target": "npm:conventional-changelog-conventionalcommits", - "type": "static" - } - ], - "npm:@commitlint/config-validator": [ - { - "source": "npm:@commitlint/config-validator", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/config-validator", - "target": "npm:ajv", - "type": "static" - } - ], - "npm:@commitlint/ensure": [ - { - "source": "npm:@commitlint/ensure", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.camelcase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.kebabcase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.snakecase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.startcase", - "type": "static" - }, - { - "source": "npm:@commitlint/ensure", - "target": "npm:lodash.upperfirst", - "type": "static" - } - ], - "npm:@commitlint/format": [ - { - "source": "npm:@commitlint/format", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/format", - "target": "npm:chalk", - "type": "static" - } - ], - "npm:@commitlint/is-ignored": [ - { - "source": "npm:@commitlint/is-ignored", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/is-ignored", - "target": "npm:semver", - "type": "static" - } - ], - "npm:@commitlint/lint": [ - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/is-ignored", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/parse", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/rules", - "type": "static" - }, - { - "source": "npm:@commitlint/lint", - "target": "npm:@commitlint/types", - "type": "static" - } - ], - "npm:@commitlint/load": [ - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/config-validator", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/execute-rule", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/resolve-extends", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:cosmiconfig-typescript-loader", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:lodash.isplainobject", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:lodash.merge", - "type": "static" - }, - { - "source": "npm:@commitlint/load", - "target": "npm:lodash.uniq", - "type": "static" - } - ], - "npm:@commitlint/parse": [ - { - "source": "npm:@commitlint/parse", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-changelog-angular", - "type": "static" - }, - { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-commits-parser", - "type": "static" - } - ], - "npm:@commitlint/read": [ - { - "source": "npm:@commitlint/read", - "target": "npm:@commitlint/top-level", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:git-raw-commits", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:@commitlint/read", - "target": "npm:tinyexec", - "type": "static" - } - ], - "npm:@commitlint/resolve-extends": [ - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:@commitlint/config-validator", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:@commitlint/types", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:global-directory", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:import-meta-resolve", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:lodash.mergewith", - "type": "static" - }, - { - "source": "npm:@commitlint/resolve-extends", - "target": "npm:resolve-from@5.0.0", - "type": "static" - } - ], - "npm:@commitlint/rules": [ - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/ensure", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/message", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/to-lines", - "type": "static" - }, - { - "source": "npm:@commitlint/rules", - "target": "npm:@commitlint/types", - "type": "static" - } - ], - "npm:@commitlint/top-level": [ - { - "source": "npm:@commitlint/top-level", - "target": "npm:find-up@7.0.0", - "type": "static" - } - ], - "npm:find-up@7.0.0": [ - { - "source": "npm:find-up@7.0.0", - "target": "npm:locate-path@7.2.0", - "type": "static" - }, - { - "source": "npm:find-up@7.0.0", - "target": "npm:path-exists@5.0.0", - "type": "static" - }, - { - "source": "npm:find-up@7.0.0", - "target": "npm:unicorn-magic", - "type": "static" - } - ], - "npm:locate-path@7.2.0": [ - { - "source": "npm:locate-path@7.2.0", - "target": "npm:p-locate@6.0.0", - "type": "static" - } - ], - "npm:p-limit@4.0.0": [ - { - "source": "npm:p-limit@4.0.0", - "target": "npm:yocto-queue@1.2.2", - "type": "static" - } - ], - "npm:p-locate@6.0.0": [ - { - "source": "npm:p-locate@6.0.0", - "target": "npm:p-limit@4.0.0", - "type": "static" - } - ], - "npm:@commitlint/types": [ - { - "source": "npm:@commitlint/types", - "target": "npm:@types/conventional-commits-parser", - "type": "static" - }, - { - "source": "npm:@commitlint/types", - "target": "npm:chalk", - "type": "static" - } - ], - "npm:@csstools/css-calc": [ - { - "source": "npm:@csstools/css-calc", - "target": "npm:@csstools/css-parser-algorithms", - "type": "static" - }, - { - "source": "npm:@csstools/css-calc", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - } - ], - "npm:@csstools/css-color-parser": [ - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/css-parser-algorithms", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/color-helpers", - "type": "static" - }, - { - "source": "npm:@csstools/css-color-parser", - "target": "npm:@csstools/css-calc", - "type": "static" - } - ], - "npm:@csstools/css-parser-algorithms": [ - { - "source": "npm:@csstools/css-parser-algorithms", - "target": "npm:@csstools/css-tokenizer", - "type": "static" - } - ], - "npm:@emnapi/core": [ - { - "source": "npm:@emnapi/core", - "target": "npm:@emnapi/wasi-threads", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/runtime": [ - { - "source": "npm:@emnapi/runtime", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/wasi-threads": [ - { - "source": "npm:@emnapi/wasi-threads", - "target": "npm:tslib", - "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:minimatch@3.1.2": [ - { - "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion", - "type": "static" - } - ], - "npm:@eslint/config-helpers": [ - { - "source": "npm:@eslint/config-helpers", - "target": "npm:@eslint/core", - "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@6.12.6", - "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", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ignore@5.3.2", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:js-yaml", - "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:ajv@6.12.6": [ - { - "source": "npm:ajv@6.12.6", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.12.6", - "target": "npm:uri-js", - "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:@google/genai": [ - { - "source": "npm:@google/genai", - "target": "npm:@modelcontextprotocol/sdk", - "type": "static" - }, - { - "source": "npm:@google/genai", - "target": "npm:google-auth-library", - "type": "static" - }, - { - "source": "npm:@google/genai", - "target": "npm:protobufjs", - "type": "static" - }, - { - "source": "npm:@google/genai", - "target": "npm:ws", - "type": "static" - } - ], - "npm:@hashbrownai/angular": [ - { - "source": "npm:@hashbrownai/angular", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:@hashbrownai/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/angular", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@hashbrownai/google": [ - { - "source": "npm:@hashbrownai/google", - "target": "npm:@google/genai", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:@hashbrownai/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "type": "static" - }, - { - "source": "npm:@hashbrownai/google", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@hashbrownai/openai": [ - { - "source": "npm:@hashbrownai/openai", - "target": "npm:openai", - "type": "static" - }, - { - "source": "npm:@hashbrownai/openai", - "target": "npm:@hashbrownai/core", - "type": "static" - }, - { - "source": "npm:@hashbrownai/openai", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@hono/node-server": [ - { - "source": "npm:@hono/node-server", - "target": "npm:hono", - "type": "static" - } - ], - "npm:@humanfs/node": [ - { - "source": "npm:@humanfs/node", - "target": "npm:@humanfs/core", - "type": "static" - }, - { - "source": "npm:@humanfs/node", - "target": "npm:@humanwhocodes/retry", - "type": "static" - } - ], - "npm:@iconify/utils": [ - { - "source": "npm:@iconify/utils", - "target": "npm:@antfu/install-pkg", - "type": "static" - }, - { - "source": "npm:@iconify/utils", - "target": "npm:@iconify/types", - "type": "static" - }, - { - "source": "npm:@iconify/utils", - "target": "npm:mlly", - "type": "static" - } - ], - "npm:@inquirer/checkbox": [ - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/checkbox", - "target": "npm:yoctocolors-cjs", - "type": "static" - } - ], - "npm:@inquirer/confirm": [ - { - "source": "npm:@inquirer/confirm", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/confirm", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/confirm", - "target": "npm:@inquirer/type", - "type": "static" - } - ], - "npm:@inquirer/core": [ - { - "source": "npm:@inquirer/core", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:cli-width", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:mute-stream", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:wrap-ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/core", - "target": "npm:yoctocolors-cjs", - "type": "static" - } - ], - "npm:@inquirer/editor": [ - { - "source": "npm:@inquirer/editor", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@inquirer/external-editor", - "type": "static" - }, - { - "source": "npm:@inquirer/editor", - "target": "npm:@inquirer/type", - "type": "static" - } - ], - "npm:@inquirer/expand": [ - { - "source": "npm:@inquirer/expand", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/expand", - "target": "npm:yoctocolors-cjs", - "type": "static" - } - ], - "npm:@inquirer/external-editor": [ - { - "source": "npm:@inquirer/external-editor", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/external-editor", - "target": "npm:chardet", - "type": "static" - }, - { - "source": "npm:@inquirer/external-editor", - "target": "npm:iconv-lite", - "type": "static" - } - ], - "npm:@inquirer/input": [ - { - "source": "npm:@inquirer/input", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/input", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/input", - "target": "npm:@inquirer/type", - "type": "static" - } - ], - "npm:@inquirer/number": [ - { - "source": "npm:@inquirer/number", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/number", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/number", - "target": "npm:@inquirer/type", - "type": "static" - } - ], - "npm:@inquirer/password": [ - { - "source": "npm:@inquirer/password", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/password", - "target": "npm:@inquirer/type", - "type": "static" - } - ], - "npm:@inquirer/prompts": [ - { - "source": "npm:@inquirer/prompts", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/checkbox", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/confirm", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/editor", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/expand", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/input", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/number", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/password", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/rawlist", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/search", - "type": "static" - }, - { - "source": "npm:@inquirer/prompts", - "target": "npm:@inquirer/select", - "type": "static" - } - ], - "npm:@inquirer/rawlist": [ - { - "source": "npm:@inquirer/rawlist", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/rawlist", - "target": "npm:yoctocolors-cjs", - "type": "static" - } - ], - "npm:@inquirer/search": [ - { - "source": "npm:@inquirer/search", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/search", - "target": "npm:yoctocolors-cjs", - "type": "static" - } - ], - "npm:@inquirer/select": [ - { - "source": "npm:@inquirer/select", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/ansi", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/core", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/figures", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:@inquirer/type", - "type": "static" - }, - { - "source": "npm:@inquirer/select", - "target": "npm:yoctocolors-cjs", - "type": "static" - } - ], - "npm:@inquirer/type": [ - { - "source": "npm:@inquirer/type", - "target": "npm:@types/node", - "type": "static" - } - ], - "npm:@isaacs/brace-expansion": [ - { - "source": "npm:@isaacs/brace-expansion", - "target": "npm:@isaacs/balanced-match", - "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", - "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", - "type": "static" - } - ], - "npm:wrap-ansi@8.1.0": [ - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:ansi-styles", - "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", - "type": "static" - } - ], - "npm:@isaacs/fs-minipass": [ - { - "source": "npm:@isaacs/fs-minipass", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:@jridgewell/gen-mapping": [ - { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - } - ], - "npm:@jridgewell/remapping": [ - { - "source": "npm:@jridgewell/remapping", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/remapping", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - } - ], - "npm:@jridgewell/trace-mapping": [ - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - } - ], - "npm:@jscpd/core": [ - { - "source": "npm:@jscpd/core", - "target": "npm:eventemitter3", - "type": "static" - } - ], - "npm:@jscpd/tokenizer": [ - { - "source": "npm:@jscpd/tokenizer", - "target": "npm:@jscpd/core", - "type": "static" - }, - { - "source": "npm:@jscpd/tokenizer", - "target": "npm:reprism", - "type": "static" - }, - { - "source": "npm:@jscpd/tokenizer", - "target": "npm:spark-md5", - "type": "static" - } - ], - "npm:@listr2/prompt-adapter-inquirer": [ - { - "source": "npm:@listr2/prompt-adapter-inquirer", - "target": "npm:@inquirer/prompts", - "type": "static" - }, - { - "source": "npm:@listr2/prompt-adapter-inquirer", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:@listr2/prompt-adapter-inquirer", - "target": "npm:@inquirer/type", - "type": "static" - } - ], - "npm:@mermaid-js/parser": [ - { - "source": "npm:@mermaid-js/parser", - "target": "npm:langium", - "type": "static" - } - ], - "npm:@modelcontextprotocol/sdk": [ - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:zod", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:@hono/node-server", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:cors", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:eventsource", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:eventsource-parser", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:express-rate-limit@8.2.1", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:hono", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:jose", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:json-schema-typed", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:pkce-challenge", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:raw-body", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk", - "target": "npm:zod-to-json-schema", - "type": "static" - } - ], - "npm:express-rate-limit@8.2.1": [ - { - "source": "npm:express-rate-limit@8.2.1", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:express-rate-limit@8.2.1", - "target": "npm:ip-address@10.0.1", - "type": "static" - } - ], - "npm:@napi-rs/magic-string": [ - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-android-arm-eabi", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-android-arm64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-darwin-arm64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-darwin-x64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-freebsd-x64", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-win32-ia32-msvc", - "type": "static" - }, - { - "source": "npm:@napi-rs/magic-string", - "target": "npm:@napi-rs/magic-string-win32-x64-msvc", - "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-openharmony-arm64", - "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", - "target": "npm:@emnapi/core", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime", - "target": "npm:@emnapi/runtime", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime", - "target": "npm:@tybys/wasm-util", - "type": "static" - } - ], - "npm:@ngrx/operators": [ - { - "source": "npm:@ngrx/operators", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@ngrx/operators", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@ngrx/signals": [ - { - "source": "npm:@ngrx/signals", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:@ngrx/signals", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@ngrx/signals", - "target": "npm:tslib", - "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:@npmcli/agent": [ - { - "source": "npm:@npmcli/agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:http-proxy-agent", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:@npmcli/agent", - "target": "npm:socks-proxy-agent", - "type": "static" - } - ], - "npm:@npmcli/fs": [ - { - "source": "npm:@npmcli/fs", - "target": "npm:semver", - "type": "static" - } - ], - "npm:@npmcli/git": [ - { - "source": "npm:@npmcli/git", - "target": "npm:@npmcli/promise-spawn", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:ini", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:npm-pick-manifest", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@npmcli/git", - "target": "npm:which@6.0.0", - "type": "static" - } - ], - "npm:which@6.0.0": [ - { - "source": "npm:which@6.0.0", - "target": "npm:isexe@3.1.1", - "type": "static" - } - ], - "npm:@npmcli/installed-package-contents": [ - { - "source": "npm:@npmcli/installed-package-contents", - "target": "npm:npm-bundled", - "type": "static" - }, - { - "source": "npm:@npmcli/installed-package-contents", - "target": "npm:npm-normalize-package-bin", - "type": "static" - } - ], - "npm:@npmcli/package-json": [ - { - "source": "npm:@npmcli/package-json", - "target": "npm:@npmcli/git", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@npmcli/package-json", - "target": "npm:validate-npm-package-license", - "type": "static" - } - ], - "npm:@npmcli/promise-spawn": [ - { - "source": "npm:@npmcli/promise-spawn", - "target": "npm:which@6.0.0", - "type": "static" - } - ], - "npm:@npmcli/run-script": [ - { - "source": "npm:@npmcli/run-script", - "target": "npm:@npmcli/node-gyp", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:@npmcli/package-json", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:@npmcli/promise-spawn", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:node-gyp", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@npmcli/run-script", - "target": "npm:which@6.0.0", - "type": "static" - } - ], - "npm:@openapi-contrib/json-schema-to-openapi-schema": [ - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:@apidevtools/json-schema-ref-parser", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:json-schema-walker", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:openapi-types", - "type": "static" - }, - { - "source": "npm:@openapi-contrib/json-schema-to-openapi-schema", - "target": "npm:yargs@17.7.2", - "type": "static" - } - ], - "npm:@parcel/source-map": [ - { - "source": "npm:@parcel/source-map", - "target": "npm:detect-libc@1.0.3", - "type": "static" - } - ], - "npm:@parcel/watcher": [ - { - "source": "npm:@parcel/watcher", - "target": "npm:detect-libc@1.0.3", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:node-addon-api@7.1.1", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-android-arm64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-darwin-arm64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-darwin-x64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-freebsd-x64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm-glibc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm-musl", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm64-glibc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-x64-glibc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-win32-arm64", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-win32-ia32", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:@parcel/watcher-win32-x64", - "type": "static" - } - ], - "npm:@protobufjs/fetch": [ - { - "source": "npm:@protobufjs/fetch", - "target": "npm:@protobufjs/aspromise", - "type": "static" - }, - { - "source": "npm:@protobufjs/fetch", - "target": "npm:@protobufjs/inquire", - "type": "static" - } - ], - "npm:@rolldown/binding-wasm32-wasi": [ - { - "source": "npm:@rolldown/binding-wasm32-wasi", - "target": "npm:@napi-rs/wasm-runtime", - "type": "static" - } - ], - "npm:@rollup/plugin-json": [ - { - "source": "npm:@rollup/plugin-json", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-json", - "target": "npm:@rollup/pluginutils", - "type": "static" - } - ], - "npm:@rollup/pluginutils": [ - { - "source": "npm:@rollup/pluginutils", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker@2.0.2", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch", - "type": "static" - } - ], - "npm:@rollup/wasm-node": [ - { - "source": "npm:@rollup/wasm-node", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/wasm-node", - "target": "npm:fsevents", - "type": "static" - } - ], - "npm:@schematics/angular": [ - { - "source": "npm:@schematics/angular", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@schematics/angular", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@schematics/angular", - "target": "npm:jsonc-parser", - "type": "static" - } - ], - "npm:@sigstore/bundle": [ - { - "source": "npm:@sigstore/bundle", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - } - ], - "npm:@sigstore/sign": [ - { - "source": "npm:@sigstore/sign", - "target": "npm:@sigstore/bundle", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:@sigstore/core", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:@sigstore/sign", - "target": "npm:promise-retry", - "type": "static" - } - ], - "npm:@sigstore/tuf": [ - { - "source": "npm:@sigstore/tuf", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:@sigstore/tuf", - "target": "npm:tuf-js", - "type": "static" - } - ], - "npm:@sigstore/verify": [ - { - "source": "npm:@sigstore/verify", - "target": "npm:@sigstore/bundle", - "type": "static" - }, - { - "source": "npm:@sigstore/verify", - "target": "npm:@sigstore/core", - "type": "static" - }, - { - "source": "npm:@sigstore/verify", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - } - ], - "npm:@softarc/detective": [ - { - "source": "npm:@softarc/detective", - "target": "npm:@jscpd/core", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@jscpd/tokenizer", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@modelcontextprotocol/sdk@1.17.3", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:@softarc/sheriff-core@0.17.3", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:express@4.21.0", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:fast-glob@3.3.2", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:zod@3.25.76", - "type": "static" - }, - { - "source": "npm:@softarc/detective", - "target": "npm:zod-to-json-schema", - "type": "static" - } - ], - "npm:@modelcontextprotocol/sdk@1.17.3": [ - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:ajv@6.12.6", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:cors", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:eventsource", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:eventsource-parser", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:express-rate-limit", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:pkce-challenge", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:raw-body", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:zod@3.25.76", - "type": "static" - }, - { - "source": "npm:@modelcontextprotocol/sdk@1.17.3", - "target": "npm:zod-to-json-schema", - "type": "static" - } - ], - "npm:express": [ - { - "source": "npm:express", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:body-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:content-disposition", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:cookie", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:cookie-signature", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:finalhandler", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:fresh", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:merge-descriptors", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:router", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:send", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:serve-static", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses", - "type": "static" - } - ], - "npm:@softarc/sheriff-core@0.17.3": [ - { - "source": "npm:@softarc/sheriff-core@0.17.3", - "target": "npm:typescript", - "type": "static" - } - ], - "npm:express@4.21.0": [ - { - "source": "npm:express@4.21.0", - "target": "npm:accepts@1.3.8", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:array-flatten", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:body-parser@1.20.3", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:content-disposition@0.5.4", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:cookie@0.6.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:cookie-signature@1.0.6", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:finalhandler@1.3.1", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:fresh@0.5.2", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:merge-descriptors@1.0.3", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:methods", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:path-to-regexp@0.1.10", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:qs@6.13.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:send@0.19.0", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:serve-static@1.16.2", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:type-is@1.6.18", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:utils-merge", - "type": "static" - }, - { - "source": "npm:express@4.21.0", - "target": "npm:vary", - "type": "static" - } - ], - "npm:accepts@1.3.8": [ - { - "source": "npm:accepts@1.3.8", - "target": "npm:mime-types@2.1.35", - "type": "static" - }, - { - "source": "npm:accepts@1.3.8", - "target": "npm:negotiator@0.6.3", - "type": "static" - } - ], - "npm:body-parser@1.20.3": [ - { - "source": "npm:body-parser@1.20.3", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:destroy", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:qs@6.13.0", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:raw-body@2.5.2", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:type-is@1.6.18", - "type": "static" - }, - { - "source": "npm:body-parser@1.20.3", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:content-disposition@0.5.4": [ - { - "source": "npm:content-disposition@0.5.4", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:debug@2.6.9": [ - { - "source": "npm:debug@2.6.9", - "target": "npm:ms@2.0.0", - "type": "static" - } - ], - "npm:finalhandler@1.3.1": [ - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:finalhandler@1.3.1", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:mime-types@2.1.35": [ - { - "source": "npm:mime-types@2.1.35", - "target": "npm:mime-db@1.52.0", - "type": "static" - } - ], - "npm:qs@6.13.0": [ - { - "source": "npm:qs@6.13.0", - "target": "npm:side-channel", - "type": "static" - } - ], - "npm:raw-body@2.5.2": [ - { - "source": "npm:raw-body@2.5.2", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:raw-body@2.5.2", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:send@0.19.0": [ - { - "source": "npm:send@0.19.0", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:destroy", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:encodeurl@1.0.2", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:fresh@0.5.2", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:http-errors@2.0.0", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:mime", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send@0.19.0", - "target": "npm:statuses@2.0.1", - "type": "static" - } - ], - "npm:serve-static@1.16.2": [ - { - "source": "npm:serve-static@1.16.2", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static@1.16.2", - "target": "npm:send@0.19.0", - "type": "static" - } - ], - "npm:type-is@1.6.18": [ - { - "source": "npm:type-is@1.6.18", - "target": "npm:media-typer@0.3.0", - "type": "static" - }, - { - "source": "npm:type-is@1.6.18", - "target": "npm:mime-types@2.1.35", - "type": "static" - } - ], - "npm:fast-glob@3.3.2": [ - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:@nodelib/fs.stat", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:@nodelib/fs.walk", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:glob-parent@5.1.2", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:fast-glob@3.3.2", - "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:http-errors@2.0.0": [ - { - "source": "npm:http-errors@2.0.0", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:statuses@2.0.1", - "type": "static" - }, - { - "source": "npm:http-errors@2.0.0", - "target": "npm:toidentifier", - "type": "static" - } - ], - "npm:iconv-lite@0.4.24": [ - { - "source": "npm:iconv-lite@0.4.24", - "target": "npm:safer-buffer", - "type": "static" - } - ], - "npm:@softarc/eslint-plugin-sheriff": [ - { - "source": "npm:@softarc/eslint-plugin-sheriff", - "target": "npm:@softarc/sheriff-core", - "type": "static" - }, - { - "source": "npm:@softarc/eslint-plugin-sheriff", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@softarc/eslint-plugin-sheriff", - "target": "npm:eslint", - "type": "static" - } - ], - "npm:@softarc/native-federation": [ - { - "source": "npm:@softarc/native-federation", - "target": "npm:@softarc/native-federation-runtime", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:@softarc/sheriff-core@0.19.2", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@softarc/native-federation", - "target": "npm:json5", - "type": "static" - } - ], - "npm:@softarc/native-federation-runtime": [ - { - "source": "npm:@softarc/native-federation-runtime", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@softarc/sheriff-core@0.19.2": [ - { - "source": "npm:@softarc/sheriff-core@0.19.2", - "target": "npm:typescript", - "type": "static" - } - ], - "npm:@softarc/sheriff-core": [ - { - "source": "npm:@softarc/sheriff-core", - "target": "npm:typescript", - "type": "static" - } - ], - "npm:@tufjs/models": [ - { - "source": "npm:@tufjs/models", - "target": "npm:@tufjs/canonical-json", - "type": "static" - }, - { - "source": "npm:@tufjs/models", - "target": "npm:minimatch", - "type": "static" - } - ], - "npm:@tybys/wasm-util": [ - { - "source": "npm:@tybys/wasm-util", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@types/body-parser": [ - { - "source": "npm:@types/body-parser", - "target": "npm:@types/connect", - "type": "static" - }, - { - "source": "npm:@types/body-parser", - "target": "npm:@types/node", - "type": "static" - } - ], - "npm:@types/chai": [ - { - "source": "npm:@types/chai", - "target": "npm:@types/deep-eql", - "type": "static" - }, - { - "source": "npm:@types/chai", - "target": "npm:assertion-error", - "type": "static" - } - ], - "npm:@types/connect": [ - { - "source": "npm:@types/connect", - "target": "npm:@types/node", - "type": "static" - } - ], - "npm:@types/conventional-commits-parser": [ - { - "source": "npm:@types/conventional-commits-parser", - "target": "npm:@types/node", - "type": "static" - } - ], - "npm:@types/cors": [ - { - "source": "npm:@types/cors", - "target": "npm:@types/node", - "type": "static" - } - ], - "npm:@types/d3": [ - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-array", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-axis", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-brush", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-chord", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-color", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-contour", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-delaunay", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-dispatch", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-drag", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-dsv", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-ease", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-fetch", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-force", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-format", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-geo", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-hierarchy", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-interpolate", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-path", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-polygon", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-quadtree", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-random", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-scale", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-scale-chromatic", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-shape", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-time", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-time-format", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-timer", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-transition", - "type": "static" - }, - { - "source": "npm:@types/d3", - "target": "npm:@types/d3-zoom", - "type": "static" - } - ], - "npm:@types/d3-axis": [ - { - "source": "npm:@types/d3-axis", - "target": "npm:@types/d3-selection", - "type": "static" - } - ], - "npm:@types/d3-brush": [ - { - "source": "npm:@types/d3-brush", - "target": "npm:@types/d3-selection", - "type": "static" - } - ], - "npm:@types/d3-contour": [ - { - "source": "npm:@types/d3-contour", - "target": "npm:@types/d3-array", - "type": "static" - }, - { - "source": "npm:@types/d3-contour", - "target": "npm:@types/geojson", - "type": "static" - } - ], - "npm:@types/d3-drag": [ - { - "source": "npm:@types/d3-drag", - "target": "npm:@types/d3-selection", - "type": "static" - } - ], - "npm:@types/d3-fetch": [ - { - "source": "npm:@types/d3-fetch", - "target": "npm:@types/d3-dsv", - "type": "static" - } - ], - "npm:@types/d3-geo": [ - { - "source": "npm:@types/d3-geo", - "target": "npm:@types/geojson", - "type": "static" - } - ], - "npm:@types/d3-interpolate": [ - { - "source": "npm:@types/d3-interpolate", - "target": "npm:@types/d3-color", - "type": "static" - } - ], - "npm:@types/d3-scale": [ - { - "source": "npm:@types/d3-scale", - "target": "npm:@types/d3-time", - "type": "static" - } - ], - "npm:@types/d3-shape": [ - { - "source": "npm:@types/d3-shape", - "target": "npm:@types/d3-path", - "type": "static" - } - ], - "npm:@types/d3-transition": [ - { - "source": "npm:@types/d3-transition", - "target": "npm:@types/d3-selection", - "type": "static" - } - ], - "npm:@types/d3-zoom": [ - { - "source": "npm:@types/d3-zoom", - "target": "npm:@types/d3-interpolate", - "type": "static" - }, - { - "source": "npm:@types/d3-zoom", - "target": "npm:@types/d3-selection", - "type": "static" - } - ], - "npm:@types/express": [ - { - "source": "npm:@types/express", - "target": "npm:@types/body-parser", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/express-serve-static-core", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/serve-static", - "type": "static" - } - ], - "npm:@types/express-serve-static-core": [ - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/qs", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/range-parser", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/send", - "type": "static" - } - ], - "npm:@types/node": [ - { - "source": "npm:@types/node", - "target": "npm:undici-types", - "type": "static" - } - ], - "npm:@types/send": [ - { - "source": "npm:@types/send", - "target": "npm:@types/node", - "type": "static" - } - ], - "npm:@types/serve-static": [ - { - "source": "npm:@types/serve-static", - "target": "npm:@types/http-errors", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/node", - "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@8.47.0", - "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@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "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/project-service@8.47.0": [ - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service@8.47.0", - "target": "npm:debug", - "type": "static" - } - ], - "npm:@typescript-eslint/scope-manager@8.47.0": [ - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - } - ], - "npm:@typescript-eslint/tsconfig-utils@8.47.0": [ - { - "source": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "target": "npm:typescript", - "type": "static" - } - ], - "npm:@typescript-eslint/typescript-estree@8.47.0": [ - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/project-service@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/tsconfig-utils@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.47.0", - "target": "npm:ts-api-utils", - "type": "static" - } - ], - "npm:@typescript-eslint/utils@8.47.0": [ - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/scope-manager@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.47.0", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - } - ], - "npm:@typescript-eslint/visitor-keys@8.47.0": [ - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.47.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "type": "static" - } - ], - "npm:brace-expansion@2.0.2": [ - { - "source": "npm:brace-expansion@2.0.2", - "target": "npm:balanced-match", - "type": "static" - } - ], - "npm:minimatch@9.0.5": [ - { - "source": "npm:minimatch@9.0.5", - "target": "npm:brace-expansion@2.0.2", - "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@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/visitor-keys@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:debug", - "type": "static" - } - ], - "npm:@typescript-eslint/project-service": [ - { - "source": "npm:@typescript-eslint/project-service", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "target": "npm:@typescript-eslint/tsconfig-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/project-service", - "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/tsconfig-utils": [ - { - "source": "npm:@typescript-eslint/tsconfig-utils", - "target": "npm:typescript", - "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/types@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/utils@8.47.0", - "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/project-service", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:@typescript-eslint/tsconfig-utils", - "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: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:tinyglobby", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:ts-api-utils", - "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.1", - "type": "static" - } - ], - "npm:@vitejs/plugin-basic-ssl": [ - { - "source": "npm:@vitejs/plugin-basic-ssl", - "target": "npm:vite", - "type": "static" - } - ], - "npm:@vitest/browser": [ - { - "source": "npm:@vitest/browser", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:@vitest/mocker", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:pixelmatch", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:pngjs", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:sirv", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:tinyrainbow", - "type": "static" - }, - { - "source": "npm:@vitest/browser", - "target": "npm:ws", - "type": "static" - } - ], - "npm:@vitest/browser-playwright": [ - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:playwright", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:@vitest/browser", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:@vitest/mocker", - "type": "static" - }, - { - "source": "npm:@vitest/browser-playwright", - "target": "npm:tinyrainbow", - "type": "static" - } - ], - "npm:@vitest/coverage-v8": [ - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:@vitest/browser", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:vitest", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:@bcoe/v8-coverage", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:ast-v8-to-istanbul", - "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-reports", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:magicast", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:obug", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:std-env", - "type": "static" - }, - { - "source": "npm:@vitest/coverage-v8", - "target": "npm:tinyrainbow", - "type": "static" - } - ], - "npm:@vitest/expect": [ - { - "source": "npm:@vitest/expect", - "target": "npm:@standard-schema/spec", - "type": "static" - }, - { - "source": "npm:@vitest/expect", - "target": "npm:@types/chai", - "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" - } - ], - "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/utils": [ - { - "source": "npm:@vitest/utils", - "target": "npm:@vitest/pretty-format", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:tinyrainbow", - "type": "static" - } - ], - "npm:accepts": [ - { - "source": "npm:accepts", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:accepts", - "target": "npm:negotiator", - "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-uri", - "type": "static" - }, - { - "source": "npm:ajv", - "target": "npm:json-schema-traverse", - "type": "static" - }, - { - "source": "npm:ajv", - "target": "npm:require-from-string", - "type": "static" - } - ], - "npm:ajv-formats": [ - { - "source": "npm:ajv-formats", - "target": "npm:ajv", - "type": "static" - } - ], - "npm:algoliasearch": [ - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/abtesting", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-abtesting", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-analytics", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-common", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-insights", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-personalization", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-query-suggestions", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/client-search", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/ingestion", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/monitoring", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/recommend", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/requester-browser-xhr", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/requester-fetch", - "type": "static" - }, - { - "source": "npm:algoliasearch", - "target": "npm:@algolia/requester-node-http", - "type": "static" - } - ], - "npm:angular-eslint": [ - { - "source": "npm:angular-eslint", - "target": "npm:@angular/cli", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:eslint", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:typescript-eslint", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/builder", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/eslint-plugin", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/eslint-plugin-template", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/schematics", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@angular-eslint/template-parser", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:angular-eslint", - "target": "npm:@typescript-eslint/utils", - "type": "static" - } - ], - "npm:ansi-escapes": [ - { - "source": "npm:ansi-escapes", - "target": "npm:environment", - "type": "static" - } - ], - "npm:ast-v8-to-istanbul": [ - { - "source": "npm:ast-v8-to-istanbul", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:ast-v8-to-istanbul", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:ast-v8-to-istanbul", - "target": "npm:js-tokens@9.0.1", - "type": "static" - } - ], - "npm:beasties": [ - { - "source": "npm:beasties", - "target": "npm:css-select", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:dom-serializer", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:htmlparser2", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:beasties", - "target": "npm:postcss-media-query-parser", - "type": "static" - } - ], - "npm:bidi-js": [ - { - "source": "npm:bidi-js", - "target": "npm:require-from-string", - "type": "static" - } - ], - "npm:body-parser": [ - { - "source": "npm:body-parser", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:raw-body", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:type-is", - "type": "static" - } - ], - "npm:brace-expansion": [ - { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:brace-expansion", - "target": "npm:concat-map", - "type": "static" - } - ], - "npm:braces": [ - { - "source": "npm:braces", - "target": "npm:fill-range", - "type": "static" - } - ], - "npm:browserslist": [ - { - "source": "npm:browserslist", - "target": "npm:baseline-browser-mapping", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:caniuse-lite", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:electron-to-chromium", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:node-releases", - "type": "static" - }, - { - "source": "npm:browserslist", - "target": "npm:update-browserslist-db", - "type": "static" - } - ], - "npm:cacache": [ - { - "source": "npm:cacache", - "target": "npm:@npmcli/fs", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:fs-minipass", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass-collect", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass-flush", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:minipass-pipeline", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:p-map", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:ssri", - "type": "static" - }, - { - "source": "npm:cacache", - "target": "npm:unique-filename", - "type": "static" - } - ], - "npm:call-bind-apply-helpers": [ - { - "source": "npm:call-bind-apply-helpers", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:call-bind-apply-helpers", - "target": "npm:function-bind", - "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:chart.js": [ - { - "source": "npm:chart.js", - "target": "npm:@kurkle/color", - "type": "static" - } - ], - "npm:chevrotain": [ - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/cst-dts-gen", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/gast", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/regexp-to-ast", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/types", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:@chevrotain/utils", - "type": "static" - }, - { - "source": "npm:chevrotain", - "target": "npm:lodash-es@4.17.21", - "type": "static" - } - ], - "npm:chevrotain-allstar": [ - { - "source": "npm:chevrotain-allstar", - "target": "npm:chevrotain", - "type": "static" - }, - { - "source": "npm:chevrotain-allstar", - "target": "npm:lodash-es", - "type": "static" - } - ], - "npm:chokidar": [ - { - "source": "npm:chokidar", - "target": "npm:readdirp", - "type": "static" - } - ], - "npm:cli-cursor": [ - { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", - "type": "static" - } - ], - "npm:cli-truncate": [ - { - "source": "npm:cli-truncate", - "target": "npm:slice-ansi", - "type": "static" - }, - { - "source": "npm:cli-truncate", - "target": "npm:string-width", - "type": "static" - } - ], - "npm:clipboard": [ - { - "source": "npm:clipboard", - "target": "npm:good-listener", - "type": "static" - }, - { - "source": "npm:clipboard", - "target": "npm:select", - "type": "static" - }, - { - "source": "npm:clipboard", - "target": "npm:tiny-emitter", - "type": "static" - } - ], - "npm:cliui": [ - { - "source": "npm:cliui", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - } - ], - "npm:string-width@7.2.0": [ - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:wrap-ansi@9.0.2": [ - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:color-convert": [ - { - "source": "npm:color-convert", - "target": "npm:color-name", - "type": "static" - } - ], - "npm:commitlint": [ - { - "source": "npm:commitlint", - "target": "npm:@commitlint/cli", - "type": "static" - }, - { - "source": "npm:commitlint", - "target": "npm:@commitlint/types", - "type": "static" - } - ], - "npm:compare-func": [ - { - "source": "npm:compare-func", - "target": "npm:array-ify", - "type": "static" - }, - { - "source": "npm:compare-func", - "target": "npm:dot-prop", - "type": "static" - } - ], - "npm:conventional-changelog-angular": [ - { - "source": "npm:conventional-changelog-angular", - "target": "npm:compare-func", - "type": "static" - } - ], - "npm:conventional-changelog-conventionalcommits": [ - { - "source": "npm:conventional-changelog-conventionalcommits", - "target": "npm:compare-func", - "type": "static" - } - ], - "npm:conventional-commits-parser": [ - { - "source": "npm:conventional-commits-parser", - "target": "npm:is-text-path", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:JSONStream", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:meow", - "type": "static" - }, - { - "source": "npm:conventional-commits-parser", - "target": "npm:split2", - "type": "static" - } - ], - "npm:copy-anything": [ - { - "source": "npm:copy-anything", - "target": "npm:is-what", - "type": "static" - } - ], - "npm:cors": [ - { - "source": "npm:cors", - "target": "npm:object-assign", - "type": "static" - }, - { - "source": "npm:cors", - "target": "npm:vary", - "type": "static" - } - ], - "npm:cose-base": [ - { - "source": "npm:cose-base", - "target": "npm:layout-base", - "type": "static" - } - ], - "npm:cosmiconfig": [ - { - "source": "npm:cosmiconfig", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:env-paths", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:cosmiconfig", - "target": "npm:parse-json", - "type": "static" - } - ], - "npm:cosmiconfig-typescript-loader": [ - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:cosmiconfig-typescript-loader", - "target": "npm:jiti", - "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:css-select": [ - { - "source": "npm:css-select", - "target": "npm:boolbase", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:domutils", - "type": "static" - }, - { - "source": "npm:css-select", - "target": "npm:nth-check", - "type": "static" - } - ], - "npm:css-tree": [ - { - "source": "npm:css-tree", - "target": "npm:mdn-data", - "type": "static" - }, - { - "source": "npm:css-tree", - "target": "npm:source-map-js", - "type": "static" - } - ], - "npm:cssstyle": [ - { - "source": "npm:cssstyle", - "target": "npm:@asamuzakjp/css-color", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:@csstools/css-syntax-patches-for-csstree", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:cssstyle", - "target": "npm:lru-cache@11.2.4", - "type": "static" - } - ], - "npm:cytoscape-cose-bilkent": [ - { - "source": "npm:cytoscape-cose-bilkent", - "target": "npm:cose-base", - "type": "static" - } - ], - "npm:cytoscape-fcose": [ - { - "source": "npm:cytoscape-fcose", - "target": "npm:cose-base@2.2.0", - "type": "static" - } - ], - "npm:cose-base@2.2.0": [ - { - "source": "npm:cose-base@2.2.0", - "target": "npm:layout-base@2.0.1", - "type": "static" - } - ], - "npm:d3": [ - { - "source": "npm:d3", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-axis", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-brush", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-chord", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-contour", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-delaunay", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-drag", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-dsv", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-ease", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-fetch", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-force", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-format", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-geo", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-hierarchy", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-path", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-polygon", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-quadtree", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-random", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-scale", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-scale-chromatic", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-shape", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-time", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-time-format", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-timer", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-transition", - "type": "static" - }, - { - "source": "npm:d3", - "target": "npm:d3-zoom", - "type": "static" - } - ], - "npm:d3-array": [ - { - "source": "npm:d3-array", - "target": "npm:internmap", - "type": "static" - } - ], - "npm:d3-brush": [ - { - "source": "npm:d3-brush", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-drag", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-brush", - "target": "npm:d3-transition", - "type": "static" - } - ], - "npm:d3-chord": [ - { - "source": "npm:d3-chord", - "target": "npm:d3-path", - "type": "static" - } - ], - "npm:d3-contour": [ - { - "source": "npm:d3-contour", - "target": "npm:d3-array", - "type": "static" - } - ], - "npm:d3-delaunay": [ - { - "source": "npm:d3-delaunay", - "target": "npm:delaunator", - "type": "static" - } - ], - "npm:d3-drag": [ - { - "source": "npm:d3-drag", - "target": "npm:d3-dispatch", - "type": "static" - } - ], - "npm:d3-dsv": [ - { - "source": "npm:d3-dsv", - "target": "npm:commander@7.2.0", - "type": "static" - }, - { - "source": "npm:d3-dsv", - "target": "npm:iconv-lite@0.6.3", - "type": "static" - }, - { - "source": "npm:d3-dsv", - "target": "npm:rw", - "type": "static" - } - ], - "npm:iconv-lite@0.6.3": [ - { - "source": "npm:iconv-lite@0.6.3", - "target": "npm:safer-buffer", - "type": "static" - } - ], - "npm:d3-fetch": [ - { - "source": "npm:d3-fetch", - "target": "npm:d3-dsv", - "type": "static" - } - ], - "npm:d3-force": [ - { - "source": "npm:d3-force", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-force", - "target": "npm:d3-quadtree", - "type": "static" - }, - { - "source": "npm:d3-force", - "target": "npm:d3-timer", - "type": "static" - } - ], - "npm:d3-geo": [ - { - "source": "npm:d3-geo", - "target": "npm:d3-array", - "type": "static" - } - ], - "npm:d3-interpolate": [ - { - "source": "npm:d3-interpolate", - "target": "npm:d3-color", - "type": "static" - } - ], - "npm:d3-sankey": [ - { - "source": "npm:d3-sankey", - "target": "npm:d3-array@2.12.1", - "type": "static" - }, - { - "source": "npm:d3-sankey", - "target": "npm:d3-shape@1.3.7", - "type": "static" - } - ], - "npm:d3-array@2.12.1": [ - { - "source": "npm:d3-array@2.12.1", - "target": "npm:internmap@1.0.1", - "type": "static" - } - ], - "npm:d3-shape@1.3.7": [ - { - "source": "npm:d3-shape@1.3.7", - "target": "npm:d3-path@1.0.9", - "type": "static" - } - ], - "npm:d3-scale": [ - { - "source": "npm:d3-scale", - "target": "npm:d3-array", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-format", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-time", - "type": "static" - }, - { - "source": "npm:d3-scale", - "target": "npm:d3-time-format", - "type": "static" - } - ], - "npm:d3-scale-chromatic": [ - { - "source": "npm:d3-scale-chromatic", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3-scale-chromatic", - "target": "npm:d3-interpolate", - "type": "static" - } - ], - "npm:d3-shape": [ - { - "source": "npm:d3-shape", - "target": "npm:d3-path", - "type": "static" - } - ], - "npm:d3-time": [ - { - "source": "npm:d3-time", - "target": "npm:d3-array", - "type": "static" - } - ], - "npm:d3-time-format": [ - { - "source": "npm:d3-time-format", - "target": "npm:d3-time", - "type": "static" - } - ], - "npm:d3-transition": [ - { - "source": "npm:d3-transition", - "target": "npm:d3-color", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-ease", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-transition", - "target": "npm:d3-timer", - "type": "static" - } - ], - "npm:d3-zoom": [ - { - "source": "npm:d3-zoom", - "target": "npm:d3-dispatch", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-drag", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-interpolate", - "type": "static" - }, - { - "source": "npm:d3-zoom", - "target": "npm:d3-transition", - "type": "static" - } - ], - "npm:dagre-d3-es": [ - { - "source": "npm:dagre-d3-es", - "target": "npm:d3", - "type": "static" - }, - { - "source": "npm:dagre-d3-es", - "target": "npm:lodash-es", - "type": "static" - } - ], - "npm:data-urls": [ - { - "source": "npm:data-urls", - "target": "npm:whatwg-mimetype", - "type": "static" - }, - { - "source": "npm:data-urls", - "target": "npm:whatwg-url", - "type": "static" - } - ], - "npm:debug": [ - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - } - ], - "npm:delaunator": [ - { - "source": "npm:delaunator", - "target": "npm:robust-predicates", - "type": "static" - } - ], - "npm:dom-serializer": [ - { - "source": "npm:dom-serializer", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:dom-serializer", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:dom-serializer", - "target": "npm:entities", - "type": "static" - } - ], - "npm:domhandler": [ - { - "source": "npm:domhandler", - "target": "npm:domelementtype", - "type": "static" - } - ], - "npm:dompurify": [ - { - "source": "npm:dompurify", - "target": "npm:@types/trusted-types", - "type": "static" - } - ], - "npm:domutils": [ - { - "source": "npm:domutils", - "target": "npm:dom-serializer", - "type": "static" - }, - { - "source": "npm:domutils", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:domutils", - "target": "npm:domhandler", - "type": "static" - } - ], - "npm:dot-prop": [ - { - "source": "npm:dot-prop", - "target": "npm:is-obj", - "type": "static" - } - ], - "npm:dunder-proto": [ - { - "source": "npm:dunder-proto", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:dunder-proto", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:dunder-proto", - "target": "npm:gopd", - "type": "static" - } - ], - "npm:ecdsa-sig-formatter": [ - { - "source": "npm:ecdsa-sig-formatter", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:encoding": [ - { - "source": "npm:encoding", - "target": "npm:iconv-lite@0.6.3", - "type": "static" - } - ], - "npm:errno": [ - { - "source": "npm:errno", - "target": "npm:prr", - "type": "static" - } - ], - "npm:error-ex": [ - { - "source": "npm:error-ex", - "target": "npm:is-arrayish", - "type": "static" - } - ], - "npm:es-object-atoms": [ - { - "source": "npm:es-object-atoms", - "target": "npm:es-errors", - "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/openharmony-arm64", - "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:ajv@6.12.6", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:chalk@4.1.2", - "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", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-scope@8.4.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-visitor-keys@4.2.1", - "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@5.3.2", - "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-plugin-simple-import-sort": [ - { - "source": "npm:eslint-plugin-simple-import-sort", - "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:chalk@4.1.2": [ - { - "source": "npm:chalk@4.1.2", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:chalk@4.1.2", - "target": "npm:supports-color", - "type": "static" - } - ], - "npm:eslint-scope@8.4.0": [ - { - "source": "npm:eslint-scope@8.4.0", - "target": "npm:esrecurse", - "type": "static" - }, - { - "source": "npm:eslint-scope@8.4.0", - "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.1", - "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:eventsource": [ - { - "source": "npm:eventsource", - "target": "npm:eventsource-parser", - "type": "static" - } - ], - "npm:express-rate-limit": [ - { - "source": "npm:express-rate-limit", - "target": "npm:express", - "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:fastq": [ - { - "source": "npm:fastq", - "target": "npm:reusify", - "type": "static" - } - ], - "npm:fdir": [ - { - "source": "npm:fdir", - "target": "npm:picomatch", - "type": "static" - } - ], - "npm:fetch-blob": [ - { - "source": "npm:fetch-blob", - "target": "npm:node-domexception", - "type": "static" - }, - { - "source": "npm:fetch-blob", - "target": "npm:web-streams-polyfill", - "type": "static" - } - ], - "npm:figures": [ - { - "source": "npm:figures", - "target": "npm:escape-string-regexp@1.0.5", - "type": "static" - } - ], - "npm:file-entry-cache": [ - { - "source": "npm:file-entry-cache", - "target": "npm:flat-cache", - "type": "static" - } - ], - "npm:fill-range": [ - { - "source": "npm:fill-range", - "target": "npm:to-regex-range", - "type": "static" - } - ], - "npm:finalhandler": [ - { - "source": "npm:finalhandler", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:statuses", - "type": "static" - } - ], - "npm:find-cache-directory": [ - { - "source": "npm:find-cache-directory", - "target": "npm:common-path-prefix", - "type": "static" - }, - { - "source": "npm:find-cache-directory", - "target": "npm:pkg-dir", - "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: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", - "type": "static" - } - ], - "npm:formdata-polyfill": [ - { - "source": "npm:formdata-polyfill", - "target": "npm:fetch-blob", - "type": "static" - } - ], - "npm:fs-minipass": [ - { - "source": "npm:fs-minipass", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:gaxios": [ - { - "source": "npm:gaxios", - "target": "npm:extend", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:gaxios", - "target": "npm:rimraf", - "type": "static" - } - ], - "npm:gcp-metadata": [ - { - "source": "npm:gcp-metadata", - "target": "npm:gaxios", - "type": "static" - }, - { - "source": "npm:gcp-metadata", - "target": "npm:google-logging-utils", - "type": "static" - }, - { - "source": "npm:gcp-metadata", - "target": "npm:json-bigint", - "type": "static" - } - ], - "npm:get-intrinsic": [ - { - "source": "npm:get-intrinsic", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:get-intrinsic", - "target": "npm:math-intrinsics", - "type": "static" - } - ], - "npm:get-proto": [ - { - "source": "npm:get-proto", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:get-proto", - "target": "npm:es-object-atoms", - "type": "static" - } - ], - "npm:git-raw-commits": [ - { - "source": "npm:git-raw-commits", - "target": "npm:dargs", - "type": "static" - }, - { - "source": "npm:git-raw-commits", - "target": "npm:meow", - "type": "static" - }, - { - "source": "npm:git-raw-commits", - "target": "npm:split2", - "type": "static" - } - ], - "npm:glob": [ - { - "source": "npm:glob", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minipass", - "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:global-directory": [ - { - "source": "npm:global-directory", - "target": "npm:ini@4.1.1", - "type": "static" - } - ], - "npm:good-listener": [ - { - "source": "npm:good-listener", - "target": "npm:delegate", - "type": "static" - } - ], - "npm:google-auth-library": [ - { - "source": "npm:google-auth-library", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:ecdsa-sig-formatter", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:gaxios", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:gcp-metadata", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:google-logging-utils", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:gtoken", - "type": "static" - }, - { - "source": "npm:google-auth-library", - "target": "npm:jws", - "type": "static" - } - ], - "npm:gtoken": [ - { - "source": "npm:gtoken", - "target": "npm:gaxios", - "type": "static" - }, - { - "source": "npm:gtoken", - "target": "npm:jws", - "type": "static" - } - ], - "npm:hasown": [ - { - "source": "npm:hasown", - "target": "npm:function-bind", - "type": "static" - } - ], - "npm:hosted-git-info": [ - { - "source": "npm:hosted-git-info", - "target": "npm:lru-cache@11.2.4", - "type": "static" - } - ], - "npm:html-encoding-sniffer": [ - { - "source": "npm:html-encoding-sniffer", - "target": "npm:@exodus/bytes", - "type": "static" - } - ], - "npm:htmlparser2": [ - { - "source": "npm:htmlparser2", - "target": "npm:domelementtype", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:domhandler", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:domutils", - "type": "static" - }, - { - "source": "npm:htmlparser2", - "target": "npm:entities@6.0.1", - "type": "static" - } - ], - "npm:http-errors": [ - { - "source": "npm:http-errors", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:http-errors", - "target": "npm:toidentifier", - "type": "static" - } - ], - "npm:http-proxy-agent": [ - { - "source": "npm:http-proxy-agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:http-proxy-agent", - "target": "npm:debug", - "type": "static" - } - ], - "npm:https-proxy-agent": [ - { - "source": "npm:https-proxy-agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:https-proxy-agent", - "target": "npm:debug", - "type": "static" - } - ], - "npm:iconv-lite": [ - { - "source": "npm:iconv-lite", - "target": "npm:safer-buffer", - "type": "static" - } - ], - "npm:ignore-walk": [ - { - "source": "npm:ignore-walk", - "target": "npm:minimatch", - "type": "static" - } - ], - "npm:import-fresh": [ - { - "source": "npm:import-fresh", - "target": "npm:parent-module", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:resolve-from", - "type": "static" - } - ], - "npm:injection-js": [ - { - "source": "npm:injection-js", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:is-core-module": [ - { - "source": "npm:is-core-module", - "target": "npm:hasown", - "type": "static" - } - ], - "npm:is-fullwidth-code-point": [ - { - "source": "npm:is-fullwidth-code-point", - "target": "npm:get-east-asian-width", - "type": "static" - } - ], - "npm:is-glob": [ - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - } - ], - "npm:is-text-path": [ - { - "source": "npm:is-text-path", - "target": "npm:text-extensions", - "type": "static" - } - ], - "npm:istanbul-lib-instrument": [ - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:@istanbuljs/schema", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:istanbul-lib-instrument", - "target": "npm:semver", - "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@4.0.0", - "type": "static" - }, - { - "source": "npm:istanbul-lib-report", - "target": "npm:supports-color", - "type": "static" - } - ], - "npm:make-dir@4.0.0": [ - { - "source": "npm:make-dir@4.0.0", - "target": "npm:semver", - "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:js-yaml": [ - { - "source": "npm:js-yaml", - "target": "npm:argparse", - "type": "static" - } - ], - "npm:jsdom": [ - { - "source": "npm:jsdom", - "target": "npm:@acemir/cssom", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@asamuzakjp/dom-selector", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:cssstyle", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:data-urls", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:decimal.js", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:html-encoding-sniffer", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:http-proxy-agent", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:is-potential-custom-element-name", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:saxes", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:symbol-tree", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:tough-cookie", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:w3c-xmlserializer", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:webidl-conversions", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:whatwg-mimetype", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:whatwg-url", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:xml-name-validator", - "type": "static" - } - ], - "npm:json-bigint": [ - { - "source": "npm:json-bigint", - "target": "npm:bignumber.js", - "type": "static" - } - ], - "npm:json-schema-walker": [ - { - "source": "npm:json-schema-walker", - "target": "npm:@apidevtools/json-schema-ref-parser", - "type": "static" - }, - { - "source": "npm:json-schema-walker", - "target": "npm:clone", - "type": "static" - } - ], - "npm:JSONStream": [ - { - "source": "npm:JSONStream", - "target": "npm:jsonparse", - "type": "static" - }, - { - "source": "npm:JSONStream", - "target": "npm:through", - "type": "static" - } - ], - "npm:jwa": [ - { - "source": "npm:jwa", - "target": "npm:buffer-equal-constant-time", - "type": "static" - }, - { - "source": "npm:jwa", - "target": "npm:ecdsa-sig-formatter", - "type": "static" - }, - { - "source": "npm:jwa", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:jws": [ - { - "source": "npm:jws", - "target": "npm:jwa", - "type": "static" - }, - { - "source": "npm:jws", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:katex": [ - { - "source": "npm:katex", - "target": "npm:commander@8.3.0", - "type": "static" - } - ], - "npm:keyv": [ - { - "source": "npm:keyv", - "target": "npm:json-buffer", - "type": "static" - } - ], - "npm:langium": [ - { - "source": "npm:langium", - "target": "npm:chevrotain", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:chevrotain-allstar", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:vscode-languageserver", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:vscode-languageserver-textdocument", - "type": "static" - }, - { - "source": "npm:langium", - "target": "npm:vscode-uri", - "type": "static" - } - ], - "npm:less": [ - { - "source": "npm:less", - "target": "npm:copy-anything", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:parse-node-version", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:errno", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:image-size", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:make-dir", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:mime", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:needle", - "type": "static" - }, - { - "source": "npm:less", - "target": "npm:source-map@0.6.1", - "type": "static" - } - ], - "npm:levn": [ - { - "source": "npm:levn", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:levn", - "target": "npm:type-check", - "type": "static" - } - ], - "npm:lint-staged": [ - { - "source": "npm:lint-staged", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:nano-spawn", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:pidtree", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:string-argv", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:yaml", - "type": "static" - } - ], - "npm:listr2": [ - { - "source": "npm:listr2", - "target": "npm:cli-truncate", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:eventemitter3", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:log-update", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:rfdc", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - } - ], - "npm:lmdb": [ - { - "source": "npm:lmdb", - "target": "npm:msgpackr", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:node-addon-api", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:node-gyp-build-optional-packages", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:ordered-binary", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:weak-lru-cache", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-darwin-arm64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-darwin-x64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-linux-arm", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-linux-arm64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-linux-x64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-win32-arm64", - "type": "static" - }, - { - "source": "npm:lmdb", - "target": "npm:@lmdb/lmdb-win32-x64", - "type": "static" - } - ], - "npm:load-json-file": [ - { - "source": "npm:load-json-file", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:parse-json@4.0.0", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:pify@3.0.0", - "type": "static" - }, - { - "source": "npm:load-json-file", - "target": "npm:strip-bom", - "type": "static" - } - ], - "npm:parse-json@4.0.0": [ - { - "source": "npm:parse-json@4.0.0", - "target": "npm:error-ex", - "type": "static" - }, - { - "source": "npm:parse-json@4.0.0", - "target": "npm:json-parse-better-errors", - "type": "static" - } - ], - "npm:locate-path": [ - { - "source": "npm:locate-path", - "target": "npm:p-locate", - "type": "static" - } - ], - "npm:log-symbols": [ - { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:yoctocolors", - "type": "static" - } - ], - "npm:log-update": [ - { - "source": "npm:log-update", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:slice-ansi", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - } - ], - "npm:lru-cache": [ - { - "source": "npm:lru-cache", - "target": "npm:yallist", - "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:pify", - "type": "static" - }, - { - "source": "npm:make-dir", - "target": "npm:semver@5.7.2", - "type": "static" - } - ], - "npm:make-fetch-happen": [ - { - "source": "npm:make-fetch-happen", - "target": "npm:@npmcli/agent", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:cacache", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:http-cache-semantics", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass-fetch", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass-flush", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:minipass-pipeline", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:negotiator", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:make-fetch-happen", - "target": "npm:ssri", - "type": "static" - } - ], - "npm:mermaid": [ - { - "source": "npm:mermaid", - "target": "npm:@braintree/sanitize-url", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@iconify/utils", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@mermaid-js/parser", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:@types/d3", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:cytoscape-cose-bilkent", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:cytoscape-fcose", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:d3", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:d3-sankey", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:dagre-d3-es", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:dayjs", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:dompurify", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:katex", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:khroma", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:lodash-es", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:marked@16.4.2", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:roughjs", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:stylis", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:ts-dedent", - "type": "static" - }, - { - "source": "npm:mermaid", - "target": "npm:uuid", - "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", - "target": "npm:mime-db", - "type": "static" - } - ], - "npm:minimatch": [ - { - "source": "npm:minimatch", - "target": "npm:@isaacs/brace-expansion", - "type": "static" - } - ], - "npm:minipass-collect": [ - { - "source": "npm:minipass-collect", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:minipass-fetch": [ - { - "source": "npm:minipass-fetch", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:minipass-sized", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:minipass-fetch", - "target": "npm:encoding", - "type": "static" - } - ], - "npm:minipass-flush": [ - { - "source": "npm:minipass-flush", - "target": "npm:minipass@3.3.6", - "type": "static" - } - ], - "npm:minipass@3.3.6": [ - { - "source": "npm:minipass@3.3.6", - "target": "npm:yallist@4.0.0", - "type": "static" - } - ], - "npm:minipass-pipeline": [ - { - "source": "npm:minipass-pipeline", - "target": "npm:minipass@3.3.6", - "type": "static" - } - ], - "npm:minipass-sized": [ - { - "source": "npm:minipass-sized", - "target": "npm:minipass@3.3.6", - "type": "static" - } - ], - "npm:minizlib": [ - { - "source": "npm:minizlib", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:mlly": [ - { - "source": "npm:mlly", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pkg-types", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:ufo", - "type": "static" - } - ], - "npm:msgpackr": [ - { - "source": "npm:msgpackr", - "target": "npm:msgpackr-extract", - "type": "static" - } - ], - "npm:msgpackr-extract": [ - { - "source": "npm:msgpackr-extract", - "target": "npm:node-gyp-build-optional-packages", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", - "type": "static" - }, - { - "source": "npm:msgpackr-extract", - "target": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", - "type": "static" - } - ], - "npm:needle": [ - { - "source": "npm:needle", - "target": "npm:iconv-lite@0.6.3", - "type": "static" - }, - { - "source": "npm:needle", - "target": "npm:sax", - "type": "static" - } - ], - "npm:ng-packagr": [ - { - "source": "npm:ng-packagr", - "target": "npm:@angular/compiler-cli", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@ampproject/remapping", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@rollup/plugin-json", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:@rollup/wasm-node", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:chokidar@4.0.3", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:dependency-graph", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:find-cache-directory", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:injection-js", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:piscina", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:rollup-plugin-dts", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:ng-packagr", - "target": "npm:rollup", - "type": "static" - } - ], - "npm:chokidar@4.0.3": [ - { - "source": "npm:chokidar@4.0.3", - "target": "npm:readdirp@4.1.2", - "type": "static" - } - ], - "npm:ngx-markdown": [ - { - "source": "npm:ngx-markdown", - "target": "npm:@angular/common", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:@angular/core", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:@angular/platform-browser", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:marked", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:zone.js", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:clipboard", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:emoji-toolkit", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:katex", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:mermaid", - "type": "static" - }, - { - "source": "npm:ngx-markdown", - "target": "npm:prismjs", - "type": "static" - } - ], - "npm:node-fetch": [ - { - "source": "npm:node-fetch", - "target": "npm:data-uri-to-buffer", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:fetch-blob", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:formdata-polyfill", - "type": "static" - } - ], - "npm:node-gyp": [ - { - "source": "npm:node-gyp", - "target": "npm:env-paths", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:exponential-backoff", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:nopt", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:tar", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:node-gyp", - "target": "npm:which@6.0.0", - "type": "static" - } - ], - "npm:node-gyp-build-optional-packages": [ - { - "source": "npm:node-gyp-build-optional-packages", - "target": "npm:detect-libc", - "type": "static" - } - ], - "npm:nopt": [ - { - "source": "npm:nopt", - "target": "npm:abbrev", - "type": "static" - } - ], - "npm:npm-bundled": [ - { - "source": "npm:npm-bundled", - "target": "npm:npm-normalize-package-bin", - "type": "static" - } - ], - "npm:npm-install-checks": [ - { - "source": "npm:npm-install-checks", - "target": "npm:semver", - "type": "static" - } - ], - "npm:npm-package-arg": [ - { - "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:npm-package-arg", - "target": "npm:validate-npm-package-name", - "type": "static" - } - ], - "npm:npm-packlist": [ - { - "source": "npm:npm-packlist", - "target": "npm:ignore-walk", - "type": "static" - }, - { - "source": "npm:npm-packlist", - "target": "npm:proc-log", - "type": "static" - } - ], - "npm:npm-pick-manifest": [ - { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-install-checks", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-normalize-package-bin", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:npm-pick-manifest", - "target": "npm:semver", - "type": "static" - } - ], - "npm:npm-registry-fetch": [ - { - "source": "npm:npm-registry-fetch", - "target": "npm:@npmcli/redact", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:jsonparse", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:make-fetch-happen", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:minipass-fetch", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:npm-registry-fetch", - "target": "npm:proc-log", - "type": "static" - } - ], - "npm:nth-check": [ - { - "source": "npm:nth-check", - "target": "npm:boolbase", - "type": "static" - } - ], - "npm:on-finished": [ - { - "source": "npm:on-finished", - "target": "npm:ee-first", - "type": "static" - } - ], - "npm:once": [ - { - "source": "npm:once", - "target": "npm:wrappy", - "type": "static" - } - ], - "npm:onetime": [ - { - "source": "npm:onetime", - "target": "npm:mimic-function", - "type": "static" - } - ], - "npm:openai": [ - { - "source": "npm:openai", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:openai", - "target": "npm:zod", - "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", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:cli-spinners", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:is-interactive", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:stdin-discarder", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:oxc-parser": [ - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:oxc-parser", - "target": "npm:@oxc-parser/binding-win32-x64-msvc", - "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:pacote": [ - { - "source": "npm:pacote", - "target": "npm:@npmcli/git", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/installed-package-contents", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/package-json", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/promise-spawn", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:@npmcli/run-script", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:cacache", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:fs-minipass", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-package-arg", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-packlist", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-pick-manifest", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:npm-registry-fetch", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:proc-log", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:promise-retry", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:sigstore", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:ssri", - "type": "static" - }, - { - "source": "npm:pacote", - "target": "npm:tar", - "type": "static" - } - ], - "npm:parent-module": [ - { - "source": "npm:parent-module", - "target": "npm:callsites", - "type": "static" - } - ], - "npm:parse-json": [ - { - "source": "npm:parse-json", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:error-ex", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors@2.3.1", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:lines-and-columns", - "type": "static" - } - ], - "npm:parse5": [ - { - "source": "npm:parse5", - "target": "npm:entities@6.0.1", - "type": "static" - } - ], - "npm:parse5-html-rewriting-stream": [ - { - "source": "npm:parse5-html-rewriting-stream", - "target": "npm:entities@6.0.1", - "type": "static" - }, - { - "source": "npm:parse5-html-rewriting-stream", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:parse5-html-rewriting-stream", - "target": "npm:parse5-sax-parser", - "type": "static" - } - ], - "npm:parse5-sax-parser": [ - { - "source": "npm:parse5-sax-parser", - "target": "npm:parse5", - "type": "static" - } - ], - "npm:path-scurry": [ - { - "source": "npm:path-scurry", - "target": "npm:lru-cache@11.2.4", - "type": "static" - }, - { - "source": "npm:path-scurry", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:piscina": [ - { - "source": "npm:piscina", - "target": "npm:@napi-rs/nice", - "type": "static" - } - ], - "npm:pixelmatch": [ - { - "source": "npm:pixelmatch", - "target": "npm:pngjs", - "type": "static" - } - ], - "npm:pkg-conf": [ - { - "source": "npm:pkg-conf", - "target": "npm:find-up@2.1.0", - "type": "static" - }, - { - "source": "npm:pkg-conf", - "target": "npm:load-json-file", - "type": "static" - } - ], - "npm:find-up@2.1.0": [ - { - "source": "npm:find-up@2.1.0", - "target": "npm:locate-path@2.0.0", - "type": "static" - } - ], - "npm:locate-path@2.0.0": [ - { - "source": "npm:locate-path@2.0.0", - "target": "npm:p-locate@2.0.0", - "type": "static" - }, - { - "source": "npm:locate-path@2.0.0", - "target": "npm:path-exists@3.0.0", - "type": "static" - } - ], - "npm:p-limit@1.3.0": [ - { - "source": "npm:p-limit@1.3.0", - "target": "npm:p-try", - "type": "static" - } - ], - "npm:p-locate@2.0.0": [ - { - "source": "npm:p-locate@2.0.0", - "target": "npm:p-limit@1.3.0", - "type": "static" - } - ], - "npm:pkg-dir": [ - { - "source": "npm:pkg-dir", - "target": "npm:find-up-simple", - "type": "static" - } - ], - "npm:pkg-types": [ - { - "source": "npm:pkg-types", - "target": "npm:confbox", - "type": "static" - }, - { - "source": "npm:pkg-types", - "target": "npm:mlly", - "type": "static" - }, - { - "source": "npm:pkg-types", - "target": "npm:pathe", - "type": "static" - } - ], - "npm:playwright": [ - { - "source": "npm:playwright", - "target": "npm:playwright-core", - "type": "static" - }, - { - "source": "npm:playwright", - "target": "npm:fsevents@2.3.2", - "type": "static" - } - ], - "npm:points-on-path": [ - { - "source": "npm:points-on-path", - "target": "npm:path-data-parser", - "type": "static" - }, - { - "source": "npm:points-on-path", - "target": "npm:points-on-curve", - "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:promise-retry": [ - { - "source": "npm:promise-retry", - "target": "npm:err-code", - "type": "static" - }, - { - "source": "npm:promise-retry", - "target": "npm:retry", - "type": "static" - } - ], - "npm:protobufjs": [ - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/aspromise", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/base64", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/codegen", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/eventemitter", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/fetch", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/float", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/inquire", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/path", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/pool", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@protobufjs/utf8", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:protobufjs", - "target": "npm:long", - "type": "static" - } - ], - "npm:proxy-addr": [ - { - "source": "npm:proxy-addr", - "target": "npm:forwarded", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:ipaddr.js", - "type": "static" - } - ], - "npm:qs": [ - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - } - ], - "npm:raw-body": [ - { - "source": "npm:raw-body", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:resolve": [ - { - "source": "npm:resolve", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve", - "target": "npm:supports-preserve-symlinks-flag", - "type": "static" - } - ], - "npm:restore-cursor": [ - { - "source": "npm:restore-cursor", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:restore-cursor", - "target": "npm:signal-exit", - "type": "static" - } - ], - "npm:rimraf": [ - { - "source": "npm:rimraf", - "target": "npm:glob@10.5.0", - "type": "static" - } - ], - "npm:glob@10.5.0": [ - { - "source": "npm:glob@10.5.0", - "target": "npm:foreground-child", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:jackspeak", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:minimatch@9.0.5", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:package-json-from-dist", - "type": "static" - }, - { - "source": "npm:glob@10.5.0", - "target": "npm:path-scurry@1.11.1", - "type": "static" - } - ], - "npm:path-scurry@1.11.1": [ - { - "source": "npm:path-scurry@1.11.1", - "target": "npm:lru-cache@10.4.3", - "type": "static" - }, - { - "source": "npm:path-scurry@1.11.1", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:rolldown": [ - { - "source": "npm:rolldown", - "target": "npm:@oxc-project/types", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/pluginutils", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-android-arm64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-freebsd-x64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-openharmony-arm64", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-wasm32-wasi", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:rolldown", - "target": "npm:@rolldown/binding-win32-x64-msvc", - "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-loong64-gnu", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-ppc64-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-openharmony-arm64", - "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-gnu", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-win32-x64-msvc", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:fsevents", - "type": "static" - } - ], - "npm:rollup-plugin-dts": [ - { - "source": "npm:rollup-plugin-dts", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:rollup-plugin-dts", - "target": "npm:@babel/code-frame", - "type": "static" - } - ], - "npm:roughjs": [ - { - "source": "npm:roughjs", - "target": "npm:hachure-fill", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:path-data-parser", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:points-on-curve", - "type": "static" - }, - { - "source": "npm:roughjs", - "target": "npm:points-on-path", - "type": "static" - } - ], - "npm:router": [ - { - "source": "npm:router", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:is-promise", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:router", - "target": "npm:path-to-regexp", - "type": "static" - } - ], - "npm:run-parallel": [ - { - "source": "npm:run-parallel", - "target": "npm:queue-microtask", - "type": "static" - } - ], - "npm:rxjs": [ - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:sass": [ - { - "source": "npm:sass", - "target": "npm:chokidar@4.0.3", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:immutable", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:source-map-js", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:@parcel/watcher", - "type": "static" - } - ], - "npm:saxes": [ - { - "source": "npm:saxes", - "target": "npm:xmlchars", - "type": "static" - } - ], - "npm:send": [ - { - "source": "npm:send", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:fresh", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:statuses", - "type": "static" - } - ], - "npm:serve-static": [ - { - "source": "npm:serve-static", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static", - "target": "npm:send", - "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:signale": [ - { - "source": "npm:signale", - "target": "npm:chalk@2.4.2", - "type": "static" - }, - { - "source": "npm:signale", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:signale", - "target": "npm:pkg-conf", - "type": "static" - } - ], - "npm:ansi-styles@3.2.1": [ - { - "source": "npm:ansi-styles@3.2.1", - "target": "npm:color-convert@1.9.3", - "type": "static" - } - ], - "npm:chalk@2.4.2": [ - { - "source": "npm:chalk@2.4.2", - "target": "npm:ansi-styles@3.2.1", - "type": "static" - }, - { - "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp@1.0.5", - "type": "static" - }, - { - "source": "npm:chalk@2.4.2", - "target": "npm:supports-color@5.5.0", - "type": "static" - } - ], - "npm:color-convert@1.9.3": [ - { - "source": "npm:color-convert@1.9.3", - "target": "npm:color-name@1.1.3", - "type": "static" - } - ], - "npm:supports-color@5.5.0": [ - { - "source": "npm:supports-color@5.5.0", - "target": "npm:has-flag@3.0.0", - "type": "static" - } - ], - "npm:sigstore": [ - { - "source": "npm:sigstore", - "target": "npm:@sigstore/bundle", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/core", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/protobuf-specs", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/sign", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/tuf", - "type": "static" - }, - { - "source": "npm:sigstore", - "target": "npm:@sigstore/verify", - "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:slice-ansi": [ - { - "source": "npm:slice-ansi", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:slice-ansi", - "target": "npm:is-fullwidth-code-point", - "type": "static" - } - ], - "npm:socks": [ - { - "source": "npm:socks", - "target": "npm:ip-address", - "type": "static" - }, - { - "source": "npm:socks", - "target": "npm:smart-buffer", - "type": "static" - } - ], - "npm:socks-proxy-agent": [ - { - "source": "npm:socks-proxy-agent", - "target": "npm:agent-base", - "type": "static" - }, - { - "source": "npm:socks-proxy-agent", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:socks-proxy-agent", - "target": "npm:socks", - "type": "static" - } - ], - "npm:source-map-support": [ - { - "source": "npm:source-map-support", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support", - "target": "npm:source-map@0.6.1", - "type": "static" - } - ], - "npm:spdx-correct": [ - { - "source": "npm:spdx-correct", - "target": "npm:spdx-expression-parse", - "type": "static" - }, - { - "source": "npm:spdx-correct", - "target": "npm:spdx-license-ids", - "type": "static" - } - ], - "npm:spdx-expression-parse": [ - { - "source": "npm:spdx-expression-parse", - "target": "npm:spdx-exceptions", - "type": "static" - }, - { - "source": "npm:spdx-expression-parse", - "target": "npm:spdx-license-ids", - "type": "static" - } - ], - "npm:ssri": [ - { - "source": "npm:ssri", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:string-width": [ - { - "source": "npm:string-width", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:string-width-cjs": [ - { - "source": "npm:string-width-cjs", - "target": "npm:emoji-regex@8.0.0", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:is-fullwidth-code-point@3.0.0", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - } - ], - "npm:strip-ansi": [ - { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", - "type": "static" - } - ], - "npm:strip-ansi-cjs": [ - { - "source": "npm:strip-ansi-cjs", - "target": "npm:ansi-regex@5.0.1", - "type": "static" - } - ], - "npm:supports-color": [ - { - "source": "npm:supports-color", - "target": "npm:has-flag", - "type": "static" - } - ], - "npm:tar": [ - { - "source": "npm:tar", - "target": "npm:@isaacs/fs-minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:chownr", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:yallist@5.0.0", - "type": "static" - } - ], - "npm:tinyglobby": [ - { - "source": "npm:tinyglobby", - "target": "npm:fdir", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:picomatch", - "type": "static" - } - ], - "npm:tldts": [ - { - "source": "npm:tldts", - "target": "npm:tldts-core", - "type": "static" - } - ], - "npm:to-regex-range": [ - { - "source": "npm:to-regex-range", - "target": "npm:is-number", - "type": "static" - } - ], - "npm:tough-cookie": [ - { - "source": "npm:tough-cookie", - "target": "npm:tldts", - "type": "static" - } - ], - "npm:tr46": [ - { - "source": "npm:tr46", - "target": "npm:punycode", - "type": "static" - } - ], - "npm:ts-api-utils": [ - { - "source": "npm:ts-api-utils", - "target": "npm:typescript", - "type": "static" - } - ], - "npm:tuf-js": [ - { - "source": "npm:tuf-js", - "target": "npm:@tufjs/models", - "type": "static" - }, - { - "source": "npm:tuf-js", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:tuf-js", - "target": "npm:make-fetch-happen", - "type": "static" - } - ], - "npm:type-check": [ - { - "source": "npm:type-check", - "target": "npm:prelude-ls", - "type": "static" - } - ], - "npm:type-is": [ - { - "source": "npm:type-is", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:media-typer", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:mime-types", - "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/typescript-estree@8.47.0", - "type": "static" - }, - { - "source": "npm:typescript-eslint", - "target": "npm:@typescript-eslint/utils@8.47.0", - "type": "static" - } - ], - "npm:unique-filename": [ - { - "source": "npm:unique-filename", - "target": "npm:unique-slug", - "type": "static" - } - ], - "npm:unique-slug": [ - { - "source": "npm:unique-slug", - "target": "npm:imurmurhash", - "type": "static" - } - ], - "npm:update-browserslist-db": [ - { - "source": "npm:update-browserslist-db", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:update-browserslist-db", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:update-browserslist-db", - "target": "npm:picocolors", - "type": "static" - } - ], - "npm:uri-js": [ - { - "source": "npm:uri-js", - "target": "npm:punycode", - "type": "static" - } - ], - "npm:validate-npm-package-license": [ - { - "source": "npm:validate-npm-package-license", - "target": "npm:spdx-correct", - "type": "static" - }, - { - "source": "npm:validate-npm-package-license", - "target": "npm:spdx-expression-parse", - "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:less", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:yaml", - "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:vitest": [ - { - "source": "npm:vitest", - "target": "npm:@types/node", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@vitest/browser-playwright", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:jsdom", - "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:es-module-lexer", - "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:obug", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:picomatch", - "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:tinyrainbow", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:why-is-node-running", - "type": "static" - } - ], - "npm:vscode-languageserver": [ - { - "source": "npm:vscode-languageserver", - "target": "npm:vscode-languageserver-protocol", - "type": "static" - } - ], - "npm:vscode-languageserver-protocol": [ - { - "source": "npm:vscode-languageserver-protocol", - "target": "npm:vscode-jsonrpc", - "type": "static" - }, - { - "source": "npm:vscode-languageserver-protocol", - "target": "npm:vscode-languageserver-types", - "type": "static" - } - ], - "npm:w3c-xmlserializer": [ - { - "source": "npm:w3c-xmlserializer", - "target": "npm:xml-name-validator", - "type": "static" - } - ], - "npm:watchpack": [ - { - "source": "npm:watchpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:graceful-fs", - "type": "static" - } - ], - "npm:whatwg-url": [ - { - "source": "npm:whatwg-url", - "target": "npm:tr46", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:webidl-conversions", - "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", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - } - ], - "npm:wrap-ansi-cjs": [ - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:ansi-styles@4.3.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:string-width@4.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:strip-ansi@6.0.1", - "type": "static" - } - ], - "npm:yargs": [ - { - "source": "npm:yargs", - "target": "npm:cliui", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:yargs-parser", - "type": "static" - } - ], - "npm:zod-to-json-schema": [ - { - "source": "npm:zod-to-json-schema", - "target": "npm:zod", - "type": "static" - } - ] - }, - "version": "6.0", - "errors": [], - "computedAt": 1771094097763 -} diff --git a/.nx/workspace-data/project-graph.lock b/.nx/workspace-data/project-graph.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/.nx/workspace-data/source-maps.json b/.nx/workspace-data/source-maps.json deleted file mode 100644 index da961f91..00000000 --- a/.nx/workspace-data/source-maps.json +++ /dev/null @@ -1,275 +0,0 @@ -{ - ".": { - "root": ["angular.json", "nx-angular-json-plugin"], - "projectType": ["angular.json", "nx-angular-json-plugin"], - "sourceRoot": ["angular.json", "nx-angular-json-plugin"], - "prefix": ["angular.json", "nx-angular-json-plugin"], - "name": ["angular.json", "nx-angular-json-plugin"], - "generators": ["angular.json", "nx-angular-json-plugin"], - "generators.@schematics/angular:component": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:component.style": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:component.skipTests": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:component.changeDetection": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:directive": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:directive.skipTests": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:pipe": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:pipe.skipTests": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:service": [ - "angular.json", - "nx-angular-json-plugin" - ], - "generators.@schematics/angular:service.skipTests": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets": ["angular.json", "nx-angular-json-plugin"], - "targets.build": ["angular.json", "nx-angular-json-plugin"], - "targets.build.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.build.options": ["angular.json", "nx-angular-json-plugin"], - "targets.build.configurations": ["angular.json", "nx-angular-json-plugin"], - "targets.build.defaultConfiguration": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.options.browser": ["angular.json", "nx-angular-json-plugin"], - "targets.build.options.tsConfig": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.options.assets": ["angular.json", "nx-angular-json-plugin"], - "targets.build.options.styles": ["angular.json", "nx-angular-json-plugin"], - "targets.build.configurations.production": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.production.budgets": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.production.outputHashing": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.optimization": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.extractLicenses": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.sourceMap": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve": ["angular.json", "nx-angular-json-plugin"], - "targets.serve.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.serve.configurations": ["angular.json", "nx-angular-json-plugin"], - "targets.serve.defaultConfiguration": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.production": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.production.buildTarget": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.development": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.development.buildTarget": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.test": ["angular.json", "nx-angular-json-plugin"], - "targets.test.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.test.options": ["angular.json", "nx-angular-json-plugin"], - "targets.test.configurations": ["angular.json", "nx-angular-json-plugin"], - "targets.test.options.browsers": ["angular.json", "nx-angular-json-plugin"], - "targets.test.configurations.ci": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.test.configurations.ci.watch": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.test.configurations.ci.browsers": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.lint": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.options": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.options.lintFilePatterns": [ - "angular.json", - "nx-angular-json-plugin" - ] - }, - "projects/miles": { - "root": ["angular.json", "nx-angular-json-plugin"], - "projectType": ["angular.json", "nx-angular-json-plugin"], - "sourceRoot": ["angular.json", "nx-angular-json-plugin"], - "prefix": ["angular.json", "nx-angular-json-plugin"], - "name": ["angular.json", "nx-angular-json-plugin"], - "generators": ["angular.json", "nx-angular-json-plugin"], - "targets": ["angular.json", "nx-angular-json-plugin"], - "targets.build": ["angular.json", "nx-angular-json-plugin"], - "targets.build.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.build.options": ["angular.json", "nx-angular-json-plugin"], - "targets.build.configurations": ["angular.json", "nx-angular-json-plugin"], - "targets.build.defaultConfiguration": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.options.browser": ["angular.json", "nx-angular-json-plugin"], - "targets.build.options.tsConfig": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.options.assets": ["angular.json", "nx-angular-json-plugin"], - "targets.build.options.styles": ["angular.json", "nx-angular-json-plugin"], - "targets.build.configurations.production": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.production.budgets": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.production.outputHashing": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.optimization": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.extractLicenses": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.sourceMap": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve": ["angular.json", "nx-angular-json-plugin"], - "targets.serve.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.serve.configurations": ["angular.json", "nx-angular-json-plugin"], - "targets.serve.defaultConfiguration": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.production": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.production.buildTarget": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.development": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.serve.configurations.development.buildTarget": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.test": ["angular.json", "nx-angular-json-plugin"], - "targets.test.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.lint": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.options": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.options.lintFilePatterns": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.lint.options.eslintConfig": [ - "angular.json", - "nx-angular-json-plugin" - ] - }, - "projects/ui-common": { - "root": ["angular.json", "nx-angular-json-plugin"], - "projectType": ["angular.json", "nx-angular-json-plugin"], - "sourceRoot": ["angular.json", "nx-angular-json-plugin"], - "prefix": ["angular.json", "nx-angular-json-plugin"], - "name": ["angular.json", "nx-angular-json-plugin"], - "targets": ["angular.json", "nx-angular-json-plugin"], - "targets.build": ["angular.json", "nx-angular-json-plugin"], - "targets.build.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.build.configurations": ["angular.json", "nx-angular-json-plugin"], - "targets.build.defaultConfiguration": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.production": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.production.tsConfig": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.build.configurations.development.tsConfig": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.test": ["angular.json", "nx-angular-json-plugin"], - "targets.test.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.test.options": ["angular.json", "nx-angular-json-plugin"], - "targets.test.options.tsConfig": ["angular.json", "nx-angular-json-plugin"], - "targets.lint": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.executor": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.options": ["angular.json", "nx-angular-json-plugin"], - "targets.lint.options.lintFilePatterns": [ - "angular.json", - "nx-angular-json-plugin" - ], - "targets.lint.options.eslintConfig": [ - "angular.json", - "nx-angular-json-plugin" - ] - } -} diff --git a/angular.json b/angular.json index 83193047..bb2d4681 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,8 @@ "version": 1, "cli": { "packageManager": "npm", - "schematicCollections": ["angular-eslint"] + "schematicCollections": ["angular-eslint"], + "analytics": "955b7c74-ae29-4025-8907-29a55529de8a" }, "newProjectRoot": "projects", "projects": { diff --git a/src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.css b/src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.css deleted file mode 100644 index 7c51799d..00000000 --- a/src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.css +++ /dev/null @@ -1,23 +0,0 @@ -.table { - table-layout: fixed; -} - -th { - cursor: pointer; -} - -tr.empty-row { - opacity: 0.3; -} - -.pagination { - display: flex; - align-items: center; - justify-content: center; - gap: 10px; - margin-top: 10px; -} - -.page-info { - padding: 0 10px; -} diff --git a/src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.html b/src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.html deleted file mode 100644 index bbb8c2d0..00000000 --- a/src/app/domains/shared/ui-common/advanced-data-table/advanced-data-table.html +++ /dev/null @@ -1,45 +0,0 @@ -
| - {{ colInfo()[field.propName()] }} - | - } -
|---|
|
- @if (row) {
- |
- }
-
| - {{ field.title() }} - | - } -
|---|
|
- |
- }
-
No upcoming flights!
-No operated flights!
-No cancelled flights!
-- - - - - - - - - - - - - - - -
- -
- +
by AngularArchitects.io
- {{ body }} -
+- -
- - + diff --git a/src/app/shell/about/about.ts b/src/app/shell/about/about.ts index f17a166a..3c8451b8 100644 --- a/src/app/shell/about/about.ts +++ b/src/app/shell/about/about.ts @@ -1,40 +1,16 @@ -import { DatePipe } from '@angular/common'; -import { - ChangeDetectionStrategy, - Component, - inject, - signal, -} from '@angular/core'; +import { ChangeDetectionStrategy, Component, signal } from '@angular/core'; -import { DataTable } from '../../domains/shared/ui-common/advanced-data-table/advanced-data-table'; import { ClickWithWarning } from '../../domains/shared/ui-common/click-with-warning'; -import { TableField } from '../../domains/shared/ui-common/data-table/table-field'; -import { DialogService } from '../../domains/shared/ui-common/dialog/dialog.service'; -import { Tab } from '../../domains/shared/ui-common/service-tabbed-pane/tab'; -import { TabbedPane } from '../../domains/shared/ui-common/service-tabbed-pane/tabbed-pane'; -import { SimpleTooltip } from '../../domains/shared/ui-common/simple-tooltip'; import { Tooltip } from '../../domains/shared/ui-common/tooltip'; import { Flight } from '../../domains/ticketing/data/flight'; -import { DemoDialog } from './demo-dialog'; @Component({ selector: 'app-about', - imports: [ - Tab, - TabbedPane, - ClickWithWarning, - Tooltip, - SimpleTooltip, - TableField, - DatePipe, - DataTable, - ], + imports: [ClickWithWarning, Tooltip], templateUrl: './about.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class About { - private readonly dialogService = inject(DialogService); - protected readonly flights = signal
{{ message }}
- -