diff --git a/.gitignore b/.gitignore index c8345fe5d..7c2606f57 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ npm-debug.log yarn-error.log testem.log /typings +/.nx/workspace-data /.nx # System Files @@ -42,8 +43,9 @@ Thumbs.db # Environment file *.env *.env.* +!example.env.nx/workspace-data/ !example.env # SQLite database files *.sqlite -*.sqlite3 \ No newline at end of file +*.sqlite3 diff --git a/.nx/cache/terminalOutputs/9746092569333069633 b/.nx/cache/terminalOutputs/9746092569333069633 new file mode 100644 index 000000000..e69de29bb diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json deleted file mode 100644 index 4bd7c08b0..000000000 --- a/.nx/workspace-data/file-map.json +++ /dev/null @@ -1,607 +0,0 @@ -{ - "version": "6.0", - "nxVersion": "22.7.5", - "pathMappings": {}, - "nxJsonPlugins": [], - "fileMap": { - "nonProjectFiles": [ - { - "file": "shared/vite.config.ts", - "hash": "7227622419068233400" - }, - { - "file": ".editorconfig", - "hash": "5443105041930014821" - }, - { - "file": "shared/.eslintrc.cjs", - "hash": "10908560914359202957" - }, - { - "file": "shared/yarn.lock", - "hash": "13143112744216883829" - }, - { - "file": ".github/dependabot.yml", - "hash": "4600617110277503725" - }, - { - "file": "yarn.lock", - "hash": "3536679704192789933" - }, - { - "file": "nx.json", - "hash": "9972924003311784896" - }, - { - "file": "db.sqlite", - "hash": "16043271374566152874" - }, - { - "file": "tsconfig.base.json", - "hash": "9152833459786504209" - }, - { - "file": ".github/workflows/jest.yml", - "hash": "16274250713005867773" - }, - { - "file": ".github/workflows/lint.yml", - "hash": "7069912297106369741" - }, - { - "file": ".gitmodules", - "hash": "18306214607817596167" - }, - { - "file": "shared/src/components/button/Button.stories.tsx", - "hash": "4599752649344433543" - }, - { - "file": "shared/.storybook/preview.js", - "hash": "11471333835701542812" - }, - { - "file": ".prettierignore", - "hash": "8865097869854018350" - }, - { - "file": "shared/.prettierrc.json", - "hash": "3063590133897555193" - }, - { - "file": ".vscode/settings.json", - "hash": "12461145776256189186" - }, - { - "file": "shared/tsconfig.json", - "hash": "8641852576906908259" - }, - { - "file": "shared/README.md", - "hash": "10966815997568821349" - }, - { - "file": ".github/ISSUE_TEMPLATE/feature_request.md", - "hash": "12003031272452156761" - }, - { - "file": "shared/src/components/button/index.ts", - "hash": "11936205126108115086" - }, - { - "file": ".vscode/extensions.json", - "hash": "4637156562308165301" - }, - { - "file": ".github/workflows/frontend_build.yml", - "hash": "14779597822661201774" - }, - { - "file": ".yarn/releases/yarn-1.22.19.cjs", - "hash": "14480612036789984315" - }, - { - "file": ".yarnrc", - "hash": "6414922622098367488" - }, - { - "file": "lint-staged.config.js", - "hash": "17925541290467595263" - }, - { - "file": "shared/package.json", - "hash": "5892115757346465028" - }, - { - "file": "shared/src/components/button/Button.tsx", - "hash": "238622556743067132" - }, - { - "file": ".github/CODEOWNERS", - "hash": "3497001855762767081" - }, - { - "file": "example.env", - "hash": "10658895297063604049" - }, - { - "file": "shared/.gitignore", - "hash": "7302994469309723036" - }, - { - "file": ".husky/pre-commit", - "hash": "5663086443607559165" - }, - { - "file": "README.md", - "hash": "8802220036548205311" - }, - { - "file": ".github/workflows/ci-cd.yml", - "hash": "11519925466397430401" - }, - { - "file": ".github/workflows/backend_build.yml", - "hash": "13019148617528840303" - }, - { - "file": ".gitignore", - "hash": "11044481145842596544" - }, - { - "file": ".prettierrc", - "hash": "9555875142989992828" - }, - { - "file": "jest.preset.js", - "hash": "9430166341120122740" - }, - { - "file": "jest.config.ts", - "hash": "12228435545032355314" - }, - { - "file": "shared/.storybook/main.js", - "hash": "13469671610711216144" - }, - { - "file": "package.json", - "hash": "4550765422895722080" - }, - { - "file": ".husky/pre-push", - "hash": "220896017512112723" - }, - { - "file": ".eslintrc.json", - "hash": "9153958444236541166" - }, - { - "file": ".github/pull_request_template.md", - "hash": "10291803294783218555" - }, - { - "file": "shared/.prettierignore", - "hash": "2360054812932248869" - } - ], - "projectFileMap": { - "backend": [ - { - "file": "apps/backend/.eslintrc.json", - "hash": "13800677001662881425" - }, - { - "file": "apps/backend/jest.config.ts", - "hash": "7785676649933630854" - }, - { - "file": "apps/backend/project.json", - "hash": "9984155978493240249" - }, - { - "file": "apps/backend/src/app.controller.spec.ts", - "hash": "9499997688052526633", - "deps": [ - "npm:@nestjs/testing" - ] - }, - { - "file": "apps/backend/src/app.controller.ts", - "hash": "9005150069945785676", - "deps": [ - "npm:@nestjs/common" - ] - }, - { - "file": "apps/backend/src/app.module.ts", - "hash": "2222647520167469219", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/typeorm", - "npm:@nestjs/config" - ] - }, - { - "file": "apps/backend/src/app.service.spec.ts", - "hash": "8587461140686713758", - "deps": [ - "npm:@nestjs/testing" - ] - }, - { - "file": "apps/backend/src/app.service.ts", - "hash": "9967902337593410053", - "deps": [ - "npm:@nestjs/common" - ] - }, - { - "file": "apps/backend/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/backend/src/auth/auth.controller.spec.ts", - "hash": "9417761228943174921", - "deps": [ - "npm:@nestjs/testing" - ] - }, - { - "file": "apps/backend/src/auth/auth.controller.ts", - "hash": "9097318327402964302", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/passport", - "npm:@nestjs/swagger" - ] - }, - { - "file": "apps/backend/src/auth/auth.module.ts", - "hash": "7589135023224985764", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/typeorm", - "npm:@nestjs/passport" - ] - }, - { - "file": "apps/backend/src/auth/auth.service.spec.ts", - "hash": "5442871165268080463", - "deps": [ - "npm:@nestjs/testing" - ] - }, - { - "file": "apps/backend/src/auth/auth.service.ts", - "hash": "959677242213671336", - "deps": [ - "npm:@nestjs/common", - "npm:@aws-sdk/client-cognito-identity-provider" - ] - }, - { - "file": "apps/backend/src/auth/aws-exports.ts", - "hash": "4511746272952514725" - }, - { - "file": "apps/backend/src/auth/dtos/confirm-password.dto.ts", - "hash": "15623266065954444813", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/dtos/delete-user.dto.ts", - "hash": "15806441935406566115", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/dtos/forgot-password.dto.ts", - "hash": "8100690343931906803", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/dtos/refresh-token.dto.ts", - "hash": "14750766697947234048", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/dtos/sign-in-response.dto.ts", - "hash": "4824889178484784081" - }, - { - "file": "apps/backend/src/auth/dtos/sign-in.dto.ts", - "hash": "5505155253307248999", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/dtos/sign-up.dto.ts", - "hash": "118187522299501970", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/dtos/verify-user.dto.ts", - "hash": "11064444797272785545", - "deps": [ - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/auth/jwt.strategy.ts", - "hash": "9949866913317722001", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/passport", - "npm:jwks-rsa", - "npm:passport-jwt" - ] - }, - { - "file": "apps/backend/src/aws/ses/README.md", - "hash": "15098673141324094766" - }, - { - "file": "apps/backend/src/aws/ses/awsSes.wrapper.ts", - "hash": "15536249373797484632", - "deps": [ - "npm:@nestjs/common", - "npm:@aws-sdk/client-sesv2", - "npm:nodemailer" - ] - }, - { - "file": "apps/backend/src/aws/ses/awsSesClient.factory.ts", - "hash": "4765554684999026476", - "deps": [ - "npm:@nestjs/common", - "npm:@aws-sdk/client-sesv2" - ] - }, - { - "file": "apps/backend/src/aws/ses/email.module.ts", - "hash": "18139273890611169551", - "deps": [ - "npm:@nestjs/common" - ] - }, - { - "file": "apps/backend/src/aws/ses/email.service.spec.ts", - "hash": "14756833532792529518", - "deps": [ - "npm:@nestjs/testing", - "npm:@aws-sdk/client-sesv2" - ] - }, - { - "file": "apps/backend/src/aws/ses/email.service.ts", - "hash": "9156749308541087687", - "deps": [ - "npm:@nestjs/common", - "npm:class-transformer", - "npm:class-validator", - "npm:bottleneck", - "npm:@aws-sdk/client-sesv2" - ] - }, - { - "file": "apps/backend/src/aws/ses/sendEmail.dto.ts", - "hash": "11299400184194324516", - "deps": [ - "npm:class-transformer", - "npm:class-validator" - ] - }, - { - "file": "apps/backend/src/data-source.ts", - "hash": "3183245948966786791", - "deps": [ - "npm:typeorm", - "npm:dotenv" - ] - }, - { - "file": "apps/backend/src/interceptors/current-user.interceptor.ts", - "hash": "11012737092019714411", - "deps": [ - "npm:@nestjs/common" - ] - }, - { - "file": "apps/backend/src/main.ts", - "hash": "12919470015370421040", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/swagger", - "npm:@nestjs/core" - ] - }, - { - "file": "apps/backend/src/migrations/1754254886189-add_task.ts", - "hash": "13639642100522245305", - "deps": [ - "npm:typeorm" - ] - }, - { - "file": "apps/backend/src/strategies/plural-naming.strategy.ts", - "hash": "13759603940614672424", - "deps": [ - "npm:typeorm" - ] - }, - { - "file": "apps/backend/src/users/types.ts", - "hash": "1888682126672884524" - }, - { - "file": "apps/backend/src/users/user.entity.ts", - "hash": "13062090594584510154", - "deps": [ - "npm:typeorm" - ] - }, - { - "file": "apps/backend/src/users/users.controller.ts", - "hash": "14692020558972110025", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/passport", - "npm:@nestjs/swagger" - ] - }, - { - "file": "apps/backend/src/users/users.module.ts", - "hash": "2693803976476537769", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/typeorm" - ] - }, - { - "file": "apps/backend/src/users/users.service.ts", - "hash": "10352527431877602264", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/typeorm", - "npm:typeorm" - ] - }, - { - "file": "apps/backend/tsconfig.app.json", - "hash": "3171572500325445971" - }, - { - "file": "apps/backend/tsconfig.json", - "hash": "330696686922851126" - }, - { - "file": "apps/backend/tsconfig.spec.json", - "hash": "11550347367511341917" - }, - { - "file": "apps/backend/webpack.config.js", - "hash": "10619490397189790225", - "deps": [ - "npm:@nx/webpack" - ] - } - ], - "frontend": [ - { - "file": "apps/frontend/.eslintrc.json", - "hash": "11012487992710232822" - }, - { - "file": "apps/frontend/index.html", - "hash": "14703061762921575468" - }, - { - "file": "apps/frontend/project.json", - "hash": "17581088606744715364" - }, - { - "file": "apps/frontend/proxy.conf.json", - "hash": "11281046345527164812" - }, - { - "file": "apps/frontend/public/favicon.ico", - "hash": "9303420814833116677" - }, - { - "file": "apps/frontend/src/api/apiClient.ts", - "hash": "731659272403751870", - "deps": [ - "npm:axios" - ] - }, - { - "file": "apps/frontend/src/app.spec.tsx", - "hash": "18303175862115286083", - "deps": [ - "npm:@testing-library/react" - ] - }, - { - "file": "apps/frontend/src/app.tsx", - "hash": "7047361431182166026", - "deps": [ - "npm:react", - "npm:react-router-dom" - ] - }, - { - "file": "apps/frontend/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/frontend/src/containers/404.tsx", - "hash": "6818008100962500247", - "deps": [ - "npm:react-router-dom" - ] - }, - { - "file": "apps/frontend/src/containers/root.tsx", - "hash": "17560208078483401424" - }, - { - "file": "apps/frontend/src/containers/test.tsx", - "hash": "7279507533136251642" - }, - { - "file": "apps/frontend/src/main.tsx", - "hash": "17982854383415509796", - "deps": [ - "npm:react", - "npm:react-dom" - ] - }, - { - "file": "apps/frontend/src/styles.css", - "hash": "5195668842064076916" - }, - { - "file": "apps/frontend/src/utils/router.ts", - "hash": "11600208852248260652", - "deps": [ - "npm:react-router-dom" - ] - }, - { - "file": "apps/frontend/tsconfig.app.json", - "hash": "7232119452847825095" - }, - { - "file": "apps/frontend/tsconfig.json", - "hash": "14848985062376063442" - }, - { - "file": "apps/frontend/tsconfig.spec.json", - "hash": "10880209246771498435" - }, - { - "file": "apps/frontend/vite.config.ts", - "hash": "10723546543220949911", - "deps": [ - "npm:vite", - "npm:@vitejs/plugin-react", - "npm:@nx/vite" - ] - } - ] - } - }, - "externalNodesHash": "9714753014996807616" -} \ No newline at end of file diff --git a/.nx/workspace-data/lockfile-dependencies.hash b/.nx/workspace-data/lockfile-dependencies.hash deleted file mode 100644 index 08956678d..000000000 --- a/.nx/workspace-data/lockfile-dependencies.hash +++ /dev/null @@ -1 +0,0 @@ -4914951587986148141 \ 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 08956678d..000000000 --- a/.nx/workspace-data/lockfile-nodes.hash +++ /dev/null @@ -1 +0,0 @@ -4914951587986148141 \ 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 e1b400dfd..000000000 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 2171eafbb..000000000 --- a/.nx/workspace-data/parsed-lock-file.dependencies.json +++ /dev/null @@ -1,26652 +0,0 @@ -[ - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv@8.12.0", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:jsonc-parser@3.2.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:picomatch@4.0.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:rxjs@7.8.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:source-map@0.7.4", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:ajv@8.18.0", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:ajv-formats@3.0.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:rxjs@7.8.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:source-map@0.7.4", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:inquirer@9.2.15", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:symbol-observable", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:jsonc-parser@3.2.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:magic-string@0.30.8", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:rxjs@7.8.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:@angular-devkit/core@19.2.24", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:magic-string@0.30.17", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:rxjs@7.8.1", - "type": "static" - }, - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@asamuzakjp/generational-cache", - "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/dom-selector", - "target": "npm:@asamuzakjp/generational-cache", - "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:@aws-crypto/crc32", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/crc32", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/crc32", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-crypto/supports-web-crypto", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-sdk/util-locate-window", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@smithy/util-utf8", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js@1.2.2", - "target": "npm:@aws-crypto/util@1.2.2", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js@1.2.2", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js@1.2.2", - "target": "npm:tslib@1.14.1", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-crypto/supports-web-crypto", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util@1.2.2", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util@1.2.2", - "target": "npm:@aws-sdk/util-utf8-browser", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util@1.2.2", - "target": "npm:tslib@1.14.1", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util", - "target": "npm:@smithy/util-utf8", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-crypto/sha256-browser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-sdk/credential-provider-node", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-crypto/sha256-browser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/credential-provider-node", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/signature-v4-multi-region", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@aws-sdk/xml-builder", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@aws/lambda-invoke-store", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@smithy/signature-v4", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:bowser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-env", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-http", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-login", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-process", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-sso", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-web-identity", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@smithy/credential-provider-imds", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-env", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-http", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-ini", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-process", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-sso", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-web-identity", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@smithy/credential-provider-imds", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/token-providers", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-crypto/sha256-browser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-sdk/signature-v4-multi-region", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:@smithy/signature-v4", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/util-locate-window", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/util-utf8-browser", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@aws-sdk/xml-builder", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/xml-builder", - "target": "npm:fast-xml-parser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/xml-builder", - "target": "npm:tslib", - "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/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/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/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/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", - "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/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", - "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/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", - "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/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", - "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/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", - "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/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@5.1.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", - "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@5.1.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-member-expression-to-functions", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-optimise-call-expression", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-replace-supers", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:regexpu-core", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:regexpu-core", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:lodash.debounce", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:lodash.debounce", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:@babel/helper-member-expression-to-functions", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-member-expression-to-functions", - "target": "npm:@babel/types", - "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-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/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-optimise-call-expression", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-wrap-function", - "type": "static" - }, - { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-member-expression-to-functions", - "type": "static" - }, - { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-optimise-call-expression", - "type": "static" - }, - { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-skip-transparent-expression-wrappers", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-skip-transparent-expression-wrappers", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-wrap-function", - "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/parser", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/parser", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/parser", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/plugin-transform-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-proposal-decorators", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-proposal-decorators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-proposal-decorators", - "target": "npm:@babel/plugin-syntax-decorators", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-async-generators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-bigint", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-class-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-class-static-block", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-decorators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-import-assertions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-import-meta", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-json-strings", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-top-level-await", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-arrow-functions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-remap-async-to-generator", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-remap-async-to-generator", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-block-scoped-functions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-block-scoping", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-globals", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-replace-supers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-duplicate-keys", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-explicit-resource-management", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-explicit-resource-management", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-member-expression-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-new-target", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-transform-parameters", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-replace-supers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-parameters", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-property-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-constant-elements", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-display-name", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx-development", - "target": "npm:@babel/plugin-transform-react-jsx", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx-self", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx-source", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-regexp-modifiers", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-regexp-modifiers", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-reserved-words", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:babel-plugin-polyfill-corejs2", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:babel-plugin-polyfill-corejs3", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:babel-plugin-polyfill-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-shorthand-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-sticky-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-template-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typeof-symbol", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/plugin-syntax-typescript", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-escapes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-proposal-private-property-in-object", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-assertions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-attributes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-unicode-sets-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-arrow-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-generator-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-to-generator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoped-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoping", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-static-block", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-classes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-computed-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dotall-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-keys", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dynamic-import", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-explicit-resource-management", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-exponentiation-operator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-export-namespace-from", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-for-of", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-function-name", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-json-strings", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-logical-assignment-operators", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-member-expression-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-amd", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-commonjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-systemjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-umd", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-new-target", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-numeric-separator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-rest-spread", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-super", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-catch-binding", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-parameters", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-methods", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-property-in-object", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-property-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regexp-modifiers", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-reserved-words", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-shorthand-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-spread", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-sticky-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-template-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-typeof-symbol", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-escapes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-property-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-sets-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/preset-modules", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs2", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:core-js-compat", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-proposal-private-property-in-object", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-assertions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-attributes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-unicode-sets-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-arrow-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-generator-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-to-generator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoped-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoping", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-static-block", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-classes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-computed-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dotall-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-keys", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dynamic-import", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-explicit-resource-management", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-exponentiation-operator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-export-namespace-from", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-for-of", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-function-name", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-json-strings", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-logical-assignment-operators", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-member-expression-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-amd", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-commonjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-systemjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-umd", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-new-target", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-numeric-separator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-rest-spread", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-super", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-catch-binding", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-parameters", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-methods", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-property-in-object", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-property-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regexp-modifiers", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-reserved-words", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-shorthand-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-spread", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-sticky-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-template-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-typeof-symbol", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-escapes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-property-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-sets-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/preset-modules", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs2", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:core-js-compat", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/preset-modules", - "target": "npm:esutils", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-display-name", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx-development", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-pure-annotations", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-modules-commonjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-typescript", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-modules-commonjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-typescript", - "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/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:@babel/types", - "target": "npm:@babel/helper-string-parser", - "type": "static" - }, - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", - "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:@babel/types", - "target": "npm:@babel/helper-string-parser", - "type": "static" - }, - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", - "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:@babel/types", - "target": "npm:@babel/helper-string-parser", - "type": "static" - }, - { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", - "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:@bramus/specificity", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:@cspotcode/source-map-support", - "target": "npm:@jridgewell/trace-mapping@0.3.9", - "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:@cypress/request", - "target": "npm:aws-sign2", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:aws4", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:caseless", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:extend", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:forever-agent", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:http-signature", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:is-typedarray", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:isstream", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:json-stringify-safe", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:performance-now", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:tough-cookie@5.1.2", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:tunnel-agent", - "type": "static" - }, - { - "source": "npm:@cypress/xvfb", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:@cypress/xvfb", - "target": "npm:lodash.once", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:@emnapi/wasi-threads@1.2.1", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:@emnapi/wasi-threads@1.2.1", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:@emnapi/wasi-threads@1.2.1", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/core@1.4.5", - "target": "npm:@emnapi/wasi-threads", - "type": "static" - }, - { - "source": "npm:@emnapi/core@1.4.5", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/runtime", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/runtime", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/runtime", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/runtime@1.4.5", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/wasi-threads", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@emnapi/wasi-threads@1.2.1", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@eslint-community/eslint-utils", - "target": "npm:eslint-visitor-keys", - "type": "static" - }, - { - "source": "npm:@eslint-community/eslint-utils", - "target": "npm:eslint-visitor-keys", - "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@10.2.5", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:espree", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:globals", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:espree@10.4.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:globals@14.0.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:@humanwhocodes/config-array", - "target": "npm:@humanwhocodes/object-schema", - "type": "static" - }, - { - "source": "npm:@humanwhocodes/config-array", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@humanwhocodes/config-array", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width@5.1.2", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width-cjs", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi-cjs", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi@8.1.0", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi-cjs", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:camelcase@5.3.1", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:find-up", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:get-package-type", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:js-yaml@3.14.2", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:resolve-from", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/reporters", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-changed-files", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-config", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-resolve-dependencies", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-runner", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-runtime", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-watcher", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:@jest/fake-timers", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:@jest/expect-utils", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:@jest/expect", - "target": "npm:expect", - "type": "static" - }, - { - "source": "npm:@jest/expect", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:@sinonjs/fake-timers", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:@jest/expect", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:@jest/pattern", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/pattern", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@bcoe/v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-report", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-source-maps", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-reports", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:string-length", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:v8-to-istanbul", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@bcoe/v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-report", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-source-maps", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-reports", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:string-length", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:v8-to-istanbul", - "type": "static" - }, - { - "source": "npm:@jest/schemas", - "target": "npm:@sinclair/typebox", - "type": "static" - }, - { - "source": "npm:@jest/schemas@29.6.3", - "target": "npm:@sinclair/typebox@0.27.10", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:natural-compare", - "type": "static" - }, - { - "source": "npm:@jest/source-map", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/source-map", - "target": "npm:callsites", - "type": "static" - }, - { - "source": "npm:@jest/source-map", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:babel-plugin-istanbul", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:convert-source-map", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:pirates", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:write-file-atomic", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@jest/schemas", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/istanbul-reports", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/yargs", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:chalk", - "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/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/source-map", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping@0.3.9", - "target": "npm:@jridgewell/resolve-uri", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping@0.3.9", - "target": "npm:@jridgewell/sourcemap-codec", - "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:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "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:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "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:@jsonjoy.com/fs-core", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-core", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-core", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:@jsonjoy.com/fs-core", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node-to-fsa", - "target": "npm:@jsonjoy.com/fs-fsa", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node-to-fsa", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node-to-fsa", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node-utils", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-core", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-print", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-snapshot", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:glob-to-regex.js", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-print", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-print", - "target": "npm:tree-dump", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/json-pack@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/util@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/base64", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/buffers@1.2.1", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/codegen", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/json-pointer", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/util", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:hyperdyperid", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:tree-dump", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/base64@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/codegen@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/json-pointer@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/util@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:hyperdyperid", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:tree-dump", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pointer@17.67.0", - "target": "npm:@jsonjoy.com/util@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pointer", - "target": "npm:@jsonjoy.com/codegen", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pointer", - "target": "npm:@jsonjoy.com/util", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util@17.67.0", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util@17.67.0", - "target": "npm:@jsonjoy.com/codegen@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util@17.67.0", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util@17.67.0", - "target": "npm:@jsonjoy.com/codegen@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util", - "target": "npm:@jsonjoy.com/buffers@1.2.1", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util", - "target": "npm:@jsonjoy.com/codegen", - "type": "static" - }, - { - "source": "npm:@ljharb/through", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:@module-federation/bridge-react-webpack-plugin", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/bridge-react-webpack-plugin", - "target": "npm:@types/semver@7.5.8", - "type": "static" - }, - { - "source": "npm:@module-federation/bridge-react-webpack-plugin", - "target": "npm:semver@7.6.3", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:jiti@2.4.2", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/third-party-dts-extractor", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:adm-zip", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:isomorphic-ws", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:node-schedule", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:undici@7.24.7", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/bridge-react-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/cli", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/inject-external-runtime-core-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/manifest", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/rspack", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/runtime-tools", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/webpack-bundler-runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:schema-utils@4.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:tapable@2.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:upath", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/bridge-react-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/cli", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/inject-external-runtime-core-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/manifest", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/rspack", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/runtime-tools", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/webpack-bundler-runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:schema-utils@4.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:tapable@2.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:upath", - "type": "static" - }, - { - "source": "npm:@module-federation/managers", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/managers", - "target": "npm:find-pkg", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:find-pkg", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:@module-federation/enhanced", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:@module-federation/runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:encoding", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:tapable@2.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/bridge-react-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/inject-external-runtime-core-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/manifest", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/runtime-tools", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-core@0.21.6", - "target": "npm:@module-federation/error-codes@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-core@0.21.6", - "target": "npm:@module-federation/sdk@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-core", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-core", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-tools@0.21.6", - "target": "npm:@module-federation/runtime@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-tools@0.21.6", - "target": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-tools", - "target": "npm:@module-federation/runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-tools", - "target": "npm:@module-federation/webpack-bundler-runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime@0.21.6", - "target": "npm:@module-federation/error-codes@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime@0.21.6", - "target": "npm:@module-federation/runtime-core@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime@0.21.6", - "target": "npm:@module-federation/sdk@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime", - "target": "npm:@module-federation/runtime-core", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/third-party-dts-extractor", - "target": "npm:find-pkg", - "type": "static" - }, - { - "source": "npm:@module-federation/third-party-dts-extractor", - "target": "npm:resolve@1.22.8", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "target": "npm:@module-federation/runtime@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "target": "npm:@module-federation/sdk@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime", - "target": "npm:@module-federation/runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime", - "target": "npm:@module-federation/sdk", - "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@0.9.0", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime@1.0.7", - "target": "npm:@emnapi/core", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime@1.0.7", - "target": "npm:@emnapi/runtime", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime@1.0.7", - "target": "npm:@tybys/wasm-util@0.10.2", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime@1.1.4", - "target": "npm:@tybys/wasm-util@0.10.2", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@angular-devkit/schematics-cli", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@nestjs/schematics@10.2.3", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:cli-table3@0.6.5", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:commander@4.1.1", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:glob@10.4.5", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:inquirer", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:node-emoji", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:tsconfig-paths-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:typescript@5.7.2", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:webpack@5.97.1", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:webpack-node-externals", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:uid", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:file-type", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:iterare", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nestjs/config", - "target": "npm:dotenv@17.4.1", - "type": "static" - }, - { - "source": "npm:@nestjs/config", - "target": "npm:dotenv-expand", - "type": "static" - }, - { - "source": "npm:@nestjs/config", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:uid", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:@nuxtjs/opencollective", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:fast-safe-stringify", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:iterare", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:path-to-regexp", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:cors", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:express@5.2.1", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:multer", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:path-to-regexp@8.4.2", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:comment-json@4.2.5", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:pluralize", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:@angular-devkit/core@19.2.24", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:@angular-devkit/schematics@19.2.24", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:comment-json", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:pluralize", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:@microsoft/tsdoc", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:@nestjs/mapped-types", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:js-yaml@4.1.0", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:lodash@4.17.21", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:path-to-regexp", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:swagger-ui-dist", - "type": "static" - }, - { - "source": "npm:@nestjs/testing", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nestjs/typeorm", - "target": "npm:uuid", - "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:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", - "type": "static" - }, - { - "source": "npm:@nodelib/fs.walk", - "target": "npm:fastq", - "type": "static" - }, - { - "source": "npm:@nrwl/nx-cloud", - "target": "npm:nx-cloud", - "type": "static" - }, - { - "source": "npm:@nuxtjs/opencollective", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nuxtjs/opencollective", - "target": "npm:consola", - "type": "static" - }, - { - "source": "npm:@nuxtjs/opencollective", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@nx/eslint", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:detect-port", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:ejs", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@typescript-eslint/type-utils@8.60.1", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:confusing-browser-globals", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:globals@17.6.0", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:jsonc-eslint-parser", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:typescript", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@jest/reporters", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:identity-obj-proxy", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:jest-config", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:resolve.exports", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/plugin-proposal-decorators", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/plugin-transform-class-properties", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/plugin-transform-runtime", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/preset-env", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/preset-typescript", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@nx/workspace", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:babel-plugin-const-enum", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:babel-plugin-macros", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:babel-plugin-transform-typescript-metadata", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:columnify", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:detect-port", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:ignore@7.0.5", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:js-tokens", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:jsonc-parser@3.2.0", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:source-map-support", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@module-federation/enhanced", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@module-federation/node", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@nx/web", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@rspack/core", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:http-proxy-middleware", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:webpack", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/eslint", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/module-federation", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/rollup", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/web", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@svgr/webpack", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:http-proxy-middleware", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/vite", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-babel", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-commonjs", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-image", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-json", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-node-resolve", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-typescript", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:autoprefixer", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:concat-with-sourcemaps", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:postcss-modules", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:rollup-plugin-typescript2", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@nx/vitest", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:detect-port", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:http-server", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:autoprefixer", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:babel-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:copy-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:css-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:css-minimizer-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:fork-ts-checker-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:less-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:license-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:loader-utils", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:mini-css-extract-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:postcss-import", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:postcss-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:sass-embedded", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:sass-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:source-map-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:style-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:terser-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:ts-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:tsconfig-paths-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack-dev-server", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack-node-externals", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack-subresource-integrity", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:nx", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:detect-libc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:node-addon-api", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:picomatch", - "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:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-x509-attr", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-x509-attr", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-cms", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-pkcs8", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-rsa", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-cms", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-pfx", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-pkcs8", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-x509-attr", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:@peculiar/utils", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:@peculiar/utils", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:@peculiar/utils", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:@peculiar/utils", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/utils", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-cms", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-csr", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-ecc", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-pkcs9", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-rsa", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:pvtsutils", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:tsyringe", - "type": "static" - }, - { - "source": "npm:@phenomnomnominal/tsquery", - "target": "npm:@types/esquery", - "type": "static" - }, - { - "source": "npm:@phenomnomnominal/tsquery", - "target": "npm:esquery", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:commondir", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob@8.1.0", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:is-reference", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-image", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-image", - "target": "npm:mini-svg-data-uri", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-json", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@types/resolve", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:is-module", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-typescript", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-typescript", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@rspack/binding-wasm32-wasi", - "target": "npm:@napi-rs/wasm-runtime@1.0.7", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-wasm32-wasi", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-win32-ia32-msvc", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-win32-x64-msvc", - "type": "static" - }, - { - "source": "npm:@rspack/core", - "target": "npm:@module-federation/runtime-tools@0.21.6", - "type": "static" - }, - { - "source": "npm:@rspack/core", - "target": "npm:@rspack/binding", - "type": "static" - }, - { - "source": "npm:@rspack/core", - "target": "npm:@rspack/lite-tapable", - "type": "static" - }, - { - "source": "npm:@sinonjs/commons", - "target": "npm:type-detect@4.0.8", - "type": "static" - }, - { - "source": "npm:@sinonjs/fake-timers", - "target": "npm:@sinonjs/commons", - "type": "static" - }, - { - "source": "npm:@smithy/core", - "target": "npm:@aws-crypto/crc32", - "type": "static" - }, - { - "source": "npm:@smithy/core", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/core", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/credential-provider-imds", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/credential-provider-imds", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/credential-provider-imds", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/fetch-http-handler", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/fetch-http-handler", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/fetch-http-handler", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/is-array-buffer", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/node-http-handler", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/node-http-handler", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/node-http-handler", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/signature-v4", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/signature-v4", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/signature-v4", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/types", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/util-buffer-from", - "target": "npm:@smithy/is-array-buffer", - "type": "static" - }, - { - "source": "npm:@smithy/util-buffer-from", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@smithy/util-utf8", - "target": "npm:@smithy/util-buffer-from", - "type": "static" - }, - { - "source": "npm:@smithy/util-utf8", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-add-jsx-attribute", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-remove-jsx-attribute", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-svg-dynamic-title", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-svg-em-dimensions", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-transform-react-native-svg", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-transform-svg-component", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:@svgr/babel-preset", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:camelcase", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:snake-case", - "type": "static" - }, - { - "source": "npm:@svgr/hast-util-to-babel-ast", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@svgr/hast-util-to-babel-ast", - "target": "npm:entities", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:@svgr/babel-preset", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:@svgr/hast-util-to-babel-ast", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:svg-parser", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-svgo", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-svgo", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-svgo", - "target": "npm:svgo", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/plugin-transform-react-constant-elements", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/preset-env", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/preset-react", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/preset-typescript", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@svgr/core", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@svgr/plugin-jsx", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@svgr/plugin-svgo", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:@types/aria-query", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:aria-query@5.3.0", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:dom-accessibility-api", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:lz-string", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:pretty-format@27.5.1", - "type": "static" - }, - { - "source": "npm:@testing-library/react", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:@testing-library/react", - "target": "npm:@testing-library/dom", - "type": "static" - }, - { - "source": "npm:@testing-library/react", - "target": "npm:@types/react-dom", - "type": "static" - }, - { - "source": "npm:@tokenizer/inflate", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@tokenizer/inflate", - "target": "npm:fflate", - "type": "static" - }, - { - "source": "npm:@tokenizer/inflate", - "target": "npm:token-types", - "type": "static" - }, - { - "source": "npm:@tybys/wasm-util@0.9.0", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@tybys/wasm-util@0.9.0", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@tybys/wasm-util@0.10.2", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@types/babel__generator", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@types/babel__template", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@types/babel__traverse", - "type": "static" - }, - { - "source": "npm:@types/babel__generator", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@types/babel__template", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@types/babel__template", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@types/babel__traverse", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@types/body-parser", - "target": "npm:@types/connect", - "type": "static" - }, - { - "source": "npm:@types/body-parser", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/bonjour", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/connect-history-api-fallback", - "target": "npm:@types/express-serve-static-core@5.1.1", - "type": "static" - }, - { - "source": "npm:@types/connect-history-api-fallback", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/connect", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/eslint-scope", - "target": "npm:@types/eslint", - "type": "static" - }, - { - "source": "npm:@types/eslint-scope", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@types/eslint", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@types/eslint", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@types/esquery", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/qs", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/range-parser", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/send", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/qs", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/range-parser", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/send", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/node@25.9.1", - "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/express-serve-static-core", - "target": "npm:@types/node@25.9.1", - "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/express@5.0.6", - "target": "npm:@types/body-parser", - "type": "static" - }, - { - "source": "npm:@types/express@5.0.6", - "target": "npm:@types/express-serve-static-core@5.1.1", - "type": "static" - }, - { - "source": "npm:@types/express@5.0.6", - "target": "npm:@types/serve-static@2.2.0", - "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/qs", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/serve-static", - "type": "static" - }, - { - "source": "npm:@types/http-proxy", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/http-proxy", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/istanbul-lib-report", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@types/istanbul-reports", - "target": "npm:@types/istanbul-lib-report", - "type": "static" - }, - { - "source": "npm:@types/jest", - "target": "npm:expect", - "type": "static" - }, - { - "source": "npm:@types/jest", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:@types/jsonwebtoken", - "target": "npm:@types/ms", - "type": "static" - }, - { - "source": "npm:@types/jsonwebtoken", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/node@25.9.1", - "target": "npm:undici-types@7.24.6", - "type": "static" - }, - { - "source": "npm:@types/node", - "target": "npm:undici-types", - "type": "static" - }, - { - "source": "npm:@types/nodemailer", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/pg", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/pg", - "target": "npm:pg-protocol", - "type": "static" - }, - { - "source": "npm:@types/pg", - "target": "npm:pg-types", - "type": "static" - }, - { - "source": "npm:@types/react", - "target": "npm:@types/prop-types", - "type": "static" - }, - { - "source": "npm:@types/react", - "target": "npm:csstype", - "type": "static" - }, - { - "source": "npm:@types/send", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/send@0.17.6", - "target": "npm:@types/mime", - "type": "static" - }, - { - "source": "npm:@types/send@0.17.6", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/serve-index", - "target": "npm:@types/express@5.0.6", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/http-errors", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/send@0.17.6", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/http-errors", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/send@0.17.6", - "type": "static" - }, - { - "source": "npm:@types/serve-static@2.2.0", - "target": "npm:@types/http-errors", - "type": "static" - }, - { - "source": "npm:@types/serve-static@2.2.0", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/sockjs", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/ws", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/yargs", - "target": "npm:@types/yargs-parser", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@eslint-community/regexpp", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/scope-manager", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/type-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/visitor-keys", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:debug", - "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:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/scope-manager", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/types@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/visitor-keys", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/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@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager", - "target": "npm:@typescript-eslint/visitor-keys", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.60.1", - "target": "npm:@typescript-eslint/visitor-keys@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:@typescript-eslint/typescript-estree@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:@typescript-eslint/utils@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:ts-api-utils@2.5.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:@typescript-eslint/types@6.21.0", - "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:globby", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:minimatch@9.0.3", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:ts-api-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/project-service", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/tsconfig-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/visitor-keys@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:ts-api-utils@2.5.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@types/semver", - "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@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@types/semver", - "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@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@typescript-eslint/scope-manager@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@typescript-eslint/typescript-estree@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys", - "target": "npm:@typescript-eslint/types@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys", - "target": "npm:eslint-visitor-keys", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.60.1", - "target": "npm:eslint-visitor-keys@5.0.1", - "type": "static" - }, - { - "source": "npm:@unrs/resolver-binding-wasm32-wasi", - "target": "npm:@emnapi/core", - "type": "static" - }, - { - "source": "npm:@unrs/resolver-binding-wasm32-wasi", - "target": "npm:@emnapi/runtime", - "type": "static" - }, - { - "source": "npm:@unrs/resolver-binding-wasm32-wasi", - "target": "npm:@napi-rs/wasm-runtime@1.1.4", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@babel/plugin-transform-react-jsx-self", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@babel/plugin-transform-react-jsx-source", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@rolldown/pluginutils", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@types/babel__core", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:react-refresh", - "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/runner", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/runner", - "target": "npm:p-limit@4.0.0", - "type": "static" - }, - { - "source": "npm:@vitest/runner", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:@vitest/snapshot", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@vitest/snapshot", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:@vitest/snapshot", - "target": "npm:pretty-format@29.7.0", - "type": "static" - }, - { - "source": "npm:@vitest/spy", - "target": "npm:tinyspy", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:fflate", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:flatted", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:sirv", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:diff-sequences", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:loupe", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:pretty-format@29.7.0", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/ast", - "target": "npm:@webassemblyjs/helper-numbers", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/ast", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/ast", - "target": "npm:@webassemblyjs/helper-numbers", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/ast", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-numbers", - "target": "npm:@webassemblyjs/floating-point-hex-parser", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-numbers", - "target": "npm:@webassemblyjs/helper-api-error", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-numbers", - "target": "npm:@xtuc/long", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/helper-buffer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/wasm-gen", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/ieee754", - "target": "npm:@xtuc/ieee754", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/leb128", - "target": "npm:@xtuc/long", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/helper-buffer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/helper-wasm-section", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wasm-gen", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wasm-opt", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wast-printer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/ieee754", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/leb128", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/utf8", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/helper-buffer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/wasm-gen", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/helper-api-error", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/ieee754", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/leb128", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/utf8", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/helper-api-error", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/ieee754", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/leb128", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/utf8", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wast-printer", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wast-printer", - "target": "npm:@xtuc/long", - "type": "static" - }, - { - "source": "npm:@zkochan/js-yaml", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:accepts@2.0.0", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:accepts@2.0.0", - "target": "npm:negotiator@1.0.0", - "type": "static" - }, - { - "source": "npm:accepts", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:accepts", - "target": "npm:negotiator", - "type": "static" - }, - { - "source": "npm:acorn-walk", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:acorn-walk", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:agent-base", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:ajv-formats", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:ajv-formats", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:ajv-formats@3.0.1", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:ajv-keywords", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:json-schema-traverse", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:require-from-string", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:uri-js", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:fast-uri", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:json-schema-traverse", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:require-from-string", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:uri-js", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:uri-js", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:uri-js", - "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", - "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", - "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:amazon-cognito-identity-js", - "target": "npm:@aws-crypto/sha256-js@1.2.2", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:buffer@4.9.2", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:fast-base64-decode", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:isomorphic-unfetch", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:js-cookie", - "type": "static" - }, - { - "source": "npm:ansi-escapes", - "target": "npm:type-fest@0.21.3", - "type": "static" - }, - { - "source": "npm:ansi-escapes", - "target": "npm:type-fest@0.21.3", - "type": "static" - }, - { - "source": "npm:ansi-escapes@7.3.0", - "target": "npm:environment", - "type": "static" - }, - { - "source": "npm:ansi-styles", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:ansi-styles", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:ansi-styles", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:anymatch", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:anymatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:anymatch", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:anymatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:argparse@1.0.10", - "target": "npm:sprintf-js", - "type": "static" - }, - { - "source": "npm:aria-query@5.3.0", - "target": "npm:dequal", - "type": "static" - }, - { - "source": "npm:array-buffer-byte-length", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-buffer-byte-length", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:array-buffer-byte-length", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-buffer-byte-length", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:es-shim-unscopables", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:asn1", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:asn1js", - "target": "npm:pvtsutils", - "type": "static" - }, - { - "source": "npm:asn1js", - "target": "npm:pvutils", - "type": "static" - }, - { - "source": "npm:asn1js", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:caniuse-lite", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:fraction.js", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:available-typed-arrays", - "target": "npm:possible-typed-array-names", - "type": "static" - }, - { - "source": "npm:axios@1.1.3", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:axios@1.1.3", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:axios@1.1.3", - "target": "npm:proxy-from-env@1.1.0", - "type": "static" - }, - { - "source": "npm:axios@1.16.0", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:axios@1.16.0", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:axios@1.16.0", - "target": "npm:proxy-from-env", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:proxy-from-env", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:@types/babel__core", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:babel-plugin-istanbul", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:babel-preset-jest", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:babel-loader", - "target": "npm:find-cache-dir", - "type": "static" - }, - { - "source": "npm:babel-loader", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:babel-plugin-const-enum", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:babel-plugin-const-enum", - "target": "npm:@babel/plugin-syntax-typescript", - "type": "static" - }, - { - "source": "npm:babel-plugin-const-enum", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:@istanbuljs/load-nyc-config", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:@istanbuljs/schema", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:test-exclude", - "type": "static" - }, - { - "source": "npm:babel-plugin-jest-hoist", - "target": "npm:@types/babel__core", - "type": "static" - }, - { - "source": "npm:babel-plugin-macros", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:babel-plugin-macros", - "target": "npm:cosmiconfig@7.1.0", - "type": "static" - }, - { - "source": "npm:babel-plugin-macros", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:core-js-compat", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "target": "npm:core-js-compat", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-transform-typescript-metadata", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-async-generators", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-bigint", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-class-properties", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-class-static-block", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-import-attributes", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-import-meta", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-json-strings", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-logical-assignment-operators", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-numeric-separator", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-object-rest-spread", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-optional-catch-binding", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-optional-chaining", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-private-property-in-object", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-top-level-await", - "type": "static" - }, - { - "source": "npm:babel-preset-jest", - "target": "npm:babel-plugin-jest-hoist", - "type": "static" - }, - { - "source": "npm:babel-preset-jest", - "target": "npm:babel-preset-current-node-syntax", - "type": "static" - }, - { - "source": "npm:basic-auth", - "target": "npm:safe-buffer@5.1.2", - "type": "static" - }, - { - "source": "npm:bcrypt-pbkdf", - "target": "npm:tweetnacl", - "type": "static" - }, - { - "source": "npm:bidi-js", - "target": "npm:require-from-string", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:iconv-lite@0.7.2", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:raw-body@3.0.2", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:type-is@2.1.0", - "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@2.6.9", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:destroy", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:iconv-lite@0.4.24", - "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:body-parser", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:bonjour-service", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:bonjour-service", - "target": "npm:multicast-dns", - "type": "static" - }, - { - "source": "npm:brace-expansion@5.0.6", - "target": "npm:balanced-match@4.0.4", - "type": "static" - }, - { - "source": "npm:brace-expansion@5.0.6", - "target": "npm:balanced-match@4.0.4", - "type": "static" - }, - { - "source": "npm:brace-expansion@1.1.15", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:brace-expansion@1.1.15", - "target": "npm:concat-map", - "type": "static" - }, - { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:braces", - "target": "npm:fill-range", - "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: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: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: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: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:bs-logger", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:bser", - "target": "npm:node-int64", - "type": "static" - }, - { - "source": "npm:buffer@4.9.2", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer@4.9.2", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:buffer@4.9.2", - "target": "npm:isarray@1.0.0", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:buffer@6.0.3", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer@6.0.3", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:bundle-name", - "target": "npm:run-applescript", - "type": "static" - }, - { - "source": "npm:busboy", - "target": "npm:streamsearch", - "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-bind-apply-helpers", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:call-bind-apply-helpers", - "target": "npm:function-bind", - "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-bind", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:set-function-length", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:set-function-length", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:set-function-length", - "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:call-bound", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:call-bound", - "target": "npm:get-intrinsic", - "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:caniuse-api", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:caniuse-api", - "target": "npm:caniuse-lite", - "type": "static" - }, - { - "source": "npm:caniuse-api", - "target": "npm:lodash.memoize", - "type": "static" - }, - { - "source": "npm:caniuse-api", - "target": "npm:lodash.uniq", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:assertion-error", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:check-error", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:deep-eql", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:get-func-name", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:loupe", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:pathval", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:type-detect", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:check-error", - "target": "npm:get-func-name", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:anymatch", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:glob-parent", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-binary-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:readdirp", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:anymatch", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:glob-parent", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-binary-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:readdirp", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:anymatch", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:glob-parent", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-binary-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:readdirp", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:chokidar@4.0.3", - "target": "npm:readdirp@4.1.2", - "type": "static" - }, - { - "source": "npm:chokidar@5.0.0", - "target": "npm:readdirp@5.0.0", - "type": "static" - }, - { - "source": "npm:class-validator", - "target": "npm:@types/validator", - "type": "static" - }, - { - "source": "npm:class-validator", - "target": "npm:libphonenumber-js", - "type": "static" - }, - { - "source": "npm:class-validator", - "target": "npm:validator", - "type": "static" - }, - { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", - "type": "static" - }, - { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", - "type": "static" - }, - { - "source": "npm:cli-cursor@5.0.0", - "target": "npm:restore-cursor@5.1.0", - "type": "static" - }, - { - "source": "npm:cli-table3", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cli-table3", - "target": "npm:colors", - "type": "static" - }, - { - "source": "npm:cli-table3@0.6.5", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cli-table3@0.6.5", - "target": "npm:@colors/colors", - "type": "static" - }, - { - "source": "npm:cli-truncate", - "target": "npm:slice-ansi", - "type": "static" - }, - { - "source": "npm:cli-truncate", - "target": "npm:string-width@7.2.0", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - }, - { - "source": "npm:color-convert", - "target": "npm:color-name", - "type": "static" - }, - { - "source": "npm:color-convert", - "target": "npm:color-name", - "type": "static" - }, - { - "source": "npm:columnify", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:columnify", - "target": "npm:wcwidth", - "type": "static" - }, - { - "source": "npm:combined-stream", - "target": "npm:delayed-stream", - "type": "static" - }, - { - "source": "npm:combined-stream", - "target": "npm:delayed-stream", - "type": "static" - }, - { - "source": "npm:combined-stream", - "target": "npm:delayed-stream", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:array-timsort", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:core-util-is", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:esprima", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:has-own-prop", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:repeat-string", - "type": "static" - }, - { - "source": "npm:comment-json", - "target": "npm:array-timsort", - "type": "static" - }, - { - "source": "npm:comment-json", - "target": "npm:esprima", - "type": "static" - }, - { - "source": "npm:compressible", - "target": "npm:mime-db", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:compressible", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:negotiator@0.6.4", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:on-headers", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:typedarray", - "type": "static" - }, - { - "source": "npm:concat-with-sourcemaps", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:content-disposition", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:copy-anything", - "target": "npm:is-what", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:glob-parent@6.0.2", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:serialize-javascript", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:core-js-compat", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:core-js-compat", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:cors", - "target": "npm:object-assign", - "type": "static" - }, - { - "source": "npm:cors", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:@types/parse-json", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:path-type", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:yaml@1.10.3", - "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", - "target": "npm:path-type", - "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", - "target": "npm:path-type", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:env-paths", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:cron-parser", - "target": "npm:luxon", - "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: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: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: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-loader", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-extract-imports", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-local-by-default", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-scope", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-values", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:cssnano", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:serialize-javascript", - "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@2.3.1", - "target": "npm:mdn-data@2.0.30", - "type": "static" - }, - { - "source": "npm:css-tree@2.3.1", - "target": "npm:source-map-js", - "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:css-tree", - "target": "npm:mdn-data", - "type": "static" - }, - { - "source": "npm:css-tree", - "target": "npm:source-map-js", - "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:css-tree@2.2.1", - "target": "npm:mdn-data@2.0.28", - "type": "static" - }, - { - "source": "npm:css-tree@2.2.1", - "target": "npm:source-map-js", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:css-declaration-sorter", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-calc", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-colormin", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-convert-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-comments", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-duplicates", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-empty", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-overridden", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-merge-longhand", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-merge-rules", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-font-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-gradients", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-params", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-selectors", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-charset", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-display-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-positions", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-repeat-style", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-string", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-timing-functions", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-unicode", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-url", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-whitespace", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-ordered-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-reduce-initial", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-reduce-transforms", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-svgo", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-unique-selectors", - "type": "static" - }, - { - "source": "npm:cssnano", - "target": "npm:cssnano-preset-default", - "type": "static" - }, - { - "source": "npm:cssnano", - "target": "npm:lilconfig", - "type": "static" - }, - { - "source": "npm:csso", - "target": "npm:css-tree@2.2.1", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@cypress/request", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@cypress/xvfb", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@types/sinonjs__fake-timers", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@types/sizzle", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@types/tmp", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:arch", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:blob-util", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:bluebird", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:cachedir", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:cli-table3", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:commander@6.2.1", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:common-tags", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:dayjs", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:eventemitter2", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:execa", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:executable", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:fs-extra@9.1.0", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:hasha", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:is-installed-globally", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:ospath", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:pretty-bytes", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:process", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:proxy-from-env@1.0.0", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:request-progress", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:systeminformation", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:tmp@0.2.7", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:tslib@1.14.1", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:untildify", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:yauzl", - "type": "static" - }, - { - "source": "npm:dashdash", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:data-urls", - "target": "npm:whatwg-mimetype", - "type": "static" - }, - { - "source": "npm:data-urls", - "target": "npm:whatwg-url", - "type": "static" - }, - { - "source": "npm:data-view-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:data-view-buffer", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:data-view-buffer", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:data-view-byte-length", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:data-view-byte-length", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:data-view-byte-length", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:data-view-byte-offset", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:data-view-byte-offset", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:data-view-byte-offset", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:debug@2.6.9", - "target": "npm:ms@2.0.0", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug@3.2.7", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:debug@3.2.7", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:deep-eql", - "target": "npm:type-detect", - "type": "static" - }, - { - "source": "npm:default-browser", - "target": "npm:bundle-name", - "type": "static" - }, - { - "source": "npm:default-browser", - "target": "npm:default-browser-id", - "type": "static" - }, - { - "source": "npm:defaults", - "target": "npm:clone", - "type": "static" - }, - { - "source": "npm:defaults", - "target": "npm:clone", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:detect-port", - "target": "npm:address", - "type": "static" - }, - { - "source": "npm:dir-glob", - "target": "npm:path-type", - "type": "static" - }, - { - "source": "npm:dns-packet", - "target": "npm:@leichtgewicht/ip-codec", - "type": "static" - }, - { - "source": "npm:doctrine", - "target": "npm:esutils", - "type": "static" - }, - { - "source": "npm:doctrine@3.0.0", - "target": "npm:esutils", - "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:domhandler", - "target": "npm:domelementtype", - "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-case", - "target": "npm:no-case", - "type": "static" - }, - { - "source": "npm:dot-case", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:dotenv-expand", - "target": "npm:dotenv", - "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: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: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:ecc-jsbn", - "target": "npm:jsbn", - "type": "static" - }, - { - "source": "npm:ecc-jsbn", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:ecdsa-sig-formatter", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:encoding", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:end-of-stream", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:end-of-stream", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:end-of-stream", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:enquirer", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:enquirer", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:errno", - "target": "npm:prr", - "type": "static" - }, - { - "source": "npm:error-ex", - "target": "npm:is-arrayish", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:iterator.prototype", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-object-atoms@1.1.1", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-object-atoms", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-object-atoms", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-shim-unscopables", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-shim-unscopables", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-to-primitive", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-to-primitive", - "target": "npm:is-date-object", - "type": "static" - }, - { - "source": "npm:es-to-primitive", - "target": "npm:is-symbol", - "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-x64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/openbsd-x64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/sunos-x64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-arm64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-ia32", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-x64", - "type": "static" - }, - { - "source": "npm:eslint-import-resolver-node", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:eslint-import-resolver-node", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:eslint-import-resolver-node", - "target": "npm:resolve@2.0.0-next.7", - "type": "static" - }, - { - "source": "npm:eslint-module-utils", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:eslint-plugin-cypress", - "target": "npm:globals", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:@rtsao/scc", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array.prototype.findlastindex", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array.prototype.flat", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:doctrine", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:eslint-import-resolver-node", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:eslint-module-utils", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:object.fromentries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:object.groupby", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:object.values", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:tsconfig-paths@3.15.0", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:aria-query", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:ast-types-flow", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:axe-core", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:axobject-query", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:damerau-levenshtein", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:emoji-regex@9.2.2", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:jsx-ast-utils", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:language-tags", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:object.fromentries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:string.prototype.includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array.prototype.findlast", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array.prototype.tosorted", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:doctrine", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:es-iterator-helpers", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:estraverse", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:jsx-ast-utils", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:object.entries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:object.fromentries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:object.values", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:prop-types", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:resolve@2.0.0-next.7", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:string.prototype.matchall", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:string.prototype.repeat", - "type": "static" - }, - { - "source": "npm:eslint-scope", - "target": "npm:esrecurse", - "type": "static" - }, - { - "source": "npm:eslint-scope", - "target": "npm:estraverse@4.3.0", - "type": "static" - }, - { - "source": "npm:eslint-scope@7.2.2", - "target": "npm:esrecurse", - "type": "static" - }, - { - "source": "npm:eslint-scope@7.2.2", - "target": "npm:estraverse", - "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/eslintrc@2.1.4", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@eslint/js@8.57.1", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@humanwhocodes/config-array", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@humanwhocodes/module-importer", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@nodelib/fs.walk", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@ungap/structured-clone", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:doctrine@3.0.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:escape-string-regexp@4.0.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-scope@7.2.2", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-visitor-keys", - "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@5.0.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:glob-parent@6.0.2", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:globals", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:graphemer", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:imurmurhash", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:is-path-inside", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:json-stable-stringify-without-jsonify", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:levn", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:lodash.merge", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:natural-compare", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:optionator", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:text-table", - "type": "static" - }, - { - "source": "npm:espree@10.4.0", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:espree@10.4.0", - "target": "npm:acorn-jsx", - "type": "static" - }, - { - "source": "npm:espree@10.4.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "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", - "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", - "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", - "type": "static" - }, - { - "source": "npm:esquery", - "target": "npm:estraverse", - "type": "static" - }, - { - "source": "npm:esquery", - "target": "npm:estraverse", - "type": "static" - }, - { - "source": "npm:esrecurse", - "target": "npm:estraverse", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:get-stream", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:human-signals", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:is-stream", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:strip-final-newline", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:get-stream@6.0.1", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:human-signals@2.1.0", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:is-stream", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:strip-final-newline", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:get-stream@8.0.1", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:human-signals@5.0.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:is-stream@3.0.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:npm-run-path@5.3.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:onetime@6.0.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:signal-exit@4.1.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:strip-final-newline@3.0.0", - "type": "static" - }, - { - "source": "npm:executable", - "target": "npm:pify", - "type": "static" - }, - { - "source": "npm:expand-tilde", - "target": "npm:homedir-polyfill", - "type": "static" - }, - { - "source": "npm:expand-tilde", - "target": "npm:homedir-polyfill", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:@jest/expect-utils", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:@jest/expect-utils", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:accepts@2.0.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:body-parser@2.2.2", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:content-disposition@1.1.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:cookie", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:cookie-signature@1.2.2", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:finalhandler@2.1.1", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:fresh@2.0.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:merge-descriptors@2.0.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:router", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:send@1.2.1", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:serve-static@2.2.1", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:type-is@2.1.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:array-flatten", - "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@2.6.9", - "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:methods", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:path-to-regexp@0.1.13", - "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:safe-buffer", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:send", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:serve-static", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:utils-merge", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:array-flatten", - "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@2.6.9", - "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:methods", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:path-to-regexp@0.1.13", - "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:safe-buffer", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:send", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:serve-static", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:utils-merge", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:vary", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:chardet", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:tmp@0.0.33", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:chardet", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:tmp@0.0.33", - "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", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:micromatch", - "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", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:fast-xml-builder", - "target": "npm:path-expression-matcher", - "type": "static" - }, - { - "source": "npm:fast-xml-builder", - "target": "npm:xml-naming", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:@nodable/entities", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:fast-xml-builder", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:path-expression-matcher", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:strnum", - "type": "static" - }, - { - "source": "npm:fastq", - "target": "npm:reusify", - "type": "static" - }, - { - "source": "npm:faye-websocket", - "target": "npm:websocket-driver", - "type": "static" - }, - { - "source": "npm:fb-watchman", - "target": "npm:bser", - "type": "static" - }, - { - "source": "npm:figures", - "target": "npm:escape-string-regexp", - "type": "static" - }, - { - "source": "npm:figures", - "target": "npm:escape-string-regexp", - "type": "static" - }, - { - "source": "npm:figures", - "target": "npm:escape-string-regexp", - "type": "static" - }, - { - "source": "npm:file-entry-cache", - "target": "npm:flat-cache", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:@tokenizer/inflate", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:strtok3", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:token-types", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:uint8array-extras", - "type": "static" - }, - { - "source": "npm:fill-range", - "target": "npm:to-regex-range", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:finalhandler", - "target": "npm:debug@2.6.9", - "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:finalhandler", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:find-cache-dir@3.3.2", - "target": "npm:commondir", - "type": "static" - }, - { - "source": "npm:find-cache-dir@3.3.2", - "target": "npm:make-dir@3.1.0", - "type": "static" - }, - { - "source": "npm:find-cache-dir@3.3.2", - "target": "npm:pkg-dir", - "type": "static" - }, - { - "source": "npm:find-cache-dir", - "target": "npm:common-path-prefix", - "type": "static" - }, - { - "source": "npm:find-cache-dir", - "target": "npm:pkg-dir@7.0.0", - "type": "static" - }, - { - "source": "npm:find-file-up", - "target": "npm:resolve-dir", - "type": "static" - }, - { - "source": "npm:find-pkg", - "target": "npm:find-file-up", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:locate-path", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:path-exists", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:locate-path", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:path-exists", - "type": "static" - }, - { - "source": "npm:find-up@5.0.0", - "target": "npm:locate-path@6.0.0", - "type": "static" - }, - { - "source": "npm:find-up@5.0.0", - "target": "npm:path-exists", - "type": "static" - }, - { - "source": "npm:find-up@6.3.0", - "target": "npm:locate-path@7.2.0", - "type": "static" - }, - { - "source": "npm:find-up@6.3.0", - "target": "npm:path-exists@5.0.0", - "type": "static" - }, - { - "source": "npm:flat-cache", - "target": "npm:flatted", - "type": "static" - }, - { - "source": "npm:flat-cache", - "target": "npm:keyv", - "type": "static" - }, - { - "source": "npm:flat-cache", - "target": "npm:rimraf", - "type": "static" - }, - { - "source": "npm:for-each", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:for-each", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:foreground-child", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:foreground-child", - "target": "npm:signal-exit@4.1.0", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:fs-extra", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:memfs", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:node-abort-controller", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:schema-utils@3.3.0", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:chokidar@4.0.3", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:fs-extra", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:memfs", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:node-abort-controller", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:schema-utils@3.3.0", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:fs-extra", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:fs-extra", - "target": "npm:jsonfile", - "type": "static" - }, - { - "source": "npm:fs-extra", - "target": "npm:universalify", - "type": "static" - }, - { - "source": "npm:fs-extra@11.3.5", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:fs-extra@11.3.5", - "target": "npm:jsonfile", - "type": "static" - }, - { - "source": "npm:fs-extra@11.3.5", - "target": "npm:universalify", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:at-least-node", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:jsonfile", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:universalify", - "type": "static" - }, - { - "source": "npm:fs-minipass", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:functions-have-names", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:functions-have-names", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:generic-names", - "target": "npm:loader-utils@3.3.1", - "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-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-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-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-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-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:get-proto", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:get-proto", - "target": "npm:es-object-atoms", - "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:get-stream", - "target": "npm:pump", - "type": "static" - }, - { - "source": "npm:get-symbol-description", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:get-symbol-description", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:get-symbol-description", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:getpass", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:glob-parent", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:glob-parent", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:glob-parent@6.0.2", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:glob-parent@6.0.2", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:foreground-child", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:jackspeak", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:minimatch@9.0.9", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:minipass@7.1.3", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:package-json-from-dist", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:path-scurry", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:foreground-child", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:jackspeak", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minimatch@9.0.9", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minipass@7.1.3", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:package-json-from-dist", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:path-scurry", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:fs.realpath", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:inflight", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:path-is-absolute", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:fs.realpath", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:inflight", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:path-is-absolute", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:fs.realpath", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:inflight", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:minimatch@5.1.9", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:global-dirs", - "target": "npm:ini", - "type": "static" - }, - { - "source": "npm:global-modules", - "target": "npm:global-prefix", - "type": "static" - }, - { - "source": "npm:global-modules", - "target": "npm:is-windows", - "type": "static" - }, - { - "source": "npm:global-modules", - "target": "npm:resolve-dir", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:expand-tilde", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:homedir-polyfill", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:ini@1.3.8", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:is-windows", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:which@1.3.1", - "type": "static" - }, - { - "source": "npm:global", - "target": "npm:min-document", - "type": "static" - }, - { - "source": "npm:global", - "target": "npm:process", - "type": "static" - }, - { - "source": "npm:globals", - "target": "npm:type-fest", - "type": "static" - }, - { - "source": "npm:globals", - "target": "npm:type-fest", - "type": "static" - }, - { - "source": "npm:globalthis", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:globalthis", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:array-union", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:dir-glob", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:wordwrap", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:uglify-js", - "type": "static" - }, - { - "source": "npm:has-property-descriptors", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:has-property-descriptors", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:has-proto", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:has-tostringtag", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:has-tostringtag", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:hasha", - "target": "npm:is-stream", - "type": "static" - }, - { - "source": "npm:hasha", - "target": "npm:type-fest@0.8.1", - "type": "static" - }, - { - "source": "npm:hasown@2.0.2", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:hasown", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:hasown", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:homedir-polyfill", - "target": "npm:parse-passwd", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:obuf", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:readable-stream@2.3.8", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:wbuf", - "type": "static" - }, - { - "source": "npm:html-encoding-sniffer@3.0.0", - "target": "npm:whatwg-encoding", - "type": "static" - }, - { - "source": "npm:html-encoding-sniffer", - "target": "npm:@exodus/bytes", - "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-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-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-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-errors@1.8.1", - "target": "npm:depd@1.1.2", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:statuses@1.5.0", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:toidentifier", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:@types/http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:is-plain-obj", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:@types/http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:is-plain-object", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:http-proxy", - "target": "npm:eventemitter3", - "type": "static" - }, - { - "source": "npm:http-proxy", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:http-proxy", - "target": "npm:requires-port", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:basic-auth", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:corser", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:he", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:html-encoding-sniffer@3.0.0", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:http-proxy", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:mime", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:opener", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:portfinder", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:secure-compare", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:union", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:url-join", - "type": "static" - }, - { - "source": "npm:http-signature", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:http-signature", - "target": "npm:jsprim", - "type": "static" - }, - { - "source": "npm:http-signature", - "target": "npm:sshpk", - "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:iconv-lite", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:iconv-lite", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.4.24", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.4.24", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.7.2", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:iconv-lite@0.7.2", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:identity-obj-proxy", - "target": "npm:harmony-reflect", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:parent-module", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:resolve-from@4.0.0", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:parent-module", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:resolve-from@4.0.0", - "type": "static" - }, - { - "source": "npm:import-local", - "target": "npm:pkg-dir", - "type": "static" - }, - { - "source": "npm:import-local", - "target": "npm:resolve-cwd", - "type": "static" - }, - { - "source": "npm:inflight", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:inflight", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:cli-width", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:external-editor", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:mute-stream", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:run-async", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:through", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:wrap-ansi", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:@ljharb/through", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:chalk@5.6.2", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:cli-width@4.1.0", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:external-editor", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:mute-stream@1.0.0", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:run-async@3.0.0", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:wrap-ansi", - "type": "static" - }, - { - "source": "npm:internal-slot", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:internal-slot", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:internal-slot", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:async-function", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:is-bigint", - "target": "npm:has-bigints", - "type": "static" - }, - { - "source": "npm:is-binary-path", - "target": "npm:binary-extensions", - "type": "static" - }, - { - "source": "npm:is-boolean-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-boolean-object", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-core-module", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:is-core-module", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:is-core-module", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:is-date-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-date-object", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-date-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-date-object", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-finalizationregistry", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-fullwidth-code-point@5.1.0", - "target": "npm:get-east-asian-width", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:generator-function", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - }, - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - }, - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - }, - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - }, - { - "source": "npm:is-inside-container", - "target": "npm:is-docker@3.0.0", - "type": "static" - }, - { - "source": "npm:is-installed-globally", - "target": "npm:global-dirs", - "type": "static" - }, - { - "source": "npm:is-installed-globally", - "target": "npm:is-path-inside", - "type": "static" - }, - { - "source": "npm:is-number-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-number-object", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-reference", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:is-shared-array-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-string", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-string", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:is-typed-array", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:is-typed-array", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:is-typed-array", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:is-weakref", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-weakref", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-weakset", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-weakset", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:is-wsl", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:is-wsl", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:is-wsl@3.1.1", - "target": "npm:is-inside-container", - "type": "static" - }, - { - "source": "npm:isomorphic-unfetch", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:isomorphic-unfetch", - "target": "npm:unfetch", - "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-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@7.2.0", - "type": "static" - }, - { - "source": "npm:istanbul-lib-source-maps", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:istanbul-lib-source-maps", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:istanbul-lib-source-maps", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:istanbul-reports", - "target": "npm:html-escaper", - "type": "static" - }, - { - "source": "npm:istanbul-reports", - "target": "npm:istanbul-lib-report", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:set-function-name", - "type": "static" - }, - { - "source": "npm:jackspeak", - "target": "npm:@isaacs/cliui", - "type": "static" - }, - { - "source": "npm:jackspeak", - "target": "npm:@pkgjs/parseargs", - "type": "static" - }, - { - "source": "npm:jest-changed-files", - "target": "npm:execa@5.1.1", - "type": "static" - }, - { - "source": "npm:jest-changed-files", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-changed-files", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/expect", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:co", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:dedent", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:is-generator-fn", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-each", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-runtime", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:pure-rand", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:stack-utils", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:@jest/core", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:import-local", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:jest-config", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/test-sequencer", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:babel-jest", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-circus", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-docblock", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-environment-node", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-runner", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/test-sequencer", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:babel-jest", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-circus", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-docblock", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-environment-node", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-runner", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:@jest/diff-sequences@30.4.0", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-docblock", - "target": "npm:detect-newline", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@jest/fake-timers", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:anymatch", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:fb-watchman", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:walker", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:jest-leak-detector", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-leak-detector", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:jest-diff", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:@types/stack-utils", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:stack-utils", - "type": "static" - }, - { - "source": "npm:jest-mock", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-mock", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-mock", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-resolve-dependencies", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-resolve-dependencies", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-pnp-resolver", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:unrs-resolver", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-pnp-resolver", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:unrs-resolver", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:emittery", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-docblock", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-environment-node", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-leak-detector", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-runtime", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-watcher", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:source-map-support@0.5.13", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/fake-timers", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/globals", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/source-map", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:cjs-module-lexer", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:strip-bom@4.0.0", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/generator", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/plugin-syntax-typescript", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/expect-utils", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/snapshot-utils", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:babel-preset-current-node-syntax", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:expect", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-diff", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:synckit", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:camelcase", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:leven", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:emittery", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:string-length", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:@ungap/structured-clone", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:@ungap/structured-clone", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:jest-worker@27.5.1", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-worker@27.5.1", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:jest-worker@27.5.1", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:@jest/core", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:import-local", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:jest-cli", - "type": "static" - }, - { - "source": "npm:js-yaml@4.1.0", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:js-yaml@3.14.2", - "target": "npm:argparse@1.0.10", - "type": "static" - }, - { - "source": "npm:js-yaml@3.14.2", - "target": "npm:esprima", - "type": "static" - }, - { - "source": "npm:js-yaml", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:js-yaml", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@asamuzakjp/css-color", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@asamuzakjp/dom-selector", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@bramus/specificity", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@csstools/css-syntax-patches-for-csstree", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:css-tree", - "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:is-potential-custom-element-name", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:lru-cache", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:parse5@8.0.1", - "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:undici", - "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:xml-name-validator", - "type": "static" - }, - { - "source": "npm:json5@1.0.2", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:eslint-visitor-keys", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:espree", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:jsonfile", - "target": "npm:universalify", - "type": "static" - }, - { - "source": "npm:jsonfile", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:jws", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.includes", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isboolean", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isinteger", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isnumber", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isplainobject", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isstring", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.once", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:extsprintf", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:json-schema", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:verror", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:array.prototype.flat", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:object.values", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:array.prototype.flat", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:object.values", - "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:jwks-rsa", - "target": "npm:@types/jsonwebtoken", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:jose", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:limiter", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:lru-memoizer", - "type": "static" - }, - { - "source": "npm:jws", - "target": "npm:jwa", - "type": "static" - }, - { - "source": "npm:jws", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:keyv", - "target": "npm:json-buffer", - "type": "static" - }, - { - "source": "npm:language-tags", - "target": "npm:language-subtag-registry", - "type": "static" - }, - { - "source": "npm:launch-editor", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:launch-editor", - "target": "npm:shell-quote", - "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", - "type": "static" - }, - { - "source": "npm:levn", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:levn", - "target": "npm:type-check", - "type": "static" - }, - { - "source": "npm:license-webpack-plugin", - "target": "npm:webpack-sources", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:chalk@5.6.2", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:commander@13.1.0", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:execa@8.0.1", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:lilconfig", - "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: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@5.0.4", - "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:listr2", - "target": "npm:cli-truncate", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:eventemitter3@5.0.4", - "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:listr2", - "target": "npm:cli-truncate", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:listr2", - "target": "npm:eventemitter3@5.0.4", - "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:loader-utils", - "target": "npm:big.js", - "type": "static" - }, - { - "source": "npm:loader-utils", - "target": "npm:emojis-list", - "type": "static" - }, - { - "source": "npm:loader-utils", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:locate-path", - "target": "npm:p-locate", - "type": "static" - }, - { - "source": "npm:locate-path@6.0.0", - "target": "npm:p-locate@5.0.0", - "type": "static" - }, - { - "source": "npm:locate-path@7.2.0", - "target": "npm:p-locate@6.0.0", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:ansi-escapes@7.3.0", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:cli-cursor@5.0.0", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:slice-ansi@7.1.2", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - }, - { - "source": "npm:loose-envify", - "target": "npm:js-tokens", - "type": "static" - }, - { - "source": "npm:loose-envify", - "target": "npm:js-tokens", - "type": "static" - }, - { - "source": "npm:loupe", - "target": "npm:get-func-name", - "type": "static" - }, - { - "source": "npm:lower-case", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:lru-cache@5.1.1", - "target": "npm:yallist@3.1.1", - "type": "static" - }, - { - "source": "npm:lru-memoizer", - "target": "npm:lodash.clonedeep", - "type": "static" - }, - { - "source": "npm:lru-memoizer", - "target": "npm:lru-cache", - "type": "static" - }, - { - "source": "npm:magic-string@0.30.17", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:magic-string@0.30.8", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:magic-string", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:magic-string", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, - { - "source": "npm:make-dir", - "target": "npm:pify@4.0.1", - "type": "static" - }, - { - "source": "npm:make-dir", - "target": "npm:semver@5.7.2", - "type": "static" - }, - { - "source": "npm:make-dir@3.1.0", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:make-dir@4.0.0", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:makeerror", - "target": "npm:tmpl", - "type": "static" - }, - { - "source": "npm:memfs", - "target": "npm:fs-monkey", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-core", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-fsa", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node-to-fsa", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-print", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-snapshot", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/json-pack", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/util", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:glob-to-regex.js", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:tree-dump", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:mime-types@3.0.2", - "target": "npm:mime-db", - "type": "static" - }, - { - "source": "npm:mime-types@3.0.2", - "target": "npm:mime-db", - "type": "static" - }, - { - "source": "npm:mime-types@3.0.2", - "target": "npm:mime-db", - "type": "static" - }, - { - "source": "npm:min-document", - "target": "npm:dom-walk", - "type": "static" - }, - { - "source": "npm:mini-css-extract-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:minimatch@10.2.5", - "target": "npm:brace-expansion@5.0.6", - "type": "static" - }, - { - "source": "npm:minimatch@10.2.5", - "target": "npm:brace-expansion@5.0.6", - "type": "static" - }, - { - "source": "npm:minimatch@10.2.5", - "target": "npm:brace-expansion@5.0.6", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.3", - "target": "npm:brace-expansion", - "type": "static" - }, - { - "source": "npm:minimatch", - "target": "npm:brace-expansion@1.1.15", - "type": "static" - }, - { - "source": "npm:minimatch", - "target": "npm:brace-expansion@1.1.15", - "type": "static" - }, - { - "source": "npm:minimatch", - "target": "npm:brace-expansion@1.1.15", - "type": "static" - }, - { - "source": "npm:minimatch", - "target": "npm:brace-expansion@1.1.15", - "type": "static" - }, - { - "source": "npm:minimatch", - "target": "npm:brace-expansion@1.1.15", - "type": "static" - }, - { - "source": "npm:minimatch@5.1.9", - "target": "npm:brace-expansion", - "type": "static" - }, - { - "source": "npm:minimatch@9.0.9", - "target": "npm:brace-expansion", - "type": "static" - }, - { - "source": "npm:minipass", - "target": "npm:yallist", - "type": "static" - }, - { - "source": "npm:minizlib", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:minizlib", - "target": "npm:yallist", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pathe@2.0.3", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pkg-types", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:ufo", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pathe@2.0.3", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pkg-types", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:ufo", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:append-field", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:busboy", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:concat-stream", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:multicast-dns", - "target": "npm:dns-packet", - "type": "static" - }, - { - "source": "npm:multicast-dns", - "target": "npm:thunky", - "type": "static" - }, - { - "source": "npm:needle", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:needle", - "target": "npm:sax", - "type": "static" - }, - { - "source": "npm:no-case", - "target": "npm:lower-case", - "type": "static" - }, - { - "source": "npm:no-case", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:node-emoji", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:object.entries", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:whatwg-url@5.0.0", - "type": "static" - }, - { - "source": "npm:node-fetch", - "target": "npm:whatwg-url@5.0.0", - "type": "static" - }, - { - "source": "npm:node-schedule", - "target": "npm:cron-parser", - "type": "static" - }, - { - "source": "npm:node-schedule", - "target": "npm:long-timeout", - "type": "static" - }, - { - "source": "npm:node-schedule", - "target": "npm:sorted-array-functions", - "type": "static" - }, - { - "source": "npm:npm-run-path", - "target": "npm:path-key", - "type": "static" - }, - { - "source": "npm:npm-run-path", - "target": "npm:path-key", - "type": "static" - }, - { - "source": "npm:npm-run-path", - "target": "npm:path-key", - "type": "static" - }, - { - "source": "npm:npm-run-path@5.3.0", - "target": "npm:path-key@4.0.0", - "type": "static" - }, - { - "source": "npm:nth-check", - "target": "npm:boolbase", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:@nrwl/nx-cloud", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:axios@1.1.3", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:dotenv@10.0.0", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:fs-extra@11.3.5", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:node-machine-id", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:open", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:tar", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:yargs-parser@22.0.0", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:@nrwl/nx-cloud", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:axios@1.1.3", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:dotenv@10.0.0", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:fs-extra@11.3.5", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:node-machine-id", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:open", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:tar", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:yargs-parser@22.0.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@emnapi/core@1.4.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@emnapi/runtime@1.4.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@emnapi/wasi-threads", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@jest/diff-sequences", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@napi-rs/wasm-runtime", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@tybys/wasm-util@0.9.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@yarnpkg/lockfile", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:axios@1.16.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:balanced-match@4.0.3", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:bl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:brace-expansion@5.0.6", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:cli-spinners@2.6.1", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:cliui", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:clone", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:color-name", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:defaults", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:define-lazy-prop", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:delayed-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:dotenv@16.4.7", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:dotenv-expand", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ejs", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:end-of-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-object-atoms@1.1.1", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:escape-string-regexp", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:flat", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:fs-constants", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:hasown@2.0.2", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ignore@7.0.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-interactive", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-wsl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:jsonc-parser@3.2.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:lines-and-columns", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:mimic-fn", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:open", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ora@5.3.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:path-key", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:proxy-from-env", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:require-directory", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:resolve.exports", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:restore-cursor", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:semver@7.7.4", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:smol-toml", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tar-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tmp", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:wcwidth", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:yaml", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-arm64", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-x64", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-freebsd-x64", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-x64-msvc", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:object.groupby", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.groupby", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.groupby", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:on-finished", - "target": "npm:ee-first", - "type": "static" - }, - { - "source": "npm:on-finished", - "target": "npm:ee-first", - "type": "static" - }, - { - "source": "npm:once", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:once", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:once", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:once", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:onetime", - "target": "npm:mimic-fn", - "type": "static" - }, - { - "source": "npm:onetime", - "target": "npm:mimic-fn", - "type": "static" - }, - { - "source": "npm:onetime", - "target": "npm:mimic-fn", - "type": "static" - }, - { - "source": "npm:onetime@6.0.0", - "target": "npm:mimic-fn@4.0.0", - "type": "static" - }, - { - "source": "npm:onetime@7.0.0", - "target": "npm:mimic-function", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:define-lazy-prop", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:is-wsl", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:define-lazy-prop", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:is-wsl", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:default-browser", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:define-lazy-prop@3.0.0", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:is-inside-container", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:wsl-utils", - "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@5.3.0", - "target": "npm:bl", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:cli-spinners", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:is-interactive", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:wcwidth", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:bl", - "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:strip-ansi", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:wcwidth", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:bl", - "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:strip-ansi", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:wcwidth", - "type": "static" - }, - { - "source": "npm:own-keys", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:own-keys", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:own-keys", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:p-limit@2.3.0", - "target": "npm:p-try", - "type": "static" - }, - { - "source": "npm:p-limit", - "target": "npm:yocto-queue", - "type": "static" - }, - { - "source": "npm:p-limit", - "target": "npm:yocto-queue", - "type": "static" - }, - { - "source": "npm:p-limit@4.0.0", - "target": "npm:yocto-queue@1.2.2", - "type": "static" - }, - { - "source": "npm:p-locate", - "target": "npm:p-limit@2.3.0", - "type": "static" - }, - { - "source": "npm:p-locate@5.0.0", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:p-locate@6.0.0", - "target": "npm:p-limit@4.0.0", - "type": "static" - }, - { - "source": "npm:p-retry", - "target": "npm:@types/retry", - "type": "static" - }, - { - "source": "npm:p-retry", - "target": "npm:is-network-error", - "type": "static" - }, - { - "source": "npm:p-retry", - "target": "npm:retry", - "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", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:lines-and-columns@1.2.4", - "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", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:lines-and-columns@1.2.4", - "type": "static" - }, - { - "source": "npm:parse5@8.0.1", - "target": "npm:entities@8.0.0", - "type": "static" - }, - { - "source": "npm:passport-jwt", - "target": "npm:jsonwebtoken", - "type": "static" - }, - { - "source": "npm:passport-jwt", - "target": "npm:passport-strategy", - "type": "static" - }, - { - "source": "npm:passport", - "target": "npm:passport-strategy", - "type": "static" - }, - { - "source": "npm:passport", - "target": "npm:pause", - "type": "static" - }, - { - "source": "npm:passport", - "target": "npm:utils-merge", - "type": "static" - }, - { - "source": "npm:path-scurry", - "target": "npm:lru-cache@10.4.3", - "type": "static" - }, - { - "source": "npm:path-scurry", - "target": "npm:minipass@7.1.3", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:pg-int8", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-array", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-bytea", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-date", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-interval", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:pg-int8", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-array", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-bytea", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-date", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-interval", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-connection-string", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-pool", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-protocol", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-types", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pgpass", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-cloudflare", - "type": "static" - }, - { - "source": "npm:pgpass", - "target": "npm:split2", - "type": "static" - }, - { - "source": "npm:pkg-dir", - "target": "npm:find-up", - "type": "static" - }, - { - "source": "npm:pkg-dir", - "target": "npm:find-up", - "type": "static" - }, - { - "source": "npm:pkg-dir@7.0.0", - "target": "npm:find-up@6.3.0", - "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@2.0.3", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:@noble/hashes", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:bytestreamjs", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:pvtsutils", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:pvutils", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:portfinder", - "target": "npm:async", - "type": "static" - }, - { - "source": "npm:portfinder", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:postcss-calc", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-calc", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:@colordx/core", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-convert-values", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-convert-values", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-discard-comments", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-import", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-import", - "target": "npm:read-cache", - "type": "static" - }, - { - "source": "npm:postcss-import", - "target": "npm:resolve", - "type": "static" - }, - { - "source": "npm:postcss-loader", - "target": "npm:cosmiconfig@9.0.1", - "type": "static" - }, - { - "source": "npm:postcss-loader", - "target": "npm:jiti", - "type": "static" - }, - { - "source": "npm:postcss-loader", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:postcss-merge-longhand", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-merge-longhand", - "target": "npm:stylehacks", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-minify-font-values", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-minify-gradients", - "target": "npm:@colordx/core", - "type": "static" - }, - { - "source": "npm:postcss-minify-gradients", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-minify-gradients", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-minify-params", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-minify-params", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-minify-params", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:cssesc", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-modules-local-by-default", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:postcss-modules-local-by-default", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-modules-local-by-default", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-modules-scope", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-modules-values", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:generic-names", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:lodash.camelcase", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-extract-imports", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-local-by-default", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-scope", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-values", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:string-hash", - "type": "static" - }, - { - "source": "npm:postcss-normalize-display-values", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-positions", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-repeat-style", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-string", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-timing-functions", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-unicode", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-normalize-unicode", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-url", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-normalize-whitespace", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-ordered-values", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-ordered-values", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-reduce-initial", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-reduce-initial", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-reduce-transforms", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-selector-parser", - "target": "npm:cssesc", - "type": "static" - }, - { - "source": "npm:postcss-selector-parser", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:postcss-selector-parser", - "target": "npm:cssesc", - "type": "static" - }, - { - "source": "npm:postcss-selector-parser", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:postcss-svgo", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-svgo", - "target": "npm:svgo@4.0.1", - "type": "static" - }, - { - "source": "npm:postcss-unique-selectors", - "target": "npm:postcss-selector-parser", - "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: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: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: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:postgres-interval", - "target": "npm:xtend", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:@jest/schemas", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:react-is-18", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:react-is-19", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:@jest/schemas", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:react-is-18", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:react-is-19", - "type": "static" - }, - { - "source": "npm:pretty-format@27.5.1", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:pretty-format@27.5.1", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format@27.5.1", - "target": "npm:react-is@17.0.2", - "type": "static" - }, - { - "source": "npm:pretty-format@29.7.0", - "target": "npm:@jest/schemas@29.6.3", - "type": "static" - }, - { - "source": "npm:pretty-format@29.7.0", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is@18.3.1", - "type": "static" - }, - { - "source": "npm:prop-types", - "target": "npm:loose-envify", - "type": "static" - }, - { - "source": "npm:prop-types", - "target": "npm:object-assign", - "type": "static" - }, - { - "source": "npm:prop-types", - "target": "npm:react-is", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:forwarded", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:ipaddr.js", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:forwarded", - "type": "static" - }, - { - "source": "npm:proxy-addr", - "target": "npm:ipaddr.js", - "type": "static" - }, - { - "source": "npm:pump", - "target": "npm:end-of-stream", - "type": "static" - }, - { - "source": "npm:pump", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:pvtsutils", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:iconv-lite@0.7.2", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:unpipe", - "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@0.4.24", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:unpipe", - "type": "static" - }, - { - "source": "npm:react-dom", - "target": "npm:loose-envify", - "type": "static" - }, - { - "source": "npm:react-dom", - "target": "npm:scheduler", - "type": "static" - }, - { - "source": "npm:react-router-dom", - "target": "npm:react-router", - "type": "static" - }, - { - "source": "npm:react-router", - "target": "npm:cookie@1.1.1", - "type": "static" - }, - { - "source": "npm:react-router", - "target": "npm:set-cookie-parser", - "type": "static" - }, - { - "source": "npm:react", - "target": "npm:loose-envify", - "type": "static" - }, - { - "source": "npm:read-cache", - "target": "npm:pify", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:core-util-is", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray@1.0.0", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:process-nextick-args", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer@5.1.2", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:string_decoder@1.1.1", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:readdirp", - "target": "npm:picomatch@2.3.2", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:which-builtin-type", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:which-builtin-type", - "type": "static" - }, - { - "source": "npm:regenerate-unicode-properties", - "target": "npm:regenerate", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:set-function-name", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:set-function-name", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regenerate", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regenerate-unicode-properties", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regjsgen", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regjsparser", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:unicode-match-property-ecmascript", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:unicode-match-property-value-ecmascript", - "type": "static" - }, - { - "source": "npm:regjsparser", - "target": "npm:jsesc", - "type": "static" - }, - { - "source": "npm:request-progress", - "target": "npm:throttleit", - "type": "static" - }, - { - "source": "npm:resolve-cwd", - "target": "npm:resolve-from", - "type": "static" - }, - { - "source": "npm:resolve-dir", - "target": "npm:expand-tilde", - "type": "static" - }, - { - "source": "npm:resolve-dir", - "target": "npm:global-modules", - "type": "static" - }, - { - "source": "npm:resolve-dir", - "target": "npm:expand-tilde", - "type": "static" - }, - { - "source": "npm:resolve-dir", - "target": "npm:global-modules", - "type": "static" - }, - { - "source": "npm:resolve@1.22.8", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve@1.22.8", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve@1.22.8", - "target": "npm:supports-preserve-symlinks-flag", - "type": "static" - }, - { - "source": "npm:resolve", - "target": "npm:es-errors", - "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:resolve", - "target": "npm:es-errors", - "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:resolve", - "target": "npm:es-errors", - "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:resolve", - "target": "npm:es-errors", - "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:resolve@2.0.0-next.7", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:node-exports-info", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:supports-preserve-symlinks-flag", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:node-exports-info", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "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:restore-cursor", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:restore-cursor", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:restore-cursor@5.1.0", - "target": "npm:onetime@7.0.0", - "type": "static" - }, - { - "source": "npm:restore-cursor@5.1.0", - "target": "npm:signal-exit@4.1.0", - "type": "static" - }, - { - "source": "npm:rimraf", - "target": "npm:glob@7.2.3", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:@rollup/pluginutils@4.2.1", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:find-cache-dir@3.3.2", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:fs-extra", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:rollup@3.30.0", - "target": "npm:fsevents", - "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-loong64-musl", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-ppc64-gnu", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-ppc64-musl", - "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-openbsd-x64", - "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: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@8.4.2", - "type": "static" - }, - { - "source": "npm:run-parallel", - "target": "npm:queue-microtask", - "type": "static" - }, - { - "source": "npm:rxjs@7.8.1", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:isarray", - "type": "static" - }, - { - "source": "npm:safe-push-apply", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:safe-push-apply", - "target": "npm:isarray", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:sass-embedded-all-unknown", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:sass-embedded-unknown-all", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:@bufbuild/protobuf", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:colorjs.io", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:immutable", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sync-child-process", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:varint", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-all-unknown", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-arm", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-riscv64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-darwin-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-darwin-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-arm", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-arm", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-riscv64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-riscv64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-unknown-all", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-win32-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-win32-x64", - "type": "static" - }, - { - "source": "npm:sass-loader", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:sass", - "target": "npm:chokidar@5.0.0", - "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:sass", - "target": "npm:chokidar@5.0.0", - "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:saxes", - "target": "npm:xmlchars", - "type": "static" - }, - { - "source": "npm:scheduler", - "target": "npm:loose-envify", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:ajv-keywords", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:ajv-keywords@3.5.2", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:ajv-keywords@3.5.2", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-keywords", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-keywords", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-keywords", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-keywords", - "type": "static" - }, - { - "source": "npm:selfsigned", - "target": "npm:@peculiar/x509", - "type": "static" - }, - { - "source": "npm:selfsigned", - "target": "npm:pkijs", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:fresh@2.0.0", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:fresh@2.0.0", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:destroy", - "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", - "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:send", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:destroy", - "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", - "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-index", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:batch", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:http-errors@1.8.1", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:send@1.2.1", - "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:set-function-length", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:functions-have-names", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:set-proto", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:set-proto", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:set-proto", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:sha.js", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:sha.js", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:sha.js", - "target": "npm:to-buffer", - "type": "static" - }, - { - "source": "npm:shebang-command", - "target": "npm:shebang-regex", - "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: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: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@6.2.3", - "type": "static" - }, - { - "source": "npm:slice-ansi", - "target": "npm:is-fullwidth-code-point@4.0.0", - "type": "static" - }, - { - "source": "npm:slice-ansi@7.1.2", - "target": "npm:ansi-styles@6.2.3", - "type": "static" - }, - { - "source": "npm:slice-ansi@7.1.2", - "target": "npm:is-fullwidth-code-point@5.1.0", - "type": "static" - }, - { - "source": "npm:snake-case", - "target": "npm:dot-case", - "type": "static" - }, - { - "source": "npm:snake-case", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:sockjs", - "target": "npm:faye-websocket", - "type": "static" - }, - { - "source": "npm:sockjs", - "target": "npm:uuid@8.3.2", - "type": "static" - }, - { - "source": "npm:sockjs", - "target": "npm:websocket-driver", - "type": "static" - }, - { - "source": "npm:source-map-loader", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:source-map-loader", - "target": "npm:source-map-js", - "type": "static" - }, - { - "source": "npm:source-map-support@0.5.13", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support@0.5.13", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:source-map-support", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:source-map-support@0.5.21", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support@0.5.21", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:detect-node", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:hpack.js", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:obuf", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:wbuf", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:handle-thing", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:http-deceiver", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:select-hose", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:spdy-transport", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:asn1", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:bcrypt-pbkdf", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:dashdash", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:ecc-jsbn", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:getpass", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:jsbn", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:tweetnacl", - "type": "static" - }, - { - "source": "npm:stack-utils", - "target": "npm:escape-string-regexp@2.0.0", - "type": "static" - }, - { - "source": "npm:stop-iteration-iterator", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:stop-iteration-iterator", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:string-length", - "target": "npm:char-regex", - "type": "static" - }, - { - "source": "npm:string-length", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:eastasianwidth", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:emoji-regex@9.2.2", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:eastasianwidth", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:emoji-regex@9.2.2", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex@10.6.0", - "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@7.2.0", - "type": "static" - }, - { - "source": "npm:string.prototype.includes", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.includes", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.includes", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:set-function-name", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:side-channel", - "type": "static" - }, - { - "source": "npm:string.prototype.repeat", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.repeat", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:string.prototype.trimstart", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.trimstart", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.trimstart", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:string_decoder", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:string_decoder", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:string_decoder@1.1.1", - "target": "npm:safe-buffer@5.1.2", - "type": "static" - }, - { - "source": "npm:strip-ansi-cjs", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:strip-ansi@7.2.0", - "target": "npm:ansi-regex@6.2.2", - "type": "static" - }, - { - "source": "npm:strip-ansi@7.2.0", - "target": "npm:ansi-regex@6.2.2", - "type": "static" - }, - { - "source": "npm:strip-literal", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:strtok3", - "target": "npm:@tokenizer/token", - "type": "static" - }, - { - "source": "npm:stylehacks", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:stylehacks", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:supports-color@7.2.0", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:supports-color@7.2.0", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:supports-color", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:supports-color", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:commander@7.2.0", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:css-select", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:css-tree@2.3.1", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:csso", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:sax", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:css-select", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:csso", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:sax", - "type": "static" - }, - { - "source": "npm:sync-child-process", - "target": "npm:sync-message-port", - "type": "static" - }, - { - "source": "npm:synckit", - "target": "npm:@pkgr/core", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:bl", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:end-of-stream", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:fs-constants", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:chownr", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:fs-minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:mkdirp", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:yallist", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:jest-worker@27.5.1", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:terser", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:jest-worker@27.5.1", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:terser", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:jest-worker@27.5.1", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:terser", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:@jridgewell/source-map", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:commander@2.20.3", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:source-map-support@0.5.21", - "type": "static" - }, - { - "source": "npm:test-exclude", - "target": "npm:@istanbuljs/schema", - "type": "static" - }, - { - "source": "npm:test-exclude", - "target": "npm:glob@7.2.3", - "type": "static" - }, - { - "source": "npm:test-exclude", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:fdir", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:fdir", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:tldts@6.1.86", - "target": "npm:tldts-core@6.1.86", - "type": "static" - }, - { - "source": "npm:tldts", - "target": "npm:tldts-core", - "type": "static" - }, - { - "source": "npm:tmp@0.0.33", - "target": "npm:os-tmpdir", - "type": "static" - }, - { - "source": "npm:to-buffer", - "target": "npm:isarray", - "type": "static" - }, - { - "source": "npm:to-buffer", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:to-buffer", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:to-regex-range", - "target": "npm:is-number", - "type": "static" - }, - { - "source": "npm:token-types", - "target": "npm:@borewit/text-codec", - "type": "static" - }, - { - "source": "npm:token-types", - "target": "npm:@tokenizer/token", - "type": "static" - }, - { - "source": "npm:token-types", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:tough-cookie@5.1.2", - "target": "npm:tldts@6.1.86", - "type": "static" - }, - { - "source": "npm:tough-cookie", - "target": "npm:tldts", - "type": "static" - }, - { - "source": "npm:tr46", - "target": "npm:punycode", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:bs-logger", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:handlebars", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:lodash.memoize", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:make-error", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:type-fest@4.41.0", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:source-map@0.7.6", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@cspotcode/source-map-support", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node10", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node12", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node14", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node16", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:acorn-walk", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:arg", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:create-require", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:diff", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:make-error", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:v8-compile-cache-lib", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:yn", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:@types/json5", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:json5@1.0.2", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:tsyringe", - "target": "npm:tslib@1.14.1", - "type": "static" - }, - { - "source": "npm:tunnel-agent", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:type-check", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:type-check", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:media-typer", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:media-typer", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:type-is@2.1.0", - "target": "npm:content-type@2.0.0", - "type": "static" - }, - { - "source": "npm:type-is@2.1.0", - "target": "npm:media-typer@1.1.0", - "type": "static" - }, - { - "source": "npm:type-is@2.1.0", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:typed-array-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:typed-array-buffer", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:typed-array-buffer", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:reflect.getprototypeof", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:possible-typed-array-names", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:reflect.getprototypeof", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:@sqltools/formatter", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:ansis", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:app-root-path", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:buffer@6.0.3", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:dayjs", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:dedent", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:dotenv", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:sha.js", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:sql-highlight", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:uuid@11.1.1", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:uid", - "target": "npm:@lukeed/csprng", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:has-bigints", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:which-boxed-primitive", - "type": "static" - }, - { - "source": "npm:unicode-match-property-ecmascript", - "target": "npm:unicode-canonical-property-names-ecmascript", - "type": "static" - }, - { - "source": "npm:unicode-match-property-ecmascript", - "target": "npm:unicode-property-aliases-ecmascript", - "type": "static" - }, - { - "source": "npm:union", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:napi-postinstall", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-android-arm-eabi", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-android-arm64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-freebsd-x64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm-musleabihf", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-loong64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-loong64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-ppc64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-riscv64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-riscv64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-s390x-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-openharmony-arm64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-wasm32-wasi", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-win32-ia32-msvc", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-win32-x64-msvc", - "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:v8-to-istanbul", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:v8-to-istanbul", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:v8-to-istanbul", - "target": "npm:convert-source-map", - "type": "static" - }, - { - "source": "npm:verror", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:verror", - "target": "npm:core-util-is@1.0.2", - "type": "static" - }, - { - "source": "npm:verror", - "target": "npm:extsprintf@1.4.1", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:cac", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:mlly", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:rollup@3.30.0", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:rollup@3.30.0", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:fsevents", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@types/chai", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@types/chai-subset", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@vitest/expect", - "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:acorn", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:acorn-walk", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:cac", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:chai", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:local-pkg", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:std-env", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:strip-literal", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:tinybench", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:tinypool", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:vite-node", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:why-is-node-running", - "type": "static" - }, - { - "source": "npm:w3c-xmlserializer", - "target": "npm:xml-name-validator", - "type": "static" - }, - { - "source": "npm:walker", - "target": "npm:makeerror", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:wbuf", - "target": "npm:minimalistic-assert", - "type": "static" - }, - { - "source": "npm:wbuf", - "target": "npm:minimalistic-assert", - "type": "static" - }, - { - "source": "npm:wcwidth", - "target": "npm:defaults", - "type": "static" - }, - { - "source": "npm:wcwidth", - "target": "npm:defaults", - "type": "static" - }, - { - "source": "npm:wcwidth", - "target": "npm:defaults", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:memfs@4.57.6", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/bonjour", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/connect-history-api-fallback", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/express", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/express-serve-static-core", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/serve-index", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/serve-static", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/sockjs", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/ws", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:ansi-html-community", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:bonjour-service", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:compression", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:connect-history-api-fallback", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:http-proxy-middleware@2.0.9", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:ipaddr.js@2.4.0", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:launch-editor", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:open@10.2.0", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:p-retry", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:selfsigned", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:serve-index", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:sockjs", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:spdy", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:webpack-dev-middleware", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:ws", - "type": "static" - }, - { - "source": "npm:webpack-subresource-integrity", - "target": "npm:typed-assert", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@types/eslint-scope", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@webassemblyjs/wasm-edit", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:chrome-trace-event", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:es-module-lexer@1.7.0", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:eslint-scope", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:events", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:json-parse-even-better-errors", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:loader-runner", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:schema-utils@3.3.0", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:terser-webpack-plugin", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:watchpack", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:webpack-sources", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@webassemblyjs/wasm-edit", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:acorn-import-phases", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:chrome-trace-event", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:es-module-lexer", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:eslint-scope", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:events", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:loader-runner", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:mime-db", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:terser-webpack-plugin", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:watchpack", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:webpack-sources", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:http-parser-js", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:websocket-extensions", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:http-parser-js", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:websocket-extensions", - "type": "static" - }, - { - "source": "npm:whatwg-encoding", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:tr46", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:webidl-conversions", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:tr46", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:webidl-conversions", - "type": "static" - }, - { - "source": "npm:whatwg-url@5.0.0", - "target": "npm:tr46@0.0.3", - "type": "static" - }, - { - "source": "npm:whatwg-url@5.0.0", - "target": "npm:webidl-conversions@3.0.1", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-bigint", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-boolean-object", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-number-object", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-symbol", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-bigint", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-boolean-object", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-number-object", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-symbol", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-async-function", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-date-object", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-finalizationregistry", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-generator-function", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:isarray", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:which-boxed-primitive", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:which-collection", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:which-typed-array", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-map", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-weakmap", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-weakset", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:which@1.3.1", - "target": "npm:isexe", - "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-cjs", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:ansi-styles@6.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:string-width@5.1.2", - "type": "static" - }, - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:ansi-styles@6.2.3", - "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@7.2.0", - "type": "static" - }, - { - "source": "npm:write-file-atomic", - "target": "npm:imurmurhash", - "type": "static" - }, - { - "source": "npm:write-file-atomic", - "target": "npm:signal-exit@4.1.0", - "type": "static" - }, - { - "source": "npm:wsl-utils", - "target": "npm:is-wsl@3.1.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:require-directory", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:yargs-parser", - "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:require-directory", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:yauzl", - "target": "npm:pend", - "type": "static" - } -] \ No newline at end of file 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 0a6afd16d..000000000 --- a/.nx/workspace-data/parsed-lock-file.nodes.json +++ /dev/null @@ -1,18603 +0,0 @@ -{ - "nodes": { - "npm:@angular-devkit/core": { - "type": "npm", - "name": "npm:@angular-devkit/core", - "data": { - "version": "17.3.11", - "packageName": "@angular-devkit/core", - "hash": "sha512-vTNDYNsLIWpYk2I969LMQFH29GTsLzxNk/0cLw5q56ARF0v5sIWfHYwGTS88jdDqIpuuettcSczbxeA7EuAmqQ==" - } - }, - "npm:@angular-devkit/core@19.2.24": { - "type": "npm", - "name": "npm:@angular-devkit/core@19.2.24", - "data": { - "version": "19.2.24", - "packageName": "@angular-devkit/core", - "hash": "sha512-Kd49warf6U/EyWe5BszF/eebN3zQ3bk7tgfEljAw8q/rX95UUtriJubWvp6pgzHfzBA4jwq8f+QiNZB8eBEXPA==" - } - }, - "npm:@angular-devkit/schematics-cli": { - "type": "npm", - "name": "npm:@angular-devkit/schematics-cli", - "data": { - "version": "17.3.11", - "packageName": "@angular-devkit/schematics-cli", - "hash": "sha512-kcOMqp+PHAKkqRad7Zd7PbpqJ0LqLaNZdY1+k66lLWmkEBozgq8v4ASn/puPWf9Bo0HpCiK+EzLf0VHE8Z/y6Q==" - } - }, - "npm:@angular-devkit/schematics": { - "type": "npm", - "name": "npm:@angular-devkit/schematics", - "data": { - "version": "17.3.11", - "packageName": "@angular-devkit/schematics", - "hash": "sha512-I5wviiIqiFwar9Pdk30Lujk8FczEEc18i22A5c6Z9lbmhPQdTroDnEQdsfXjy404wPe8H62s0I15o4pmMGfTYQ==" - } - }, - "npm:@angular-devkit/schematics@19.2.24": { - "type": "npm", - "name": "npm:@angular-devkit/schematics@19.2.24", - "data": { - "version": "19.2.24", - "packageName": "@angular-devkit/schematics", - "hash": "sha512-lnw+ZM1Io+cJAkReC0NPDjqObL8NtKzKIkdgEEKC8CUmkhurYhedbicN8Y8NYHgG1uLd2GozW3+/QqPRZaN+Lw==" - } - }, - "npm:@asamuzakjp/css-color": { - "type": "npm", - "name": "npm:@asamuzakjp/css-color", - "data": { - "version": "5.1.11", - "packageName": "@asamuzakjp/css-color", - "hash": "sha512-KVw6qIiCTUQhByfTd78h2yD1/00waTmm9uy/R7Ck/ctUyAPj+AEDLkQIdJW0T8+qGgj3j5bpNKK7Q3G+LedJWg==" - } - }, - "npm:@asamuzakjp/dom-selector": { - "type": "npm", - "name": "npm:@asamuzakjp/dom-selector", - "data": { - "version": "7.1.1", - "packageName": "@asamuzakjp/dom-selector", - "hash": "sha512-67RZDnYRc8H/8MLDgQCDE//zoqVFwajkepHZgmXrbwybzXOEwOWGPYGmALYl9J2DOLfFPPs6kKCqmbzV895hTQ==" - } - }, - "npm:@asamuzakjp/generational-cache": { - "type": "npm", - "name": "npm:@asamuzakjp/generational-cache", - "data": { - "version": "1.0.1", - "packageName": "@asamuzakjp/generational-cache", - "hash": "sha512-wajfB8KqzMCN2KGNFdLkReeHncd0AslUSrvHVvvYWuU8ghncRJoA50kT3zP9MVL0+9g4/67H+cdvBskj9THPzg==" - } - }, - "npm:@asamuzakjp/nwsapi": { - "type": "npm", - "name": "npm:@asamuzakjp/nwsapi", - "data": { - "version": "2.3.9", - "packageName": "@asamuzakjp/nwsapi", - "hash": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==" - } - }, - "npm:@aws-crypto/crc32": { - "type": "npm", - "name": "npm:@aws-crypto/crc32", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/crc32", - "hash": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==" - } - }, - "npm:@aws-crypto/sha256-browser": { - "type": "npm", - "name": "npm:@aws-crypto/sha256-browser", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/sha256-browser", - "hash": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==" - } - }, - "npm:@aws-crypto/sha256-js@1.2.2": { - "type": "npm", - "name": "npm:@aws-crypto/sha256-js@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "@aws-crypto/sha256-js", - "hash": "sha512-Nr1QJIbW/afYYGzYvrF70LtaHrIRtd4TNAglX8BvlfxJLZ45SAmueIKYl5tWoNBPzp65ymXGFK0Bb1vZUpuc9g==" - } - }, - "npm:@aws-crypto/sha256-js": { - "type": "npm", - "name": "npm:@aws-crypto/sha256-js", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/sha256-js", - "hash": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==" - } - }, - "npm:@aws-crypto/supports-web-crypto": { - "type": "npm", - "name": "npm:@aws-crypto/supports-web-crypto", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/supports-web-crypto", - "hash": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==" - } - }, - "npm:@aws-crypto/util@1.2.2": { - "type": "npm", - "name": "npm:@aws-crypto/util@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "@aws-crypto/util", - "hash": "sha512-H8PjG5WJ4wz0UXAFXeJjWCW1vkvIJ3qUUD+rGRwJ2/hj+xT58Qle2MTql/2MGzkU+1JLAFuR6aJpLAjHwhmwwg==" - } - }, - "npm:@aws-crypto/util": { - "type": "npm", - "name": "npm:@aws-crypto/util", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/util", - "hash": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==" - } - }, - "npm:@aws-sdk/client-cognito-identity-provider": { - "type": "npm", - "name": "npm:@aws-sdk/client-cognito-identity-provider", - "data": { - "version": "3.1061.0", - "packageName": "@aws-sdk/client-cognito-identity-provider", - "hash": "sha512-ZdypNl6TbKZeE1xWWnBEqT7desu8ks12EQRpciG4mdz235kVXBIdbIxLz3JHd9uG9lIfKZGVNppG9IRttf9uyA==" - } - }, - "npm:@aws-sdk/client-sesv2": { - "type": "npm", - "name": "npm:@aws-sdk/client-sesv2", - "data": { - "version": "3.1061.0", - "packageName": "@aws-sdk/client-sesv2", - "hash": "sha512-gDDlD4zog35pP9+QYupnBayxe+x/iIJa/1ikfAnJWVZ7QCxs6wo4Du+iEbJOJmQL+z+N6CoAw96OPV04UQXNlg==" - } - }, - "npm:@aws-sdk/core": { - "type": "npm", - "name": "npm:@aws-sdk/core", - "data": { - "version": "3.974.17", - "packageName": "@aws-sdk/core", - "hash": "sha512-r8o4h2K7j6P9ngno+8ei0aK0U/4JwDb7A2fMMxGVoSqDN8AFlIzSDeZHME9LcVLR2codyhtr1WAAg+/nmkeeMA==" - } - }, - "npm:@aws-sdk/credential-provider-env": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-env", - "data": { - "version": "3.972.43", - "packageName": "@aws-sdk/credential-provider-env", - "hash": "sha512-g0XVQKzaA/4cq1vz1IvCQwYM+1Pkv01J9yHDpCTXekVuGZRDEz0wqBQ1AuYTq7FM6uik4uBGH8Tb5d9YvgeA7g==" - } - }, - "npm:@aws-sdk/credential-provider-http": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-http", - "data": { - "version": "3.972.45", - "packageName": "@aws-sdk/credential-provider-http", - "hash": "sha512-w9PuOoKCt6+xoESvY+zlV0u3PKQ0mVL259PcsVR6a3S/uYJJHnIi4r1NxdJHEcNldUVRIciltWnFMGBR4YEm3g==" - } - }, - "npm:@aws-sdk/credential-provider-ini": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-ini", - "data": { - "version": "3.972.48", - "packageName": "@aws-sdk/credential-provider-ini", - "hash": "sha512-+6BQ6Lrnc+EyAGElLRW6j+Sa+RirPHnIJsobvYO6nnyK+oGKmz1ne/ieclbLWyjyDKEU3/JVJWcWY3VLFPvGtQ==" - } - }, - "npm:@aws-sdk/credential-provider-login": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-login", - "data": { - "version": "3.972.47", - "packageName": "@aws-sdk/credential-provider-login", - "hash": "sha512-Iy2ebWVgrZBH05464uJiQYu6HSSiROnwVZptthEFXx2gWjo1ORCxEAFZB5Cr2MdfrSnZ+0QUPkZ1ZpCqpkUrLQ==" - } - }, - "npm:@aws-sdk/credential-provider-node": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-node", - "data": { - "version": "3.972.50", - "packageName": "@aws-sdk/credential-provider-node", - "hash": "sha512-b05Aelq5cqAvCCDQjCYacl0XmR8QhBNSqLbsdISkQmlQBa5oPS66zYPteWcSp5LswbpoIe552EUGjluKiadBig==" - } - }, - "npm:@aws-sdk/credential-provider-process": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-process", - "data": { - "version": "3.972.43", - "packageName": "@aws-sdk/credential-provider-process", - "hash": "sha512-GPokLNyvTfCmuaHk+v3GKVs4ZT3cMu5kgS2a+NPkOMt96cq6fSIK0g+mZHpGS6Cd4QGrPKesANEaLUKgOskTzg==" - } - }, - "npm:@aws-sdk/credential-provider-sso": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-sso", - "data": { - "version": "3.972.47", - "packageName": "@aws-sdk/credential-provider-sso", - "hash": "sha512-0AzvLrzlvJs0DzbeWGvNj+bX3Uzd7VNS6vDqCOdZzBlCGKGd78uxctJSW9iK/Rt/nxiJqpTvrYQlVJ4guVM2Dw==" - } - }, - "npm:@aws-sdk/credential-provider-web-identity": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-web-identity", - "data": { - "version": "3.972.47", - "packageName": "@aws-sdk/credential-provider-web-identity", - "hash": "sha512-eksfbUErOejUAGWBAcNqaP7IX21oUOEo73d9R56k9Ua4d57qS90NEYkWJsuSGzTXMFulCu17qXJI/qGmM7hvoA==" - } - }, - "npm:@aws-sdk/nested-clients": { - "type": "npm", - "name": "npm:@aws-sdk/nested-clients", - "data": { - "version": "3.997.15", - "packageName": "@aws-sdk/nested-clients", - "hash": "sha512-Fpri1/PXKMKveORZ7E00VLTlWS5DkfZkW70PUE+bOnpWpAeHAQLoiDHhkzN3kNWbbSsGg64+IZYiq/EZgME3Mg==" - } - }, - "npm:@aws-sdk/signature-v4-multi-region": { - "type": "npm", - "name": "npm:@aws-sdk/signature-v4-multi-region", - "data": { - "version": "3.996.31", - "packageName": "@aws-sdk/signature-v4-multi-region", - "hash": "sha512-Kn2up9SlG1KC6wRtwf0d7waTGF6rvp9DxYqB54x6UCKdQ6kyaXCqHL4WGb5vUJga5kS8FxnjhY0LqM28aMvnNQ==" - } - }, - "npm:@aws-sdk/token-providers": { - "type": "npm", - "name": "npm:@aws-sdk/token-providers", - "data": { - "version": "3.1060.0", - "packageName": "@aws-sdk/token-providers", - "hash": "sha512-6NZaMKkFhpaNiwLpHi1sZaYjidL/lCJE6ME6NxwA8gv9vQna+Kr0j4OFwVoz6tANRWM3WbGz6jiPsGX/Vkjwow==" - } - }, - "npm:@aws-sdk/types": { - "type": "npm", - "name": "npm:@aws-sdk/types", - "data": { - "version": "3.973.10", - "packageName": "@aws-sdk/types", - "hash": "sha512-992QrTO7G9qCvKD0fx1rMlqcL14plUcRAbwmqqYVsuF3GrqcvlAL9qxR+baMafarEZ+l7DUQ5lCMmt5mbMhF7g==" - } - }, - "npm:@aws-sdk/util-locate-window": { - "type": "npm", - "name": "npm:@aws-sdk/util-locate-window", - "data": { - "version": "3.965.5", - "packageName": "@aws-sdk/util-locate-window", - "hash": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==" - } - }, - "npm:@aws-sdk/util-utf8-browser": { - "type": "npm", - "name": "npm:@aws-sdk/util-utf8-browser", - "data": { - "version": "3.259.0", - "packageName": "@aws-sdk/util-utf8-browser", - "hash": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==" - } - }, - "npm:@aws-sdk/xml-builder": { - "type": "npm", - "name": "npm:@aws-sdk/xml-builder", - "data": { - "version": "3.972.27", - "packageName": "@aws-sdk/xml-builder", - "hash": "sha512-hpsCXCOI436kxWpjtRuIHVvuPP81MOw8f18jzfZeg+UOiiOvlqWcmWChzEhJEu16cOC6+ku4ncBN+7rdt+DZ9g==" - } - }, - "npm:@aws/lambda-invoke-store": { - "type": "npm", - "name": "npm:@aws/lambda-invoke-store", - "data": { - "version": "0.2.4", - "packageName": "@aws/lambda-invoke-store", - "hash": "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==" - } - }, - "npm:@babel/code-frame": { - "type": "npm", - "name": "npm:@babel/code-frame", - "data": { - "version": "7.29.7", - "packageName": "@babel/code-frame", - "hash": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==" - } - }, - "npm:@babel/compat-data": { - "type": "npm", - "name": "npm:@babel/compat-data", - "data": { - "version": "7.29.7", - "packageName": "@babel/compat-data", - "hash": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==" - } - }, - "npm:@babel/core": { - "type": "npm", - "name": "npm:@babel/core", - "data": { - "version": "7.29.7", - "packageName": "@babel/core", - "hash": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==" - } - }, - "npm:@babel/generator": { - "type": "npm", - "name": "npm:@babel/generator", - "data": { - "version": "7.29.7", - "packageName": "@babel/generator", - "hash": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==" - } - }, - "npm:@babel/helper-annotate-as-pure": { - "type": "npm", - "name": "npm:@babel/helper-annotate-as-pure", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-annotate-as-pure", - "hash": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==" - } - }, - "npm:@babel/helper-compilation-targets": { - "type": "npm", - "name": "npm:@babel/helper-compilation-targets", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-compilation-targets", - "hash": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==" - } - }, - "npm:@babel/helper-create-class-features-plugin": { - "type": "npm", - "name": "npm:@babel/helper-create-class-features-plugin", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-create-class-features-plugin", - "hash": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==" - } - }, - "npm:@babel/helper-create-regexp-features-plugin": { - "type": "npm", - "name": "npm:@babel/helper-create-regexp-features-plugin", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-create-regexp-features-plugin", - "hash": "sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==" - } - }, - "npm:@babel/helper-define-polyfill-provider": { - "type": "npm", - "name": "npm:@babel/helper-define-polyfill-provider", - "data": { - "version": "0.6.8", - "packageName": "@babel/helper-define-polyfill-provider", - "hash": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==" - } - }, - "npm:@babel/helper-globals": { - "type": "npm", - "name": "npm:@babel/helper-globals", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-globals", - "hash": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==" - } - }, - "npm:@babel/helper-member-expression-to-functions": { - "type": "npm", - "name": "npm:@babel/helper-member-expression-to-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-member-expression-to-functions", - "hash": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==" - } - }, - "npm:@babel/helper-module-imports": { - "type": "npm", - "name": "npm:@babel/helper-module-imports", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-module-imports", - "hash": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==" - } - }, - "npm:@babel/helper-module-transforms": { - "type": "npm", - "name": "npm:@babel/helper-module-transforms", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-module-transforms", - "hash": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==" - } - }, - "npm:@babel/helper-optimise-call-expression": { - "type": "npm", - "name": "npm:@babel/helper-optimise-call-expression", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-optimise-call-expression", - "hash": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==" - } - }, - "npm:@babel/helper-plugin-utils": { - "type": "npm", - "name": "npm:@babel/helper-plugin-utils", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-plugin-utils", - "hash": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==" - } - }, - "npm:@babel/helper-remap-async-to-generator": { - "type": "npm", - "name": "npm:@babel/helper-remap-async-to-generator", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-remap-async-to-generator", - "hash": "sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==" - } - }, - "npm:@babel/helper-replace-supers": { - "type": "npm", - "name": "npm:@babel/helper-replace-supers", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-replace-supers", - "hash": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==" - } - }, - "npm:@babel/helper-skip-transparent-expression-wrappers": { - "type": "npm", - "name": "npm:@babel/helper-skip-transparent-expression-wrappers", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-skip-transparent-expression-wrappers", - "hash": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==" - } - }, - "npm:@babel/helper-string-parser": { - "type": "npm", - "name": "npm:@babel/helper-string-parser", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-string-parser", - "hash": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==" - } - }, - "npm:@babel/helper-validator-identifier": { - "type": "npm", - "name": "npm:@babel/helper-validator-identifier", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-validator-identifier", - "hash": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==" - } - }, - "npm:@babel/helper-validator-option": { - "type": "npm", - "name": "npm:@babel/helper-validator-option", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-validator-option", - "hash": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==" - } - }, - "npm:@babel/helper-wrap-function": { - "type": "npm", - "name": "npm:@babel/helper-wrap-function", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-wrap-function", - "hash": "sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==" - } - }, - "npm:@babel/helpers": { - "type": "npm", - "name": "npm:@babel/helpers", - "data": { - "version": "7.29.7", - "packageName": "@babel/helpers", - "hash": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==" - } - }, - "npm:@babel/parser": { - "type": "npm", - "name": "npm:@babel/parser", - "data": { - "version": "7.29.7", - "packageName": "@babel/parser", - "hash": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==" - } - }, - "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "hash": "sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==" - } - }, - "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-safari-class-field-initializer-scope", - "hash": "sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==" - } - }, - "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "hash": "sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==" - } - }, - "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "hash": "sha512-oBNVCvnO5tND+xSopWvV8WNGfpTfgP4Zr/YXXSj8zfmcPktp5Ku/aZlsIowgSD4fjmgHn6sGmB9APVsU5zOdhA==" - } - }, - "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "hash": "sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==" - } - }, - "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "hash": "sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==" - } - }, - "npm:@babel/plugin-proposal-decorators": { - "type": "npm", - "name": "npm:@babel/plugin-proposal-decorators", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-proposal-decorators", - "hash": "sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==" - } - }, - "npm:@babel/plugin-proposal-private-property-in-object": { - "type": "npm", - "name": "npm:@babel/plugin-proposal-private-property-in-object", - "data": { - "version": "7.21.0-placeholder-for-preset-env.2", - "packageName": "@babel/plugin-proposal-private-property-in-object", - "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" - } - }, - "npm:@babel/plugin-syntax-async-generators": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-async-generators", - "data": { - "version": "7.8.4", - "packageName": "@babel/plugin-syntax-async-generators", - "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" - } - }, - "npm:@babel/plugin-syntax-bigint": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-bigint", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-bigint", - "hash": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" - } - }, - "npm:@babel/plugin-syntax-class-properties": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-class-properties", - "data": { - "version": "7.12.13", - "packageName": "@babel/plugin-syntax-class-properties", - "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" - } - }, - "npm:@babel/plugin-syntax-class-static-block": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-class-static-block", - "data": { - "version": "7.14.5", - "packageName": "@babel/plugin-syntax-class-static-block", - "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" - } - }, - "npm:@babel/plugin-syntax-decorators": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-decorators", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-decorators", - "hash": "sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==" - } - }, - "npm:@babel/plugin-syntax-import-assertions": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-import-assertions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-import-assertions", - "hash": "sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==" - } - }, - "npm:@babel/plugin-syntax-import-attributes": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-import-attributes", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-import-attributes", - "hash": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==" - } - }, - "npm:@babel/plugin-syntax-import-meta": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-import-meta", - "data": { - "version": "7.10.4", - "packageName": "@babel/plugin-syntax-import-meta", - "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" - } - }, - "npm:@babel/plugin-syntax-json-strings": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-json-strings", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-json-strings", - "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" - } - }, - "npm:@babel/plugin-syntax-jsx": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-jsx", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-jsx", - "hash": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==" - } - }, - "npm:@babel/plugin-syntax-logical-assignment-operators": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-logical-assignment-operators", - "data": { - "version": "7.10.4", - "packageName": "@babel/plugin-syntax-logical-assignment-operators", - "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" - } - }, - "npm:@babel/plugin-syntax-nullish-coalescing-operator": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", - "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" - } - }, - "npm:@babel/plugin-syntax-numeric-separator": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-numeric-separator", - "data": { - "version": "7.10.4", - "packageName": "@babel/plugin-syntax-numeric-separator", - "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" - } - }, - "npm:@babel/plugin-syntax-object-rest-spread": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-object-rest-spread", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-object-rest-spread", - "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" - } - }, - "npm:@babel/plugin-syntax-optional-catch-binding": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-optional-catch-binding", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-optional-catch-binding", - "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" - } - }, - "npm:@babel/plugin-syntax-optional-chaining": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-optional-chaining", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-optional-chaining", - "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" - } - }, - "npm:@babel/plugin-syntax-private-property-in-object": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-private-property-in-object", - "data": { - "version": "7.14.5", - "packageName": "@babel/plugin-syntax-private-property-in-object", - "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" - } - }, - "npm:@babel/plugin-syntax-top-level-await": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-top-level-await", - "data": { - "version": "7.14.5", - "packageName": "@babel/plugin-syntax-top-level-await", - "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" - } - }, - "npm:@babel/plugin-syntax-typescript": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-typescript", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-typescript", - "hash": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==" - } - }, - "npm:@babel/plugin-syntax-unicode-sets-regex": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-unicode-sets-regex", - "data": { - "version": "7.18.6", - "packageName": "@babel/plugin-syntax-unicode-sets-regex", - "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" - } - }, - "npm:@babel/plugin-transform-arrow-functions": { - "type": "npm", - "name": "npm:@babel/plugin-transform-arrow-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-arrow-functions", - "hash": "sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==" - } - }, - "npm:@babel/plugin-transform-async-generator-functions": { - "type": "npm", - "name": "npm:@babel/plugin-transform-async-generator-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-async-generator-functions", - "hash": "sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==" - } - }, - "npm:@babel/plugin-transform-async-to-generator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-async-to-generator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-async-to-generator", - "hash": "sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==" - } - }, - "npm:@babel/plugin-transform-block-scoped-functions": { - "type": "npm", - "name": "npm:@babel/plugin-transform-block-scoped-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-block-scoped-functions", - "hash": "sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==" - } - }, - "npm:@babel/plugin-transform-block-scoping": { - "type": "npm", - "name": "npm:@babel/plugin-transform-block-scoping", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-block-scoping", - "hash": "sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==" - } - }, - "npm:@babel/plugin-transform-class-properties": { - "type": "npm", - "name": "npm:@babel/plugin-transform-class-properties", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-class-properties", - "hash": "sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==" - } - }, - "npm:@babel/plugin-transform-class-static-block": { - "type": "npm", - "name": "npm:@babel/plugin-transform-class-static-block", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-class-static-block", - "hash": "sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==" - } - }, - "npm:@babel/plugin-transform-classes": { - "type": "npm", - "name": "npm:@babel/plugin-transform-classes", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-classes", - "hash": "sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==" - } - }, - "npm:@babel/plugin-transform-computed-properties": { - "type": "npm", - "name": "npm:@babel/plugin-transform-computed-properties", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-computed-properties", - "hash": "sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==" - } - }, - "npm:@babel/plugin-transform-destructuring": { - "type": "npm", - "name": "npm:@babel/plugin-transform-destructuring", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-destructuring", - "hash": "sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==" - } - }, - "npm:@babel/plugin-transform-dotall-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-dotall-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-dotall-regex", - "hash": "sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==" - } - }, - "npm:@babel/plugin-transform-duplicate-keys": { - "type": "npm", - "name": "npm:@babel/plugin-transform-duplicate-keys", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-duplicate-keys", - "hash": "sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==" - } - }, - "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "hash": "sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==" - } - }, - "npm:@babel/plugin-transform-dynamic-import": { - "type": "npm", - "name": "npm:@babel/plugin-transform-dynamic-import", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-dynamic-import", - "hash": "sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==" - } - }, - "npm:@babel/plugin-transform-explicit-resource-management": { - "type": "npm", - "name": "npm:@babel/plugin-transform-explicit-resource-management", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-explicit-resource-management", - "hash": "sha512-Rstj7coNz8sE+7Ju7ihpHLI564lsK5pUpNNlvptCIC/16E/S5hbl6n3kESPKdNRmqEWlpn5xpS5Q2dvXBsySLw==" - } - }, - "npm:@babel/plugin-transform-exponentiation-operator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-exponentiation-operator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-exponentiation-operator", - "hash": "sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==" - } - }, - "npm:@babel/plugin-transform-export-namespace-from": { - "type": "npm", - "name": "npm:@babel/plugin-transform-export-namespace-from", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-export-namespace-from", - "hash": "sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==" - } - }, - "npm:@babel/plugin-transform-for-of": { - "type": "npm", - "name": "npm:@babel/plugin-transform-for-of", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-for-of", - "hash": "sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==" - } - }, - "npm:@babel/plugin-transform-function-name": { - "type": "npm", - "name": "npm:@babel/plugin-transform-function-name", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-function-name", - "hash": "sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==" - } - }, - "npm:@babel/plugin-transform-json-strings": { - "type": "npm", - "name": "npm:@babel/plugin-transform-json-strings", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-json-strings", - "hash": "sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==" - } - }, - "npm:@babel/plugin-transform-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-literals", - "hash": "sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==" - } - }, - "npm:@babel/plugin-transform-logical-assignment-operators": { - "type": "npm", - "name": "npm:@babel/plugin-transform-logical-assignment-operators", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-logical-assignment-operators", - "hash": "sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==" - } - }, - "npm:@babel/plugin-transform-member-expression-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-member-expression-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-member-expression-literals", - "hash": "sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==" - } - }, - "npm:@babel/plugin-transform-modules-amd": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-amd", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-amd", - "hash": "sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==" - } - }, - "npm:@babel/plugin-transform-modules-commonjs": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-commonjs", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-commonjs", - "hash": "sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==" - } - }, - "npm:@babel/plugin-transform-modules-systemjs": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-systemjs", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-systemjs", - "hash": "sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==" - } - }, - "npm:@babel/plugin-transform-modules-umd": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-umd", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-umd", - "hash": "sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==" - } - }, - "npm:@babel/plugin-transform-named-capturing-groups-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-named-capturing-groups-regex", - "hash": "sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==" - } - }, - "npm:@babel/plugin-transform-new-target": { - "type": "npm", - "name": "npm:@babel/plugin-transform-new-target", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-new-target", - "hash": "sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==" - } - }, - "npm:@babel/plugin-transform-nullish-coalescing-operator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-nullish-coalescing-operator", - "hash": "sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==" - } - }, - "npm:@babel/plugin-transform-numeric-separator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-numeric-separator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-numeric-separator", - "hash": "sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==" - } - }, - "npm:@babel/plugin-transform-object-rest-spread": { - "type": "npm", - "name": "npm:@babel/plugin-transform-object-rest-spread", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-object-rest-spread", - "hash": "sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==" - } - }, - "npm:@babel/plugin-transform-object-super": { - "type": "npm", - "name": "npm:@babel/plugin-transform-object-super", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-object-super", - "hash": "sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==" - } - }, - "npm:@babel/plugin-transform-optional-catch-binding": { - "type": "npm", - "name": "npm:@babel/plugin-transform-optional-catch-binding", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-optional-catch-binding", - "hash": "sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==" - } - }, - "npm:@babel/plugin-transform-optional-chaining": { - "type": "npm", - "name": "npm:@babel/plugin-transform-optional-chaining", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-optional-chaining", - "hash": "sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==" - } - }, - "npm:@babel/plugin-transform-parameters": { - "type": "npm", - "name": "npm:@babel/plugin-transform-parameters", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-parameters", - "hash": "sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==" - } - }, - "npm:@babel/plugin-transform-private-methods": { - "type": "npm", - "name": "npm:@babel/plugin-transform-private-methods", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-private-methods", - "hash": "sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==" - } - }, - "npm:@babel/plugin-transform-private-property-in-object": { - "type": "npm", - "name": "npm:@babel/plugin-transform-private-property-in-object", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-private-property-in-object", - "hash": "sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==" - } - }, - "npm:@babel/plugin-transform-property-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-property-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-property-literals", - "hash": "sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==" - } - }, - "npm:@babel/plugin-transform-react-constant-elements": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-constant-elements", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-constant-elements", - "hash": "sha512-J0wGhKan+rIiE2OhfhRptySLrJ6SjQYM6b6N1FMlhyhCcw1Mig8vQjWchyB+bgHGDvaWo6Diu6CLRMra2uMtmg==" - } - }, - "npm:@babel/plugin-transform-react-display-name": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-display-name", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-display-name", - "hash": "sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==" - } - }, - "npm:@babel/plugin-transform-react-jsx-development": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx-development", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx-development", - "hash": "sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==" - } - }, - "npm:@babel/plugin-transform-react-jsx-self": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx-self", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx-self", - "hash": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==" - } - }, - "npm:@babel/plugin-transform-react-jsx-source": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx-source", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx-source", - "hash": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==" - } - }, - "npm:@babel/plugin-transform-react-jsx": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx", - "hash": "sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==" - } - }, - "npm:@babel/plugin-transform-react-pure-annotations": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-pure-annotations", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-pure-annotations", - "hash": "sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==" - } - }, - "npm:@babel/plugin-transform-regenerator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-regenerator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-regenerator", - "hash": "sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==" - } - }, - "npm:@babel/plugin-transform-regexp-modifiers": { - "type": "npm", - "name": "npm:@babel/plugin-transform-regexp-modifiers", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-regexp-modifiers", - "hash": "sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==" - } - }, - "npm:@babel/plugin-transform-reserved-words": { - "type": "npm", - "name": "npm:@babel/plugin-transform-reserved-words", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-reserved-words", - "hash": "sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==" - } - }, - "npm:@babel/plugin-transform-runtime": { - "type": "npm", - "name": "npm:@babel/plugin-transform-runtime", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-runtime", - "hash": "sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q==" - } - }, - "npm:@babel/plugin-transform-shorthand-properties": { - "type": "npm", - "name": "npm:@babel/plugin-transform-shorthand-properties", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-shorthand-properties", - "hash": "sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==" - } - }, - "npm:@babel/plugin-transform-spread": { - "type": "npm", - "name": "npm:@babel/plugin-transform-spread", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-spread", - "hash": "sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==" - } - }, - "npm:@babel/plugin-transform-sticky-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-sticky-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-sticky-regex", - "hash": "sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==" - } - }, - "npm:@babel/plugin-transform-template-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-template-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-template-literals", - "hash": "sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==" - } - }, - "npm:@babel/plugin-transform-typeof-symbol": { - "type": "npm", - "name": "npm:@babel/plugin-transform-typeof-symbol", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-typeof-symbol", - "hash": "sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==" - } - }, - "npm:@babel/plugin-transform-typescript": { - "type": "npm", - "name": "npm:@babel/plugin-transform-typescript", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-typescript", - "hash": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==" - } - }, - "npm:@babel/plugin-transform-unicode-escapes": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-escapes", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-escapes", - "hash": "sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==" - } - }, - "npm:@babel/plugin-transform-unicode-property-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-property-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-property-regex", - "hash": "sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==" - } - }, - "npm:@babel/plugin-transform-unicode-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-regex", - "hash": "sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==" - } - }, - "npm:@babel/plugin-transform-unicode-sets-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-sets-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-sets-regex", - "hash": "sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==" - } - }, - "npm:@babel/preset-env": { - "type": "npm", - "name": "npm:@babel/preset-env", - "data": { - "version": "7.29.7", - "packageName": "@babel/preset-env", - "hash": "sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA==" - } - }, - "npm:@babel/preset-modules": { - "type": "npm", - "name": "npm:@babel/preset-modules", - "data": { - "version": "0.1.6-no-external-plugins", - "packageName": "@babel/preset-modules", - "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" - } - }, - "npm:@babel/preset-react": { - "type": "npm", - "name": "npm:@babel/preset-react", - "data": { - "version": "7.29.7", - "packageName": "@babel/preset-react", - "hash": "sha512-C+PV1TFUPTmBQGoPBL8j2QmLpZ117YTCwxIZeJOM96GbYMFSc7/pOXU5lVykwnZxyTqQxRsvoRk6f2FktZgGHA==" - } - }, - "npm:@babel/preset-typescript": { - "type": "npm", - "name": "npm:@babel/preset-typescript", - "data": { - "version": "7.29.7", - "packageName": "@babel/preset-typescript", - "hash": "sha512-/Foi8vKY2EVbed/1eZx0gJEEwHAIxogrySI7rULcRIvhZzbvoE/b5qG5Ghc0WKAFKOHA9SD1x7RsFlOYdutIiQ==" - } - }, - "npm:@babel/runtime": { - "type": "npm", - "name": "npm:@babel/runtime", - "data": { - "version": "7.29.7", - "packageName": "@babel/runtime", - "hash": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==" - } - }, - "npm:@babel/template": { - "type": "npm", - "name": "npm:@babel/template", - "data": { - "version": "7.29.7", - "packageName": "@babel/template", - "hash": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==" - } - }, - "npm:@babel/traverse": { - "type": "npm", - "name": "npm:@babel/traverse", - "data": { - "version": "7.29.7", - "packageName": "@babel/traverse", - "hash": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==" - } - }, - "npm:@babel/types": { - "type": "npm", - "name": "npm:@babel/types", - "data": { - "version": "7.29.7", - "packageName": "@babel/types", - "hash": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==" - } - }, - "npm:@bcoe/v8-coverage": { - "type": "npm", - "name": "npm:@bcoe/v8-coverage", - "data": { - "version": "0.2.3", - "packageName": "@bcoe/v8-coverage", - "hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" - } - }, - "npm:@borewit/text-codec": { - "type": "npm", - "name": "npm:@borewit/text-codec", - "data": { - "version": "0.2.2", - "packageName": "@borewit/text-codec", - "hash": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==" - } - }, - "npm:@bramus/specificity": { - "type": "npm", - "name": "npm:@bramus/specificity", - "data": { - "version": "2.4.2", - "packageName": "@bramus/specificity", - "hash": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==" - } - }, - "npm:@bufbuild/protobuf": { - "type": "npm", - "name": "npm:@bufbuild/protobuf", - "data": { - "version": "2.12.0", - "packageName": "@bufbuild/protobuf", - "hash": "sha512-B/XlCaFIP8LOwzo+bz5uFzATYokcwCKQcghqnlfwSmM5eX/qTkvDBnDPs+gXtX/RyjxJ4DRikECcPJbyALA8FA==" - } - }, - "npm:@colordx/core": { - "type": "npm", - "name": "npm:@colordx/core", - "data": { - "version": "5.4.3", - "packageName": "@colordx/core", - "hash": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==" - } - }, - "npm:@colors/colors": { - "type": "npm", - "name": "npm:@colors/colors", - "data": { - "version": "1.5.0", - "packageName": "@colors/colors", - "hash": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" - } - }, - "npm:@cspotcode/source-map-support": { - "type": "npm", - "name": "npm:@cspotcode/source-map-support", - "data": { - "version": "0.8.1", - "packageName": "@cspotcode/source-map-support", - "hash": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" - } - }, - "npm:@csstools/color-helpers": { - "type": "npm", - "name": "npm:@csstools/color-helpers", - "data": { - "version": "6.0.2", - "packageName": "@csstools/color-helpers", - "hash": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==" - } - }, - "npm:@csstools/css-calc": { - "type": "npm", - "name": "npm:@csstools/css-calc", - "data": { - "version": "3.2.1", - "packageName": "@csstools/css-calc", - "hash": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==" - } - }, - "npm:@csstools/css-color-parser": { - "type": "npm", - "name": "npm:@csstools/css-color-parser", - "data": { - "version": "4.1.1", - "packageName": "@csstools/css-color-parser", - "hash": "sha512-eZ5XOtyhK+mggRafYUWzA0tvaYOFgdY8AkgQiCJF9qNAePnUo/zmsqqYubBBb3sQ8uNUaSKTY9s9klfRaAXL0g==" - } - }, - "npm:@csstools/css-parser-algorithms": { - "type": "npm", - "name": "npm:@csstools/css-parser-algorithms", - "data": { - "version": "4.0.0", - "packageName": "@csstools/css-parser-algorithms", - "hash": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==" - } - }, - "npm:@csstools/css-syntax-patches-for-csstree": { - "type": "npm", - "name": "npm:@csstools/css-syntax-patches-for-csstree", - "data": { - "version": "1.1.5", - "packageName": "@csstools/css-syntax-patches-for-csstree", - "hash": "sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==" - } - }, - "npm:@csstools/css-tokenizer": { - "type": "npm", - "name": "npm:@csstools/css-tokenizer", - "data": { - "version": "4.0.0", - "packageName": "@csstools/css-tokenizer", - "hash": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==" - } - }, - "npm:@cypress/request": { - "type": "npm", - "name": "npm:@cypress/request", - "data": { - "version": "4.0.1", - "packageName": "@cypress/request", - "hash": "sha512-y20e+e6dFYkOUUJLVUZTsJRuTiXZaUQ32WD+R/ux/HBybbTx4ge7cNINcua0pU8+SNkKuRbOF12mBmzuzM8n5w==" - } - }, - "npm:@cypress/xvfb": { - "type": "npm", - "name": "npm:@cypress/xvfb", - "data": { - "version": "1.2.4", - "packageName": "@cypress/xvfb", - "hash": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==" - } - }, - "npm:@emnapi/core": { - "type": "npm", - "name": "npm:@emnapi/core", - "data": { - "version": "1.10.0", - "packageName": "@emnapi/core", - "hash": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==" - } - }, - "npm:@emnapi/core@1.4.5": { - "type": "npm", - "name": "npm:@emnapi/core@1.4.5", - "data": { - "version": "1.4.5", - "packageName": "@emnapi/core", - "hash": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==" - } - }, - "npm:@emnapi/runtime": { - "type": "npm", - "name": "npm:@emnapi/runtime", - "data": { - "version": "1.10.0", - "packageName": "@emnapi/runtime", - "hash": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==" - } - }, - "npm:@emnapi/runtime@1.4.5": { - "type": "npm", - "name": "npm:@emnapi/runtime@1.4.5", - "data": { - "version": "1.4.5", - "packageName": "@emnapi/runtime", - "hash": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==" - } - }, - "npm:@emnapi/wasi-threads": { - "type": "npm", - "name": "npm:@emnapi/wasi-threads", - "data": { - "version": "1.0.4", - "packageName": "@emnapi/wasi-threads", - "hash": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==" - } - }, - "npm:@emnapi/wasi-threads@1.2.1": { - "type": "npm", - "name": "npm:@emnapi/wasi-threads@1.2.1", - "data": { - "version": "1.2.1", - "packageName": "@emnapi/wasi-threads", - "hash": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==" - } - }, - "npm:@esbuild/android-arm64": { - "type": "npm", - "name": "npm:@esbuild/android-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/android-arm64", - "hash": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==" - } - }, - "npm:@esbuild/android-arm": { - "type": "npm", - "name": "npm:@esbuild/android-arm", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/android-arm", - "hash": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==" - } - }, - "npm:@esbuild/android-x64": { - "type": "npm", - "name": "npm:@esbuild/android-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/android-x64", - "hash": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==" - } - }, - "npm:@esbuild/darwin-arm64": { - "type": "npm", - "name": "npm:@esbuild/darwin-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/darwin-arm64", - "hash": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==" - } - }, - "npm:@esbuild/darwin-x64": { - "type": "npm", - "name": "npm:@esbuild/darwin-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/darwin-x64", - "hash": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==" - } - }, - "npm:@esbuild/freebsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/freebsd-arm64", - "hash": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==" - } - }, - "npm:@esbuild/freebsd-x64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/freebsd-x64", - "hash": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==" - } - }, - "npm:@esbuild/linux-arm64": { - "type": "npm", - "name": "npm:@esbuild/linux-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-arm64", - "hash": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==" - } - }, - "npm:@esbuild/linux-arm": { - "type": "npm", - "name": "npm:@esbuild/linux-arm", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-arm", - "hash": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==" - } - }, - "npm:@esbuild/linux-ia32": { - "type": "npm", - "name": "npm:@esbuild/linux-ia32", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-ia32", - "hash": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==" - } - }, - "npm:@esbuild/linux-loong64": { - "type": "npm", - "name": "npm:@esbuild/linux-loong64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-loong64", - "hash": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==" - } - }, - "npm:@esbuild/linux-mips64el": { - "type": "npm", - "name": "npm:@esbuild/linux-mips64el", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-mips64el", - "hash": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==" - } - }, - "npm:@esbuild/linux-ppc64": { - "type": "npm", - "name": "npm:@esbuild/linux-ppc64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-ppc64", - "hash": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==" - } - }, - "npm:@esbuild/linux-riscv64": { - "type": "npm", - "name": "npm:@esbuild/linux-riscv64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-riscv64", - "hash": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==" - } - }, - "npm:@esbuild/linux-s390x": { - "type": "npm", - "name": "npm:@esbuild/linux-s390x", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-s390x", - "hash": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==" - } - }, - "npm:@esbuild/linux-x64": { - "type": "npm", - "name": "npm:@esbuild/linux-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-x64", - "hash": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==" - } - }, - "npm:@esbuild/netbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/netbsd-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==" - } - }, - "npm:@esbuild/openbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/openbsd-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/openbsd-x64", - "hash": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==" - } - }, - "npm:@esbuild/sunos-x64": { - "type": "npm", - "name": "npm:@esbuild/sunos-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/sunos-x64", - "hash": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==" - } - }, - "npm:@esbuild/win32-arm64": { - "type": "npm", - "name": "npm:@esbuild/win32-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/win32-arm64", - "hash": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==" - } - }, - "npm:@esbuild/win32-ia32": { - "type": "npm", - "name": "npm:@esbuild/win32-ia32", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/win32-ia32", - "hash": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==" - } - }, - "npm:@esbuild/win32-x64": { - "type": "npm", - "name": "npm:@esbuild/win32-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/win32-x64", - "hash": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==" - } - }, - "npm:@eslint-community/eslint-utils": { - "type": "npm", - "name": "npm:@eslint-community/eslint-utils", - "data": { - "version": "4.9.1", - "packageName": "@eslint-community/eslint-utils", - "hash": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==" - } - }, - "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.23.5", - "packageName": "@eslint/config-array", - "hash": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==" - } - }, - "npm:@eslint/eslintrc@2.1.4": { - "type": "npm", - "name": "npm:@eslint/eslintrc@2.1.4", - "data": { - "version": "2.1.4", - "packageName": "@eslint/eslintrc", - "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" - } - }, - "npm:@eslint/eslintrc": { - "type": "npm", - "name": "npm:@eslint/eslintrc", - "data": { - "version": "3.3.5", - "packageName": "@eslint/eslintrc", - "hash": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==" - } - }, - "npm:@eslint/js@8.57.1": { - "type": "npm", - "name": "npm:@eslint/js@8.57.1", - "data": { - "version": "8.57.1", - "packageName": "@eslint/js", - "hash": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" - } - }, - "npm:@eslint/js": { - "type": "npm", - "name": "npm:@eslint/js", - "data": { - "version": "10.0.1", - "packageName": "@eslint/js", - "hash": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==" - } - }, - "npm:@eslint/object-schema": { - "type": "npm", - "name": "npm:@eslint/object-schema", - "data": { - "version": "3.0.5", - "packageName": "@eslint/object-schema", - "hash": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==" - } - }, - "npm:@exodus/bytes": { - "type": "npm", - "name": "npm:@exodus/bytes", - "data": { - "version": "1.15.1", - "packageName": "@exodus/bytes", - "hash": "sha512-S6mL0yNB/Abt9Ei4tq8gDhcczc4S3+vQ4ra7vxnAf+YHC02srtqxKKZghx2Dq6p0e66THKwR6r8N6P95wEty7Q==" - } - }, - "npm:@humanwhocodes/config-array": { - "type": "npm", - "name": "npm:@humanwhocodes/config-array", - "data": { - "version": "0.13.0", - "packageName": "@humanwhocodes/config-array", - "hash": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" - } - }, - "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/object-schema": { - "type": "npm", - "name": "npm:@humanwhocodes/object-schema", - "data": { - "version": "2.0.3", - "packageName": "@humanwhocodes/object-schema", - "hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" - } - }, - "npm:@isaacs/cliui": { - "type": "npm", - "name": "npm:@isaacs/cliui", - "data": { - "version": "8.0.2", - "packageName": "@isaacs/cliui", - "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" - } - }, - "npm:@istanbuljs/load-nyc-config": { - "type": "npm", - "name": "npm:@istanbuljs/load-nyc-config", - "data": { - "version": "1.1.0", - "packageName": "@istanbuljs/load-nyc-config", - "hash": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" - } - }, - "npm:@istanbuljs/schema": { - "type": "npm", - "name": "npm:@istanbuljs/schema", - "data": { - "version": "0.1.6", - "packageName": "@istanbuljs/schema", - "hash": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==" - } - }, - "npm:@jest/console": { - "type": "npm", - "name": "npm:@jest/console", - "data": { - "version": "30.4.1", - "packageName": "@jest/console", - "hash": "sha512-v3bhyxUh9Hgmo5p6hAOXe14/R3ZxZDOsvHleh4B07z3m/x4/ngPUXEm9XwK4sF4u+f+P2ORb0Ge+MgpaqRMVDA==" - } - }, - "npm:@jest/core": { - "type": "npm", - "name": "npm:@jest/core", - "data": { - "version": "30.4.2", - "packageName": "@jest/core", - "hash": "sha512-TZJA6cPJUFxoWhxaLo8t0VX/MZX2wPWr0uIDvLSHIvN4gu9h02vSzqI2kBADG1ExqQlC+cY09xKMSreivvrChQ==" - } - }, - "npm:@jest/diff-sequences": { - "type": "npm", - "name": "npm:@jest/diff-sequences", - "data": { - "version": "30.0.1", - "packageName": "@jest/diff-sequences", - "hash": "sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==" - } - }, - "npm:@jest/diff-sequences@30.4.0": { - "type": "npm", - "name": "npm:@jest/diff-sequences@30.4.0", - "data": { - "version": "30.4.0", - "packageName": "@jest/diff-sequences", - "hash": "sha512-zOpzlfUs45l6u7jm39qr87JCHUDsaeCtvL+kQe/Vn9jSnRB4/5IPXISm0h9I1vZW/o00Kn4UTJ2MOlhnUGwv3g==" - } - }, - "npm:@jest/environment": { - "type": "npm", - "name": "npm:@jest/environment", - "data": { - "version": "30.4.1", - "packageName": "@jest/environment", - "hash": "sha512-AK9yNRqgKxiabqMoe4oW+3/TSSeV8vkdC7BGaxZdU0AFXfOpofTLqdru2GXKZghP3sdgwE9XXpnVwfZ8JnFV4w==" - } - }, - "npm:@jest/expect-utils": { - "type": "npm", - "name": "npm:@jest/expect-utils", - "data": { - "version": "30.4.1", - "packageName": "@jest/expect-utils", - "hash": "sha512-ZBn5CglH8fBsQsvs4VWNzD4aWfUYks+IdOOQU3MEK71ol/BcVm+P+rtb1KpiFBpSWSCE27uOahyyf1vfqOVbcQ==" - } - }, - "npm:@jest/expect": { - "type": "npm", - "name": "npm:@jest/expect", - "data": { - "version": "30.4.1", - "packageName": "@jest/expect", - "hash": "sha512-ginrj6TMgh2GshLUGCjO94Ptx9HhdZA/I6A9iUfyeLKFtdAjnKzHDgzgP9HYQgbxM1lbXScQ2eUBz2lGeVDPWA==" - } - }, - "npm:@jest/fake-timers": { - "type": "npm", - "name": "npm:@jest/fake-timers", - "data": { - "version": "30.4.1", - "packageName": "@jest/fake-timers", - "hash": "sha512-iW5umdmfPeWzehrVhugFQZqCchSCud5S1l2YT0O9ZhjRR0ExclANDZkiSBwzqtnlOn0J1JXvO+HZ6rkuyOVOgQ==" - } - }, - "npm:@jest/get-type": { - "type": "npm", - "name": "npm:@jest/get-type", - "data": { - "version": "30.1.0", - "packageName": "@jest/get-type", - "hash": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==" - } - }, - "npm:@jest/globals": { - "type": "npm", - "name": "npm:@jest/globals", - "data": { - "version": "30.4.1", - "packageName": "@jest/globals", - "hash": "sha512-ZbuY4cmXC8DkxYjfvT2DbcHWL2T6vmsMhXCDcmTB2T0y0gaezBI77ufq5ZAIdcRkYZ7NEQEDg1xFeKbxUJ5v5Q==" - } - }, - "npm:@jest/pattern": { - "type": "npm", - "name": "npm:@jest/pattern", - "data": { - "version": "30.4.0", - "packageName": "@jest/pattern", - "hash": "sha512-RAWn3+f9u8BsHijKJ71uHcFp6vmyEt6VvoWXkl6hKF3qVIuWNmudVjg12DlBPGup/frIl5UcUlH5HfEuvHpEXg==" - } - }, - "npm:@jest/reporters": { - "type": "npm", - "name": "npm:@jest/reporters", - "data": { - "version": "30.4.1", - "packageName": "@jest/reporters", - "hash": "sha512-/SnkPCzEQpUaBH81kjdEdDdo2WZl5hxw+BmLDGWjRkm8o7XlhjwsU36cqwe5PGBE5WYpBvDzRSdXx9rbGuJtNA==" - } - }, - "npm:@jest/schemas": { - "type": "npm", - "name": "npm:@jest/schemas", - "data": { - "version": "30.4.1", - "packageName": "@jest/schemas", - "hash": "sha512-i6b4qw5qnP8c5FEeBJg/uZQ4ddrkN6Ca8qISJh0pr7a5hfn3h3v5x60BEbOC7OYAGZNMs1LfFLwnW2CuK8F57Q==" - } - }, - "npm:@jest/schemas@29.6.3": { - "type": "npm", - "name": "npm:@jest/schemas@29.6.3", - "data": { - "version": "29.6.3", - "packageName": "@jest/schemas", - "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" - } - }, - "npm:@jest/snapshot-utils": { - "type": "npm", - "name": "npm:@jest/snapshot-utils", - "data": { - "version": "30.4.1", - "packageName": "@jest/snapshot-utils", - "hash": "sha512-ObY4ljvQ95mt6iwKtVLetR/4yXiAgl3H4nJxhztr0MTjrN97TwDYrnCp/kF60Ec9HdhkWTHSu+Hg05aXfngpOA==" - } - }, - "npm:@jest/source-map": { - "type": "npm", - "name": "npm:@jest/source-map", - "data": { - "version": "30.0.1", - "packageName": "@jest/source-map", - "hash": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==" - } - }, - "npm:@jest/test-result": { - "type": "npm", - "name": "npm:@jest/test-result", - "data": { - "version": "30.4.1", - "packageName": "@jest/test-result", - "hash": "sha512-/ZG7pgEiOmmWkN9TplKbOu4id2N5lh7FHwRwlkgBVAzGdRH+OkkQ8wX/kIxg4zmd3ZQvAL1RwL2yWsvNYYECTw==" - } - }, - "npm:@jest/test-sequencer": { - "type": "npm", - "name": "npm:@jest/test-sequencer", - "data": { - "version": "30.4.1", - "packageName": "@jest/test-sequencer", - "hash": "sha512-PeYE+4td5rKjoRPxztObrXU+H8hsjZfxKMXOcmrr34JerSyB/ROOxbbicz8B7A5j9R9VayDnVPvBmedqCsFCdw==" - } - }, - "npm:@jest/transform": { - "type": "npm", - "name": "npm:@jest/transform", - "data": { - "version": "30.4.1", - "packageName": "@jest/transform", - "hash": "sha512-Wz0LyktlTvRefoymh+n64hQ84KNXsRGcwdoZ8CSa0Ea+fgYcHZlnk+hDP7v2MS7il2bQ5uTEIxf4/NNfhMN4KQ==" - } - }, - "npm:@jest/types": { - "type": "npm", - "name": "npm:@jest/types", - "data": { - "version": "30.4.1", - "packageName": "@jest/types", - "hash": "sha512-f1x/vJXIfjOlEmejYpbkbgw1gOqpPECwMvMEtBqe47j7H2Hg8h8w3o3ikhSXq3MI15kg+oQ0exWO0uCtTNJLoQ==" - } - }, - "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/source-map": { - "type": "npm", - "name": "npm:@jridgewell/source-map", - "data": { - "version": "0.3.11", - "packageName": "@jridgewell/source-map", - "hash": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==" - } - }, - "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@0.3.9": { - "type": "npm", - "name": "npm:@jridgewell/trace-mapping@0.3.9", - "data": { - "version": "0.3.9", - "packageName": "@jridgewell/trace-mapping", - "hash": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" - } - }, - "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:@jsonjoy.com/base64@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/base64@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/base64", - "hash": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==" - } - }, - "npm:@jsonjoy.com/base64": { - "type": "npm", - "name": "npm:@jsonjoy.com/base64", - "data": { - "version": "1.1.2", - "packageName": "@jsonjoy.com/base64", - "hash": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==" - } - }, - "npm:@jsonjoy.com/buffers": { - "type": "npm", - "name": "npm:@jsonjoy.com/buffers", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/buffers", - "hash": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==" - } - }, - "npm:@jsonjoy.com/buffers@1.2.1": { - "type": "npm", - "name": "npm:@jsonjoy.com/buffers@1.2.1", - "data": { - "version": "1.2.1", - "packageName": "@jsonjoy.com/buffers", - "hash": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==" - } - }, - "npm:@jsonjoy.com/codegen@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/codegen@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/codegen", - "hash": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==" - } - }, - "npm:@jsonjoy.com/codegen": { - "type": "npm", - "name": "npm:@jsonjoy.com/codegen", - "data": { - "version": "1.0.0", - "packageName": "@jsonjoy.com/codegen", - "hash": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==" - } - }, - "npm:@jsonjoy.com/fs-core": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-core", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-core", - "hash": "sha512-uI++Wx6VkBJqVmkb4ZeExwAVpZiA2Do5NrEtXoDk0Pdvce3ytFXJoviT1sLOj16+qDIMnD5nWPfOhVpnDmRJKg==" - } - }, - "npm:@jsonjoy.com/fs-fsa": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-fsa", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-fsa", - "hash": "sha512-pKkw/yC5CzSZKhIIUIsH1przOa+K5jGmZIg1sWaSF24JojyrUFbjcQv7QrcGAudriei6HQ6R0BFj+V8NbQinJw==" - } - }, - "npm:@jsonjoy.com/fs-node-builtins": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node-builtins", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node-builtins", - "hash": "sha512-V4DgEFT3Cg5S9fCMOZSCVdTxdJWWLBO0WnAazV7hnCM96u5zXHyW/ubDAfcSVwqjkMJ50W1Y44IXtxRoIwaCVg==" - } - }, - "npm:@jsonjoy.com/fs-node-to-fsa": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node-to-fsa", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node-to-fsa", - "hash": "sha512-+JptNw3iifihxH2rEXrninDzX4FFVW8JD/wPR8GbJPAeL9CQUSblrlumOPB5gZuS7tYRX+PJPLtT7XzKoRhv/Q==" - } - }, - "npm:@jsonjoy.com/fs-node-utils": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node-utils", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node-utils", - "hash": "sha512-foyUrfS7WmYEUzqYXSNxmJBcSj04TABrkpFabwO9SCDCpVCfJ+qG+2sk5FjfiflG2n0SDFZDCJ6vYlJAEpxJFg==" - } - }, - "npm:@jsonjoy.com/fs-node": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node", - "hash": "sha512-Kbn1jdkvDN4F2+BhoB6mMu7NCbhP0bgA5NcI1aJj/Q5UcU+I1JLLW+dEQean33iV4tXv35AzBVKPICnDltBpxw==" - } - }, - "npm:@jsonjoy.com/fs-print": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-print", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-print", - "hash": "sha512-96eAn4Dudtt67LTeuU47yUD+pg9/G/oKpI10zei9ljk3X3WK4lYKc+n3cpaPCAbKPzoyfxl0mXm8f8Y7BOSFXw==" - } - }, - "npm:@jsonjoy.com/fs-snapshot": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-snapshot", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-snapshot", - "hash": "sha512-V57CMzbOgTzUWGOWQ8GzHQdpJP6JnrYVNCtTBNxVYEnlVRvo4uEJqHhtAT8vhDFrIuJOXLrTL1Fki4h5oI7xxg==" - } - }, - "npm:@jsonjoy.com/json-pack": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pack", - "data": { - "version": "1.21.0", - "packageName": "@jsonjoy.com/json-pack", - "hash": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==" - } - }, - "npm:@jsonjoy.com/json-pack@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pack@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/json-pack", - "hash": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==" - } - }, - "npm:@jsonjoy.com/json-pointer@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pointer@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/json-pointer", - "hash": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==" - } - }, - "npm:@jsonjoy.com/json-pointer": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pointer", - "data": { - "version": "1.0.2", - "packageName": "@jsonjoy.com/json-pointer", - "hash": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==" - } - }, - "npm:@jsonjoy.com/util@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/util@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/util", - "hash": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==" - } - }, - "npm:@jsonjoy.com/util": { - "type": "npm", - "name": "npm:@jsonjoy.com/util", - "data": { - "version": "1.9.0", - "packageName": "@jsonjoy.com/util", - "hash": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==" - } - }, - "npm:@leichtgewicht/ip-codec": { - "type": "npm", - "name": "npm:@leichtgewicht/ip-codec", - "data": { - "version": "2.0.5", - "packageName": "@leichtgewicht/ip-codec", - "hash": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" - } - }, - "npm:@ljharb/through": { - "type": "npm", - "name": "npm:@ljharb/through", - "data": { - "version": "2.3.14", - "packageName": "@ljharb/through", - "hash": "sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==" - } - }, - "npm:@lukeed/csprng": { - "type": "npm", - "name": "npm:@lukeed/csprng", - "data": { - "version": "1.1.0", - "packageName": "@lukeed/csprng", - "hash": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" - } - }, - "npm:@microsoft/tsdoc": { - "type": "npm", - "name": "npm:@microsoft/tsdoc", - "data": { - "version": "0.15.1", - "packageName": "@microsoft/tsdoc", - "hash": "sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==" - } - }, - "npm:@module-federation/bridge-react-webpack-plugin": { - "type": "npm", - "name": "npm:@module-federation/bridge-react-webpack-plugin", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/bridge-react-webpack-plugin", - "hash": "sha512-bMRKo1ac6dYUhvPWH6ElFRfR+yWjbCse2mwu9fEzjemeaAqqse0K7XBIrW+4HcU7k/A6fu4Dk8o137ol6ZFXvw==" - } - }, - "npm:@module-federation/cli": { - "type": "npm", - "name": "npm:@module-federation/cli", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/cli", - "hash": "sha512-Y5dQrcPoph91KAzg6XXQ40faqFQ4iPwq3JuvFbsawyKwhQ/+aHkaH7cfclNbNr9pHGiiozkdxb22zK3oJRI3rw==" - } - }, - "npm:@module-federation/dts-plugin": { - "type": "npm", - "name": "npm:@module-federation/dts-plugin", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/dts-plugin", - "hash": "sha512-XylIL02As+VXk4DzFb8qYQs1YYoY0MZOpIqhf06LMkZBjPdOE0wJ1GOBvhFP9kM/cfuK7QV//mNdrWlZgvEkRA==" - } - }, - "npm:@module-federation/enhanced": { - "type": "npm", - "name": "npm:@module-federation/enhanced", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/enhanced", - "hash": "sha512-uddrS58NxOW2lsLfXLHenzfX37QMuZ0g03nG9SVhqfo3tMdP9877SLaMKRpoOvy7YQRfrXVAGF//9U9QtEWr7A==" - } - }, - "npm:@module-federation/error-codes@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/error-codes@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/error-codes", - "hash": "sha512-MLJUCQ05KnoVl8xd6xs9a5g2/8U+eWmVxg7xiBMeR0+7OjdWUbHwcwgVFatRIwSZvFgKHfWEiI7wsU1q1XbTRQ==" - } - }, - "npm:@module-federation/error-codes": { - "type": "npm", - "name": "npm:@module-federation/error-codes", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/error-codes", - "hash": "sha512-3KIR8XbEW0Y+Fn8IAnxzDWMvXQWiS40Z1TE/Fft9aTeXP9dDAM7AiVhjTh5yF2csAwHSt/1LJVZbiCmS13mE8A==" - } - }, - "npm:@module-federation/inject-external-runtime-core-plugin": { - "type": "npm", - "name": "npm:@module-federation/inject-external-runtime-core-plugin", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/inject-external-runtime-core-plugin", - "hash": "sha512-cCFCQ0j0xObXwVwBq/ZiU+MMdJrE2OVwdPUR7l6NHKKwKAOmkagM+AE5wNEkzVht6m+Dh6x6/5UTqqa/vbDrjQ==" - } - }, - "npm:@module-federation/managers": { - "type": "npm", - "name": "npm:@module-federation/managers", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/managers", - "hash": "sha512-AWbkH/U76FJDbdwBOodQ1An40WOdrDGAgqUMc8RD62+Ec/ocPfda0NhFcJbPxlUIvSFPTvBv6DwTnygmNC7GPA==" - } - }, - "npm:@module-federation/manifest": { - "type": "npm", - "name": "npm:@module-federation/manifest", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/manifest", - "hash": "sha512-z44Fita44rpLufoEW71tWw+eWGMVLVQzT2OjrzOHH8JLPOX3czT0INPwVbRp9v8puzWiU6Kz5W6PqelqutpJKA==" - } - }, - "npm:@module-federation/node": { - "type": "npm", - "name": "npm:@module-federation/node", - "data": { - "version": "2.7.44", - "packageName": "@module-federation/node", - "hash": "sha512-XlwBWbSX2RMQM7dKQifUsMncDtvjeMFGH5LW6yG2cM/nqrM9uvN0QaG3AJIbYXKpOqH94x/XfP7jBV5JYyWpzQ==" - } - }, - "npm:@module-federation/rspack": { - "type": "npm", - "name": "npm:@module-federation/rspack", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/rspack", - "hash": "sha512-9Qu4Q7P4VHUhMQLHKA95x3L85WKPtk2Lz0VPpUprIwlKhKgZbuy5ou2PjlWiaPIffWo1JsVfoBi+P9dtpOeEsw==" - } - }, - "npm:@module-federation/runtime-core@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/runtime-core@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/runtime-core", - "hash": "sha512-5Hd1Y5qp5lU/aTiK66lidMlM/4ji2gr3EXAtJdreJzkY+bKcI5+21GRcliZ4RAkICmvdxQU5PHPL71XmNc7Lsw==" - } - }, - "npm:@module-federation/runtime-core": { - "type": "npm", - "name": "npm:@module-federation/runtime-core", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/runtime-core", - "hash": "sha512-UMuMsWHXeMrm8Isl8YD6/s1jmTVau3SQhp9RO4Ln+eD2lrjM4hQSwOX2xPtfT1C1I4/E6hgyZQV1K1Q/3Zpr0Q==" - } - }, - "npm:@module-federation/runtime-tools@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/runtime-tools@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/runtime-tools", - "hash": "sha512-fnP+ZOZTFeBGiTAnxve+axGmiYn2D60h86nUISXjXClK3LUY1krUfPgf6MaD4YDJ4i51OGXZWPekeMe16pkd8Q==" - } - }, - "npm:@module-federation/runtime-tools": { - "type": "npm", - "name": "npm:@module-federation/runtime-tools", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/runtime-tools", - "hash": "sha512-pYUNvaQQBEwP66TLrjmmfkDIrTmPnX0kK86HgClkWLQKkX/oCgnqDxEgNbjeCc75dwUvZP6fW2d0pZ5++XILTw==" - } - }, - "npm:@module-federation/runtime@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/runtime@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/runtime", - "hash": "sha512-+caXwaQqwTNh+CQqyb4mZmXq7iEemRDrTZQGD+zyeH454JAYnJ3s/3oDFizdH6245pk+NiqDyOOkHzzFQorKhQ==" - } - }, - "npm:@module-federation/runtime": { - "type": "npm", - "name": "npm:@module-federation/runtime", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/runtime", - "hash": "sha512-Tf33FIpnQMn8FjIUAQMtSTYQgGibfh5vEvJihFO3q/hG9LiWwLMErZvOz/+wcPsE81gzHjYPxQgMKGSP3BuG8g==" - } - }, - "npm:@module-federation/sdk@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/sdk@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/sdk", - "hash": "sha512-x6hARETb8iqHVhEsQBysuWpznNZViUh84qV2yE7AD+g7uIzHKiYdoWqj10posbo5XKf/147qgWDzKZoKoEP2dw==" - } - }, - "npm:@module-federation/sdk": { - "type": "npm", - "name": "npm:@module-federation/sdk", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/sdk", - "hash": "sha512-FDhCx81ZCxX1oT/fyt/bW+gpPt287GR156E/Thv1yhb9XyNHGNkqe8zqJOipOMfb07E22OMzSzOulCBvAOgn3g==" - } - }, - "npm:@module-federation/third-party-dts-extractor": { - "type": "npm", - "name": "npm:@module-federation/third-party-dts-extractor", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/third-party-dts-extractor", - "hash": "sha512-/jD/o2IivDgg6jGUgdb9NZtlJWeoz1uKcblGL2BxYVzzlKT+1YS7Y2idTl1tqp4hNdFnDlPpQv6WLdKiLoOPNw==" - } - }, - "npm:@module-federation/webpack-bundler-runtime@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/webpack-bundler-runtime", - "hash": "sha512-7zIp3LrcWbhGuFDTUMLJ2FJvcwjlddqhWGxi/MW3ur1a+HaO8v5tF2nl+vElKmbG1DFLU/52l3PElVcWf/YcsQ==" - } - }, - "npm:@module-federation/webpack-bundler-runtime": { - "type": "npm", - "name": "npm:@module-federation/webpack-bundler-runtime", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/webpack-bundler-runtime", - "hash": "sha512-0pUsP9aaWIUcfWUXqax/iSwozngORwf4RK0R1qTOYYC13qx+p4p1Ck28Rz6Tzj/6zpzJgcMQXR7nW4sL+ztaww==" - } - }, - "npm:@napi-rs/wasm-runtime": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime", - "data": { - "version": "0.2.4", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==" - } - }, - "npm:@napi-rs/wasm-runtime@1.0.7": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime@1.0.7", - "data": { - "version": "1.0.7", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==" - } - }, - "npm:@napi-rs/wasm-runtime@1.1.4": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime@1.1.4", - "data": { - "version": "1.1.4", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==" - } - }, - "npm:@nestjs/cli": { - "type": "npm", - "name": "npm:@nestjs/cli", - "data": { - "version": "10.4.9", - "packageName": "@nestjs/cli", - "hash": "sha512-s8qYd97bggqeK7Op3iD49X2MpFtW4LVNLAwXFkfbRxKME6IYT7X0muNTJ2+QfI8hpbNx9isWkrLWIp+g5FOhiA==" - } - }, - "npm:@nestjs/common": { - "type": "npm", - "name": "npm:@nestjs/common", - "data": { - "version": "10.4.22", - "packageName": "@nestjs/common", - "hash": "sha512-fxJ4v85nDHaqT1PmfNCQ37b/jcv2OojtXTaK1P2uAXhzLf9qq6WNUOFvxBrV4fhQek1EQoT1o9oj5xAZmv3NRw==" - } - }, - "npm:@nestjs/config": { - "type": "npm", - "name": "npm:@nestjs/config", - "data": { - "version": "4.0.4", - "packageName": "@nestjs/config", - "hash": "sha512-CJPjNitr0bAufSEnRe2N+JbnVmMmDoo6hvKCPzXgZoGwJSmp/dZPk9f/RMbuD/+Q1ZJPjwsRpq0vxna++Knwow==" - } - }, - "npm:@nestjs/core": { - "type": "npm", - "name": "npm:@nestjs/core", - "data": { - "version": "10.4.22", - "packageName": "@nestjs/core", - "hash": "sha512-6IX9+VwjiKtCjx+mXVPncpkQ5ZjKfmssOZPFexmT+6T9H9wZ3svpYACAo7+9e7Nr9DZSoRZw3pffkJP7Z0UjaA==" - } - }, - "npm:@nestjs/mapped-types": { - "type": "npm", - "name": "npm:@nestjs/mapped-types", - "data": { - "version": "2.0.5", - "packageName": "@nestjs/mapped-types", - "hash": "sha512-bSJv4pd6EY99NX9CjBIyn4TVDoSit82DUZlL4I3bqNfy5Gt+gXTa86i3I/i0iIV9P4hntcGM5GyO+FhZAhxtyg==" - } - }, - "npm:@nestjs/passport": { - "type": "npm", - "name": "npm:@nestjs/passport", - "data": { - "version": "10.0.3", - "packageName": "@nestjs/passport", - "hash": "sha512-znJ9Y4S8ZDVY+j4doWAJ8EuuVO7SkQN3yOBmzxbGaXbvcSwFDAdGJ+OMCg52NdzIO4tQoN4pYKx8W6M0ArfFRQ==" - } - }, - "npm:@nestjs/platform-express": { - "type": "npm", - "name": "npm:@nestjs/platform-express", - "data": { - "version": "11.1.24", - "packageName": "@nestjs/platform-express", - "hash": "sha512-CeMKbRBm05aOBiWhIHWO2xDeHbxynBF9ySQv3gRjObz2N5+uJnYriAYkHvVqvC4JIydmMPmT5VdICFNlNz3qyA==" - } - }, - "npm:@nestjs/schematics@10.2.3": { - "type": "npm", - "name": "npm:@nestjs/schematics@10.2.3", - "data": { - "version": "10.2.3", - "packageName": "@nestjs/schematics", - "hash": "sha512-4e8gxaCk7DhBxVUly2PjYL4xC2ifDFexCqq1/u4TtivLGXotVk0wHdYuPYe1tHTHuR1lsOkRbfOCpkdTnigLVg==" - } - }, - "npm:@nestjs/schematics": { - "type": "npm", - "name": "npm:@nestjs/schematics", - "data": { - "version": "11.1.0", - "packageName": "@nestjs/schematics", - "hash": "sha512-lVxGZ46tcdItFMoXr6vyKWlnOsm1SZm/GUqAEDvy2RL4Q4O+3bkziAhrO7Y8JLssFUUvNFEGqAizI52WAxhjDw==" - } - }, - "npm:@nestjs/swagger": { - "type": "npm", - "name": "npm:@nestjs/swagger", - "data": { - "version": "7.4.2", - "packageName": "@nestjs/swagger", - "hash": "sha512-Mu6TEn1M/owIvAx2B4DUQObQXqo2028R2s9rSZ/hJEgBK95+doTwS0DjmVA2wTeZTyVtXOoN7CsoM5pONBzvKQ==" - } - }, - "npm:@nestjs/testing": { - "type": "npm", - "name": "npm:@nestjs/testing", - "data": { - "version": "10.4.22", - "packageName": "@nestjs/testing", - "hash": "sha512-HO9aPus3bAedAC+jKVAA8jTdaj4fs5M9fing4giHrcYV2txe9CvC1l1WAjwQ9RDhEHdugjY4y+FZA/U/YqPZrA==" - } - }, - "npm:@nestjs/typeorm": { - "type": "npm", - "name": "npm:@nestjs/typeorm", - "data": { - "version": "10.0.2", - "packageName": "@nestjs/typeorm", - "hash": "sha512-H738bJyydK4SQkRCTeh1aFBxoO1E9xdL/HaLGThwrqN95os5mEyAtK7BLADOS+vldP4jDZ2VQPLj4epWwRqCeQ==" - } - }, - "npm:@noble/hashes": { - "type": "npm", - "name": "npm:@noble/hashes", - "data": { - "version": "1.4.0", - "packageName": "@noble/hashes", - "hash": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==" - } - }, - "npm:@nodable/entities": { - "type": "npm", - "name": "npm:@nodable/entities", - "data": { - "version": "2.1.1", - "packageName": "@nodable/entities", - "hash": "sha512-Pig3HxDIoMgjdEH8OCf/dkcTmLFjJRjWuq8jSnklu284/TKOPibSRERmOykiwmyXTtv61mP+44f3GMx0tLAyjg==" - } - }, - "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:@nrwl/nx-cloud": { - "type": "npm", - "name": "npm:@nrwl/nx-cloud", - "data": { - "version": "16.5.2", - "packageName": "@nrwl/nx-cloud", - "hash": "sha512-oHO5T1HRJsR9mbRd8eUqMBPCgqVZLSbAh3zJoPFmhEmjbM4YB9ePRpgYFT8dRNeZUOUd/8Yt7Pb6EVWOHvpD/w==" - } - }, - "npm:@nuxtjs/opencollective": { - "type": "npm", - "name": "npm:@nuxtjs/opencollective", - "data": { - "version": "0.3.2", - "packageName": "@nuxtjs/opencollective", - "hash": "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==" - } - }, - "npm:@nx/cypress": { - "type": "npm", - "name": "npm:@nx/cypress", - "data": { - "version": "22.7.5", - "packageName": "@nx/cypress", - "hash": "sha512-R7vlStn1ukKL9WL/dtfESKeqC38LyDvapPdSbxlBiDISCMgJAzntLcoBM22LfR3z7xy4kDk21fDMwglO3Bj30A==" - } - }, - "npm:@nx/devkit": { - "type": "npm", - "name": "npm:@nx/devkit", - "data": { - "version": "22.7.5", - "packageName": "@nx/devkit", - "hash": "sha512-/63ziS7kdHXYTLLhwWBu9hFwoFFT8xf+PkcQjsNdPqc5JmkYkSew0cE/vp5ORgBpGLWWnFPJgmfqjbJoO2C7jA==" - } - }, - "npm:@nx/eslint-plugin": { - "type": "npm", - "name": "npm:@nx/eslint-plugin", - "data": { - "version": "22.7.5", - "packageName": "@nx/eslint-plugin", - "hash": "sha512-C9mLUAZjcAKvkAifLNxNBWzvX9RFc/fg+GbO0d50596Lw3Yoz5tRCm4mgpUbVI3mkMIQumjoe8hu9bFx85bXnw==" - } - }, - "npm:@nx/eslint": { - "type": "npm", - "name": "npm:@nx/eslint", - "data": { - "version": "22.7.5", - "packageName": "@nx/eslint", - "hash": "sha512-D/85AvnF07ng/fLcSvAE8bxFQKvejUc/MP4pX6aFZgRGrpduo7mTwFMlM/UtOtTTPRRRQVLmM9u7jn4JKROBRw==" - } - }, - "npm:@nx/jest": { - "type": "npm", - "name": "npm:@nx/jest", - "data": { - "version": "22.7.5", - "packageName": "@nx/jest", - "hash": "sha512-+WlVdtDlVM1dyJKQg/gKiMMs6B4cR8Qh3NT9J2WFPbKdD89DTR771j+WZE572MLijJmqzOE7uNH189kV1qEj0A==" - } - }, - "npm:@nx/js": { - "type": "npm", - "name": "npm:@nx/js", - "data": { - "version": "22.7.5", - "packageName": "@nx/js", - "hash": "sha512-2nJdlNPwYRldsdmUz+p/O8kF7eVjINaycTO4o1FXn8DL09wLvhxb1kFAaJrGA3Ig6znAnmRVGitccFt1QTPCIg==" - } - }, - "npm:@nx/module-federation": { - "type": "npm", - "name": "npm:@nx/module-federation", - "data": { - "version": "22.7.5", - "packageName": "@nx/module-federation", - "hash": "sha512-tb2j891NYZvl2jMFWbTgF2aLGOGDjhJrMbUKIml2/xIT6DNF89+ly8+wjMS5Nh7JAK3XSQtlERlFVBCcTD+bQA==" - } - }, - "npm:@nx/nx-darwin-arm64": { - "type": "npm", - "name": "npm:@nx/nx-darwin-arm64", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-darwin-arm64", - "hash": "sha512-eoPtwx0qZqvRUD+VVOHm150AlSYwYoPxkDHBBGqKCn5nzPspb0lLWw8q83crM/L1M928YgK0WmGf3C++7eqsTA==" - } - }, - "npm:@nx/nx-darwin-x64": { - "type": "npm", - "name": "npm:@nx/nx-darwin-x64", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-darwin-x64", - "hash": "sha512-VLOn/ZoEn3HfjSj+yIHLCM56/el79r+9I28CkZNHaSXJQWZ3edSkcgcfYjVxCurpN2VEwDQHLBeFCH8M+lQ7wQ==" - } - }, - "npm:@nx/nx-freebsd-x64": { - "type": "npm", - "name": "npm:@nx/nx-freebsd-x64", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-freebsd-x64", - "hash": "sha512-LEVer/E2xfGvK9Go+imMQoEninOoq/38Z2bhV1SD3AThXrp1xaLFVkW5jQ6juebeVkAeztEoMLFlr576egS0vw==" - } - }, - "npm:@nx/nx-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@nx/nx-linux-arm-gnueabihf", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-arm-gnueabihf", - "hash": "sha512-NP27EFGpmFJM6RL1Ey/AFJ7gA2xuqtIHaw6jjSNGvfrnZRUNaway30GrVaGGeODf0DsvAty/unqoBMPy6kDHbw==" - } - }, - "npm:@nx/nx-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@nx/nx-linux-arm64-gnu", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-arm64-gnu", - "hash": "sha512-QLnkJl3HkHsPfpLiNiAiMfpfAeFpic0U1diAxF8RqChOkCpQ7ulvyBVgE1UrQxvhd+gFQ3ed5RNDxtCRw8nTiw==" - } - }, - "npm:@nx/nx-linux-arm64-musl": { - "type": "npm", - "name": "npm:@nx/nx-linux-arm64-musl", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-arm64-musl", - "hash": "sha512-cEP6KmwBgnb38+jTTaibWCjwXcHmigqhTfy0tN1be7WZr6bHxbqNLsXqKRN70PSNA3HouZcxw1cdRL8tqbPBBA==" - } - }, - "npm:@nx/nx-linux-x64-gnu": { - "type": "npm", - "name": "npm:@nx/nx-linux-x64-gnu", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-x64-gnu", - "hash": "sha512-tbaX1tZCSpGifDNBfDdEZAMxVF3Yg4bhFP/bm1needc0diqb+Zflc0u5tM5/6BWDMITQDwenJVsNiQ8ZdtJURA==" - } - }, - "npm:@nx/nx-linux-x64-musl": { - "type": "npm", - "name": "npm:@nx/nx-linux-x64-musl", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-x64-musl", - "hash": "sha512-H0M7csOZIgPT822LqjxSXzf4MXRND15vIkAQe3F3Jlr3Si8LC3tzbL52aVcRfgb8MF/xOB5U47mSwxWt1M2bPQ==" - } - }, - "npm:@nx/nx-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@nx/nx-win32-arm64-msvc", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-win32-arm64-msvc", - "hash": "sha512-JTcZch9YAnDL1gbhqePz3DZ4x7iYemLn1yJzrjbbXAmXju2eiiJiZvJJHbV06+SP9HKXDT8RjTKuAWTdVxnHug==" - } - }, - "npm:@nx/nx-win32-x64-msvc": { - "type": "npm", - "name": "npm:@nx/nx-win32-x64-msvc", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-win32-x64-msvc", - "hash": "sha512-ngcMyHdBJ9FSz2nHdbZ7gtJlFq0O2b05sPAsVMkZ18CKzdaA1qrBDJfsMO49hPCny505eiT766+CkKdaCDl5kA==" - } - }, - "npm:@nx/react": { - "type": "npm", - "name": "npm:@nx/react", - "data": { - "version": "22.7.5", - "packageName": "@nx/react", - "hash": "sha512-Xgrq3iEJVM+SvZYEIYgBrfSRJ2hx7Bpc/p3w7A9gJYyXeAJgAfPzK4jtESkMqLxW5mBCpQVgJEbIrR5IAcBpbA==" - } - }, - "npm:@nx/rollup": { - "type": "npm", - "name": "npm:@nx/rollup", - "data": { - "version": "22.7.5", - "packageName": "@nx/rollup", - "hash": "sha512-36bLP+XZR7Qiejw1sGc+0R3r2/N4FNPgV8Q1IW8Y+6QpkTCk3jStX1HXyJBW0EwPcIkgQ/PwSkhHeg9ATZei2A==" - } - }, - "npm:@nx/vite": { - "type": "npm", - "name": "npm:@nx/vite", - "data": { - "version": "22.7.5", - "packageName": "@nx/vite", - "hash": "sha512-udKstx9fDT+Z/SacxVBJWdqDhaxee9/rA+F6nyg97PTH4JAGVuj+LZIFPakqiSg623GXMAGmK0gzAswAuWrYIQ==" - } - }, - "npm:@nx/vitest": { - "type": "npm", - "name": "npm:@nx/vitest", - "data": { - "version": "22.7.5", - "packageName": "@nx/vitest", - "hash": "sha512-+E/IOIpzKbIfnTugx5vk9nDRw9tJEPIdNguYusSrzyZ6UNxiLBO9ipamNKiXw/4lPCtGH2TGx6M9nBQDUg/ciQ==" - } - }, - "npm:@nx/web": { - "type": "npm", - "name": "npm:@nx/web", - "data": { - "version": "22.7.5", - "packageName": "@nx/web", - "hash": "sha512-mJOx3BknJhdr2T7UD4b4LuWyTa+MyXXJvYymBjHvBuCmWC5o68wuDm2y5kXrZ1WxHJYlqoLZ2281QPVyB+SZ7A==" - } - }, - "npm:@nx/webpack": { - "type": "npm", - "name": "npm:@nx/webpack", - "data": { - "version": "22.7.5", - "packageName": "@nx/webpack", - "hash": "sha512-R6LUNAiwQANzqnRDVG2Z4nBMOUQX8Pud1BzllK+CgJkT8qK5eRjVjkBMCEm42togZ8Ax5/BYzO5w4gqUVKfvOQ==" - } - }, - "npm:@nx/workspace": { - "type": "npm", - "name": "npm:@nx/workspace", - "data": { - "version": "22.7.5", - "packageName": "@nx/workspace", - "hash": "sha512-f3zx8EAOl0ANd2UXZIniBoHfDvNvi2Uy65R9Rp6emdcx7rxsuTU5Eaidryleo9wIQ5cZAcMx7Wvzp5Srj8diKA==" - } - }, - "npm:@parcel/watcher-android-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-android-arm64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-android-arm64", - "hash": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==" - } - }, - "npm:@parcel/watcher-darwin-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-arm64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-darwin-arm64", - "hash": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==" - } - }, - "npm:@parcel/watcher-darwin-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-x64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-darwin-x64", - "hash": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==" - } - }, - "npm:@parcel/watcher-freebsd-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-freebsd-x64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-freebsd-x64", - "hash": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==" - } - }, - "npm:@parcel/watcher-linux-arm-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-glibc", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm-glibc", - "hash": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==" - } - }, - "npm:@parcel/watcher-linux-arm-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-musl", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm-musl", - "hash": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==" - } - }, - "npm:@parcel/watcher-linux-arm64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-glibc", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm64-glibc", - "hash": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==" - } - }, - "npm:@parcel/watcher-linux-arm64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-musl", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm64-musl", - "hash": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==" - } - }, - "npm:@parcel/watcher-linux-x64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-glibc", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-x64-glibc", - "hash": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==" - } - }, - "npm:@parcel/watcher-linux-x64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-musl", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-x64-musl", - "hash": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==" - } - }, - "npm:@parcel/watcher-win32-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-arm64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-win32-arm64", - "hash": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==" - } - }, - "npm:@parcel/watcher-win32-ia32": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-ia32", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-win32-ia32", - "hash": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==" - } - }, - "npm:@parcel/watcher-win32-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-x64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-win32-x64", - "hash": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==" - } - }, - "npm:@parcel/watcher": { - "type": "npm", - "name": "npm:@parcel/watcher", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher", - "hash": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==" - } - }, - "npm:@peculiar/asn1-cms": { - "type": "npm", - "name": "npm:@peculiar/asn1-cms", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-cms", - "hash": "sha512-hew63shtzzvBcSHbhm+cyAmKe6AIfinT9hzEqSPjDC6opTTMKmTkQ0gHuN2KsWlvqiKw1S/fS94fhag/FJkioQ==" - } - }, - "npm:@peculiar/asn1-csr": { - "type": "npm", - "name": "npm:@peculiar/asn1-csr", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-csr", - "hash": "sha512-VVsAyGqErT9D1SY4aEqozThXMVI+ssVRiv2DDeYuvpBKLIgZ3hYs3Ay3u/VSoKq6ESFi9cf6rf3IOOzfwh7oMA==" - } - }, - "npm:@peculiar/asn1-ecc": { - "type": "npm", - "name": "npm:@peculiar/asn1-ecc", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-ecc", - "hash": "sha512-n7KEs/Q/wrB415cxy4fHOBhegp4NdJ15fkJPwcB/3/8iNBQC2L/N7SChJPKDJPZGYH0jD4Tg4/0vnHmwghnbKw==" - } - }, - "npm:@peculiar/asn1-pfx": { - "type": "npm", - "name": "npm:@peculiar/asn1-pfx", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-pfx", - "hash": "sha512-V/nrlQVmhg7lYAsM7E13UDL5erAwFv6kCIVFqNaMIHSVi7dngcT839JkRTkQBqznMG98l2XjxYk74ZztAohZzA==" - } - }, - "npm:@peculiar/asn1-pkcs8": { - "type": "npm", - "name": "npm:@peculiar/asn1-pkcs8", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-pkcs8", - "hash": "sha512-9GTl1nE8Mx1kTZ+7QyYatDyKsm34QcWRBFkY1iPvWC3X4Dona5s/tlLiQsx5WzVdZqiMBZNYT0buyw4/vbhnjw==" - } - }, - "npm:@peculiar/asn1-pkcs9": { - "type": "npm", - "name": "npm:@peculiar/asn1-pkcs9", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-pkcs9", - "hash": "sha512-Bh7m+OuIaSEllPQcSd9OSp93F4ROWH7sbITWV8MI+8dwsjE5111/87VxiWVvYFKyww3vp39geLv9ENqhwWHcew==" - } - }, - "npm:@peculiar/asn1-rsa": { - "type": "npm", - "name": "npm:@peculiar/asn1-rsa", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-rsa", - "hash": "sha512-/qvENQrXyTZURjMqSeofHul0JJt2sNSzSwk36pl2olkHbaioMQgrASDZAlHXl0xUlnVbHj0uGgOrBMTb5x2aJQ==" - } - }, - "npm:@peculiar/asn1-schema": { - "type": "npm", - "name": "npm:@peculiar/asn1-schema", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-schema", - "hash": "sha512-W8ZfWzLmQnrcky+eh3tni4IozMdqBDiHWU0N+vve/UGjMaUs8c0L7A2oEdkBXS8rTpWDpK/aoI3DG/L/hxmxPg==" - } - }, - "npm:@peculiar/asn1-x509-attr": { - "type": "npm", - "name": "npm:@peculiar/asn1-x509-attr", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-x509-attr", - "hash": "sha512-NS8e7SOgXipkzUPLF/sce7ukpMpWjhxYsH0n6Y+bHYo4TTxOb95Zv7hqwSuL212mj5YxovjdOKQOgH1As3E94w==" - } - }, - "npm:@peculiar/asn1-x509": { - "type": "npm", - "name": "npm:@peculiar/asn1-x509", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-x509", - "hash": "sha512-mUn9RRrkGDnG4ALfunDmzyRW5dg+sWCj/pfnCCqEHYbkGxEpvUt6iVJv8Yw1cyp6SWZ26ZE5oSmI5SqEaen15g==" - } - }, - "npm:@peculiar/utils": { - "type": "npm", - "name": "npm:@peculiar/utils", - "data": { - "version": "2.0.3", - "packageName": "@peculiar/utils", - "hash": "sha512-+oL3HPFRIZ1St2K50lWCXiioIgSoxzz7R1J3uF6neO2yl1sgmpgY6XXJH4BdpoDkMWznQTeYF6oWNDZLCdQ4eQ==" - } - }, - "npm:@peculiar/x509": { - "type": "npm", - "name": "npm:@peculiar/x509", - "data": { - "version": "1.14.3", - "packageName": "@peculiar/x509", - "hash": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==" - } - }, - "npm:@phenomnomnominal/tsquery": { - "type": "npm", - "name": "npm:@phenomnomnominal/tsquery", - "data": { - "version": "6.2.0", - "packageName": "@phenomnomnominal/tsquery", - "hash": "sha512-Vo9nkhfZxDB/sBiqIY3pjDC4mOSyure+AFlEW5hcy/tRE82MqCXjRN4InnVNMldinRt0dLYqg4HAU2XPq5e1LA==" - } - }, - "npm:@pkgjs/parseargs": { - "type": "npm", - "name": "npm:@pkgjs/parseargs", - "data": { - "version": "0.11.0", - "packageName": "@pkgjs/parseargs", - "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" - } - }, - "npm:@pkgr/core": { - "type": "npm", - "name": "npm:@pkgr/core", - "data": { - "version": "0.3.6", - "packageName": "@pkgr/core", - "hash": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==" - } - }, - "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:@rolldown/pluginutils": { - "type": "npm", - "name": "npm:@rolldown/pluginutils", - "data": { - "version": "1.0.0-beta.27", - "packageName": "@rolldown/pluginutils", - "hash": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==" - } - }, - "npm:@rollup/plugin-babel": { - "type": "npm", - "name": "npm:@rollup/plugin-babel", - "data": { - "version": "6.1.0", - "packageName": "@rollup/plugin-babel", - "hash": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==" - } - }, - "npm:@rollup/plugin-commonjs": { - "type": "npm", - "name": "npm:@rollup/plugin-commonjs", - "data": { - "version": "25.0.8", - "packageName": "@rollup/plugin-commonjs", - "hash": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==" - } - }, - "npm:@rollup/plugin-image": { - "type": "npm", - "name": "npm:@rollup/plugin-image", - "data": { - "version": "3.0.3", - "packageName": "@rollup/plugin-image", - "hash": "sha512-qXWQwsXpvD4trSb8PeFPFajp8JLpRtqqOeNYRUKnEQNHm7e5UP7fuSRcbjQAJ7wDZBbnJvSdY5ujNBQd9B1iFg==" - } - }, - "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/plugin-node-resolve": { - "type": "npm", - "name": "npm:@rollup/plugin-node-resolve", - "data": { - "version": "15.3.1", - "packageName": "@rollup/plugin-node-resolve", - "hash": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==" - } - }, - "npm:@rollup/plugin-typescript": { - "type": "npm", - "name": "npm:@rollup/plugin-typescript", - "data": { - "version": "12.3.0", - "packageName": "@rollup/plugin-typescript", - "hash": "sha512-7DP0/p7y3t67+NabT9f8oTBFE6gGkto4SA6Np2oudYmZE/m1dt8RB0SjL1msMxFpLo631qjRCcBlAbq1ml/Big==" - } - }, - "npm:@rollup/pluginutils@4.2.1": { - "type": "npm", - "name": "npm:@rollup/pluginutils@4.2.1", - "data": { - "version": "4.2.1", - "packageName": "@rollup/pluginutils", - "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" - } - }, - "npm:@rollup/pluginutils": { - "type": "npm", - "name": "npm:@rollup/pluginutils", - "data": { - "version": "5.4.0", - "packageName": "@rollup/pluginutils", - "hash": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==" - } - }, - "npm:@rollup/rollup-android-arm-eabi": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm-eabi", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-android-arm-eabi", - "hash": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==" - } - }, - "npm:@rollup/rollup-android-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-android-arm64", - "hash": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==" - } - }, - "npm:@rollup/rollup-darwin-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-darwin-arm64", - "hash": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==" - } - }, - "npm:@rollup/rollup-darwin-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-x64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-darwin-x64", - "hash": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==" - } - }, - "npm:@rollup/rollup-freebsd-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-freebsd-arm64", - "hash": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==" - } - }, - "npm:@rollup/rollup-freebsd-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-x64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-freebsd-x64", - "hash": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==" - } - }, - "npm:@rollup/rollup-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-gnueabihf", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm-gnueabihf", - "hash": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==" - } - }, - "npm:@rollup/rollup-linux-arm-musleabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-musleabihf", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm-musleabihf", - "hash": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==" - } - }, - "npm:@rollup/rollup-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm64-gnu", - "hash": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==" - } - }, - "npm:@rollup/rollup-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm64-musl", - "hash": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==" - } - }, - "npm:@rollup/rollup-linux-loong64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-loong64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-loong64-gnu", - "hash": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==" - } - }, - "npm:@rollup/rollup-linux-loong64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-loong64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-loong64-musl", - "hash": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==" - } - }, - "npm:@rollup/rollup-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-ppc64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-ppc64-gnu", - "hash": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==" - } - }, - "npm:@rollup/rollup-linux-ppc64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-ppc64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-ppc64-musl", - "hash": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==" - } - }, - "npm:@rollup/rollup-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-riscv64-gnu", - "hash": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==" - } - }, - "npm:@rollup/rollup-linux-riscv64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-riscv64-musl", - "hash": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==" - } - }, - "npm:@rollup/rollup-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-s390x-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-s390x-gnu", - "hash": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==" - } - }, - "npm:@rollup/rollup-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-x64-gnu", - "hash": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==" - } - }, - "npm:@rollup/rollup-linux-x64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-x64-musl", - "hash": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==" - } - }, - "npm:@rollup/rollup-openbsd-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-openbsd-x64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-openbsd-x64", - "hash": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==" - } - }, - "npm:@rollup/rollup-openharmony-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-openharmony-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-openharmony-arm64", - "hash": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==" - } - }, - "npm:@rollup/rollup-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-arm64-msvc", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-arm64-msvc", - "hash": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==" - } - }, - "npm:@rollup/rollup-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-ia32-msvc", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-ia32-msvc", - "hash": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==" - } - }, - "npm:@rollup/rollup-win32-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-x64-gnu", - "hash": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==" - } - }, - "npm:@rollup/rollup-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-msvc", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-x64-msvc", - "hash": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==" - } - }, - "npm:@rspack/binding-darwin-arm64": { - "type": "npm", - "name": "npm:@rspack/binding-darwin-arm64", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-darwin-arm64", - "hash": "sha512-e8CTQtzaeGnf+BIzR7wRMUwKfIg0jd/sxMRc1Vd0bCMHBhSN9EsGoMuJJaKeRrSmy2nwMCNWHIG+TvT1CEKg+A==" - } - }, - "npm:@rspack/binding-darwin-x64": { - "type": "npm", - "name": "npm:@rspack/binding-darwin-x64", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-darwin-x64", - "hash": "sha512-ku1XpTEPt6Za11zhpFWhfwrTQogcgi9RJrOUVC4FESiPO9aKyd4hJ+JiPgLY0MZOqsptK6vEAgOip+uDVXrCpg==" - } - }, - "npm:@rspack/binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rspack/binding-linux-arm64-gnu", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-arm64-gnu", - "hash": "sha512-fvZX6xZPvBT8qipSpvkKMX5M7yd2BSpZNCZXcefw6gA3uC7LI3gu+er0LrDXY1PtPzVuHTyDx+abwWpagV3PiQ==" - } - }, - "npm:@rspack/binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rspack/binding-linux-arm64-musl", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-arm64-musl", - "hash": "sha512-++XMKcMNrt59HcFBLnRaJcn70k3X0GwkAegZBVpel8xYIAgvoXT5+L8P1ExId/yTFxqedaz8DbcxQnNmMozviw==" - } - }, - "npm:@rspack/binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rspack/binding-linux-x64-gnu", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-x64-gnu", - "hash": "sha512-tv3BWkTE1TndfX+DsE1rSTg8fBevCxujNZ3MlfZ22Wfy9x1FMXTJlWG8VIOXmaaJ1wUHzv8S7cE2YUUJ2LuiCg==" - } - }, - "npm:@rspack/binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@rspack/binding-linux-x64-musl", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-x64-musl", - "hash": "sha512-DCGgZ5/in1O3FjHWqXnDsncRy+48cMhfuUAAUyl0yDj1NpsZu9pP+xfGLvGcQTiYrVl7IH9Aojf1eShP/77WGA==" - } - }, - "npm:@rspack/binding-wasm32-wasi": { - "type": "npm", - "name": "npm:@rspack/binding-wasm32-wasi", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-wasm32-wasi", - "hash": "sha512-VUwdhl/lI4m6o1OGCZ9JwtMjTV/yLY5VZTQdEPKb40JMTlmZ5MBlr5xk7ByaXXYHr6I+qnqEm73iMKQvg6iknw==" - } - }, - "npm:@rspack/binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rspack/binding-win32-arm64-msvc", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-win32-arm64-msvc", - "hash": "sha512-23YX7zlOZlub+nPGDBUzktb4D5D6ETUAluKjXEeHIZ9m7fSlEYBnGL66YE+3t1DHXGd0OqsdwlvrNGcyo6EXDQ==" - } - }, - "npm:@rspack/binding-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@rspack/binding-win32-ia32-msvc", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-win32-ia32-msvc", - "hash": "sha512-cFgRE3APxrY4AEdooVk2LtipwNNT/9mrnjdC5lVbsIsz+SxvGbZR231bxDJEqP15+RJOaD07FO1sIjINFqXMEg==" - } - }, - "npm:@rspack/binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rspack/binding-win32-x64-msvc", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-win32-x64-msvc", - "hash": "sha512-cIuhVsZYd3o3Neo1JSAhJYw6BDvlxaBoqvgwRkG1rs0ExFmEmgYyG7ip9pFKnKNWph/tmW3rDYypmEfjs1is7g==" - } - }, - "npm:@rspack/binding": { - "type": "npm", - "name": "npm:@rspack/binding", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding", - "hash": "sha512-lUeL4mbwGo+nqRKqFDCm9vH2jv9FNMVt1X8jqayWRcOCPlj/2UVMEFgqjR7Pp2vlvnTKq//31KbDBJmDZq31RQ==" - } - }, - "npm:@rspack/core": { - "type": "npm", - "name": "npm:@rspack/core", - "data": { - "version": "1.6.8", - "packageName": "@rspack/core", - "hash": "sha512-FolcIAH5FW4J2FET+qwjd1kNeFbCkd0VLuIHO0thyolEjaPSxw5qxG67DA7BZGm6PVcoiSgPLks1DL6eZ8c+fA==" - } - }, - "npm:@rspack/lite-tapable": { - "type": "npm", - "name": "npm:@rspack/lite-tapable", - "data": { - "version": "1.1.0", - "packageName": "@rspack/lite-tapable", - "hash": "sha512-E2B0JhYFmVAwdDiG14+DW0Di4Ze4Jg10Pc4/lILUrd5DRCaklduz2OvJ5HYQ6G+hd+WTzqQb3QnDNfK4yvAFYw==" - } - }, - "npm:@rtsao/scc": { - "type": "npm", - "name": "npm:@rtsao/scc", - "data": { - "version": "1.1.0", - "packageName": "@rtsao/scc", - "hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" - } - }, - "npm:@sinclair/typebox@0.27.10": { - "type": "npm", - "name": "npm:@sinclair/typebox@0.27.10", - "data": { - "version": "0.27.10", - "packageName": "@sinclair/typebox", - "hash": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==" - } - }, - "npm:@sinclair/typebox": { - "type": "npm", - "name": "npm:@sinclair/typebox", - "data": { - "version": "0.34.49", - "packageName": "@sinclair/typebox", - "hash": "sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==" - } - }, - "npm:@sinonjs/commons": { - "type": "npm", - "name": "npm:@sinonjs/commons", - "data": { - "version": "3.0.1", - "packageName": "@sinonjs/commons", - "hash": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" - } - }, - "npm:@sinonjs/fake-timers": { - "type": "npm", - "name": "npm:@sinonjs/fake-timers", - "data": { - "version": "15.4.0", - "packageName": "@sinonjs/fake-timers", - "hash": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==" - } - }, - "npm:@smithy/core": { - "type": "npm", - "name": "npm:@smithy/core", - "data": { - "version": "3.24.6", - "packageName": "@smithy/core", - "hash": "sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug==" - } - }, - "npm:@smithy/credential-provider-imds": { - "type": "npm", - "name": "npm:@smithy/credential-provider-imds", - "data": { - "version": "4.3.8", - "packageName": "@smithy/credential-provider-imds", - "hash": "sha512-5cAM+KZC02sTqDt6NaLXyu50M/GNMd1eTzDVR8Lb0BBsVtu7RWHo47VPPEEv1vt3Yub6uzr+M5FHC+GtoT0USg==" - } - }, - "npm:@smithy/fetch-http-handler": { - "type": "npm", - "name": "npm:@smithy/fetch-http-handler", - "data": { - "version": "5.4.6", - "packageName": "@smithy/fetch-http-handler", - "hash": "sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g==" - } - }, - "npm:@smithy/is-array-buffer": { - "type": "npm", - "name": "npm:@smithy/is-array-buffer", - "data": { - "version": "2.2.0", - "packageName": "@smithy/is-array-buffer", - "hash": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==" - } - }, - "npm:@smithy/node-http-handler": { - "type": "npm", - "name": "npm:@smithy/node-http-handler", - "data": { - "version": "4.7.7", - "packageName": "@smithy/node-http-handler", - "hash": "sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A==" - } - }, - "npm:@smithy/signature-v4": { - "type": "npm", - "name": "npm:@smithy/signature-v4", - "data": { - "version": "5.4.6", - "packageName": "@smithy/signature-v4", - "hash": "sha512-Ojg4B6oIDlIr1R86xCDJt1zJWnYa0VINmqdjfe9qxWjdRivHalZ3iSlQgVqYbW0MdpFOC5XfHEWsnbmdnpIILQ==" - } - }, - "npm:@smithy/types": { - "type": "npm", - "name": "npm:@smithy/types", - "data": { - "version": "4.14.3", - "packageName": "@smithy/types", - "hash": "sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==" - } - }, - "npm:@smithy/util-buffer-from": { - "type": "npm", - "name": "npm:@smithy/util-buffer-from", - "data": { - "version": "2.2.0", - "packageName": "@smithy/util-buffer-from", - "hash": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==" - } - }, - "npm:@smithy/util-utf8": { - "type": "npm", - "name": "npm:@smithy/util-utf8", - "data": { - "version": "2.3.0", - "packageName": "@smithy/util-utf8", - "hash": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==" - } - }, - "npm:@sqltools/formatter": { - "type": "npm", - "name": "npm:@sqltools/formatter", - "data": { - "version": "1.2.5", - "packageName": "@sqltools/formatter", - "hash": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==" - } - }, - "npm:@svgr/babel-plugin-add-jsx-attribute": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-add-jsx-attribute", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-add-jsx-attribute", - "hash": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==" - } - }, - "npm:@svgr/babel-plugin-remove-jsx-attribute": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-remove-jsx-attribute", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-remove-jsx-attribute", - "hash": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==" - } - }, - "npm:@svgr/babel-plugin-remove-jsx-empty-expression": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-remove-jsx-empty-expression", - "hash": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==" - } - }, - "npm:@svgr/babel-plugin-replace-jsx-attribute-value": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-replace-jsx-attribute-value", - "hash": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==" - } - }, - "npm:@svgr/babel-plugin-svg-dynamic-title": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-svg-dynamic-title", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-svg-dynamic-title", - "hash": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==" - } - }, - "npm:@svgr/babel-plugin-svg-em-dimensions": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-svg-em-dimensions", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-svg-em-dimensions", - "hash": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==" - } - }, - "npm:@svgr/babel-plugin-transform-react-native-svg": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-transform-react-native-svg", - "data": { - "version": "8.1.0", - "packageName": "@svgr/babel-plugin-transform-react-native-svg", - "hash": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==" - } - }, - "npm:@svgr/babel-plugin-transform-svg-component": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-transform-svg-component", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-transform-svg-component", - "hash": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==" - } - }, - "npm:@svgr/babel-preset": { - "type": "npm", - "name": "npm:@svgr/babel-preset", - "data": { - "version": "8.1.0", - "packageName": "@svgr/babel-preset", - "hash": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==" - } - }, - "npm:@svgr/core": { - "type": "npm", - "name": "npm:@svgr/core", - "data": { - "version": "8.1.0", - "packageName": "@svgr/core", - "hash": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==" - } - }, - "npm:@svgr/hast-util-to-babel-ast": { - "type": "npm", - "name": "npm:@svgr/hast-util-to-babel-ast", - "data": { - "version": "8.0.0", - "packageName": "@svgr/hast-util-to-babel-ast", - "hash": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==" - } - }, - "npm:@svgr/plugin-jsx": { - "type": "npm", - "name": "npm:@svgr/plugin-jsx", - "data": { - "version": "8.1.0", - "packageName": "@svgr/plugin-jsx", - "hash": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==" - } - }, - "npm:@svgr/plugin-svgo": { - "type": "npm", - "name": "npm:@svgr/plugin-svgo", - "data": { - "version": "8.1.0", - "packageName": "@svgr/plugin-svgo", - "hash": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==" - } - }, - "npm:@svgr/webpack": { - "type": "npm", - "name": "npm:@svgr/webpack", - "data": { - "version": "8.1.0", - "packageName": "@svgr/webpack", - "hash": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==" - } - }, - "npm:@testing-library/dom": { - "type": "npm", - "name": "npm:@testing-library/dom", - "data": { - "version": "10.4.1", - "packageName": "@testing-library/dom", - "hash": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==" - } - }, - "npm:@testing-library/react": { - "type": "npm", - "name": "npm:@testing-library/react", - "data": { - "version": "15.0.7", - "packageName": "@testing-library/react", - "hash": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==" - } - }, - "npm:@tokenizer/inflate": { - "type": "npm", - "name": "npm:@tokenizer/inflate", - "data": { - "version": "0.2.7", - "packageName": "@tokenizer/inflate", - "hash": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==" - } - }, - "npm:@tokenizer/token": { - "type": "npm", - "name": "npm:@tokenizer/token", - "data": { - "version": "0.3.0", - "packageName": "@tokenizer/token", - "hash": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" - } - }, - "npm:@tsconfig/node10": { - "type": "npm", - "name": "npm:@tsconfig/node10", - "data": { - "version": "1.0.12", - "packageName": "@tsconfig/node10", - "hash": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==" - } - }, - "npm:@tsconfig/node12": { - "type": "npm", - "name": "npm:@tsconfig/node12", - "data": { - "version": "1.0.11", - "packageName": "@tsconfig/node12", - "hash": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" - } - }, - "npm:@tsconfig/node14": { - "type": "npm", - "name": "npm:@tsconfig/node14", - "data": { - "version": "1.0.3", - "packageName": "@tsconfig/node14", - "hash": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" - } - }, - "npm:@tsconfig/node16": { - "type": "npm", - "name": "npm:@tsconfig/node16", - "data": { - "version": "1.0.4", - "packageName": "@tsconfig/node16", - "hash": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" - } - }, - "npm:@tybys/wasm-util@0.9.0": { - "type": "npm", - "name": "npm:@tybys/wasm-util@0.9.0", - "data": { - "version": "0.9.0", - "packageName": "@tybys/wasm-util", - "hash": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==" - } - }, - "npm:@tybys/wasm-util@0.10.2": { - "type": "npm", - "name": "npm:@tybys/wasm-util@0.10.2", - "data": { - "version": "0.10.2", - "packageName": "@tybys/wasm-util", - "hash": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==" - } - }, - "npm:@types/aria-query": { - "type": "npm", - "name": "npm:@types/aria-query", - "data": { - "version": "5.0.4", - "packageName": "@types/aria-query", - "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" - } - }, - "npm:@types/babel__core": { - "type": "npm", - "name": "npm:@types/babel__core", - "data": { - "version": "7.20.5", - "packageName": "@types/babel__core", - "hash": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" - } - }, - "npm:@types/babel__generator": { - "type": "npm", - "name": "npm:@types/babel__generator", - "data": { - "version": "7.27.0", - "packageName": "@types/babel__generator", - "hash": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==" - } - }, - "npm:@types/babel__template": { - "type": "npm", - "name": "npm:@types/babel__template", - "data": { - "version": "7.4.4", - "packageName": "@types/babel__template", - "hash": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" - } - }, - "npm:@types/babel__traverse": { - "type": "npm", - "name": "npm:@types/babel__traverse", - "data": { - "version": "7.28.0", - "packageName": "@types/babel__traverse", - "hash": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==" - } - }, - "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/bonjour": { - "type": "npm", - "name": "npm:@types/bonjour", - "data": { - "version": "3.5.13", - "packageName": "@types/bonjour", - "hash": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==" - } - }, - "npm:@types/chai-subset": { - "type": "npm", - "name": "npm:@types/chai-subset", - "data": { - "version": "1.3.6", - "packageName": "@types/chai-subset", - "hash": "sha512-m8lERkkQj+uek18hXOZuec3W/fCRTrU4hrnXjH3qhHy96ytuPaPiWGgu7sJb7tZxZonO75vYAjCvpe/e4VUwRw==" - } - }, - "npm:@types/chai": { - "type": "npm", - "name": "npm:@types/chai", - "data": { - "version": "4.3.20", - "packageName": "@types/chai", - "hash": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==" - } - }, - "npm:@types/connect-history-api-fallback": { - "type": "npm", - "name": "npm:@types/connect-history-api-fallback", - "data": { - "version": "1.5.4", - "packageName": "@types/connect-history-api-fallback", - "hash": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==" - } - }, - "npm:@types/connect": { - "type": "npm", - "name": "npm:@types/connect", - "data": { - "version": "3.4.38", - "packageName": "@types/connect", - "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" - } - }, - "npm:@types/eslint-scope": { - "type": "npm", - "name": "npm:@types/eslint-scope", - "data": { - "version": "3.7.7", - "packageName": "@types/eslint-scope", - "hash": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==" - } - }, - "npm:@types/eslint": { - "type": "npm", - "name": "npm:@types/eslint", - "data": { - "version": "9.6.1", - "packageName": "@types/eslint", - "hash": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==" - } - }, - "npm:@types/esquery": { - "type": "npm", - "name": "npm:@types/esquery", - "data": { - "version": "1.5.4", - "packageName": "@types/esquery", - "hash": "sha512-yYO4Q8H+KJHKW1rEeSzHxcZi90durqYgWVfnh5K6ZADVBjBv2e1NEveYX5yT2bffgN7RqzH3k9930m+i2yBoMA==" - } - }, - "npm:@types/estree": { - "type": "npm", - "name": "npm:@types/estree", - "data": { - "version": "1.0.9", - "packageName": "@types/estree", - "hash": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==" - } - }, - "npm:@types/express-serve-static-core@5.1.1": { - "type": "npm", - "name": "npm:@types/express-serve-static-core@5.1.1", - "data": { - "version": "5.1.1", - "packageName": "@types/express-serve-static-core", - "hash": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==" - } - }, - "npm:@types/express-serve-static-core": { - "type": "npm", - "name": "npm:@types/express-serve-static-core", - "data": { - "version": "4.19.8", - "packageName": "@types/express-serve-static-core", - "hash": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==" - } - }, - "npm:@types/express@5.0.6": { - "type": "npm", - "name": "npm:@types/express@5.0.6", - "data": { - "version": "5.0.6", - "packageName": "@types/express", - "hash": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==" - } - }, - "npm:@types/express": { - "type": "npm", - "name": "npm:@types/express", - "data": { - "version": "4.17.25", - "packageName": "@types/express", - "hash": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==" - } - }, - "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/http-proxy": { - "type": "npm", - "name": "npm:@types/http-proxy", - "data": { - "version": "1.17.17", - "packageName": "@types/http-proxy", - "hash": "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==" - } - }, - "npm:@types/istanbul-lib-coverage": { - "type": "npm", - "name": "npm:@types/istanbul-lib-coverage", - "data": { - "version": "2.0.6", - "packageName": "@types/istanbul-lib-coverage", - "hash": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" - } - }, - "npm:@types/istanbul-lib-report": { - "type": "npm", - "name": "npm:@types/istanbul-lib-report", - "data": { - "version": "3.0.3", - "packageName": "@types/istanbul-lib-report", - "hash": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" - } - }, - "npm:@types/istanbul-reports": { - "type": "npm", - "name": "npm:@types/istanbul-reports", - "data": { - "version": "3.0.4", - "packageName": "@types/istanbul-reports", - "hash": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" - } - }, - "npm:@types/jest": { - "type": "npm", - "name": "npm:@types/jest", - "data": { - "version": "30.0.0", - "packageName": "@types/jest", - "hash": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==" - } - }, - "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/json5": { - "type": "npm", - "name": "npm:@types/json5", - "data": { - "version": "0.0.29", - "packageName": "@types/json5", - "hash": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" - } - }, - "npm:@types/jsonwebtoken": { - "type": "npm", - "name": "npm:@types/jsonwebtoken", - "data": { - "version": "9.0.10", - "packageName": "@types/jsonwebtoken", - "hash": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==" - } - }, - "npm:@types/mime": { - "type": "npm", - "name": "npm:@types/mime", - "data": { - "version": "1.3.5", - "packageName": "@types/mime", - "hash": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" - } - }, - "npm:@types/ms": { - "type": "npm", - "name": "npm:@types/ms", - "data": { - "version": "2.1.0", - "packageName": "@types/ms", - "hash": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" - } - }, - "npm:@types/node@25.9.1": { - "type": "npm", - "name": "npm:@types/node@25.9.1", - "data": { - "version": "25.9.1", - "packageName": "@types/node", - "hash": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==" - } - }, - "npm:@types/node": { - "type": "npm", - "name": "npm:@types/node", - "data": { - "version": "18.19.130", - "packageName": "@types/node", - "hash": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==" - } - }, - "npm:@types/nodemailer": { - "type": "npm", - "name": "npm:@types/nodemailer", - "data": { - "version": "8.0.0", - "packageName": "@types/nodemailer", - "hash": "sha512-fyf8jWULsCo0d0BuoQ75i6IeoHs47qcqxWc7yUdUcV0pOZGjUTTOvwdG1PRXUDqN/8A64yQdQdnA2pZgcdi+cA==" - } - }, - "npm:@types/parse-json": { - "type": "npm", - "name": "npm:@types/parse-json", - "data": { - "version": "4.0.2", - "packageName": "@types/parse-json", - "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" - } - }, - "npm:@types/pg": { - "type": "npm", - "name": "npm:@types/pg", - "data": { - "version": "8.20.0", - "packageName": "@types/pg", - "hash": "sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow==" - } - }, - "npm:@types/prop-types": { - "type": "npm", - "name": "npm:@types/prop-types", - "data": { - "version": "15.7.15", - "packageName": "@types/prop-types", - "hash": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==" - } - }, - "npm:@types/qs": { - "type": "npm", - "name": "npm:@types/qs", - "data": { - "version": "6.15.1", - "packageName": "@types/qs", - "hash": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==" - } - }, - "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/react-dom": { - "type": "npm", - "name": "npm:@types/react-dom", - "data": { - "version": "18.3.7", - "packageName": "@types/react-dom", - "hash": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==" - } - }, - "npm:@types/react": { - "type": "npm", - "name": "npm:@types/react", - "data": { - "version": "18.3.30", - "packageName": "@types/react", - "hash": "sha512-3ek6mwJL5/VBewBcY4S66cqlCtK3qi4WIq37Z0m/NHw1hjhI7274Mx1qz/+ggSzyBCOEf7eHjBN6INjPAWYfYw==" - } - }, - "npm:@types/resolve": { - "type": "npm", - "name": "npm:@types/resolve", - "data": { - "version": "1.20.2", - "packageName": "@types/resolve", - "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" - } - }, - "npm:@types/retry": { - "type": "npm", - "name": "npm:@types/retry", - "data": { - "version": "0.12.2", - "packageName": "@types/retry", - "hash": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==" - } - }, - "npm:@types/semver@7.5.8": { - "type": "npm", - "name": "npm:@types/semver@7.5.8", - "data": { - "version": "7.5.8", - "packageName": "@types/semver", - "hash": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" - } - }, - "npm:@types/semver": { - "type": "npm", - "name": "npm:@types/semver", - "data": { - "version": "7.7.1", - "packageName": "@types/semver", - "hash": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==" - } - }, - "npm:@types/send": { - "type": "npm", - "name": "npm:@types/send", - "data": { - "version": "1.2.1", - "packageName": "@types/send", - "hash": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==" - } - }, - "npm:@types/send@0.17.6": { - "type": "npm", - "name": "npm:@types/send@0.17.6", - "data": { - "version": "0.17.6", - "packageName": "@types/send", - "hash": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==" - } - }, - "npm:@types/serve-index": { - "type": "npm", - "name": "npm:@types/serve-index", - "data": { - "version": "1.9.4", - "packageName": "@types/serve-index", - "hash": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==" - } - }, - "npm:@types/serve-static": { - "type": "npm", - "name": "npm:@types/serve-static", - "data": { - "version": "1.15.10", - "packageName": "@types/serve-static", - "hash": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==" - } - }, - "npm:@types/serve-static@2.2.0": { - "type": "npm", - "name": "npm:@types/serve-static@2.2.0", - "data": { - "version": "2.2.0", - "packageName": "@types/serve-static", - "hash": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==" - } - }, - "npm:@types/sinonjs__fake-timers": { - "type": "npm", - "name": "npm:@types/sinonjs__fake-timers", - "data": { - "version": "8.1.1", - "packageName": "@types/sinonjs__fake-timers", - "hash": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==" - } - }, - "npm:@types/sizzle": { - "type": "npm", - "name": "npm:@types/sizzle", - "data": { - "version": "2.3.10", - "packageName": "@types/sizzle", - "hash": "sha512-TC0dmN0K8YcWEAEfiPi5gJP14eJe30TTGjkvek3iM/1NdHHsdCA/Td6GvNndMOo/iSnIsZ4HuuhrYPDAmbxzww==" - } - }, - "npm:@types/sockjs": { - "type": "npm", - "name": "npm:@types/sockjs", - "data": { - "version": "0.3.36", - "packageName": "@types/sockjs", - "hash": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==" - } - }, - "npm:@types/stack-utils": { - "type": "npm", - "name": "npm:@types/stack-utils", - "data": { - "version": "2.0.3", - "packageName": "@types/stack-utils", - "hash": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" - } - }, - "npm:@types/tmp": { - "type": "npm", - "name": "npm:@types/tmp", - "data": { - "version": "0.2.6", - "packageName": "@types/tmp", - "hash": "sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==" - } - }, - "npm:@types/validator": { - "type": "npm", - "name": "npm:@types/validator", - "data": { - "version": "13.15.10", - "packageName": "@types/validator", - "hash": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==" - } - }, - "npm:@types/ws": { - "type": "npm", - "name": "npm:@types/ws", - "data": { - "version": "8.18.1", - "packageName": "@types/ws", - "hash": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==" - } - }, - "npm:@types/yargs-parser": { - "type": "npm", - "name": "npm:@types/yargs-parser", - "data": { - "version": "21.0.3", - "packageName": "@types/yargs-parser", - "hash": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" - } - }, - "npm:@types/yargs": { - "type": "npm", - "name": "npm:@types/yargs", - "data": { - "version": "17.0.35", - "packageName": "@types/yargs", - "hash": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==" - } - }, - "npm:@typescript-eslint/eslint-plugin": { - "type": "npm", - "name": "npm:@typescript-eslint/eslint-plugin", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/eslint-plugin", - "hash": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==" - } - }, - "npm:@typescript-eslint/parser": { - "type": "npm", - "name": "npm:@typescript-eslint/parser", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/parser", - "hash": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" - } - }, - "npm:@typescript-eslint/project-service": { - "type": "npm", - "name": "npm:@typescript-eslint/project-service", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/project-service", - "hash": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==" - } - }, - "npm:@typescript-eslint/scope-manager": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" - } - }, - "npm:@typescript-eslint/scope-manager@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==" - } - }, - "npm:@typescript-eslint/tsconfig-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/tsconfig-utils", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/tsconfig-utils", - "hash": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==" - } - }, - "npm:@typescript-eslint/type-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/type-utils", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/type-utils", - "hash": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==" - } - }, - "npm:@typescript-eslint/type-utils@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/type-utils@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/type-utils", - "hash": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==" - } - }, - "npm:@typescript-eslint/types@6.21.0": { - "type": "npm", - "name": "npm:@typescript-eslint/types@6.21.0", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/types", - "hash": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" - } - }, - "npm:@typescript-eslint/types": { - "type": "npm", - "name": "npm:@typescript-eslint/types", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/types", - "hash": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==" - } - }, - "npm:@typescript-eslint/typescript-estree": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" - } - }, - "npm:@typescript-eslint/typescript-estree@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==" - } - }, - "npm:@typescript-eslint/utils": { - "type": "npm", - "name": "npm:@typescript-eslint/utils", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==" - } - }, - "npm:@typescript-eslint/utils@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/utils@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==" - } - }, - "npm:@typescript-eslint/visitor-keys": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" - } - }, - "npm:@typescript-eslint/visitor-keys@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==" - } - }, - "npm:@ungap/structured-clone": { - "type": "npm", - "name": "npm:@ungap/structured-clone", - "data": { - "version": "1.3.1", - "packageName": "@ungap/structured-clone", - "hash": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==" - } - }, - "npm:@unrs/resolver-binding-android-arm-eabi": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-android-arm-eabi", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-android-arm-eabi", - "hash": "sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==" - } - }, - "npm:@unrs/resolver-binding-android-arm64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-android-arm64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-android-arm64", - "hash": "sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==" - } - }, - "npm:@unrs/resolver-binding-darwin-arm64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-darwin-arm64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-darwin-arm64", - "hash": "sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==" - } - }, - "npm:@unrs/resolver-binding-darwin-x64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-darwin-x64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-darwin-x64", - "hash": "sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==" - } - }, - "npm:@unrs/resolver-binding-freebsd-x64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-freebsd-x64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-freebsd-x64", - "hash": "sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==" - } - }, - "npm:@unrs/resolver-binding-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm-gnueabihf", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm-gnueabihf", - "hash": "sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==" - } - }, - "npm:@unrs/resolver-binding-linux-arm-musleabihf": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm-musleabihf", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm-musleabihf", - "hash": "sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==" - } - }, - "npm:@unrs/resolver-binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm64-gnu", - "hash": "sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==" - } - }, - "npm:@unrs/resolver-binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm64-musl", - "hash": "sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==" - } - }, - "npm:@unrs/resolver-binding-linux-loong64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-loong64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-loong64-gnu", - "hash": "sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==" - } - }, - "npm:@unrs/resolver-binding-linux-loong64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-loong64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-loong64-musl", - "hash": "sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==" - } - }, - "npm:@unrs/resolver-binding-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-ppc64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-ppc64-gnu", - "hash": "sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==" - } - }, - "npm:@unrs/resolver-binding-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-riscv64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-riscv64-gnu", - "hash": "sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==" - } - }, - "npm:@unrs/resolver-binding-linux-riscv64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-riscv64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-riscv64-musl", - "hash": "sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==" - } - }, - "npm:@unrs/resolver-binding-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-s390x-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-s390x-gnu", - "hash": "sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==" - } - }, - "npm:@unrs/resolver-binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-x64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-x64-gnu", - "hash": "sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==" - } - }, - "npm:@unrs/resolver-binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-x64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-x64-musl", - "hash": "sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==" - } - }, - "npm:@unrs/resolver-binding-openharmony-arm64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-openharmony-arm64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-openharmony-arm64", - "hash": "sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==" - } - }, - "npm:@unrs/resolver-binding-wasm32-wasi": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-wasm32-wasi", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-wasm32-wasi", - "hash": "sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==" - } - }, - "npm:@unrs/resolver-binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-win32-arm64-msvc", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-win32-arm64-msvc", - "hash": "sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==" - } - }, - "npm:@unrs/resolver-binding-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-win32-ia32-msvc", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-win32-ia32-msvc", - "hash": "sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==" - } - }, - "npm:@unrs/resolver-binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-win32-x64-msvc", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-win32-x64-msvc", - "hash": "sha512-nAB74NfSNKknqQ1RrYj6uz8FcXEomu/MATJZxh/x+BArzN2U3JbOYC0APYzUIGhVY3m5hRxA8VPNdPBoG8txlA==" - } - }, - "npm:@vitejs/plugin-react": { - "type": "npm", - "name": "npm:@vitejs/plugin-react", - "data": { - "version": "4.7.0", - "packageName": "@vitejs/plugin-react", - "hash": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==" - } - }, - "npm:@vitest/expect": { - "type": "npm", - "name": "npm:@vitest/expect", - "data": { - "version": "0.32.4", - "packageName": "@vitest/expect", - "hash": "sha512-m7EPUqmGIwIeoU763N+ivkFjTzbaBn0n9evsTOcde03ugy2avPs3kZbYmw3DkcH1j5mxhMhdamJkLQ6dM1bk/A==" - } - }, - "npm:@vitest/runner": { - "type": "npm", - "name": "npm:@vitest/runner", - "data": { - "version": "0.32.4", - "packageName": "@vitest/runner", - "hash": "sha512-cHOVCkiRazobgdKLnczmz2oaKK9GJOw6ZyRcaPdssO1ej+wzHVIkWiCiNacb3TTYPdzMddYkCgMjZ4r8C0JFCw==" - } - }, - "npm:@vitest/snapshot": { - "type": "npm", - "name": "npm:@vitest/snapshot", - "data": { - "version": "0.32.4", - "packageName": "@vitest/snapshot", - "hash": "sha512-IRpyqn9t14uqsFlVI2d7DFMImGMs1Q9218of40bdQQgMePwVdmix33yMNnebXcTzDU5eiV3eUsoxxH5v0x/IQA==" - } - }, - "npm:@vitest/spy": { - "type": "npm", - "name": "npm:@vitest/spy", - "data": { - "version": "0.32.4", - "packageName": "@vitest/spy", - "hash": "sha512-oA7rCOqVOOpE6rEoXuCOADX7Lla1LIa4hljI2MSccbpec54q+oifhziZIJXxlE/CvI2E+ElhBHzVu0VEvJGQKQ==" - } - }, - "npm:@vitest/ui": { - "type": "npm", - "name": "npm:@vitest/ui", - "data": { - "version": "0.32.4", - "packageName": "@vitest/ui", - "hash": "sha512-92y7bkjf55L08nomvHHYQkDWQEIkb36dJkgi+F/zpO5cFbrmk1pv/dYiaZKQ772uP96fAWinmux6sXNMNUh16w==" - } - }, - "npm:@vitest/utils": { - "type": "npm", - "name": "npm:@vitest/utils", - "data": { - "version": "0.32.4", - "packageName": "@vitest/utils", - "hash": "sha512-Gwnl8dhd1uJ+HXrYyV0eRqfmk9ek1ASE/LWfTCuWMw+d07ogHqp4hEAV28NiecimK6UY9DpSEPh+pXBA5gtTBg==" - } - }, - "npm:@webassemblyjs/ast": { - "type": "npm", - "name": "npm:@webassemblyjs/ast", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/ast", - "hash": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==" - } - }, - "npm:@webassemblyjs/floating-point-hex-parser": { - "type": "npm", - "name": "npm:@webassemblyjs/floating-point-hex-parser", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/floating-point-hex-parser", - "hash": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==" - } - }, - "npm:@webassemblyjs/helper-api-error": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-api-error", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/helper-api-error", - "hash": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==" - } - }, - "npm:@webassemblyjs/helper-buffer": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-buffer", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/helper-buffer", - "hash": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==" - } - }, - "npm:@webassemblyjs/helper-numbers": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-numbers", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/helper-numbers", - "hash": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==" - } - }, - "npm:@webassemblyjs/helper-wasm-bytecode": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-wasm-bytecode", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/helper-wasm-bytecode", - "hash": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==" - } - }, - "npm:@webassemblyjs/helper-wasm-section": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-wasm-section", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/helper-wasm-section", - "hash": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==" - } - }, - "npm:@webassemblyjs/ieee754": { - "type": "npm", - "name": "npm:@webassemblyjs/ieee754", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/ieee754", - "hash": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==" - } - }, - "npm:@webassemblyjs/leb128": { - "type": "npm", - "name": "npm:@webassemblyjs/leb128", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/leb128", - "hash": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==" - } - }, - "npm:@webassemblyjs/utf8": { - "type": "npm", - "name": "npm:@webassemblyjs/utf8", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/utf8", - "hash": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==" - } - }, - "npm:@webassemblyjs/wasm-edit": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-edit", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-edit", - "hash": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==" - } - }, - "npm:@webassemblyjs/wasm-gen": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-gen", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-gen", - "hash": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==" - } - }, - "npm:@webassemblyjs/wasm-opt": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-opt", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-opt", - "hash": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==" - } - }, - "npm:@webassemblyjs/wasm-parser": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-parser", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-parser", - "hash": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==" - } - }, - "npm:@webassemblyjs/wast-printer": { - "type": "npm", - "name": "npm:@webassemblyjs/wast-printer", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wast-printer", - "hash": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==" - } - }, - "npm:@xtuc/ieee754": { - "type": "npm", - "name": "npm:@xtuc/ieee754", - "data": { - "version": "1.2.0", - "packageName": "@xtuc/ieee754", - "hash": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - } - }, - "npm:@xtuc/long": { - "type": "npm", - "name": "npm:@xtuc/long", - "data": { - "version": "4.2.2", - "packageName": "@xtuc/long", - "hash": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - } - }, - "npm:@yarnpkg/lockfile": { - "type": "npm", - "name": "npm:@yarnpkg/lockfile", - "data": { - "version": "1.1.0", - "packageName": "@yarnpkg/lockfile", - "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" - } - }, - "npm:@zkochan/js-yaml": { - "type": "npm", - "name": "npm:@zkochan/js-yaml", - "data": { - "version": "0.0.7", - "packageName": "@zkochan/js-yaml", - "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==" - } - }, - "npm:accepts@2.0.0": { - "type": "npm", - "name": "npm:accepts@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "accepts", - "hash": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" - } - }, - "npm:accepts": { - "type": "npm", - "name": "npm:accepts", - "data": { - "version": "1.3.8", - "packageName": "accepts", - "hash": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" - } - }, - "npm:acorn-import-phases": { - "type": "npm", - "name": "npm:acorn-import-phases", - "data": { - "version": "1.0.4", - "packageName": "acorn-import-phases", - "hash": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==" - } - }, - "npm:acorn-jsx": { - "type": "npm", - "name": "npm:acorn-jsx", - "data": { - "version": "5.3.2", - "packageName": "acorn-jsx", - "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" - } - }, - "npm:acorn-walk": { - "type": "npm", - "name": "npm:acorn-walk", - "data": { - "version": "8.3.5", - "packageName": "acorn-walk", - "hash": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==" - } - }, - "npm:acorn": { - "type": "npm", - "name": "npm:acorn", - "data": { - "version": "8.16.0", - "packageName": "acorn", - "hash": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==" - } - }, - "npm:address": { - "type": "npm", - "name": "npm:address", - "data": { - "version": "2.0.3", - "packageName": "address", - "hash": "sha512-XNAb/a6TCqou+TufU8/u11HCu9x1gYvOoxLwtlXgIqmkrYQADVv6ljyW2zwiPhHz9R1gItAWpuDrdJMmrOBFEA==" - } - }, - "npm:adm-zip": { - "type": "npm", - "name": "npm:adm-zip", - "data": { - "version": "0.5.10", - "packageName": "adm-zip", - "hash": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==" - } - }, - "npm:agent-base": { - "type": "npm", - "name": "npm:agent-base", - "data": { - "version": "6.0.2", - "packageName": "agent-base", - "hash": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" - } - }, - "npm:ajv-formats": { - "type": "npm", - "name": "npm:ajv-formats", - "data": { - "version": "2.1.1", - "packageName": "ajv-formats", - "hash": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" - } - }, - "npm:ajv-formats@3.0.1": { - "type": "npm", - "name": "npm:ajv-formats@3.0.1", - "data": { - "version": "3.0.1", - "packageName": "ajv-formats", - "hash": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==" - } - }, - "npm:ajv-keywords@3.5.2": { - "type": "npm", - "name": "npm:ajv-keywords@3.5.2", - "data": { - "version": "3.5.2", - "packageName": "ajv-keywords", - "hash": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" - } - }, - "npm:ajv-keywords": { - "type": "npm", - "name": "npm:ajv-keywords", - "data": { - "version": "5.1.0", - "packageName": "ajv-keywords", - "hash": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" - } - }, - "npm:ajv@8.12.0": { - "type": "npm", - "name": "npm:ajv@8.12.0", - "data": { - "version": "8.12.0", - "packageName": "ajv", - "hash": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" - } - }, - "npm:ajv@8.18.0": { - "type": "npm", - "name": "npm:ajv@8.18.0", - "data": { - "version": "8.18.0", - "packageName": "ajv", - "hash": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" - } - }, - "npm:ajv@6.15.0": { - "type": "npm", - "name": "npm:ajv@6.15.0", - "data": { - "version": "6.15.0", - "packageName": "ajv", - "hash": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==" - } - }, - "npm:ajv": { - "type": "npm", - "name": "npm:ajv", - "data": { - "version": "8.20.0", - "packageName": "ajv", - "hash": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" - } - }, - "npm:amazon-cognito-identity-js": { - "type": "npm", - "name": "npm:amazon-cognito-identity-js", - "data": { - "version": "6.3.16", - "packageName": "amazon-cognito-identity-js", - "hash": "sha512-HPGSBGD6Q36t99puWh0LnptxO/4icnk2kqIQ9cTJ2tFQo5NMUnWQIgtrTAk8nm+caqUbjDzXzG56GBjI2tS6jQ==" - } - }, - "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": "4.3.2", - "packageName": "ansi-escapes", - "hash": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" - } - }, - "npm:ansi-escapes@7.3.0": { - "type": "npm", - "name": "npm:ansi-escapes@7.3.0", - "data": { - "version": "7.3.0", - "packageName": "ansi-escapes", - "hash": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==" - } - }, - "npm:ansi-html-community": { - "type": "npm", - "name": "npm:ansi-html-community", - "data": { - "version": "0.0.8", - "packageName": "ansi-html-community", - "hash": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" - } - }, - "npm:ansi-regex": { - "type": "npm", - "name": "npm:ansi-regex", - "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - } - }, - "npm:ansi-regex@6.2.2": { - "type": "npm", - "name": "npm:ansi-regex@6.2.2", - "data": { - "version": "6.2.2", - "packageName": "ansi-regex", - "hash": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" - } - }, - "npm:ansi-styles": { - "type": "npm", - "name": "npm:ansi-styles", - "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" - } - }, - "npm:ansi-styles@5.2.0": { - "type": "npm", - "name": "npm:ansi-styles@5.2.0", - "data": { - "version": "5.2.0", - "packageName": "ansi-styles", - "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" - } - }, - "npm:ansi-styles@6.2.3": { - "type": "npm", - "name": "npm:ansi-styles@6.2.3", - "data": { - "version": "6.2.3", - "packageName": "ansi-styles", - "hash": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" - } - }, - "npm:ansis": { - "type": "npm", - "name": "npm:ansis", - "data": { - "version": "4.3.1", - "packageName": "ansis", - "hash": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==" - } - }, - "npm:anymatch": { - "type": "npm", - "name": "npm:anymatch", - "data": { - "version": "3.1.3", - "packageName": "anymatch", - "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" - } - }, - "npm:app-root-path": { - "type": "npm", - "name": "npm:app-root-path", - "data": { - "version": "3.1.0", - "packageName": "app-root-path", - "hash": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==" - } - }, - "npm:append-field": { - "type": "npm", - "name": "npm:append-field", - "data": { - "version": "1.0.0", - "packageName": "append-field", - "hash": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" - } - }, - "npm:arch": { - "type": "npm", - "name": "npm:arch", - "data": { - "version": "2.2.0", - "packageName": "arch", - "hash": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" - } - }, - "npm:arg": { - "type": "npm", - "name": "npm:arg", - "data": { - "version": "4.1.3", - "packageName": "arg", - "hash": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - } - }, - "npm:argparse": { - "type": "npm", - "name": "npm:argparse", - "data": { - "version": "2.0.1", - "packageName": "argparse", - "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - } - }, - "npm:argparse@1.0.10": { - "type": "npm", - "name": "npm:argparse@1.0.10", - "data": { - "version": "1.0.10", - "packageName": "argparse", - "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" - } - }, - "npm:aria-query@5.3.0": { - "type": "npm", - "name": "npm:aria-query@5.3.0", - "data": { - "version": "5.3.0", - "packageName": "aria-query", - "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" - } - }, - "npm:aria-query": { - "type": "npm", - "name": "npm:aria-query", - "data": { - "version": "5.3.2", - "packageName": "aria-query", - "hash": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==" - } - }, - "npm:array-buffer-byte-length": { - "type": "npm", - "name": "npm:array-buffer-byte-length", - "data": { - "version": "1.0.2", - "packageName": "array-buffer-byte-length", - "hash": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==" - } - }, - "npm:array-flatten": { - "type": "npm", - "name": "npm:array-flatten", - "data": { - "version": "1.1.1", - "packageName": "array-flatten", - "hash": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - } - }, - "npm:array-includes": { - "type": "npm", - "name": "npm:array-includes", - "data": { - "version": "3.1.9", - "packageName": "array-includes", - "hash": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==" - } - }, - "npm:array-timsort": { - "type": "npm", - "name": "npm:array-timsort", - "data": { - "version": "1.0.3", - "packageName": "array-timsort", - "hash": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" - } - }, - "npm:array-union": { - "type": "npm", - "name": "npm:array-union", - "data": { - "version": "2.1.0", - "packageName": "array-union", - "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" - } - }, - "npm:array.prototype.findlast": { - "type": "npm", - "name": "npm:array.prototype.findlast", - "data": { - "version": "1.2.5", - "packageName": "array.prototype.findlast", - "hash": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==" - } - }, - "npm:array.prototype.findlastindex": { - "type": "npm", - "name": "npm:array.prototype.findlastindex", - "data": { - "version": "1.2.6", - "packageName": "array.prototype.findlastindex", - "hash": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==" - } - }, - "npm:array.prototype.flat": { - "type": "npm", - "name": "npm:array.prototype.flat", - "data": { - "version": "1.3.3", - "packageName": "array.prototype.flat", - "hash": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==" - } - }, - "npm:array.prototype.flatmap": { - "type": "npm", - "name": "npm:array.prototype.flatmap", - "data": { - "version": "1.3.3", - "packageName": "array.prototype.flatmap", - "hash": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==" - } - }, - "npm:array.prototype.tosorted": { - "type": "npm", - "name": "npm:array.prototype.tosorted", - "data": { - "version": "1.1.4", - "packageName": "array.prototype.tosorted", - "hash": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==" - } - }, - "npm:arraybuffer.prototype.slice": { - "type": "npm", - "name": "npm:arraybuffer.prototype.slice", - "data": { - "version": "1.0.4", - "packageName": "arraybuffer.prototype.slice", - "hash": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==" - } - }, - "npm:asn1": { - "type": "npm", - "name": "npm:asn1", - "data": { - "version": "0.2.6", - "packageName": "asn1", - "hash": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==" - } - }, - "npm:asn1js": { - "type": "npm", - "name": "npm:asn1js", - "data": { - "version": "3.0.10", - "packageName": "asn1js", - "hash": "sha512-S2s3aOytiKdFRdulw2qPE51MzjzVOisppcVv7jVFR+Kw0kxwvFrDcYA0h7Ndqbmj0HkMIXYWaoj7fli8kgx1eg==" - } - }, - "npm:assert-plus": { - "type": "npm", - "name": "npm:assert-plus", - "data": { - "version": "1.0.0", - "packageName": "assert-plus", - "hash": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" - } - }, - "npm:assertion-error": { - "type": "npm", - "name": "npm:assertion-error", - "data": { - "version": "1.1.0", - "packageName": "assertion-error", - "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" - } - }, - "npm:ast-types-flow": { - "type": "npm", - "name": "npm:ast-types-flow", - "data": { - "version": "0.0.8", - "packageName": "ast-types-flow", - "hash": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" - } - }, - "npm:async-function": { - "type": "npm", - "name": "npm:async-function", - "data": { - "version": "1.0.0", - "packageName": "async-function", - "hash": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" - } - }, - "npm:async": { - "type": "npm", - "name": "npm:async", - "data": { - "version": "3.2.6", - "packageName": "async", - "hash": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" - } - }, - "npm:asynckit": { - "type": "npm", - "name": "npm:asynckit", - "data": { - "version": "0.4.0", - "packageName": "asynckit", - "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - } - }, - "npm:at-least-node": { - "type": "npm", - "name": "npm:at-least-node", - "data": { - "version": "1.0.0", - "packageName": "at-least-node", - "hash": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" - } - }, - "npm:autoprefixer": { - "type": "npm", - "name": "npm:autoprefixer", - "data": { - "version": "10.5.0", - "packageName": "autoprefixer", - "hash": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==" - } - }, - "npm:available-typed-arrays": { - "type": "npm", - "name": "npm:available-typed-arrays", - "data": { - "version": "1.0.7", - "packageName": "available-typed-arrays", - "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" - } - }, - "npm:aws-sign2": { - "type": "npm", - "name": "npm:aws-sign2", - "data": { - "version": "0.7.0", - "packageName": "aws-sign2", - "hash": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==" - } - }, - "npm:aws4": { - "type": "npm", - "name": "npm:aws4", - "data": { - "version": "1.13.2", - "packageName": "aws4", - "hash": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==" - } - }, - "npm:axe-core": { - "type": "npm", - "name": "npm:axe-core", - "data": { - "version": "4.12.0", - "packageName": "axe-core", - "hash": "sha512-FTavr/7Ba0IptwGOPxnQvdyW2tAsdLBMTBXz7rKH6xJ2skpyxpBxyHkDdBs4lf69yRqYpkqCdfhnwS8YULGOmg==" - } - }, - "npm:axios@1.1.3": { - "type": "npm", - "name": "npm:axios@1.1.3", - "data": { - "version": "1.1.3", - "packageName": "axios", - "hash": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==" - } - }, - "npm:axios@1.16.0": { - "type": "npm", - "name": "npm:axios@1.16.0", - "data": { - "version": "1.16.0", - "packageName": "axios", - "hash": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==" - } - }, - "npm:axios": { - "type": "npm", - "name": "npm:axios", - "data": { - "version": "1.17.0", - "packageName": "axios", - "hash": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==" - } - }, - "npm:axobject-query": { - "type": "npm", - "name": "npm:axobject-query", - "data": { - "version": "4.1.0", - "packageName": "axobject-query", - "hash": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==" - } - }, - "npm:babel-jest": { - "type": "npm", - "name": "npm:babel-jest", - "data": { - "version": "30.4.1", - "packageName": "babel-jest", - "hash": "sha512-fATAbM8piYxkiXQp3RBXmZHxZVNJZAVXXfyeyCN2Tida3+qJ8ea9UxhiJ2y4fLO90ZImKt6k9FlcH2+rLkJGhw==" - } - }, - "npm:babel-loader": { - "type": "npm", - "name": "npm:babel-loader", - "data": { - "version": "9.2.1", - "packageName": "babel-loader", - "hash": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==" - } - }, - "npm:babel-plugin-const-enum": { - "type": "npm", - "name": "npm:babel-plugin-const-enum", - "data": { - "version": "1.2.0", - "packageName": "babel-plugin-const-enum", - "hash": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==" - } - }, - "npm:babel-plugin-istanbul": { - "type": "npm", - "name": "npm:babel-plugin-istanbul", - "data": { - "version": "7.0.1", - "packageName": "babel-plugin-istanbul", - "hash": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==" - } - }, - "npm:babel-plugin-jest-hoist": { - "type": "npm", - "name": "npm:babel-plugin-jest-hoist", - "data": { - "version": "30.4.0", - "packageName": "babel-plugin-jest-hoist", - "hash": "sha512-9EdtWM/sSfXLOGLwSn+GS6pIXyBnL07/8gyJlwFXjWy4DxMOyItqyUT29d4lQiS380EZwYlX7/At4PgBS+m2aA==" - } - }, - "npm:babel-plugin-macros": { - "type": "npm", - "name": "npm:babel-plugin-macros", - "data": { - "version": "3.1.0", - "packageName": "babel-plugin-macros", - "hash": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" - } - }, - "npm:babel-plugin-polyfill-corejs2": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs2", - "data": { - "version": "0.4.17", - "packageName": "babel-plugin-polyfill-corejs2", - "hash": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==" - } - }, - "npm:babel-plugin-polyfill-corejs3": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs3", - "data": { - "version": "0.13.0", - "packageName": "babel-plugin-polyfill-corejs3", - "hash": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==" - } - }, - "npm:babel-plugin-polyfill-corejs3@0.14.2": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "data": { - "version": "0.14.2", - "packageName": "babel-plugin-polyfill-corejs3", - "hash": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==" - } - }, - "npm:babel-plugin-polyfill-regenerator": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-regenerator", - "data": { - "version": "0.6.8", - "packageName": "babel-plugin-polyfill-regenerator", - "hash": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==" - } - }, - "npm:babel-plugin-transform-typescript-metadata": { - "type": "npm", - "name": "npm:babel-plugin-transform-typescript-metadata", - "data": { - "version": "0.3.2", - "packageName": "babel-plugin-transform-typescript-metadata", - "hash": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==" - } - }, - "npm:babel-preset-current-node-syntax": { - "type": "npm", - "name": "npm:babel-preset-current-node-syntax", - "data": { - "version": "1.2.0", - "packageName": "babel-preset-current-node-syntax", - "hash": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==" - } - }, - "npm:babel-preset-jest": { - "type": "npm", - "name": "npm:babel-preset-jest", - "data": { - "version": "30.4.0", - "packageName": "babel-preset-jest", - "hash": "sha512-lBY4jxsNmCnSiu7kquw8ZC9F4+XLMOKypT3RnNHPvU2Kpd4W0xaPuLr5ZkRyOsvLYAY4yaW1ZwTW4xB7NIiZzg==" - } - }, - "npm:balanced-match@4.0.3": { - "type": "npm", - "name": "npm:balanced-match@4.0.3", - "data": { - "version": "4.0.3", - "packageName": "balanced-match", - "hash": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==" - } - }, - "npm:balanced-match": { - "type": "npm", - "name": "npm:balanced-match", - "data": { - "version": "1.0.2", - "packageName": "balanced-match", - "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - } - }, - "npm:balanced-match@4.0.4": { - "type": "npm", - "name": "npm:balanced-match@4.0.4", - "data": { - "version": "4.0.4", - "packageName": "balanced-match", - "hash": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" - } - }, - "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.10.33", - "packageName": "baseline-browser-mapping", - "hash": "sha512-bA6+tcSLpz2tIEdDXZPpPTIuxBcC4+w6SieaYyfigIa4h8GlFxbA17v22Vx3JUtuZQj9SgOsnbK+aTBzyDyEuw==" - } - }, - "npm:basic-auth": { - "type": "npm", - "name": "npm:basic-auth", - "data": { - "version": "2.0.1", - "packageName": "basic-auth", - "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" - } - }, - "npm:batch": { - "type": "npm", - "name": "npm:batch", - "data": { - "version": "0.6.1", - "packageName": "batch", - "hash": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" - } - }, - "npm:bcrypt-pbkdf": { - "type": "npm", - "name": "npm:bcrypt-pbkdf", - "data": { - "version": "1.0.2", - "packageName": "bcrypt-pbkdf", - "hash": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==" - } - }, - "npm:bidi-js": { - "type": "npm", - "name": "npm:bidi-js", - "data": { - "version": "1.0.3", - "packageName": "bidi-js", - "hash": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==" - } - }, - "npm:big.js": { - "type": "npm", - "name": "npm:big.js", - "data": { - "version": "5.2.2", - "packageName": "big.js", - "hash": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" - } - }, - "npm:binary-extensions": { - "type": "npm", - "name": "npm:binary-extensions", - "data": { - "version": "2.3.0", - "packageName": "binary-extensions", - "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" - } - }, - "npm:bl": { - "type": "npm", - "name": "npm:bl", - "data": { - "version": "4.1.0", - "packageName": "bl", - "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" - } - }, - "npm:blob-util": { - "type": "npm", - "name": "npm:blob-util", - "data": { - "version": "2.0.2", - "packageName": "blob-util", - "hash": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==" - } - }, - "npm:bluebird": { - "type": "npm", - "name": "npm:bluebird", - "data": { - "version": "3.7.2", - "packageName": "bluebird", - "hash": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - } - }, - "npm:body-parser@2.2.2": { - "type": "npm", - "name": "npm:body-parser@2.2.2", - "data": { - "version": "2.2.2", - "packageName": "body-parser", - "hash": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==" - } - }, - "npm:body-parser": { - "type": "npm", - "name": "npm:body-parser", - "data": { - "version": "1.20.5", - "packageName": "body-parser", - "hash": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==" - } - }, - "npm:bonjour-service": { - "type": "npm", - "name": "npm:bonjour-service", - "data": { - "version": "1.4.0", - "packageName": "bonjour-service", - "hash": "sha512-fGQtj1qdR9vIKjFiWPQd52qIqwjaYqhcI40JEiDuvlZ86E7ZBPBwY9fPgHy9r2rYGIjiRfctNPYz6OQU73ww2w==" - } - }, - "npm:boolbase": { - "type": "npm", - "name": "npm:boolbase", - "data": { - "version": "1.0.0", - "packageName": "boolbase", - "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - } - }, - "npm:bottleneck": { - "type": "npm", - "name": "npm:bottleneck", - "data": { - "version": "2.19.5", - "packageName": "bottleneck", - "hash": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" - } - }, - "npm:bowser": { - "type": "npm", - "name": "npm:bowser", - "data": { - "version": "2.14.1", - "packageName": "bowser", - "hash": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==" - } - }, - "npm:brace-expansion@5.0.6": { - "type": "npm", - "name": "npm:brace-expansion@5.0.6", - "data": { - "version": "5.0.6", - "packageName": "brace-expansion", - "hash": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==" - } - }, - "npm:brace-expansion@1.1.15": { - "type": "npm", - "name": "npm:brace-expansion@1.1.15", - "data": { - "version": "1.1.15", - "packageName": "brace-expansion", - "hash": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==" - } - }, - "npm:brace-expansion": { - "type": "npm", - "name": "npm:brace-expansion", - "data": { - "version": "2.1.1", - "packageName": "brace-expansion", - "hash": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==" - } - }, - "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.2", - "packageName": "browserslist", - "hash": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==" - } - }, - "npm:bs-logger": { - "type": "npm", - "name": "npm:bs-logger", - "data": { - "version": "0.2.6", - "packageName": "bs-logger", - "hash": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==" - } - }, - "npm:bser": { - "type": "npm", - "name": "npm:bser", - "data": { - "version": "2.1.1", - "packageName": "bser", - "hash": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" - } - }, - "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:buffer@4.9.2": { - "type": "npm", - "name": "npm:buffer@4.9.2", - "data": { - "version": "4.9.2", - "packageName": "buffer", - "hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==" - } - }, - "npm:buffer": { - "type": "npm", - "name": "npm:buffer", - "data": { - "version": "5.7.1", - "packageName": "buffer", - "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" - } - }, - "npm:buffer@6.0.3": { - "type": "npm", - "name": "npm:buffer@6.0.3", - "data": { - "version": "6.0.3", - "packageName": "buffer", - "hash": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" - } - }, - "npm:bundle-name": { - "type": "npm", - "name": "npm:bundle-name", - "data": { - "version": "4.1.0", - "packageName": "bundle-name", - "hash": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==" - } - }, - "npm:busboy": { - "type": "npm", - "name": "npm:busboy", - "data": { - "version": "1.6.0", - "packageName": "busboy", - "hash": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" - } - }, - "npm:bytes": { - "type": "npm", - "name": "npm:bytes", - "data": { - "version": "3.1.2", - "packageName": "bytes", - "hash": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - } - }, - "npm:bytestreamjs": { - "type": "npm", - "name": "npm:bytestreamjs", - "data": { - "version": "2.0.1", - "packageName": "bytestreamjs", - "hash": "sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==" - } - }, - "npm:cac": { - "type": "npm", - "name": "npm:cac", - "data": { - "version": "6.7.14", - "packageName": "cac", - "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" - } - }, - "npm:cachedir": { - "type": "npm", - "name": "npm:cachedir", - "data": { - "version": "2.4.0", - "packageName": "cachedir", - "hash": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==" - } - }, - "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-bind": { - "type": "npm", - "name": "npm:call-bind", - "data": { - "version": "1.0.9", - "packageName": "call-bind", - "hash": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==" - } - }, - "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:camelcase@5.3.1": { - "type": "npm", - "name": "npm:camelcase@5.3.1", - "data": { - "version": "5.3.1", - "packageName": "camelcase", - "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - } - }, - "npm:camelcase": { - "type": "npm", - "name": "npm:camelcase", - "data": { - "version": "6.3.0", - "packageName": "camelcase", - "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" - } - }, - "npm:caniuse-api": { - "type": "npm", - "name": "npm:caniuse-api", - "data": { - "version": "3.0.0", - "packageName": "caniuse-api", - "hash": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==" - } - }, - "npm:caniuse-lite": { - "type": "npm", - "name": "npm:caniuse-lite", - "data": { - "version": "1.0.30001793", - "packageName": "caniuse-lite", - "hash": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==" - } - }, - "npm:caseless": { - "type": "npm", - "name": "npm:caseless", - "data": { - "version": "0.12.0", - "packageName": "caseless", - "hash": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - } - }, - "npm:chai": { - "type": "npm", - "name": "npm:chai", - "data": { - "version": "4.5.0", - "packageName": "chai", - "hash": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==" - } - }, - "npm:chalk": { - "type": "npm", - "name": "npm:chalk", - "data": { - "version": "4.1.2", - "packageName": "chalk", - "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" - } - }, - "npm:chalk@5.6.2": { - "type": "npm", - "name": "npm:chalk@5.6.2", - "data": { - "version": "5.6.2", - "packageName": "chalk", - "hash": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" - } - }, - "npm:char-regex": { - "type": "npm", - "name": "npm:char-regex", - "data": { - "version": "1.0.2", - "packageName": "char-regex", - "hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" - } - }, - "npm:chardet": { - "type": "npm", - "name": "npm:chardet", - "data": { - "version": "0.7.0", - "packageName": "chardet", - "hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" - } - }, - "npm:check-error": { - "type": "npm", - "name": "npm:check-error", - "data": { - "version": "1.0.3", - "packageName": "check-error", - "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" - } - }, - "npm:chokidar": { - "type": "npm", - "name": "npm:chokidar", - "data": { - "version": "3.6.0", - "packageName": "chokidar", - "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" - } - }, - "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:chokidar@5.0.0": { - "type": "npm", - "name": "npm:chokidar@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "chokidar", - "hash": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" - } - }, - "npm:chownr": { - "type": "npm", - "name": "npm:chownr", - "data": { - "version": "2.0.0", - "packageName": "chownr", - "hash": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" - } - }, - "npm:chrome-trace-event": { - "type": "npm", - "name": "npm:chrome-trace-event", - "data": { - "version": "1.0.4", - "packageName": "chrome-trace-event", - "hash": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" - } - }, - "npm:ci-info": { - "type": "npm", - "name": "npm:ci-info", - "data": { - "version": "4.4.0", - "packageName": "ci-info", - "hash": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==" - } - }, - "npm:cjs-module-lexer": { - "type": "npm", - "name": "npm:cjs-module-lexer", - "data": { - "version": "2.2.0", - "packageName": "cjs-module-lexer", - "hash": "sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==" - } - }, - "npm:class-transformer": { - "type": "npm", - "name": "npm:class-transformer", - "data": { - "version": "0.5.1", - "packageName": "class-transformer", - "hash": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==" - } - }, - "npm:class-validator": { - "type": "npm", - "name": "npm:class-validator", - "data": { - "version": "0.15.1", - "packageName": "class-validator", - "hash": "sha512-LqoS80HBBSCVhz/3KloUly0ovokxpdOLR++Al3J3+dHXWt9sTKlKd4eYtoxhxyUjoe5+UcIM+5k9MIxyBWnRTw==" - } - }, - "npm:cli-cursor": { - "type": "npm", - "name": "npm:cli-cursor", - "data": { - "version": "3.1.0", - "packageName": "cli-cursor", - "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" - } - }, - "npm:cli-cursor@5.0.0": { - "type": "npm", - "name": "npm:cli-cursor@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "cli-cursor", - "hash": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==" - } - }, - "npm:cli-spinners@2.6.1": { - "type": "npm", - "name": "npm:cli-spinners@2.6.1", - "data": { - "version": "2.6.1", - "packageName": "cli-spinners", - "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" - } - }, - "npm:cli-spinners": { - "type": "npm", - "name": "npm:cli-spinners", - "data": { - "version": "2.9.2", - "packageName": "cli-spinners", - "hash": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==" - } - }, - "npm:cli-table3": { - "type": "npm", - "name": "npm:cli-table3", - "data": { - "version": "0.6.1", - "packageName": "cli-table3", - "hash": "sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==" - } - }, - "npm:cli-table3@0.6.5": { - "type": "npm", - "name": "npm:cli-table3@0.6.5", - "data": { - "version": "0.6.5", - "packageName": "cli-table3", - "hash": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==" - } - }, - "npm:cli-truncate": { - "type": "npm", - "name": "npm:cli-truncate", - "data": { - "version": "4.0.0", - "packageName": "cli-truncate", - "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" - } - }, - "npm:cli-width": { - "type": "npm", - "name": "npm:cli-width", - "data": { - "version": "3.0.0", - "packageName": "cli-width", - "hash": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==" - } - }, - "npm:cli-width@4.1.0": { - "type": "npm", - "name": "npm:cli-width@4.1.0", - "data": { - "version": "4.1.0", - "packageName": "cli-width", - "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" - } - }, - "npm:cliui": { - "type": "npm", - "name": "npm:cliui", - "data": { - "version": "8.0.1", - "packageName": "cliui", - "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" - } - }, - "npm:clone": { - "type": "npm", - "name": "npm:clone", - "data": { - "version": "1.0.4", - "packageName": "clone", - "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" - } - }, - "npm:co": { - "type": "npm", - "name": "npm:co", - "data": { - "version": "4.6.0", - "packageName": "co", - "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" - } - }, - "npm:collect-v8-coverage": { - "type": "npm", - "name": "npm:collect-v8-coverage", - "data": { - "version": "1.0.3", - "packageName": "collect-v8-coverage", - "hash": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==" - } - }, - "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-name": { - "type": "npm", - "name": "npm:color-name", - "data": { - "version": "1.1.4", - "packageName": "color-name", - "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - } - }, - "npm:colorette": { - "type": "npm", - "name": "npm:colorette", - "data": { - "version": "2.0.20", - "packageName": "colorette", - "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - } - }, - "npm:colorjs.io": { - "type": "npm", - "name": "npm:colorjs.io", - "data": { - "version": "0.5.2", - "packageName": "colorjs.io", - "hash": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==" - } - }, - "npm:colors": { - "type": "npm", - "name": "npm:colors", - "data": { - "version": "1.4.0", - "packageName": "colors", - "hash": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" - } - }, - "npm:columnify": { - "type": "npm", - "name": "npm:columnify", - "data": { - "version": "1.6.0", - "packageName": "columnify", - "hash": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==" - } - }, - "npm:combined-stream": { - "type": "npm", - "name": "npm:combined-stream", - "data": { - "version": "1.0.8", - "packageName": "combined-stream", - "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" - } - }, - "npm:commander": { - "type": "npm", - "name": "npm:commander", - "data": { - "version": "11.1.0", - "packageName": "commander", - "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" - } - }, - "npm:commander@4.1.1": { - "type": "npm", - "name": "npm:commander@4.1.1", - "data": { - "version": "4.1.1", - "packageName": "commander", - "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" - } - }, - "npm:commander@13.1.0": { - "type": "npm", - "name": "npm:commander@13.1.0", - "data": { - "version": "13.1.0", - "packageName": "commander", - "hash": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==" - } - }, - "npm:commander@2.20.3": { - "type": "npm", - "name": "npm:commander@2.20.3", - "data": { - "version": "2.20.3", - "packageName": "commander", - "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - } - }, - "npm:commander@6.2.1": { - "type": "npm", - "name": "npm:commander@6.2.1", - "data": { - "version": "6.2.1", - "packageName": "commander", - "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" - } - }, - "npm: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:comment-json@4.2.5": { - "type": "npm", - "name": "npm:comment-json@4.2.5", - "data": { - "version": "4.2.5", - "packageName": "comment-json", - "hash": "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==" - } - }, - "npm:comment-json": { - "type": "npm", - "name": "npm:comment-json", - "data": { - "version": "5.0.0", - "packageName": "comment-json", - "hash": "sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==" - } - }, - "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:common-tags": { - "type": "npm", - "name": "npm:common-tags", - "data": { - "version": "1.8.2", - "packageName": "common-tags", - "hash": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==" - } - }, - "npm:commondir": { - "type": "npm", - "name": "npm:commondir", - "data": { - "version": "1.0.1", - "packageName": "commondir", - "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" - } - }, - "npm:compressible": { - "type": "npm", - "name": "npm:compressible", - "data": { - "version": "2.0.18", - "packageName": "compressible", - "hash": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==" - } - }, - "npm:compression": { - "type": "npm", - "name": "npm:compression", - "data": { - "version": "1.8.1", - "packageName": "compression", - "hash": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==" - } - }, - "npm:concat-map": { - "type": "npm", - "name": "npm:concat-map", - "data": { - "version": "0.0.1", - "packageName": "concat-map", - "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - } - }, - "npm:concat-stream": { - "type": "npm", - "name": "npm:concat-stream", - "data": { - "version": "2.0.0", - "packageName": "concat-stream", - "hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==" - } - }, - "npm:concat-with-sourcemaps": { - "type": "npm", - "name": "npm:concat-with-sourcemaps", - "data": { - "version": "1.1.0", - "packageName": "concat-with-sourcemaps", - "hash": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==" - } - }, - "npm:confbox": { - "type": "npm", - "name": "npm:confbox", - "data": { - "version": "0.1.8", - "packageName": "confbox", - "hash": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" - } - }, - "npm:confusing-browser-globals": { - "type": "npm", - "name": "npm:confusing-browser-globals", - "data": { - "version": "1.0.11", - "packageName": "confusing-browser-globals", - "hash": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" - } - }, - "npm:connect-history-api-fallback": { - "type": "npm", - "name": "npm:connect-history-api-fallback", - "data": { - "version": "2.0.0", - "packageName": "connect-history-api-fallback", - "hash": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==" - } - }, - "npm:consola": { - "type": "npm", - "name": "npm:consola", - "data": { - "version": "2.15.3", - "packageName": "consola", - "hash": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" - } - }, - "npm:content-disposition@1.1.0": { - "type": "npm", - "name": "npm:content-disposition@1.1.0", - "data": { - "version": "1.1.0", - "packageName": "content-disposition", - "hash": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==" - } - }, - "npm:content-disposition": { - "type": "npm", - "name": "npm:content-disposition", - "data": { - "version": "0.5.4", - "packageName": "content-disposition", - "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" - } - }, - "npm:content-type": { - "type": "npm", - "name": "npm:content-type", - "data": { - "version": "1.0.5", - "packageName": "content-type", - "hash": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" - } - }, - "npm:content-type@2.0.0": { - "type": "npm", - "name": "npm:content-type@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "content-type", - "hash": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==" - } - }, - "npm:convert-source-map": { - "type": "npm", - "name": "npm:convert-source-map", - "data": { - "version": "2.0.0", - "packageName": "convert-source-map", - "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - } - }, - "npm:cookie-signature@1.2.2": { - "type": "npm", - "name": "npm:cookie-signature@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "cookie-signature", - "hash": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" - } - }, - "npm:cookie-signature": { - "type": "npm", - "name": "npm:cookie-signature", - "data": { - "version": "1.0.7", - "packageName": "cookie-signature", - "hash": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==" - } - }, - "npm:cookie": { - "type": "npm", - "name": "npm:cookie", - "data": { - "version": "0.7.2", - "packageName": "cookie", - "hash": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" - } - }, - "npm:cookie@1.1.1": { - "type": "npm", - "name": "npm:cookie@1.1.1", - "data": { - "version": "1.1.1", - "packageName": "cookie", - "hash": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==" - } - }, - "npm:copy-anything": { - "type": "npm", - "name": "npm:copy-anything", - "data": { - "version": "2.0.6", - "packageName": "copy-anything", - "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" - } - }, - "npm:copy-webpack-plugin": { - "type": "npm", - "name": "npm:copy-webpack-plugin", - "data": { - "version": "14.0.0", - "packageName": "copy-webpack-plugin", - "hash": "sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==" - } - }, - "npm:core-js-compat": { - "type": "npm", - "name": "npm:core-js-compat", - "data": { - "version": "3.49.0", - "packageName": "core-js-compat", - "hash": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==" - } - }, - "npm:core-util-is@1.0.2": { - "type": "npm", - "name": "npm:core-util-is@1.0.2", - "data": { - "version": "1.0.2", - "packageName": "core-util-is", - "hash": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" - } - }, - "npm:core-util-is": { - "type": "npm", - "name": "npm:core-util-is", - "data": { - "version": "1.0.3", - "packageName": "core-util-is", - "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - } - }, - "npm:cors": { - "type": "npm", - "name": "npm:cors", - "data": { - "version": "2.8.6", - "packageName": "cors", - "hash": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==" - } - }, - "npm:corser": { - "type": "npm", - "name": "npm:corser", - "data": { - "version": "2.0.1", - "packageName": "corser", - "hash": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==" - } - }, - "npm:cosmiconfig@7.1.0": { - "type": "npm", - "name": "npm:cosmiconfig@7.1.0", - "data": { - "version": "7.1.0", - "packageName": "cosmiconfig", - "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" - } - }, - "npm:cosmiconfig": { - "type": "npm", - "name": "npm:cosmiconfig", - "data": { - "version": "8.3.6", - "packageName": "cosmiconfig", - "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" - } - }, - "npm:cosmiconfig@9.0.1": { - "type": "npm", - "name": "npm:cosmiconfig@9.0.1", - "data": { - "version": "9.0.1", - "packageName": "cosmiconfig", - "hash": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==" - } - }, - "npm:create-require": { - "type": "npm", - "name": "npm:create-require", - "data": { - "version": "1.1.1", - "packageName": "create-require", - "hash": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" - } - }, - "npm:cron-parser": { - "type": "npm", - "name": "npm:cron-parser", - "data": { - "version": "4.9.0", - "packageName": "cron-parser", - "hash": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==" - } - }, - "npm:cross-spawn": { - "type": "npm", - "name": "npm:cross-spawn", - "data": { - "version": "7.0.6", - "packageName": "cross-spawn", - "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" - } - }, - "npm:css-declaration-sorter": { - "type": "npm", - "name": "npm:css-declaration-sorter", - "data": { - "version": "7.4.0", - "packageName": "css-declaration-sorter", - "hash": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==" - } - }, - "npm:css-loader": { - "type": "npm", - "name": "npm:css-loader", - "data": { - "version": "6.11.0", - "packageName": "css-loader", - "hash": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==" - } - }, - "npm:css-minimizer-webpack-plugin": { - "type": "npm", - "name": "npm:css-minimizer-webpack-plugin", - "data": { - "version": "8.0.0", - "packageName": "css-minimizer-webpack-plugin", - "hash": "sha512-9bEpzHs8gEq6/cbEj418jXL/YWjBUD2YTLLk905Npt2JODqnRITin0+So5Vx4Dp5vyi2Lpt9pp2QHzQ7fdxNrw==" - } - }, - "npm:css-select": { - "type": "npm", - "name": "npm:css-select", - "data": { - "version": "5.2.2", - "packageName": "css-select", - "hash": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==" - } - }, - "npm:css-tree@2.3.1": { - "type": "npm", - "name": "npm:css-tree@2.3.1", - "data": { - "version": "2.3.1", - "packageName": "css-tree", - "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" - } - }, - "npm:css-tree": { - "type": "npm", - "name": "npm:css-tree", - "data": { - "version": "3.2.1", - "packageName": "css-tree", - "hash": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==" - } - }, - "npm:css-tree@2.2.1": { - "type": "npm", - "name": "npm:css-tree@2.2.1", - "data": { - "version": "2.2.1", - "packageName": "css-tree", - "hash": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==" - } - }, - "npm:css-what": { - "type": "npm", - "name": "npm:css-what", - "data": { - "version": "6.2.2", - "packageName": "css-what", - "hash": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==" - } - }, - "npm:cssesc": { - "type": "npm", - "name": "npm:cssesc", - "data": { - "version": "3.0.0", - "packageName": "cssesc", - "hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" - } - }, - "npm:cssnano-preset-default": { - "type": "npm", - "name": "npm:cssnano-preset-default", - "data": { - "version": "7.0.17", - "packageName": "cssnano-preset-default", - "hash": "sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==" - } - }, - "npm:cssnano-utils": { - "type": "npm", - "name": "npm:cssnano-utils", - "data": { - "version": "5.0.3", - "packageName": "cssnano-utils", - "hash": "sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==" - } - }, - "npm:cssnano": { - "type": "npm", - "name": "npm:cssnano", - "data": { - "version": "7.1.9", - "packageName": "cssnano", - "hash": "sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==" - } - }, - "npm:csso": { - "type": "npm", - "name": "npm:csso", - "data": { - "version": "5.0.5", - "packageName": "csso", - "hash": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" - } - }, - "npm:csstype": { - "type": "npm", - "name": "npm:csstype", - "data": { - "version": "3.2.3", - "packageName": "csstype", - "hash": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" - } - }, - "npm:cypress": { - "type": "npm", - "name": "npm:cypress", - "data": { - "version": "15.16.0", - "packageName": "cypress", - "hash": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==" - } - }, - "npm:damerau-levenshtein": { - "type": "npm", - "name": "npm:damerau-levenshtein", - "data": { - "version": "1.0.8", - "packageName": "damerau-levenshtein", - "hash": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" - } - }, - "npm:dashdash": { - "type": "npm", - "name": "npm:dashdash", - "data": { - "version": "1.14.1", - "packageName": "dashdash", - "hash": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==" - } - }, - "npm:data-urls": { - "type": "npm", - "name": "npm:data-urls", - "data": { - "version": "7.0.0", - "packageName": "data-urls", - "hash": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==" - } - }, - "npm:data-view-buffer": { - "type": "npm", - "name": "npm:data-view-buffer", - "data": { - "version": "1.0.2", - "packageName": "data-view-buffer", - "hash": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==" - } - }, - "npm:data-view-byte-length": { - "type": "npm", - "name": "npm:data-view-byte-length", - "data": { - "version": "1.0.2", - "packageName": "data-view-byte-length", - "hash": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==" - } - }, - "npm:data-view-byte-offset": { - "type": "npm", - "name": "npm:data-view-byte-offset", - "data": { - "version": "1.0.1", - "packageName": "data-view-byte-offset", - "hash": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==" - } - }, - "npm:dayjs": { - "type": "npm", - "name": "npm:dayjs", - "data": { - "version": "1.11.21", - "packageName": "dayjs", - "hash": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==" - } - }, - "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:debug@3.2.7": { - "type": "npm", - "name": "npm:debug@3.2.7", - "data": { - "version": "3.2.7", - "packageName": "debug", - "hash": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" - } - }, - "npm:decimal.js": { - "type": "npm", - "name": "npm:decimal.js", - "data": { - "version": "10.6.0", - "packageName": "decimal.js", - "hash": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" - } - }, - "npm:dedent": { - "type": "npm", - "name": "npm:dedent", - "data": { - "version": "1.7.2", - "packageName": "dedent", - "hash": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==" - } - }, - "npm:deep-eql": { - "type": "npm", - "name": "npm:deep-eql", - "data": { - "version": "4.1.4", - "packageName": "deep-eql", - "hash": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==" - } - }, - "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:deepmerge": { - "type": "npm", - "name": "npm:deepmerge", - "data": { - "version": "4.3.1", - "packageName": "deepmerge", - "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" - } - }, - "npm:default-browser-id": { - "type": "npm", - "name": "npm:default-browser-id", - "data": { - "version": "5.0.1", - "packageName": "default-browser-id", - "hash": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==" - } - }, - "npm:default-browser": { - "type": "npm", - "name": "npm:default-browser", - "data": { - "version": "5.5.0", - "packageName": "default-browser", - "hash": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==" - } - }, - "npm:defaults": { - "type": "npm", - "name": "npm:defaults", - "data": { - "version": "1.0.4", - "packageName": "defaults", - "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" - } - }, - "npm:define-data-property": { - "type": "npm", - "name": "npm:define-data-property", - "data": { - "version": "1.1.4", - "packageName": "define-data-property", - "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" - } - }, - "npm:define-lazy-prop": { - "type": "npm", - "name": "npm:define-lazy-prop", - "data": { - "version": "2.0.0", - "packageName": "define-lazy-prop", - "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" - } - }, - "npm:define-lazy-prop@3.0.0": { - "type": "npm", - "name": "npm:define-lazy-prop@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "define-lazy-prop", - "hash": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" - } - }, - "npm:define-properties": { - "type": "npm", - "name": "npm:define-properties", - "data": { - "version": "1.2.1", - "packageName": "define-properties", - "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" - } - }, - "npm:delayed-stream": { - "type": "npm", - "name": "npm:delayed-stream", - "data": { - "version": "1.0.0", - "packageName": "delayed-stream", - "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" - } - }, - "npm:depd": { - "type": "npm", - "name": "npm:depd", - "data": { - "version": "2.0.0", - "packageName": "depd", - "hash": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - } - }, - "npm:depd@1.1.2": { - "type": "npm", - "name": "npm:depd@1.1.2", - "data": { - "version": "1.1.2", - "packageName": "depd", - "hash": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" - } - }, - "npm:dequal": { - "type": "npm", - "name": "npm:dequal", - "data": { - "version": "2.0.3", - "packageName": "dequal", - "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" - } - }, - "npm:destroy": { - "type": "npm", - "name": "npm:destroy", - "data": { - "version": "1.2.0", - "packageName": "destroy", - "hash": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - } - }, - "npm:detect-libc": { - "type": "npm", - "name": "npm:detect-libc", - "data": { - "version": "2.1.2", - "packageName": "detect-libc", - "hash": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" - } - }, - "npm:detect-newline": { - "type": "npm", - "name": "npm:detect-newline", - "data": { - "version": "3.1.0", - "packageName": "detect-newline", - "hash": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" - } - }, - "npm:detect-node": { - "type": "npm", - "name": "npm:detect-node", - "data": { - "version": "2.1.0", - "packageName": "detect-node", - "hash": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - } - }, - "npm:detect-port": { - "type": "npm", - "name": "npm:detect-port", - "data": { - "version": "2.1.0", - "packageName": "detect-port", - "hash": "sha512-epZuWb/6Q62L+nDHJc/hQAqf8pylsqgk3BpZXVBx1CDnr3nkrVNn73Uu1rXcFzkNcc+hkP3whuOg7JZYaQB65Q==" - } - }, - "npm:diff-sequences": { - "type": "npm", - "name": "npm:diff-sequences", - "data": { - "version": "29.6.3", - "packageName": "diff-sequences", - "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" - } - }, - "npm:diff": { - "type": "npm", - "name": "npm:diff", - "data": { - "version": "4.0.4", - "packageName": "diff", - "hash": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==" - } - }, - "npm:dir-glob": { - "type": "npm", - "name": "npm:dir-glob", - "data": { - "version": "3.0.1", - "packageName": "dir-glob", - "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" - } - }, - "npm:dns-packet": { - "type": "npm", - "name": "npm:dns-packet", - "data": { - "version": "5.6.1", - "packageName": "dns-packet", - "hash": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==" - } - }, - "npm:doctrine": { - "type": "npm", - "name": "npm:doctrine", - "data": { - "version": "2.1.0", - "packageName": "doctrine", - "hash": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" - } - }, - "npm:doctrine@3.0.0": { - "type": "npm", - "name": "npm:doctrine@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "doctrine", - "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" - } - }, - "npm:dom-accessibility-api": { - "type": "npm", - "name": "npm:dom-accessibility-api", - "data": { - "version": "0.5.16", - "packageName": "dom-accessibility-api", - "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" - } - }, - "npm:dom-serializer": { - "type": "npm", - "name": "npm:dom-serializer", - "data": { - "version": "2.0.0", - "packageName": "dom-serializer", - "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" - } - }, - "npm:dom-walk": { - "type": "npm", - "name": "npm:dom-walk", - "data": { - "version": "0.1.2", - "packageName": "dom-walk", - "hash": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" - } - }, - "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:domutils": { - "type": "npm", - "name": "npm:domutils", - "data": { - "version": "3.2.2", - "packageName": "domutils", - "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" - } - }, - "npm:dot-case": { - "type": "npm", - "name": "npm:dot-case", - "data": { - "version": "3.0.4", - "packageName": "dot-case", - "hash": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" - } - }, - "npm:dotenv-expand": { - "type": "npm", - "name": "npm:dotenv-expand", - "data": { - "version": "12.0.3", - "packageName": "dotenv-expand", - "hash": "sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA==" - } - }, - "npm:dotenv@16.4.7": { - "type": "npm", - "name": "npm:dotenv@16.4.7", - "data": { - "version": "16.4.7", - "packageName": "dotenv", - "hash": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" - } - }, - "npm:dotenv@17.4.1": { - "type": "npm", - "name": "npm:dotenv@17.4.1", - "data": { - "version": "17.4.1", - "packageName": "dotenv", - "hash": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==" - } - }, - "npm:dotenv": { - "type": "npm", - "name": "npm:dotenv", - "data": { - "version": "16.6.1", - "packageName": "dotenv", - "hash": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" - } - }, - "npm:dotenv@10.0.0": { - "type": "npm", - "name": "npm:dotenv@10.0.0", - "data": { - "version": "10.0.0", - "packageName": "dotenv", - "hash": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" - } - }, - "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:ecc-jsbn": { - "type": "npm", - "name": "npm:ecc-jsbn", - "data": { - "version": "0.1.2", - "packageName": "ecc-jsbn", - "hash": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==" - } - }, - "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:ejs": { - "type": "npm", - "name": "npm:ejs", - "data": { - "version": "5.0.1", - "packageName": "ejs", - "hash": "sha512-COqBPFMxuPTPspXl2DkVYaDS3HtrD1GpzOGkNTJ1IYkifq/r9h8SVEFrjA3D9/VJGOEoMQcrlhpntcSUrM8k6A==" - } - }, - "npm:electron-to-chromium": { - "type": "npm", - "name": "npm:electron-to-chromium", - "data": { - "version": "1.5.367", - "packageName": "electron-to-chromium", - "hash": "sha512-4Mk/mrynCNQ+atY40D3UpmhLWB6AHMbYMlIrPhHcMF6x0L7O0b052FCAsxw1LlaR++UFuNg3D/A6XCuGDa0guQ==" - } - }, - "npm:emittery": { - "type": "npm", - "name": "npm:emittery", - "data": { - "version": "0.13.1", - "packageName": "emittery", - "hash": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" - } - }, - "npm:emoji-regex": { - "type": "npm", - "name": "npm:emoji-regex", - "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } - }, - "npm:emoji-regex@10.6.0": { - "type": "npm", - "name": "npm:emoji-regex@10.6.0", - "data": { - "version": "10.6.0", - "packageName": "emoji-regex", - "hash": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==" - } - }, - "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:emojis-list": { - "type": "npm", - "name": "npm:emojis-list", - "data": { - "version": "3.0.0", - "packageName": "emojis-list", - "hash": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" - } - }, - "npm:encodeurl": { - "type": "npm", - "name": "npm:encodeurl", - "data": { - "version": "2.0.0", - "packageName": "encodeurl", - "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" - } - }, - "npm:encoding": { - "type": "npm", - "name": "npm:encoding", - "data": { - "version": "0.1.13", - "packageName": "encoding", - "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" - } - }, - "npm:end-of-stream": { - "type": "npm", - "name": "npm:end-of-stream", - "data": { - "version": "1.4.5", - "packageName": "end-of-stream", - "hash": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" - } - }, - "npm:enhanced-resolve": { - "type": "npm", - "name": "npm:enhanced-resolve", - "data": { - "version": "5.22.2", - "packageName": "enhanced-resolve", - "hash": "sha512-0rxICaFZ7NQho/sHely2bvOPRP0Eu2B0NZ9zM54YvRvWMn7jfz3DmnOZDR9LlXDdDcqntAVc6Hfy4gr/tdH/Ag==" - } - }, - "npm:enquirer": { - "type": "npm", - "name": "npm:enquirer", - "data": { - "version": "2.3.6", - "packageName": "enquirer", - "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" - } - }, - "npm:entities": { - "type": "npm", - "name": "npm:entities", - "data": { - "version": "4.5.0", - "packageName": "entities", - "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" - } - }, - "npm:entities@8.0.0": { - "type": "npm", - "name": "npm:entities@8.0.0", - "data": { - "version": "8.0.0", - "packageName": "entities", - "hash": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==" - } - }, - "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: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-abstract": { - "type": "npm", - "name": "npm:es-abstract", - "data": { - "version": "1.24.2", - "packageName": "es-abstract", - "hash": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==" - } - }, - "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-iterator-helpers": { - "type": "npm", - "name": "npm:es-iterator-helpers", - "data": { - "version": "1.3.2", - "packageName": "es-iterator-helpers", - "hash": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==" - } - }, - "npm:es-module-lexer@1.7.0": { - "type": "npm", - "name": "npm:es-module-lexer@1.7.0", - "data": { - "version": "1.7.0", - "packageName": "es-module-lexer", - "hash": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" - } - }, - "npm:es-module-lexer": { - "type": "npm", - "name": "npm:es-module-lexer", - "data": { - "version": "2.1.0", - "packageName": "es-module-lexer", - "hash": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==" - } - }, - "npm:es-object-atoms@1.1.1": { - "type": "npm", - "name": "npm:es-object-atoms@1.1.1", - "data": { - "version": "1.1.1", - "packageName": "es-object-atoms", - "hash": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" - } - }, - "npm:es-object-atoms": { - "type": "npm", - "name": "npm:es-object-atoms", - "data": { - "version": "1.1.2", - "packageName": "es-object-atoms", - "hash": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==" - } - }, - "npm:es-set-tostringtag": { - "type": "npm", - "name": "npm:es-set-tostringtag", - "data": { - "version": "2.1.0", - "packageName": "es-set-tostringtag", - "hash": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" - } - }, - "npm:es-shim-unscopables": { - "type": "npm", - "name": "npm:es-shim-unscopables", - "data": { - "version": "1.1.0", - "packageName": "es-shim-unscopables", - "hash": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==" - } - }, - "npm:es-to-primitive": { - "type": "npm", - "name": "npm:es-to-primitive", - "data": { - "version": "1.3.0", - "packageName": "es-to-primitive", - "hash": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==" - } - }, - "npm:esbuild": { - "type": "npm", - "name": "npm:esbuild", - "data": { - "version": "0.18.20", - "packageName": "esbuild", - "hash": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==" - } - }, - "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": "1.0.5", - "packageName": "escape-string-regexp", - "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - } - }, - "npm:escape-string-regexp@2.0.0": { - "type": "npm", - "name": "npm:escape-string-regexp@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "escape-string-regexp", - "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" - } - }, - "npm:escape-string-regexp@4.0.0": { - "type": "npm", - "name": "npm:escape-string-regexp@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "escape-string-regexp", - "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" - } - }, - "npm:eslint-config-prettier": { - "type": "npm", - "name": "npm:eslint-config-prettier", - "data": { - "version": "10.1.8", - "packageName": "eslint-config-prettier", - "hash": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==" - } - }, - "npm:eslint-import-resolver-node": { - "type": "npm", - "name": "npm:eslint-import-resolver-node", - "data": { - "version": "0.3.10", - "packageName": "eslint-import-resolver-node", - "hash": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==" - } - }, - "npm:eslint-module-utils": { - "type": "npm", - "name": "npm:eslint-module-utils", - "data": { - "version": "2.13.0", - "packageName": "eslint-module-utils", - "hash": "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==" - } - }, - "npm:eslint-plugin-cypress": { - "type": "npm", - "name": "npm:eslint-plugin-cypress", - "data": { - "version": "2.15.2", - "packageName": "eslint-plugin-cypress", - "hash": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==" - } - }, - "npm:eslint-plugin-import": { - "type": "npm", - "name": "npm:eslint-plugin-import", - "data": { - "version": "2.32.0", - "packageName": "eslint-plugin-import", - "hash": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==" - } - }, - "npm:eslint-plugin-jsx-a11y": { - "type": "npm", - "name": "npm:eslint-plugin-jsx-a11y", - "data": { - "version": "6.10.2", - "packageName": "eslint-plugin-jsx-a11y", - "hash": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==" - } - }, - "npm:eslint-plugin-react-hooks": { - "type": "npm", - "name": "npm:eslint-plugin-react-hooks", - "data": { - "version": "4.6.2", - "packageName": "eslint-plugin-react-hooks", - "hash": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==" - } - }, - "npm:eslint-plugin-react": { - "type": "npm", - "name": "npm:eslint-plugin-react", - "data": { - "version": "7.37.5", - "packageName": "eslint-plugin-react", - "hash": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==" - } - }, - "npm:eslint-scope": { - "type": "npm", - "name": "npm:eslint-scope", - "data": { - "version": "5.1.1", - "packageName": "eslint-scope", - "hash": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" - } - }, - "npm:eslint-scope@7.2.2": { - "type": "npm", - "name": "npm:eslint-scope@7.2.2", - "data": { - "version": "7.2.2", - "packageName": "eslint-scope", - "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" - } - }, - "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: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@5.0.1": { - "type": "npm", - "name": "npm:eslint-visitor-keys@5.0.1", - "data": { - "version": "5.0.1", - "packageName": "eslint-visitor-keys", - "hash": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==" - } - }, - "npm:eslint": { - "type": "npm", - "name": "npm:eslint", - "data": { - "version": "8.57.1", - "packageName": "eslint", - "hash": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==" - } - }, - "npm:espree@10.4.0": { - "type": "npm", - "name": "npm:espree@10.4.0", - "data": { - "version": "10.4.0", - "packageName": "espree", - "hash": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" - } - }, - "npm:espree": { - "type": "npm", - "name": "npm:espree", - "data": { - "version": "9.6.1", - "packageName": "espree", - "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" - } - }, - "npm:esprima": { - "type": "npm", - "name": "npm:esprima", - "data": { - "version": "4.0.1", - "packageName": "esprima", - "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" - } - }, - "npm:esquery": { - "type": "npm", - "name": "npm:esquery", - "data": { - "version": "1.7.0", - "packageName": "esquery", - "hash": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==" - } - }, - "npm:esrecurse": { - "type": "npm", - "name": "npm:esrecurse", - "data": { - "version": "4.3.0", - "packageName": "esrecurse", - "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" - } - }, - "npm:estraverse@4.3.0": { - "type": "npm", - "name": "npm:estraverse@4.3.0", - "data": { - "version": "4.3.0", - "packageName": "estraverse", - "hash": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" - } - }, - "npm:estraverse": { - "type": "npm", - "name": "npm:estraverse", - "data": { - "version": "5.3.0", - "packageName": "estraverse", - "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" - } - }, - "npm:estree-walker": { - "type": "npm", - "name": "npm:estree-walker", - "data": { - "version": "2.0.2", - "packageName": "estree-walker", - "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" - } - }, - "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:eventemitter2": { - "type": "npm", - "name": "npm:eventemitter2", - "data": { - "version": "6.4.7", - "packageName": "eventemitter2", - "hash": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==" - } - }, - "npm:eventemitter3": { - "type": "npm", - "name": "npm:eventemitter3", - "data": { - "version": "4.0.7", - "packageName": "eventemitter3", - "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - } - }, - "npm:eventemitter3@5.0.4": { - "type": "npm", - "name": "npm:eventemitter3@5.0.4", - "data": { - "version": "5.0.4", - "packageName": "eventemitter3", - "hash": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==" - } - }, - "npm:events": { - "type": "npm", - "name": "npm:events", - "data": { - "version": "3.3.0", - "packageName": "events", - "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" - } - }, - "npm:execa": { - "type": "npm", - "name": "npm:execa", - "data": { - "version": "4.1.0", - "packageName": "execa", - "hash": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==" - } - }, - "npm:execa@5.1.1": { - "type": "npm", - "name": "npm:execa@5.1.1", - "data": { - "version": "5.1.1", - "packageName": "execa", - "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" - } - }, - "npm:execa@8.0.1": { - "type": "npm", - "name": "npm:execa@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "execa", - "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" - } - }, - "npm:executable": { - "type": "npm", - "name": "npm:executable", - "data": { - "version": "4.1.1", - "packageName": "executable", - "hash": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==" - } - }, - "npm:exit-x": { - "type": "npm", - "name": "npm:exit-x", - "data": { - "version": "0.2.2", - "packageName": "exit-x", - "hash": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==" - } - }, - "npm:expand-tilde": { - "type": "npm", - "name": "npm:expand-tilde", - "data": { - "version": "2.0.2", - "packageName": "expand-tilde", - "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" - } - }, - "npm:expect": { - "type": "npm", - "name": "npm:expect", - "data": { - "version": "30.4.1", - "packageName": "expect", - "hash": "sha512-PMARsyh/JtqC20HoGqlFcIlQAyqUtW4PlI1rup1uhYJtKuwAjbvWi3GQMAn+STdHum/dk8xrKfUM1+5SAwpolA==" - } - }, - "npm:express@5.2.1": { - "type": "npm", - "name": "npm:express@5.2.1", - "data": { - "version": "5.2.1", - "packageName": "express", - "hash": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" - } - }, - "npm:express": { - "type": "npm", - "name": "npm:express", - "data": { - "version": "4.22.2", - "packageName": "express", - "hash": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==" - } - }, - "npm:extend": { - "type": "npm", - "name": "npm:extend", - "data": { - "version": "3.0.2", - "packageName": "extend", - "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - } - }, - "npm:external-editor": { - "type": "npm", - "name": "npm:external-editor", - "data": { - "version": "3.1.0", - "packageName": "external-editor", - "hash": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==" - } - }, - "npm:extsprintf": { - "type": "npm", - "name": "npm:extsprintf", - "data": { - "version": "1.3.0", - "packageName": "extsprintf", - "hash": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==" - } - }, - "npm:extsprintf@1.4.1": { - "type": "npm", - "name": "npm:extsprintf@1.4.1", - "data": { - "version": "1.4.1", - "packageName": "extsprintf", - "hash": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==" - } - }, - "npm:fast-base64-decode": { - "type": "npm", - "name": "npm:fast-base64-decode", - "data": { - "version": "1.0.0", - "packageName": "fast-base64-decode", - "hash": "sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q==" - } - }, - "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-glob": { - "type": "npm", - "name": "npm:fast-glob", - "data": { - "version": "3.3.3", - "packageName": "fast-glob", - "hash": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" - } - }, - "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-safe-stringify": { - "type": "npm", - "name": "npm:fast-safe-stringify", - "data": { - "version": "2.1.1", - "packageName": "fast-safe-stringify", - "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" - } - }, - "npm:fast-uri": { - "type": "npm", - "name": "npm:fast-uri", - "data": { - "version": "3.1.2", - "packageName": "fast-uri", - "hash": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==" - } - }, - "npm:fast-xml-builder": { - "type": "npm", - "name": "npm:fast-xml-builder", - "data": { - "version": "1.2.0", - "packageName": "fast-xml-builder", - "hash": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==" - } - }, - "npm:fast-xml-parser": { - "type": "npm", - "name": "npm:fast-xml-parser", - "data": { - "version": "5.7.3", - "packageName": "fast-xml-parser", - "hash": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==" - } - }, - "npm:fastq": { - "type": "npm", - "name": "npm:fastq", - "data": { - "version": "1.20.1", - "packageName": "fastq", - "hash": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" - } - }, - "npm:faye-websocket": { - "type": "npm", - "name": "npm:faye-websocket", - "data": { - "version": "0.11.4", - "packageName": "faye-websocket", - "hash": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==" - } - }, - "npm:fb-watchman": { - "type": "npm", - "name": "npm:fb-watchman", - "data": { - "version": "2.0.2", - "packageName": "fb-watchman", - "hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" - } - }, - "npm:fdir": { - "type": "npm", - "name": "npm:fdir", - "data": { - "version": "6.5.0", - "packageName": "fdir", - "hash": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" - } - }, - "npm:fflate": { - "type": "npm", - "name": "npm:fflate", - "data": { - "version": "0.8.3", - "packageName": "fflate", - "hash": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==" - } - }, - "npm:figures": { - "type": "npm", - "name": "npm:figures", - "data": { - "version": "3.2.0", - "packageName": "figures", - "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" - } - }, - "npm:file-entry-cache": { - "type": "npm", - "name": "npm:file-entry-cache", - "data": { - "version": "6.0.1", - "packageName": "file-entry-cache", - "hash": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" - } - }, - "npm:file-type": { - "type": "npm", - "name": "npm:file-type", - "data": { - "version": "20.4.1", - "packageName": "file-type", - "hash": "sha512-hw9gNZXUfZ02Jo0uafWLaFVPter5/k2rfcrjFJJHX/77xtSDOfJuEFb6oKlFV86FLP1SuyHMW1PSk0U9M5tKkQ==" - } - }, - "npm:fill-range": { - "type": "npm", - "name": "npm:fill-range", - "data": { - "version": "7.1.1", - "packageName": "fill-range", - "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" - } - }, - "npm:finalhandler@2.1.1": { - "type": "npm", - "name": "npm:finalhandler@2.1.1", - "data": { - "version": "2.1.1", - "packageName": "finalhandler", - "hash": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==" - } - }, - "npm:finalhandler": { - "type": "npm", - "name": "npm:finalhandler", - "data": { - "version": "1.3.2", - "packageName": "finalhandler", - "hash": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==" - } - }, - "npm:find-cache-dir@3.3.2": { - "type": "npm", - "name": "npm:find-cache-dir@3.3.2", - "data": { - "version": "3.3.2", - "packageName": "find-cache-dir", - "hash": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==" - } - }, - "npm:find-cache-dir": { - "type": "npm", - "name": "npm:find-cache-dir", - "data": { - "version": "4.0.0", - "packageName": "find-cache-dir", - "hash": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==" - } - }, - "npm:find-file-up": { - "type": "npm", - "name": "npm:find-file-up", - "data": { - "version": "2.0.1", - "packageName": "find-file-up", - "hash": "sha512-qVdaUhYO39zmh28/JLQM5CoYN9byEOKEH4qfa8K1eNV17W0UUMJ9WgbR/hHFH+t5rcl+6RTb5UC7ck/I+uRkpQ==" - } - }, - "npm:find-pkg": { - "type": "npm", - "name": "npm:find-pkg", - "data": { - "version": "2.0.0", - "packageName": "find-pkg", - "hash": "sha512-WgZ+nKbELDa6N3i/9nrHeNznm+lY3z4YfhDDWgW+5P0pdmMj26bxaxU11ookgY3NyP9GC7HvZ9etp0jRFqGEeQ==" - } - }, - "npm:find-up": { - "type": "npm", - "name": "npm:find-up", - "data": { - "version": "4.1.0", - "packageName": "find-up", - "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" - } - }, - "npm:find-up@5.0.0": { - "type": "npm", - "name": "npm:find-up@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "find-up", - "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" - } - }, - "npm:find-up@6.3.0": { - "type": "npm", - "name": "npm:find-up@6.3.0", - "data": { - "version": "6.3.0", - "packageName": "find-up", - "hash": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" - } - }, - "npm:flat-cache": { - "type": "npm", - "name": "npm:flat-cache", - "data": { - "version": "3.2.0", - "packageName": "flat-cache", - "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" - } - }, - "npm:flat": { - "type": "npm", - "name": "npm:flat", - "data": { - "version": "5.0.2", - "packageName": "flat", - "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" - } - }, - "npm:flatted": { - "type": "npm", - "name": "npm:flatted", - "data": { - "version": "3.4.2", - "packageName": "flatted", - "hash": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==" - } - }, - "npm:follow-redirects": { - "type": "npm", - "name": "npm:follow-redirects", - "data": { - "version": "1.16.0", - "packageName": "follow-redirects", - "hash": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==" - } - }, - "npm:for-each": { - "type": "npm", - "name": "npm:for-each", - "data": { - "version": "0.3.5", - "packageName": "for-each", - "hash": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==" - } - }, - "npm:foreground-child": { - "type": "npm", - "name": "npm:foreground-child", - "data": { - "version": "3.3.1", - "packageName": "foreground-child", - "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" - } - }, - "npm:forever-agent": { - "type": "npm", - "name": "npm:forever-agent", - "data": { - "version": "0.6.1", - "packageName": "forever-agent", - "hash": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==" - } - }, - "npm:fork-ts-checker-webpack-plugin@9.0.2": { - "type": "npm", - "name": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "data": { - "version": "9.0.2", - "packageName": "fork-ts-checker-webpack-plugin", - "hash": "sha512-Uochze2R8peoN1XqlSi/rGUkDQpRogtLFocP9+PGu68zk1BDAKXfdeCdyVZpgTk8V8WFVQXdEz426VKjXLO1Gg==" - } - }, - "npm:fork-ts-checker-webpack-plugin": { - "type": "npm", - "name": "npm:fork-ts-checker-webpack-plugin", - "data": { - "version": "9.1.0", - "packageName": "fork-ts-checker-webpack-plugin", - "hash": "sha512-mpafl89VFPJmhnJ1ssH+8wmM2b50n+Rew5x42NeI2U78aRWgtkEtGmctp7iT16UjquJTjorEmIfESj3DxdW84Q==" - } - }, - "npm:form-data": { - "type": "npm", - "name": "npm:form-data", - "data": { - "version": "4.0.5", - "packageName": "form-data", - "hash": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==" - } - }, - "npm:forwarded": { - "type": "npm", - "name": "npm:forwarded", - "data": { - "version": "0.2.0", - "packageName": "forwarded", - "hash": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" - } - }, - "npm:fraction.js": { - "type": "npm", - "name": "npm:fraction.js", - "data": { - "version": "5.3.4", - "packageName": "fraction.js", - "hash": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==" - } - }, - "npm:fresh@2.0.0": { - "type": "npm", - "name": "npm:fresh@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "fresh", - "hash": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" - } - }, - "npm:fresh": { - "type": "npm", - "name": "npm:fresh", - "data": { - "version": "0.5.2", - "packageName": "fresh", - "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" - } - }, - "npm:fs-constants": { - "type": "npm", - "name": "npm:fs-constants", - "data": { - "version": "1.0.0", - "packageName": "fs-constants", - "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" - } - }, - "npm:fs-extra": { - "type": "npm", - "name": "npm:fs-extra", - "data": { - "version": "10.1.0", - "packageName": "fs-extra", - "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" - } - }, - "npm:fs-extra@11.3.5": { - "type": "npm", - "name": "npm:fs-extra@11.3.5", - "data": { - "version": "11.3.5", - "packageName": "fs-extra", - "hash": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==" - } - }, - "npm:fs-extra@9.1.0": { - "type": "npm", - "name": "npm:fs-extra@9.1.0", - "data": { - "version": "9.1.0", - "packageName": "fs-extra", - "hash": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" - } - }, - "npm:fs-minipass": { - "type": "npm", - "name": "npm:fs-minipass", - "data": { - "version": "2.1.0", - "packageName": "fs-minipass", - "hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" - } - }, - "npm:fs-monkey": { - "type": "npm", - "name": "npm:fs-monkey", - "data": { - "version": "1.1.0", - "packageName": "fs-monkey", - "hash": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==" - } - }, - "npm:fs.realpath": { - "type": "npm", - "name": "npm:fs.realpath", - "data": { - "version": "1.0.0", - "packageName": "fs.realpath", - "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - } - }, - "npm:fsevents": { - "type": "npm", - "name": "npm:fsevents", - "data": { - "version": "2.3.3", - "packageName": "fsevents", - "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" - } - }, - "npm:function-bind": { - "type": "npm", - "name": "npm:function-bind", - "data": { - "version": "1.1.2", - "packageName": "function-bind", - "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" - } - }, - "npm:function.prototype.name": { - "type": "npm", - "name": "npm:function.prototype.name", - "data": { - "version": "1.1.8", - "packageName": "function.prototype.name", - "hash": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==" - } - }, - "npm:functions-have-names": { - "type": "npm", - "name": "npm:functions-have-names", - "data": { - "version": "1.2.3", - "packageName": "functions-have-names", - "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" - } - }, - "npm:generator-function": { - "type": "npm", - "name": "npm:generator-function", - "data": { - "version": "2.0.1", - "packageName": "generator-function", - "hash": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==" - } - }, - "npm:generic-names": { - "type": "npm", - "name": "npm:generic-names", - "data": { - "version": "4.0.0", - "packageName": "generic-names", - "hash": "sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==" - } - }, - "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.6.0", - "packageName": "get-east-asian-width", - "hash": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==" - } - }, - "npm:get-func-name": { - "type": "npm", - "name": "npm:get-func-name", - "data": { - "version": "2.0.2", - "packageName": "get-func-name", - "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" - } - }, - "npm:get-intrinsic": { - "type": "npm", - "name": "npm:get-intrinsic", - "data": { - "version": "1.3.0", - "packageName": "get-intrinsic", - "hash": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" - } - }, - "npm:get-package-type": { - "type": "npm", - "name": "npm:get-package-type", - "data": { - "version": "0.1.0", - "packageName": "get-package-type", - "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" - } - }, - "npm:get-proto": { - "type": "npm", - "name": "npm:get-proto", - "data": { - "version": "1.0.1", - "packageName": "get-proto", - "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" - } - }, - "npm:get-stream": { - "type": "npm", - "name": "npm:get-stream", - "data": { - "version": "5.2.0", - "packageName": "get-stream", - "hash": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" - } - }, - "npm:get-stream@6.0.1": { - "type": "npm", - "name": "npm:get-stream@6.0.1", - "data": { - "version": "6.0.1", - "packageName": "get-stream", - "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" - } - }, - "npm:get-stream@8.0.1": { - "type": "npm", - "name": "npm:get-stream@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "get-stream", - "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" - } - }, - "npm:get-symbol-description": { - "type": "npm", - "name": "npm:get-symbol-description", - "data": { - "version": "1.1.0", - "packageName": "get-symbol-description", - "hash": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==" - } - }, - "npm:getpass": { - "type": "npm", - "name": "npm:getpass", - "data": { - "version": "0.1.7", - "packageName": "getpass", - "hash": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==" - } - }, - "npm:glob-parent": { - "type": "npm", - "name": "npm:glob-parent", - "data": { - "version": "5.1.2", - "packageName": "glob-parent", - "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" - } - }, - "npm:glob-parent@6.0.2": { - "type": "npm", - "name": "npm:glob-parent@6.0.2", - "data": { - "version": "6.0.2", - "packageName": "glob-parent", - "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" - } - }, - "npm:glob-to-regex.js": { - "type": "npm", - "name": "npm:glob-to-regex.js", - "data": { - "version": "1.2.0", - "packageName": "glob-to-regex.js", - "hash": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==" - } - }, - "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:glob@10.4.5": { - "type": "npm", - "name": "npm:glob@10.4.5", - "data": { - "version": "10.4.5", - "packageName": "glob", - "hash": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" - } - }, - "npm:glob": { - "type": "npm", - "name": "npm:glob", - "data": { - "version": "10.5.0", - "packageName": "glob", - "hash": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" - } - }, - "npm:glob@7.2.3": { - "type": "npm", - "name": "npm:glob@7.2.3", - "data": { - "version": "7.2.3", - "packageName": "glob", - "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" - } - }, - "npm:glob@8.1.0": { - "type": "npm", - "name": "npm:glob@8.1.0", - "data": { - "version": "8.1.0", - "packageName": "glob", - "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" - } - }, - "npm:global-dirs": { - "type": "npm", - "name": "npm:global-dirs", - "data": { - "version": "3.0.1", - "packageName": "global-dirs", - "hash": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==" - } - }, - "npm:global-modules": { - "type": "npm", - "name": "npm:global-modules", - "data": { - "version": "1.0.0", - "packageName": "global-modules", - "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" - } - }, - "npm:global-prefix": { - "type": "npm", - "name": "npm:global-prefix", - "data": { - "version": "1.0.2", - "packageName": "global-prefix", - "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" - } - }, - "npm:global": { - "type": "npm", - "name": "npm:global", - "data": { - "version": "4.4.0", - "packageName": "global", - "hash": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==" - } - }, - "npm:globals": { - "type": "npm", - "name": "npm:globals", - "data": { - "version": "13.24.0", - "packageName": "globals", - "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" - } - }, - "npm:globals@14.0.0": { - "type": "npm", - "name": "npm:globals@14.0.0", - "data": { - "version": "14.0.0", - "packageName": "globals", - "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" - } - }, - "npm:globals@17.6.0": { - "type": "npm", - "name": "npm:globals@17.6.0", - "data": { - "version": "17.6.0", - "packageName": "globals", - "hash": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==" - } - }, - "npm:globalthis": { - "type": "npm", - "name": "npm:globalthis", - "data": { - "version": "1.0.4", - "packageName": "globalthis", - "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" - } - }, - "npm:globby": { - "type": "npm", - "name": "npm:globby", - "data": { - "version": "11.1.0", - "packageName": "globby", - "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" - } - }, - "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:handle-thing": { - "type": "npm", - "name": "npm:handle-thing", - "data": { - "version": "2.0.1", - "packageName": "handle-thing", - "hash": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - } - }, - "npm:handlebars": { - "type": "npm", - "name": "npm:handlebars", - "data": { - "version": "4.7.9", - "packageName": "handlebars", - "hash": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==" - } - }, - "npm:harmony-reflect": { - "type": "npm", - "name": "npm:harmony-reflect", - "data": { - "version": "1.6.2", - "packageName": "harmony-reflect", - "hash": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" - } - }, - "npm:has-bigints": { - "type": "npm", - "name": "npm:has-bigints", - "data": { - "version": "1.1.0", - "packageName": "has-bigints", - "hash": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" - } - }, - "npm:has-flag": { - "type": "npm", - "name": "npm:has-flag", - "data": { - "version": "4.0.0", - "packageName": "has-flag", - "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - } - }, - "npm:has-own-prop": { - "type": "npm", - "name": "npm:has-own-prop", - "data": { - "version": "2.0.0", - "packageName": "has-own-prop", - "hash": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==" - } - }, - "npm:has-property-descriptors": { - "type": "npm", - "name": "npm:has-property-descriptors", - "data": { - "version": "1.0.2", - "packageName": "has-property-descriptors", - "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" - } - }, - "npm:has-proto": { - "type": "npm", - "name": "npm:has-proto", - "data": { - "version": "1.2.0", - "packageName": "has-proto", - "hash": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==" - } - }, - "npm:has-symbols": { - "type": "npm", - "name": "npm:has-symbols", - "data": { - "version": "1.1.0", - "packageName": "has-symbols", - "hash": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" - } - }, - "npm:has-tostringtag": { - "type": "npm", - "name": "npm:has-tostringtag", - "data": { - "version": "1.0.2", - "packageName": "has-tostringtag", - "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" - } - }, - "npm:hasha": { - "type": "npm", - "name": "npm:hasha", - "data": { - "version": "5.2.2", - "packageName": "hasha", - "hash": "sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==" - } - }, - "npm:hasown@2.0.2": { - "type": "npm", - "name": "npm:hasown@2.0.2", - "data": { - "version": "2.0.2", - "packageName": "hasown", - "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" - } - }, - "npm:hasown": { - "type": "npm", - "name": "npm:hasown", - "data": { - "version": "2.0.4", - "packageName": "hasown", - "hash": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==" - } - }, - "npm:he": { - "type": "npm", - "name": "npm:he", - "data": { - "version": "1.2.0", - "packageName": "he", - "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" - } - }, - "npm:homedir-polyfill": { - "type": "npm", - "name": "npm:homedir-polyfill", - "data": { - "version": "1.0.3", - "packageName": "homedir-polyfill", - "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" - } - }, - "npm:hpack.js": { - "type": "npm", - "name": "npm:hpack.js", - "data": { - "version": "2.1.6", - "packageName": "hpack.js", - "hash": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==" - } - }, - "npm:html-encoding-sniffer@3.0.0": { - "type": "npm", - "name": "npm:html-encoding-sniffer@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "html-encoding-sniffer", - "hash": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==" - } - }, - "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:http-deceiver": { - "type": "npm", - "name": "npm:http-deceiver", - "data": { - "version": "1.2.7", - "packageName": "http-deceiver", - "hash": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" - } - }, - "npm:http-errors": { - "type": "npm", - "name": "npm:http-errors", - "data": { - "version": "2.0.1", - "packageName": "http-errors", - "hash": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" - } - }, - "npm:http-errors@1.8.1": { - "type": "npm", - "name": "npm:http-errors@1.8.1", - "data": { - "version": "1.8.1", - "packageName": "http-errors", - "hash": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" - } - }, - "npm:http-parser-js": { - "type": "npm", - "name": "npm:http-parser-js", - "data": { - "version": "0.5.10", - "packageName": "http-parser-js", - "hash": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==" - } - }, - "npm:http-proxy-middleware@2.0.9": { - "type": "npm", - "name": "npm:http-proxy-middleware@2.0.9", - "data": { - "version": "2.0.9", - "packageName": "http-proxy-middleware", - "hash": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==" - } - }, - "npm:http-proxy-middleware": { - "type": "npm", - "name": "npm:http-proxy-middleware", - "data": { - "version": "3.0.5", - "packageName": "http-proxy-middleware", - "hash": "sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg==" - } - }, - "npm:http-proxy": { - "type": "npm", - "name": "npm:http-proxy", - "data": { - "version": "1.18.1", - "packageName": "http-proxy", - "hash": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" - } - }, - "npm:http-server": { - "type": "npm", - "name": "npm:http-server", - "data": { - "version": "14.1.1", - "packageName": "http-server", - "hash": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==" - } - }, - "npm:http-signature": { - "type": "npm", - "name": "npm:http-signature", - "data": { - "version": "1.4.0", - "packageName": "http-signature", - "hash": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==" - } - }, - "npm:https-proxy-agent": { - "type": "npm", - "name": "npm:https-proxy-agent", - "data": { - "version": "5.0.1", - "packageName": "https-proxy-agent", - "hash": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" - } - }, - "npm:human-signals": { - "type": "npm", - "name": "npm:human-signals", - "data": { - "version": "1.1.1", - "packageName": "human-signals", - "hash": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" - } - }, - "npm:human-signals@2.1.0": { - "type": "npm", - "name": "npm:human-signals@2.1.0", - "data": { - "version": "2.1.0", - "packageName": "human-signals", - "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" - } - }, - "npm:human-signals@5.0.0": { - "type": "npm", - "name": "npm:human-signals@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "human-signals", - "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" - } - }, - "npm:husky": { - "type": "npm", - "name": "npm:husky", - "data": { - "version": "8.0.3", - "packageName": "husky", - "hash": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==" - } - }, - "npm:hyperdyperid": { - "type": "npm", - "name": "npm:hyperdyperid", - "data": { - "version": "1.2.0", - "packageName": "hyperdyperid", - "hash": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==" - } - }, - "npm:iconv-lite": { - "type": "npm", - "name": "npm:iconv-lite", - "data": { - "version": "0.6.3", - "packageName": "iconv-lite", - "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" - } - }, - "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.7.2": { - "type": "npm", - "name": "npm:iconv-lite@0.7.2", - "data": { - "version": "0.7.2", - "packageName": "iconv-lite", - "hash": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==" - } - }, - "npm:icss-utils": { - "type": "npm", - "name": "npm:icss-utils", - "data": { - "version": "5.1.0", - "packageName": "icss-utils", - "hash": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==" - } - }, - "npm:identity-obj-proxy": { - "type": "npm", - "name": "npm:identity-obj-proxy", - "data": { - "version": "3.0.0", - "packageName": "identity-obj-proxy", - "hash": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==" - } - }, - "npm:ieee754": { - "type": "npm", - "name": "npm:ieee754", - "data": { - "version": "1.2.1", - "packageName": "ieee754", - "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" - } - }, - "npm:ignore@7.0.5": { - "type": "npm", - "name": "npm:ignore@7.0.5", - "data": { - "version": "7.0.5", - "packageName": "ignore", - "hash": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" - } - }, - "npm:ignore": { - "type": "npm", - "name": "npm:ignore", - "data": { - "version": "5.3.2", - "packageName": "ignore", - "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" - } - }, - "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.6", - "packageName": "immutable", - "hash": "sha512-q1swsS8K7L8usSHuOqF2TAoCCkonYz0SG38wLAggaa4Wml70zixIvt2ql4coQ2C2B3hTjltJry4r6bULwgAXLQ==" - } - }, - "npm:import-fresh": { - "type": "npm", - "name": "npm:import-fresh", - "data": { - "version": "3.3.1", - "packageName": "import-fresh", - "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" - } - }, - "npm:import-local": { - "type": "npm", - "name": "npm:import-local", - "data": { - "version": "3.2.0", - "packageName": "import-local", - "hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" - } - }, - "npm:imurmurhash": { - "type": "npm", - "name": "npm:imurmurhash", - "data": { - "version": "0.1.4", - "packageName": "imurmurhash", - "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" - } - }, - "npm:inflight": { - "type": "npm", - "name": "npm:inflight", - "data": { - "version": "1.0.6", - "packageName": "inflight", - "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" - } - }, - "npm:inherits": { - "type": "npm", - "name": "npm:inherits", - "data": { - "version": "2.0.4", - "packageName": "inherits", - "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - } - }, - "npm:ini": { - "type": "npm", - "name": "npm:ini", - "data": { - "version": "2.0.0", - "packageName": "ini", - "hash": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==" - } - }, - "npm:ini@1.3.8": { - "type": "npm", - "name": "npm:ini@1.3.8", - "data": { - "version": "1.3.8", - "packageName": "ini", - "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - } - }, - "npm:inquirer": { - "type": "npm", - "name": "npm:inquirer", - "data": { - "version": "8.2.6", - "packageName": "inquirer", - "hash": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==" - } - }, - "npm:inquirer@9.2.15": { - "type": "npm", - "name": "npm:inquirer@9.2.15", - "data": { - "version": "9.2.15", - "packageName": "inquirer", - "hash": "sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==" - } - }, - "npm:internal-slot": { - "type": "npm", - "name": "npm:internal-slot", - "data": { - "version": "1.1.0", - "packageName": "internal-slot", - "hash": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" - } - }, - "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:ipaddr.js@2.4.0": { - "type": "npm", - "name": "npm:ipaddr.js@2.4.0", - "data": { - "version": "2.4.0", - "packageName": "ipaddr.js", - "hash": "sha512-9VGk3HGanVE6JoZXHiCpnGy5X0jYDnN4EA4lntFPj+1vIWlFhIylq2CrrCOJH9EAhc5CYhq18F2Av2tgoAPsYQ==" - } - }, - "npm:is-array-buffer": { - "type": "npm", - "name": "npm:is-array-buffer", - "data": { - "version": "3.0.5", - "packageName": "is-array-buffer", - "hash": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==" - } - }, - "npm:is-arrayish": { - "type": "npm", - "name": "npm:is-arrayish", - "data": { - "version": "0.2.1", - "packageName": "is-arrayish", - "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - } - }, - "npm:is-async-function": { - "type": "npm", - "name": "npm:is-async-function", - "data": { - "version": "2.1.1", - "packageName": "is-async-function", - "hash": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==" - } - }, - "npm:is-bigint": { - "type": "npm", - "name": "npm:is-bigint", - "data": { - "version": "1.1.0", - "packageName": "is-bigint", - "hash": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==" - } - }, - "npm:is-binary-path": { - "type": "npm", - "name": "npm:is-binary-path", - "data": { - "version": "2.1.0", - "packageName": "is-binary-path", - "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" - } - }, - "npm:is-boolean-object": { - "type": "npm", - "name": "npm:is-boolean-object", - "data": { - "version": "1.2.2", - "packageName": "is-boolean-object", - "hash": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==" - } - }, - "npm:is-callable": { - "type": "npm", - "name": "npm:is-callable", - "data": { - "version": "1.2.7", - "packageName": "is-callable", - "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" - } - }, - "npm:is-core-module": { - "type": "npm", - "name": "npm:is-core-module", - "data": { - "version": "2.16.2", - "packageName": "is-core-module", - "hash": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==" - } - }, - "npm:is-data-view": { - "type": "npm", - "name": "npm:is-data-view", - "data": { - "version": "1.0.2", - "packageName": "is-data-view", - "hash": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==" - } - }, - "npm:is-date-object": { - "type": "npm", - "name": "npm:is-date-object", - "data": { - "version": "1.1.0", - "packageName": "is-date-object", - "hash": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==" - } - }, - "npm:is-docker": { - "type": "npm", - "name": "npm:is-docker", - "data": { - "version": "2.2.1", - "packageName": "is-docker", - "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" - } - }, - "npm:is-docker@3.0.0": { - "type": "npm", - "name": "npm:is-docker@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "is-docker", - "hash": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" - } - }, - "npm:is-extglob": { - "type": "npm", - "name": "npm:is-extglob", - "data": { - "version": "2.1.1", - "packageName": "is-extglob", - "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" - } - }, - "npm:is-finalizationregistry": { - "type": "npm", - "name": "npm:is-finalizationregistry", - "data": { - "version": "1.1.1", - "packageName": "is-finalizationregistry", - "hash": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==" - } - }, - "npm:is-fullwidth-code-point": { - "type": "npm", - "name": "npm:is-fullwidth-code-point", - "data": { - "version": "3.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - } - }, - "npm:is-fullwidth-code-point@4.0.0": { - "type": "npm", - "name": "npm:is-fullwidth-code-point@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" - } - }, - "npm:is-fullwidth-code-point@5.1.0": { - "type": "npm", - "name": "npm:is-fullwidth-code-point@5.1.0", - "data": { - "version": "5.1.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==" - } - }, - "npm:is-generator-fn": { - "type": "npm", - "name": "npm:is-generator-fn", - "data": { - "version": "2.1.0", - "packageName": "is-generator-fn", - "hash": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" - } - }, - "npm:is-generator-function": { - "type": "npm", - "name": "npm:is-generator-function", - "data": { - "version": "1.1.2", - "packageName": "is-generator-function", - "hash": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==" - } - }, - "npm:is-glob": { - "type": "npm", - "name": "npm:is-glob", - "data": { - "version": "4.0.3", - "packageName": "is-glob", - "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" - } - }, - "npm:is-inside-container": { - "type": "npm", - "name": "npm:is-inside-container", - "data": { - "version": "1.0.0", - "packageName": "is-inside-container", - "hash": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" - } - }, - "npm:is-installed-globally": { - "type": "npm", - "name": "npm:is-installed-globally", - "data": { - "version": "0.4.0", - "packageName": "is-installed-globally", - "hash": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==" - } - }, - "npm:is-interactive": { - "type": "npm", - "name": "npm:is-interactive", - "data": { - "version": "1.0.0", - "packageName": "is-interactive", - "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" - } - }, - "npm:is-map": { - "type": "npm", - "name": "npm:is-map", - "data": { - "version": "2.0.3", - "packageName": "is-map", - "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" - } - }, - "npm:is-module": { - "type": "npm", - "name": "npm:is-module", - "data": { - "version": "1.0.0", - "packageName": "is-module", - "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" - } - }, - "npm:is-negative-zero": { - "type": "npm", - "name": "npm:is-negative-zero", - "data": { - "version": "2.0.3", - "packageName": "is-negative-zero", - "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" - } - }, - "npm:is-network-error": { - "type": "npm", - "name": "npm:is-network-error", - "data": { - "version": "1.3.2", - "packageName": "is-network-error", - "hash": "sha512-PhBY86zaxNZUuWP6h13Vu5oFe0XY6/UlKzQnYFELzGVHygP3MxmvTfYSG7GN3aIab/iWudSMgjSnG9Dq+nHrgA==" - } - }, - "npm:is-number-object": { - "type": "npm", - "name": "npm:is-number-object", - "data": { - "version": "1.1.1", - "packageName": "is-number-object", - "hash": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==" - } - }, - "npm:is-number": { - "type": "npm", - "name": "npm:is-number", - "data": { - "version": "7.0.0", - "packageName": "is-number", - "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - } - }, - "npm:is-path-inside": { - "type": "npm", - "name": "npm:is-path-inside", - "data": { - "version": "3.0.3", - "packageName": "is-path-inside", - "hash": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" - } - }, - "npm:is-plain-obj": { - "type": "npm", - "name": "npm:is-plain-obj", - "data": { - "version": "3.0.0", - "packageName": "is-plain-obj", - "hash": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" - } - }, - "npm:is-plain-object": { - "type": "npm", - "name": "npm:is-plain-object", - "data": { - "version": "5.0.0", - "packageName": "is-plain-object", - "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" - } - }, - "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-reference": { - "type": "npm", - "name": "npm:is-reference", - "data": { - "version": "1.2.1", - "packageName": "is-reference", - "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" - } - }, - "npm:is-regex": { - "type": "npm", - "name": "npm:is-regex", - "data": { - "version": "1.2.1", - "packageName": "is-regex", - "hash": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" - } - }, - "npm:is-set": { - "type": "npm", - "name": "npm:is-set", - "data": { - "version": "2.0.3", - "packageName": "is-set", - "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" - } - }, - "npm:is-shared-array-buffer": { - "type": "npm", - "name": "npm:is-shared-array-buffer", - "data": { - "version": "1.0.4", - "packageName": "is-shared-array-buffer", - "hash": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==" - } - }, - "npm:is-stream": { - "type": "npm", - "name": "npm:is-stream", - "data": { - "version": "2.0.1", - "packageName": "is-stream", - "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" - } - }, - "npm:is-stream@3.0.0": { - "type": "npm", - "name": "npm:is-stream@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "is-stream", - "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" - } - }, - "npm:is-string": { - "type": "npm", - "name": "npm:is-string", - "data": { - "version": "1.1.1", - "packageName": "is-string", - "hash": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==" - } - }, - "npm:is-symbol": { - "type": "npm", - "name": "npm:is-symbol", - "data": { - "version": "1.1.1", - "packageName": "is-symbol", - "hash": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==" - } - }, - "npm:is-typed-array": { - "type": "npm", - "name": "npm:is-typed-array", - "data": { - "version": "1.1.15", - "packageName": "is-typed-array", - "hash": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" - } - }, - "npm:is-typedarray": { - "type": "npm", - "name": "npm:is-typedarray", - "data": { - "version": "1.0.0", - "packageName": "is-typedarray", - "hash": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - } - }, - "npm:is-unicode-supported": { - "type": "npm", - "name": "npm:is-unicode-supported", - "data": { - "version": "0.1.0", - "packageName": "is-unicode-supported", - "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" - } - }, - "npm:is-weakmap": { - "type": "npm", - "name": "npm:is-weakmap", - "data": { - "version": "2.0.2", - "packageName": "is-weakmap", - "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" - } - }, - "npm:is-weakref": { - "type": "npm", - "name": "npm:is-weakref", - "data": { - "version": "1.1.1", - "packageName": "is-weakref", - "hash": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==" - } - }, - "npm:is-weakset": { - "type": "npm", - "name": "npm:is-weakset", - "data": { - "version": "2.0.4", - "packageName": "is-weakset", - "hash": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==" - } - }, - "npm:is-what": { - "type": "npm", - "name": "npm:is-what", - "data": { - "version": "3.14.1", - "packageName": "is-what", - "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" - } - }, - "npm:is-windows": { - "type": "npm", - "name": "npm:is-windows", - "data": { - "version": "1.0.2", - "packageName": "is-windows", - "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" - } - }, - "npm:is-wsl": { - "type": "npm", - "name": "npm:is-wsl", - "data": { - "version": "2.2.0", - "packageName": "is-wsl", - "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" - } - }, - "npm:is-wsl@3.1.1": { - "type": "npm", - "name": "npm:is-wsl@3.1.1", - "data": { - "version": "3.1.1", - "packageName": "is-wsl", - "hash": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==" - } - }, - "npm:isarray@1.0.0": { - "type": "npm", - "name": "npm:isarray@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "isarray", - "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - } - }, - "npm:isarray": { - "type": "npm", - "name": "npm:isarray", - "data": { - "version": "2.0.5", - "packageName": "isarray", - "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - } - }, - "npm:isexe": { - "type": "npm", - "name": "npm:isexe", - "data": { - "version": "2.0.0", - "packageName": "isexe", - "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - } - }, - "npm:isomorphic-unfetch": { - "type": "npm", - "name": "npm:isomorphic-unfetch", - "data": { - "version": "3.1.0", - "packageName": "isomorphic-unfetch", - "hash": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==" - } - }, - "npm:isomorphic-ws": { - "type": "npm", - "name": "npm:isomorphic-ws", - "data": { - "version": "5.0.0", - "packageName": "isomorphic-ws", - "hash": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==" - } - }, - "npm:isstream": { - "type": "npm", - "name": "npm:isstream", - "data": { - "version": "0.1.2", - "packageName": "isstream", - "hash": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" - } - }, - "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:istanbul-lib-source-maps": { - "type": "npm", - "name": "npm:istanbul-lib-source-maps", - "data": { - "version": "5.0.6", - "packageName": "istanbul-lib-source-maps", - "hash": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==" - } - }, - "npm:istanbul-reports": { - "type": "npm", - "name": "npm:istanbul-reports", - "data": { - "version": "3.2.0", - "packageName": "istanbul-reports", - "hash": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==" - } - }, - "npm:iterare": { - "type": "npm", - "name": "npm:iterare", - "data": { - "version": "1.2.1", - "packageName": "iterare", - "hash": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==" - } - }, - "npm:iterator.prototype": { - "type": "npm", - "name": "npm:iterator.prototype", - "data": { - "version": "1.1.5", - "packageName": "iterator.prototype", - "hash": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==" - } - }, - "npm:jackspeak": { - "type": "npm", - "name": "npm:jackspeak", - "data": { - "version": "3.4.3", - "packageName": "jackspeak", - "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" - } - }, - "npm:jest-changed-files": { - "type": "npm", - "name": "npm:jest-changed-files", - "data": { - "version": "30.4.1", - "packageName": "jest-changed-files", - "hash": "sha512-IuctmYrxi21iOSOaIXpJWalHyPAsVv0GeBHKDn8C1CA4W5htHn7INL+wdnL4Bo0+olEndvAFkmb++tIQJG+vvg==" - } - }, - "npm:jest-circus": { - "type": "npm", - "name": "npm:jest-circus", - "data": { - "version": "30.4.2", - "packageName": "jest-circus", - "hash": "sha512-rvHH7VlY6LgbJXJTQ87GW62g1FntOtbhh0zT+v04kC+pgL6aBKyYINXxWukCpj3dcIBMw5/XUbtDS9dU9JTXeQ==" - } - }, - "npm:jest-cli": { - "type": "npm", - "name": "npm:jest-cli", - "data": { - "version": "30.4.2", - "packageName": "jest-cli", - "hash": "sha512-jfA2ocvVHMXS2QijrJ0d31ektP+d/W0T5RpcTX2Pq+3sVqHlsXVCM2+FmwpL+bdY8OfHpIg9xMxLF17Zg0U49Q==" - } - }, - "npm:jest-config": { - "type": "npm", - "name": "npm:jest-config", - "data": { - "version": "30.4.2", - "packageName": "jest-config", - "hash": "sha512-rNHAShJQqQwFNoL0hbf3BphSBOWnpOUAKvidLS/AjNVLPfoj5mSf4jQMfW3cYOs6hXeZC7nF7mDHaBnbxELOzg==" - } - }, - "npm:jest-diff": { - "type": "npm", - "name": "npm:jest-diff", - "data": { - "version": "30.4.1", - "packageName": "jest-diff", - "hash": "sha512-CRpFK0RtLriVDGcPPAnR6HMVI8bSR2jnUIgralhauzYQZIb4RH9AtEInTuQr65LmmGggGcRT6HIASxwqsVsmlA==" - } - }, - "npm:jest-docblock": { - "type": "npm", - "name": "npm:jest-docblock", - "data": { - "version": "30.4.0", - "packageName": "jest-docblock", - "hash": "sha512-ZPMabUZCx5MpbZ2eBYSvZ0J8fvo3dR9oM+eeUpb3aKNQFuS2tu3Duw1TNlMoP8k3WQgKGJuhcMFvwcVuq6T7oA==" - } - }, - "npm:jest-each": { - "type": "npm", - "name": "npm:jest-each", - "data": { - "version": "30.4.1", - "packageName": "jest-each", - "hash": "sha512-/8MJbH6fuj48TstjrMf+u/pd06Qezz5xOXvZA6442heNOWr8bdeoGZX2d9fCn028CoMgYmroH9//zky5GfyYmA==" - } - }, - "npm:jest-environment-node": { - "type": "npm", - "name": "npm:jest-environment-node", - "data": { - "version": "30.4.1", - "packageName": "jest-environment-node", - "hash": "sha512-4FZYVOk85hz2AyT6BbarKy9u37g6DbrDyCdFhsnDdXqyrueYQvB+0zO4f/kqLCRD0BsPRXPMNJeQwihKZV8naw==" - } - }, - "npm:jest-haste-map": { - "type": "npm", - "name": "npm:jest-haste-map", - "data": { - "version": "30.4.1", - "packageName": "jest-haste-map", - "hash": "sha512-rFrcONd8jeFsyw+Z9CrScJgglRf2+NFmNam8dKu7n+SoHqNYT47mn0DdEcVUZJpvh7Iz6/si7f7yUH7GJHVgnw==" - } - }, - "npm:jest-leak-detector": { - "type": "npm", - "name": "npm:jest-leak-detector", - "data": { - "version": "30.4.1", - "packageName": "jest-leak-detector", - "hash": "sha512-IpmyiioeHxiWDhesHnUFmOxcTzwCwKpgACgWajtAP+nYQXiY7DakTxB6Bx9JFiRMljr0AX1PvnQdaU1KFoz6NQ==" - } - }, - "npm:jest-matcher-utils": { - "type": "npm", - "name": "npm:jest-matcher-utils", - "data": { - "version": "30.4.1", - "packageName": "jest-matcher-utils", - "hash": "sha512-zvYfX5CaeEkFrrLS9suWe9rvJrm9J1Iv3ua8kIBv9GEPzcnsfBf0bob37la7s67fs0nlBC3EuvkOLnXQKxtx4A==" - } - }, - "npm:jest-message-util": { - "type": "npm", - "name": "npm:jest-message-util", - "data": { - "version": "30.4.1", - "packageName": "jest-message-util", - "hash": "sha512-kwCKIvq0MCW1HzLoGola9Te6JUdzgV0loyKJ3Qghrkz9i5/RRIHsL95BMQc2HBBhlBKC4j22K9p11TGHH8RBpQ==" - } - }, - "npm:jest-mock": { - "type": "npm", - "name": "npm:jest-mock", - "data": { - "version": "30.4.1", - "packageName": "jest-mock", - "hash": "sha512-/i8SVb8/NSB7RfNi8gfqu8gxLV23KaL5EpAttyb9iz8qWRIqXRLflycz/32wXsYkOnaUlx8NAKnJYtpsmXUmfw==" - } - }, - "npm:jest-pnp-resolver": { - "type": "npm", - "name": "npm:jest-pnp-resolver", - "data": { - "version": "1.2.3", - "packageName": "jest-pnp-resolver", - "hash": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" - } - }, - "npm:jest-regex-util": { - "type": "npm", - "name": "npm:jest-regex-util", - "data": { - "version": "30.4.0", - "packageName": "jest-regex-util", - "hash": "sha512-mWlvLviKIgIQ8VCuM1xRdD0TWp3zlzionlmDBjuXVBs+VkmXq6FgW9T4Emr7oGz/Rk6feDCGyiugolcQEyp3mg==" - } - }, - "npm:jest-resolve-dependencies": { - "type": "npm", - "name": "npm:jest-resolve-dependencies", - "data": { - "version": "30.4.2", - "packageName": "jest-resolve-dependencies", - "hash": "sha512-gDiVh1I+GxYzz9oXlyw+1wv6VOYX1WYxMOfjsA3iGKePV2oxmbHhwxfkALxNxYy1ciw6APWwkW2zZONwP97aEQ==" - } - }, - "npm:jest-resolve": { - "type": "npm", - "name": "npm:jest-resolve", - "data": { - "version": "30.4.1", - "packageName": "jest-resolve", - "hash": "sha512-Zry8Yq/yJcNAZ7dJ5F2heic8AheXvbFZ7XI5V+h28nrYZ7Qoyy4dItq8OodjnYD270mvX+ZudmrNV9cysqhW5Q==" - } - }, - "npm:jest-runner": { - "type": "npm", - "name": "npm:jest-runner", - "data": { - "version": "30.4.2", - "packageName": "jest-runner", - "hash": "sha512-2dw0PslVYXxffXGpLo+Ejad+KcI1Qkjn7f4X4619gf21oCUmL+SPfjqIa/losUem3yEOvfNZe/F1HWUcNpODcg==" - } - }, - "npm:jest-runtime": { - "type": "npm", - "name": "npm:jest-runtime", - "data": { - "version": "30.4.2", - "packageName": "jest-runtime", - "hash": "sha512-3/5e8iPz2k/VLqlr8DgTftYyLUv8Su3FkCAO2/Od81UsUTpSxOrS6O5x5KkoQwyUjmpYyDJKeyAvg2T2nvpNkQ==" - } - }, - "npm:jest-snapshot": { - "type": "npm", - "name": "npm:jest-snapshot", - "data": { - "version": "30.4.1", - "packageName": "jest-snapshot", - "hash": "sha512-tEOkkfOMppUyeiHwjZswOQ3lcnoTnws/q5FnGIaeIh/jmoU0ZlgMYRR8sTlTj+nNGCoJ0RDq6SfxGxCsyMTPmw==" - } - }, - "npm:jest-util": { - "type": "npm", - "name": "npm:jest-util", - "data": { - "version": "30.4.1", - "packageName": "jest-util", - "hash": "sha512-vjQb1sACEiv13DKJMDToJpzVW0joCsIQrmbg0fi7CyOOt+g9jTuQl2A216pWRBYhOVt53XbL/2LbMKg1BECWOw==" - } - }, - "npm:jest-validate": { - "type": "npm", - "name": "npm:jest-validate", - "data": { - "version": "30.4.1", - "packageName": "jest-validate", - "hash": "sha512-PDWi4SOwLnwqNDfHZjOcsEFyZ4fc/2W2gVL3DEoyqnB6jCQMLRtfBong8s6omIw3lI0HWOus12xfnFmQtjW3fw==" - } - }, - "npm:jest-watcher": { - "type": "npm", - "name": "npm:jest-watcher", - "data": { - "version": "30.4.1", - "packageName": "jest-watcher", - "hash": "sha512-/l9UonmvCwjHH7d2h3iAwIloLc1H0S8mJZ/LNK3i86hqwPAz8otUJjP9MfYtz9Tt77Su5FD2xGjZn8d31IZHlw==" - } - }, - "npm:jest-worker": { - "type": "npm", - "name": "npm:jest-worker", - "data": { - "version": "30.4.1", - "packageName": "jest-worker", - "hash": "sha512-SHynN/q/QD++iNyvMdy+WMmbCGk8jIsNcRxycXbWubSOhvo6T+j2afcfUSl+3hYsiBebOTo0cT7c2H7CXugu1g==" - } - }, - "npm:jest-worker@27.5.1": { - "type": "npm", - "name": "npm:jest-worker@27.5.1", - "data": { - "version": "27.5.1", - "packageName": "jest-worker", - "hash": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" - } - }, - "npm:jest": { - "type": "npm", - "name": "npm:jest", - "data": { - "version": "30.4.2", - "packageName": "jest", - "hash": "sha512-Yi1jqNC/Oq0N4hBgNH/YvBpP1P57QqundgytzYqy3yqAa7NZPNjSoi4SGbRAXDMdBzNE6xBCi5U7RgfrvMEUVQ==" - } - }, - "npm:jiti@2.4.2": { - "type": "npm", - "name": "npm:jiti@2.4.2", - "data": { - "version": "2.4.2", - "packageName": "jiti", - "hash": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" - } - }, - "npm:jiti": { - "type": "npm", - "name": "npm:jiti", - "data": { - "version": "2.7.0", - "packageName": "jiti", - "hash": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==" - } - }, - "npm:jose": { - "type": "npm", - "name": "npm:jose", - "data": { - "version": "6.2.3", - "packageName": "jose", - "hash": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==" - } - }, - "npm:js-cookie": { - "type": "npm", - "name": "npm:js-cookie", - "data": { - "version": "2.2.1", - "packageName": "js-cookie", - "hash": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" - } - }, - "npm:js-tokens": { - "type": "npm", - "name": "npm:js-tokens", - "data": { - "version": "4.0.0", - "packageName": "js-tokens", - "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - } - }, - "npm:js-yaml@4.1.0": { - "type": "npm", - "name": "npm:js-yaml@4.1.0", - "data": { - "version": "4.1.0", - "packageName": "js-yaml", - "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" - } - }, - "npm:js-yaml@3.14.2": { - "type": "npm", - "name": "npm:js-yaml@3.14.2", - "data": { - "version": "3.14.2", - "packageName": "js-yaml", - "hash": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==" - } - }, - "npm:js-yaml": { - "type": "npm", - "name": "npm:js-yaml", - "data": { - "version": "4.2.0", - "packageName": "js-yaml", - "hash": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==" - } - }, - "npm:jsbn": { - "type": "npm", - "name": "npm:jsbn", - "data": { - "version": "0.1.1", - "packageName": "jsbn", - "hash": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" - } - }, - "npm:jsdom": { - "type": "npm", - "name": "npm:jsdom", - "data": { - "version": "29.1.1", - "packageName": "jsdom", - "hash": "sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==" - } - }, - "npm:jsesc": { - "type": "npm", - "name": "npm:jsesc", - "data": { - "version": "3.1.0", - "packageName": "jsesc", - "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" - } - }, - "npm:json-buffer": { - "type": "npm", - "name": "npm:json-buffer", - "data": { - "version": "3.0.1", - "packageName": "json-buffer", - "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" - } - }, - "npm:json-parse-even-better-errors": { - "type": "npm", - "name": "npm:json-parse-even-better-errors", - "data": { - "version": "2.3.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - } - }, - "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:json-schema": { - "type": "npm", - "name": "npm:json-schema", - "data": { - "version": "0.4.0", - "packageName": "json-schema", - "hash": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" - } - }, - "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:json-stringify-safe": { - "type": "npm", - "name": "npm:json-stringify-safe", - "data": { - "version": "5.0.1", - "packageName": "json-stringify-safe", - "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" - } - }, - "npm:json5": { - "type": "npm", - "name": "npm:json5", - "data": { - "version": "2.2.3", - "packageName": "json5", - "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" - } - }, - "npm:json5@1.0.2": { - "type": "npm", - "name": "npm:json5@1.0.2", - "data": { - "version": "1.0.2", - "packageName": "json5", - "hash": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==" - } - }, - "npm:jsonc-eslint-parser": { - "type": "npm", - "name": "npm:jsonc-eslint-parser", - "data": { - "version": "2.4.2", - "packageName": "jsonc-eslint-parser", - "hash": "sha512-1e4qoRgnn448pRuMvKGsFFymUCquZV0mpGgOyIKNgD3JVDTsVJyRBGH/Fm0tBb8WsWGgmB1mDe6/yJMQM37DUA==" - } - }, - "npm:jsonc-parser@3.2.0": { - "type": "npm", - "name": "npm:jsonc-parser@3.2.0", - "data": { - "version": "3.2.0", - "packageName": "jsonc-parser", - "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" - } - }, - "npm:jsonc-parser@3.2.1": { - "type": "npm", - "name": "npm:jsonc-parser@3.2.1", - "data": { - "version": "3.2.1", - "packageName": "jsonc-parser", - "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" - } - }, - "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:jsonfile": { - "type": "npm", - "name": "npm:jsonfile", - "data": { - "version": "6.2.1", - "packageName": "jsonfile", - "hash": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==" - } - }, - "npm:jsonwebtoken": { - "type": "npm", - "name": "npm:jsonwebtoken", - "data": { - "version": "9.0.3", - "packageName": "jsonwebtoken", - "hash": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==" - } - }, - "npm:jsprim": { - "type": "npm", - "name": "npm:jsprim", - "data": { - "version": "2.0.2", - "packageName": "jsprim", - "hash": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==" - } - }, - "npm:jsx-ast-utils": { - "type": "npm", - "name": "npm:jsx-ast-utils", - "data": { - "version": "3.3.5", - "packageName": "jsx-ast-utils", - "hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" - } - }, - "npm:jwa": { - "type": "npm", - "name": "npm:jwa", - "data": { - "version": "2.0.1", - "packageName": "jwa", - "hash": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" - } - }, - "npm:jwks-rsa": { - "type": "npm", - "name": "npm:jwks-rsa", - "data": { - "version": "4.0.1", - "packageName": "jwks-rsa", - "hash": "sha512-poXwUA8S4cP9P5N8tZS3xnUDJH8WmwSGfKK9gIaRPdjLHyJtd9iX/cngX9CUIe0Caof5JhK2EbN7N5lnnaf9NA==" - } - }, - "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:keyv": { - "type": "npm", - "name": "npm:keyv", - "data": { - "version": "4.5.4", - "packageName": "keyv", - "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" - } - }, - "npm:language-subtag-registry": { - "type": "npm", - "name": "npm:language-subtag-registry", - "data": { - "version": "0.3.23", - "packageName": "language-subtag-registry", - "hash": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==" - } - }, - "npm:language-tags": { - "type": "npm", - "name": "npm:language-tags", - "data": { - "version": "1.0.9", - "packageName": "language-tags", - "hash": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==" - } - }, - "npm:launch-editor": { - "type": "npm", - "name": "npm:launch-editor", - "data": { - "version": "2.14.1", - "packageName": "launch-editor", - "hash": "sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==" - } - }, - "npm:less-loader": { - "type": "npm", - "name": "npm:less-loader", - "data": { - "version": "12.3.3", - "packageName": "less-loader", - "hash": "sha512-F0+ErFFDj3Pt+nVrCN6VlEGEzocv9s7x/aR9v2riI+WM83UAfTYBDBjGPJnT55lBLR6JSI4fmWblt+aA2JN6/w==" - } - }, - "npm:less": { - "type": "npm", - "name": "npm:less", - "data": { - "version": "4.5.1", - "packageName": "less", - "hash": "sha512-UKgI3/KON4u6ngSsnDADsUERqhZknsVZbnuzlRZXLQCmfC/MDld42fTydUE9B+Mla1AL6SJ/Pp6SlEFi/AVGfw==" - } - }, - "npm:leven": { - "type": "npm", - "name": "npm:leven", - "data": { - "version": "3.1.0", - "packageName": "leven", - "hash": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" - } - }, - "npm:levn": { - "type": "npm", - "name": "npm:levn", - "data": { - "version": "0.4.1", - "packageName": "levn", - "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" - } - }, - "npm:libphonenumber-js": { - "type": "npm", - "name": "npm:libphonenumber-js", - "data": { - "version": "1.13.5", - "packageName": "libphonenumber-js", - "hash": "sha512-7/kRezHmQlMfO6pmvt34orO/g3j1C47k8FCBXFgj/mklTLwQdBca1LkhDK6RM8UyM6JqHFAIikMdkKkyfQy39A==" - } - }, - "npm:license-webpack-plugin": { - "type": "npm", - "name": "npm:license-webpack-plugin", - "data": { - "version": "4.0.2", - "packageName": "license-webpack-plugin", - "hash": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==" - } - }, - "npm:lilconfig": { - "type": "npm", - "name": "npm:lilconfig", - "data": { - "version": "3.1.3", - "packageName": "lilconfig", - "hash": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==" - } - }, - "npm:limiter": { - "type": "npm", - "name": "npm:limiter", - "data": { - "version": "1.1.5", - "packageName": "limiter", - "hash": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==" - } - }, - "npm:lines-and-columns": { - "type": "npm", - "name": "npm:lines-and-columns", - "data": { - "version": "2.0.3", - "packageName": "lines-and-columns", - "hash": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==" - } - }, - "npm:lines-and-columns@1.2.4": { - "type": "npm", - "name": "npm:lines-and-columns@1.2.4", - "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": "15.5.2", - "packageName": "lint-staged", - "hash": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==" - } - }, - "npm:listr2": { - "type": "npm", - "name": "npm:listr2", - "data": { - "version": "8.3.3", - "packageName": "listr2", - "hash": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==" - } - }, - "npm:loader-runner": { - "type": "npm", - "name": "npm:loader-runner", - "data": { - "version": "4.3.2", - "packageName": "loader-runner", - "hash": "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==" - } - }, - "npm:loader-utils": { - "type": "npm", - "name": "npm:loader-utils", - "data": { - "version": "2.0.4", - "packageName": "loader-utils", - "hash": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" - } - }, - "npm:loader-utils@3.3.1": { - "type": "npm", - "name": "npm:loader-utils@3.3.1", - "data": { - "version": "3.3.1", - "packageName": "loader-utils", - "hash": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==" - } - }, - "npm:local-pkg": { - "type": "npm", - "name": "npm:local-pkg", - "data": { - "version": "0.4.3", - "packageName": "local-pkg", - "hash": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==" - } - }, - "npm:locate-path": { - "type": "npm", - "name": "npm:locate-path", - "data": { - "version": "5.0.0", - "packageName": "locate-path", - "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" - } - }, - "npm:locate-path@6.0.0": { - "type": "npm", - "name": "npm:locate-path@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "locate-path", - "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" - } - }, - "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: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.clonedeep": { - "type": "npm", - "name": "npm:lodash.clonedeep", - "data": { - "version": "4.5.0", - "packageName": "lodash.clonedeep", - "hash": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" - } - }, - "npm:lodash.debounce": { - "type": "npm", - "name": "npm:lodash.debounce", - "data": { - "version": "4.0.8", - "packageName": "lodash.debounce", - "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" - } - }, - "npm:lodash.includes": { - "type": "npm", - "name": "npm:lodash.includes", - "data": { - "version": "4.3.0", - "packageName": "lodash.includes", - "hash": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" - } - }, - "npm:lodash.isboolean": { - "type": "npm", - "name": "npm:lodash.isboolean", - "data": { - "version": "3.0.3", - "packageName": "lodash.isboolean", - "hash": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" - } - }, - "npm:lodash.isinteger": { - "type": "npm", - "name": "npm:lodash.isinteger", - "data": { - "version": "4.0.4", - "packageName": "lodash.isinteger", - "hash": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" - } - }, - "npm:lodash.isnumber": { - "type": "npm", - "name": "npm:lodash.isnumber", - "data": { - "version": "3.0.3", - "packageName": "lodash.isnumber", - "hash": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" - } - }, - "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.isstring": { - "type": "npm", - "name": "npm:lodash.isstring", - "data": { - "version": "4.0.1", - "packageName": "lodash.isstring", - "hash": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" - } - }, - "npm:lodash.memoize": { - "type": "npm", - "name": "npm:lodash.memoize", - "data": { - "version": "4.1.2", - "packageName": "lodash.memoize", - "hash": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" - } - }, - "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.once": { - "type": "npm", - "name": "npm:lodash.once", - "data": { - "version": "4.1.1", - "packageName": "lodash.once", - "hash": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" - } - }, - "npm:lodash.uniq": { - "type": "npm", - "name": "npm:lodash.uniq", - "data": { - "version": "4.5.0", - "packageName": "lodash.uniq", - "hash": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - } - }, - "npm:lodash@4.17.21": { - "type": "npm", - "name": "npm:lodash@4.17.21", - "data": { - "version": "4.17.21", - "packageName": "lodash", - "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - } - }, - "npm:lodash": { - "type": "npm", - "name": "npm:lodash", - "data": { - "version": "4.18.1", - "packageName": "lodash", - "hash": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" - } - }, - "npm:log-symbols": { - "type": "npm", - "name": "npm:log-symbols", - "data": { - "version": "4.1.0", - "packageName": "log-symbols", - "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" - } - }, - "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-timeout": { - "type": "npm", - "name": "npm:long-timeout", - "data": { - "version": "0.1.1", - "packageName": "long-timeout", - "hash": "sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w==" - } - }, - "npm:loose-envify": { - "type": "npm", - "name": "npm:loose-envify", - "data": { - "version": "1.4.0", - "packageName": "loose-envify", - "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" - } - }, - "npm:loupe": { - "type": "npm", - "name": "npm:loupe", - "data": { - "version": "2.3.7", - "packageName": "loupe", - "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" - } - }, - "npm:lower-case": { - "type": "npm", - "name": "npm:lower-case", - "data": { - "version": "2.0.2", - "packageName": "lower-case", - "hash": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" - } - }, - "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:lru-cache": { - "type": "npm", - "name": "npm:lru-cache", - "data": { - "version": "11.5.1", - "packageName": "lru-cache", - "hash": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==" - } - }, - "npm:lru-cache@5.1.1": { - "type": "npm", - "name": "npm:lru-cache@5.1.1", - "data": { - "version": "5.1.1", - "packageName": "lru-cache", - "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" - } - }, - "npm:lru-memoizer": { - "type": "npm", - "name": "npm:lru-memoizer", - "data": { - "version": "3.0.0", - "packageName": "lru-memoizer", - "hash": "sha512-m83w/cYXLdUIboKSPxzPAGfYnk+vqeDYXuoSrQRw1q+yVEd8IXhvMufN8Q5TIPe7e2jyX4SRNrDJI2Skw1yznQ==" - } - }, - "npm:luxon": { - "type": "npm", - "name": "npm:luxon", - "data": { - "version": "3.7.2", - "packageName": "luxon", - "hash": "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==" - } - }, - "npm:lz-string": { - "type": "npm", - "name": "npm:lz-string", - "data": { - "version": "1.5.0", - "packageName": "lz-string", - "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" - } - }, - "npm:magic-string@0.30.17": { - "type": "npm", - "name": "npm:magic-string@0.30.17", - "data": { - "version": "0.30.17", - "packageName": "magic-string", - "hash": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" - } - }, - "npm:magic-string@0.30.8": { - "type": "npm", - "name": "npm:magic-string@0.30.8", - "data": { - "version": "0.30.8", - "packageName": "magic-string", - "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" - } - }, - "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:make-dir": { - "type": "npm", - "name": "npm:make-dir", - "data": { - "version": "2.1.0", - "packageName": "make-dir", - "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" - } - }, - "npm:make-dir@3.1.0": { - "type": "npm", - "name": "npm:make-dir@3.1.0", - "data": { - "version": "3.1.0", - "packageName": "make-dir", - "hash": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" - } - }, - "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-error": { - "type": "npm", - "name": "npm:make-error", - "data": { - "version": "1.3.6", - "packageName": "make-error", - "hash": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" - } - }, - "npm:makeerror": { - "type": "npm", - "name": "npm:makeerror", - "data": { - "version": "1.0.12", - "packageName": "makeerror", - "hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" - } - }, - "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@2.0.28": { - "type": "npm", - "name": "npm:mdn-data@2.0.28", - "data": { - "version": "2.0.28", - "packageName": "mdn-data", - "hash": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" - } - }, - "npm:mdn-data@2.0.30": { - "type": "npm", - "name": "npm:mdn-data@2.0.30", - "data": { - "version": "2.0.30", - "packageName": "mdn-data", - "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" - } - }, - "npm:mdn-data": { - "type": "npm", - "name": "npm:mdn-data", - "data": { - "version": "2.27.1", - "packageName": "mdn-data", - "hash": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==" - } - }, - "npm:media-typer": { - "type": "npm", - "name": "npm:media-typer", - "data": { - "version": "0.3.0", - "packageName": "media-typer", - "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" - } - }, - "npm:media-typer@1.1.0": { - "type": "npm", - "name": "npm:media-typer@1.1.0", - "data": { - "version": "1.1.0", - "packageName": "media-typer", - "hash": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" - } - }, - "npm:memfs": { - "type": "npm", - "name": "npm:memfs", - "data": { - "version": "3.6.0", - "packageName": "memfs", - "hash": "sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ==" - } - }, - "npm:memfs@4.57.6": { - "type": "npm", - "name": "npm:memfs@4.57.6", - "data": { - "version": "4.57.6", - "packageName": "memfs", - "hash": "sha512-WQK+DGjKCnPdpSyJUXphz+COF2uEhhsxQ3VIWBSbzpbbXuch3h4FePMqXrXGdLjsTgo4JFzBFsP6AWd9pVazGw==" - } - }, - "npm:merge-descriptors": { - "type": "npm", - "name": "npm:merge-descriptors", - "data": { - "version": "1.0.3", - "packageName": "merge-descriptors", - "hash": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" - } - }, - "npm:merge-descriptors@2.0.0": { - "type": "npm", - "name": "npm:merge-descriptors@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "merge-descriptors", - "hash": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" - } - }, - "npm:merge-stream": { - "type": "npm", - "name": "npm:merge-stream", - "data": { - "version": "2.0.0", - "packageName": "merge-stream", - "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - } - }, - "npm:merge2": { - "type": "npm", - "name": "npm:merge2", - "data": { - "version": "1.4.1", - "packageName": "merge2", - "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" - } - }, - "npm: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: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:mime-types": { - "type": "npm", - "name": "npm:mime-types", - "data": { - "version": "2.1.35", - "packageName": "mime-types", - "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" - } - }, - "npm:mime-types@3.0.2": { - "type": "npm", - "name": "npm:mime-types@3.0.2", - "data": { - "version": "3.0.2", - "packageName": "mime-types", - "hash": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" - } - }, - "npm:mime": { - "type": "npm", - "name": "npm:mime", - "data": { - "version": "1.6.0", - "packageName": "mime", - "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - } - }, - "npm:mimic-fn": { - "type": "npm", - "name": "npm:mimic-fn", - "data": { - "version": "2.1.0", - "packageName": "mimic-fn", - "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - } - }, - "npm:mimic-fn@4.0.0": { - "type": "npm", - "name": "npm:mimic-fn@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "mimic-fn", - "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" - } - }, - "npm:mimic-function": { - "type": "npm", - "name": "npm:mimic-function", - "data": { - "version": "5.0.1", - "packageName": "mimic-function", - "hash": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==" - } - }, - "npm:min-document": { - "type": "npm", - "name": "npm:min-document", - "data": { - "version": "2.19.2", - "packageName": "min-document", - "hash": "sha512-8S5I8db/uZN8r9HSLFVWPdJCvYOejMcEC82VIzNUc6Zkklf/d1gg2psfE79/vyhWOj4+J8MtwmoOz3TmvaGu5A==" - } - }, - "npm:mini-css-extract-plugin": { - "type": "npm", - "name": "npm:mini-css-extract-plugin", - "data": { - "version": "2.4.7", - "packageName": "mini-css-extract-plugin", - "hash": "sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==" - } - }, - "npm:mini-svg-data-uri": { - "type": "npm", - "name": "npm:mini-svg-data-uri", - "data": { - "version": "1.4.4", - "packageName": "mini-svg-data-uri", - "hash": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==" - } - }, - "npm:minimalistic-assert": { - "type": "npm", - "name": "npm:minimalistic-assert", - "data": { - "version": "1.0.1", - "packageName": "minimalistic-assert", - "hash": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - } - }, - "npm:minimatch@10.2.5": { - "type": "npm", - "name": "npm:minimatch@10.2.5", - "data": { - "version": "10.2.5", - "packageName": "minimatch", - "hash": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" - } - }, - "npm:minimatch@9.0.3": { - "type": "npm", - "name": "npm:minimatch@9.0.3", - "data": { - "version": "9.0.3", - "packageName": "minimatch", - "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" - } - }, - "npm:minimatch": { - "type": "npm", - "name": "npm:minimatch", - "data": { - "version": "3.1.5", - "packageName": "minimatch", - "hash": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" - } - }, - "npm:minimatch@5.1.9": { - "type": "npm", - "name": "npm:minimatch@5.1.9", - "data": { - "version": "5.1.9", - "packageName": "minimatch", - "hash": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==" - } - }, - "npm:minimatch@9.0.9": { - "type": "npm", - "name": "npm:minimatch@9.0.9", - "data": { - "version": "9.0.9", - "packageName": "minimatch", - "hash": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==" - } - }, - "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": "3.3.6", - "packageName": "minipass", - "hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" - } - }, - "npm:minipass@7.1.3": { - "type": "npm", - "name": "npm:minipass@7.1.3", - "data": { - "version": "7.1.3", - "packageName": "minipass", - "hash": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" - } - }, - "npm:minizlib": { - "type": "npm", - "name": "npm:minizlib", - "data": { - "version": "2.1.2", - "packageName": "minizlib", - "hash": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" - } - }, - "npm:mkdirp": { - "type": "npm", - "name": "npm:mkdirp", - "data": { - "version": "1.0.4", - "packageName": "mkdirp", - "hash": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - } - }, - "npm:mlly": { - "type": "npm", - "name": "npm:mlly", - "data": { - "version": "1.8.2", - "packageName": "mlly", - "hash": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==" - } - }, - "npm:mrmime": { - "type": "npm", - "name": "npm:mrmime", - "data": { - "version": "2.0.1", - "packageName": "mrmime", - "hash": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" - } - }, - "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:multer": { - "type": "npm", - "name": "npm:multer", - "data": { - "version": "2.1.1", - "packageName": "multer", - "hash": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==" - } - }, - "npm:multicast-dns": { - "type": "npm", - "name": "npm:multicast-dns", - "data": { - "version": "7.2.5", - "packageName": "multicast-dns", - "hash": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==" - } - }, - "npm:mute-stream": { - "type": "npm", - "name": "npm:mute-stream", - "data": { - "version": "0.0.8", - "packageName": "mute-stream", - "hash": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" - } - }, - "npm:mute-stream@1.0.0": { - "type": "npm", - "name": "npm:mute-stream@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "mute-stream", - "hash": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==" - } - }, - "npm:nanoid": { - "type": "npm", - "name": "npm:nanoid", - "data": { - "version": "3.3.12", - "packageName": "nanoid", - "hash": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==" - } - }, - "npm:napi-postinstall": { - "type": "npm", - "name": "npm:napi-postinstall", - "data": { - "version": "0.3.4", - "packageName": "napi-postinstall", - "hash": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==" - } - }, - "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.5.0", - "packageName": "needle", - "hash": "sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==" - } - }, - "npm:negotiator": { - "type": "npm", - "name": "npm:negotiator", - "data": { - "version": "0.6.3", - "packageName": "negotiator", - "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - } - }, - "npm:negotiator@1.0.0": { - "type": "npm", - "name": "npm:negotiator@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "negotiator", - "hash": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" - } - }, - "npm:negotiator@0.6.4": { - "type": "npm", - "name": "npm:negotiator@0.6.4", - "data": { - "version": "0.6.4", - "packageName": "negotiator", - "hash": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==" - } - }, - "npm:neo-async": { - "type": "npm", - "name": "npm:neo-async", - "data": { - "version": "2.6.2", - "packageName": "neo-async", - "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - } - }, - "npm:no-case": { - "type": "npm", - "name": "npm:no-case", - "data": { - "version": "3.0.4", - "packageName": "no-case", - "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" - } - }, - "npm:node-abort-controller": { - "type": "npm", - "name": "npm:node-abort-controller", - "data": { - "version": "3.1.1", - "packageName": "node-abort-controller", - "hash": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==" - } - }, - "npm:node-addon-api": { - "type": "npm", - "name": "npm:node-addon-api", - "data": { - "version": "7.1.1", - "packageName": "node-addon-api", - "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" - } - }, - "npm:node-emoji": { - "type": "npm", - "name": "npm:node-emoji", - "data": { - "version": "1.11.0", - "packageName": "node-emoji", - "hash": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==" - } - }, - "npm:node-exports-info": { - "type": "npm", - "name": "npm:node-exports-info", - "data": { - "version": "1.6.0", - "packageName": "node-exports-info", - "hash": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==" - } - }, - "npm:node-fetch": { - "type": "npm", - "name": "npm:node-fetch", - "data": { - "version": "2.7.0", - "packageName": "node-fetch", - "hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" - } - }, - "npm:node-int64": { - "type": "npm", - "name": "npm:node-int64", - "data": { - "version": "0.4.0", - "packageName": "node-int64", - "hash": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" - } - }, - "npm:node-machine-id": { - "type": "npm", - "name": "npm:node-machine-id", - "data": { - "version": "1.1.12", - "packageName": "node-machine-id", - "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" - } - }, - "npm:node-releases": { - "type": "npm", - "name": "npm:node-releases", - "data": { - "version": "2.0.47", - "packageName": "node-releases", - "hash": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==" - } - }, - "npm:node-schedule": { - "type": "npm", - "name": "npm:node-schedule", - "data": { - "version": "2.1.1", - "packageName": "node-schedule", - "hash": "sha512-OXdegQq03OmXEjt2hZP33W2YPs/E5BcFQks46+G2gAxs4gHOIVD1u7EqlYLYSKsaIpyKCK9Gbk0ta1/gjRSMRQ==" - } - }, - "npm:nodemailer": { - "type": "npm", - "name": "npm:nodemailer", - "data": { - "version": "8.0.10", - "packageName": "nodemailer", - "hash": "sha512-BLFuSth7QtHOkBzyqTehWWyub0NTRDuK2Q2SQfnGLsrJnzyU+Yeh4WpV1eZGuARFj1xQJHIdnTuJZLP+b9R1GQ==" - } - }, - "npm:normalize-path": { - "type": "npm", - "name": "npm:normalize-path", - "data": { - "version": "3.0.0", - "packageName": "normalize-path", - "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" - } - }, - "npm:npm-run-path": { - "type": "npm", - "name": "npm:npm-run-path", - "data": { - "version": "4.0.1", - "packageName": "npm-run-path", - "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" - } - }, - "npm:npm-run-path@5.3.0": { - "type": "npm", - "name": "npm:npm-run-path@5.3.0", - "data": { - "version": "5.3.0", - "packageName": "npm-run-path", - "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" - } - }, - "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:nx-cloud": { - "type": "npm", - "name": "npm:nx-cloud", - "data": { - "version": "16.5.2", - "packageName": "nx-cloud", - "hash": "sha512-1t1Ii9gojl8r/8hFGaZ/ZyYR0Cb0hzvXLCsaFuvg+EJEFdvua3P4cfNya/0bdRrm+7Eb/ITUOskbvYq4TSlyGg==" - } - }, - "npm:nx": { - "type": "npm", - "name": "npm:nx", - "data": { - "version": "22.7.5", - "packageName": "nx", - "hash": "sha512-zoxsJabb33jl1QYnalDn0bicryrEBgSzdKp90d7VGGv/jDgzKrcLg/hw2ZxeYiOjWPIT/o8QNT9G9vTs4dv3AQ==" - } - }, - "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:object-keys": { - "type": "npm", - "name": "npm:object-keys", - "data": { - "version": "1.1.1", - "packageName": "object-keys", - "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - } - }, - "npm:object.assign": { - "type": "npm", - "name": "npm:object.assign", - "data": { - "version": "4.1.7", - "packageName": "object.assign", - "hash": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==" - } - }, - "npm:object.entries": { - "type": "npm", - "name": "npm:object.entries", - "data": { - "version": "1.1.9", - "packageName": "object.entries", - "hash": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==" - } - }, - "npm:object.fromentries": { - "type": "npm", - "name": "npm:object.fromentries", - "data": { - "version": "2.0.8", - "packageName": "object.fromentries", - "hash": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==" - } - }, - "npm:object.groupby": { - "type": "npm", - "name": "npm:object.groupby", - "data": { - "version": "1.0.3", - "packageName": "object.groupby", - "hash": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==" - } - }, - "npm:object.values": { - "type": "npm", - "name": "npm:object.values", - "data": { - "version": "1.2.1", - "packageName": "object.values", - "hash": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==" - } - }, - "npm:obuf": { - "type": "npm", - "name": "npm:obuf", - "data": { - "version": "1.1.2", - "packageName": "obuf", - "hash": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - } - }, - "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:on-headers": { - "type": "npm", - "name": "npm:on-headers", - "data": { - "version": "1.1.0", - "packageName": "on-headers", - "hash": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==" - } - }, - "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": "5.1.2", - "packageName": "onetime", - "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" - } - }, - "npm:onetime@6.0.0": { - "type": "npm", - "name": "npm:onetime@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "onetime", - "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" - } - }, - "npm:onetime@7.0.0": { - "type": "npm", - "name": "npm:onetime@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "onetime", - "hash": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==" - } - }, - "npm:open": { - "type": "npm", - "name": "npm:open", - "data": { - "version": "8.4.2", - "packageName": "open", - "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" - } - }, - "npm:open@10.2.0": { - "type": "npm", - "name": "npm:open@10.2.0", - "data": { - "version": "10.2.0", - "packageName": "open", - "hash": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==" - } - }, - "npm:opener": { - "type": "npm", - "name": "npm:opener", - "data": { - "version": "1.5.2", - "packageName": "opener", - "hash": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==" - } - }, - "npm:optionator": { - "type": "npm", - "name": "npm:optionator", - "data": { - "version": "0.9.4", - "packageName": "optionator", - "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" - } - }, - "npm:ora@5.3.0": { - "type": "npm", - "name": "npm:ora@5.3.0", - "data": { - "version": "5.3.0", - "packageName": "ora", - "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" - } - }, - "npm:ora": { - "type": "npm", - "name": "npm:ora", - "data": { - "version": "5.4.1", - "packageName": "ora", - "hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" - } - }, - "npm:os-tmpdir": { - "type": "npm", - "name": "npm:os-tmpdir", - "data": { - "version": "1.0.2", - "packageName": "os-tmpdir", - "hash": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" - } - }, - "npm:ospath": { - "type": "npm", - "name": "npm:ospath", - "data": { - "version": "1.2.2", - "packageName": "ospath", - "hash": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==" - } - }, - "npm:own-keys": { - "type": "npm", - "name": "npm:own-keys", - "data": { - "version": "1.0.1", - "packageName": "own-keys", - "hash": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==" - } - }, - "npm:p-limit@2.3.0": { - "type": "npm", - "name": "npm:p-limit@2.3.0", - "data": { - "version": "2.3.0", - "packageName": "p-limit", - "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" - } - }, - "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@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-locate": { - "type": "npm", - "name": "npm:p-locate", - "data": { - "version": "4.1.0", - "packageName": "p-locate", - "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" - } - }, - "npm:p-locate@5.0.0": { - "type": "npm", - "name": "npm:p-locate@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "p-locate", - "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" - } - }, - "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-retry": { - "type": "npm", - "name": "npm:p-retry", - "data": { - "version": "6.2.1", - "packageName": "p-retry", - "hash": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==" - } - }, - "npm:p-try": { - "type": "npm", - "name": "npm:p-try", - "data": { - "version": "2.2.0", - "packageName": "p-try", - "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - } - }, - "npm:package-json-from-dist": { - "type": "npm", - "name": "npm:package-json-from-dist", - "data": { - "version": "1.0.1", - "packageName": "package-json-from-dist", - "hash": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" - } - }, - "npm:parent-module": { - "type": "npm", - "name": "npm:parent-module", - "data": { - "version": "1.0.1", - "packageName": "parent-module", - "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" - } - }, - "npm:parse-json": { - "type": "npm", - "name": "npm:parse-json", - "data": { - "version": "5.2.0", - "packageName": "parse-json", - "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" - } - }, - "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:parse-passwd": { - "type": "npm", - "name": "npm:parse-passwd", - "data": { - "version": "1.0.0", - "packageName": "parse-passwd", - "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" - } - }, - "npm:parse5": { - "type": "npm", - "name": "npm:parse5", - "data": { - "version": "4.0.0", - "packageName": "parse5", - "hash": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==" - } - }, - "npm:parse5@8.0.1": { - "type": "npm", - "name": "npm:parse5@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "parse5", - "hash": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==" - } - }, - "npm:parseurl": { - "type": "npm", - "name": "npm:parseurl", - "data": { - "version": "1.3.3", - "packageName": "parseurl", - "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - } - }, - "npm:passport-jwt": { - "type": "npm", - "name": "npm:passport-jwt", - "data": { - "version": "4.0.1", - "packageName": "passport-jwt", - "hash": "sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==" - } - }, - "npm:passport-strategy": { - "type": "npm", - "name": "npm:passport-strategy", - "data": { - "version": "1.0.0", - "packageName": "passport-strategy", - "hash": "sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==" - } - }, - "npm:passport": { - "type": "npm", - "name": "npm:passport", - "data": { - "version": "0.6.0", - "packageName": "passport", - "hash": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==" - } - }, - "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@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-expression-matcher": { - "type": "npm", - "name": "npm:path-expression-matcher", - "data": { - "version": "1.5.0", - "packageName": "path-expression-matcher", - "hash": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==" - } - }, - "npm:path-is-absolute": { - "type": "npm", - "name": "npm:path-is-absolute", - "data": { - "version": "1.0.1", - "packageName": "path-is-absolute", - "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" - } - }, - "npm:path-key": { - "type": "npm", - "name": "npm:path-key", - "data": { - "version": "3.1.1", - "packageName": "path-key", - "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" - } - }, - "npm:path-key@4.0.0": { - "type": "npm", - "name": "npm:path-key@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "path-key", - "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" - } - }, - "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": "1.11.1", - "packageName": "path-scurry", - "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" - } - }, - "npm:path-to-regexp": { - "type": "npm", - "name": "npm:path-to-regexp", - "data": { - "version": "3.3.0", - "packageName": "path-to-regexp", - "hash": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==" - } - }, - "npm:path-to-regexp@8.4.2": { - "type": "npm", - "name": "npm:path-to-regexp@8.4.2", - "data": { - "version": "8.4.2", - "packageName": "path-to-regexp", - "hash": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==" - } - }, - "npm:path-to-regexp@0.1.13": { - "type": "npm", - "name": "npm:path-to-regexp@0.1.13", - "data": { - "version": "0.1.13", - "packageName": "path-to-regexp", - "hash": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==" - } - }, - "npm:path-type": { - "type": "npm", - "name": "npm:path-type", - "data": { - "version": "4.0.0", - "packageName": "path-type", - "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" - } - }, - "npm:pathe": { - "type": "npm", - "name": "npm:pathe", - "data": { - "version": "1.1.2", - "packageName": "pathe", - "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" - } - }, - "npm:pathe@2.0.3": { - "type": "npm", - "name": "npm:pathe@2.0.3", - "data": { - "version": "2.0.3", - "packageName": "pathe", - "hash": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" - } - }, - "npm:pathval": { - "type": "npm", - "name": "npm:pathval", - "data": { - "version": "1.1.1", - "packageName": "pathval", - "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" - } - }, - "npm:pause": { - "type": "npm", - "name": "npm:pause", - "data": { - "version": "0.0.1", - "packageName": "pause", - "hash": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==" - } - }, - "npm:pend": { - "type": "npm", - "name": "npm:pend", - "data": { - "version": "1.2.0", - "packageName": "pend", - "hash": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" - } - }, - "npm:performance-now": { - "type": "npm", - "name": "npm:performance-now", - "data": { - "version": "2.1.0", - "packageName": "performance-now", - "hash": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" - } - }, - "npm:pg-cloudflare": { - "type": "npm", - "name": "npm:pg-cloudflare", - "data": { - "version": "1.4.0", - "packageName": "pg-cloudflare", - "hash": "sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==" - } - }, - "npm:pg-connection-string": { - "type": "npm", - "name": "npm:pg-connection-string", - "data": { - "version": "2.13.0", - "packageName": "pg-connection-string", - "hash": "sha512-EMnU9E2fSULdsbErBbMaXJvFeD9B4+nPcM3f+4lsiCR0BHLPrLVjv3DbyM2hgQQviKJaTWIRRTjKjWlHg3p2ig==" - } - }, - "npm:pg-int8": { - "type": "npm", - "name": "npm:pg-int8", - "data": { - "version": "1.0.1", - "packageName": "pg-int8", - "hash": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" - } - }, - "npm:pg-pool": { - "type": "npm", - "name": "npm:pg-pool", - "data": { - "version": "3.14.0", - "packageName": "pg-pool", - "hash": "sha512-gKtPkFdQPU3DksooVLi9LsjZxrsBUZIpa+7aVx+LV5pNh0KzP4Zleud2po+ConrxbuXGBJ6Hfer6hdgpIBpBaw==" - } - }, - "npm:pg-protocol": { - "type": "npm", - "name": "npm:pg-protocol", - "data": { - "version": "1.14.0", - "packageName": "pg-protocol", - "hash": "sha512-n5taZ1kO3s9ngDTVxsEznOqCyToTgz0FLuPq0B33COy5pPpuWJpY3/2oRBVETuOgzdqRXfWpM9HIhp2LBBT1BA==" - } - }, - "npm:pg-types": { - "type": "npm", - "name": "npm:pg-types", - "data": { - "version": "2.2.0", - "packageName": "pg-types", - "hash": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==" - } - }, - "npm:pg": { - "type": "npm", - "name": "npm:pg", - "data": { - "version": "8.21.0", - "packageName": "pg", - "hash": "sha512-AUP1EYJuHraQGsVoCQVIcM7TEJVGtDzxWtGFZd8rds9d+CCXlU5Js1rYgfLNvxy9iJrpHjGrRjoi/3BT9fRyiA==" - } - }, - "npm:pgpass": { - "type": "npm", - "name": "npm:pgpass", - "data": { - "version": "1.0.5", - "packageName": "pgpass", - "hash": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==" - } - }, - "npm:picocolors": { - "type": "npm", - "name": "npm:picocolors", - "data": { - "version": "1.1.1", - "packageName": "picocolors", - "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" - } - }, - "npm:picomatch@4.0.1": { - "type": "npm", - "name": "npm:picomatch@4.0.1", - "data": { - "version": "4.0.1", - "packageName": "picomatch", - "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" - } - }, - "npm:picomatch": { - "type": "npm", - "name": "npm:picomatch", - "data": { - "version": "4.0.4", - "packageName": "picomatch", - "hash": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==" - } - }, - "npm:picomatch@2.3.2": { - "type": "npm", - "name": "npm:picomatch@2.3.2", - "data": { - "version": "2.3.2", - "packageName": "picomatch", - "hash": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" - } - }, - "npm:pidtree": { - "type": "npm", - "name": "npm:pidtree", - "data": { - "version": "0.6.0", - "packageName": "pidtree", - "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" - } - }, - "npm:pify": { - "type": "npm", - "name": "npm:pify", - "data": { - "version": "2.3.0", - "packageName": "pify", - "hash": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" - } - }, - "npm:pify@4.0.1": { - "type": "npm", - "name": "npm:pify@4.0.1", - "data": { - "version": "4.0.1", - "packageName": "pify", - "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - } - }, - "npm:pirates": { - "type": "npm", - "name": "npm:pirates", - "data": { - "version": "4.0.7", - "packageName": "pirates", - "hash": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" - } - }, - "npm:pkg-dir": { - "type": "npm", - "name": "npm:pkg-dir", - "data": { - "version": "4.2.0", - "packageName": "pkg-dir", - "hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" - } - }, - "npm:pkg-dir@7.0.0": { - "type": "npm", - "name": "npm:pkg-dir@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "pkg-dir", - "hash": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" - } - }, - "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:pkijs": { - "type": "npm", - "name": "npm:pkijs", - "data": { - "version": "3.4.0", - "packageName": "pkijs", - "hash": "sha512-emEcLuomt2j03vxD54giVB4SxTjnsqkU692xZOZXHDVoYyypEm+b3jpiTcc+Cf+myooc+/Ly0z01jqeNHVgJGw==" - } - }, - "npm:pluralize": { - "type": "npm", - "name": "npm:pluralize", - "data": { - "version": "8.0.0", - "packageName": "pluralize", - "hash": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" - } - }, - "npm:portfinder": { - "type": "npm", - "name": "npm:portfinder", - "data": { - "version": "1.0.38", - "packageName": "portfinder", - "hash": "sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==" - } - }, - "npm:possible-typed-array-names": { - "type": "npm", - "name": "npm:possible-typed-array-names", - "data": { - "version": "1.1.0", - "packageName": "possible-typed-array-names", - "hash": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==" - } - }, - "npm:postcss-calc": { - "type": "npm", - "name": "npm:postcss-calc", - "data": { - "version": "10.1.1", - "packageName": "postcss-calc", - "hash": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==" - } - }, - "npm:postcss-colormin": { - "type": "npm", - "name": "npm:postcss-colormin", - "data": { - "version": "7.0.10", - "packageName": "postcss-colormin", - "hash": "sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==" - } - }, - "npm:postcss-convert-values": { - "type": "npm", - "name": "npm:postcss-convert-values", - "data": { - "version": "7.0.12", - "packageName": "postcss-convert-values", - "hash": "sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==" - } - }, - "npm:postcss-discard-comments": { - "type": "npm", - "name": "npm:postcss-discard-comments", - "data": { - "version": "7.0.8", - "packageName": "postcss-discard-comments", - "hash": "sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==" - } - }, - "npm:postcss-discard-duplicates": { - "type": "npm", - "name": "npm:postcss-discard-duplicates", - "data": { - "version": "7.0.4", - "packageName": "postcss-discard-duplicates", - "hash": "sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==" - } - }, - "npm:postcss-discard-empty": { - "type": "npm", - "name": "npm:postcss-discard-empty", - "data": { - "version": "7.0.3", - "packageName": "postcss-discard-empty", - "hash": "sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==" - } - }, - "npm:postcss-discard-overridden": { - "type": "npm", - "name": "npm:postcss-discard-overridden", - "data": { - "version": "7.0.3", - "packageName": "postcss-discard-overridden", - "hash": "sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==" - } - }, - "npm:postcss-import": { - "type": "npm", - "name": "npm:postcss-import", - "data": { - "version": "14.1.0", - "packageName": "postcss-import", - "hash": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==" - } - }, - "npm:postcss-loader": { - "type": "npm", - "name": "npm:postcss-loader", - "data": { - "version": "8.2.1", - "packageName": "postcss-loader", - "hash": "sha512-k98jtRzthjj3f76MYTs9JTpRqV1RaaMhEU0Lpw9OTmQZQdppg4B30VZ74BojuBHt3F4KyubHJoXCMUeM8Bqeow==" - } - }, - "npm:postcss-merge-longhand": { - "type": "npm", - "name": "npm:postcss-merge-longhand", - "data": { - "version": "7.0.7", - "packageName": "postcss-merge-longhand", - "hash": "sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==" - } - }, - "npm:postcss-merge-rules": { - "type": "npm", - "name": "npm:postcss-merge-rules", - "data": { - "version": "7.0.11", - "packageName": "postcss-merge-rules", - "hash": "sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==" - } - }, - "npm:postcss-minify-font-values": { - "type": "npm", - "name": "npm:postcss-minify-font-values", - "data": { - "version": "7.0.3", - "packageName": "postcss-minify-font-values", - "hash": "sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==" - } - }, - "npm:postcss-minify-gradients": { - "type": "npm", - "name": "npm:postcss-minify-gradients", - "data": { - "version": "7.0.5", - "packageName": "postcss-minify-gradients", - "hash": "sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==" - } - }, - "npm:postcss-minify-params": { - "type": "npm", - "name": "npm:postcss-minify-params", - "data": { - "version": "7.0.9", - "packageName": "postcss-minify-params", - "hash": "sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==" - } - }, - "npm:postcss-minify-selectors": { - "type": "npm", - "name": "npm:postcss-minify-selectors", - "data": { - "version": "7.1.2", - "packageName": "postcss-minify-selectors", - "hash": "sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==" - } - }, - "npm:postcss-modules-extract-imports": { - "type": "npm", - "name": "npm:postcss-modules-extract-imports", - "data": { - "version": "3.1.0", - "packageName": "postcss-modules-extract-imports", - "hash": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==" - } - }, - "npm:postcss-modules-local-by-default": { - "type": "npm", - "name": "npm:postcss-modules-local-by-default", - "data": { - "version": "4.2.0", - "packageName": "postcss-modules-local-by-default", - "hash": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==" - } - }, - "npm:postcss-modules-scope": { - "type": "npm", - "name": "npm:postcss-modules-scope", - "data": { - "version": "3.2.1", - "packageName": "postcss-modules-scope", - "hash": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==" - } - }, - "npm:postcss-modules-values": { - "type": "npm", - "name": "npm:postcss-modules-values", - "data": { - "version": "4.0.0", - "packageName": "postcss-modules-values", - "hash": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==" - } - }, - "npm:postcss-modules": { - "type": "npm", - "name": "npm:postcss-modules", - "data": { - "version": "6.0.1", - "packageName": "postcss-modules", - "hash": "sha512-zyo2sAkVvuZFFy0gc2+4O+xar5dYlaVy/ebO24KT0ftk/iJevSNyPyQellsBLlnccwh7f6V6Y4GvuKRYToNgpQ==" - } - }, - "npm:postcss-normalize-charset": { - "type": "npm", - "name": "npm:postcss-normalize-charset", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-charset", - "hash": "sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==" - } - }, - "npm:postcss-normalize-display-values": { - "type": "npm", - "name": "npm:postcss-normalize-display-values", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-display-values", - "hash": "sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==" - } - }, - "npm:postcss-normalize-positions": { - "type": "npm", - "name": "npm:postcss-normalize-positions", - "data": { - "version": "7.0.4", - "packageName": "postcss-normalize-positions", - "hash": "sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==" - } - }, - "npm:postcss-normalize-repeat-style": { - "type": "npm", - "name": "npm:postcss-normalize-repeat-style", - "data": { - "version": "7.0.4", - "packageName": "postcss-normalize-repeat-style", - "hash": "sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==" - } - }, - "npm:postcss-normalize-string": { - "type": "npm", - "name": "npm:postcss-normalize-string", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-string", - "hash": "sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==" - } - }, - "npm:postcss-normalize-timing-functions": { - "type": "npm", - "name": "npm:postcss-normalize-timing-functions", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-timing-functions", - "hash": "sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==" - } - }, - "npm:postcss-normalize-unicode": { - "type": "npm", - "name": "npm:postcss-normalize-unicode", - "data": { - "version": "7.0.9", - "packageName": "postcss-normalize-unicode", - "hash": "sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==" - } - }, - "npm:postcss-normalize-url": { - "type": "npm", - "name": "npm:postcss-normalize-url", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-url", - "hash": "sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==" - } - }, - "npm:postcss-normalize-whitespace": { - "type": "npm", - "name": "npm:postcss-normalize-whitespace", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-whitespace", - "hash": "sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==" - } - }, - "npm:postcss-ordered-values": { - "type": "npm", - "name": "npm:postcss-ordered-values", - "data": { - "version": "7.0.4", - "packageName": "postcss-ordered-values", - "hash": "sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==" - } - }, - "npm:postcss-reduce-initial": { - "type": "npm", - "name": "npm:postcss-reduce-initial", - "data": { - "version": "7.0.9", - "packageName": "postcss-reduce-initial", - "hash": "sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==" - } - }, - "npm:postcss-reduce-transforms": { - "type": "npm", - "name": "npm:postcss-reduce-transforms", - "data": { - "version": "7.0.3", - "packageName": "postcss-reduce-transforms", - "hash": "sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==" - } - }, - "npm:postcss-selector-parser": { - "type": "npm", - "name": "npm:postcss-selector-parser", - "data": { - "version": "7.1.1", - "packageName": "postcss-selector-parser", - "hash": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==" - } - }, - "npm:postcss-svgo": { - "type": "npm", - "name": "npm:postcss-svgo", - "data": { - "version": "7.1.3", - "packageName": "postcss-svgo", - "hash": "sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==" - } - }, - "npm:postcss-unique-selectors": { - "type": "npm", - "name": "npm:postcss-unique-selectors", - "data": { - "version": "7.0.7", - "packageName": "postcss-unique-selectors", - "hash": "sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==" - } - }, - "npm:postcss-value-parser": { - "type": "npm", - "name": "npm:postcss-value-parser", - "data": { - "version": "4.2.0", - "packageName": "postcss-value-parser", - "hash": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - } - }, - "npm:postcss": { - "type": "npm", - "name": "npm:postcss", - "data": { - "version": "8.5.15", - "packageName": "postcss", - "hash": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==" - } - }, - "npm:postgres-array": { - "type": "npm", - "name": "npm:postgres-array", - "data": { - "version": "2.0.0", - "packageName": "postgres-array", - "hash": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==" - } - }, - "npm:postgres-bytea": { - "type": "npm", - "name": "npm:postgres-bytea", - "data": { - "version": "1.0.1", - "packageName": "postgres-bytea", - "hash": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==" - } - }, - "npm:postgres-date": { - "type": "npm", - "name": "npm:postgres-date", - "data": { - "version": "1.0.7", - "packageName": "postgres-date", - "hash": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==" - } - }, - "npm:postgres-interval": { - "type": "npm", - "name": "npm:postgres-interval", - "data": { - "version": "1.2.0", - "packageName": "postgres-interval", - "hash": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==" - } - }, - "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": "2.8.8", - "packageName": "prettier", - "hash": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" - } - }, - "npm:pretty-bytes": { - "type": "npm", - "name": "npm:pretty-bytes", - "data": { - "version": "5.6.0", - "packageName": "pretty-bytes", - "hash": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" - } - }, - "npm:pretty-format": { - "type": "npm", - "name": "npm:pretty-format", - "data": { - "version": "30.4.1", - "packageName": "pretty-format", - "hash": "sha512-K6KiKMHTL4jjX4u3Kir2EW07nRfcqVTXIImx50wbjHQTcZPgg+gjVeNTIT3l3L1Rd4UefxfogquC9J37SoFyyw==" - } - }, - "npm:pretty-format@27.5.1": { - "type": "npm", - "name": "npm:pretty-format@27.5.1", - "data": { - "version": "27.5.1", - "packageName": "pretty-format", - "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" - } - }, - "npm:pretty-format@29.7.0": { - "type": "npm", - "name": "npm:pretty-format@29.7.0", - "data": { - "version": "29.7.0", - "packageName": "pretty-format", - "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" - } - }, - "npm:process-nextick-args": { - "type": "npm", - "name": "npm:process-nextick-args", - "data": { - "version": "2.0.1", - "packageName": "process-nextick-args", - "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - } - }, - "npm:process": { - "type": "npm", - "name": "npm:process", - "data": { - "version": "0.11.10", - "packageName": "process", - "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" - } - }, - "npm:prop-types": { - "type": "npm", - "name": "npm:prop-types", - "data": { - "version": "15.8.1", - "packageName": "prop-types", - "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" - } - }, - "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:proxy-from-env@1.0.0": { - "type": "npm", - "name": "npm:proxy-from-env@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "proxy-from-env", - "hash": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==" - } - }, - "npm:proxy-from-env": { - "type": "npm", - "name": "npm:proxy-from-env", - "data": { - "version": "2.1.0", - "packageName": "proxy-from-env", - "hash": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==" - } - }, - "npm:proxy-from-env@1.1.0": { - "type": "npm", - "name": "npm:proxy-from-env@1.1.0", - "data": { - "version": "1.1.0", - "packageName": "proxy-from-env", - "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" - } - }, - "npm:prr": { - "type": "npm", - "name": "npm:prr", - "data": { - "version": "1.0.1", - "packageName": "prr", - "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" - } - }, - "npm:pump": { - "type": "npm", - "name": "npm:pump", - "data": { - "version": "3.0.4", - "packageName": "pump", - "hash": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==" - } - }, - "npm:punycode": { - "type": "npm", - "name": "npm:punycode", - "data": { - "version": "2.3.1", - "packageName": "punycode", - "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" - } - }, - "npm:pure-rand": { - "type": "npm", - "name": "npm:pure-rand", - "data": { - "version": "7.0.1", - "packageName": "pure-rand", - "hash": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==" - } - }, - "npm:pvtsutils": { - "type": "npm", - "name": "npm:pvtsutils", - "data": { - "version": "1.3.6", - "packageName": "pvtsutils", - "hash": "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==" - } - }, - "npm:pvutils": { - "type": "npm", - "name": "npm:pvutils", - "data": { - "version": "1.1.5", - "packageName": "pvutils", - "hash": "sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==" - } - }, - "npm:qs": { - "type": "npm", - "name": "npm:qs", - "data": { - "version": "6.15.2", - "packageName": "qs", - "hash": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==" - } - }, - "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:raw-body@3.0.2": { - "type": "npm", - "name": "npm:raw-body@3.0.2", - "data": { - "version": "3.0.2", - "packageName": "raw-body", - "hash": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" - } - }, - "npm:raw-body": { - "type": "npm", - "name": "npm:raw-body", - "data": { - "version": "2.5.3", - "packageName": "raw-body", - "hash": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==" - } - }, - "npm:react-dom": { - "type": "npm", - "name": "npm:react-dom", - "data": { - "version": "18.3.1", - "packageName": "react-dom", - "hash": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" - } - }, - "npm:react-is-18": { - "type": "npm", - "name": "npm:react-is-18", - "data": { - "version": "npm:react-is@^18.3.1", - "packageName": "react-is-18", - "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" - } - }, - "npm:react-is@18.3.1": { - "type": "npm", - "name": "npm:react-is@18.3.1", - "data": { - "version": "18.3.1", - "packageName": "react-is", - "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" - } - }, - "npm:react-is": { - "type": "npm", - "name": "npm:react-is", - "data": { - "version": "16.13.1", - "packageName": "react-is", - "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - }, - "npm:react-is@17.0.2": { - "type": "npm", - "name": "npm:react-is@17.0.2", - "data": { - "version": "17.0.2", - "packageName": "react-is", - "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - } - }, - "npm:react-is-19": { - "type": "npm", - "name": "npm:react-is-19", - "data": { - "version": "npm:react-is@^19.2.5", - "packageName": "react-is-19", - "hash": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==" - } - }, - "npm:react-refresh": { - "type": "npm", - "name": "npm:react-refresh", - "data": { - "version": "0.17.0", - "packageName": "react-refresh", - "hash": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==" - } - }, - "npm:react-router-dom": { - "type": "npm", - "name": "npm:react-router-dom", - "data": { - "version": "7.17.0", - "packageName": "react-router-dom", - "hash": "sha512-fyU2yjGups/hE6Xz0I5ZYbVL8Gx29eCjgpHaRaTaVU+OOAdfRX05KsvyRm0GO8YQwOkhpU3MurW1jyMUJn+zSw==" - } - }, - "npm:react-router": { - "type": "npm", - "name": "npm:react-router", - "data": { - "version": "7.17.0", - "packageName": "react-router", - "hash": "sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==" - } - }, - "npm:react": { - "type": "npm", - "name": "npm:react", - "data": { - "version": "18.3.1", - "packageName": "react", - "hash": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" - } - }, - "npm:read-cache": { - "type": "npm", - "name": "npm:read-cache", - "data": { - "version": "1.0.0", - "packageName": "read-cache", - "hash": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==" - } - }, - "npm:readable-stream": { - "type": "npm", - "name": "npm:readable-stream", - "data": { - "version": "3.6.2", - "packageName": "readable-stream", - "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" - } - }, - "npm:readable-stream@2.3.8": { - "type": "npm", - "name": "npm:readable-stream@2.3.8", - "data": { - "version": "2.3.8", - "packageName": "readable-stream", - "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" - } - }, - "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@5.0.0": { - "type": "npm", - "name": "npm:readdirp@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "readdirp", - "hash": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" - } - }, - "npm:readdirp": { - "type": "npm", - "name": "npm:readdirp", - "data": { - "version": "3.6.0", - "packageName": "readdirp", - "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" - } - }, - "npm:reflect-metadata": { - "type": "npm", - "name": "npm:reflect-metadata", - "data": { - "version": "0.2.2", - "packageName": "reflect-metadata", - "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" - } - }, - "npm:reflect.getprototypeof": { - "type": "npm", - "name": "npm:reflect.getprototypeof", - "data": { - "version": "1.0.10", - "packageName": "reflect.getprototypeof", - "hash": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==" - } - }, - "npm:regenerate-unicode-properties": { - "type": "npm", - "name": "npm:regenerate-unicode-properties", - "data": { - "version": "10.2.2", - "packageName": "regenerate-unicode-properties", - "hash": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==" - } - }, - "npm:regenerate": { - "type": "npm", - "name": "npm:regenerate", - "data": { - "version": "1.4.2", - "packageName": "regenerate", - "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - } - }, - "npm:regexp.prototype.flags": { - "type": "npm", - "name": "npm:regexp.prototype.flags", - "data": { - "version": "1.5.4", - "packageName": "regexp.prototype.flags", - "hash": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==" - } - }, - "npm:regexpu-core": { - "type": "npm", - "name": "npm:regexpu-core", - "data": { - "version": "6.4.0", - "packageName": "regexpu-core", - "hash": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==" - } - }, - "npm:regjsgen": { - "type": "npm", - "name": "npm:regjsgen", - "data": { - "version": "0.8.0", - "packageName": "regjsgen", - "hash": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==" - } - }, - "npm:regjsparser": { - "type": "npm", - "name": "npm:regjsparser", - "data": { - "version": "0.13.1", - "packageName": "regjsparser", - "hash": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==" - } - }, - "npm:repeat-string": { - "type": "npm", - "name": "npm:repeat-string", - "data": { - "version": "1.6.1", - "packageName": "repeat-string", - "hash": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" - } - }, - "npm:request-progress": { - "type": "npm", - "name": "npm:request-progress", - "data": { - "version": "3.0.0", - "packageName": "request-progress", - "hash": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==" - } - }, - "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:requires-port": { - "type": "npm", - "name": "npm:requires-port", - "data": { - "version": "1.0.0", - "packageName": "requires-port", - "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - } - }, - "npm:resolve-cwd": { - "type": "npm", - "name": "npm:resolve-cwd", - "data": { - "version": "3.0.0", - "packageName": "resolve-cwd", - "hash": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" - } - }, - "npm:resolve-dir": { - "type": "npm", - "name": "npm:resolve-dir", - "data": { - "version": "1.0.1", - "packageName": "resolve-dir", - "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" - } - }, - "npm:resolve-from@4.0.0": { - "type": "npm", - "name": "npm:resolve-from@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "resolve-from", - "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" - } - }, - "npm:resolve-from": { - "type": "npm", - "name": "npm:resolve-from", - "data": { - "version": "5.0.0", - "packageName": "resolve-from", - "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - } - }, - "npm:resolve.exports": { - "type": "npm", - "name": "npm:resolve.exports", - "data": { - "version": "2.0.3", - "packageName": "resolve.exports", - "hash": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" - } - }, - "npm:resolve@1.22.8": { - "type": "npm", - "name": "npm:resolve@1.22.8", - "data": { - "version": "1.22.8", - "packageName": "resolve", - "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" - } - }, - "npm:resolve": { - "type": "npm", - "name": "npm:resolve", - "data": { - "version": "1.22.12", - "packageName": "resolve", - "hash": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==" - } - }, - "npm:resolve@2.0.0-next.7": { - "type": "npm", - "name": "npm:resolve@2.0.0-next.7", - "data": { - "version": "2.0.0-next.7", - "packageName": "resolve", - "hash": "sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==" - } - }, - "npm:restore-cursor": { - "type": "npm", - "name": "npm:restore-cursor", - "data": { - "version": "3.1.0", - "packageName": "restore-cursor", - "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" - } - }, - "npm:restore-cursor@5.1.0": { - "type": "npm", - "name": "npm:restore-cursor@5.1.0", - "data": { - "version": "5.1.0", - "packageName": "restore-cursor", - "hash": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==" - } - }, - "npm:retry": { - "type": "npm", - "name": "npm:retry", - "data": { - "version": "0.13.1", - "packageName": "retry", - "hash": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" - } - }, - "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": "3.0.2", - "packageName": "rimraf", - "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" - } - }, - "npm:rollup-plugin-typescript2": { - "type": "npm", - "name": "npm:rollup-plugin-typescript2", - "data": { - "version": "0.36.0", - "packageName": "rollup-plugin-typescript2", - "hash": "sha512-NB2CSQDxSe9+Oe2ahZbf+B4bh7pHwjV5L+RSYpCu7Q5ROuN94F9b6ioWwKfz3ueL3KTtmX4o2MUH2cgHDIEUsw==" - } - }, - "npm:rollup@3.30.0": { - "type": "npm", - "name": "npm:rollup@3.30.0", - "data": { - "version": "3.30.0", - "packageName": "rollup", - "hash": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==" - } - }, - "npm:rollup": { - "type": "npm", - "name": "npm:rollup", - "data": { - "version": "4.61.1", - "packageName": "rollup", - "hash": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==" - } - }, - "npm:router": { - "type": "npm", - "name": "npm:router", - "data": { - "version": "2.2.0", - "packageName": "router", - "hash": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" - } - }, - "npm:run-applescript": { - "type": "npm", - "name": "npm:run-applescript", - "data": { - "version": "7.1.0", - "packageName": "run-applescript", - "hash": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==" - } - }, - "npm:run-async": { - "type": "npm", - "name": "npm:run-async", - "data": { - "version": "2.4.1", - "packageName": "run-async", - "hash": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" - } - }, - "npm:run-async@3.0.0": { - "type": "npm", - "name": "npm:run-async@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "run-async", - "hash": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==" - } - }, - "npm:run-parallel": { - "type": "npm", - "name": "npm:run-parallel", - "data": { - "version": "1.2.0", - "packageName": "run-parallel", - "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" - } - }, - "npm:rxjs@7.8.1": { - "type": "npm", - "name": "npm:rxjs@7.8.1", - "data": { - "version": "7.8.1", - "packageName": "rxjs", - "hash": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" - } - }, - "npm:rxjs": { - "type": "npm", - "name": "npm:rxjs", - "data": { - "version": "7.8.2", - "packageName": "rxjs", - "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" - } - }, - "npm:safe-array-concat": { - "type": "npm", - "name": "npm:safe-array-concat", - "data": { - "version": "1.1.4", - "packageName": "safe-array-concat", - "hash": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==" - } - }, - "npm:safe-buffer@5.1.2": { - "type": "npm", - "name": "npm:safe-buffer@5.1.2", - "data": { - "version": "5.1.2", - "packageName": "safe-buffer", - "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - }, - "npm:safe-buffer": { - "type": "npm", - "name": "npm:safe-buffer", - "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - }, - "npm:safe-push-apply": { - "type": "npm", - "name": "npm:safe-push-apply", - "data": { - "version": "1.0.0", - "packageName": "safe-push-apply", - "hash": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==" - } - }, - "npm:safe-regex-test": { - "type": "npm", - "name": "npm:safe-regex-test", - "data": { - "version": "1.1.0", - "packageName": "safe-regex-test", - "hash": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==" - } - }, - "npm:safer-buffer": { - "type": "npm", - "name": "npm:safer-buffer", - "data": { - "version": "2.1.2", - "packageName": "safer-buffer", - "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - } - }, - "npm:sass-embedded-all-unknown": { - "type": "npm", - "name": "npm:sass-embedded-all-unknown", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-all-unknown", - "hash": "sha512-auFtXY/kwYILmSVjtBDwyj0axcLbYYiffOKWoaXHnI5bsYwiRbBh3EneR1rpbX2ZIZCrwX93i5pxKLTZF/662Q==" - } - }, - "npm:sass-embedded-android-arm64": { - "type": "npm", - "name": "npm:sass-embedded-android-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-arm64", - "hash": "sha512-W+Ru9JwTnfU0UX3jSZcbqFdtKFMcYdfFwytc57h2DgnqCOIiAqI2E06mABZBZC+r3LwXCBuS5GbXAGeVgvVDkA==" - } - }, - "npm:sass-embedded-android-arm": { - "type": "npm", - "name": "npm:sass-embedded-android-arm", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-arm", - "hash": "sha512-70f3HgX2pFNmzpGQ86n5e6QfWn2fP4QUQGfFQK0P1XH73ZLIzLo2YqygrGKGKeeqtc5eU2Wl1/xQzhzuKnO4kw==" - } - }, - "npm:sass-embedded-android-riscv64": { - "type": "npm", - "name": "npm:sass-embedded-android-riscv64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-riscv64", - "hash": "sha512-icU3o0V/uCSytSpf+tX5Lf51BvyQEbLzDUJfUi9etSauYBGHpPKkdtdZH0si4v98phq11Kl8rSV1SggksxF1Hg==" - } - }, - "npm:sass-embedded-android-x64": { - "type": "npm", - "name": "npm:sass-embedded-android-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-x64", - "hash": "sha512-mevF9VQk6gEYByy8+jusaHGmd7Usb2ytX/DsEOd0JtOGCtcf1kh575xJ6OUBDIcJ15uLnbau/0iy1eP6WVBvWA==" - } - }, - "npm:sass-embedded-darwin-arm64": { - "type": "npm", - "name": "npm:sass-embedded-darwin-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-darwin-arm64", - "hash": "sha512-1PVlYi61POo93IT/FfrG1mc1tAHxeSTyUALF2aOFmXGWjVXr3bQzEQiBGCOvQbj/ix+5hNyXFXcEMEyKvtUJJA==" - } - }, - "npm:sass-embedded-darwin-x64": { - "type": "npm", - "name": "npm:sass-embedded-darwin-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-darwin-x64", - "hash": "sha512-x97o3JnGyImZNCIVs9wQHJUE5QCvmVIKaH1cwrz/5dK7OT1FpeNiW+u9TUomP9hG6Ekjd8EL8NBHpxTfIhdjmg==" - } - }, - "npm:sass-embedded-linux-arm64": { - "type": "npm", - "name": "npm:sass-embedded-linux-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-arm64", - "hash": "sha512-Dwjmj8Z6VRy7rAi53JAdEwIyUjpfl7PhpSc2/LpQPQx+aO5Dp7Spaipkax0ufJl1SoDUdchCsM4y/88YaluorQ==" - } - }, - "npm:sass-embedded-linux-arm": { - "type": "npm", - "name": "npm:sass-embedded-linux-arm", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-arm", - "hash": "sha512-9Ul7O1eKrc5YlhwWjkp8tZPSe3UEwSZ1uwUZOQom1HL0pRlBA6F/IlGZYFTLwnHMIP1fc77MMNaBRfc05mKMpw==" - } - }, - "npm:sass-embedded-linux-musl-arm64": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-arm64", - "hash": "sha512-XpACJB2KjSLjf2e9uuvGVdOURsoNrFqgRiihhXyUHK9W0t3LIHb7z5MA/7XGPIT9bWSOO2zyw+rH/FHtDV/Yrg==" - } - }, - "npm:sass-embedded-linux-musl-arm": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-arm", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-arm", - "hash": "sha512-sl0JgbGloPyJg66XXx5UDSDScZ0oU85DpMQU4JU/sCUCFj1Z8zZ69SJWKTCNE4/jwnce7WI2zPCV5AG+RHOZJw==" - } - }, - "npm:sass-embedded-linux-musl-riscv64": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-riscv64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-riscv64", - "hash": "sha512-ShvI0Kx04mwoCARwZ0UjiT97isQvzO80tAt91zmFyHLN9kelc/IrQi940farSm2xQVPCKdeVyeG0ekBsokSpYQ==" - } - }, - "npm:sass-embedded-linux-musl-x64": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-x64", - "hash": "sha512-TDBCRWNuS4RDLQXvRc1gjZlWiWTWaWGp0Bwu/IKwJxov81lsvrCs3TihTyNXtW7V5aoN4Ky3r0QOkNb3mwmBnA==" - } - }, - "npm:sass-embedded-linux-riscv64": { - "type": "npm", - "name": "npm:sass-embedded-linux-riscv64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-riscv64", - "hash": "sha512-j4ENJGOheO+fm3j/yorLxCjBP6/XskrZx7dTLlT+lXYwN/qqCqoA/gsNLI0McS3DFM6GBwPiffzWsdWS8t6sEQ==" - } - }, - "npm:sass-embedded-linux-x64": { - "type": "npm", - "name": "npm:sass-embedded-linux-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-x64", - "hash": "sha512-0vUSN8j0WGtCJIOPh//EmUvYGHW0QOe5iul8qyhPk50MAcw49MA0r34AhftjDdx94ILPF6vApFs0gwHPQRlpVA==" - } - }, - "npm:sass-embedded-unknown-all": { - "type": "npm", - "name": "npm:sass-embedded-unknown-all", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-unknown-all", - "hash": "sha512-c+naBgWId4MIpToXcI0DgqetjdAkwTTAxFAuOaBz7HUXLdyG1oZRrEvSsbe41nEdQOKH0vgofVFCeSQgoXOG9A==" - } - }, - "npm:sass-embedded-win32-arm64": { - "type": "npm", - "name": "npm:sass-embedded-win32-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-win32-arm64", - "hash": "sha512-iE+yxj+hUXwwbqpHkXxgAWTzeRfcWxJ7SSTQEPMk48lwq3oCrWLlz5sQuWHbuTK/i0GKQfROdP+hOmPi89yjUg==" - } - }, - "npm:sass-embedded-win32-x64": { - "type": "npm", - "name": "npm:sass-embedded-win32-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-win32-x64", - "hash": "sha512-qI4F8MI7/KYoy9NdjJfhSspG42WPkADSNDvwEV7qWvCSFC83koJssRsKO2/PfY+niZz6BG65Ic/D+A11h959hw==" - } - }, - "npm:sass-embedded": { - "type": "npm", - "name": "npm:sass-embedded", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded", - "hash": "sha512-Ut8wlQSk19tm7jMK6mz6cF1+e+E7tUnW2tM02zQDPnOTcVbV8qCQG8UWxZkkNlY50+hV3hqP24OOkUlMz8xBpw==" - } - }, - "npm:sass-loader": { - "type": "npm", - "name": "npm:sass-loader", - "data": { - "version": "16.0.8", - "packageName": "sass-loader", - "hash": "sha512-hcov4ZwZJIGbEuyNr9EmiTmZueyrxSToE6GOzoZnq5JM7ecRO7ttyvilPn+VmRsqiP16+VYZzVnGZj/hzZgKBA==" - } - }, - "npm:sass": { - "type": "npm", - "name": "npm:sass", - "data": { - "version": "1.100.0", - "packageName": "sass", - "hash": "sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==" - } - }, - "npm:sax": { - "type": "npm", - "name": "npm:sax", - "data": { - "version": "1.6.0", - "packageName": "sax", - "hash": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==" - } - }, - "npm:saxes": { - "type": "npm", - "name": "npm:saxes", - "data": { - "version": "6.0.0", - "packageName": "saxes", - "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" - } - }, - "npm:scheduler": { - "type": "npm", - "name": "npm:scheduler", - "data": { - "version": "0.23.2", - "packageName": "scheduler", - "hash": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" - } - }, - "npm:schema-utils@4.3.0": { - "type": "npm", - "name": "npm:schema-utils@4.3.0", - "data": { - "version": "4.3.0", - "packageName": "schema-utils", - "hash": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==" - } - }, - "npm:schema-utils@3.3.0": { - "type": "npm", - "name": "npm:schema-utils@3.3.0", - "data": { - "version": "3.3.0", - "packageName": "schema-utils", - "hash": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" - } - }, - "npm:schema-utils": { - "type": "npm", - "name": "npm:schema-utils", - "data": { - "version": "4.3.3", - "packageName": "schema-utils", - "hash": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==" - } - }, - "npm:secure-compare": { - "type": "npm", - "name": "npm:secure-compare", - "data": { - "version": "3.0.1", - "packageName": "secure-compare", - "hash": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==" - } - }, - "npm:select-hose": { - "type": "npm", - "name": "npm:select-hose", - "data": { - "version": "2.0.0", - "packageName": "select-hose", - "hash": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" - } - }, - "npm:selfsigned": { - "type": "npm", - "name": "npm:selfsigned", - "data": { - "version": "5.5.0", - "packageName": "selfsigned", - "hash": "sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==" - } - }, - "npm:semver@7.6.3": { - "type": "npm", - "name": "npm:semver@7.6.3", - "data": { - "version": "7.6.3", - "packageName": "semver", - "hash": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" - } - }, - "npm:semver@7.7.4": { - "type": "npm", - "name": "npm:semver@7.7.4", - "data": { - "version": "7.7.4", - "packageName": "semver", - "hash": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" - } - }, - "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@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": { - "type": "npm", - "name": "npm:semver", - "data": { - "version": "7.8.2", - "packageName": "semver", - "hash": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==" - } - }, - "npm:send@1.2.1": { - "type": "npm", - "name": "npm:send@1.2.1", - "data": { - "version": "1.2.1", - "packageName": "send", - "hash": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" - } - }, - "npm:send": { - "type": "npm", - "name": "npm:send", - "data": { - "version": "0.19.2", - "packageName": "send", - "hash": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==" - } - }, - "npm:serialize-javascript": { - "type": "npm", - "name": "npm:serialize-javascript", - "data": { - "version": "7.0.5", - "packageName": "serialize-javascript", - "hash": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==" - } - }, - "npm:serve-index": { - "type": "npm", - "name": "npm:serve-index", - "data": { - "version": "1.9.2", - "packageName": "serve-index", - "hash": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==" - } - }, - "npm:serve-static@2.2.1": { - "type": "npm", - "name": "npm:serve-static@2.2.1", - "data": { - "version": "2.2.1", - "packageName": "serve-static", - "hash": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" - } - }, - "npm:serve-static": { - "type": "npm", - "name": "npm:serve-static", - "data": { - "version": "1.16.3", - "packageName": "serve-static", - "hash": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==" - } - }, - "npm:set-cookie-parser": { - "type": "npm", - "name": "npm:set-cookie-parser", - "data": { - "version": "2.7.2", - "packageName": "set-cookie-parser", - "hash": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==" - } - }, - "npm:set-function-length": { - "type": "npm", - "name": "npm:set-function-length", - "data": { - "version": "1.2.2", - "packageName": "set-function-length", - "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" - } - }, - "npm:set-function-name": { - "type": "npm", - "name": "npm:set-function-name", - "data": { - "version": "2.0.2", - "packageName": "set-function-name", - "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" - } - }, - "npm:set-proto": { - "type": "npm", - "name": "npm:set-proto", - "data": { - "version": "1.0.0", - "packageName": "set-proto", - "hash": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==" - } - }, - "npm:setprototypeof": { - "type": "npm", - "name": "npm:setprototypeof", - "data": { - "version": "1.2.0", - "packageName": "setprototypeof", - "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - } - }, - "npm:sha.js": { - "type": "npm", - "name": "npm:sha.js", - "data": { - "version": "2.4.12", - "packageName": "sha.js", - "hash": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==" - } - }, - "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:shell-quote": { - "type": "npm", - "name": "npm:shell-quote", - "data": { - "version": "1.8.4", - "packageName": "shell-quote", - "hash": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==" - } - }, - "npm:side-channel-list": { - "type": "npm", - "name": "npm:side-channel-list", - "data": { - "version": "1.0.1", - "packageName": "side-channel-list", - "hash": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==" - } - }, - "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:side-channel": { - "type": "npm", - "name": "npm:side-channel", - "data": { - "version": "1.1.0", - "packageName": "side-channel", - "hash": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" - } - }, - "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": "3.0.7", - "packageName": "signal-exit", - "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - } - }, - "npm:signal-exit@4.1.0": { - "type": "npm", - "name": "npm:signal-exit@4.1.0", - "data": { - "version": "4.1.0", - "packageName": "signal-exit", - "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" - } - }, - "npm:sirv": { - "type": "npm", - "name": "npm:sirv", - "data": { - "version": "2.0.4", - "packageName": "sirv", - "hash": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==" - } - }, - "npm:slash": { - "type": "npm", - "name": "npm:slash", - "data": { - "version": "3.0.0", - "packageName": "slash", - "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" - } - }, - "npm:slice-ansi": { - "type": "npm", - "name": "npm:slice-ansi", - "data": { - "version": "5.0.0", - "packageName": "slice-ansi", - "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" - } - }, - "npm:slice-ansi@7.1.2": { - "type": "npm", - "name": "npm:slice-ansi@7.1.2", - "data": { - "version": "7.1.2", - "packageName": "slice-ansi", - "hash": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==" - } - }, - "npm:smol-toml": { - "type": "npm", - "name": "npm:smol-toml", - "data": { - "version": "1.6.1", - "packageName": "smol-toml", - "hash": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==" - } - }, - "npm:snake-case": { - "type": "npm", - "name": "npm:snake-case", - "data": { - "version": "3.0.4", - "packageName": "snake-case", - "hash": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==" - } - }, - "npm:sockjs": { - "type": "npm", - "name": "npm:sockjs", - "data": { - "version": "0.3.24", - "packageName": "sockjs", - "hash": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==" - } - }, - "npm:sorted-array-functions": { - "type": "npm", - "name": "npm:sorted-array-functions", - "data": { - "version": "1.3.0", - "packageName": "sorted-array-functions", - "hash": "sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==" - } - }, - "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-loader": { - "type": "npm", - "name": "npm:source-map-loader", - "data": { - "version": "5.0.0", - "packageName": "source-map-loader", - "hash": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==" - } - }, - "npm:source-map-support@0.5.13": { - "type": "npm", - "name": "npm:source-map-support@0.5.13", - "data": { - "version": "0.5.13", - "packageName": "source-map-support", - "hash": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" - } - }, - "npm:source-map-support": { - "type": "npm", - "name": "npm:source-map-support", - "data": { - "version": "0.5.19", - "packageName": "source-map-support", - "hash": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" - } - }, - "npm:source-map-support@0.5.21": { - "type": "npm", - "name": "npm:source-map-support@0.5.21", - "data": { - "version": "0.5.21", - "packageName": "source-map-support", - "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" - } - }, - "npm:source-map@0.7.4": { - "type": "npm", - "name": "npm:source-map@0.7.4", - "data": { - "version": "0.7.4", - "packageName": "source-map", - "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" - } - }, - "npm:source-map": { - "type": "npm", - "name": "npm:source-map", - "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - }, - "npm:source-map@0.7.6": { - "type": "npm", - "name": "npm:source-map@0.7.6", - "data": { - "version": "0.7.6", - "packageName": "source-map", - "hash": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" - } - }, - "npm:spdy-transport": { - "type": "npm", - "name": "npm:spdy-transport", - "data": { - "version": "3.0.0", - "packageName": "spdy-transport", - "hash": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==" - } - }, - "npm:spdy": { - "type": "npm", - "name": "npm:spdy", - "data": { - "version": "4.0.2", - "packageName": "spdy", - "hash": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==" - } - }, - "npm:split2": { - "type": "npm", - "name": "npm:split2", - "data": { - "version": "4.2.0", - "packageName": "split2", - "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" - } - }, - "npm:sprintf-js": { - "type": "npm", - "name": "npm:sprintf-js", - "data": { - "version": "1.0.3", - "packageName": "sprintf-js", - "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - } - }, - "npm:sql-highlight": { - "type": "npm", - "name": "npm:sql-highlight", - "data": { - "version": "6.1.0", - "packageName": "sql-highlight", - "hash": "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==" - } - }, - "npm:sshpk": { - "type": "npm", - "name": "npm:sshpk", - "data": { - "version": "1.18.0", - "packageName": "sshpk", - "hash": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==" - } - }, - "npm:stack-utils": { - "type": "npm", - "name": "npm:stack-utils", - "data": { - "version": "2.0.6", - "packageName": "stack-utils", - "hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" - } - }, - "npm:stackback": { - "type": "npm", - "name": "npm:stackback", - "data": { - "version": "0.0.2", - "packageName": "stackback", - "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" - } - }, - "npm:statuses@1.5.0": { - "type": "npm", - "name": "npm:statuses@1.5.0", - "data": { - "version": "1.5.0", - "packageName": "statuses", - "hash": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" - } - }, - "npm:statuses": { - "type": "npm", - "name": "npm:statuses", - "data": { - "version": "2.0.2", - "packageName": "statuses", - "hash": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" - } - }, - "npm:std-env": { - "type": "npm", - "name": "npm:std-env", - "data": { - "version": "3.10.0", - "packageName": "std-env", - "hash": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" - } - }, - "npm:stop-iteration-iterator": { - "type": "npm", - "name": "npm:stop-iteration-iterator", - "data": { - "version": "1.1.0", - "packageName": "stop-iteration-iterator", - "hash": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==" - } - }, - "npm:streamsearch": { - "type": "npm", - "name": "npm:streamsearch", - "data": { - "version": "1.1.0", - "packageName": "streamsearch", - "hash": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" - } - }, - "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-hash": { - "type": "npm", - "name": "npm:string-hash", - "data": { - "version": "1.1.3", - "packageName": "string-hash", - "hash": "sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==" - } - }, - "npm:string-length": { - "type": "npm", - "name": "npm:string-length", - "data": { - "version": "4.0.2", - "packageName": "string-length", - "hash": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" - } - }, - "npm:string-width-cjs": { - "type": "npm", - "name": "npm:string-width-cjs", - "data": { - "version": "npm:string-width@^4.2.0", - "packageName": "string-width-cjs", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "npm:string-width": { - "type": "npm", - "name": "npm:string-width", - "data": { - "version": "4.2.3", - "packageName": "string-width", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "npm: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.prototype.includes": { - "type": "npm", - "name": "npm:string.prototype.includes", - "data": { - "version": "2.0.1", - "packageName": "string.prototype.includes", - "hash": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==" - } - }, - "npm:string.prototype.matchall": { - "type": "npm", - "name": "npm:string.prototype.matchall", - "data": { - "version": "4.0.12", - "packageName": "string.prototype.matchall", - "hash": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==" - } - }, - "npm:string.prototype.repeat": { - "type": "npm", - "name": "npm:string.prototype.repeat", - "data": { - "version": "1.0.0", - "packageName": "string.prototype.repeat", - "hash": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==" - } - }, - "npm:string.prototype.trim": { - "type": "npm", - "name": "npm:string.prototype.trim", - "data": { - "version": "1.2.10", - "packageName": "string.prototype.trim", - "hash": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==" - } - }, - "npm:string.prototype.trimend": { - "type": "npm", - "name": "npm:string.prototype.trimend", - "data": { - "version": "1.0.9", - "packageName": "string.prototype.trimend", - "hash": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==" - } - }, - "npm:string.prototype.trimstart": { - "type": "npm", - "name": "npm:string.prototype.trimstart", - "data": { - "version": "1.0.8", - "packageName": "string.prototype.trimstart", - "hash": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" - } - }, - "npm:string_decoder": { - "type": "npm", - "name": "npm:string_decoder", - "data": { - "version": "1.3.0", - "packageName": "string_decoder", - "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" - } - }, - "npm:string_decoder@1.1.1": { - "type": "npm", - "name": "npm:string_decoder@1.1.1", - "data": { - "version": "1.1.1", - "packageName": "string_decoder", - "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" - } - }, - "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-ansi": { - "type": "npm", - "name": "npm:strip-ansi", - "data": { - "version": "6.0.1", - "packageName": "strip-ansi", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - } - }, - "npm:strip-ansi@7.2.0": { - "type": "npm", - "name": "npm:strip-ansi@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "strip-ansi", - "hash": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==" - } - }, - "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-bom@4.0.0": { - "type": "npm", - "name": "npm:strip-bom@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "strip-bom", - "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" - } - }, - "npm:strip-final-newline": { - "type": "npm", - "name": "npm:strip-final-newline", - "data": { - "version": "2.0.0", - "packageName": "strip-final-newline", - "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" - } - }, - "npm:strip-final-newline@3.0.0": { - "type": "npm", - "name": "npm:strip-final-newline@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "strip-final-newline", - "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" - } - }, - "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:strip-literal": { - "type": "npm", - "name": "npm:strip-literal", - "data": { - "version": "1.3.0", - "packageName": "strip-literal", - "hash": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==" - } - }, - "npm:strnum": { - "type": "npm", - "name": "npm:strnum", - "data": { - "version": "2.3.0", - "packageName": "strnum", - "hash": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==" - } - }, - "npm:strtok3": { - "type": "npm", - "name": "npm:strtok3", - "data": { - "version": "10.3.5", - "packageName": "strtok3", - "hash": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==" - } - }, - "npm:style-loader": { - "type": "npm", - "name": "npm:style-loader", - "data": { - "version": "3.3.4", - "packageName": "style-loader", - "hash": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==" - } - }, - "npm:stylehacks": { - "type": "npm", - "name": "npm:stylehacks", - "data": { - "version": "7.0.11", - "packageName": "stylehacks", - "hash": "sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==" - } - }, - "npm:supports-color@7.2.0": { - "type": "npm", - "name": "npm:supports-color@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "supports-color", - "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" - } - }, - "npm:supports-color": { - "type": "npm", - "name": "npm:supports-color", - "data": { - "version": "8.1.1", - "packageName": "supports-color", - "hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" - } - }, - "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:svg-parser": { - "type": "npm", - "name": "npm:svg-parser", - "data": { - "version": "2.0.4", - "packageName": "svg-parser", - "hash": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" - } - }, - "npm:svgo": { - "type": "npm", - "name": "npm:svgo", - "data": { - "version": "3.3.3", - "packageName": "svgo", - "hash": "sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==" - } - }, - "npm:svgo@4.0.1": { - "type": "npm", - "name": "npm:svgo@4.0.1", - "data": { - "version": "4.0.1", - "packageName": "svgo", - "hash": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==" - } - }, - "npm:swagger-ui-dist": { - "type": "npm", - "name": "npm:swagger-ui-dist", - "data": { - "version": "5.17.14", - "packageName": "swagger-ui-dist", - "hash": "sha512-CVbSfaLpstV65OnSjbXfVd6Sta3q3F7Cj/yYuvHMp1P90LztOLs6PfUnKEVAeiIVQt9u2SaPwv0LiH/OyMjHRw==" - } - }, - "npm:symbol-observable": { - "type": "npm", - "name": "npm:symbol-observable", - "data": { - "version": "4.0.0", - "packageName": "symbol-observable", - "hash": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" - } - }, - "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:sync-child-process": { - "type": "npm", - "name": "npm:sync-child-process", - "data": { - "version": "1.0.2", - "packageName": "sync-child-process", - "hash": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==" - } - }, - "npm:sync-message-port": { - "type": "npm", - "name": "npm:sync-message-port", - "data": { - "version": "1.2.0", - "packageName": "sync-message-port", - "hash": "sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==" - } - }, - "npm:synckit": { - "type": "npm", - "name": "npm:synckit", - "data": { - "version": "0.11.13", - "packageName": "synckit", - "hash": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==" - } - }, - "npm:systeminformation": { - "type": "npm", - "name": "npm:systeminformation", - "data": { - "version": "5.31.7", - "packageName": "systeminformation", - "hash": "sha512-/8NC53e5nP9nmhn42/ncdOkyJnOoue/Vy+tJOyUGd1Yv66G069wK4rrziwhrqDETgk78CudTQupw5z19S5uoZw==" - } - }, - "npm:tapable@2.3.0": { - "type": "npm", - "name": "npm:tapable@2.3.0", - "data": { - "version": "2.3.0", - "packageName": "tapable", - "hash": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==" - } - }, - "npm:tapable": { - "type": "npm", - "name": "npm:tapable", - "data": { - "version": "2.3.3", - "packageName": "tapable", - "hash": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==" - } - }, - "npm:tar-stream": { - "type": "npm", - "name": "npm:tar-stream", - "data": { - "version": "2.2.0", - "packageName": "tar-stream", - "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" - } - }, - "npm:tar": { - "type": "npm", - "name": "npm:tar", - "data": { - "version": "6.1.11", - "packageName": "tar", - "hash": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==" - } - }, - "npm:terser-webpack-plugin": { - "type": "npm", - "name": "npm:terser-webpack-plugin", - "data": { - "version": "5.6.1", - "packageName": "terser-webpack-plugin", - "hash": "sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==" - } - }, - "npm:terser": { - "type": "npm", - "name": "npm:terser", - "data": { - "version": "5.48.0", - "packageName": "terser", - "hash": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==" - } - }, - "npm:test-exclude": { - "type": "npm", - "name": "npm:test-exclude", - "data": { - "version": "6.0.0", - "packageName": "test-exclude", - "hash": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" - } - }, - "npm:text-table": { - "type": "npm", - "name": "npm:text-table", - "data": { - "version": "0.2.0", - "packageName": "text-table", - "hash": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - } - }, - "npm:thingies": { - "type": "npm", - "name": "npm:thingies", - "data": { - "version": "2.6.0", - "packageName": "thingies", - "hash": "sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==" - } - }, - "npm:throttleit": { - "type": "npm", - "name": "npm:throttleit", - "data": { - "version": "1.0.1", - "packageName": "throttleit", - "hash": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==" - } - }, - "npm:through": { - "type": "npm", - "name": "npm:through", - "data": { - "version": "2.3.8", - "packageName": "through", - "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" - } - }, - "npm:thunky": { - "type": "npm", - "name": "npm:thunky", - "data": { - "version": "1.1.0", - "packageName": "thunky", - "hash": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - } - }, - "npm:tinybench": { - "type": "npm", - "name": "npm:tinybench", - "data": { - "version": "2.9.0", - "packageName": "tinybench", - "hash": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" - } - }, - "npm:tinyglobby": { - "type": "npm", - "name": "npm:tinyglobby", - "data": { - "version": "0.2.17", - "packageName": "tinyglobby", - "hash": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==" - } - }, - "npm:tinypool": { - "type": "npm", - "name": "npm:tinypool", - "data": { - "version": "0.5.0", - "packageName": "tinypool", - "hash": "sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==" - } - }, - "npm:tinyspy": { - "type": "npm", - "name": "npm:tinyspy", - "data": { - "version": "2.2.1", - "packageName": "tinyspy", - "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" - } - }, - "npm:tldts-core@6.1.86": { - "type": "npm", - "name": "npm:tldts-core@6.1.86", - "data": { - "version": "6.1.86", - "packageName": "tldts-core", - "hash": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==" - } - }, - "npm:tldts-core": { - "type": "npm", - "name": "npm:tldts-core", - "data": { - "version": "7.4.2", - "packageName": "tldts-core", - "hash": "sha512-nwEyF4vl4RSJjwSjBUmOSxc3BFPoIFdlRthJ6e+5v9P3bHNsoD06UjuqMUspqp7vsEZ1beaHi1km+optiE17yA==" - } - }, - "npm:tldts@6.1.86": { - "type": "npm", - "name": "npm:tldts@6.1.86", - "data": { - "version": "6.1.86", - "packageName": "tldts", - "hash": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==" - } - }, - "npm:tldts": { - "type": "npm", - "name": "npm:tldts", - "data": { - "version": "7.4.2", - "packageName": "tldts", - "hash": "sha512-kCwffuaH8ntKtygnWe1b4BJKWiCUH30n5KfoTr6IchcXOwR7chAOFJxFrH3vjANafUYrIA4a7SDL+nn7SiR4Sw==" - } - }, - "npm:tmp": { - "type": "npm", - "name": "npm:tmp", - "data": { - "version": "0.2.6", - "packageName": "tmp", - "hash": "sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==" - } - }, - "npm:tmp@0.0.33": { - "type": "npm", - "name": "npm:tmp@0.0.33", - "data": { - "version": "0.0.33", - "packageName": "tmp", - "hash": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==" - } - }, - "npm:tmp@0.2.7": { - "type": "npm", - "name": "npm:tmp@0.2.7", - "data": { - "version": "0.2.7", - "packageName": "tmp", - "hash": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==" - } - }, - "npm:tmpl": { - "type": "npm", - "name": "npm:tmpl", - "data": { - "version": "1.0.5", - "packageName": "tmpl", - "hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - } - }, - "npm:to-buffer": { - "type": "npm", - "name": "npm:to-buffer", - "data": { - "version": "1.2.2", - "packageName": "to-buffer", - "hash": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==" - } - }, - "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:token-types": { - "type": "npm", - "name": "npm:token-types", - "data": { - "version": "6.1.2", - "packageName": "token-types", - "hash": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==" - } - }, - "npm:totalist": { - "type": "npm", - "name": "npm:totalist", - "data": { - "version": "3.0.1", - "packageName": "totalist", - "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" - } - }, - "npm:tough-cookie@5.1.2": { - "type": "npm", - "name": "npm:tough-cookie@5.1.2", - "data": { - "version": "5.1.2", - "packageName": "tough-cookie", - "hash": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==" - } - }, - "npm:tough-cookie": { - "type": "npm", - "name": "npm:tough-cookie", - "data": { - "version": "6.0.1", - "packageName": "tough-cookie", - "hash": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==" - } - }, - "npm:tr46": { - "type": "npm", - "name": "npm:tr46", - "data": { - "version": "6.0.0", - "packageName": "tr46", - "hash": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==" - } - }, - "npm:tr46@0.0.3": { - "type": "npm", - "name": "npm:tr46@0.0.3", - "data": { - "version": "0.0.3", - "packageName": "tr46", - "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - } - }, - "npm:tree-dump": { - "type": "npm", - "name": "npm:tree-dump", - "data": { - "version": "1.1.0", - "packageName": "tree-dump", - "hash": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==" - } - }, - "npm:tree-kill": { - "type": "npm", - "name": "npm:tree-kill", - "data": { - "version": "1.2.2", - "packageName": "tree-kill", - "hash": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" - } - }, - "npm:ts-api-utils": { - "type": "npm", - "name": "npm:ts-api-utils", - "data": { - "version": "1.4.3", - "packageName": "ts-api-utils", - "hash": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==" - } - }, - "npm:ts-api-utils@2.5.0": { - "type": "npm", - "name": "npm:ts-api-utils@2.5.0", - "data": { - "version": "2.5.0", - "packageName": "ts-api-utils", - "hash": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==" - } - }, - "npm:ts-jest": { - "type": "npm", - "name": "npm:ts-jest", - "data": { - "version": "29.4.11", - "packageName": "ts-jest", - "hash": "sha512-IrFl7l9AuB/qrNw5quqvAv/hmKMb8dhWOH4jQOGo0Oq8tCeo1O86/iTFG1FaRimgUkF13l4PcepO8ATFT6Ns4g==" - } - }, - "npm:ts-loader": { - "type": "npm", - "name": "npm:ts-loader", - "data": { - "version": "9.6.0", - "packageName": "ts-loader", - "hash": "sha512-dsJO0S+T7grTDWTc4a0nTygXGjKncVUpx8Y+af8EvI/D5WgTJby5UEk5eoMCB9EcLQmnvitqh99MqtjtHgAwFQ==" - } - }, - "npm:ts-node": { - "type": "npm", - "name": "npm:ts-node", - "data": { - "version": "10.9.2", - "packageName": "ts-node", - "hash": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" - } - }, - "npm:tsconfig-paths-webpack-plugin": { - "type": "npm", - "name": "npm:tsconfig-paths-webpack-plugin", - "data": { - "version": "4.2.0", - "packageName": "tsconfig-paths-webpack-plugin", - "hash": "sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==" - } - }, - "npm:tsconfig-paths": { - "type": "npm", - "name": "npm:tsconfig-paths", - "data": { - "version": "4.2.0", - "packageName": "tsconfig-paths", - "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" - } - }, - "npm:tsconfig-paths@3.15.0": { - "type": "npm", - "name": "npm:tsconfig-paths@3.15.0", - "data": { - "version": "3.15.0", - "packageName": "tsconfig-paths", - "hash": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==" - } - }, - "npm:tslib@1.14.1": { - "type": "npm", - "name": "npm:tslib@1.14.1", - "data": { - "version": "1.14.1", - "packageName": "tslib", - "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } - }, - "npm:tslib": { - "type": "npm", - "name": "npm:tslib", - "data": { - "version": "2.8.1", - "packageName": "tslib", - "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" - } - }, - "npm:tsyringe": { - "type": "npm", - "name": "npm:tsyringe", - "data": { - "version": "4.10.0", - "packageName": "tsyringe", - "hash": "sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==" - } - }, - "npm:tunnel-agent": { - "type": "npm", - "name": "npm:tunnel-agent", - "data": { - "version": "0.6.0", - "packageName": "tunnel-agent", - "hash": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" - } - }, - "npm:tweetnacl": { - "type": "npm", - "name": "npm:tweetnacl", - "data": { - "version": "0.14.5", - "packageName": "tweetnacl", - "hash": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" - } - }, - "npm:type-check": { - "type": "npm", - "name": "npm:type-check", - "data": { - "version": "0.4.0", - "packageName": "type-check", - "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" - } - }, - "npm:type-detect@4.0.8": { - "type": "npm", - "name": "npm:type-detect@4.0.8", - "data": { - "version": "4.0.8", - "packageName": "type-detect", - "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" - } - }, - "npm:type-detect": { - "type": "npm", - "name": "npm:type-detect", - "data": { - "version": "4.1.0", - "packageName": "type-detect", - "hash": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==" - } - }, - "npm:type-fest": { - "type": "npm", - "name": "npm:type-fest", - "data": { - "version": "0.20.2", - "packageName": "type-fest", - "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - } - }, - "npm:type-fest@0.21.3": { - "type": "npm", - "name": "npm:type-fest@0.21.3", - "data": { - "version": "0.21.3", - "packageName": "type-fest", - "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" - } - }, - "npm:type-fest@0.8.1": { - "type": "npm", - "name": "npm:type-fest@0.8.1", - "data": { - "version": "0.8.1", - "packageName": "type-fest", - "hash": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" - } - }, - "npm:type-fest@4.41.0": { - "type": "npm", - "name": "npm:type-fest@4.41.0", - "data": { - "version": "4.41.0", - "packageName": "type-fest", - "hash": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" - } - }, - "npm:type-is": { - "type": "npm", - "name": "npm:type-is", - "data": { - "version": "1.6.18", - "packageName": "type-is", - "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" - } - }, - "npm:type-is@2.1.0": { - "type": "npm", - "name": "npm:type-is@2.1.0", - "data": { - "version": "2.1.0", - "packageName": "type-is", - "hash": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==" - } - }, - "npm:typed-array-buffer": { - "type": "npm", - "name": "npm:typed-array-buffer", - "data": { - "version": "1.0.3", - "packageName": "typed-array-buffer", - "hash": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==" - } - }, - "npm:typed-array-byte-length": { - "type": "npm", - "name": "npm:typed-array-byte-length", - "data": { - "version": "1.0.3", - "packageName": "typed-array-byte-length", - "hash": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==" - } - }, - "npm:typed-array-byte-offset": { - "type": "npm", - "name": "npm:typed-array-byte-offset", - "data": { - "version": "1.0.4", - "packageName": "typed-array-byte-offset", - "hash": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==" - } - }, - "npm:typed-array-length": { - "type": "npm", - "name": "npm:typed-array-length", - "data": { - "version": "1.0.8", - "packageName": "typed-array-length", - "hash": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==" - } - }, - "npm:typed-assert": { - "type": "npm", - "name": "npm:typed-assert", - "data": { - "version": "1.0.9", - "packageName": "typed-assert", - "hash": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==" - } - }, - "npm:typedarray": { - "type": "npm", - "name": "npm:typedarray", - "data": { - "version": "0.0.6", - "packageName": "typedarray", - "hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" - } - }, - "npm:typeorm": { - "type": "npm", - "name": "npm:typeorm", - "data": { - "version": "0.3.30", - "packageName": "typeorm", - "hash": "sha512-8T35PzjefOdqc2ZR9mwLQj0pUGp6lQhMbK2EvVMwJVJWlaoHm0v/Q6dThNOZkFchD+0yMg8gwjKM28ePiLSXSQ==" - } - }, - "npm:typescript@5.7.2": { - "type": "npm", - "name": "npm:typescript@5.7.2", - "data": { - "version": "5.7.2", - "packageName": "typescript", - "hash": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==" - } - }, - "npm:typescript": { - "type": "npm", - "name": "npm:typescript", - "data": { - "version": "5.9.3", - "packageName": "typescript", - "hash": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" - } - }, - "npm:ufo": { - "type": "npm", - "name": "npm:ufo", - "data": { - "version": "1.6.4", - "packageName": "ufo", - "hash": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==" - } - }, - "npm:uglify-js": { - "type": "npm", - "name": "npm:uglify-js", - "data": { - "version": "3.19.3", - "packageName": "uglify-js", - "hash": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==" - } - }, - "npm:uid": { - "type": "npm", - "name": "npm:uid", - "data": { - "version": "2.0.2", - "packageName": "uid", - "hash": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==" - } - }, - "npm:uint8array-extras": { - "type": "npm", - "name": "npm:uint8array-extras", - "data": { - "version": "1.5.0", - "packageName": "uint8array-extras", - "hash": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==" - } - }, - "npm:unbox-primitive": { - "type": "npm", - "name": "npm:unbox-primitive", - "data": { - "version": "1.1.0", - "packageName": "unbox-primitive", - "hash": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" - } - }, - "npm:undici-types@7.24.6": { - "type": "npm", - "name": "npm:undici-types@7.24.6", - "data": { - "version": "7.24.6", - "packageName": "undici-types", - "hash": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==" - } - }, - "npm:undici-types": { - "type": "npm", - "name": "npm:undici-types", - "data": { - "version": "5.26.5", - "packageName": "undici-types", - "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" - } - }, - "npm:undici@7.24.7": { - "type": "npm", - "name": "npm:undici@7.24.7", - "data": { - "version": "7.24.7", - "packageName": "undici", - "hash": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==" - } - }, - "npm:undici": { - "type": "npm", - "name": "npm:undici", - "data": { - "version": "7.27.1", - "packageName": "undici", - "hash": "sha512-UDdpiex+mzigiyrXrGbiUaF4HzTNhKbh2vRNFaTMzcqmLIPrZxaCtwo/1TMSuWoM1Xz3WiTo9KdgI3kRqYzJGg==" - } - }, - "npm:unfetch": { - "type": "npm", - "name": "npm:unfetch", - "data": { - "version": "4.2.0", - "packageName": "unfetch", - "hash": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" - } - }, - "npm:unicode-canonical-property-names-ecmascript": { - "type": "npm", - "name": "npm:unicode-canonical-property-names-ecmascript", - "data": { - "version": "2.0.1", - "packageName": "unicode-canonical-property-names-ecmascript", - "hash": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==" - } - }, - "npm:unicode-match-property-ecmascript": { - "type": "npm", - "name": "npm:unicode-match-property-ecmascript", - "data": { - "version": "2.0.0", - "packageName": "unicode-match-property-ecmascript", - "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" - } - }, - "npm:unicode-match-property-value-ecmascript": { - "type": "npm", - "name": "npm:unicode-match-property-value-ecmascript", - "data": { - "version": "2.2.1", - "packageName": "unicode-match-property-value-ecmascript", - "hash": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==" - } - }, - "npm:unicode-property-aliases-ecmascript": { - "type": "npm", - "name": "npm:unicode-property-aliases-ecmascript", - "data": { - "version": "2.2.0", - "packageName": "unicode-property-aliases-ecmascript", - "hash": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==" - } - }, - "npm:union": { - "type": "npm", - "name": "npm:union", - "data": { - "version": "0.5.0", - "packageName": "union", - "hash": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==" - } - }, - "npm:universalify": { - "type": "npm", - "name": "npm:universalify", - "data": { - "version": "2.0.1", - "packageName": "universalify", - "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" - } - }, - "npm:unpipe": { - "type": "npm", - "name": "npm:unpipe", - "data": { - "version": "1.0.0", - "packageName": "unpipe", - "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" - } - }, - "npm:unrs-resolver": { - "type": "npm", - "name": "npm:unrs-resolver", - "data": { - "version": "1.12.2", - "packageName": "unrs-resolver", - "hash": "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==" - } - }, - "npm:untildify": { - "type": "npm", - "name": "npm:untildify", - "data": { - "version": "4.0.0", - "packageName": "untildify", - "hash": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==" - } - }, - "npm:upath": { - "type": "npm", - "name": "npm:upath", - "data": { - "version": "2.0.1", - "packageName": "upath", - "hash": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==" - } - }, - "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:url-join": { - "type": "npm", - "name": "npm:url-join", - "data": { - "version": "4.0.1", - "packageName": "url-join", - "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" - } - }, - "npm:util-deprecate": { - "type": "npm", - "name": "npm:util-deprecate", - "data": { - "version": "1.0.2", - "packageName": "util-deprecate", - "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - } - }, - "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": "9.0.1", - "packageName": "uuid", - "hash": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" - } - }, - "npm:uuid@11.1.1": { - "type": "npm", - "name": "npm:uuid@11.1.1", - "data": { - "version": "11.1.1", - "packageName": "uuid", - "hash": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==" - } - }, - "npm:uuid@8.3.2": { - "type": "npm", - "name": "npm:uuid@8.3.2", - "data": { - "version": "8.3.2", - "packageName": "uuid", - "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" - } - }, - "npm:v8-compile-cache-lib": { - "type": "npm", - "name": "npm:v8-compile-cache-lib", - "data": { - "version": "3.0.1", - "packageName": "v8-compile-cache-lib", - "hash": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" - } - }, - "npm:v8-to-istanbul": { - "type": "npm", - "name": "npm:v8-to-istanbul", - "data": { - "version": "9.3.0", - "packageName": "v8-to-istanbul", - "hash": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==" - } - }, - "npm:validator": { - "type": "npm", - "name": "npm:validator", - "data": { - "version": "13.15.35", - "packageName": "validator", - "hash": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==" - } - }, - "npm:varint": { - "type": "npm", - "name": "npm:varint", - "data": { - "version": "6.0.0", - "packageName": "varint", - "hash": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==" - } - }, - "npm:vary": { - "type": "npm", - "name": "npm:vary", - "data": { - "version": "1.1.2", - "packageName": "vary", - "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" - } - }, - "npm:verror": { - "type": "npm", - "name": "npm:verror", - "data": { - "version": "1.10.0", - "packageName": "verror", - "hash": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==" - } - }, - "npm:vite-node": { - "type": "npm", - "name": "npm:vite-node", - "data": { - "version": "0.32.4", - "packageName": "vite-node", - "hash": "sha512-L2gIw+dCxO0LK14QnUMoqSYpa9XRGnTTTDjW2h19Mr+GR0EFj4vx52W41gFXfMLqpA00eK4ZjOVYo1Xk//LFEw==" - } - }, - "npm:vite": { - "type": "npm", - "name": "npm:vite", - "data": { - "version": "4.5.14", - "packageName": "vite", - "hash": "sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==" - } - }, - "npm:vitest": { - "type": "npm", - "name": "npm:vitest", - "data": { - "version": "0.32.4", - "packageName": "vitest", - "hash": "sha512-3czFm8RnrsWwIzVDu/Ca48Y/M+qh3vOnF16czJm98Q/AN1y3B6PBsyV8Re91Ty5s7txKNjEhpgtGPcfdbh2MZg==" - } - }, - "npm:w3c-xmlserializer": { - "type": "npm", - "name": "npm:w3c-xmlserializer", - "data": { - "version": "5.0.0", - "packageName": "w3c-xmlserializer", - "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" - } - }, - "npm:walker": { - "type": "npm", - "name": "npm:walker", - "data": { - "version": "1.0.8", - "packageName": "walker", - "hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" - } - }, - "npm:watchpack": { - "type": "npm", - "name": "npm:watchpack", - "data": { - "version": "2.5.1", - "packageName": "watchpack", - "hash": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==" - } - }, - "npm:wbuf": { - "type": "npm", - "name": "npm:wbuf", - "data": { - "version": "1.7.3", - "packageName": "wbuf", - "hash": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==" - } - }, - "npm:wcwidth": { - "type": "npm", - "name": "npm:wcwidth", - "data": { - "version": "1.0.1", - "packageName": "wcwidth", - "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" - } - }, - "npm:webidl-conversions@3.0.1": { - "type": "npm", - "name": "npm:webidl-conversions@3.0.1", - "data": { - "version": "3.0.1", - "packageName": "webidl-conversions", - "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" - } - }, - "npm:webidl-conversions": { - "type": "npm", - "name": "npm:webidl-conversions", - "data": { - "version": "8.0.1", - "packageName": "webidl-conversions", - "hash": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==" - } - }, - "npm:webpack-dev-middleware": { - "type": "npm", - "name": "npm:webpack-dev-middleware", - "data": { - "version": "7.4.5", - "packageName": "webpack-dev-middleware", - "hash": "sha512-uxQ6YqGdE4hgDKNf7hUiPXOdtkXvBJXrfEGYSx7P7LC8hnUYGK70X6xQXUvXeNyBDDcsiQXpG2m3G9vxowaEuA==" - } - }, - "npm:webpack-dev-server": { - "type": "npm", - "name": "npm:webpack-dev-server", - "data": { - "version": "5.2.4", - "packageName": "webpack-dev-server", - "hash": "sha512-GqDPGZN9bRqKBTkp4aWkobDDHMsrXKoGSdOH56smIri8qR0JG8gfL8/v/f/OZR3/OKXjG8uwJbFVhKm/FNU/UA==" - } - }, - "npm:webpack-node-externals": { - "type": "npm", - "name": "npm:webpack-node-externals", - "data": { - "version": "3.0.0", - "packageName": "webpack-node-externals", - "hash": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==" - } - }, - "npm:webpack-sources": { - "type": "npm", - "name": "npm:webpack-sources", - "data": { - "version": "3.5.0", - "packageName": "webpack-sources", - "hash": "sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==" - } - }, - "npm:webpack-subresource-integrity": { - "type": "npm", - "name": "npm:webpack-subresource-integrity", - "data": { - "version": "5.1.0", - "packageName": "webpack-subresource-integrity", - "hash": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==" - } - }, - "npm:webpack@5.97.1": { - "type": "npm", - "name": "npm:webpack@5.97.1", - "data": { - "version": "5.97.1", - "packageName": "webpack", - "hash": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==" - } - }, - "npm:webpack": { - "type": "npm", - "name": "npm:webpack", - "data": { - "version": "5.107.2", - "packageName": "webpack", - "hash": "sha512-v7RhXaJbpMlV0D7hC7lb2EbnxkoeUqf9qhKr6lozx3Q48pmFrqqNRmZFUEGmi7pSwm6fCQ2H1IjvCkHqdpVdjQ==" - } - }, - "npm:websocket-driver": { - "type": "npm", - "name": "npm:websocket-driver", - "data": { - "version": "0.7.4", - "packageName": "websocket-driver", - "hash": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==" - } - }, - "npm:websocket-extensions": { - "type": "npm", - "name": "npm:websocket-extensions", - "data": { - "version": "0.1.4", - "packageName": "websocket-extensions", - "hash": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" - } - }, - "npm:whatwg-encoding": { - "type": "npm", - "name": "npm:whatwg-encoding", - "data": { - "version": "2.0.0", - "packageName": "whatwg-encoding", - "hash": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==" - } - }, - "npm:whatwg-mimetype": { - "type": "npm", - "name": "npm:whatwg-mimetype", - "data": { - "version": "5.0.0", - "packageName": "whatwg-mimetype", - "hash": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==" - } - }, - "npm:whatwg-url": { - "type": "npm", - "name": "npm:whatwg-url", - "data": { - "version": "16.0.1", - "packageName": "whatwg-url", - "hash": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==" - } - }, - "npm:whatwg-url@5.0.0": { - "type": "npm", - "name": "npm:whatwg-url@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "whatwg-url", - "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" - } - }, - "npm:which-boxed-primitive": { - "type": "npm", - "name": "npm:which-boxed-primitive", - "data": { - "version": "1.1.1", - "packageName": "which-boxed-primitive", - "hash": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==" - } - }, - "npm:which-builtin-type": { - "type": "npm", - "name": "npm:which-builtin-type", - "data": { - "version": "1.2.1", - "packageName": "which-builtin-type", - "hash": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==" - } - }, - "npm:which-collection": { - "type": "npm", - "name": "npm:which-collection", - "data": { - "version": "1.0.2", - "packageName": "which-collection", - "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" - } - }, - "npm:which-typed-array": { - "type": "npm", - "name": "npm:which-typed-array", - "data": { - "version": "1.1.21", - "packageName": "which-typed-array", - "hash": "sha512-zbRA8cVm6io/d5W8uIe2hblzN76/Wm3v/yiythQvr+dpBWeqhPSWIDNj4zOyHi4zKbMK6DN34Xsr9jPHJERAEw==" - } - }, - "npm:which@1.3.1": { - "type": "npm", - "name": "npm:which@1.3.1", - "data": { - "version": "1.3.1", - "packageName": "which", - "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" - } - }, - "npm:which": { - "type": "npm", - "name": "npm:which", - "data": { - "version": "2.0.2", - "packageName": "which", - "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" - } - }, - "npm:why-is-node-running": { - "type": "npm", - "name": "npm:why-is-node-running", - "data": { - "version": "2.3.0", - "packageName": "why-is-node-running", - "hash": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==" - } - }, - "npm:word-wrap": { - "type": "npm", - "name": "npm:word-wrap", - "data": { - "version": "1.2.5", - "packageName": "word-wrap", - "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" - } - }, - "npm:wordwrap": { - "type": "npm", - "name": "npm:wordwrap", - "data": { - "version": "1.0.0", - "packageName": "wordwrap", - "hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==" - } - }, - "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: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": { - "type": "npm", - "name": "npm:wrap-ansi", - "data": { - "version": "6.2.0", - "packageName": "wrap-ansi", - "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" - } - }, - "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:wrappy": { - "type": "npm", - "name": "npm:wrappy", - "data": { - "version": "1.0.2", - "packageName": "wrappy", - "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - } - }, - "npm:write-file-atomic": { - "type": "npm", - "name": "npm:write-file-atomic", - "data": { - "version": "5.0.1", - "packageName": "write-file-atomic", - "hash": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==" - } - }, - "npm:ws": { - "type": "npm", - "name": "npm:ws", - "data": { - "version": "8.21.0", - "packageName": "ws", - "hash": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==" - } - }, - "npm:wsl-utils": { - "type": "npm", - "name": "npm:wsl-utils", - "data": { - "version": "0.1.0", - "packageName": "wsl-utils", - "hash": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==" - } - }, - "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:xml-naming": { - "type": "npm", - "name": "npm:xml-naming", - "data": { - "version": "0.1.0", - "packageName": "xml-naming", - "hash": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==" - } - }, - "npm:xmlchars": { - "type": "npm", - "name": "npm:xmlchars", - "data": { - "version": "2.2.0", - "packageName": "xmlchars", - "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" - } - }, - "npm:xtend": { - "type": "npm", - "name": "npm:xtend", - "data": { - "version": "4.0.2", - "packageName": "xtend", - "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - } - }, - "npm:y18n": { - "type": "npm", - "name": "npm:y18n", - "data": { - "version": "5.0.8", - "packageName": "y18n", - "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" - } - }, - "npm:yallist@3.1.1": { - "type": "npm", - "name": "npm:yallist@3.1.1", - "data": { - "version": "3.1.1", - "packageName": "yallist", - "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - }, - "npm:yallist": { - "type": "npm", - "name": "npm:yallist", - "data": { - "version": "4.0.0", - "packageName": "yallist", - "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - }, - "npm:yaml": { - "type": "npm", - "name": "npm:yaml", - "data": { - "version": "2.9.0", - "packageName": "yaml", - "hash": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==" - } - }, - "npm:yaml@1.10.3": { - "type": "npm", - "name": "npm:yaml@1.10.3", - "data": { - "version": "1.10.3", - "packageName": "yaml", - "hash": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==" - } - }, - "npm:yargs-parser": { - "type": "npm", - "name": "npm:yargs-parser", - "data": { - "version": "21.1.1", - "packageName": "yargs-parser", - "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" - } - }, - "npm:yargs-parser@22.0.0": { - "type": "npm", - "name": "npm:yargs-parser@22.0.0", - "data": { - "version": "22.0.0", - "packageName": "yargs-parser", - "hash": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==" - } - }, - "npm:yargs": { - "type": "npm", - "name": "npm:yargs", - "data": { - "version": "17.7.2", - "packageName": "yargs", - "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" - } - }, - "npm:yauzl": { - "type": "npm", - "name": "npm:yauzl", - "data": { - "version": "3.3.2", - "packageName": "yauzl", - "hash": "sha512-Md9ankxxN23wncAN8s7+Tn3Co52zLUPMtnrLAbVCnfG5d2tKBFfmygYSgXlqFgXObtzIgqkx7aNgDBpso9+4qA==" - } - }, - "npm:yn": { - "type": "npm", - "name": "npm:yn", - "data": { - "version": "3.1.1", - "packageName": "yn", - "hash": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" - } - }, - "npm:yocto-queue": { - "type": "npm", - "name": "npm:yocto-queue", - "data": { - "version": "0.1.0", - "packageName": "yocto-queue", - "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" - } - }, - "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==" - } - } - }, - "keyMap": { - "@angular-devkit/core@17.3.11": "npm:@angular-devkit/core", - "@angular-devkit/core@19.2.24": "npm:@angular-devkit/core@19.2.24", - "@angular-devkit/schematics-cli@17.3.11": "npm:@angular-devkit/schematics-cli", - "@angular-devkit/schematics@17.3.11": "npm:@angular-devkit/schematics", - "@angular-devkit/schematics@19.2.24": "npm:@angular-devkit/schematics@19.2.24", - "@asamuzakjp/css-color@^5.1.11": "npm:@asamuzakjp/css-color", - "@asamuzakjp/dom-selector@^7.1.1": "npm:@asamuzakjp/dom-selector", - "@asamuzakjp/generational-cache@^1.0.1": "npm:@asamuzakjp/generational-cache", - "@asamuzakjp/nwsapi@^2.3.9": "npm:@asamuzakjp/nwsapi", - "@aws-crypto/crc32@5.2.0": "npm:@aws-crypto/crc32", - "@aws-crypto/sha256-browser@5.2.0": "npm:@aws-crypto/sha256-browser", - "@aws-crypto/sha256-js@1.2.2": "npm:@aws-crypto/sha256-js@1.2.2", - "@aws-crypto/sha256-js@5.2.0": "npm:@aws-crypto/sha256-js", - "@aws-crypto/sha256-js@^5.2.0": "npm:@aws-crypto/sha256-js", - "@aws-crypto/supports-web-crypto@^5.2.0": "npm:@aws-crypto/supports-web-crypto", - "@aws-crypto/util@^1.2.2": "npm:@aws-crypto/util@1.2.2", - "@aws-crypto/util@^5.2.0": "npm:@aws-crypto/util", - "@aws-sdk/client-cognito-identity-provider@^3.1058.0": "npm:@aws-sdk/client-cognito-identity-provider", - "@aws-sdk/client-sesv2@^3.1048.0": "npm:@aws-sdk/client-sesv2", - "@aws-sdk/core@^3.974.17": "npm:@aws-sdk/core", - "@aws-sdk/credential-provider-env@^3.972.43": "npm:@aws-sdk/credential-provider-env", - "@aws-sdk/credential-provider-http@^3.972.45": "npm:@aws-sdk/credential-provider-http", - "@aws-sdk/credential-provider-ini@^3.972.48": "npm:@aws-sdk/credential-provider-ini", - "@aws-sdk/credential-provider-login@^3.972.47": "npm:@aws-sdk/credential-provider-login", - "@aws-sdk/credential-provider-node@^3.972.50": "npm:@aws-sdk/credential-provider-node", - "@aws-sdk/credential-provider-process@^3.972.43": "npm:@aws-sdk/credential-provider-process", - "@aws-sdk/credential-provider-sso@^3.972.47": "npm:@aws-sdk/credential-provider-sso", - "@aws-sdk/credential-provider-web-identity@^3.972.47": "npm:@aws-sdk/credential-provider-web-identity", - "@aws-sdk/nested-clients@^3.997.15": "npm:@aws-sdk/nested-clients", - "@aws-sdk/signature-v4-multi-region@^3.996.31": "npm:@aws-sdk/signature-v4-multi-region", - "@aws-sdk/token-providers@3.1060.0": "npm:@aws-sdk/token-providers", - "@aws-sdk/types@^3.1.0": "npm:@aws-sdk/types", - "@aws-sdk/types@^3.222.0": "npm:@aws-sdk/types", - "@aws-sdk/types@^3.973.10": "npm:@aws-sdk/types", - "@aws-sdk/util-locate-window@^3.0.0": "npm:@aws-sdk/util-locate-window", - "@aws-sdk/util-utf8-browser@^3.0.0": "npm:@aws-sdk/util-utf8-browser", - "@aws-sdk/xml-builder@^3.972.27": "npm:@aws-sdk/xml-builder", - "@aws/lambda-invoke-store@^0.2.2": "npm:@aws/lambda-invoke-store", - "@babel/code-frame@^7.0.0": "npm:@babel/code-frame", - "@babel/code-frame@^7.10.4": "npm:@babel/code-frame", - "@babel/code-frame@^7.16.7": "npm:@babel/code-frame", - "@babel/code-frame@^7.27.1": "npm:@babel/code-frame", - "@babel/code-frame@^7.29.7": "npm:@babel/code-frame", - "@babel/compat-data@^7.28.6": "npm:@babel/compat-data", - "@babel/compat-data@^7.29.7": "npm:@babel/compat-data", - "@babel/core@^7.21.3": "npm:@babel/core", - "@babel/core@^7.23.2": "npm:@babel/core", - "@babel/core@^7.23.9": "npm:@babel/core", - "@babel/core@^7.27.4": "npm:@babel/core", - "@babel/core@^7.28.0": "npm:@babel/core", - "@babel/generator@^7.27.5": "npm:@babel/generator", - "@babel/generator@^7.29.7": "npm:@babel/generator", - "@babel/helper-annotate-as-pure@^7.29.7": "npm:@babel/helper-annotate-as-pure", - "@babel/helper-compilation-targets@^7.28.6": "npm:@babel/helper-compilation-targets", - "@babel/helper-compilation-targets@^7.29.7": "npm:@babel/helper-compilation-targets", - "@babel/helper-create-class-features-plugin@^7.29.7": "npm:@babel/helper-create-class-features-plugin", - "@babel/helper-create-regexp-features-plugin@^7.18.6": "npm:@babel/helper-create-regexp-features-plugin", - "@babel/helper-create-regexp-features-plugin@^7.29.7": "npm:@babel/helper-create-regexp-features-plugin", - "@babel/helper-define-polyfill-provider@^0.6.5": "npm:@babel/helper-define-polyfill-provider", - "@babel/helper-define-polyfill-provider@^0.6.8": "npm:@babel/helper-define-polyfill-provider", - "@babel/helper-globals@^7.29.7": "npm:@babel/helper-globals", - "@babel/helper-member-expression-to-functions@^7.29.7": "npm:@babel/helper-member-expression-to-functions", - "@babel/helper-module-imports@^7.18.6": "npm:@babel/helper-module-imports", - "@babel/helper-module-imports@^7.29.7": "npm:@babel/helper-module-imports", - "@babel/helper-module-transforms@^7.29.7": "npm:@babel/helper-module-transforms", - "@babel/helper-optimise-call-expression@^7.29.7": "npm:@babel/helper-optimise-call-expression", - "@babel/helper-plugin-utils@^7.0.0": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.10.4": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.12.13": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.14.5": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.18.6": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.28.6": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.29.7": "npm:@babel/helper-plugin-utils", - "@babel/helper-plugin-utils@^7.8.0": "npm:@babel/helper-plugin-utils", - "@babel/helper-remap-async-to-generator@^7.29.7": "npm:@babel/helper-remap-async-to-generator", - "@babel/helper-replace-supers@^7.29.7": "npm:@babel/helper-replace-supers", - "@babel/helper-skip-transparent-expression-wrappers@^7.29.7": "npm:@babel/helper-skip-transparent-expression-wrappers", - "@babel/helper-string-parser@^7.29.7": "npm:@babel/helper-string-parser", - "@babel/helper-validator-identifier@^7.29.7": "npm:@babel/helper-validator-identifier", - "@babel/helper-validator-option@^7.29.7": "npm:@babel/helper-validator-option", - "@babel/helper-wrap-function@^7.29.7": "npm:@babel/helper-wrap-function", - "@babel/helpers@^7.29.7": "npm:@babel/helpers", - "@babel/parser@^7.1.0": "npm:@babel/parser", - "@babel/parser@^7.20.7": "npm:@babel/parser", - "@babel/parser@^7.23.9": "npm:@babel/parser", - "@babel/parser@^7.29.7": "npm:@babel/parser", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.29.7": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.29.7": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.29.7": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.7": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.29.7": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.29.7": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "@babel/plugin-proposal-decorators@^7.22.7": "npm:@babel/plugin-proposal-decorators", - "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": "npm:@babel/plugin-proposal-private-property-in-object", - "@babel/plugin-syntax-async-generators@^7.8.4": "npm:@babel/plugin-syntax-async-generators", - "@babel/plugin-syntax-bigint@^7.8.3": "npm:@babel/plugin-syntax-bigint", - "@babel/plugin-syntax-class-properties@^7.12.13": "npm:@babel/plugin-syntax-class-properties", - "@babel/plugin-syntax-class-static-block@^7.14.5": "npm:@babel/plugin-syntax-class-static-block", - "@babel/plugin-syntax-decorators@^7.29.7": "npm:@babel/plugin-syntax-decorators", - "@babel/plugin-syntax-import-assertions@^7.29.7": "npm:@babel/plugin-syntax-import-assertions", - "@babel/plugin-syntax-import-attributes@^7.24.7": "npm:@babel/plugin-syntax-import-attributes", - "@babel/plugin-syntax-import-attributes@^7.29.7": "npm:@babel/plugin-syntax-import-attributes", - "@babel/plugin-syntax-import-meta@^7.10.4": "npm:@babel/plugin-syntax-import-meta", - "@babel/plugin-syntax-json-strings@^7.8.3": "npm:@babel/plugin-syntax-json-strings", - "@babel/plugin-syntax-jsx@^7.27.1": "npm:@babel/plugin-syntax-jsx", - "@babel/plugin-syntax-jsx@^7.29.7": "npm:@babel/plugin-syntax-jsx", - "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": "npm:@babel/plugin-syntax-logical-assignment-operators", - "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "@babel/plugin-syntax-numeric-separator@^7.10.4": "npm:@babel/plugin-syntax-numeric-separator", - "@babel/plugin-syntax-object-rest-spread@^7.8.3": "npm:@babel/plugin-syntax-object-rest-spread", - "@babel/plugin-syntax-optional-catch-binding@^7.8.3": "npm:@babel/plugin-syntax-optional-catch-binding", - "@babel/plugin-syntax-optional-chaining@^7.8.3": "npm:@babel/plugin-syntax-optional-chaining", - "@babel/plugin-syntax-private-property-in-object@^7.14.5": "npm:@babel/plugin-syntax-private-property-in-object", - "@babel/plugin-syntax-top-level-await@^7.14.5": "npm:@babel/plugin-syntax-top-level-await", - "@babel/plugin-syntax-typescript@^7.27.1": "npm:@babel/plugin-syntax-typescript", - "@babel/plugin-syntax-typescript@^7.29.7": "npm:@babel/plugin-syntax-typescript", - "@babel/plugin-syntax-typescript@^7.3.3": "npm:@babel/plugin-syntax-typescript", - "@babel/plugin-syntax-unicode-sets-regex@^7.18.6": "npm:@babel/plugin-syntax-unicode-sets-regex", - "@babel/plugin-transform-arrow-functions@^7.29.7": "npm:@babel/plugin-transform-arrow-functions", - "@babel/plugin-transform-async-generator-functions@^7.29.7": "npm:@babel/plugin-transform-async-generator-functions", - "@babel/plugin-transform-async-to-generator@^7.29.7": "npm:@babel/plugin-transform-async-to-generator", - "@babel/plugin-transform-block-scoped-functions@^7.29.7": "npm:@babel/plugin-transform-block-scoped-functions", - "@babel/plugin-transform-block-scoping@^7.29.7": "npm:@babel/plugin-transform-block-scoping", - "@babel/plugin-transform-class-properties@^7.22.5": "npm:@babel/plugin-transform-class-properties", - "@babel/plugin-transform-class-properties@^7.29.7": "npm:@babel/plugin-transform-class-properties", - "@babel/plugin-transform-class-static-block@^7.29.7": "npm:@babel/plugin-transform-class-static-block", - "@babel/plugin-transform-classes@^7.29.7": "npm:@babel/plugin-transform-classes", - "@babel/plugin-transform-computed-properties@^7.29.7": "npm:@babel/plugin-transform-computed-properties", - "@babel/plugin-transform-destructuring@^7.29.7": "npm:@babel/plugin-transform-destructuring", - "@babel/plugin-transform-dotall-regex@^7.29.7": "npm:@babel/plugin-transform-dotall-regex", - "@babel/plugin-transform-duplicate-keys@^7.29.7": "npm:@babel/plugin-transform-duplicate-keys", - "@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.29.7": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "@babel/plugin-transform-dynamic-import@^7.29.7": "npm:@babel/plugin-transform-dynamic-import", - "@babel/plugin-transform-explicit-resource-management@^7.29.7": "npm:@babel/plugin-transform-explicit-resource-management", - "@babel/plugin-transform-exponentiation-operator@^7.29.7": "npm:@babel/plugin-transform-exponentiation-operator", - "@babel/plugin-transform-export-namespace-from@^7.29.7": "npm:@babel/plugin-transform-export-namespace-from", - "@babel/plugin-transform-for-of@^7.29.7": "npm:@babel/plugin-transform-for-of", - "@babel/plugin-transform-function-name@^7.29.7": "npm:@babel/plugin-transform-function-name", - "@babel/plugin-transform-json-strings@^7.29.7": "npm:@babel/plugin-transform-json-strings", - "@babel/plugin-transform-literals@^7.29.7": "npm:@babel/plugin-transform-literals", - "@babel/plugin-transform-logical-assignment-operators@^7.29.7": "npm:@babel/plugin-transform-logical-assignment-operators", - "@babel/plugin-transform-member-expression-literals@^7.29.7": "npm:@babel/plugin-transform-member-expression-literals", - "@babel/plugin-transform-modules-amd@^7.29.7": "npm:@babel/plugin-transform-modules-amd", - "@babel/plugin-transform-modules-commonjs@^7.29.7": "npm:@babel/plugin-transform-modules-commonjs", - "@babel/plugin-transform-modules-systemjs@^7.29.7": "npm:@babel/plugin-transform-modules-systemjs", - "@babel/plugin-transform-modules-umd@^7.29.7": "npm:@babel/plugin-transform-modules-umd", - "@babel/plugin-transform-named-capturing-groups-regex@^7.29.7": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "@babel/plugin-transform-new-target@^7.29.7": "npm:@babel/plugin-transform-new-target", - "@babel/plugin-transform-nullish-coalescing-operator@^7.29.7": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "@babel/plugin-transform-numeric-separator@^7.29.7": "npm:@babel/plugin-transform-numeric-separator", - "@babel/plugin-transform-object-rest-spread@^7.29.7": "npm:@babel/plugin-transform-object-rest-spread", - "@babel/plugin-transform-object-super@^7.29.7": "npm:@babel/plugin-transform-object-super", - "@babel/plugin-transform-optional-catch-binding@^7.29.7": "npm:@babel/plugin-transform-optional-catch-binding", - "@babel/plugin-transform-optional-chaining@^7.29.7": "npm:@babel/plugin-transform-optional-chaining", - "@babel/plugin-transform-parameters@^7.29.7": "npm:@babel/plugin-transform-parameters", - "@babel/plugin-transform-private-methods@^7.29.7": "npm:@babel/plugin-transform-private-methods", - "@babel/plugin-transform-private-property-in-object@^7.29.7": "npm:@babel/plugin-transform-private-property-in-object", - "@babel/plugin-transform-property-literals@^7.29.7": "npm:@babel/plugin-transform-property-literals", - "@babel/plugin-transform-react-constant-elements@^7.21.3": "npm:@babel/plugin-transform-react-constant-elements", - "@babel/plugin-transform-react-display-name@^7.29.7": "npm:@babel/plugin-transform-react-display-name", - "@babel/plugin-transform-react-jsx-development@^7.29.7": "npm:@babel/plugin-transform-react-jsx-development", - "@babel/plugin-transform-react-jsx-self@^7.27.1": "npm:@babel/plugin-transform-react-jsx-self", - "@babel/plugin-transform-react-jsx-source@^7.27.1": "npm:@babel/plugin-transform-react-jsx-source", - "@babel/plugin-transform-react-jsx@^7.29.7": "npm:@babel/plugin-transform-react-jsx", - "@babel/plugin-transform-react-pure-annotations@^7.29.7": "npm:@babel/plugin-transform-react-pure-annotations", - "@babel/plugin-transform-regenerator@^7.29.7": "npm:@babel/plugin-transform-regenerator", - "@babel/plugin-transform-regexp-modifiers@^7.29.7": "npm:@babel/plugin-transform-regexp-modifiers", - "@babel/plugin-transform-reserved-words@^7.29.7": "npm:@babel/plugin-transform-reserved-words", - "@babel/plugin-transform-runtime@^7.23.2": "npm:@babel/plugin-transform-runtime", - "@babel/plugin-transform-shorthand-properties@^7.29.7": "npm:@babel/plugin-transform-shorthand-properties", - "@babel/plugin-transform-spread@^7.29.7": "npm:@babel/plugin-transform-spread", - "@babel/plugin-transform-sticky-regex@^7.29.7": "npm:@babel/plugin-transform-sticky-regex", - "@babel/plugin-transform-template-literals@^7.29.7": "npm:@babel/plugin-transform-template-literals", - "@babel/plugin-transform-typeof-symbol@^7.29.7": "npm:@babel/plugin-transform-typeof-symbol", - "@babel/plugin-transform-typescript@^7.29.7": "npm:@babel/plugin-transform-typescript", - "@babel/plugin-transform-unicode-escapes@^7.29.7": "npm:@babel/plugin-transform-unicode-escapes", - "@babel/plugin-transform-unicode-property-regex@^7.29.7": "npm:@babel/plugin-transform-unicode-property-regex", - "@babel/plugin-transform-unicode-regex@^7.29.7": "npm:@babel/plugin-transform-unicode-regex", - "@babel/plugin-transform-unicode-sets-regex@^7.29.7": "npm:@babel/plugin-transform-unicode-sets-regex", - "@babel/preset-env@^7.20.2": "npm:@babel/preset-env", - "@babel/preset-env@^7.23.2": "npm:@babel/preset-env", - "@babel/preset-modules@0.1.6-no-external-plugins": "npm:@babel/preset-modules", - "@babel/preset-react@^7.18.6": "npm:@babel/preset-react", - "@babel/preset-typescript@^7.21.0": "npm:@babel/preset-typescript", - "@babel/preset-typescript@^7.22.5": "npm:@babel/preset-typescript", - "@babel/runtime@^7.12.5": "npm:@babel/runtime", - "@babel/runtime@^7.22.6": "npm:@babel/runtime", - "@babel/template@^7.29.7": "npm:@babel/template", - "@babel/traverse@^7.16.0": "npm:@babel/traverse", - "@babel/traverse@^7.29.7": "npm:@babel/traverse", - "@babel/types@^7.0.0": "npm:@babel/types", - "@babel/types@^7.20.7": "npm:@babel/types", - "@babel/types@^7.21.3": "npm:@babel/types", - "@babel/types@^7.27.3": "npm:@babel/types", - "@babel/types@^7.28.2": "npm:@babel/types", - "@babel/types@^7.29.7": "npm:@babel/types", - "@babel/types@^7.4.4": "npm:@babel/types", - "@bcoe/v8-coverage@^0.2.3": "npm:@bcoe/v8-coverage", - "@borewit/text-codec@^0.2.1": "npm:@borewit/text-codec", - "@bramus/specificity@^2.4.2": "npm:@bramus/specificity", - "@bufbuild/protobuf@^2.5.0": "npm:@bufbuild/protobuf", - "@colordx/core@^5.4.3": "npm:@colordx/core", - "@colors/colors@1.5.0": "npm:@colors/colors", - "@cspotcode/source-map-support@^0.8.0": "npm:@cspotcode/source-map-support", - "@csstools/color-helpers@^6.0.2": "npm:@csstools/color-helpers", - "@csstools/css-calc@^3.2.0": "npm:@csstools/css-calc", - "@csstools/css-calc@^3.2.1": "npm:@csstools/css-calc", - "@csstools/css-color-parser@^4.1.0": "npm:@csstools/css-color-parser", - "@csstools/css-parser-algorithms@^4.0.0": "npm:@csstools/css-parser-algorithms", - "@csstools/css-syntax-patches-for-csstree@^1.1.3": "npm:@csstools/css-syntax-patches-for-csstree", - "@csstools/css-tokenizer@^4.0.0": "npm:@csstools/css-tokenizer", - "@cypress/request@^4.0.0": "npm:@cypress/request", - "@cypress/xvfb@^1.2.4": "npm:@cypress/xvfb", - "@emnapi/core@1.10.0": "npm:@emnapi/core", - "@emnapi/core@^1.1.0": "npm:@emnapi/core", - "@emnapi/core@^1.5.0": "npm:@emnapi/core", - "@emnapi/core@1.4.5": "npm:@emnapi/core@1.4.5", - "@emnapi/runtime@1.10.0": "npm:@emnapi/runtime", - "@emnapi/runtime@^1.1.0": "npm:@emnapi/runtime", - "@emnapi/runtime@^1.5.0": "npm:@emnapi/runtime", - "@emnapi/runtime@1.4.5": "npm:@emnapi/runtime@1.4.5", - "@emnapi/wasi-threads@1.0.4": "npm:@emnapi/wasi-threads", - "@emnapi/wasi-threads@1.2.1": "npm:@emnapi/wasi-threads@1.2.1", - "@esbuild/android-arm64@0.18.20": "npm:@esbuild/android-arm64", - "@esbuild/android-arm@0.18.20": "npm:@esbuild/android-arm", - "@esbuild/android-x64@0.18.20": "npm:@esbuild/android-x64", - "@esbuild/darwin-arm64@0.18.20": "npm:@esbuild/darwin-arm64", - "@esbuild/darwin-x64@0.18.20": "npm:@esbuild/darwin-x64", - "@esbuild/freebsd-arm64@0.18.20": "npm:@esbuild/freebsd-arm64", - "@esbuild/freebsd-x64@0.18.20": "npm:@esbuild/freebsd-x64", - "@esbuild/linux-arm64@0.18.20": "npm:@esbuild/linux-arm64", - "@esbuild/linux-arm@0.18.20": "npm:@esbuild/linux-arm", - "@esbuild/linux-ia32@0.18.20": "npm:@esbuild/linux-ia32", - "@esbuild/linux-loong64@0.18.20": "npm:@esbuild/linux-loong64", - "@esbuild/linux-mips64el@0.18.20": "npm:@esbuild/linux-mips64el", - "@esbuild/linux-ppc64@0.18.20": "npm:@esbuild/linux-ppc64", - "@esbuild/linux-riscv64@0.18.20": "npm:@esbuild/linux-riscv64", - "@esbuild/linux-s390x@0.18.20": "npm:@esbuild/linux-s390x", - "@esbuild/linux-x64@0.18.20": "npm:@esbuild/linux-x64", - "@esbuild/netbsd-x64@0.18.20": "npm:@esbuild/netbsd-x64", - "@esbuild/openbsd-x64@0.18.20": "npm:@esbuild/openbsd-x64", - "@esbuild/sunos-x64@0.18.20": "npm:@esbuild/sunos-x64", - "@esbuild/win32-arm64@0.18.20": "npm:@esbuild/win32-arm64", - "@esbuild/win32-ia32@0.18.20": "npm:@esbuild/win32-ia32", - "@esbuild/win32-x64@0.18.20": "npm:@esbuild/win32-x64", - "@eslint-community/eslint-utils@^4.2.0": "npm:@eslint-community/eslint-utils", - "@eslint-community/eslint-utils@^4.4.0": "npm:@eslint-community/eslint-utils", - "@eslint-community/eslint-utils@^4.9.1": "npm:@eslint-community/eslint-utils", - "@eslint-community/regexpp@^4.5.1": "npm:@eslint-community/regexpp", - "@eslint-community/regexpp@^4.6.1": "npm:@eslint-community/regexpp", - "@eslint/config-array@^0.23.5": "npm:@eslint/config-array", - "@eslint/eslintrc@^2.1.4": "npm:@eslint/eslintrc@2.1.4", - "@eslint/eslintrc@^3.3.5": "npm:@eslint/eslintrc", - "@eslint/js@8.57.1": "npm:@eslint/js@8.57.1", - "@eslint/js@^10.0.1": "npm:@eslint/js", - "@eslint/object-schema@^3.0.5": "npm:@eslint/object-schema", - "@exodus/bytes@^1.11.0": "npm:@exodus/bytes", - "@exodus/bytes@^1.15.0": "npm:@exodus/bytes", - "@exodus/bytes@^1.6.0": "npm:@exodus/bytes", - "@humanwhocodes/config-array@^0.13.0": "npm:@humanwhocodes/config-array", - "@humanwhocodes/module-importer@^1.0.1": "npm:@humanwhocodes/module-importer", - "@humanwhocodes/object-schema@^2.0.3": "npm:@humanwhocodes/object-schema", - "@isaacs/cliui@^8.0.2": "npm:@isaacs/cliui", - "@istanbuljs/load-nyc-config@^1.0.0": "npm:@istanbuljs/load-nyc-config", - "@istanbuljs/schema@^0.1.2": "npm:@istanbuljs/schema", - "@istanbuljs/schema@^0.1.3": "npm:@istanbuljs/schema", - "@jest/console@30.4.1": "npm:@jest/console", - "@jest/core@30.4.2": "npm:@jest/core", - "@jest/diff-sequences@30.0.1": "npm:@jest/diff-sequences", - "@jest/diff-sequences@30.4.0": "npm:@jest/diff-sequences@30.4.0", - "@jest/environment@30.4.1": "npm:@jest/environment", - "@jest/expect-utils@30.4.1": "npm:@jest/expect-utils", - "@jest/expect@30.4.1": "npm:@jest/expect", - "@jest/fake-timers@30.4.1": "npm:@jest/fake-timers", - "@jest/get-type@30.1.0": "npm:@jest/get-type", - "@jest/globals@30.4.1": "npm:@jest/globals", - "@jest/pattern@30.4.0": "npm:@jest/pattern", - "@jest/reporters@30.4.1": "npm:@jest/reporters", - "@jest/reporters@^30.0.2": "npm:@jest/reporters", - "@jest/schemas@30.4.1": "npm:@jest/schemas", - "@jest/schemas@^29.6.3": "npm:@jest/schemas@29.6.3", - "@jest/snapshot-utils@30.4.1": "npm:@jest/snapshot-utils", - "@jest/source-map@30.0.1": "npm:@jest/source-map", - "@jest/test-result@30.4.1": "npm:@jest/test-result", - "@jest/test-result@^30.0.2": "npm:@jest/test-result", - "@jest/test-sequencer@30.4.1": "npm:@jest/test-sequencer", - "@jest/transform@30.4.1": "npm:@jest/transform", - "@jest/types@30.4.1": "npm:@jest/types", - "@jridgewell/gen-mapping@^0.3.12": "npm:@jridgewell/gen-mapping", - "@jridgewell/gen-mapping@^0.3.5": "npm:@jridgewell/gen-mapping", - "@jridgewell/remapping@^2.3.5": "npm:@jridgewell/remapping", - "@jridgewell/resolve-uri@^3.0.3": "npm:@jridgewell/resolve-uri", - "@jridgewell/resolve-uri@^3.1.0": "npm:@jridgewell/resolve-uri", - "@jridgewell/source-map@^0.3.3": "npm:@jridgewell/source-map", - "@jridgewell/sourcemap-codec@^1.4.10": "npm:@jridgewell/sourcemap-codec", - "@jridgewell/sourcemap-codec@^1.4.14": "npm:@jridgewell/sourcemap-codec", - "@jridgewell/sourcemap-codec@^1.4.15": "npm:@jridgewell/sourcemap-codec", - "@jridgewell/sourcemap-codec@^1.5.0": "npm:@jridgewell/sourcemap-codec", - "@jridgewell/sourcemap-codec@^1.5.5": "npm:@jridgewell/sourcemap-codec", - "@jridgewell/trace-mapping@0.3.9": "npm:@jridgewell/trace-mapping@0.3.9", - "@jridgewell/trace-mapping@^0.3.12": "npm:@jridgewell/trace-mapping", - "@jridgewell/trace-mapping@^0.3.23": "npm:@jridgewell/trace-mapping", - "@jridgewell/trace-mapping@^0.3.24": "npm:@jridgewell/trace-mapping", - "@jridgewell/trace-mapping@^0.3.25": "npm:@jridgewell/trace-mapping", - "@jridgewell/trace-mapping@^0.3.28": "npm:@jridgewell/trace-mapping", - "@jsonjoy.com/base64@17.67.0": "npm:@jsonjoy.com/base64@17.67.0", - "@jsonjoy.com/base64@^1.1.2": "npm:@jsonjoy.com/base64", - "@jsonjoy.com/buffers@17.67.0": "npm:@jsonjoy.com/buffers", - "@jsonjoy.com/buffers@^17.65.0": "npm:@jsonjoy.com/buffers", - "@jsonjoy.com/buffers@^1.0.0": "npm:@jsonjoy.com/buffers@1.2.1", - "@jsonjoy.com/buffers@^1.2.0": "npm:@jsonjoy.com/buffers@1.2.1", - "@jsonjoy.com/codegen@17.67.0": "npm:@jsonjoy.com/codegen@17.67.0", - "@jsonjoy.com/codegen@^1.0.0": "npm:@jsonjoy.com/codegen", - "@jsonjoy.com/fs-core@4.57.6": "npm:@jsonjoy.com/fs-core", - "@jsonjoy.com/fs-fsa@4.57.6": "npm:@jsonjoy.com/fs-fsa", - "@jsonjoy.com/fs-node-builtins@4.57.6": "npm:@jsonjoy.com/fs-node-builtins", - "@jsonjoy.com/fs-node-to-fsa@4.57.6": "npm:@jsonjoy.com/fs-node-to-fsa", - "@jsonjoy.com/fs-node-utils@4.57.6": "npm:@jsonjoy.com/fs-node-utils", - "@jsonjoy.com/fs-node@4.57.6": "npm:@jsonjoy.com/fs-node", - "@jsonjoy.com/fs-print@4.57.6": "npm:@jsonjoy.com/fs-print", - "@jsonjoy.com/fs-snapshot@4.57.6": "npm:@jsonjoy.com/fs-snapshot", - "@jsonjoy.com/json-pack@^1.11.0": "npm:@jsonjoy.com/json-pack", - "@jsonjoy.com/json-pack@^17.65.0": "npm:@jsonjoy.com/json-pack@17.67.0", - "@jsonjoy.com/json-pointer@17.67.0": "npm:@jsonjoy.com/json-pointer@17.67.0", - "@jsonjoy.com/json-pointer@^1.0.2": "npm:@jsonjoy.com/json-pointer", - "@jsonjoy.com/util@17.67.0": "npm:@jsonjoy.com/util@17.67.0", - "@jsonjoy.com/util@^17.65.0": "npm:@jsonjoy.com/util@17.67.0", - "@jsonjoy.com/util@^1.9.0": "npm:@jsonjoy.com/util", - "@leichtgewicht/ip-codec@^2.0.1": "npm:@leichtgewicht/ip-codec", - "@ljharb/through@^2.3.12": "npm:@ljharb/through", - "@lukeed/csprng@^1.0.0": "npm:@lukeed/csprng", - "@microsoft/tsdoc@^0.15.0": "npm:@microsoft/tsdoc", - "@module-federation/bridge-react-webpack-plugin@2.5.1": "npm:@module-federation/bridge-react-webpack-plugin", - "@module-federation/cli@2.5.1": "npm:@module-federation/cli", - "@module-federation/dts-plugin@2.5.1": "npm:@module-federation/dts-plugin", - "@module-federation/enhanced@2.5.1": "npm:@module-federation/enhanced", - "@module-federation/enhanced@^2.3.3": "npm:@module-federation/enhanced", - "@module-federation/error-codes@0.21.6": "npm:@module-federation/error-codes@0.21.6", - "@module-federation/error-codes@2.5.1": "npm:@module-federation/error-codes", - "@module-federation/inject-external-runtime-core-plugin@2.5.1": "npm:@module-federation/inject-external-runtime-core-plugin", - "@module-federation/managers@2.5.1": "npm:@module-federation/managers", - "@module-federation/manifest@2.5.1": "npm:@module-federation/manifest", - "@module-federation/node@^2.7.21": "npm:@module-federation/node", - "@module-federation/rspack@2.5.1": "npm:@module-federation/rspack", - "@module-federation/runtime-core@0.21.6": "npm:@module-federation/runtime-core@0.21.6", - "@module-federation/runtime-core@2.5.1": "npm:@module-federation/runtime-core", - "@module-federation/runtime-tools@0.21.6": "npm:@module-federation/runtime-tools@0.21.6", - "@module-federation/runtime-tools@2.5.1": "npm:@module-federation/runtime-tools", - "@module-federation/runtime@0.21.6": "npm:@module-federation/runtime@0.21.6", - "@module-federation/runtime@2.5.1": "npm:@module-federation/runtime", - "@module-federation/sdk@0.21.6": "npm:@module-federation/sdk@0.21.6", - "@module-federation/sdk@2.5.1": "npm:@module-federation/sdk", - "@module-federation/sdk@^2.1.0": "npm:@module-federation/sdk", - "@module-federation/third-party-dts-extractor@2.5.1": "npm:@module-federation/third-party-dts-extractor", - "@module-federation/webpack-bundler-runtime@0.21.6": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "@module-federation/webpack-bundler-runtime@2.5.1": "npm:@module-federation/webpack-bundler-runtime", - "@napi-rs/wasm-runtime@0.2.4": "npm:@napi-rs/wasm-runtime", - "@napi-rs/wasm-runtime@1.0.7": "npm:@napi-rs/wasm-runtime@1.0.7", - "@napi-rs/wasm-runtime@^1.1.4": "npm:@napi-rs/wasm-runtime@1.1.4", - "@nestjs/cli@^10.1.17": "npm:@nestjs/cli", - "@nestjs/common@^10.0.2": "npm:@nestjs/common", - "@nestjs/config@^4.0.4": "npm:@nestjs/config", - "@nestjs/core@^10.0.2": "npm:@nestjs/core", - "@nestjs/mapped-types@2.0.5": "npm:@nestjs/mapped-types", - "@nestjs/passport@^10.0.2": "npm:@nestjs/passport", - "@nestjs/platform-express@^11.1.19": "npm:@nestjs/platform-express", - "@nestjs/schematics@^10.0.1": "npm:@nestjs/schematics@10.2.3", - "@nestjs/schematics@^11.1.0": "npm:@nestjs/schematics", - "@nestjs/swagger@^7.1.12": "npm:@nestjs/swagger", - "@nestjs/testing@^10.0.2": "npm:@nestjs/testing", - "@nestjs/typeorm@^10.0.0": "npm:@nestjs/typeorm", - "@noble/hashes@1.4.0": "npm:@noble/hashes", - "@nodable/entities@^2.1.0": "npm:@nodable/entities", - "@nodelib/fs.scandir@2.1.5": "npm:@nodelib/fs.scandir", - "@nodelib/fs.stat@2.0.5": "npm:@nodelib/fs.stat", - "@nodelib/fs.stat@^2.0.2": "npm:@nodelib/fs.stat", - "@nodelib/fs.walk@^1.2.3": "npm:@nodelib/fs.walk", - "@nodelib/fs.walk@^1.2.8": "npm:@nodelib/fs.walk", - "@nrwl/nx-cloud@16.5.2": "npm:@nrwl/nx-cloud", - "@nuxtjs/opencollective@0.3.2": "npm:@nuxtjs/opencollective", - "@nx/cypress@22.7.5": "npm:@nx/cypress", - "@nx/devkit@22.7.5": "npm:@nx/devkit", - "@nx/eslint-plugin@22.7.5": "npm:@nx/eslint-plugin", - "@nx/eslint@22.7.5": "npm:@nx/eslint", - "@nx/jest@22.7.5": "npm:@nx/jest", - "@nx/js@22.7.5": "npm:@nx/js", - "@nx/module-federation@22.7.5": "npm:@nx/module-federation", - "@nx/nx-darwin-arm64@22.7.5": "npm:@nx/nx-darwin-arm64", - "@nx/nx-darwin-x64@22.7.5": "npm:@nx/nx-darwin-x64", - "@nx/nx-freebsd-x64@22.7.5": "npm:@nx/nx-freebsd-x64", - "@nx/nx-linux-arm-gnueabihf@22.7.5": "npm:@nx/nx-linux-arm-gnueabihf", - "@nx/nx-linux-arm64-gnu@22.7.5": "npm:@nx/nx-linux-arm64-gnu", - "@nx/nx-linux-arm64-musl@22.7.5": "npm:@nx/nx-linux-arm64-musl", - "@nx/nx-linux-x64-gnu@22.7.5": "npm:@nx/nx-linux-x64-gnu", - "@nx/nx-linux-x64-musl@22.7.5": "npm:@nx/nx-linux-x64-musl", - "@nx/nx-win32-arm64-msvc@22.7.5": "npm:@nx/nx-win32-arm64-msvc", - "@nx/nx-win32-x64-msvc@22.7.5": "npm:@nx/nx-win32-x64-msvc", - "@nx/react@22.7.5": "npm:@nx/react", - "@nx/rollup@22.7.5": "npm:@nx/rollup", - "@nx/vite@22.7.5": "npm:@nx/vite", - "@nx/vitest@22.7.5": "npm:@nx/vitest", - "@nx/web@22.7.5": "npm:@nx/web", - "@nx/webpack@22.7.5": "npm:@nx/webpack", - "@nx/workspace@22.7.5": "npm:@nx/workspace", - "@parcel/watcher-android-arm64@2.5.6": "npm:@parcel/watcher-android-arm64", - "@parcel/watcher-darwin-arm64@2.5.6": "npm:@parcel/watcher-darwin-arm64", - "@parcel/watcher-darwin-x64@2.5.6": "npm:@parcel/watcher-darwin-x64", - "@parcel/watcher-freebsd-x64@2.5.6": "npm:@parcel/watcher-freebsd-x64", - "@parcel/watcher-linux-arm-glibc@2.5.6": "npm:@parcel/watcher-linux-arm-glibc", - "@parcel/watcher-linux-arm-musl@2.5.6": "npm:@parcel/watcher-linux-arm-musl", - "@parcel/watcher-linux-arm64-glibc@2.5.6": "npm:@parcel/watcher-linux-arm64-glibc", - "@parcel/watcher-linux-arm64-musl@2.5.6": "npm:@parcel/watcher-linux-arm64-musl", - "@parcel/watcher-linux-x64-glibc@2.5.6": "npm:@parcel/watcher-linux-x64-glibc", - "@parcel/watcher-linux-x64-musl@2.5.6": "npm:@parcel/watcher-linux-x64-musl", - "@parcel/watcher-win32-arm64@2.5.6": "npm:@parcel/watcher-win32-arm64", - "@parcel/watcher-win32-ia32@2.5.6": "npm:@parcel/watcher-win32-ia32", - "@parcel/watcher-win32-x64@2.5.6": "npm:@parcel/watcher-win32-x64", - "@parcel/watcher@^2.4.1": "npm:@parcel/watcher", - "@peculiar/asn1-cms@^2.6.0": "npm:@peculiar/asn1-cms", - "@peculiar/asn1-cms@^2.7.0": "npm:@peculiar/asn1-cms", - "@peculiar/asn1-csr@^2.6.0": "npm:@peculiar/asn1-csr", - "@peculiar/asn1-ecc@^2.6.0": "npm:@peculiar/asn1-ecc", - "@peculiar/asn1-pfx@^2.7.0": "npm:@peculiar/asn1-pfx", - "@peculiar/asn1-pkcs8@^2.7.0": "npm:@peculiar/asn1-pkcs8", - "@peculiar/asn1-pkcs9@^2.6.0": "npm:@peculiar/asn1-pkcs9", - "@peculiar/asn1-rsa@^2.6.0": "npm:@peculiar/asn1-rsa", - "@peculiar/asn1-rsa@^2.7.0": "npm:@peculiar/asn1-rsa", - "@peculiar/asn1-schema@^2.6.0": "npm:@peculiar/asn1-schema", - "@peculiar/asn1-schema@^2.7.0": "npm:@peculiar/asn1-schema", - "@peculiar/asn1-x509-attr@^2.7.0": "npm:@peculiar/asn1-x509-attr", - "@peculiar/asn1-x509@^2.6.0": "npm:@peculiar/asn1-x509", - "@peculiar/asn1-x509@^2.7.0": "npm:@peculiar/asn1-x509", - "@peculiar/utils@^2.0.2": "npm:@peculiar/utils", - "@peculiar/x509@^1.14.2": "npm:@peculiar/x509", - "@phenomnomnominal/tsquery@~6.2.0": "npm:@phenomnomnominal/tsquery", - "@pkgjs/parseargs@^0.11.0": "npm:@pkgjs/parseargs", - "@pkgr/core@^0.3.6": "npm:@pkgr/core", - "@polka/url@^1.0.0-next.24": "npm:@polka/url", - "@rolldown/pluginutils@1.0.0-beta.27": "npm:@rolldown/pluginutils", - "@rollup/plugin-babel@^6.0.4": "npm:@rollup/plugin-babel", - "@rollup/plugin-commonjs@^25.0.7": "npm:@rollup/plugin-commonjs", - "@rollup/plugin-image@^3.0.3": "npm:@rollup/plugin-image", - "@rollup/plugin-json@^6.1.0": "npm:@rollup/plugin-json", - "@rollup/plugin-node-resolve@^15.2.3": "npm:@rollup/plugin-node-resolve", - "@rollup/plugin-typescript@^12.1.0": "npm:@rollup/plugin-typescript", - "@rollup/pluginutils@^4.1.2": "npm:@rollup/pluginutils@4.2.1", - "@rollup/pluginutils@^5.0.1": "npm:@rollup/pluginutils", - "@rollup/pluginutils@^5.1.0": "npm:@rollup/pluginutils", - "@rollup/rollup-android-arm-eabi@4.61.1": "npm:@rollup/rollup-android-arm-eabi", - "@rollup/rollup-android-arm64@4.61.1": "npm:@rollup/rollup-android-arm64", - "@rollup/rollup-darwin-arm64@4.61.1": "npm:@rollup/rollup-darwin-arm64", - "@rollup/rollup-darwin-x64@4.61.1": "npm:@rollup/rollup-darwin-x64", - "@rollup/rollup-freebsd-arm64@4.61.1": "npm:@rollup/rollup-freebsd-arm64", - "@rollup/rollup-freebsd-x64@4.61.1": "npm:@rollup/rollup-freebsd-x64", - "@rollup/rollup-linux-arm-gnueabihf@4.61.1": "npm:@rollup/rollup-linux-arm-gnueabihf", - "@rollup/rollup-linux-arm-musleabihf@4.61.1": "npm:@rollup/rollup-linux-arm-musleabihf", - "@rollup/rollup-linux-arm64-gnu@4.61.1": "npm:@rollup/rollup-linux-arm64-gnu", - "@rollup/rollup-linux-arm64-musl@4.61.1": "npm:@rollup/rollup-linux-arm64-musl", - "@rollup/rollup-linux-loong64-gnu@4.61.1": "npm:@rollup/rollup-linux-loong64-gnu", - "@rollup/rollup-linux-loong64-musl@4.61.1": "npm:@rollup/rollup-linux-loong64-musl", - "@rollup/rollup-linux-ppc64-gnu@4.61.1": "npm:@rollup/rollup-linux-ppc64-gnu", - "@rollup/rollup-linux-ppc64-musl@4.61.1": "npm:@rollup/rollup-linux-ppc64-musl", - "@rollup/rollup-linux-riscv64-gnu@4.61.1": "npm:@rollup/rollup-linux-riscv64-gnu", - "@rollup/rollup-linux-riscv64-musl@4.61.1": "npm:@rollup/rollup-linux-riscv64-musl", - "@rollup/rollup-linux-s390x-gnu@4.61.1": "npm:@rollup/rollup-linux-s390x-gnu", - "@rollup/rollup-linux-x64-gnu@4.61.1": "npm:@rollup/rollup-linux-x64-gnu", - "@rollup/rollup-linux-x64-musl@4.61.1": "npm:@rollup/rollup-linux-x64-musl", - "@rollup/rollup-openbsd-x64@4.61.1": "npm:@rollup/rollup-openbsd-x64", - "@rollup/rollup-openharmony-arm64@4.61.1": "npm:@rollup/rollup-openharmony-arm64", - "@rollup/rollup-win32-arm64-msvc@4.61.1": "npm:@rollup/rollup-win32-arm64-msvc", - "@rollup/rollup-win32-ia32-msvc@4.61.1": "npm:@rollup/rollup-win32-ia32-msvc", - "@rollup/rollup-win32-x64-gnu@4.61.1": "npm:@rollup/rollup-win32-x64-gnu", - "@rollup/rollup-win32-x64-msvc@4.61.1": "npm:@rollup/rollup-win32-x64-msvc", - "@rspack/binding-darwin-arm64@1.6.8": "npm:@rspack/binding-darwin-arm64", - "@rspack/binding-darwin-x64@1.6.8": "npm:@rspack/binding-darwin-x64", - "@rspack/binding-linux-arm64-gnu@1.6.8": "npm:@rspack/binding-linux-arm64-gnu", - "@rspack/binding-linux-arm64-musl@1.6.8": "npm:@rspack/binding-linux-arm64-musl", - "@rspack/binding-linux-x64-gnu@1.6.8": "npm:@rspack/binding-linux-x64-gnu", - "@rspack/binding-linux-x64-musl@1.6.8": "npm:@rspack/binding-linux-x64-musl", - "@rspack/binding-wasm32-wasi@1.6.8": "npm:@rspack/binding-wasm32-wasi", - "@rspack/binding-win32-arm64-msvc@1.6.8": "npm:@rspack/binding-win32-arm64-msvc", - "@rspack/binding-win32-ia32-msvc@1.6.8": "npm:@rspack/binding-win32-ia32-msvc", - "@rspack/binding-win32-x64-msvc@1.6.8": "npm:@rspack/binding-win32-x64-msvc", - "@rspack/binding@1.6.8": "npm:@rspack/binding", - "@rspack/core@1.6.8": "npm:@rspack/core", - "@rspack/lite-tapable@1.1.0": "npm:@rspack/lite-tapable", - "@rtsao/scc@^1.1.0": "npm:@rtsao/scc", - "@sinclair/typebox@^0.27.8": "npm:@sinclair/typebox@0.27.10", - "@sinclair/typebox@^0.34.0": "npm:@sinclair/typebox", - "@sinonjs/commons@^3.0.1": "npm:@sinonjs/commons", - "@sinonjs/fake-timers@^15.4.0": "npm:@sinonjs/fake-timers", - "@smithy/core@^3.24.6": "npm:@smithy/core", - "@smithy/credential-provider-imds@^4.3.7": "npm:@smithy/credential-provider-imds", - "@smithy/fetch-http-handler@^5.4.6": "npm:@smithy/fetch-http-handler", - "@smithy/is-array-buffer@^2.2.0": "npm:@smithy/is-array-buffer", - "@smithy/node-http-handler@^4.7.6": "npm:@smithy/node-http-handler", - "@smithy/signature-v4@^5.4.6": "npm:@smithy/signature-v4", - "@smithy/types@^4.14.3": "npm:@smithy/types", - "@smithy/util-buffer-from@^2.2.0": "npm:@smithy/util-buffer-from", - "@smithy/util-utf8@^2.0.0": "npm:@smithy/util-utf8", - "@sqltools/formatter@^1.2.5": "npm:@sqltools/formatter", - "@svgr/babel-plugin-add-jsx-attribute@8.0.0": "npm:@svgr/babel-plugin-add-jsx-attribute", - "@svgr/babel-plugin-remove-jsx-attribute@8.0.0": "npm:@svgr/babel-plugin-remove-jsx-attribute", - "@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", - "@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", - "@svgr/babel-plugin-svg-dynamic-title@8.0.0": "npm:@svgr/babel-plugin-svg-dynamic-title", - "@svgr/babel-plugin-svg-em-dimensions@8.0.0": "npm:@svgr/babel-plugin-svg-em-dimensions", - "@svgr/babel-plugin-transform-react-native-svg@8.1.0": "npm:@svgr/babel-plugin-transform-react-native-svg", - "@svgr/babel-plugin-transform-svg-component@8.0.0": "npm:@svgr/babel-plugin-transform-svg-component", - "@svgr/babel-preset@8.1.0": "npm:@svgr/babel-preset", - "@svgr/core@8.1.0": "npm:@svgr/core", - "@svgr/hast-util-to-babel-ast@8.0.0": "npm:@svgr/hast-util-to-babel-ast", - "@svgr/plugin-jsx@8.1.0": "npm:@svgr/plugin-jsx", - "@svgr/plugin-svgo@8.1.0": "npm:@svgr/plugin-svgo", - "@svgr/webpack@^8.0.1": "npm:@svgr/webpack", - "@testing-library/dom@^10.0.0": "npm:@testing-library/dom", - "@testing-library/react@^15.0.7": "npm:@testing-library/react", - "@tokenizer/inflate@^0.2.6": "npm:@tokenizer/inflate", - "@tokenizer/token@^0.3.0": "npm:@tokenizer/token", - "@tsconfig/node10@^1.0.7": "npm:@tsconfig/node10", - "@tsconfig/node12@^1.0.7": "npm:@tsconfig/node12", - "@tsconfig/node14@^1.0.0": "npm:@tsconfig/node14", - "@tsconfig/node16@^1.0.2": "npm:@tsconfig/node16", - "@tybys/wasm-util@0.9.0": "npm:@tybys/wasm-util@0.9.0", - "@tybys/wasm-util@^0.9.0": "npm:@tybys/wasm-util@0.9.0", - "@tybys/wasm-util@^0.10.1": "npm:@tybys/wasm-util@0.10.2", - "@types/aria-query@^5.0.1": "npm:@types/aria-query", - "@types/babel__core@^7.20.5": "npm:@types/babel__core", - "@types/babel__generator@*": "npm:@types/babel__generator", - "@types/babel__template@*": "npm:@types/babel__template", - "@types/babel__traverse@*": "npm:@types/babel__traverse", - "@types/body-parser@*": "npm:@types/body-parser", - "@types/bonjour@^3.5.13": "npm:@types/bonjour", - "@types/chai-subset@^1.3.3": "npm:@types/chai-subset", - "@types/chai@^4.3.5": "npm:@types/chai", - "@types/connect-history-api-fallback@^1.5.4": "npm:@types/connect-history-api-fallback", - "@types/connect@*": "npm:@types/connect", - "@types/eslint-scope@^3.7.7": "npm:@types/eslint-scope", - "@types/eslint@*": "npm:@types/eslint", - "@types/esquery@^1.5.4": "npm:@types/esquery", - "@types/estree@*": "npm:@types/estree", - "@types/estree@1.0.9": "npm:@types/estree", - "@types/estree@^1.0.0": "npm:@types/estree", - "@types/estree@^1.0.6": "npm:@types/estree", - "@types/estree@^1.0.8": "npm:@types/estree", - "@types/express-serve-static-core@*": "npm:@types/express-serve-static-core@5.1.1", - "@types/express-serve-static-core@^5.0.0": "npm:@types/express-serve-static-core@5.1.1", - "@types/express-serve-static-core@^4.17.21": "npm:@types/express-serve-static-core", - "@types/express-serve-static-core@^4.17.33": "npm:@types/express-serve-static-core", - "@types/express@*": "npm:@types/express@5.0.6", - "@types/express@^4.17.25": "npm:@types/express", - "@types/http-errors@*": "npm:@types/http-errors", - "@types/http-proxy@^1.17.15": "npm:@types/http-proxy", - "@types/http-proxy@^1.17.8": "npm:@types/http-proxy", - "@types/istanbul-lib-coverage@*": "npm:@types/istanbul-lib-coverage", - "@types/istanbul-lib-coverage@^2.0.1": "npm:@types/istanbul-lib-coverage", - "@types/istanbul-lib-coverage@^2.0.6": "npm:@types/istanbul-lib-coverage", - "@types/istanbul-lib-report@*": "npm:@types/istanbul-lib-report", - "@types/istanbul-reports@^3.0.4": "npm:@types/istanbul-reports", - "@types/jest@^30.0.0": "npm:@types/jest", - "@types/json-schema@*": "npm:@types/json-schema", - "@types/json-schema@^7.0.12": "npm:@types/json-schema", - "@types/json-schema@^7.0.15": "npm:@types/json-schema", - "@types/json-schema@^7.0.8": "npm:@types/json-schema", - "@types/json-schema@^7.0.9": "npm:@types/json-schema", - "@types/json5@^0.0.29": "npm:@types/json5", - "@types/jsonwebtoken@^9.0.4": "npm:@types/jsonwebtoken", - "@types/mime@^1": "npm:@types/mime", - "@types/ms@*": "npm:@types/ms", - "@types/node@*": "npm:@types/node@25.9.1", - "@types/node@^18.14.2": "npm:@types/node", - "@types/nodemailer@^8.0.0": "npm:@types/nodemailer", - "@types/parse-json@^4.0.0": "npm:@types/parse-json", - "@types/pg@^8.15.5": "npm:@types/pg", - "@types/prop-types@*": "npm:@types/prop-types", - "@types/qs@*": "npm:@types/qs", - "@types/range-parser@*": "npm:@types/range-parser", - "@types/react-dom@^18.0.0": "npm:@types/react-dom", - "@types/react-dom@^18.2.6": "npm:@types/react-dom", - "@types/react@^18.2.14": "npm:@types/react", - "@types/resolve@1.20.2": "npm:@types/resolve", - "@types/retry@0.12.2": "npm:@types/retry", - "@types/semver@7.5.8": "npm:@types/semver@7.5.8", - "@types/semver@^7.5.0": "npm:@types/semver", - "@types/send@*": "npm:@types/send", - "@types/send@<1": "npm:@types/send@0.17.6", - "@types/serve-index@^1.9.4": "npm:@types/serve-index", - "@types/serve-static@^1": "npm:@types/serve-static", - "@types/serve-static@^1.15.5": "npm:@types/serve-static", - "@types/serve-static@^2": "npm:@types/serve-static@2.2.0", - "@types/sinonjs__fake-timers@8.1.1": "npm:@types/sinonjs__fake-timers", - "@types/sizzle@^2.3.2": "npm:@types/sizzle", - "@types/sockjs@^0.3.36": "npm:@types/sockjs", - "@types/stack-utils@^2.0.3": "npm:@types/stack-utils", - "@types/tmp@^0.2.3": "npm:@types/tmp", - "@types/validator@^13.15.3": "npm:@types/validator", - "@types/ws@^8.5.10": "npm:@types/ws", - "@types/yargs-parser@*": "npm:@types/yargs-parser", - "@types/yargs@^17.0.33": "npm:@types/yargs", - "@typescript-eslint/eslint-plugin@6": "npm:@typescript-eslint/eslint-plugin", - "@typescript-eslint/parser@6": "npm:@typescript-eslint/parser", - "@typescript-eslint/project-service@8.60.1": "npm:@typescript-eslint/project-service", - "@typescript-eslint/scope-manager@6.21.0": "npm:@typescript-eslint/scope-manager", - "@typescript-eslint/scope-manager@8.60.1": "npm:@typescript-eslint/scope-manager@8.60.1", - "@typescript-eslint/tsconfig-utils@8.60.1": "npm:@typescript-eslint/tsconfig-utils", - "@typescript-eslint/tsconfig-utils@^8.60.1": "npm:@typescript-eslint/tsconfig-utils", - "@typescript-eslint/type-utils@6.21.0": "npm:@typescript-eslint/type-utils", - "@typescript-eslint/type-utils@^8.0.0": "npm:@typescript-eslint/type-utils@8.60.1", - "@typescript-eslint/types@6.21.0": "npm:@typescript-eslint/types@6.21.0", - "@typescript-eslint/types@8.60.1": "npm:@typescript-eslint/types", - "@typescript-eslint/types@^8.60.1": "npm:@typescript-eslint/types", - "@typescript-eslint/typescript-estree@6.21.0": "npm:@typescript-eslint/typescript-estree", - "@typescript-eslint/typescript-estree@8.60.1": "npm:@typescript-eslint/typescript-estree@8.60.1", - "@typescript-eslint/utils@6.21.0": "npm:@typescript-eslint/utils", - "@typescript-eslint/utils@^8.0.0": "npm:@typescript-eslint/utils", - "@typescript-eslint/utils@8.60.1": "npm:@typescript-eslint/utils@8.60.1", - "@typescript-eslint/visitor-keys@6.21.0": "npm:@typescript-eslint/visitor-keys", - "@typescript-eslint/visitor-keys@8.60.1": "npm:@typescript-eslint/visitor-keys@8.60.1", - "@ungap/structured-clone@^1.2.0": "npm:@ungap/structured-clone", - "@ungap/structured-clone@^1.3.0": "npm:@ungap/structured-clone", - "@unrs/resolver-binding-android-arm-eabi@1.12.2": "npm:@unrs/resolver-binding-android-arm-eabi", - "@unrs/resolver-binding-android-arm64@1.12.2": "npm:@unrs/resolver-binding-android-arm64", - "@unrs/resolver-binding-darwin-arm64@1.12.2": "npm:@unrs/resolver-binding-darwin-arm64", - "@unrs/resolver-binding-darwin-x64@1.12.2": "npm:@unrs/resolver-binding-darwin-x64", - "@unrs/resolver-binding-freebsd-x64@1.12.2": "npm:@unrs/resolver-binding-freebsd-x64", - "@unrs/resolver-binding-linux-arm-gnueabihf@1.12.2": "npm:@unrs/resolver-binding-linux-arm-gnueabihf", - "@unrs/resolver-binding-linux-arm-musleabihf@1.12.2": "npm:@unrs/resolver-binding-linux-arm-musleabihf", - "@unrs/resolver-binding-linux-arm64-gnu@1.12.2": "npm:@unrs/resolver-binding-linux-arm64-gnu", - "@unrs/resolver-binding-linux-arm64-musl@1.12.2": "npm:@unrs/resolver-binding-linux-arm64-musl", - "@unrs/resolver-binding-linux-loong64-gnu@1.12.2": "npm:@unrs/resolver-binding-linux-loong64-gnu", - "@unrs/resolver-binding-linux-loong64-musl@1.12.2": "npm:@unrs/resolver-binding-linux-loong64-musl", - "@unrs/resolver-binding-linux-ppc64-gnu@1.12.2": "npm:@unrs/resolver-binding-linux-ppc64-gnu", - "@unrs/resolver-binding-linux-riscv64-gnu@1.12.2": "npm:@unrs/resolver-binding-linux-riscv64-gnu", - "@unrs/resolver-binding-linux-riscv64-musl@1.12.2": "npm:@unrs/resolver-binding-linux-riscv64-musl", - "@unrs/resolver-binding-linux-s390x-gnu@1.12.2": "npm:@unrs/resolver-binding-linux-s390x-gnu", - "@unrs/resolver-binding-linux-x64-gnu@1.12.2": "npm:@unrs/resolver-binding-linux-x64-gnu", - "@unrs/resolver-binding-linux-x64-musl@1.12.2": "npm:@unrs/resolver-binding-linux-x64-musl", - "@unrs/resolver-binding-openharmony-arm64@1.12.2": "npm:@unrs/resolver-binding-openharmony-arm64", - "@unrs/resolver-binding-wasm32-wasi@1.12.2": "npm:@unrs/resolver-binding-wasm32-wasi", - "@unrs/resolver-binding-win32-arm64-msvc@1.12.2": "npm:@unrs/resolver-binding-win32-arm64-msvc", - "@unrs/resolver-binding-win32-ia32-msvc@1.12.2": "npm:@unrs/resolver-binding-win32-ia32-msvc", - "@unrs/resolver-binding-win32-x64-msvc@1.12.2": "npm:@unrs/resolver-binding-win32-x64-msvc", - "@vitejs/plugin-react@^4.0.0": "npm:@vitejs/plugin-react", - "@vitest/expect@0.32.4": "npm:@vitest/expect", - "@vitest/runner@0.32.4": "npm:@vitest/runner", - "@vitest/snapshot@0.32.4": "npm:@vitest/snapshot", - "@vitest/spy@0.32.4": "npm:@vitest/spy", - "@vitest/ui@^0.32.0": "npm:@vitest/ui", - "@vitest/utils@0.32.4": "npm:@vitest/utils", - "@webassemblyjs/ast@1.14.1": "npm:@webassemblyjs/ast", - "@webassemblyjs/ast@^1.14.1": "npm:@webassemblyjs/ast", - "@webassemblyjs/floating-point-hex-parser@1.13.2": "npm:@webassemblyjs/floating-point-hex-parser", - "@webassemblyjs/helper-api-error@1.13.2": "npm:@webassemblyjs/helper-api-error", - "@webassemblyjs/helper-buffer@1.14.1": "npm:@webassemblyjs/helper-buffer", - "@webassemblyjs/helper-numbers@1.13.2": "npm:@webassemblyjs/helper-numbers", - "@webassemblyjs/helper-wasm-bytecode@1.13.2": "npm:@webassemblyjs/helper-wasm-bytecode", - "@webassemblyjs/helper-wasm-section@1.14.1": "npm:@webassemblyjs/helper-wasm-section", - "@webassemblyjs/ieee754@1.13.2": "npm:@webassemblyjs/ieee754", - "@webassemblyjs/leb128@1.13.2": "npm:@webassemblyjs/leb128", - "@webassemblyjs/utf8@1.13.2": "npm:@webassemblyjs/utf8", - "@webassemblyjs/wasm-edit@^1.14.1": "npm:@webassemblyjs/wasm-edit", - "@webassemblyjs/wasm-gen@1.14.1": "npm:@webassemblyjs/wasm-gen", - "@webassemblyjs/wasm-opt@1.14.1": "npm:@webassemblyjs/wasm-opt", - "@webassemblyjs/wasm-parser@1.14.1": "npm:@webassemblyjs/wasm-parser", - "@webassemblyjs/wasm-parser@^1.14.1": "npm:@webassemblyjs/wasm-parser", - "@webassemblyjs/wast-printer@1.14.1": "npm:@webassemblyjs/wast-printer", - "@xtuc/ieee754@^1.2.0": "npm:@xtuc/ieee754", - "@xtuc/long@4.2.2": "npm:@xtuc/long", - "@yarnpkg/lockfile@1.1.0": "npm:@yarnpkg/lockfile", - "@zkochan/js-yaml@0.0.7": "npm:@zkochan/js-yaml", - "accepts@^2.0.0": "npm:accepts@2.0.0", - "accepts@~1.3.8": "npm:accepts", - "acorn-import-phases@^1.0.3": "npm:acorn-import-phases", - "acorn-jsx@^5.3.2": "npm:acorn-jsx", - "acorn-walk@^8.1.1": "npm:acorn-walk", - "acorn-walk@^8.2.0": "npm:acorn-walk", - "acorn@^8.10.0": "npm:acorn", - "acorn@^8.11.0": "npm:acorn", - "acorn@^8.14.0": "npm:acorn", - "acorn@^8.15.0": "npm:acorn", - "acorn@^8.16.0": "npm:acorn", - "acorn@^8.4.1": "npm:acorn", - "acorn@^8.5.0": "npm:acorn", - "acorn@^8.9.0": "npm:acorn", - "address@^2.0.1": "npm:address", - "adm-zip@0.5.10": "npm:adm-zip", - "agent-base@6": "npm:agent-base", - "ajv-formats@2.1.1": "npm:ajv-formats", - "ajv-formats@^2.1.1": "npm:ajv-formats", - "ajv-formats@3.0.1": "npm:ajv-formats@3.0.1", - "ajv-keywords@^3.5.2": "npm:ajv-keywords@3.5.2", - "ajv-keywords@^5.1.0": "npm:ajv-keywords", - "ajv@8.12.0": "npm:ajv@8.12.0", - "ajv@8.18.0": "npm:ajv@8.18.0", - "ajv@^6.12.4": "npm:ajv@6.15.0", - "ajv@^6.12.5": "npm:ajv@6.15.0", - "ajv@^6.14.0": "npm:ajv@6.15.0", - "ajv@^8.0.0": "npm:ajv", - "ajv@^8.12.0": "npm:ajv", - "ajv@^8.9.0": "npm:ajv", - "amazon-cognito-identity-js@^6.3.5": "npm:amazon-cognito-identity-js", - "ansi-colors@4.1.3": "npm:ansi-colors", - "ansi-colors@^4.1.1": "npm:ansi-colors", - "ansi-escapes@^4.2.1": "npm:ansi-escapes", - "ansi-escapes@^4.3.2": "npm:ansi-escapes", - "ansi-escapes@^7.0.0": "npm:ansi-escapes@7.3.0", - "ansi-html-community@^0.0.8": "npm:ansi-html-community", - "ansi-regex@5.0.1": "npm:ansi-regex", - "ansi-regex@^5.0.1": "npm:ansi-regex", - "ansi-regex@^6.2.2": "npm:ansi-regex@6.2.2", - "ansi-styles@4.3.0": "npm:ansi-styles", - "ansi-styles@^4.0.0": "npm:ansi-styles", - "ansi-styles@^4.1.0": "npm:ansi-styles", - "ansi-styles@^5.0.0": "npm:ansi-styles@5.2.0", - "ansi-styles@^5.2.0": "npm:ansi-styles@5.2.0", - "ansi-styles@^6.0.0": "npm:ansi-styles@6.2.3", - "ansi-styles@^6.1.0": "npm:ansi-styles@6.2.3", - "ansi-styles@^6.2.1": "npm:ansi-styles@6.2.3", - "ansis@^4.2.0": "npm:ansis", - "anymatch@^3.1.3": "npm:anymatch", - "anymatch@~3.1.2": "npm:anymatch", - "app-root-path@^3.1.0": "npm:app-root-path", - "append-field@^1.0.0": "npm:append-field", - "arch@^2.2.0": "npm:arch", - "arg@^4.1.0": "npm:arg", - "argparse@2.0.1": "npm:argparse", - "argparse@^2.0.1": "npm:argparse", - "argparse@^1.0.7": "npm:argparse@1.0.10", - "aria-query@5.3.0": "npm:aria-query@5.3.0", - "aria-query@^5.3.2": "npm:aria-query", - "array-buffer-byte-length@^1.0.1": "npm:array-buffer-byte-length", - "array-buffer-byte-length@^1.0.2": "npm:array-buffer-byte-length", - "array-flatten@1.1.1": "npm:array-flatten", - "array-includes@^3.1.6": "npm:array-includes", - "array-includes@^3.1.8": "npm:array-includes", - "array-includes@^3.1.9": "npm:array-includes", - "array-timsort@^1.0.3": "npm:array-timsort", - "array-union@^2.1.0": "npm:array-union", - "array.prototype.findlast@^1.2.5": "npm:array.prototype.findlast", - "array.prototype.findlastindex@^1.2.6": "npm:array.prototype.findlastindex", - "array.prototype.flat@^1.3.1": "npm:array.prototype.flat", - "array.prototype.flat@^1.3.3": "npm:array.prototype.flat", - "array.prototype.flatmap@^1.3.2": "npm:array.prototype.flatmap", - "array.prototype.flatmap@^1.3.3": "npm:array.prototype.flatmap", - "array.prototype.tosorted@^1.1.4": "npm:array.prototype.tosorted", - "arraybuffer.prototype.slice@^1.0.4": "npm:arraybuffer.prototype.slice", - "asn1@~0.2.3": "npm:asn1", - "asn1js@^3.0.6": "npm:asn1js", - "assert-plus@1.0.0": "npm:assert-plus", - "assert-plus@^1.0.0": "npm:assert-plus", - "assertion-error@^1.1.0": "npm:assertion-error", - "ast-types-flow@^0.0.8": "npm:ast-types-flow", - "async-function@^1.0.0": "npm:async-function", - "async@^3.2.6": "npm:async", - "asynckit@0.4.0": "npm:asynckit", - "asynckit@^0.4.0": "npm:asynckit", - "at-least-node@^1.0.0": "npm:at-least-node", - "autoprefixer@^10.4.9": "npm:autoprefixer", - "available-typed-arrays@^1.0.7": "npm:available-typed-arrays", - "aws-sign2@~0.7.0": "npm:aws-sign2", - "aws4@^1.8.0": "npm:aws4", - "axe-core@^4.10.0": "npm:axe-core", - "axios@1.1.3": "npm:axios@1.1.3", - "axios@1.16.0": "npm:axios@1.16.0", - "axios@^1.5.0": "npm:axios", - "axobject-query@^4.1.0": "npm:axobject-query", - "babel-jest@30.4.1": "npm:babel-jest", - "babel-loader@^9.1.2": "npm:babel-loader", - "babel-plugin-const-enum@^1.0.1": "npm:babel-plugin-const-enum", - "babel-plugin-istanbul@^7.0.1": "npm:babel-plugin-istanbul", - "babel-plugin-jest-hoist@30.4.0": "npm:babel-plugin-jest-hoist", - "babel-plugin-macros@^3.1.0": "npm:babel-plugin-macros", - "babel-plugin-polyfill-corejs2@^0.4.14": "npm:babel-plugin-polyfill-corejs2", - "babel-plugin-polyfill-corejs2@^0.4.15": "npm:babel-plugin-polyfill-corejs2", - "babel-plugin-polyfill-corejs3@^0.13.0": "npm:babel-plugin-polyfill-corejs3", - "babel-plugin-polyfill-corejs3@^0.14.0": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "babel-plugin-polyfill-regenerator@^0.6.5": "npm:babel-plugin-polyfill-regenerator", - "babel-plugin-polyfill-regenerator@^0.6.6": "npm:babel-plugin-polyfill-regenerator", - "babel-plugin-transform-typescript-metadata@^0.3.1": "npm:babel-plugin-transform-typescript-metadata", - "babel-preset-current-node-syntax@^1.2.0": "npm:babel-preset-current-node-syntax", - "babel-preset-jest@30.4.0": "npm:babel-preset-jest", - "balanced-match@4.0.3": "npm:balanced-match@4.0.3", - "balanced-match@^1.0.0": "npm:balanced-match", - "balanced-match@^4.0.2": "npm:balanced-match@4.0.4", - "base64-js@1.5.1": "npm:base64-js", - "base64-js@^1.0.2": "npm:base64-js", - "base64-js@^1.3.1": "npm:base64-js", - "baseline-browser-mapping@^2.10.12": "npm:baseline-browser-mapping", - "basic-auth@^2.0.1": "npm:basic-auth", - "batch@0.6.1": "npm:batch", - "bcrypt-pbkdf@^1.0.0": "npm:bcrypt-pbkdf", - "bidi-js@^1.0.3": "npm:bidi-js", - "big.js@^5.2.2": "npm:big.js", - "binary-extensions@^2.0.0": "npm:binary-extensions", - "bl@4.1.0": "npm:bl", - "bl@^4.0.3": "npm:bl", - "bl@^4.1.0": "npm:bl", - "blob-util@^2.0.2": "npm:blob-util", - "bluebird@^3.7.2": "npm:bluebird", - "body-parser@^2.2.1": "npm:body-parser@2.2.2", - "body-parser@~1.20.5": "npm:body-parser", - "bonjour-service@^1.2.1": "npm:bonjour-service", - "boolbase@^1.0.0": "npm:boolbase", - "bottleneck@^2.19.5": "npm:bottleneck", - "bowser@^2.11.0": "npm:bowser", - "brace-expansion@5.0.6": "npm:brace-expansion@5.0.6", - "brace-expansion@^5.0.5": "npm:brace-expansion@5.0.6", - "brace-expansion@^1.1.7": "npm:brace-expansion@1.1.15", - "brace-expansion@^2.0.1": "npm:brace-expansion", - "brace-expansion@^2.0.2": "npm:brace-expansion", - "braces@^3.0.3": "npm:braces", - "braces@~3.0.2": "npm:braces", - "browserslist@^4.0.0": "npm:browserslist", - "browserslist@^4.24.0": "npm:browserslist", - "browserslist@^4.26.0": "npm:browserslist", - "browserslist@^4.28.1": "npm:browserslist", - "browserslist@^4.28.2": "npm:browserslist", - "bs-logger@^0.2.6": "npm:bs-logger", - "bser@2.1.1": "npm:bser", - "buffer-equal-constant-time@^1.0.1": "npm:buffer-equal-constant-time", - "buffer-from@^1.0.0": "npm:buffer-from", - "buffer@4.9.2": "npm:buffer@4.9.2", - "buffer@5.7.1": "npm:buffer", - "buffer@^5.5.0": "npm:buffer", - "buffer@^5.7.1": "npm:buffer", - "buffer@^6.0.3": "npm:buffer@6.0.3", - "bundle-name@^4.1.0": "npm:bundle-name", - "busboy@^1.6.0": "npm:busboy", - "bytes@3.1.2": "npm:bytes", - "bytes@^3.1.2": "npm:bytes", - "bytes@~3.1.2": "npm:bytes", - "bytestreamjs@^2.0.1": "npm:bytestreamjs", - "cac@^6.7.14": "npm:cac", - "cachedir@^2.4.0": "npm:cachedir", - "call-bind-apply-helpers@1.0.2": "npm:call-bind-apply-helpers", - "call-bind-apply-helpers@^1.0.1": "npm:call-bind-apply-helpers", - "call-bind-apply-helpers@^1.0.2": "npm:call-bind-apply-helpers", - "call-bind@^1.0.7": "npm:call-bind", - "call-bind@^1.0.8": "npm:call-bind", - "call-bind@^1.0.9": "npm:call-bind", - "call-bound@^1.0.2": "npm:call-bound", - "call-bound@^1.0.3": "npm:call-bound", - "call-bound@^1.0.4": "npm:call-bound", - "callsites@^3.0.0": "npm:callsites", - "callsites@^3.1.0": "npm:callsites", - "camelcase@^5.3.1": "npm:camelcase@5.3.1", - "camelcase@^6.2.0": "npm:camelcase", - "camelcase@^6.3.0": "npm:camelcase", - "caniuse-api@^3.0.0": "npm:caniuse-api", - "caniuse-lite@^1.0.0": "npm:caniuse-lite", - "caniuse-lite@^1.0.30001782": "npm:caniuse-lite", - "caniuse-lite@^1.0.30001787": "npm:caniuse-lite", - "caseless@~0.12.0": "npm:caseless", - "chai@^4.3.7": "npm:chai", - "chalk@4.1.2": "npm:chalk", - "chalk@^4.0.0": "npm:chalk", - "chalk@^4.1.0": "npm:chalk", - "chalk@^4.1.1": "npm:chalk", - "chalk@^4.1.2": "npm:chalk", - "chalk@^5.3.0": "npm:chalk@5.6.2", - "chalk@^5.4.1": "npm:chalk@5.6.2", - "char-regex@^1.0.2": "npm:char-regex", - "chardet@^0.7.0": "npm:chardet", - "check-error@^1.0.3": "npm:check-error", - "chokidar@3.6.0": "npm:chokidar", - "chokidar@^3.5.3": "npm:chokidar", - "chokidar@^3.6.0": "npm:chokidar", - "chokidar@^4.0.1": "npm:chokidar@4.0.3", - "chokidar@^5.0.0": "npm:chokidar@5.0.0", - "chownr@^2.0.0": "npm:chownr", - "chrome-trace-event@^1.0.2": "npm:chrome-trace-event", - "ci-info@^4.1.0": "npm:ci-info", - "ci-info@^4.2.0": "npm:ci-info", - "cjs-module-lexer@^2.1.0": "npm:cjs-module-lexer", - "class-transformer@^0.5.1": "npm:class-transformer", - "class-validator@^0.15.1": "npm:class-validator", - "cli-cursor@3.1.0": "npm:cli-cursor", - "cli-cursor@^3.1.0": "npm:cli-cursor", - "cli-cursor@^5.0.0": "npm:cli-cursor@5.0.0", - "cli-spinners@2.6.1": "npm:cli-spinners@2.6.1", - "cli-spinners@^2.5.0": "npm:cli-spinners", - "cli-table3@0.6.1": "npm:cli-table3", - "cli-table3@0.6.5": "npm:cli-table3@0.6.5", - "cli-truncate@^4.0.0": "npm:cli-truncate", - "cli-width@^3.0.0": "npm:cli-width", - "cli-width@^4.1.0": "npm:cli-width@4.1.0", - "cliui@8.0.1": "npm:cliui", - "cliui@^8.0.1": "npm:cliui", - "clone@1.0.4": "npm:clone", - "clone@^1.0.2": "npm:clone", - "co@^4.6.0": "npm:co", - "collect-v8-coverage@^1.0.2": "npm:collect-v8-coverage", - "color-convert@2.0.1": "npm:color-convert", - "color-convert@^2.0.1": "npm:color-convert", - "color-name@1.1.4": "npm:color-name", - "color-name@~1.1.4": "npm:color-name", - "colorette@^2.0.10": "npm:colorette", - "colorette@^2.0.20": "npm:colorette", - "colorjs.io@^0.5.0": "npm:colorjs.io", - "colors@1.4.0": "npm:colors", - "columnify@^1.6.0": "npm:columnify", - "combined-stream@1.0.8": "npm:combined-stream", - "combined-stream@^1.0.8": "npm:combined-stream", - "combined-stream@~1.0.6": "npm:combined-stream", - "commander@11.1.0": "npm:commander", - "commander@^11.1.0": "npm:commander", - "commander@4.1.1": "npm:commander@4.1.1", - "commander@^13.1.0": "npm:commander@13.1.0", - "commander@^2.20.0": "npm:commander@2.20.3", - "commander@^6.2.1": "npm:commander@6.2.1", - "commander@^7.2.0": "npm:commander@7.2.0", - "comment-json@4.2.5": "npm:comment-json@4.2.5", - "comment-json@5.0.0": "npm:comment-json", - "common-path-prefix@^3.0.0": "npm:common-path-prefix", - "common-tags@^1.8.0": "npm:common-tags", - "commondir@^1.0.1": "npm:commondir", - "compressible@~2.0.18": "npm:compressible", - "compression@^1.8.1": "npm:compression", - "concat-map@0.0.1": "npm:concat-map", - "concat-stream@^2.0.0": "npm:concat-stream", - "concat-with-sourcemaps@^1.1.0": "npm:concat-with-sourcemaps", - "confbox@^0.1.8": "npm:confbox", - "confusing-browser-globals@^1.0.9": "npm:confusing-browser-globals", - "connect-history-api-fallback@^2.0.0": "npm:connect-history-api-fallback", - "consola@^2.15.0": "npm:consola", - "content-disposition@^1.0.0": "npm:content-disposition@1.1.0", - "content-disposition@~0.5.4": "npm:content-disposition", - "content-type@^1.0.5": "npm:content-type", - "content-type@~1.0.4": "npm:content-type", - "content-type@~1.0.5": "npm:content-type", - "content-type@^2.0.0": "npm:content-type@2.0.0", - "convert-source-map@^2.0.0": "npm:convert-source-map", - "cookie-signature@^1.2.1": "npm:cookie-signature@1.2.2", - "cookie-signature@~1.0.6": "npm:cookie-signature", - "cookie@^0.7.1": "npm:cookie", - "cookie@~0.7.1": "npm:cookie", - "cookie@^1.0.1": "npm:cookie@1.1.1", - "copy-anything@^2.0.1": "npm:copy-anything", - "copy-webpack-plugin@^14.0.0": "npm:copy-webpack-plugin", - "core-js-compat@^3.43.0": "npm:core-js-compat", - "core-js-compat@^3.48.0": "npm:core-js-compat", - "core-util-is@1.0.2": "npm:core-util-is@1.0.2", - "core-util-is@^1.0.3": "npm:core-util-is", - "core-util-is@~1.0.0": "npm:core-util-is", - "cors@2.8.6": "npm:cors", - "corser@^2.0.1": "npm:corser", - "cosmiconfig@^7.0.0": "npm:cosmiconfig@7.1.0", - "cosmiconfig@^8.1.3": "npm:cosmiconfig", - "cosmiconfig@^8.2.0": "npm:cosmiconfig", - "cosmiconfig@^9.0.0": "npm:cosmiconfig@9.0.1", - "create-require@^1.1.0": "npm:create-require", - "cron-parser@^4.2.0": "npm:cron-parser", - "cross-spawn@^7.0.0": "npm:cross-spawn", - "cross-spawn@^7.0.2": "npm:cross-spawn", - "cross-spawn@^7.0.3": "npm:cross-spawn", - "cross-spawn@^7.0.6": "npm:cross-spawn", - "css-declaration-sorter@^7.2.0": "npm:css-declaration-sorter", - "css-loader@^6.4.0": "npm:css-loader", - "css-minimizer-webpack-plugin@^8.0.0": "npm:css-minimizer-webpack-plugin", - "css-select@^5.1.0": "npm:css-select", - "css-tree@^2.3.1": "npm:css-tree@2.3.1", - "css-tree@^3.0.0": "npm:css-tree", - "css-tree@^3.0.1": "npm:css-tree", - "css-tree@^3.2.1": "npm:css-tree", - "css-tree@~2.2.0": "npm:css-tree@2.2.1", - "css-what@^6.1.0": "npm:css-what", - "cssesc@^3.0.0": "npm:cssesc", - "cssnano-preset-default@^7.0.17": "npm:cssnano-preset-default", - "cssnano-utils@^5.0.3": "npm:cssnano-utils", - "cssnano@^7.0.4": "npm:cssnano", - "csso@^5.0.5": "npm:csso", - "csstype@^3.2.2": "npm:csstype", - "cypress@^15.15.0": "npm:cypress", - "damerau-levenshtein@^1.0.8": "npm:damerau-levenshtein", - "dashdash@^1.12.0": "npm:dashdash", - "data-urls@^7.0.0": "npm:data-urls", - "data-view-buffer@^1.0.2": "npm:data-view-buffer", - "data-view-byte-length@^1.0.2": "npm:data-view-byte-length", - "data-view-byte-offset@^1.0.1": "npm:data-view-byte-offset", - "dayjs@^1.10.4": "npm:dayjs", - "dayjs@^1.11.20": "npm:dayjs", - "debug@2.6.9": "npm:debug@2.6.9", - "debug@4": "npm:debug", - "debug@^4.1.0": "npm:debug", - "debug@^4.1.1": "npm:debug", - "debug@^4.3.1": "npm:debug", - "debug@^4.3.2": "npm:debug", - "debug@^4.3.4": "npm:debug", - "debug@^4.3.6": "npm:debug", - "debug@^4.4.0": "npm:debug", - "debug@^4.4.3": "npm:debug", - "debug@^3.1.0": "npm:debug@3.2.7", - "debug@^3.2.7": "npm:debug@3.2.7", - "decimal.js@^10.6.0": "npm:decimal.js", - "dedent@^1.6.0": "npm:dedent", - "dedent@^1.7.2": "npm:dedent", - "deep-eql@^4.1.3": "npm:deep-eql", - "deep-is@^0.1.3": "npm:deep-is", - "deepmerge@^4.2.2": "npm:deepmerge", - "deepmerge@^4.3.1": "npm:deepmerge", - "default-browser-id@^5.0.0": "npm:default-browser-id", - "default-browser@^5.2.1": "npm:default-browser", - "defaults@1.0.4": "npm:defaults", - "defaults@^1.0.3": "npm:defaults", - "define-data-property@^1.0.1": "npm:define-data-property", - "define-data-property@^1.1.4": "npm:define-data-property", - "define-lazy-prop@2.0.0": "npm:define-lazy-prop", - "define-lazy-prop@^2.0.0": "npm:define-lazy-prop", - "define-lazy-prop@^3.0.0": "npm:define-lazy-prop@3.0.0", - "define-properties@^1.1.3": "npm:define-properties", - "define-properties@^1.2.1": "npm:define-properties", - "delayed-stream@1.0.0": "npm:delayed-stream", - "delayed-stream@~1.0.0": "npm:delayed-stream", - "depd@2.0.0": "npm:depd", - "depd@^2.0.0": "npm:depd", - "depd@~2.0.0": "npm:depd", - "depd@~1.1.2": "npm:depd@1.1.2", - "dequal@^2.0.3": "npm:dequal", - "destroy@1.2.0": "npm:destroy", - "destroy@~1.2.0": "npm:destroy", - "detect-libc@^2.0.3": "npm:detect-libc", - "detect-newline@^3.1.0": "npm:detect-newline", - "detect-node@^2.0.4": "npm:detect-node", - "detect-port@^2.1.0": "npm:detect-port", - "diff-sequences@^29.4.3": "npm:diff-sequences", - "diff@^4.0.1": "npm:diff", - "dir-glob@^3.0.1": "npm:dir-glob", - "dns-packet@^5.2.2": "npm:dns-packet", - "doctrine@^2.1.0": "npm:doctrine", - "doctrine@^3.0.0": "npm:doctrine@3.0.0", - "dom-accessibility-api@^0.5.9": "npm:dom-accessibility-api", - "dom-serializer@^2.0.0": "npm:dom-serializer", - "dom-walk@^0.1.0": "npm:dom-walk", - "domelementtype@^2.3.0": "npm:domelementtype", - "domhandler@^5.0.2": "npm:domhandler", - "domhandler@^5.0.3": "npm:domhandler", - "domutils@^3.0.1": "npm:domutils", - "dot-case@^3.0.4": "npm:dot-case", - "dotenv-expand@12.0.3": "npm:dotenv-expand", - "dotenv@16.4.7": "npm:dotenv@16.4.7", - "dotenv@17.4.1": "npm:dotenv@17.4.1", - "dotenv@^16.4.5": "npm:dotenv", - "dotenv@^16.6.1": "npm:dotenv", - "dotenv@~10.0.0": "npm:dotenv@10.0.0", - "dunder-proto@1.0.1": "npm:dunder-proto", - "dunder-proto@^1.0.0": "npm:dunder-proto", - "dunder-proto@^1.0.1": "npm:dunder-proto", - "eastasianwidth@^0.2.0": "npm:eastasianwidth", - "ecc-jsbn@~0.1.1": "npm:ecc-jsbn", - "ecdsa-sig-formatter@1.0.11": "npm:ecdsa-sig-formatter", - "ee-first@1.1.1": "npm:ee-first", - "ejs@5.0.1": "npm:ejs", - "electron-to-chromium@^1.5.328": "npm:electron-to-chromium", - "emittery@^0.13.1": "npm:emittery", - "emoji-regex@8.0.0": "npm:emoji-regex", - "emoji-regex@^8.0.0": "npm:emoji-regex", - "emoji-regex@^10.3.0": "npm:emoji-regex@10.6.0", - "emoji-regex@^9.2.2": "npm:emoji-regex@9.2.2", - "emojis-list@^3.0.0": "npm:emojis-list", - "encodeurl@^2.0.0": "npm:encodeurl", - "encodeurl@~2.0.0": "npm:encodeurl", - "encoding@0.1.13": "npm:encoding", - "end-of-stream@1.4.5": "npm:end-of-stream", - "end-of-stream@^1.1.0": "npm:end-of-stream", - "end-of-stream@^1.4.1": "npm:end-of-stream", - "enhanced-resolve@^5.0.0": "npm:enhanced-resolve", - "enhanced-resolve@^5.17.1": "npm:enhanced-resolve", - "enhanced-resolve@^5.22.0": "npm:enhanced-resolve", - "enhanced-resolve@^5.7.0": "npm:enhanced-resolve", - "enquirer@2.3.6": "npm:enquirer", - "enquirer@~2.3.6": "npm:enquirer", - "entities@^4.2.0": "npm:entities", - "entities@^4.4.0": "npm:entities", - "entities@^8.0.0": "npm:entities@8.0.0", - "env-paths@^2.2.1": "npm:env-paths", - "environment@^1.0.0": "npm:environment", - "errno@^0.1.1": "npm:errno", - "error-ex@^1.3.1": "npm:error-ex", - "es-abstract@^1.17.5": "npm:es-abstract", - "es-abstract@^1.23.2": "npm:es-abstract", - "es-abstract@^1.23.3": "npm:es-abstract", - "es-abstract@^1.23.5": "npm:es-abstract", - "es-abstract@^1.23.6": "npm:es-abstract", - "es-abstract@^1.23.9": "npm:es-abstract", - "es-abstract@^1.24.0": "npm:es-abstract", - "es-abstract@^1.24.2": "npm:es-abstract", - "es-define-property@1.0.1": "npm:es-define-property", - "es-define-property@^1.0.0": "npm:es-define-property", - "es-define-property@^1.0.1": "npm:es-define-property", - "es-errors@1.3.0": "npm:es-errors", - "es-errors@^1.3.0": "npm:es-errors", - "es-iterator-helpers@^1.2.1": "npm:es-iterator-helpers", - "es-module-lexer@^1.2.1": "npm:es-module-lexer@1.7.0", - "es-module-lexer@^2.1.0": "npm:es-module-lexer", - "es-object-atoms@1.1.1": "npm:es-object-atoms@1.1.1", - "es-object-atoms@^1.0.0": "npm:es-object-atoms", - "es-object-atoms@^1.1.1": "npm:es-object-atoms", - "es-set-tostringtag@2.1.0": "npm:es-set-tostringtag", - "es-set-tostringtag@^2.1.0": "npm:es-set-tostringtag", - "es-shim-unscopables@^1.0.2": "npm:es-shim-unscopables", - "es-shim-unscopables@^1.1.0": "npm:es-shim-unscopables", - "es-to-primitive@^1.3.0": "npm:es-to-primitive", - "esbuild@^0.18.10": "npm:esbuild", - "escalade@3.2.0": "npm:escalade", - "escalade@^3.1.1": "npm:escalade", - "escalade@^3.2.0": "npm:escalade", - "escape-html@^1.0.3": "npm:escape-html", - "escape-html@~1.0.3": "npm:escape-html", - "escape-string-regexp@1.0.5": "npm:escape-string-regexp", - "escape-string-regexp@^1.0.5": "npm:escape-string-regexp", - "escape-string-regexp@^2.0.0": "npm:escape-string-regexp@2.0.0", - "escape-string-regexp@^4.0.0": "npm:escape-string-regexp@4.0.0", - "eslint-config-prettier@^10.1.8": "npm:eslint-config-prettier", - "eslint-import-resolver-node@^0.3.9": "npm:eslint-import-resolver-node", - "eslint-module-utils@^2.12.1": "npm:eslint-module-utils", - "eslint-plugin-cypress@^2.13.4": "npm:eslint-plugin-cypress", - "eslint-plugin-import@^2.27.5": "npm:eslint-plugin-import", - "eslint-plugin-jsx-a11y@^6.7.1": "npm:eslint-plugin-jsx-a11y", - "eslint-plugin-react-hooks@^4.6.0": "npm:eslint-plugin-react-hooks", - "eslint-plugin-react@^7.37.5": "npm:eslint-plugin-react", - "eslint-scope@5.1.1": "npm:eslint-scope", - "eslint-scope@^7.2.2": "npm:eslint-scope@7.2.2", - "eslint-visitor-keys@^3.0.0": "npm:eslint-visitor-keys", - "eslint-visitor-keys@^3.4.1": "npm:eslint-visitor-keys", - "eslint-visitor-keys@^3.4.3": "npm:eslint-visitor-keys", - "eslint-visitor-keys@^4.2.1": "npm:eslint-visitor-keys@4.2.1", - "eslint-visitor-keys@^5.0.0": "npm:eslint-visitor-keys@5.0.1", - "eslint@8.57.1": "npm:eslint", - "espree@^10.0.1": "npm:espree@10.4.0", - "espree@^9.0.0": "npm:espree", - "espree@^9.6.0": "npm:espree", - "espree@^9.6.1": "npm:espree", - "esprima@^4.0.0": "npm:esprima", - "esprima@^4.0.1": "npm:esprima", - "esquery@^1.4.2": "npm:esquery", - "esquery@^1.7.0": "npm:esquery", - "esrecurse@^4.3.0": "npm:esrecurse", - "estraverse@^4.1.1": "npm:estraverse@4.3.0", - "estraverse@^5.1.0": "npm:estraverse", - "estraverse@^5.2.0": "npm:estraverse", - "estraverse@^5.3.0": "npm:estraverse", - "estree-walker@^2.0.1": "npm:estree-walker", - "estree-walker@^2.0.2": "npm:estree-walker", - "esutils@^2.0.2": "npm:esutils", - "etag@^1.8.1": "npm:etag", - "etag@~1.8.1": "npm:etag", - "eventemitter2@6.4.7": "npm:eventemitter2", - "eventemitter3@^4.0.0": "npm:eventemitter3", - "eventemitter3@^5.0.1": "npm:eventemitter3@5.0.4", - "events@^3.2.0": "npm:events", - "execa@4.1.0": "npm:execa", - "execa@^5.1.1": "npm:execa@5.1.1", - "execa@^8.0.1": "npm:execa@8.0.1", - "executable@^4.1.1": "npm:executable", - "exit-x@^0.2.2": "npm:exit-x", - "expand-tilde@^2.0.0": "npm:expand-tilde", - "expand-tilde@^2.0.2": "npm:expand-tilde", - "expect@30.4.1": "npm:expect", - "expect@^30.0.0": "npm:expect", - "express@5.2.1": "npm:express@5.2.1", - "express@^4.21.2": "npm:express", - "express@^4.22.1": "npm:express", - "extend@~3.0.2": "npm:extend", - "external-editor@^3.0.3": "npm:external-editor", - "external-editor@^3.1.0": "npm:external-editor", - "extsprintf@1.3.0": "npm:extsprintf", - "extsprintf@^1.2.0": "npm:extsprintf@1.4.1", - "fast-base64-decode@^1.0.0": "npm:fast-base64-decode", - "fast-deep-equal@^3.1.1": "npm:fast-deep-equal", - "fast-deep-equal@^3.1.3": "npm:fast-deep-equal", - "fast-glob@^3.2.12": "npm:fast-glob", - "fast-glob@^3.2.9": "npm:fast-glob", - "fast-json-stable-stringify@2.x": "npm:fast-json-stable-stringify", - "fast-json-stable-stringify@^2.0.0": "npm:fast-json-stable-stringify", - "fast-json-stable-stringify@^2.1.0": "npm:fast-json-stable-stringify", - "fast-levenshtein@^2.0.6": "npm:fast-levenshtein", - "fast-safe-stringify@2.1.1": "npm:fast-safe-stringify", - "fast-uri@^3.0.1": "npm:fast-uri", - "fast-xml-builder@^1.1.7": "npm:fast-xml-builder", - "fast-xml-parser@5.7.3": "npm:fast-xml-parser", - "fastq@^1.6.0": "npm:fastq", - "faye-websocket@^0.11.3": "npm:faye-websocket", - "fb-watchman@^2.0.2": "npm:fb-watchman", - "fdir@^6.5.0": "npm:fdir", - "fflate@^0.8.0": "npm:fflate", - "fflate@^0.8.2": "npm:fflate", - "figures@3.2.0": "npm:figures", - "figures@^3.0.0": "npm:figures", - "figures@^3.2.0": "npm:figures", - "file-entry-cache@^6.0.1": "npm:file-entry-cache", - "file-type@20.4.1": "npm:file-type", - "fill-range@^7.1.1": "npm:fill-range", - "finalhandler@^2.1.0": "npm:finalhandler@2.1.1", - "finalhandler@~1.3.1": "npm:finalhandler", - "find-cache-dir@^3.3.2": "npm:find-cache-dir@3.3.2", - "find-cache-dir@^4.0.0": "npm:find-cache-dir", - "find-file-up@^2.0.1": "npm:find-file-up", - "find-pkg@2.0.0": "npm:find-pkg", - "find-up@^4.0.0": "npm:find-up", - "find-up@^4.1.0": "npm:find-up", - "find-up@^5.0.0": "npm:find-up@5.0.0", - "find-up@^6.3.0": "npm:find-up@6.3.0", - "flat-cache@^3.0.4": "npm:flat-cache", - "flat@5.0.2": "npm:flat", - "flatted@^3.2.7": "npm:flatted", - "flatted@^3.2.9": "npm:flatted", - "follow-redirects@1.16.0": "npm:follow-redirects", - "follow-redirects@^1.0.0": "npm:follow-redirects", - "follow-redirects@^1.15.0": "npm:follow-redirects", - "follow-redirects@^1.16.0": "npm:follow-redirects", - "for-each@^0.3.3": "npm:for-each", - "for-each@^0.3.5": "npm:for-each", - "foreground-child@^3.1.0": "npm:foreground-child", - "forever-agent@~0.6.1": "npm:forever-agent", - "fork-ts-checker-webpack-plugin@9.0.2": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "fork-ts-checker-webpack-plugin@9.1.0": "npm:fork-ts-checker-webpack-plugin", - "form-data@4.0.5": "npm:form-data", - "form-data@^4.0.0": "npm:form-data", - "form-data@^4.0.5": "npm:form-data", - "form-data@~4.0.4": "npm:form-data", - "forwarded@0.2.0": "npm:forwarded", - "fraction.js@^5.3.4": "npm:fraction.js", - "fresh@^2.0.0": "npm:fresh@2.0.0", - "fresh@~0.5.2": "npm:fresh", - "fs-constants@1.0.0": "npm:fs-constants", - "fs-constants@^1.0.0": "npm:fs-constants", - "fs-extra@^10.0.0": "npm:fs-extra", - "fs-extra@^11.1.0": "npm:fs-extra@11.3.5", - "fs-extra@^9.1.0": "npm:fs-extra@9.1.0", - "fs-minipass@^2.0.0": "npm:fs-minipass", - "fs-monkey@^1.0.4": "npm:fs-monkey", - "fs.realpath@^1.0.0": "npm:fs.realpath", - "fsevents@^2.3.3": "npm:fsevents", - "fsevents@~2.3.2": "npm:fsevents", - "function-bind@1.1.2": "npm:function-bind", - "function-bind@^1.1.2": "npm:function-bind", - "function.prototype.name@^1.1.6": "npm:function.prototype.name", - "function.prototype.name@^1.1.8": "npm:function.prototype.name", - "functions-have-names@^1.2.3": "npm:functions-have-names", - "generator-function@^2.0.0": "npm:generator-function", - "generic-names@^4.0.0": "npm:generic-names", - "gensync@^1.0.0-beta.2": "npm:gensync", - "get-caller-file@2.0.5": "npm:get-caller-file", - "get-caller-file@^2.0.5": "npm:get-caller-file", - "get-east-asian-width@^1.0.0": "npm:get-east-asian-width", - "get-east-asian-width@^1.3.1": "npm:get-east-asian-width", - "get-func-name@^2.0.1": "npm:get-func-name", - "get-func-name@^2.0.2": "npm:get-func-name", - "get-intrinsic@1.3.0": "npm:get-intrinsic", - "get-intrinsic@^1.2.4": "npm:get-intrinsic", - "get-intrinsic@^1.2.5": "npm:get-intrinsic", - "get-intrinsic@^1.2.6": "npm:get-intrinsic", - "get-intrinsic@^1.2.7": "npm:get-intrinsic", - "get-intrinsic@^1.3.0": "npm:get-intrinsic", - "get-package-type@^0.1.0": "npm:get-package-type", - "get-proto@1.0.1": "npm:get-proto", - "get-proto@^1.0.0": "npm:get-proto", - "get-proto@^1.0.1": "npm:get-proto", - "get-stream@^5.0.0": "npm:get-stream", - "get-stream@^6.0.0": "npm:get-stream@6.0.1", - "get-stream@^8.0.1": "npm:get-stream@8.0.1", - "get-symbol-description@^1.1.0": "npm:get-symbol-description", - "getpass@^0.1.1": "npm:getpass", - "glob-parent@^5.1.2": "npm:glob-parent", - "glob-parent@~5.1.2": "npm:glob-parent", - "glob-parent@^6.0.1": "npm:glob-parent@6.0.2", - "glob-parent@^6.0.2": "npm:glob-parent@6.0.2", - "glob-to-regex.js@^1.0.0": "npm:glob-to-regex.js", - "glob-to-regex.js@^1.0.1": "npm:glob-to-regex.js", - "glob-to-regexp@^0.4.1": "npm:glob-to-regexp", - "glob@10.4.5": "npm:glob@10.4.5", - "glob@^10.5.0": "npm:glob", - "glob@^7.1.3": "npm:glob@7.2.3", - "glob@^7.1.4": "npm:glob@7.2.3", - "glob@^8.0.3": "npm:glob@8.1.0", - "global-dirs@^3.0.0": "npm:global-dirs", - "global-modules@^1.0.0": "npm:global-modules", - "global-prefix@^1.0.1": "npm:global-prefix", - "global@^4.4.0": "npm:global", - "globals@^13.19.0": "npm:globals", - "globals@^13.20.0": "npm:globals", - "globals@^14.0.0": "npm:globals@14.0.0", - "globals@^17.0.0": "npm:globals@17.6.0", - "globalthis@^1.0.4": "npm:globalthis", - "globby@^11.1.0": "npm:globby", - "gopd@1.2.0": "npm:gopd", - "gopd@^1.0.1": "npm:gopd", - "gopd@^1.2.0": "npm:gopd", - "graceful-fs@^4.1.2": "npm:graceful-fs", - "graceful-fs@^4.1.6": "npm:graceful-fs", - "graceful-fs@^4.2.0": "npm:graceful-fs", - "graceful-fs@^4.2.11": "npm:graceful-fs", - "graceful-fs@^4.2.4": "npm:graceful-fs", - "graceful-fs@^4.2.6": "npm:graceful-fs", - "graphemer@^1.4.0": "npm:graphemer", - "handle-thing@^2.0.0": "npm:handle-thing", - "handlebars@^4.7.9": "npm:handlebars", - "harmony-reflect@^1.4.6": "npm:harmony-reflect", - "has-bigints@^1.0.2": "npm:has-bigints", - "has-flag@4.0.0": "npm:has-flag", - "has-flag@^4.0.0": "npm:has-flag", - "has-own-prop@^2.0.0": "npm:has-own-prop", - "has-property-descriptors@^1.0.0": "npm:has-property-descriptors", - "has-property-descriptors@^1.0.2": "npm:has-property-descriptors", - "has-proto@^1.2.0": "npm:has-proto", - "has-symbols@1.1.0": "npm:has-symbols", - "has-symbols@^1.0.3": "npm:has-symbols", - "has-symbols@^1.1.0": "npm:has-symbols", - "has-tostringtag@1.0.2": "npm:has-tostringtag", - "has-tostringtag@^1.0.2": "npm:has-tostringtag", - "hasha@5.2.2": "npm:hasha", - "hasown@2.0.2": "npm:hasown@2.0.2", - "hasown@^2.0.2": "npm:hasown", - "hasown@^2.0.3": "npm:hasown", - "he@^1.2.0": "npm:he", - "homedir-polyfill@^1.0.1": "npm:homedir-polyfill", - "hpack.js@^2.1.6": "npm:hpack.js", - "html-encoding-sniffer@^3.0.0": "npm:html-encoding-sniffer@3.0.0", - "html-encoding-sniffer@^6.0.0": "npm:html-encoding-sniffer", - "html-escaper@^2.0.0": "npm:html-escaper", - "http-deceiver@^1.2.7": "npm:http-deceiver", - "http-errors@^2.0.0": "npm:http-errors", - "http-errors@^2.0.1": "npm:http-errors", - "http-errors@~2.0.0": "npm:http-errors", - "http-errors@~2.0.1": "npm:http-errors", - "http-errors@~1.8.0": "npm:http-errors@1.8.1", - "http-parser-js@>=0.5.1": "npm:http-parser-js", - "http-proxy-middleware@^2.0.9": "npm:http-proxy-middleware@2.0.9", - "http-proxy-middleware@^3.0.5": "npm:http-proxy-middleware", - "http-proxy@^1.18.1": "npm:http-proxy", - "http-server@^14.1.0": "npm:http-server", - "http-signature@~1.4.0": "npm:http-signature", - "https-proxy-agent@^5.0.1": "npm:https-proxy-agent", - "human-signals@^1.1.1": "npm:human-signals", - "human-signals@^2.1.0": "npm:human-signals@2.1.0", - "human-signals@^5.0.0": "npm:human-signals@5.0.0", - "husky@^8.0.3": "npm:husky", - "hyperdyperid@^1.2.0": "npm:hyperdyperid", - "iconv-lite@0.6.3": "npm:iconv-lite", - "iconv-lite@^0.6.2": "npm:iconv-lite", - "iconv-lite@^0.6.3": "npm:iconv-lite", - "iconv-lite@^0.4.24": "npm:iconv-lite@0.4.24", - "iconv-lite@~0.4.24": "npm:iconv-lite@0.4.24", - "iconv-lite@^0.7.0": "npm:iconv-lite@0.7.2", - "iconv-lite@~0.7.0": "npm:iconv-lite@0.7.2", - "icss-utils@^5.0.0": "npm:icss-utils", - "icss-utils@^5.1.0": "npm:icss-utils", - "identity-obj-proxy@3.0.0": "npm:identity-obj-proxy", - "ieee754@1.2.1": "npm:ieee754", - "ieee754@^1.1.13": "npm:ieee754", - "ieee754@^1.1.4": "npm:ieee754", - "ieee754@^1.2.1": "npm:ieee754", - "ignore@7.0.5": "npm:ignore@7.0.5", - "ignore@^7.0.5": "npm:ignore@7.0.5", - "ignore@^5.2.0": "npm:ignore", - "ignore@^5.2.4": "npm:ignore", - "image-size@~0.5.0": "npm:image-size", - "immutable@^5.1.5": "npm:immutable", - "import-fresh@^3.2.1": "npm:import-fresh", - "import-fresh@^3.3.0": "npm:import-fresh", - "import-local@^3.2.0": "npm:import-local", - "imurmurhash@^0.1.4": "npm:imurmurhash", - "inflight@^1.0.4": "npm:inflight", - "inherits@2": "npm:inherits", - "inherits@2.0.4": "npm:inherits", - "inherits@^2.0.1": "npm:inherits", - "inherits@^2.0.3": "npm:inherits", - "inherits@^2.0.4": "npm:inherits", - "inherits@~2.0.3": "npm:inherits", - "inherits@~2.0.4": "npm:inherits", - "ini@2.0.0": "npm:ini", - "ini@^1.3.4": "npm:ini@1.3.8", - "inquirer@8.2.6": "npm:inquirer", - "inquirer@9.2.15": "npm:inquirer@9.2.15", - "internal-slot@^1.1.0": "npm:internal-slot", - "ipaddr.js@1.9.1": "npm:ipaddr.js", - "ipaddr.js@^2.1.0": "npm:ipaddr.js@2.4.0", - "is-array-buffer@^3.0.4": "npm:is-array-buffer", - "is-array-buffer@^3.0.5": "npm:is-array-buffer", - "is-arrayish@^0.2.1": "npm:is-arrayish", - "is-async-function@^2.0.0": "npm:is-async-function", - "is-bigint@^1.1.0": "npm:is-bigint", - "is-binary-path@~2.1.0": "npm:is-binary-path", - "is-boolean-object@^1.2.1": "npm:is-boolean-object", - "is-callable@^1.2.7": "npm:is-callable", - "is-core-module@^2.13.0": "npm:is-core-module", - "is-core-module@^2.16.1": "npm:is-core-module", - "is-core-module@^2.16.2": "npm:is-core-module", - "is-data-view@^1.0.1": "npm:is-data-view", - "is-data-view@^1.0.2": "npm:is-data-view", - "is-date-object@^1.0.5": "npm:is-date-object", - "is-date-object@^1.1.0": "npm:is-date-object", - "is-docker@2.2.1": "npm:is-docker", - "is-docker@^2.0.0": "npm:is-docker", - "is-docker@^2.1.1": "npm:is-docker", - "is-docker@^3.0.0": "npm:is-docker@3.0.0", - "is-extglob@^2.1.1": "npm:is-extglob", - "is-finalizationregistry@^1.1.0": "npm:is-finalizationregistry", - "is-fullwidth-code-point@3.0.0": "npm:is-fullwidth-code-point", - "is-fullwidth-code-point@^3.0.0": "npm:is-fullwidth-code-point", - "is-fullwidth-code-point@^4.0.0": "npm:is-fullwidth-code-point@4.0.0", - "is-fullwidth-code-point@^5.0.0": "npm:is-fullwidth-code-point@5.1.0", - "is-generator-fn@^2.1.0": "npm:is-generator-fn", - "is-generator-function@^1.0.10": "npm:is-generator-function", - "is-glob@^4.0.0": "npm:is-glob", - "is-glob@^4.0.1": "npm:is-glob", - "is-glob@^4.0.3": "npm:is-glob", - "is-glob@~4.0.1": "npm:is-glob", - "is-inside-container@^1.0.0": "npm:is-inside-container", - "is-installed-globally@~0.4.0": "npm:is-installed-globally", - "is-interactive@1.0.0": "npm:is-interactive", - "is-interactive@^1.0.0": "npm:is-interactive", - "is-map@^2.0.3": "npm:is-map", - "is-module@^1.0.0": "npm:is-module", - "is-negative-zero@^2.0.3": "npm:is-negative-zero", - "is-network-error@^1.0.0": "npm:is-network-error", - "is-number-object@^1.1.1": "npm:is-number-object", - "is-number@^7.0.0": "npm:is-number", - "is-path-inside@^3.0.2": "npm:is-path-inside", - "is-path-inside@^3.0.3": "npm:is-path-inside", - "is-plain-obj@^3.0.0": "npm:is-plain-obj", - "is-plain-object@^5.0.0": "npm:is-plain-object", - "is-potential-custom-element-name@^1.0.1": "npm:is-potential-custom-element-name", - "is-promise@^4.0.0": "npm:is-promise", - "is-reference@1.2.1": "npm:is-reference", - "is-regex@^1.2.1": "npm:is-regex", - "is-set@^2.0.3": "npm:is-set", - "is-shared-array-buffer@^1.0.4": "npm:is-shared-array-buffer", - "is-stream@^2.0.0": "npm:is-stream", - "is-stream@^3.0.0": "npm:is-stream@3.0.0", - "is-string@^1.1.1": "npm:is-string", - "is-symbol@^1.0.4": "npm:is-symbol", - "is-symbol@^1.1.1": "npm:is-symbol", - "is-typed-array@^1.1.13": "npm:is-typed-array", - "is-typed-array@^1.1.14": "npm:is-typed-array", - "is-typed-array@^1.1.15": "npm:is-typed-array", - "is-typedarray@~1.0.0": "npm:is-typedarray", - "is-unicode-supported@0.1.0": "npm:is-unicode-supported", - "is-unicode-supported@^0.1.0": "npm:is-unicode-supported", - "is-weakmap@^2.0.2": "npm:is-weakmap", - "is-weakref@^1.0.2": "npm:is-weakref", - "is-weakref@^1.1.1": "npm:is-weakref", - "is-weakset@^2.0.3": "npm:is-weakset", - "is-what@^3.14.1": "npm:is-what", - "is-windows@^1.0.1": "npm:is-windows", - "is-wsl@2.2.0": "npm:is-wsl", - "is-wsl@^2.2.0": "npm:is-wsl", - "is-wsl@^3.1.0": "npm:is-wsl@3.1.1", - "isarray@^1.0.0": "npm:isarray@1.0.0", - "isarray@~1.0.0": "npm:isarray@1.0.0", - "isarray@^2.0.5": "npm:isarray", - "isexe@^2.0.0": "npm:isexe", - "isomorphic-unfetch@^3.0.0": "npm:isomorphic-unfetch", - "isomorphic-ws@5.0.0": "npm:isomorphic-ws", - "isstream@~0.1.2": "npm:isstream", - "istanbul-lib-coverage@^3.0.0": "npm:istanbul-lib-coverage", - "istanbul-lib-coverage@^3.2.0": "npm:istanbul-lib-coverage", - "istanbul-lib-instrument@^6.0.0": "npm:istanbul-lib-instrument", - "istanbul-lib-instrument@^6.0.2": "npm:istanbul-lib-instrument", - "istanbul-lib-report@^3.0.0": "npm:istanbul-lib-report", - "istanbul-lib-source-maps@^5.0.0": "npm:istanbul-lib-source-maps", - "istanbul-reports@^3.1.3": "npm:istanbul-reports", - "iterare@1.2.1": "npm:iterare", - "iterator.prototype@^1.1.5": "npm:iterator.prototype", - "jackspeak@^3.1.2": "npm:jackspeak", - "jest-changed-files@30.4.1": "npm:jest-changed-files", - "jest-circus@30.4.2": "npm:jest-circus", - "jest-cli@30.4.2": "npm:jest-cli", - "jest-config@30.4.2": "npm:jest-config", - "jest-config@^30.0.2": "npm:jest-config", - "jest-diff@30.4.1": "npm:jest-diff", - "jest-docblock@30.4.0": "npm:jest-docblock", - "jest-each@30.4.1": "npm:jest-each", - "jest-environment-node@30.4.1": "npm:jest-environment-node", - "jest-haste-map@30.4.1": "npm:jest-haste-map", - "jest-leak-detector@30.4.1": "npm:jest-leak-detector", - "jest-matcher-utils@30.4.1": "npm:jest-matcher-utils", - "jest-message-util@30.4.1": "npm:jest-message-util", - "jest-mock@30.4.1": "npm:jest-mock", - "jest-pnp-resolver@^1.2.3": "npm:jest-pnp-resolver", - "jest-regex-util@30.4.0": "npm:jest-regex-util", - "jest-resolve-dependencies@30.4.2": "npm:jest-resolve-dependencies", - "jest-resolve@30.4.1": "npm:jest-resolve", - "jest-resolve@^30.0.2": "npm:jest-resolve", - "jest-runner@30.4.2": "npm:jest-runner", - "jest-runtime@30.4.2": "npm:jest-runtime", - "jest-snapshot@30.4.1": "npm:jest-snapshot", - "jest-util@30.4.1": "npm:jest-util", - "jest-util@^30.0.2": "npm:jest-util", - "jest-validate@30.4.1": "npm:jest-validate", - "jest-watcher@30.4.1": "npm:jest-watcher", - "jest-worker@30.4.1": "npm:jest-worker", - "jest-worker@^30.0.5": "npm:jest-worker", - "jest-worker@^27.4.5": "npm:jest-worker@27.5.1", - "jest@^30.3.0": "npm:jest", - "jiti@2.4.2": "npm:jiti@2.4.2", - "jiti@^2.5.1": "npm:jiti", - "jose@^6.1.3": "npm:jose", - "js-cookie@^2.2.1": "npm:js-cookie", - "js-tokens@^3.0.0 || ^4.0.0": "npm:js-tokens", - "js-tokens@^4.0.0": "npm:js-tokens", - "js-yaml@4.1.0": "npm:js-yaml@4.1.0", - "js-yaml@^3.13.1": "npm:js-yaml@3.14.2", - "js-yaml@^4.1.0": "npm:js-yaml", - "js-yaml@^4.1.1": "npm:js-yaml", - "jsbn@~0.1.0": "npm:jsbn", - "jsdom@^29.1.1": "npm:jsdom", - "jsesc@^3.0.2": "npm:jsesc", - "jsesc@~3.1.0": "npm:jsesc", - "json-buffer@3.0.1": "npm:json-buffer", - "json-parse-even-better-errors@^2.3.0": "npm:json-parse-even-better-errors", - "json-parse-even-better-errors@^2.3.1": "npm:json-parse-even-better-errors", - "json-schema-traverse@^0.4.1": "npm:json-schema-traverse@0.4.1", - "json-schema-traverse@^1.0.0": "npm:json-schema-traverse", - "json-schema@0.4.0": "npm:json-schema", - "json-stable-stringify-without-jsonify@^1.0.1": "npm:json-stable-stringify-without-jsonify", - "json-stringify-safe@~5.0.1": "npm:json-stringify-safe", - "json5@2.2.3": "npm:json5", - "json5@^2.1.2": "npm:json5", - "json5@^2.2.2": "npm:json5", - "json5@^2.2.3": "npm:json5", - "json5@^1.0.2": "npm:json5@1.0.2", - "jsonc-eslint-parser@^2.1.0": "npm:jsonc-eslint-parser", - "jsonc-parser@3.2.0": "npm:jsonc-parser@3.2.0", - "jsonc-parser@3.2.1": "npm:jsonc-parser@3.2.1", - "jsonc-parser@3.3.1": "npm:jsonc-parser", - "jsonfile@^6.0.1": "npm:jsonfile", - "jsonwebtoken@^9.0.0": "npm:jsonwebtoken", - "jsprim@^2.0.2": "npm:jsprim", - "jsx-ast-utils@^2.4.1 || ^3.0.0": "npm:jsx-ast-utils", - "jsx-ast-utils@^3.3.5": "npm:jsx-ast-utils", - "jwa@^2.0.1": "npm:jwa", - "jwks-rsa@^4.0.1": "npm:jwks-rsa", - "jws@^4.0.1": "npm:jws", - "keyv@^4.5.3": "npm:keyv", - "language-subtag-registry@^0.3.20": "npm:language-subtag-registry", - "language-tags@^1.0.9": "npm:language-tags", - "launch-editor@^2.6.1": "npm:launch-editor", - "less-loader@^12.2.0": "npm:less-loader", - "less@>=4.1.3 <4.6.0": "npm:less", - "leven@^3.1.0": "npm:leven", - "levn@^0.4.1": "npm:levn", - "libphonenumber-js@^1.11.1": "npm:libphonenumber-js", - "license-webpack-plugin@^4.0.2": "npm:license-webpack-plugin", - "lilconfig@^3.1.3": "npm:lilconfig", - "limiter@^1.1.5": "npm:limiter", - "lines-and-columns@2.0.3": "npm:lines-and-columns", - "lines-and-columns@^1.1.6": "npm:lines-and-columns@1.2.4", - "lint-staged@^15.0.0": "npm:lint-staged", - "listr2@8": "npm:listr2", - "listr2@^8.2.5": "npm:listr2", - "listr2@^9.0.5": "npm:listr2", - "loader-runner@^4.2.0": "npm:loader-runner", - "loader-runner@^4.3.2": "npm:loader-runner", - "loader-utils@^2.0.3": "npm:loader-utils", - "loader-utils@^3.2.0": "npm:loader-utils@3.3.1", - "local-pkg@^0.4.3": "npm:local-pkg", - "locate-path@^5.0.0": "npm:locate-path", - "locate-path@^6.0.0": "npm:locate-path@6.0.0", - "locate-path@^7.1.0": "npm:locate-path@7.2.0", - "lodash.camelcase@^4.3.0": "npm:lodash.camelcase", - "lodash.clonedeep@^4.5.0": "npm:lodash.clonedeep", - "lodash.debounce@^4.0.8": "npm:lodash.debounce", - "lodash.includes@^4.3.0": "npm:lodash.includes", - "lodash.isboolean@^3.0.3": "npm:lodash.isboolean", - "lodash.isinteger@^4.0.4": "npm:lodash.isinteger", - "lodash.isnumber@^3.0.3": "npm:lodash.isnumber", - "lodash.isplainobject@^4.0.6": "npm:lodash.isplainobject", - "lodash.isstring@^4.0.1": "npm:lodash.isstring", - "lodash.memoize@^4.1.2": "npm:lodash.memoize", - "lodash.merge@^4.6.2": "npm:lodash.merge", - "lodash.once@^4.0.0": "npm:lodash.once", - "lodash.once@^4.1.1": "npm:lodash.once", - "lodash.uniq@^4.5.0": "npm:lodash.uniq", - "lodash@4.17.21": "npm:lodash@4.17.21", - "lodash@4.18.1": "npm:lodash", - "lodash@^4.17.21": "npm:lodash", - "lodash@^4.17.23": "npm:lodash", - "log-symbols@4.1.0": "npm:log-symbols", - "log-symbols@^4.0.0": "npm:log-symbols", - "log-symbols@^4.1.0": "npm:log-symbols", - "log-update@^6.1.0": "npm:log-update", - "long-timeout@0.1.1": "npm:long-timeout", - "loose-envify@^1.1.0": "npm:loose-envify", - "loose-envify@^1.4.0": "npm:loose-envify", - "loupe@^2.3.6": "npm:loupe", - "lower-case@^2.0.2": "npm:lower-case", - "lru-cache@^10.2.0": "npm:lru-cache@10.4.3", - "lru-cache@^11.0.1": "npm:lru-cache", - "lru-cache@^11.3.5": "npm:lru-cache", - "lru-cache@^5.1.1": "npm:lru-cache@5.1.1", - "lru-memoizer@^3.0.0": "npm:lru-memoizer", - "luxon@^3.2.1": "npm:luxon", - "lz-string@^1.5.0": "npm:lz-string", - "magic-string@0.30.17": "npm:magic-string@0.30.17", - "magic-string@0.30.8": "npm:magic-string@0.30.8", - "magic-string@^0.30.0": "npm:magic-string", - "magic-string@^0.30.3": "npm:magic-string", - "make-dir@^2.1.0": "npm:make-dir", - "make-dir@^3.0.2": "npm:make-dir@3.1.0", - "make-dir@^4.0.0": "npm:make-dir@4.0.0", - "make-error@^1.1.1": "npm:make-error", - "make-error@^1.3.6": "npm:make-error", - "makeerror@1.0.12": "npm:makeerror", - "math-intrinsics@1.1.0": "npm:math-intrinsics", - "math-intrinsics@^1.1.0": "npm:math-intrinsics", - "mdn-data@2.0.28": "npm:mdn-data@2.0.28", - "mdn-data@2.0.30": "npm:mdn-data@2.0.30", - "mdn-data@2.27.1": "npm:mdn-data", - "media-typer@0.3.0": "npm:media-typer", - "media-typer@^1.1.0": "npm:media-typer@1.1.0", - "memfs@^3.4.1": "npm:memfs", - "memfs@^4.43.1": "npm:memfs@4.57.6", - "merge-descriptors@1.0.3": "npm:merge-descriptors", - "merge-descriptors@^2.0.0": "npm:merge-descriptors@2.0.0", - "merge-stream@^2.0.0": "npm:merge-stream", - "merge2@^1.3.0": "npm:merge2", - "merge2@^1.4.1": "npm:merge2", - "methods@~1.1.2": "npm:methods", - "micromatch@^4.0.0": "npm:micromatch", - "micromatch@^4.0.2": "npm:micromatch", - "micromatch@^4.0.8": "npm:micromatch", - "mime-db@1.52.0": "npm:mime-db@1.52.0", - "mime-db@>= 1.43.0 < 2": "npm:mime-db", - "mime-db@^1.54.0": "npm:mime-db", - "mime-types@2.1.35": "npm:mime-types", - "mime-types@^2.1.12": "npm:mime-types", - "mime-types@^2.1.27": "npm:mime-types", - "mime-types@~2.1.19": "npm:mime-types", - "mime-types@~2.1.24": "npm:mime-types", - "mime-types@~2.1.34": "npm:mime-types", - "mime-types@~2.1.35": "npm:mime-types", - "mime-types@^3.0.0": "npm:mime-types@3.0.2", - "mime-types@^3.0.1": "npm:mime-types@3.0.2", - "mime-types@^3.0.2": "npm:mime-types@3.0.2", - "mime@1.6.0": "npm:mime", - "mime@^1.4.1": "npm:mime", - "mime@^1.6.0": "npm:mime", - "mimic-fn@2.1.0": "npm:mimic-fn", - "mimic-fn@^2.1.0": "npm:mimic-fn", - "mimic-fn@^4.0.0": "npm:mimic-fn@4.0.0", - "mimic-function@^5.0.0": "npm:mimic-function", - "min-document@^2.19.0": "npm:min-document", - "mini-css-extract-plugin@~2.4.7": "npm:mini-css-extract-plugin", - "mini-svg-data-uri@^1.4.4": "npm:mini-svg-data-uri", - "minimalistic-assert@^1.0.0": "npm:minimalistic-assert", - "minimatch@10.2.5": "npm:minimatch@10.2.5", - "minimatch@^10.2.2": "npm:minimatch@10.2.5", - "minimatch@^10.2.4": "npm:minimatch@10.2.5", - "minimatch@9.0.3": "npm:minimatch@9.0.3", - "minimatch@^3.0.4": "npm:minimatch", - "minimatch@^3.0.5": "npm:minimatch", - "minimatch@^3.1.1": "npm:minimatch", - "minimatch@^3.1.2": "npm:minimatch", - "minimatch@^3.1.5": "npm:minimatch", - "minimatch@^5.0.1": "npm:minimatch@5.1.9", - "minimatch@^9.0.4": "npm:minimatch@9.0.9", - "minimist@1.2.8": "npm:minimist", - "minimist@^1.2.0": "npm:minimist", - "minimist@^1.2.5": "npm:minimist", - "minimist@^1.2.6": "npm:minimist", - "minimist@^1.2.8": "npm:minimist", - "minipass@^3.0.0": "npm:minipass", - "minipass@^5.0.0 || ^6.0.2 || ^7.0.0": "npm:minipass@7.1.3", - "minipass@^7.1.2": "npm:minipass@7.1.3", - "minizlib@^2.1.1": "npm:minizlib", - "mkdirp@^1.0.3": "npm:mkdirp", - "mlly@^1.4.0": "npm:mlly", - "mlly@^1.7.4": "npm:mlly", - "mrmime@^2.0.0": "npm:mrmime", - "ms@2.0.0": "npm:ms@2.0.0", - "ms@2.1.3": "npm:ms", - "ms@^2.1.1": "npm:ms", - "ms@^2.1.3": "npm:ms", - "multer@2.1.1": "npm:multer", - "multicast-dns@^7.2.5": "npm:multicast-dns", - "mute-stream@0.0.8": "npm:mute-stream", - "mute-stream@1.0.0": "npm:mute-stream@1.0.0", - "nanoid@^3.3.12": "npm:nanoid", - "napi-postinstall@^0.3.4": "npm:napi-postinstall", - "natural-compare@^1.4.0": "npm:natural-compare", - "needle@^3.1.0": "npm:needle", - "negotiator@0.6.3": "npm:negotiator", - "negotiator@^1.0.0": "npm:negotiator@1.0.0", - "negotiator@~0.6.4": "npm:negotiator@0.6.4", - "neo-async@^2.6.2": "npm:neo-async", - "no-case@^3.0.4": "npm:no-case", - "node-abort-controller@^3.0.1": "npm:node-abort-controller", - "node-addon-api@^7.0.0": "npm:node-addon-api", - "node-emoji@1.11.0": "npm:node-emoji", - "node-exports-info@^1.6.0": "npm:node-exports-info", - "node-fetch@2.7.0": "npm:node-fetch", - "node-fetch@^2.6.1": "npm:node-fetch", - "node-int64@^0.4.0": "npm:node-int64", - "node-machine-id@^1.1.12": "npm:node-machine-id", - "node-releases@^2.0.36": "npm:node-releases", - "node-schedule@2.1.1": "npm:node-schedule", - "nodemailer@^8.0.7": "npm:nodemailer", - "normalize-path@^3.0.0": "npm:normalize-path", - "normalize-path@~3.0.0": "npm:normalize-path", - "npm-run-path@4.0.1": "npm:npm-run-path", - "npm-run-path@^4.0.0": "npm:npm-run-path", - "npm-run-path@^4.0.1": "npm:npm-run-path", - "npm-run-path@^5.1.0": "npm:npm-run-path@5.3.0", - "nth-check@^2.0.1": "npm:nth-check", - "nx-cloud@16.5.2": "npm:nx-cloud", - "nx-cloud@^16.4.0": "npm:nx-cloud", - "nx@22.7.5": "npm:nx", - "object-assign@^4": "npm:object-assign", - "object-assign@^4.1.1": "npm:object-assign", - "object-inspect@^1.13.3": "npm:object-inspect", - "object-inspect@^1.13.4": "npm:object-inspect", - "object-keys@^1.1.1": "npm:object-keys", - "object.assign@^4.1.4": "npm:object.assign", - "object.assign@^4.1.7": "npm:object.assign", - "object.entries@^1.1.9": "npm:object.entries", - "object.fromentries@^2.0.8": "npm:object.fromentries", - "object.groupby@^1.0.3": "npm:object.groupby", - "object.values@^1.1.6": "npm:object.values", - "object.values@^1.2.1": "npm:object.values", - "obuf@^1.0.0": "npm:obuf", - "obuf@^1.1.2": "npm:obuf", - "on-finished@^2.4.1": "npm:on-finished", - "on-finished@~2.4.1": "npm:on-finished", - "on-headers@~1.1.0": "npm:on-headers", - "once@1.4.0": "npm:once", - "once@^1.3.0": "npm:once", - "once@^1.3.1": "npm:once", - "once@^1.4.0": "npm:once", - "onetime@5.1.2": "npm:onetime", - "onetime@^5.1.0": "npm:onetime", - "onetime@^5.1.2": "npm:onetime", - "onetime@^6.0.0": "npm:onetime@6.0.0", - "onetime@^7.0.0": "npm:onetime@7.0.0", - "open@8.4.2": "npm:open", - "open@~8.4.0": "npm:open", - "open@^10.0.3": "npm:open@10.2.0", - "opener@^1.5.1": "npm:opener", - "optionator@^0.9.3": "npm:optionator", - "ora@5.3.0": "npm:ora@5.3.0", - "ora@5.4.1": "npm:ora", - "ora@^5.4.1": "npm:ora", - "os-tmpdir@~1.0.2": "npm:os-tmpdir", - "ospath@^1.2.2": "npm:ospath", - "own-keys@^1.0.1": "npm:own-keys", - "p-limit@^2.2.0": "npm:p-limit@2.3.0", - "p-limit@^3.0.2": "npm:p-limit", - "p-limit@^3.1.0": "npm:p-limit", - "p-limit@^4.0.0": "npm:p-limit@4.0.0", - "p-locate@^4.1.0": "npm:p-locate", - "p-locate@^5.0.0": "npm:p-locate@5.0.0", - "p-locate@^6.0.0": "npm:p-locate@6.0.0", - "p-retry@^6.2.0": "npm:p-retry", - "p-try@^2.0.0": "npm:p-try", - "package-json-from-dist@^1.0.0": "npm:package-json-from-dist", - "parent-module@^1.0.0": "npm:parent-module", - "parse-json@^5.0.0": "npm:parse-json", - "parse-json@^5.2.0": "npm:parse-json", - "parse-node-version@^1.0.1": "npm:parse-node-version", - "parse-passwd@^1.0.0": "npm:parse-passwd", - "parse5@4.0.0": "npm:parse5", - "parse5@^8.0.1": "npm:parse5@8.0.1", - "parseurl@^1.3.3": "npm:parseurl", - "parseurl@~1.3.3": "npm:parseurl", - "passport-jwt@^4.0.1": "npm:passport-jwt", - "passport-strategy@1.x.x": "npm:passport-strategy", - "passport-strategy@^1.0.0": "npm:passport-strategy", - "passport@^0.6.0": "npm:passport", - "path-exists@^4.0.0": "npm:path-exists", - "path-exists@^5.0.0": "npm:path-exists@5.0.0", - "path-expression-matcher@^1.5.0": "npm:path-expression-matcher", - "path-is-absolute@^1.0.0": "npm:path-is-absolute", - "path-key@3.1.1": "npm:path-key", - "path-key@^3.0.0": "npm:path-key", - "path-key@^3.1.0": "npm:path-key", - "path-key@^4.0.0": "npm:path-key@4.0.0", - "path-parse@^1.0.7": "npm:path-parse", - "path-scurry@^1.11.1": "npm:path-scurry", - "path-to-regexp@3.3.0": "npm:path-to-regexp", - "path-to-regexp@8.4.2": "npm:path-to-regexp@8.4.2", - "path-to-regexp@^8.0.0": "npm:path-to-regexp@8.4.2", - "path-to-regexp@~0.1.12": "npm:path-to-regexp@0.1.13", - "path-type@^4.0.0": "npm:path-type", - "pathe@^1.1.1": "npm:pathe", - "pathe@^2.0.1": "npm:pathe@2.0.3", - "pathe@^2.0.3": "npm:pathe@2.0.3", - "pathval@^1.1.1": "npm:pathval", - "pause@0.0.1": "npm:pause", - "pend@~1.2.0": "npm:pend", - "performance-now@^2.1.0": "npm:performance-now", - "pg-cloudflare@^1.4.0": "npm:pg-cloudflare", - "pg-connection-string@^2.13.0": "npm:pg-connection-string", - "pg-int8@1.0.1": "npm:pg-int8", - "pg-pool@^3.14.0": "npm:pg-pool", - "pg-protocol@*": "npm:pg-protocol", - "pg-protocol@^1.14.0": "npm:pg-protocol", - "pg-types@2.2.0": "npm:pg-types", - "pg-types@^2.2.0": "npm:pg-types", - "pg@^8.16.3": "npm:pg", - "pgpass@1.0.5": "npm:pgpass", - "picocolors@1.1.1": "npm:picocolors", - "picocolors@^1.0.0": "npm:picocolors", - "picocolors@^1.1.0": "npm:picocolors", - "picocolors@^1.1.1": "npm:picocolors", - "picomatch@4.0.1": "npm:picomatch@4.0.1", - "picomatch@4.0.4": "npm:picomatch", - "picomatch@^4.0.2": "npm:picomatch", - "picomatch@^4.0.3": "npm:picomatch", - "picomatch@^4.0.4": "npm:picomatch", - "picomatch@^2.0.4": "npm:picomatch@2.3.2", - "picomatch@^2.2.1": "npm:picomatch@2.3.2", - "picomatch@^2.2.2": "npm:picomatch@2.3.2", - "picomatch@^2.3.1": "npm:picomatch@2.3.2", - "pidtree@^0.6.0": "npm:pidtree", - "pify@^2.2.0": "npm:pify", - "pify@^2.3.0": "npm:pify", - "pify@^4.0.1": "npm:pify@4.0.1", - "pirates@^4.0.7": "npm:pirates", - "pkg-dir@^4.1.0": "npm:pkg-dir", - "pkg-dir@^4.2.0": "npm:pkg-dir", - "pkg-dir@^7.0.0": "npm:pkg-dir@7.0.0", - "pkg-types@^1.3.1": "npm:pkg-types", - "pkijs@^3.3.3": "npm:pkijs", - "pluralize@8.0.0": "npm:pluralize", - "portfinder@^1.0.28": "npm:portfinder", - "possible-typed-array-names@^1.0.0": "npm:possible-typed-array-names", - "possible-typed-array-names@^1.1.0": "npm:possible-typed-array-names", - "postcss-calc@^10.1.1": "npm:postcss-calc", - "postcss-colormin@^7.0.10": "npm:postcss-colormin", - "postcss-convert-values@^7.0.12": "npm:postcss-convert-values", - "postcss-discard-comments@^7.0.8": "npm:postcss-discard-comments", - "postcss-discard-duplicates@^7.0.4": "npm:postcss-discard-duplicates", - "postcss-discard-empty@^7.0.3": "npm:postcss-discard-empty", - "postcss-discard-overridden@^7.0.3": "npm:postcss-discard-overridden", - "postcss-import@~14.1.0": "npm:postcss-import", - "postcss-loader@^8.2.1": "npm:postcss-loader", - "postcss-merge-longhand@^7.0.7": "npm:postcss-merge-longhand", - "postcss-merge-rules@^7.0.11": "npm:postcss-merge-rules", - "postcss-minify-font-values@^7.0.3": "npm:postcss-minify-font-values", - "postcss-minify-gradients@^7.0.5": "npm:postcss-minify-gradients", - "postcss-minify-params@^7.0.9": "npm:postcss-minify-params", - "postcss-minify-selectors@^7.1.2": "npm:postcss-minify-selectors", - "postcss-modules-extract-imports@^3.1.0": "npm:postcss-modules-extract-imports", - "postcss-modules-local-by-default@^4.0.5": "npm:postcss-modules-local-by-default", - "postcss-modules-scope@^3.2.0": "npm:postcss-modules-scope", - "postcss-modules-values@^4.0.0": "npm:postcss-modules-values", - "postcss-modules@^6.0.1": "npm:postcss-modules", - "postcss-normalize-charset@^7.0.3": "npm:postcss-normalize-charset", - "postcss-normalize-display-values@^7.0.3": "npm:postcss-normalize-display-values", - "postcss-normalize-positions@^7.0.4": "npm:postcss-normalize-positions", - "postcss-normalize-repeat-style@^7.0.4": "npm:postcss-normalize-repeat-style", - "postcss-normalize-string@^7.0.3": "npm:postcss-normalize-string", - "postcss-normalize-timing-functions@^7.0.3": "npm:postcss-normalize-timing-functions", - "postcss-normalize-unicode@^7.0.9": "npm:postcss-normalize-unicode", - "postcss-normalize-url@^7.0.3": "npm:postcss-normalize-url", - "postcss-normalize-whitespace@^7.0.3": "npm:postcss-normalize-whitespace", - "postcss-ordered-values@^7.0.4": "npm:postcss-ordered-values", - "postcss-reduce-initial@^7.0.9": "npm:postcss-reduce-initial", - "postcss-reduce-transforms@^7.0.3": "npm:postcss-reduce-transforms", - "postcss-selector-parser@^7.0.0": "npm:postcss-selector-parser", - "postcss-selector-parser@^7.1.1": "npm:postcss-selector-parser", - "postcss-svgo@^7.1.3": "npm:postcss-svgo", - "postcss-unique-selectors@^7.0.7": "npm:postcss-unique-selectors", - "postcss-value-parser@^4.0.0": "npm:postcss-value-parser", - "postcss-value-parser@^4.1.0": "npm:postcss-value-parser", - "postcss-value-parser@^4.2.0": "npm:postcss-value-parser", - "postcss@^8.4.27": "npm:postcss", - "postcss@^8.4.33": "npm:postcss", - "postcss@^8.4.38": "npm:postcss", - "postcss@^8.4.40": "npm:postcss", - "postgres-array@~2.0.0": "npm:postgres-array", - "postgres-bytea@~1.0.0": "npm:postgres-bytea", - "postgres-date@~1.0.4": "npm:postgres-date", - "postgres-interval@^1.1.0": "npm:postgres-interval", - "prelude-ls@^1.2.1": "npm:prelude-ls", - "prettier@^2.6.2": "npm:prettier", - "pretty-bytes@^5.6.0": "npm:pretty-bytes", - "pretty-format@30.4.1": "npm:pretty-format", - "pretty-format@^30.0.0": "npm:pretty-format", - "pretty-format@^27.0.2": "npm:pretty-format@27.5.1", - "pretty-format@^29.5.0": "npm:pretty-format@29.7.0", - "process-nextick-args@~2.0.0": "npm:process-nextick-args", - "process@^0.11.10": "npm:process", - "prop-types@^15.8.1": "npm:prop-types", - "proxy-addr@^2.0.7": "npm:proxy-addr", - "proxy-addr@~2.0.7": "npm:proxy-addr", - "proxy-from-env@1.0.0": "npm:proxy-from-env@1.0.0", - "proxy-from-env@2.1.0": "npm:proxy-from-env", - "proxy-from-env@^2.1.0": "npm:proxy-from-env", - "proxy-from-env@^1.1.0": "npm:proxy-from-env@1.1.0", - "prr@~1.0.1": "npm:prr", - "pump@^3.0.0": "npm:pump", - "punycode@^2.1.0": "npm:punycode", - "punycode@^2.3.1": "npm:punycode", - "pure-rand@^7.0.0": "npm:pure-rand", - "pvtsutils@^1.3.6": "npm:pvtsutils", - "pvutils@^1.1.3": "npm:pvutils", - "pvutils@^1.1.5": "npm:pvutils", - "qs@^6.14.0": "npm:qs", - "qs@^6.14.1": "npm:qs", - "qs@^6.15.2": "npm:qs", - "qs@^6.4.0": "npm:qs", - "qs@~6.15.1": "npm:qs", - "queue-microtask@^1.2.2": "npm:queue-microtask", - "range-parser@^1.2.1": "npm:range-parser", - "range-parser@~1.2.1": "npm:range-parser", - "raw-body@^3.0.1": "npm:raw-body@3.0.2", - "raw-body@~2.5.3": "npm:raw-body", - "react-dom@^18.2.0": "npm:react-dom", - "react-is-18@npm:react-is@^18.3.1": "npm:react-is-18", - "react-is@^18.0.0": "npm:react-is@18.3.1", - "react-is-19@npm:react-is@^19.2.5": "npm:react-is-19", - "react-is@^16.13.1": "npm:react-is", - "react-is@^17.0.1": "npm:react-is@17.0.2", - "react-refresh@^0.17.0": "npm:react-refresh", - "react-router-dom@^7.15.0": "npm:react-router-dom", - "react-router@7.17.0": "npm:react-router", - "react@^18.2.0": "npm:react", - "read-cache@^1.0.0": "npm:read-cache", - "readable-stream@3.6.2": "npm:readable-stream", - "readable-stream@^3.0.2": "npm:readable-stream", - "readable-stream@^3.0.6": "npm:readable-stream", - "readable-stream@^3.1.1": "npm:readable-stream", - "readable-stream@^3.4.0": "npm:readable-stream", - "readable-stream@^2.0.1": "npm:readable-stream@2.3.8", - "readdirp@^4.0.1": "npm:readdirp@4.1.2", - "readdirp@^5.0.0": "npm:readdirp@5.0.0", - "readdirp@~3.6.0": "npm:readdirp", - "reflect-metadata@^0.2.2": "npm:reflect-metadata", - "reflect.getprototypeof@^1.0.10": "npm:reflect.getprototypeof", - "reflect.getprototypeof@^1.0.9": "npm:reflect.getprototypeof", - "regenerate-unicode-properties@^10.2.2": "npm:regenerate-unicode-properties", - "regenerate@^1.4.2": "npm:regenerate", - "regexp.prototype.flags@^1.5.3": "npm:regexp.prototype.flags", - "regexp.prototype.flags@^1.5.4": "npm:regexp.prototype.flags", - "regexpu-core@^6.3.1": "npm:regexpu-core", - "regjsgen@^0.8.0": "npm:regjsgen", - "regjsparser@^0.13.0": "npm:regjsparser", - "repeat-string@^1.6.1": "npm:repeat-string", - "request-progress@^3.0.0": "npm:request-progress", - "require-directory@2.1.1": "npm:require-directory", - "require-directory@^2.1.1": "npm:require-directory", - "require-from-string@^2.0.2": "npm:require-from-string", - "requires-port@^1.0.0": "npm:requires-port", - "resolve-cwd@^3.0.0": "npm:resolve-cwd", - "resolve-dir@^1.0.0": "npm:resolve-dir", - "resolve-dir@^1.0.1": "npm:resolve-dir", - "resolve-from@^4.0.0": "npm:resolve-from@4.0.0", - "resolve-from@^5.0.0": "npm:resolve-from", - "resolve.exports@2.0.3": "npm:resolve.exports", - "resolve@1.22.8": "npm:resolve@1.22.8", - "resolve@^1.1.7": "npm:resolve", - "resolve@^1.19.0": "npm:resolve", - "resolve@^1.22.1": "npm:resolve", - "resolve@^1.22.11": "npm:resolve", - "resolve@^2.0.0-next.5": "npm:resolve@2.0.0-next.7", - "resolve@^2.0.0-next.6": "npm:resolve@2.0.0-next.7", - "restore-cursor@3.1.0": "npm:restore-cursor", - "restore-cursor@^3.1.0": "npm:restore-cursor", - "restore-cursor@^5.0.0": "npm:restore-cursor@5.1.0", - "retry@^0.13.1": "npm:retry", - "reusify@^1.0.4": "npm:reusify", - "rfdc@^1.4.1": "npm:rfdc", - "rimraf@^3.0.2": "npm:rimraf", - "rollup-plugin-typescript2@^0.36.0": "npm:rollup-plugin-typescript2", - "rollup@^3.27.1": "npm:rollup@3.30.0", - "rollup@^4.14.0": "npm:rollup", - "router@^2.2.0": "npm:router", - "run-applescript@^7.0.0": "npm:run-applescript", - "run-async@^2.4.0": "npm:run-async", - "run-async@^3.0.0": "npm:run-async@3.0.0", - "run-parallel@^1.1.9": "npm:run-parallel", - "rxjs@7.8.1": "npm:rxjs@7.8.1", - "rxjs@^7.4.0": "npm:rxjs", - "rxjs@^7.5.5": "npm:rxjs", - "rxjs@^7.8.0": "npm:rxjs", - "rxjs@^7.8.1": "npm:rxjs", - "safe-array-concat@^1.1.3": "npm:safe-array-concat", - "safe-buffer@5.1.2": "npm:safe-buffer@5.1.2", - "safe-buffer@~5.1.0": "npm:safe-buffer@5.1.2", - "safe-buffer@~5.1.1": "npm:safe-buffer@5.1.2", - "safe-buffer@5.2.1": "npm:safe-buffer", - "safe-buffer@>=5.1.0": "npm:safe-buffer", - "safe-buffer@^5.0.1": "npm:safe-buffer", - "safe-buffer@^5.1.2": "npm:safe-buffer", - "safe-buffer@^5.2.1": "npm:safe-buffer", - "safe-buffer@~5.2.0": "npm:safe-buffer", - "safe-push-apply@^1.0.0": "npm:safe-push-apply", - "safe-regex-test@^1.0.3": "npm:safe-regex-test", - "safe-regex-test@^1.1.0": "npm:safe-regex-test", - "safer-buffer@>= 2.1.2 < 3": "npm:safer-buffer", - "safer-buffer@>= 2.1.2 < 3.0.0": "npm:safer-buffer", - "safer-buffer@^2.0.2": "npm:safer-buffer", - "safer-buffer@^2.1.0": "npm:safer-buffer", - "safer-buffer@~2.1.0": "npm:safer-buffer", - "sass-embedded-all-unknown@1.100.0": "npm:sass-embedded-all-unknown", - "sass-embedded-android-arm64@1.100.0": "npm:sass-embedded-android-arm64", - "sass-embedded-android-arm@1.100.0": "npm:sass-embedded-android-arm", - "sass-embedded-android-riscv64@1.100.0": "npm:sass-embedded-android-riscv64", - "sass-embedded-android-x64@1.100.0": "npm:sass-embedded-android-x64", - "sass-embedded-darwin-arm64@1.100.0": "npm:sass-embedded-darwin-arm64", - "sass-embedded-darwin-x64@1.100.0": "npm:sass-embedded-darwin-x64", - "sass-embedded-linux-arm64@1.100.0": "npm:sass-embedded-linux-arm64", - "sass-embedded-linux-arm@1.100.0": "npm:sass-embedded-linux-arm", - "sass-embedded-linux-musl-arm64@1.100.0": "npm:sass-embedded-linux-musl-arm64", - "sass-embedded-linux-musl-arm@1.100.0": "npm:sass-embedded-linux-musl-arm", - "sass-embedded-linux-musl-riscv64@1.100.0": "npm:sass-embedded-linux-musl-riscv64", - "sass-embedded-linux-musl-x64@1.100.0": "npm:sass-embedded-linux-musl-x64", - "sass-embedded-linux-riscv64@1.100.0": "npm:sass-embedded-linux-riscv64", - "sass-embedded-linux-x64@1.100.0": "npm:sass-embedded-linux-x64", - "sass-embedded-unknown-all@1.100.0": "npm:sass-embedded-unknown-all", - "sass-embedded-win32-arm64@1.100.0": "npm:sass-embedded-win32-arm64", - "sass-embedded-win32-x64@1.100.0": "npm:sass-embedded-win32-x64", - "sass-embedded@^1.83.4": "npm:sass-embedded", - "sass-loader@^16.0.4": "npm:sass-loader", - "sass@1.100.0": "npm:sass", - "sass@^1.85.0": "npm:sass", - "sax@^1.2.4": "npm:sax", - "sax@^1.5.0": "npm:sax", - "saxes@^6.0.0": "npm:saxes", - "scheduler@^0.23.2": "npm:scheduler", - "schema-utils@4.3.0": "npm:schema-utils@4.3.0", - "schema-utils@^3.1.1": "npm:schema-utils@3.3.0", - "schema-utils@^3.2.0": "npm:schema-utils@3.3.0", - "schema-utils@^4.0.0": "npm:schema-utils", - "schema-utils@^4.2.0": "npm:schema-utils", - "schema-utils@^4.3.0": "npm:schema-utils", - "schema-utils@^4.3.3": "npm:schema-utils", - "secure-compare@3.0.1": "npm:secure-compare", - "select-hose@^2.0.0": "npm:select-hose", - "selfsigned@^5.5.0": "npm:selfsigned", - "semver@7.6.3": "npm:semver@7.6.3", - "semver@7.7.4": "npm:semver@7.7.4", - "semver@^5.6.0": "npm:semver@5.7.2", - "semver@^6.0.0": "npm:semver@6.3.1", - "semver@^6.3.1": "npm:semver@6.3.1", - "semver@^7.3.4": "npm:semver", - "semver@^7.3.5": "npm:semver", - "semver@^7.5.3": "npm:semver", - "semver@^7.5.4": "npm:semver", - "semver@^7.6.2": "npm:semver", - "semver@^7.6.3": "npm:semver", - "semver@^7.7.2": "npm:semver", - "semver@^7.7.3": "npm:semver", - "semver@^7.8.0": "npm:semver", - "send@^1.1.0": "npm:send@1.2.1", - "send@^1.2.0": "npm:send@1.2.1", - "send@~0.19.0": "npm:send", - "send@~0.19.1": "npm:send", - "serialize-javascript@^7.0.3": "npm:serialize-javascript", - "serve-index@^1.9.1": "npm:serve-index", - "serve-static@^2.2.0": "npm:serve-static@2.2.1", - "serve-static@~1.16.2": "npm:serve-static", - "set-cookie-parser@^2.6.0": "npm:set-cookie-parser", - "set-function-length@^1.2.2": "npm:set-function-length", - "set-function-name@^2.0.2": "npm:set-function-name", - "set-proto@^1.0.0": "npm:set-proto", - "setprototypeof@1.2.0": "npm:setprototypeof", - "setprototypeof@~1.2.0": "npm:setprototypeof", - "sha.js@^2.4.12": "npm:sha.js", - "shebang-command@^2.0.0": "npm:shebang-command", - "shebang-regex@^3.0.0": "npm:shebang-regex", - "shell-quote@^1.8.4": "npm:shell-quote", - "side-channel-list@^1.0.0": "npm:side-channel-list", - "side-channel-map@^1.0.1": "npm:side-channel-map", - "side-channel-weakmap@^1.0.2": "npm:side-channel-weakmap", - "side-channel@^1.1.0": "npm:side-channel", - "siginfo@^2.0.0": "npm:siginfo", - "signal-exit@3.0.7": "npm:signal-exit", - "signal-exit@^3.0.2": "npm:signal-exit", - "signal-exit@^3.0.3": "npm:signal-exit", - "signal-exit@^4.0.1": "npm:signal-exit@4.1.0", - "signal-exit@^4.1.0": "npm:signal-exit@4.1.0", - "sirv@^2.0.3": "npm:sirv", - "slash@^3.0.0": "npm:slash", - "slice-ansi@^5.0.0": "npm:slice-ansi", - "slice-ansi@^7.1.0": "npm:slice-ansi@7.1.2", - "smol-toml@1.6.1": "npm:smol-toml", - "snake-case@^3.0.4": "npm:snake-case", - "sockjs@^0.3.24": "npm:sockjs", - "sorted-array-functions@^1.3.0": "npm:sorted-array-functions", - "source-map-js@>=0.6.2 <2.0.0": "npm:source-map-js", - "source-map-js@^1.0.1": "npm:source-map-js", - "source-map-js@^1.0.2": "npm:source-map-js", - "source-map-js@^1.2.1": "npm:source-map-js", - "source-map-loader@^5.0.0": "npm:source-map-loader", - "source-map-support@0.5.13": "npm:source-map-support@0.5.13", - "source-map-support@0.5.19": "npm:source-map-support", - "source-map-support@~0.5.20": "npm:source-map-support@0.5.21", - "source-map@0.7.4": "npm:source-map@0.7.4", - "source-map@^0.6.0": "npm:source-map", - "source-map@^0.6.1": "npm:source-map", - "source-map@~0.6.0": "npm:source-map", - "source-map@^0.7.4": "npm:source-map@0.7.6", - "spdy-transport@^3.0.0": "npm:spdy-transport", - "spdy@^4.0.2": "npm:spdy", - "split2@^4.1.0": "npm:split2", - "sprintf-js@~1.0.2": "npm:sprintf-js", - "sql-highlight@^6.1.0": "npm:sql-highlight", - "sshpk@^1.18.0": "npm:sshpk", - "stack-utils@^2.0.6": "npm:stack-utils", - "stackback@0.0.2": "npm:stackback", - "statuses@>= 1.5.0 < 2": "npm:statuses@1.5.0", - "statuses@^2.0.1": "npm:statuses", - "statuses@^2.0.2": "npm:statuses", - "statuses@~2.0.1": "npm:statuses", - "statuses@~2.0.2": "npm:statuses", - "std-env@^3.3.3": "npm:std-env", - "stop-iteration-iterator@^1.1.0": "npm:stop-iteration-iterator", - "streamsearch@^1.1.0": "npm:streamsearch", - "string-argv@^0.3.2": "npm:string-argv", - "string-hash@^1.1.3": "npm:string-hash", - "string-length@^4.0.2": "npm:string-length", - "string-width-cjs@npm:string-width@^4.2.0": "npm:string-width-cjs", - "string-width@4.2.3": "npm:string-width", - "string-width@^4.1.0": "npm:string-width", - "string-width@^4.2.0": "npm:string-width", - "string-width@^4.2.3": "npm:string-width", - "string-width@^5.0.1": "npm:string-width@5.1.2", - "string-width@^5.1.2": "npm:string-width@5.1.2", - "string-width@^7.0.0": "npm:string-width@7.2.0", - "string.prototype.includes@^2.0.1": "npm:string.prototype.includes", - "string.prototype.matchall@^4.0.12": "npm:string.prototype.matchall", - "string.prototype.repeat@^1.0.0": "npm:string.prototype.repeat", - "string.prototype.trim@^1.2.10": "npm:string.prototype.trim", - "string.prototype.trimend@^1.0.9": "npm:string.prototype.trimend", - "string.prototype.trimstart@^1.0.8": "npm:string.prototype.trimstart", - "string_decoder@1.3.0": "npm:string_decoder", - "string_decoder@^1.1.1": "npm:string_decoder", - "string_decoder@~1.1.1": "npm:string_decoder@1.1.1", - "strip-ansi-cjs@npm:strip-ansi@^6.0.1": "npm:strip-ansi-cjs", - "strip-ansi@6.0.1": "npm:strip-ansi", - "strip-ansi@^6.0.0": "npm:strip-ansi", - "strip-ansi@^6.0.1": "npm:strip-ansi", - "strip-ansi@^7.0.1": "npm:strip-ansi@7.2.0", - "strip-ansi@^7.1.0": "npm:strip-ansi@7.2.0", - "strip-bom@3.0.0": "npm:strip-bom", - "strip-bom@^3.0.0": "npm:strip-bom", - "strip-bom@^4.0.0": "npm:strip-bom@4.0.0", - "strip-final-newline@^2.0.0": "npm:strip-final-newline", - "strip-final-newline@^3.0.0": "npm:strip-final-newline@3.0.0", - "strip-json-comments@^3.1.1": "npm:strip-json-comments", - "strip-literal@^1.0.1": "npm:strip-literal", - "strnum@^2.2.3": "npm:strnum", - "strtok3@^10.2.0": "npm:strtok3", - "style-loader@^3.3.0": "npm:style-loader", - "stylehacks@^7.0.11": "npm:stylehacks", - "supports-color@7.2.0": "npm:supports-color@7.2.0", - "supports-color@^7.1.0": "npm:supports-color@7.2.0", - "supports-color@^8.0.0": "npm:supports-color", - "supports-color@^8.1.1": "npm:supports-color", - "supports-preserve-symlinks-flag@^1.0.0": "npm:supports-preserve-symlinks-flag", - "svg-parser@^2.0.4": "npm:svg-parser", - "svgo@^3.0.2": "npm:svgo", - "svgo@^4.0.1": "npm:svgo@4.0.1", - "swagger-ui-dist@5.17.14": "npm:swagger-ui-dist", - "symbol-observable@4.0.0": "npm:symbol-observable", - "symbol-tree@^3.2.4": "npm:symbol-tree", - "sync-child-process@^1.0.2": "npm:sync-child-process", - "sync-message-port@^1.0.0": "npm:sync-message-port", - "synckit@^0.11.8": "npm:synckit", - "systeminformation@^5.31.1": "npm:systeminformation", - "tapable@2.3.0": "npm:tapable@2.3.0", - "tapable@^2.1.1": "npm:tapable", - "tapable@^2.2.1": "npm:tapable", - "tapable@^2.3.0": "npm:tapable", - "tapable@^2.3.3": "npm:tapable", - "tar-stream@2.2.0": "npm:tar-stream", - "tar@6.1.11": "npm:tar", - "terser-webpack-plugin@^5.3.10": "npm:terser-webpack-plugin", - "terser-webpack-plugin@^5.3.3": "npm:terser-webpack-plugin", - "terser-webpack-plugin@^5.5.0": "npm:terser-webpack-plugin", - "terser@^5.31.1": "npm:terser", - "test-exclude@^6.0.0": "npm:test-exclude", - "text-table@^0.2.0": "npm:text-table", - "thingies@^2.5.0": "npm:thingies", - "throttleit@^1.0.0": "npm:throttleit", - "through@^2.3.6": "npm:through", - "thunky@^1.0.2": "npm:thunky", - "tinybench@^2.5.0": "npm:tinybench", - "tinyglobby@^0.2.12": "npm:tinyglobby", - "tinyglobby@^0.2.15": "npm:tinyglobby", - "tinypool@^0.5.0": "npm:tinypool", - "tinyspy@^2.1.1": "npm:tinyspy", - "tldts-core@^6.1.86": "npm:tldts-core@6.1.86", - "tldts-core@^7.4.2": "npm:tldts-core", - "tldts@^6.1.32": "npm:tldts@6.1.86", - "tldts@^7.0.5": "npm:tldts", - "tmp@0.2.6": "npm:tmp", - "tmp@^0.0.33": "npm:tmp@0.0.33", - "tmp@~0.2.4": "npm:tmp@0.2.7", - "tmpl@1.0.5": "npm:tmpl", - "to-buffer@^1.2.0": "npm:to-buffer", - "to-regex-range@^5.0.1": "npm:to-regex-range", - "toidentifier@1.0.1": "npm:toidentifier", - "toidentifier@~1.0.1": "npm:toidentifier", - "token-types@^6.0.0": "npm:token-types", - "totalist@^3.0.0": "npm:totalist", - "tough-cookie@^5.0.0": "npm:tough-cookie@5.1.2", - "tough-cookie@^6.0.1": "npm:tough-cookie", - "tr46@^6.0.0": "npm:tr46", - "tr46@~0.0.3": "npm:tr46@0.0.3", - "tree-dump@^1.0.3": "npm:tree-dump", - "tree-dump@^1.1.0": "npm:tree-dump", - "tree-kill@1.2.2": "npm:tree-kill", - "ts-api-utils@^1.0.1": "npm:ts-api-utils", - "ts-api-utils@^2.5.0": "npm:ts-api-utils@2.5.0", - "ts-jest@^29.1.0": "npm:ts-jest", - "ts-loader@^9.3.1": "npm:ts-loader", - "ts-node@^10.9.2": "npm:ts-node", - "tsconfig-paths-webpack-plugin@4.2.0": "npm:tsconfig-paths-webpack-plugin", - "tsconfig-paths@4.2.0": "npm:tsconfig-paths", - "tsconfig-paths@^4.1.2": "npm:tsconfig-paths", - "tsconfig-paths@^4.2.0": "npm:tsconfig-paths", - "tsconfig-paths@^3.15.0": "npm:tsconfig-paths@3.15.0", - "tslib@1.14.1": "npm:tslib@1.14.1", - "tslib@^1.11.1": "npm:tslib@1.14.1", - "tslib@^1.9.3": "npm:tslib@1.14.1", - "tslib@2.8.1": "npm:tslib", - "tslib@^2.0.0": "npm:tslib", - "tslib@^2.0.3": "npm:tslib", - "tslib@^2.1.0": "npm:tslib", - "tslib@^2.3.0": "npm:tslib", - "tslib@^2.3.1": "npm:tslib", - "tslib@^2.4.0": "npm:tslib", - "tslib@^2.6.2": "npm:tslib", - "tslib@^2.8.1": "npm:tslib", - "tsyringe@^4.10.0": "npm:tsyringe", - "tunnel-agent@^0.6.0": "npm:tunnel-agent", - "tweetnacl@^0.14.3": "npm:tweetnacl", - "tweetnacl@~0.14.0": "npm:tweetnacl", - "type-check@^0.4.0": "npm:type-check", - "type-check@~0.4.0": "npm:type-check", - "type-detect@4.0.8": "npm:type-detect@4.0.8", - "type-detect@^4.0.0": "npm:type-detect", - "type-detect@^4.1.0": "npm:type-detect", - "type-fest@^0.20.2": "npm:type-fest", - "type-fest@^0.21.3": "npm:type-fest@0.21.3", - "type-fest@^0.8.0": "npm:type-fest@0.8.1", - "type-fest@^4.41.0": "npm:type-fest@4.41.0", - "type-is@^1.6.18": "npm:type-is", - "type-is@~1.6.18": "npm:type-is", - "type-is@^2.0.1": "npm:type-is@2.1.0", - "typed-array-buffer@^1.0.3": "npm:typed-array-buffer", - "typed-array-byte-length@^1.0.3": "npm:typed-array-byte-length", - "typed-array-byte-offset@^1.0.4": "npm:typed-array-byte-offset", - "typed-array-length@^1.0.7": "npm:typed-array-length", - "typed-assert@^1.0.8": "npm:typed-assert", - "typedarray@^0.0.6": "npm:typedarray", - "typeorm@^0.3.29": "npm:typeorm", - "typescript@5.7.2": "npm:typescript@5.7.2", - "typescript@^5.1.3": "npm:typescript", - "typescript@~5.9.2": "npm:typescript", - "ufo@^1.6.3": "npm:ufo", - "uglify-js@^3.1.4": "npm:uglify-js", - "uid@2.0.2": "npm:uid", - "uint8array-extras@^1.4.0": "npm:uint8array-extras", - "unbox-primitive@^1.1.0": "npm:unbox-primitive", - "undici-types@>=7.24.0 <7.24.7": "npm:undici-types@7.24.6", - "undici-types@~5.26.4": "npm:undici-types", - "undici@7.24.7": "npm:undici@7.24.7", - "undici@^7.25.0": "npm:undici", - "unfetch@^4.2.0": "npm:unfetch", - "unicode-canonical-property-names-ecmascript@^2.0.0": "npm:unicode-canonical-property-names-ecmascript", - "unicode-match-property-ecmascript@^2.0.0": "npm:unicode-match-property-ecmascript", - "unicode-match-property-value-ecmascript@^2.2.1": "npm:unicode-match-property-value-ecmascript", - "unicode-property-aliases-ecmascript@^2.0.0": "npm:unicode-property-aliases-ecmascript", - "union@~0.5.0": "npm:union", - "universalify@^2.0.0": "npm:universalify", - "unpipe@~1.0.0": "npm:unpipe", - "unrs-resolver@^1.7.11": "npm:unrs-resolver", - "untildify@^4.0.0": "npm:untildify", - "upath@2.0.1": "npm:upath", - "update-browserslist-db@^1.2.3": "npm:update-browserslist-db", - "uri-js@^4.2.2": "npm:uri-js", - "url-join@^4.0.1": "npm:url-join", - "util-deprecate@1.0.2": "npm:util-deprecate", - "util-deprecate@^1.0.1": "npm:util-deprecate", - "util-deprecate@^1.0.2": "npm:util-deprecate", - "util-deprecate@~1.0.1": "npm:util-deprecate", - "utils-merge@1.0.1": "npm:utils-merge", - "utils-merge@^1.0.1": "npm:utils-merge", - "uuid@9.0.1": "npm:uuid", - "uuid@^11.1.1": "npm:uuid@11.1.1", - "uuid@^8.3.2": "npm:uuid@8.3.2", - "v8-compile-cache-lib@^3.0.1": "npm:v8-compile-cache-lib", - "v8-to-istanbul@^9.0.1": "npm:v8-to-istanbul", - "validator@^13.15.22": "npm:validator", - "varint@^6.0.0": "npm:varint", - "vary@^1": "npm:vary", - "vary@^1.1.2": "npm:vary", - "vary@~1.1.2": "npm:vary", - "verror@1.10.0": "npm:verror", - "vite-node@0.32.4": "npm:vite-node", - "vite@^3.0.0 || ^4.0.0": "npm:vite", - "vite@^4.3.9": "npm:vite", - "vitest@^0.32.0": "npm:vitest", - "w3c-xmlserializer@^5.0.0": "npm:w3c-xmlserializer", - "walker@^1.0.8": "npm:walker", - "watchpack@^2.4.1": "npm:watchpack", - "watchpack@^2.5.1": "npm:watchpack", - "wbuf@^1.1.0": "npm:wbuf", - "wbuf@^1.7.3": "npm:wbuf", - "wcwidth@1.0.1": "npm:wcwidth", - "wcwidth@^1.0.0": "npm:wcwidth", - "wcwidth@^1.0.1": "npm:wcwidth", - "webidl-conversions@^3.0.0": "npm:webidl-conversions@3.0.1", - "webidl-conversions@^8.0.1": "npm:webidl-conversions", - "webpack-dev-middleware@^7.4.2": "npm:webpack-dev-middleware", - "webpack-dev-server@^5.2.1": "npm:webpack-dev-server", - "webpack-node-externals@3.0.0": "npm:webpack-node-externals", - "webpack-node-externals@^3.0.0": "npm:webpack-node-externals", - "webpack-sources@^3.0.0": "npm:webpack-sources", - "webpack-sources@^3.2.3": "npm:webpack-sources", - "webpack-sources@^3.5.0": "npm:webpack-sources", - "webpack-subresource-integrity@^5.1.0": "npm:webpack-subresource-integrity", - "webpack@5.97.1": "npm:webpack@5.97.1", - "webpack@^5.101.3": "npm:webpack", - "websocket-driver@>=0.5.1": "npm:websocket-driver", - "websocket-driver@^0.7.4": "npm:websocket-driver", - "websocket-extensions@>=0.1.1": "npm:websocket-extensions", - "whatwg-encoding@^2.0.0": "npm:whatwg-encoding", - "whatwg-mimetype@^5.0.0": "npm:whatwg-mimetype", - "whatwg-url@^16.0.0": "npm:whatwg-url", - "whatwg-url@^16.0.1": "npm:whatwg-url", - "whatwg-url@^5.0.0": "npm:whatwg-url@5.0.0", - "which-boxed-primitive@^1.1.0": "npm:which-boxed-primitive", - "which-boxed-primitive@^1.1.1": "npm:which-boxed-primitive", - "which-builtin-type@^1.2.1": "npm:which-builtin-type", - "which-collection@^1.0.2": "npm:which-collection", - "which-typed-array@^1.1.16": "npm:which-typed-array", - "which-typed-array@^1.1.19": "npm:which-typed-array", - "which@^1.2.14": "npm:which@1.3.1", - "which@^2.0.1": "npm:which", - "why-is-node-running@^2.2.2": "npm:why-is-node-running", - "word-wrap@^1.2.5": "npm:word-wrap", - "wordwrap@^1.0.0": "npm:wordwrap", - "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": "npm:wrap-ansi-cjs", - "wrap-ansi@7.0.0": "npm:wrap-ansi@7.0.0", - "wrap-ansi@^7.0.0": "npm:wrap-ansi@7.0.0", - "wrap-ansi@^6.0.1": "npm:wrap-ansi", - "wrap-ansi@^6.2.0": "npm:wrap-ansi", - "wrap-ansi@^8.1.0": "npm:wrap-ansi@8.1.0", - "wrap-ansi@^9.0.0": "npm:wrap-ansi@9.0.2", - "wrappy@1": "npm:wrappy", - "wrappy@1.0.2": "npm:wrappy", - "write-file-atomic@^5.0.1": "npm:write-file-atomic", - "ws@8.21.0": "npm:ws", - "ws@^8.18.0": "npm:ws", - "wsl-utils@^0.1.0": "npm:wsl-utils", - "xml-name-validator@^5.0.0": "npm:xml-name-validator", - "xml-naming@^0.1.0": "npm:xml-naming", - "xmlchars@^2.2.0": "npm:xmlchars", - "xtend@^4.0.0": "npm:xtend", - "y18n@5.0.8": "npm:y18n", - "y18n@^5.0.5": "npm:y18n", - "yallist@^3.0.2": "npm:yallist@3.1.1", - "yallist@^4.0.0": "npm:yallist", - "yaml@2.9.0": "npm:yaml", - "yaml@^2.7.0": "npm:yaml", - "yaml@^1.10.0": "npm:yaml@1.10.3", - "yargs-parser@21.1.1": "npm:yargs-parser", - "yargs-parser@^21.1.1": "npm:yargs-parser", - "yargs-parser@>=21.1.1": "npm:yargs-parser@22.0.0", - "yargs@17.7.2": "npm:yargs", - "yargs@^17.7.2": "npm:yargs", - "yauzl@^3.3.1": "npm:yauzl", - "yn@3.1.1": "npm:yn", - "yocto-queue@^0.1.0": "npm:yocto-queue", - "yocto-queue@^1.0.0": "npm:yocto-queue@1.2.2" - } -} \ No newline at end of file diff --git a/.nx/workspace-data/project-graph.json b/.nx/workspace-data/project-graph.json deleted file mode 100644 index 4242ee97f..000000000 --- a/.nx/workspace-data/project-graph.json +++ /dev/null @@ -1,38218 +0,0 @@ -{ - "nodes": { - "frontend": { - "name": "frontend", - "type": "app", - "data": { - "root": "apps/frontend", - "name": "frontend", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/frontend/src", - "projectType": "application", - "tags": [], - "targets": { - "build": { - "executor": "@nx/vite:build", - "outputs": [ - "{options.outputPath}" - ], - "defaultConfiguration": "production", - "options": { - "outputPath": "dist/apps/frontend" - }, - "configurations": { - "development": { - "mode": "development" - }, - "production": { - "mode": "production" - } - }, - "parallelism": true, - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ] - }, - "serve": { - "executor": "nx:run-commands", - "defaultConfiguration": "development", - "options": { - "cwd": "apps/frontend", - "commands": [ - "vite --port=4200" - ] - }, - "configurations": { - "development": { - "commands": [ - "vite --port=4200 --mode=development" - ] - }, - "production": { - "commands": [ - "vite --port=4200 --mode=production" - ] - } - }, - "parallelism": true - }, - "preview": { - "executor": "@nx/vite:preview-server", - "defaultConfiguration": "development", - "options": { - "buildTarget": "frontend:build" - }, - "configurations": { - "development": { - "buildTarget": "frontend:build:development" - }, - "production": { - "buildTarget": "frontend:build:production" - } - }, - "parallelism": true, - "continuous": true - }, - "test": { - "executor": "@nx/vite:test", - "outputs": [ - "{options.reportsDirectory}" - ], - "options": { - "passWithNoTests": true, - "reportsDirectory": "../../coverage/apps/frontend" - }, - "configurations": {}, - "parallelism": true, - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ] - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": [ - "{options.outputFile}" - ], - "options": { - "lintFilePatterns": [ - "apps/frontend/**/*.{ts,tsx,js,jsx}" - ] - }, - "configurations": {}, - "parallelism": true, - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json", - "{workspaceRoot}/.eslintignore", - "{workspaceRoot}/eslint.config.js" - ] - }, - "serve-static": { - "executor": "@nx/web:file-server", - "options": { - "buildTarget": "frontend:build" - }, - "configurations": {}, - "parallelism": true, - "continuous": true - }, - "typecheck": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "tsc -p tsconfig.app.json --noEmit" - ], - "cwd": "apps/frontend", - "forwardAllArgs": false - }, - "configurations": {}, - "parallelism": true - } - }, - "implicitDependencies": [] - } - }, - "backend": { - "name": "backend", - "type": "app", - "data": { - "root": "apps/backend", - "name": "backend", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/backend/src", - "projectType": "application", - "tags": [], - "targets": { - "build": { - "executor": "@nx/webpack:webpack", - "outputs": [ - "{options.outputPath}" - ], - "defaultConfiguration": "production", - "options": { - "target": "node", - "compiler": "tsc", - "outputPath": "dist/apps/backend", - "main": "apps/backend/src/main.ts", - "tsConfig": "apps/backend/tsconfig.app.json", - "assets": [ - "apps/backend/src/assets" - ], - "isolatedConfig": true, - "webpackConfig": "apps/backend/webpack.config.js", - "transformers": [ - { - "name": "@nestjs/swagger/plugin", - "options": { - "introspectComments": true - } - } - ] - }, - "configurations": { - "development": {}, - "production": {} - }, - "parallelism": true, - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ] - }, - "serve": { - "executor": "@nx/js:node", - "defaultConfiguration": "development", - "options": { - "buildTarget": "backend:build" - }, - "configurations": { - "development": { - "buildTarget": "backend:build:development" - }, - "production": { - "buildTarget": "backend:build:production" - } - }, - "parallelism": true - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": [ - "{options.outputFile}" - ], - "options": { - "lintFilePatterns": [ - "apps/backend/**/*.ts" - ] - }, - "configurations": {}, - "parallelism": true, - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json", - "{workspaceRoot}/.eslintignore", - "{workspaceRoot}/eslint.config.js" - ] - }, - "test": { - "executor": "@nx/jest:jest", - "outputs": [ - "{workspaceRoot}/coverage/{projectRoot}" - ], - "options": { - "jestConfig": "apps/backend/jest.config.ts", - "passWithNoTests": true - }, - "configurations": { - "ci": { - "ci": true, - "codeCoverage": true - } - }, - "parallelism": true, - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ] - }, - "typecheck": { - "executor": "nx:run-commands", - "options": { - "commands": [ - "tsc -p tsconfig.app.json --noEmit" - ], - "cwd": "apps/backend", - "forwardAllArgs": false - }, - "configurations": {}, - "parallelism": true - } - }, - "implicitDependencies": [] - } - } - }, - "externalNodes": { - "npm:@angular-devkit/core": { - "type": "npm", - "name": "npm:@angular-devkit/core", - "data": { - "version": "17.3.11", - "packageName": "@angular-devkit/core", - "hash": "sha512-vTNDYNsLIWpYk2I969LMQFH29GTsLzxNk/0cLw5q56ARF0v5sIWfHYwGTS88jdDqIpuuettcSczbxeA7EuAmqQ==" - } - }, - "npm:@angular-devkit/core@19.2.24": { - "type": "npm", - "name": "npm:@angular-devkit/core@19.2.24", - "data": { - "version": "19.2.24", - "packageName": "@angular-devkit/core", - "hash": "sha512-Kd49warf6U/EyWe5BszF/eebN3zQ3bk7tgfEljAw8q/rX95UUtriJubWvp6pgzHfzBA4jwq8f+QiNZB8eBEXPA==" - } - }, - "npm:@angular-devkit/schematics-cli": { - "type": "npm", - "name": "npm:@angular-devkit/schematics-cli", - "data": { - "version": "17.3.11", - "packageName": "@angular-devkit/schematics-cli", - "hash": "sha512-kcOMqp+PHAKkqRad7Zd7PbpqJ0LqLaNZdY1+k66lLWmkEBozgq8v4ASn/puPWf9Bo0HpCiK+EzLf0VHE8Z/y6Q==" - } - }, - "npm:@angular-devkit/schematics": { - "type": "npm", - "name": "npm:@angular-devkit/schematics", - "data": { - "version": "17.3.11", - "packageName": "@angular-devkit/schematics", - "hash": "sha512-I5wviiIqiFwar9Pdk30Lujk8FczEEc18i22A5c6Z9lbmhPQdTroDnEQdsfXjy404wPe8H62s0I15o4pmMGfTYQ==" - } - }, - "npm:@angular-devkit/schematics@19.2.24": { - "type": "npm", - "name": "npm:@angular-devkit/schematics@19.2.24", - "data": { - "version": "19.2.24", - "packageName": "@angular-devkit/schematics", - "hash": "sha512-lnw+ZM1Io+cJAkReC0NPDjqObL8NtKzKIkdgEEKC8CUmkhurYhedbicN8Y8NYHgG1uLd2GozW3+/QqPRZaN+Lw==" - } - }, - "npm:@asamuzakjp/css-color": { - "type": "npm", - "name": "npm:@asamuzakjp/css-color", - "data": { - "version": "5.1.11", - "packageName": "@asamuzakjp/css-color", - "hash": "sha512-KVw6qIiCTUQhByfTd78h2yD1/00waTmm9uy/R7Ck/ctUyAPj+AEDLkQIdJW0T8+qGgj3j5bpNKK7Q3G+LedJWg==" - } - }, - "npm:@asamuzakjp/dom-selector": { - "type": "npm", - "name": "npm:@asamuzakjp/dom-selector", - "data": { - "version": "7.1.1", - "packageName": "@asamuzakjp/dom-selector", - "hash": "sha512-67RZDnYRc8H/8MLDgQCDE//zoqVFwajkepHZgmXrbwybzXOEwOWGPYGmALYl9J2DOLfFPPs6kKCqmbzV895hTQ==" - } - }, - "npm:@asamuzakjp/generational-cache": { - "type": "npm", - "name": "npm:@asamuzakjp/generational-cache", - "data": { - "version": "1.0.1", - "packageName": "@asamuzakjp/generational-cache", - "hash": "sha512-wajfB8KqzMCN2KGNFdLkReeHncd0AslUSrvHVvvYWuU8ghncRJoA50kT3zP9MVL0+9g4/67H+cdvBskj9THPzg==" - } - }, - "npm:@asamuzakjp/nwsapi": { - "type": "npm", - "name": "npm:@asamuzakjp/nwsapi", - "data": { - "version": "2.3.9", - "packageName": "@asamuzakjp/nwsapi", - "hash": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==" - } - }, - "npm:@aws-crypto/crc32": { - "type": "npm", - "name": "npm:@aws-crypto/crc32", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/crc32", - "hash": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==" - } - }, - "npm:@aws-crypto/sha256-browser": { - "type": "npm", - "name": "npm:@aws-crypto/sha256-browser", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/sha256-browser", - "hash": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==" - } - }, - "npm:@aws-crypto/sha256-js@1.2.2": { - "type": "npm", - "name": "npm:@aws-crypto/sha256-js@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "@aws-crypto/sha256-js", - "hash": "sha512-Nr1QJIbW/afYYGzYvrF70LtaHrIRtd4TNAglX8BvlfxJLZ45SAmueIKYl5tWoNBPzp65ymXGFK0Bb1vZUpuc9g==" - } - }, - "npm:@aws-crypto/sha256-js": { - "type": "npm", - "name": "npm:@aws-crypto/sha256-js", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/sha256-js", - "hash": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==" - } - }, - "npm:@aws-crypto/supports-web-crypto": { - "type": "npm", - "name": "npm:@aws-crypto/supports-web-crypto", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/supports-web-crypto", - "hash": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==" - } - }, - "npm:@aws-crypto/util@1.2.2": { - "type": "npm", - "name": "npm:@aws-crypto/util@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "@aws-crypto/util", - "hash": "sha512-H8PjG5WJ4wz0UXAFXeJjWCW1vkvIJ3qUUD+rGRwJ2/hj+xT58Qle2MTql/2MGzkU+1JLAFuR6aJpLAjHwhmwwg==" - } - }, - "npm:@aws-crypto/util": { - "type": "npm", - "name": "npm:@aws-crypto/util", - "data": { - "version": "5.2.0", - "packageName": "@aws-crypto/util", - "hash": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==" - } - }, - "npm:@aws-sdk/client-cognito-identity-provider": { - "type": "npm", - "name": "npm:@aws-sdk/client-cognito-identity-provider", - "data": { - "version": "3.1061.0", - "packageName": "@aws-sdk/client-cognito-identity-provider", - "hash": "sha512-ZdypNl6TbKZeE1xWWnBEqT7desu8ks12EQRpciG4mdz235kVXBIdbIxLz3JHd9uG9lIfKZGVNppG9IRttf9uyA==" - } - }, - "npm:@aws-sdk/client-sesv2": { - "type": "npm", - "name": "npm:@aws-sdk/client-sesv2", - "data": { - "version": "3.1061.0", - "packageName": "@aws-sdk/client-sesv2", - "hash": "sha512-gDDlD4zog35pP9+QYupnBayxe+x/iIJa/1ikfAnJWVZ7QCxs6wo4Du+iEbJOJmQL+z+N6CoAw96OPV04UQXNlg==" - } - }, - "npm:@aws-sdk/core": { - "type": "npm", - "name": "npm:@aws-sdk/core", - "data": { - "version": "3.974.17", - "packageName": "@aws-sdk/core", - "hash": "sha512-r8o4h2K7j6P9ngno+8ei0aK0U/4JwDb7A2fMMxGVoSqDN8AFlIzSDeZHME9LcVLR2codyhtr1WAAg+/nmkeeMA==" - } - }, - "npm:@aws-sdk/credential-provider-env": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-env", - "data": { - "version": "3.972.43", - "packageName": "@aws-sdk/credential-provider-env", - "hash": "sha512-g0XVQKzaA/4cq1vz1IvCQwYM+1Pkv01J9yHDpCTXekVuGZRDEz0wqBQ1AuYTq7FM6uik4uBGH8Tb5d9YvgeA7g==" - } - }, - "npm:@aws-sdk/credential-provider-http": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-http", - "data": { - "version": "3.972.45", - "packageName": "@aws-sdk/credential-provider-http", - "hash": "sha512-w9PuOoKCt6+xoESvY+zlV0u3PKQ0mVL259PcsVR6a3S/uYJJHnIi4r1NxdJHEcNldUVRIciltWnFMGBR4YEm3g==" - } - }, - "npm:@aws-sdk/credential-provider-ini": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-ini", - "data": { - "version": "3.972.48", - "packageName": "@aws-sdk/credential-provider-ini", - "hash": "sha512-+6BQ6Lrnc+EyAGElLRW6j+Sa+RirPHnIJsobvYO6nnyK+oGKmz1ne/ieclbLWyjyDKEU3/JVJWcWY3VLFPvGtQ==" - } - }, - "npm:@aws-sdk/credential-provider-login": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-login", - "data": { - "version": "3.972.47", - "packageName": "@aws-sdk/credential-provider-login", - "hash": "sha512-Iy2ebWVgrZBH05464uJiQYu6HSSiROnwVZptthEFXx2gWjo1ORCxEAFZB5Cr2MdfrSnZ+0QUPkZ1ZpCqpkUrLQ==" - } - }, - "npm:@aws-sdk/credential-provider-node": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-node", - "data": { - "version": "3.972.50", - "packageName": "@aws-sdk/credential-provider-node", - "hash": "sha512-b05Aelq5cqAvCCDQjCYacl0XmR8QhBNSqLbsdISkQmlQBa5oPS66zYPteWcSp5LswbpoIe552EUGjluKiadBig==" - } - }, - "npm:@aws-sdk/credential-provider-process": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-process", - "data": { - "version": "3.972.43", - "packageName": "@aws-sdk/credential-provider-process", - "hash": "sha512-GPokLNyvTfCmuaHk+v3GKVs4ZT3cMu5kgS2a+NPkOMt96cq6fSIK0g+mZHpGS6Cd4QGrPKesANEaLUKgOskTzg==" - } - }, - "npm:@aws-sdk/credential-provider-sso": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-sso", - "data": { - "version": "3.972.47", - "packageName": "@aws-sdk/credential-provider-sso", - "hash": "sha512-0AzvLrzlvJs0DzbeWGvNj+bX3Uzd7VNS6vDqCOdZzBlCGKGd78uxctJSW9iK/Rt/nxiJqpTvrYQlVJ4guVM2Dw==" - } - }, - "npm:@aws-sdk/credential-provider-web-identity": { - "type": "npm", - "name": "npm:@aws-sdk/credential-provider-web-identity", - "data": { - "version": "3.972.47", - "packageName": "@aws-sdk/credential-provider-web-identity", - "hash": "sha512-eksfbUErOejUAGWBAcNqaP7IX21oUOEo73d9R56k9Ua4d57qS90NEYkWJsuSGzTXMFulCu17qXJI/qGmM7hvoA==" - } - }, - "npm:@aws-sdk/nested-clients": { - "type": "npm", - "name": "npm:@aws-sdk/nested-clients", - "data": { - "version": "3.997.15", - "packageName": "@aws-sdk/nested-clients", - "hash": "sha512-Fpri1/PXKMKveORZ7E00VLTlWS5DkfZkW70PUE+bOnpWpAeHAQLoiDHhkzN3kNWbbSsGg64+IZYiq/EZgME3Mg==" - } - }, - "npm:@aws-sdk/signature-v4-multi-region": { - "type": "npm", - "name": "npm:@aws-sdk/signature-v4-multi-region", - "data": { - "version": "3.996.31", - "packageName": "@aws-sdk/signature-v4-multi-region", - "hash": "sha512-Kn2up9SlG1KC6wRtwf0d7waTGF6rvp9DxYqB54x6UCKdQ6kyaXCqHL4WGb5vUJga5kS8FxnjhY0LqM28aMvnNQ==" - } - }, - "npm:@aws-sdk/token-providers": { - "type": "npm", - "name": "npm:@aws-sdk/token-providers", - "data": { - "version": "3.1060.0", - "packageName": "@aws-sdk/token-providers", - "hash": "sha512-6NZaMKkFhpaNiwLpHi1sZaYjidL/lCJE6ME6NxwA8gv9vQna+Kr0j4OFwVoz6tANRWM3WbGz6jiPsGX/Vkjwow==" - } - }, - "npm:@aws-sdk/types": { - "type": "npm", - "name": "npm:@aws-sdk/types", - "data": { - "version": "3.973.10", - "packageName": "@aws-sdk/types", - "hash": "sha512-992QrTO7G9qCvKD0fx1rMlqcL14plUcRAbwmqqYVsuF3GrqcvlAL9qxR+baMafarEZ+l7DUQ5lCMmt5mbMhF7g==" - } - }, - "npm:@aws-sdk/util-locate-window": { - "type": "npm", - "name": "npm:@aws-sdk/util-locate-window", - "data": { - "version": "3.965.5", - "packageName": "@aws-sdk/util-locate-window", - "hash": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==" - } - }, - "npm:@aws-sdk/util-utf8-browser": { - "type": "npm", - "name": "npm:@aws-sdk/util-utf8-browser", - "data": { - "version": "3.259.0", - "packageName": "@aws-sdk/util-utf8-browser", - "hash": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==" - } - }, - "npm:@aws-sdk/xml-builder": { - "type": "npm", - "name": "npm:@aws-sdk/xml-builder", - "data": { - "version": "3.972.27", - "packageName": "@aws-sdk/xml-builder", - "hash": "sha512-hpsCXCOI436kxWpjtRuIHVvuPP81MOw8f18jzfZeg+UOiiOvlqWcmWChzEhJEu16cOC6+ku4ncBN+7rdt+DZ9g==" - } - }, - "npm:@aws/lambda-invoke-store": { - "type": "npm", - "name": "npm:@aws/lambda-invoke-store", - "data": { - "version": "0.2.4", - "packageName": "@aws/lambda-invoke-store", - "hash": "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==" - } - }, - "npm:@babel/code-frame": { - "type": "npm", - "name": "npm:@babel/code-frame", - "data": { - "version": "7.29.7", - "packageName": "@babel/code-frame", - "hash": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==" - } - }, - "npm:@babel/compat-data": { - "type": "npm", - "name": "npm:@babel/compat-data", - "data": { - "version": "7.29.7", - "packageName": "@babel/compat-data", - "hash": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==" - } - }, - "npm:@babel/core": { - "type": "npm", - "name": "npm:@babel/core", - "data": { - "version": "7.29.7", - "packageName": "@babel/core", - "hash": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==" - } - }, - "npm:@babel/generator": { - "type": "npm", - "name": "npm:@babel/generator", - "data": { - "version": "7.29.7", - "packageName": "@babel/generator", - "hash": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==" - } - }, - "npm:@babel/helper-annotate-as-pure": { - "type": "npm", - "name": "npm:@babel/helper-annotate-as-pure", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-annotate-as-pure", - "hash": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==" - } - }, - "npm:@babel/helper-compilation-targets": { - "type": "npm", - "name": "npm:@babel/helper-compilation-targets", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-compilation-targets", - "hash": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==" - } - }, - "npm:@babel/helper-create-class-features-plugin": { - "type": "npm", - "name": "npm:@babel/helper-create-class-features-plugin", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-create-class-features-plugin", - "hash": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==" - } - }, - "npm:@babel/helper-create-regexp-features-plugin": { - "type": "npm", - "name": "npm:@babel/helper-create-regexp-features-plugin", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-create-regexp-features-plugin", - "hash": "sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==" - } - }, - "npm:@babel/helper-define-polyfill-provider": { - "type": "npm", - "name": "npm:@babel/helper-define-polyfill-provider", - "data": { - "version": "0.6.8", - "packageName": "@babel/helper-define-polyfill-provider", - "hash": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==" - } - }, - "npm:@babel/helper-globals": { - "type": "npm", - "name": "npm:@babel/helper-globals", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-globals", - "hash": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==" - } - }, - "npm:@babel/helper-member-expression-to-functions": { - "type": "npm", - "name": "npm:@babel/helper-member-expression-to-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-member-expression-to-functions", - "hash": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==" - } - }, - "npm:@babel/helper-module-imports": { - "type": "npm", - "name": "npm:@babel/helper-module-imports", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-module-imports", - "hash": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==" - } - }, - "npm:@babel/helper-module-transforms": { - "type": "npm", - "name": "npm:@babel/helper-module-transforms", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-module-transforms", - "hash": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==" - } - }, - "npm:@babel/helper-optimise-call-expression": { - "type": "npm", - "name": "npm:@babel/helper-optimise-call-expression", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-optimise-call-expression", - "hash": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==" - } - }, - "npm:@babel/helper-plugin-utils": { - "type": "npm", - "name": "npm:@babel/helper-plugin-utils", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-plugin-utils", - "hash": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==" - } - }, - "npm:@babel/helper-remap-async-to-generator": { - "type": "npm", - "name": "npm:@babel/helper-remap-async-to-generator", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-remap-async-to-generator", - "hash": "sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==" - } - }, - "npm:@babel/helper-replace-supers": { - "type": "npm", - "name": "npm:@babel/helper-replace-supers", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-replace-supers", - "hash": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==" - } - }, - "npm:@babel/helper-skip-transparent-expression-wrappers": { - "type": "npm", - "name": "npm:@babel/helper-skip-transparent-expression-wrappers", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-skip-transparent-expression-wrappers", - "hash": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==" - } - }, - "npm:@babel/helper-string-parser": { - "type": "npm", - "name": "npm:@babel/helper-string-parser", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-string-parser", - "hash": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==" - } - }, - "npm:@babel/helper-validator-identifier": { - "type": "npm", - "name": "npm:@babel/helper-validator-identifier", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-validator-identifier", - "hash": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==" - } - }, - "npm:@babel/helper-validator-option": { - "type": "npm", - "name": "npm:@babel/helper-validator-option", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-validator-option", - "hash": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==" - } - }, - "npm:@babel/helper-wrap-function": { - "type": "npm", - "name": "npm:@babel/helper-wrap-function", - "data": { - "version": "7.29.7", - "packageName": "@babel/helper-wrap-function", - "hash": "sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==" - } - }, - "npm:@babel/helpers": { - "type": "npm", - "name": "npm:@babel/helpers", - "data": { - "version": "7.29.7", - "packageName": "@babel/helpers", - "hash": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==" - } - }, - "npm:@babel/parser": { - "type": "npm", - "name": "npm:@babel/parser", - "data": { - "version": "7.29.7", - "packageName": "@babel/parser", - "hash": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==" - } - }, - "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "hash": "sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==" - } - }, - "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-safari-class-field-initializer-scope", - "hash": "sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==" - } - }, - "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "hash": "sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==" - } - }, - "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "hash": "sha512-oBNVCvnO5tND+xSopWvV8WNGfpTfgP4Zr/YXXSj8zfmcPktp5Ku/aZlsIowgSD4fjmgHn6sGmB9APVsU5zOdhA==" - } - }, - "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "hash": "sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==" - } - }, - "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "type": "npm", - "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "hash": "sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==" - } - }, - "npm:@babel/plugin-proposal-decorators": { - "type": "npm", - "name": "npm:@babel/plugin-proposal-decorators", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-proposal-decorators", - "hash": "sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==" - } - }, - "npm:@babel/plugin-proposal-private-property-in-object": { - "type": "npm", - "name": "npm:@babel/plugin-proposal-private-property-in-object", - "data": { - "version": "7.21.0-placeholder-for-preset-env.2", - "packageName": "@babel/plugin-proposal-private-property-in-object", - "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" - } - }, - "npm:@babel/plugin-syntax-async-generators": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-async-generators", - "data": { - "version": "7.8.4", - "packageName": "@babel/plugin-syntax-async-generators", - "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" - } - }, - "npm:@babel/plugin-syntax-bigint": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-bigint", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-bigint", - "hash": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" - } - }, - "npm:@babel/plugin-syntax-class-properties": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-class-properties", - "data": { - "version": "7.12.13", - "packageName": "@babel/plugin-syntax-class-properties", - "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" - } - }, - "npm:@babel/plugin-syntax-class-static-block": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-class-static-block", - "data": { - "version": "7.14.5", - "packageName": "@babel/plugin-syntax-class-static-block", - "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" - } - }, - "npm:@babel/plugin-syntax-decorators": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-decorators", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-decorators", - "hash": "sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==" - } - }, - "npm:@babel/plugin-syntax-import-assertions": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-import-assertions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-import-assertions", - "hash": "sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==" - } - }, - "npm:@babel/plugin-syntax-import-attributes": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-import-attributes", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-import-attributes", - "hash": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==" - } - }, - "npm:@babel/plugin-syntax-import-meta": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-import-meta", - "data": { - "version": "7.10.4", - "packageName": "@babel/plugin-syntax-import-meta", - "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" - } - }, - "npm:@babel/plugin-syntax-json-strings": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-json-strings", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-json-strings", - "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" - } - }, - "npm:@babel/plugin-syntax-jsx": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-jsx", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-jsx", - "hash": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==" - } - }, - "npm:@babel/plugin-syntax-logical-assignment-operators": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-logical-assignment-operators", - "data": { - "version": "7.10.4", - "packageName": "@babel/plugin-syntax-logical-assignment-operators", - "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" - } - }, - "npm:@babel/plugin-syntax-nullish-coalescing-operator": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", - "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" - } - }, - "npm:@babel/plugin-syntax-numeric-separator": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-numeric-separator", - "data": { - "version": "7.10.4", - "packageName": "@babel/plugin-syntax-numeric-separator", - "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" - } - }, - "npm:@babel/plugin-syntax-object-rest-spread": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-object-rest-spread", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-object-rest-spread", - "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" - } - }, - "npm:@babel/plugin-syntax-optional-catch-binding": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-optional-catch-binding", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-optional-catch-binding", - "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" - } - }, - "npm:@babel/plugin-syntax-optional-chaining": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-optional-chaining", - "data": { - "version": "7.8.3", - "packageName": "@babel/plugin-syntax-optional-chaining", - "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" - } - }, - "npm:@babel/plugin-syntax-private-property-in-object": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-private-property-in-object", - "data": { - "version": "7.14.5", - "packageName": "@babel/plugin-syntax-private-property-in-object", - "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" - } - }, - "npm:@babel/plugin-syntax-top-level-await": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-top-level-await", - "data": { - "version": "7.14.5", - "packageName": "@babel/plugin-syntax-top-level-await", - "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" - } - }, - "npm:@babel/plugin-syntax-typescript": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-typescript", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-syntax-typescript", - "hash": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==" - } - }, - "npm:@babel/plugin-syntax-unicode-sets-regex": { - "type": "npm", - "name": "npm:@babel/plugin-syntax-unicode-sets-regex", - "data": { - "version": "7.18.6", - "packageName": "@babel/plugin-syntax-unicode-sets-regex", - "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" - } - }, - "npm:@babel/plugin-transform-arrow-functions": { - "type": "npm", - "name": "npm:@babel/plugin-transform-arrow-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-arrow-functions", - "hash": "sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==" - } - }, - "npm:@babel/plugin-transform-async-generator-functions": { - "type": "npm", - "name": "npm:@babel/plugin-transform-async-generator-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-async-generator-functions", - "hash": "sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==" - } - }, - "npm:@babel/plugin-transform-async-to-generator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-async-to-generator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-async-to-generator", - "hash": "sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==" - } - }, - "npm:@babel/plugin-transform-block-scoped-functions": { - "type": "npm", - "name": "npm:@babel/plugin-transform-block-scoped-functions", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-block-scoped-functions", - "hash": "sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==" - } - }, - "npm:@babel/plugin-transform-block-scoping": { - "type": "npm", - "name": "npm:@babel/plugin-transform-block-scoping", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-block-scoping", - "hash": "sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==" - } - }, - "npm:@babel/plugin-transform-class-properties": { - "type": "npm", - "name": "npm:@babel/plugin-transform-class-properties", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-class-properties", - "hash": "sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==" - } - }, - "npm:@babel/plugin-transform-class-static-block": { - "type": "npm", - "name": "npm:@babel/plugin-transform-class-static-block", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-class-static-block", - "hash": "sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==" - } - }, - "npm:@babel/plugin-transform-classes": { - "type": "npm", - "name": "npm:@babel/plugin-transform-classes", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-classes", - "hash": "sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==" - } - }, - "npm:@babel/plugin-transform-computed-properties": { - "type": "npm", - "name": "npm:@babel/plugin-transform-computed-properties", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-computed-properties", - "hash": "sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==" - } - }, - "npm:@babel/plugin-transform-destructuring": { - "type": "npm", - "name": "npm:@babel/plugin-transform-destructuring", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-destructuring", - "hash": "sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==" - } - }, - "npm:@babel/plugin-transform-dotall-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-dotall-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-dotall-regex", - "hash": "sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==" - } - }, - "npm:@babel/plugin-transform-duplicate-keys": { - "type": "npm", - "name": "npm:@babel/plugin-transform-duplicate-keys", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-duplicate-keys", - "hash": "sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==" - } - }, - "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "hash": "sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==" - } - }, - "npm:@babel/plugin-transform-dynamic-import": { - "type": "npm", - "name": "npm:@babel/plugin-transform-dynamic-import", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-dynamic-import", - "hash": "sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==" - } - }, - "npm:@babel/plugin-transform-explicit-resource-management": { - "type": "npm", - "name": "npm:@babel/plugin-transform-explicit-resource-management", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-explicit-resource-management", - "hash": "sha512-Rstj7coNz8sE+7Ju7ihpHLI564lsK5pUpNNlvptCIC/16E/S5hbl6n3kESPKdNRmqEWlpn5xpS5Q2dvXBsySLw==" - } - }, - "npm:@babel/plugin-transform-exponentiation-operator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-exponentiation-operator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-exponentiation-operator", - "hash": "sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==" - } - }, - "npm:@babel/plugin-transform-export-namespace-from": { - "type": "npm", - "name": "npm:@babel/plugin-transform-export-namespace-from", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-export-namespace-from", - "hash": "sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==" - } - }, - "npm:@babel/plugin-transform-for-of": { - "type": "npm", - "name": "npm:@babel/plugin-transform-for-of", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-for-of", - "hash": "sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==" - } - }, - "npm:@babel/plugin-transform-function-name": { - "type": "npm", - "name": "npm:@babel/plugin-transform-function-name", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-function-name", - "hash": "sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==" - } - }, - "npm:@babel/plugin-transform-json-strings": { - "type": "npm", - "name": "npm:@babel/plugin-transform-json-strings", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-json-strings", - "hash": "sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==" - } - }, - "npm:@babel/plugin-transform-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-literals", - "hash": "sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==" - } - }, - "npm:@babel/plugin-transform-logical-assignment-operators": { - "type": "npm", - "name": "npm:@babel/plugin-transform-logical-assignment-operators", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-logical-assignment-operators", - "hash": "sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==" - } - }, - "npm:@babel/plugin-transform-member-expression-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-member-expression-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-member-expression-literals", - "hash": "sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==" - } - }, - "npm:@babel/plugin-transform-modules-amd": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-amd", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-amd", - "hash": "sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==" - } - }, - "npm:@babel/plugin-transform-modules-commonjs": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-commonjs", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-commonjs", - "hash": "sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==" - } - }, - "npm:@babel/plugin-transform-modules-systemjs": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-systemjs", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-systemjs", - "hash": "sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==" - } - }, - "npm:@babel/plugin-transform-modules-umd": { - "type": "npm", - "name": "npm:@babel/plugin-transform-modules-umd", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-modules-umd", - "hash": "sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==" - } - }, - "npm:@babel/plugin-transform-named-capturing-groups-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-named-capturing-groups-regex", - "hash": "sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==" - } - }, - "npm:@babel/plugin-transform-new-target": { - "type": "npm", - "name": "npm:@babel/plugin-transform-new-target", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-new-target", - "hash": "sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==" - } - }, - "npm:@babel/plugin-transform-nullish-coalescing-operator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-nullish-coalescing-operator", - "hash": "sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==" - } - }, - "npm:@babel/plugin-transform-numeric-separator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-numeric-separator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-numeric-separator", - "hash": "sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==" - } - }, - "npm:@babel/plugin-transform-object-rest-spread": { - "type": "npm", - "name": "npm:@babel/plugin-transform-object-rest-spread", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-object-rest-spread", - "hash": "sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==" - } - }, - "npm:@babel/plugin-transform-object-super": { - "type": "npm", - "name": "npm:@babel/plugin-transform-object-super", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-object-super", - "hash": "sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==" - } - }, - "npm:@babel/plugin-transform-optional-catch-binding": { - "type": "npm", - "name": "npm:@babel/plugin-transform-optional-catch-binding", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-optional-catch-binding", - "hash": "sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==" - } - }, - "npm:@babel/plugin-transform-optional-chaining": { - "type": "npm", - "name": "npm:@babel/plugin-transform-optional-chaining", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-optional-chaining", - "hash": "sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==" - } - }, - "npm:@babel/plugin-transform-parameters": { - "type": "npm", - "name": "npm:@babel/plugin-transform-parameters", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-parameters", - "hash": "sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==" - } - }, - "npm:@babel/plugin-transform-private-methods": { - "type": "npm", - "name": "npm:@babel/plugin-transform-private-methods", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-private-methods", - "hash": "sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==" - } - }, - "npm:@babel/plugin-transform-private-property-in-object": { - "type": "npm", - "name": "npm:@babel/plugin-transform-private-property-in-object", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-private-property-in-object", - "hash": "sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==" - } - }, - "npm:@babel/plugin-transform-property-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-property-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-property-literals", - "hash": "sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==" - } - }, - "npm:@babel/plugin-transform-react-constant-elements": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-constant-elements", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-constant-elements", - "hash": "sha512-J0wGhKan+rIiE2OhfhRptySLrJ6SjQYM6b6N1FMlhyhCcw1Mig8vQjWchyB+bgHGDvaWo6Diu6CLRMra2uMtmg==" - } - }, - "npm:@babel/plugin-transform-react-display-name": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-display-name", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-display-name", - "hash": "sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==" - } - }, - "npm:@babel/plugin-transform-react-jsx-development": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx-development", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx-development", - "hash": "sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==" - } - }, - "npm:@babel/plugin-transform-react-jsx-self": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx-self", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx-self", - "hash": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==" - } - }, - "npm:@babel/plugin-transform-react-jsx-source": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx-source", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx-source", - "hash": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==" - } - }, - "npm:@babel/plugin-transform-react-jsx": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-jsx", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-jsx", - "hash": "sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==" - } - }, - "npm:@babel/plugin-transform-react-pure-annotations": { - "type": "npm", - "name": "npm:@babel/plugin-transform-react-pure-annotations", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-react-pure-annotations", - "hash": "sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==" - } - }, - "npm:@babel/plugin-transform-regenerator": { - "type": "npm", - "name": "npm:@babel/plugin-transform-regenerator", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-regenerator", - "hash": "sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==" - } - }, - "npm:@babel/plugin-transform-regexp-modifiers": { - "type": "npm", - "name": "npm:@babel/plugin-transform-regexp-modifiers", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-regexp-modifiers", - "hash": "sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==" - } - }, - "npm:@babel/plugin-transform-reserved-words": { - "type": "npm", - "name": "npm:@babel/plugin-transform-reserved-words", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-reserved-words", - "hash": "sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==" - } - }, - "npm:@babel/plugin-transform-runtime": { - "type": "npm", - "name": "npm:@babel/plugin-transform-runtime", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-runtime", - "hash": "sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q==" - } - }, - "npm:@babel/plugin-transform-shorthand-properties": { - "type": "npm", - "name": "npm:@babel/plugin-transform-shorthand-properties", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-shorthand-properties", - "hash": "sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==" - } - }, - "npm:@babel/plugin-transform-spread": { - "type": "npm", - "name": "npm:@babel/plugin-transform-spread", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-spread", - "hash": "sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==" - } - }, - "npm:@babel/plugin-transform-sticky-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-sticky-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-sticky-regex", - "hash": "sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==" - } - }, - "npm:@babel/plugin-transform-template-literals": { - "type": "npm", - "name": "npm:@babel/plugin-transform-template-literals", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-template-literals", - "hash": "sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==" - } - }, - "npm:@babel/plugin-transform-typeof-symbol": { - "type": "npm", - "name": "npm:@babel/plugin-transform-typeof-symbol", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-typeof-symbol", - "hash": "sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==" - } - }, - "npm:@babel/plugin-transform-typescript": { - "type": "npm", - "name": "npm:@babel/plugin-transform-typescript", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-typescript", - "hash": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==" - } - }, - "npm:@babel/plugin-transform-unicode-escapes": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-escapes", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-escapes", - "hash": "sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==" - } - }, - "npm:@babel/plugin-transform-unicode-property-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-property-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-property-regex", - "hash": "sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==" - } - }, - "npm:@babel/plugin-transform-unicode-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-regex", - "hash": "sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==" - } - }, - "npm:@babel/plugin-transform-unicode-sets-regex": { - "type": "npm", - "name": "npm:@babel/plugin-transform-unicode-sets-regex", - "data": { - "version": "7.29.7", - "packageName": "@babel/plugin-transform-unicode-sets-regex", - "hash": "sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==" - } - }, - "npm:@babel/preset-env": { - "type": "npm", - "name": "npm:@babel/preset-env", - "data": { - "version": "7.29.7", - "packageName": "@babel/preset-env", - "hash": "sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA==" - } - }, - "npm:@babel/preset-modules": { - "type": "npm", - "name": "npm:@babel/preset-modules", - "data": { - "version": "0.1.6-no-external-plugins", - "packageName": "@babel/preset-modules", - "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" - } - }, - "npm:@babel/preset-react": { - "type": "npm", - "name": "npm:@babel/preset-react", - "data": { - "version": "7.29.7", - "packageName": "@babel/preset-react", - "hash": "sha512-C+PV1TFUPTmBQGoPBL8j2QmLpZ117YTCwxIZeJOM96GbYMFSc7/pOXU5lVykwnZxyTqQxRsvoRk6f2FktZgGHA==" - } - }, - "npm:@babel/preset-typescript": { - "type": "npm", - "name": "npm:@babel/preset-typescript", - "data": { - "version": "7.29.7", - "packageName": "@babel/preset-typescript", - "hash": "sha512-/Foi8vKY2EVbed/1eZx0gJEEwHAIxogrySI7rULcRIvhZzbvoE/b5qG5Ghc0WKAFKOHA9SD1x7RsFlOYdutIiQ==" - } - }, - "npm:@babel/runtime": { - "type": "npm", - "name": "npm:@babel/runtime", - "data": { - "version": "7.29.7", - "packageName": "@babel/runtime", - "hash": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==" - } - }, - "npm:@babel/template": { - "type": "npm", - "name": "npm:@babel/template", - "data": { - "version": "7.29.7", - "packageName": "@babel/template", - "hash": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==" - } - }, - "npm:@babel/traverse": { - "type": "npm", - "name": "npm:@babel/traverse", - "data": { - "version": "7.29.7", - "packageName": "@babel/traverse", - "hash": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==" - } - }, - "npm:@babel/types": { - "type": "npm", - "name": "npm:@babel/types", - "data": { - "version": "7.29.7", - "packageName": "@babel/types", - "hash": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==" - } - }, - "npm:@bcoe/v8-coverage": { - "type": "npm", - "name": "npm:@bcoe/v8-coverage", - "data": { - "version": "0.2.3", - "packageName": "@bcoe/v8-coverage", - "hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" - } - }, - "npm:@borewit/text-codec": { - "type": "npm", - "name": "npm:@borewit/text-codec", - "data": { - "version": "0.2.2", - "packageName": "@borewit/text-codec", - "hash": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==" - } - }, - "npm:@bramus/specificity": { - "type": "npm", - "name": "npm:@bramus/specificity", - "data": { - "version": "2.4.2", - "packageName": "@bramus/specificity", - "hash": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==" - } - }, - "npm:@bufbuild/protobuf": { - "type": "npm", - "name": "npm:@bufbuild/protobuf", - "data": { - "version": "2.12.0", - "packageName": "@bufbuild/protobuf", - "hash": "sha512-B/XlCaFIP8LOwzo+bz5uFzATYokcwCKQcghqnlfwSmM5eX/qTkvDBnDPs+gXtX/RyjxJ4DRikECcPJbyALA8FA==" - } - }, - "npm:@colordx/core": { - "type": "npm", - "name": "npm:@colordx/core", - "data": { - "version": "5.4.3", - "packageName": "@colordx/core", - "hash": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==" - } - }, - "npm:@colors/colors": { - "type": "npm", - "name": "npm:@colors/colors", - "data": { - "version": "1.5.0", - "packageName": "@colors/colors", - "hash": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" - } - }, - "npm:@cspotcode/source-map-support": { - "type": "npm", - "name": "npm:@cspotcode/source-map-support", - "data": { - "version": "0.8.1", - "packageName": "@cspotcode/source-map-support", - "hash": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" - } - }, - "npm:@csstools/color-helpers": { - "type": "npm", - "name": "npm:@csstools/color-helpers", - "data": { - "version": "6.0.2", - "packageName": "@csstools/color-helpers", - "hash": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==" - } - }, - "npm:@csstools/css-calc": { - "type": "npm", - "name": "npm:@csstools/css-calc", - "data": { - "version": "3.2.1", - "packageName": "@csstools/css-calc", - "hash": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==" - } - }, - "npm:@csstools/css-color-parser": { - "type": "npm", - "name": "npm:@csstools/css-color-parser", - "data": { - "version": "4.1.1", - "packageName": "@csstools/css-color-parser", - "hash": "sha512-eZ5XOtyhK+mggRafYUWzA0tvaYOFgdY8AkgQiCJF9qNAePnUo/zmsqqYubBBb3sQ8uNUaSKTY9s9klfRaAXL0g==" - } - }, - "npm:@csstools/css-parser-algorithms": { - "type": "npm", - "name": "npm:@csstools/css-parser-algorithms", - "data": { - "version": "4.0.0", - "packageName": "@csstools/css-parser-algorithms", - "hash": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==" - } - }, - "npm:@csstools/css-syntax-patches-for-csstree": { - "type": "npm", - "name": "npm:@csstools/css-syntax-patches-for-csstree", - "data": { - "version": "1.1.5", - "packageName": "@csstools/css-syntax-patches-for-csstree", - "hash": "sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==" - } - }, - "npm:@csstools/css-tokenizer": { - "type": "npm", - "name": "npm:@csstools/css-tokenizer", - "data": { - "version": "4.0.0", - "packageName": "@csstools/css-tokenizer", - "hash": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==" - } - }, - "npm:@cypress/request": { - "type": "npm", - "name": "npm:@cypress/request", - "data": { - "version": "4.0.1", - "packageName": "@cypress/request", - "hash": "sha512-y20e+e6dFYkOUUJLVUZTsJRuTiXZaUQ32WD+R/ux/HBybbTx4ge7cNINcua0pU8+SNkKuRbOF12mBmzuzM8n5w==" - } - }, - "npm:@cypress/xvfb": { - "type": "npm", - "name": "npm:@cypress/xvfb", - "data": { - "version": "1.2.4", - "packageName": "@cypress/xvfb", - "hash": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==" - } - }, - "npm:@emnapi/core": { - "type": "npm", - "name": "npm:@emnapi/core", - "data": { - "version": "1.10.0", - "packageName": "@emnapi/core", - "hash": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==" - } - }, - "npm:@emnapi/core@1.4.5": { - "type": "npm", - "name": "npm:@emnapi/core@1.4.5", - "data": { - "version": "1.4.5", - "packageName": "@emnapi/core", - "hash": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==" - } - }, - "npm:@emnapi/runtime": { - "type": "npm", - "name": "npm:@emnapi/runtime", - "data": { - "version": "1.10.0", - "packageName": "@emnapi/runtime", - "hash": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==" - } - }, - "npm:@emnapi/runtime@1.4.5": { - "type": "npm", - "name": "npm:@emnapi/runtime@1.4.5", - "data": { - "version": "1.4.5", - "packageName": "@emnapi/runtime", - "hash": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==" - } - }, - "npm:@emnapi/wasi-threads": { - "type": "npm", - "name": "npm:@emnapi/wasi-threads", - "data": { - "version": "1.0.4", - "packageName": "@emnapi/wasi-threads", - "hash": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==" - } - }, - "npm:@emnapi/wasi-threads@1.2.1": { - "type": "npm", - "name": "npm:@emnapi/wasi-threads@1.2.1", - "data": { - "version": "1.2.1", - "packageName": "@emnapi/wasi-threads", - "hash": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==" - } - }, - "npm:@esbuild/android-arm64": { - "type": "npm", - "name": "npm:@esbuild/android-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/android-arm64", - "hash": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==" - } - }, - "npm:@esbuild/android-arm": { - "type": "npm", - "name": "npm:@esbuild/android-arm", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/android-arm", - "hash": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==" - } - }, - "npm:@esbuild/android-x64": { - "type": "npm", - "name": "npm:@esbuild/android-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/android-x64", - "hash": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==" - } - }, - "npm:@esbuild/darwin-arm64": { - "type": "npm", - "name": "npm:@esbuild/darwin-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/darwin-arm64", - "hash": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==" - } - }, - "npm:@esbuild/darwin-x64": { - "type": "npm", - "name": "npm:@esbuild/darwin-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/darwin-x64", - "hash": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==" - } - }, - "npm:@esbuild/freebsd-arm64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/freebsd-arm64", - "hash": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==" - } - }, - "npm:@esbuild/freebsd-x64": { - "type": "npm", - "name": "npm:@esbuild/freebsd-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/freebsd-x64", - "hash": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==" - } - }, - "npm:@esbuild/linux-arm64": { - "type": "npm", - "name": "npm:@esbuild/linux-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-arm64", - "hash": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==" - } - }, - "npm:@esbuild/linux-arm": { - "type": "npm", - "name": "npm:@esbuild/linux-arm", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-arm", - "hash": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==" - } - }, - "npm:@esbuild/linux-ia32": { - "type": "npm", - "name": "npm:@esbuild/linux-ia32", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-ia32", - "hash": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==" - } - }, - "npm:@esbuild/linux-loong64": { - "type": "npm", - "name": "npm:@esbuild/linux-loong64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-loong64", - "hash": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==" - } - }, - "npm:@esbuild/linux-mips64el": { - "type": "npm", - "name": "npm:@esbuild/linux-mips64el", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-mips64el", - "hash": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==" - } - }, - "npm:@esbuild/linux-ppc64": { - "type": "npm", - "name": "npm:@esbuild/linux-ppc64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-ppc64", - "hash": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==" - } - }, - "npm:@esbuild/linux-riscv64": { - "type": "npm", - "name": "npm:@esbuild/linux-riscv64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-riscv64", - "hash": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==" - } - }, - "npm:@esbuild/linux-s390x": { - "type": "npm", - "name": "npm:@esbuild/linux-s390x", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-s390x", - "hash": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==" - } - }, - "npm:@esbuild/linux-x64": { - "type": "npm", - "name": "npm:@esbuild/linux-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/linux-x64", - "hash": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==" - } - }, - "npm:@esbuild/netbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/netbsd-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==" - } - }, - "npm:@esbuild/openbsd-x64": { - "type": "npm", - "name": "npm:@esbuild/openbsd-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/openbsd-x64", - "hash": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==" - } - }, - "npm:@esbuild/sunos-x64": { - "type": "npm", - "name": "npm:@esbuild/sunos-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/sunos-x64", - "hash": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==" - } - }, - "npm:@esbuild/win32-arm64": { - "type": "npm", - "name": "npm:@esbuild/win32-arm64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/win32-arm64", - "hash": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==" - } - }, - "npm:@esbuild/win32-ia32": { - "type": "npm", - "name": "npm:@esbuild/win32-ia32", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/win32-ia32", - "hash": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==" - } - }, - "npm:@esbuild/win32-x64": { - "type": "npm", - "name": "npm:@esbuild/win32-x64", - "data": { - "version": "0.18.20", - "packageName": "@esbuild/win32-x64", - "hash": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==" - } - }, - "npm:@eslint-community/eslint-utils": { - "type": "npm", - "name": "npm:@eslint-community/eslint-utils", - "data": { - "version": "4.9.1", - "packageName": "@eslint-community/eslint-utils", - "hash": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==" - } - }, - "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.23.5", - "packageName": "@eslint/config-array", - "hash": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==" - } - }, - "npm:@eslint/eslintrc@2.1.4": { - "type": "npm", - "name": "npm:@eslint/eslintrc@2.1.4", - "data": { - "version": "2.1.4", - "packageName": "@eslint/eslintrc", - "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" - } - }, - "npm:@eslint/eslintrc": { - "type": "npm", - "name": "npm:@eslint/eslintrc", - "data": { - "version": "3.3.5", - "packageName": "@eslint/eslintrc", - "hash": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==" - } - }, - "npm:@eslint/js@8.57.1": { - "type": "npm", - "name": "npm:@eslint/js@8.57.1", - "data": { - "version": "8.57.1", - "packageName": "@eslint/js", - "hash": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" - } - }, - "npm:@eslint/js": { - "type": "npm", - "name": "npm:@eslint/js", - "data": { - "version": "10.0.1", - "packageName": "@eslint/js", - "hash": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==" - } - }, - "npm:@eslint/object-schema": { - "type": "npm", - "name": "npm:@eslint/object-schema", - "data": { - "version": "3.0.5", - "packageName": "@eslint/object-schema", - "hash": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==" - } - }, - "npm:@exodus/bytes": { - "type": "npm", - "name": "npm:@exodus/bytes", - "data": { - "version": "1.15.1", - "packageName": "@exodus/bytes", - "hash": "sha512-S6mL0yNB/Abt9Ei4tq8gDhcczc4S3+vQ4ra7vxnAf+YHC02srtqxKKZghx2Dq6p0e66THKwR6r8N6P95wEty7Q==" - } - }, - "npm:@humanwhocodes/config-array": { - "type": "npm", - "name": "npm:@humanwhocodes/config-array", - "data": { - "version": "0.13.0", - "packageName": "@humanwhocodes/config-array", - "hash": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" - } - }, - "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/object-schema": { - "type": "npm", - "name": "npm:@humanwhocodes/object-schema", - "data": { - "version": "2.0.3", - "packageName": "@humanwhocodes/object-schema", - "hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" - } - }, - "npm:@isaacs/cliui": { - "type": "npm", - "name": "npm:@isaacs/cliui", - "data": { - "version": "8.0.2", - "packageName": "@isaacs/cliui", - "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" - } - }, - "npm:@istanbuljs/load-nyc-config": { - "type": "npm", - "name": "npm:@istanbuljs/load-nyc-config", - "data": { - "version": "1.1.0", - "packageName": "@istanbuljs/load-nyc-config", - "hash": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" - } - }, - "npm:@istanbuljs/schema": { - "type": "npm", - "name": "npm:@istanbuljs/schema", - "data": { - "version": "0.1.6", - "packageName": "@istanbuljs/schema", - "hash": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==" - } - }, - "npm:@jest/console": { - "type": "npm", - "name": "npm:@jest/console", - "data": { - "version": "30.4.1", - "packageName": "@jest/console", - "hash": "sha512-v3bhyxUh9Hgmo5p6hAOXe14/R3ZxZDOsvHleh4B07z3m/x4/ngPUXEm9XwK4sF4u+f+P2ORb0Ge+MgpaqRMVDA==" - } - }, - "npm:@jest/core": { - "type": "npm", - "name": "npm:@jest/core", - "data": { - "version": "30.4.2", - "packageName": "@jest/core", - "hash": "sha512-TZJA6cPJUFxoWhxaLo8t0VX/MZX2wPWr0uIDvLSHIvN4gu9h02vSzqI2kBADG1ExqQlC+cY09xKMSreivvrChQ==" - } - }, - "npm:@jest/diff-sequences": { - "type": "npm", - "name": "npm:@jest/diff-sequences", - "data": { - "version": "30.0.1", - "packageName": "@jest/diff-sequences", - "hash": "sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==" - } - }, - "npm:@jest/diff-sequences@30.4.0": { - "type": "npm", - "name": "npm:@jest/diff-sequences@30.4.0", - "data": { - "version": "30.4.0", - "packageName": "@jest/diff-sequences", - "hash": "sha512-zOpzlfUs45l6u7jm39qr87JCHUDsaeCtvL+kQe/Vn9jSnRB4/5IPXISm0h9I1vZW/o00Kn4UTJ2MOlhnUGwv3g==" - } - }, - "npm:@jest/environment": { - "type": "npm", - "name": "npm:@jest/environment", - "data": { - "version": "30.4.1", - "packageName": "@jest/environment", - "hash": "sha512-AK9yNRqgKxiabqMoe4oW+3/TSSeV8vkdC7BGaxZdU0AFXfOpofTLqdru2GXKZghP3sdgwE9XXpnVwfZ8JnFV4w==" - } - }, - "npm:@jest/expect-utils": { - "type": "npm", - "name": "npm:@jest/expect-utils", - "data": { - "version": "30.4.1", - "packageName": "@jest/expect-utils", - "hash": "sha512-ZBn5CglH8fBsQsvs4VWNzD4aWfUYks+IdOOQU3MEK71ol/BcVm+P+rtb1KpiFBpSWSCE27uOahyyf1vfqOVbcQ==" - } - }, - "npm:@jest/expect": { - "type": "npm", - "name": "npm:@jest/expect", - "data": { - "version": "30.4.1", - "packageName": "@jest/expect", - "hash": "sha512-ginrj6TMgh2GshLUGCjO94Ptx9HhdZA/I6A9iUfyeLKFtdAjnKzHDgzgP9HYQgbxM1lbXScQ2eUBz2lGeVDPWA==" - } - }, - "npm:@jest/fake-timers": { - "type": "npm", - "name": "npm:@jest/fake-timers", - "data": { - "version": "30.4.1", - "packageName": "@jest/fake-timers", - "hash": "sha512-iW5umdmfPeWzehrVhugFQZqCchSCud5S1l2YT0O9ZhjRR0ExclANDZkiSBwzqtnlOn0J1JXvO+HZ6rkuyOVOgQ==" - } - }, - "npm:@jest/get-type": { - "type": "npm", - "name": "npm:@jest/get-type", - "data": { - "version": "30.1.0", - "packageName": "@jest/get-type", - "hash": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==" - } - }, - "npm:@jest/globals": { - "type": "npm", - "name": "npm:@jest/globals", - "data": { - "version": "30.4.1", - "packageName": "@jest/globals", - "hash": "sha512-ZbuY4cmXC8DkxYjfvT2DbcHWL2T6vmsMhXCDcmTB2T0y0gaezBI77ufq5ZAIdcRkYZ7NEQEDg1xFeKbxUJ5v5Q==" - } - }, - "npm:@jest/pattern": { - "type": "npm", - "name": "npm:@jest/pattern", - "data": { - "version": "30.4.0", - "packageName": "@jest/pattern", - "hash": "sha512-RAWn3+f9u8BsHijKJ71uHcFp6vmyEt6VvoWXkl6hKF3qVIuWNmudVjg12DlBPGup/frIl5UcUlH5HfEuvHpEXg==" - } - }, - "npm:@jest/reporters": { - "type": "npm", - "name": "npm:@jest/reporters", - "data": { - "version": "30.4.1", - "packageName": "@jest/reporters", - "hash": "sha512-/SnkPCzEQpUaBH81kjdEdDdo2WZl5hxw+BmLDGWjRkm8o7XlhjwsU36cqwe5PGBE5WYpBvDzRSdXx9rbGuJtNA==" - } - }, - "npm:@jest/schemas": { - "type": "npm", - "name": "npm:@jest/schemas", - "data": { - "version": "30.4.1", - "packageName": "@jest/schemas", - "hash": "sha512-i6b4qw5qnP8c5FEeBJg/uZQ4ddrkN6Ca8qISJh0pr7a5hfn3h3v5x60BEbOC7OYAGZNMs1LfFLwnW2CuK8F57Q==" - } - }, - "npm:@jest/schemas@29.6.3": { - "type": "npm", - "name": "npm:@jest/schemas@29.6.3", - "data": { - "version": "29.6.3", - "packageName": "@jest/schemas", - "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" - } - }, - "npm:@jest/snapshot-utils": { - "type": "npm", - "name": "npm:@jest/snapshot-utils", - "data": { - "version": "30.4.1", - "packageName": "@jest/snapshot-utils", - "hash": "sha512-ObY4ljvQ95mt6iwKtVLetR/4yXiAgl3H4nJxhztr0MTjrN97TwDYrnCp/kF60Ec9HdhkWTHSu+Hg05aXfngpOA==" - } - }, - "npm:@jest/source-map": { - "type": "npm", - "name": "npm:@jest/source-map", - "data": { - "version": "30.0.1", - "packageName": "@jest/source-map", - "hash": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==" - } - }, - "npm:@jest/test-result": { - "type": "npm", - "name": "npm:@jest/test-result", - "data": { - "version": "30.4.1", - "packageName": "@jest/test-result", - "hash": "sha512-/ZG7pgEiOmmWkN9TplKbOu4id2N5lh7FHwRwlkgBVAzGdRH+OkkQ8wX/kIxg4zmd3ZQvAL1RwL2yWsvNYYECTw==" - } - }, - "npm:@jest/test-sequencer": { - "type": "npm", - "name": "npm:@jest/test-sequencer", - "data": { - "version": "30.4.1", - "packageName": "@jest/test-sequencer", - "hash": "sha512-PeYE+4td5rKjoRPxztObrXU+H8hsjZfxKMXOcmrr34JerSyB/ROOxbbicz8B7A5j9R9VayDnVPvBmedqCsFCdw==" - } - }, - "npm:@jest/transform": { - "type": "npm", - "name": "npm:@jest/transform", - "data": { - "version": "30.4.1", - "packageName": "@jest/transform", - "hash": "sha512-Wz0LyktlTvRefoymh+n64hQ84KNXsRGcwdoZ8CSa0Ea+fgYcHZlnk+hDP7v2MS7il2bQ5uTEIxf4/NNfhMN4KQ==" - } - }, - "npm:@jest/types": { - "type": "npm", - "name": "npm:@jest/types", - "data": { - "version": "30.4.1", - "packageName": "@jest/types", - "hash": "sha512-f1x/vJXIfjOlEmejYpbkbgw1gOqpPECwMvMEtBqe47j7H2Hg8h8w3o3ikhSXq3MI15kg+oQ0exWO0uCtTNJLoQ==" - } - }, - "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/source-map": { - "type": "npm", - "name": "npm:@jridgewell/source-map", - "data": { - "version": "0.3.11", - "packageName": "@jridgewell/source-map", - "hash": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==" - } - }, - "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@0.3.9": { - "type": "npm", - "name": "npm:@jridgewell/trace-mapping@0.3.9", - "data": { - "version": "0.3.9", - "packageName": "@jridgewell/trace-mapping", - "hash": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" - } - }, - "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:@jsonjoy.com/base64@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/base64@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/base64", - "hash": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==" - } - }, - "npm:@jsonjoy.com/base64": { - "type": "npm", - "name": "npm:@jsonjoy.com/base64", - "data": { - "version": "1.1.2", - "packageName": "@jsonjoy.com/base64", - "hash": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==" - } - }, - "npm:@jsonjoy.com/buffers": { - "type": "npm", - "name": "npm:@jsonjoy.com/buffers", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/buffers", - "hash": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==" - } - }, - "npm:@jsonjoy.com/buffers@1.2.1": { - "type": "npm", - "name": "npm:@jsonjoy.com/buffers@1.2.1", - "data": { - "version": "1.2.1", - "packageName": "@jsonjoy.com/buffers", - "hash": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==" - } - }, - "npm:@jsonjoy.com/codegen@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/codegen@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/codegen", - "hash": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==" - } - }, - "npm:@jsonjoy.com/codegen": { - "type": "npm", - "name": "npm:@jsonjoy.com/codegen", - "data": { - "version": "1.0.0", - "packageName": "@jsonjoy.com/codegen", - "hash": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==" - } - }, - "npm:@jsonjoy.com/fs-core": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-core", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-core", - "hash": "sha512-uI++Wx6VkBJqVmkb4ZeExwAVpZiA2Do5NrEtXoDk0Pdvce3ytFXJoviT1sLOj16+qDIMnD5nWPfOhVpnDmRJKg==" - } - }, - "npm:@jsonjoy.com/fs-fsa": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-fsa", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-fsa", - "hash": "sha512-pKkw/yC5CzSZKhIIUIsH1przOa+K5jGmZIg1sWaSF24JojyrUFbjcQv7QrcGAudriei6HQ6R0BFj+V8NbQinJw==" - } - }, - "npm:@jsonjoy.com/fs-node-builtins": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node-builtins", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node-builtins", - "hash": "sha512-V4DgEFT3Cg5S9fCMOZSCVdTxdJWWLBO0WnAazV7hnCM96u5zXHyW/ubDAfcSVwqjkMJ50W1Y44IXtxRoIwaCVg==" - } - }, - "npm:@jsonjoy.com/fs-node-to-fsa": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node-to-fsa", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node-to-fsa", - "hash": "sha512-+JptNw3iifihxH2rEXrninDzX4FFVW8JD/wPR8GbJPAeL9CQUSblrlumOPB5gZuS7tYRX+PJPLtT7XzKoRhv/Q==" - } - }, - "npm:@jsonjoy.com/fs-node-utils": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node-utils", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node-utils", - "hash": "sha512-foyUrfS7WmYEUzqYXSNxmJBcSj04TABrkpFabwO9SCDCpVCfJ+qG+2sk5FjfiflG2n0SDFZDCJ6vYlJAEpxJFg==" - } - }, - "npm:@jsonjoy.com/fs-node": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-node", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-node", - "hash": "sha512-Kbn1jdkvDN4F2+BhoB6mMu7NCbhP0bgA5NcI1aJj/Q5UcU+I1JLLW+dEQean33iV4tXv35AzBVKPICnDltBpxw==" - } - }, - "npm:@jsonjoy.com/fs-print": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-print", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-print", - "hash": "sha512-96eAn4Dudtt67LTeuU47yUD+pg9/G/oKpI10zei9ljk3X3WK4lYKc+n3cpaPCAbKPzoyfxl0mXm8f8Y7BOSFXw==" - } - }, - "npm:@jsonjoy.com/fs-snapshot": { - "type": "npm", - "name": "npm:@jsonjoy.com/fs-snapshot", - "data": { - "version": "4.57.6", - "packageName": "@jsonjoy.com/fs-snapshot", - "hash": "sha512-V57CMzbOgTzUWGOWQ8GzHQdpJP6JnrYVNCtTBNxVYEnlVRvo4uEJqHhtAT8vhDFrIuJOXLrTL1Fki4h5oI7xxg==" - } - }, - "npm:@jsonjoy.com/json-pack": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pack", - "data": { - "version": "1.21.0", - "packageName": "@jsonjoy.com/json-pack", - "hash": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==" - } - }, - "npm:@jsonjoy.com/json-pack@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pack@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/json-pack", - "hash": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==" - } - }, - "npm:@jsonjoy.com/json-pointer@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pointer@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/json-pointer", - "hash": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==" - } - }, - "npm:@jsonjoy.com/json-pointer": { - "type": "npm", - "name": "npm:@jsonjoy.com/json-pointer", - "data": { - "version": "1.0.2", - "packageName": "@jsonjoy.com/json-pointer", - "hash": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==" - } - }, - "npm:@jsonjoy.com/util@17.67.0": { - "type": "npm", - "name": "npm:@jsonjoy.com/util@17.67.0", - "data": { - "version": "17.67.0", - "packageName": "@jsonjoy.com/util", - "hash": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==" - } - }, - "npm:@jsonjoy.com/util": { - "type": "npm", - "name": "npm:@jsonjoy.com/util", - "data": { - "version": "1.9.0", - "packageName": "@jsonjoy.com/util", - "hash": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==" - } - }, - "npm:@leichtgewicht/ip-codec": { - "type": "npm", - "name": "npm:@leichtgewicht/ip-codec", - "data": { - "version": "2.0.5", - "packageName": "@leichtgewicht/ip-codec", - "hash": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" - } - }, - "npm:@ljharb/through": { - "type": "npm", - "name": "npm:@ljharb/through", - "data": { - "version": "2.3.14", - "packageName": "@ljharb/through", - "hash": "sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==" - } - }, - "npm:@lukeed/csprng": { - "type": "npm", - "name": "npm:@lukeed/csprng", - "data": { - "version": "1.1.0", - "packageName": "@lukeed/csprng", - "hash": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" - } - }, - "npm:@microsoft/tsdoc": { - "type": "npm", - "name": "npm:@microsoft/tsdoc", - "data": { - "version": "0.15.1", - "packageName": "@microsoft/tsdoc", - "hash": "sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==" - } - }, - "npm:@module-federation/bridge-react-webpack-plugin": { - "type": "npm", - "name": "npm:@module-federation/bridge-react-webpack-plugin", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/bridge-react-webpack-plugin", - "hash": "sha512-bMRKo1ac6dYUhvPWH6ElFRfR+yWjbCse2mwu9fEzjemeaAqqse0K7XBIrW+4HcU7k/A6fu4Dk8o137ol6ZFXvw==" - } - }, - "npm:@module-federation/cli": { - "type": "npm", - "name": "npm:@module-federation/cli", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/cli", - "hash": "sha512-Y5dQrcPoph91KAzg6XXQ40faqFQ4iPwq3JuvFbsawyKwhQ/+aHkaH7cfclNbNr9pHGiiozkdxb22zK3oJRI3rw==" - } - }, - "npm:@module-federation/dts-plugin": { - "type": "npm", - "name": "npm:@module-federation/dts-plugin", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/dts-plugin", - "hash": "sha512-XylIL02As+VXk4DzFb8qYQs1YYoY0MZOpIqhf06LMkZBjPdOE0wJ1GOBvhFP9kM/cfuK7QV//mNdrWlZgvEkRA==" - } - }, - "npm:@module-federation/enhanced": { - "type": "npm", - "name": "npm:@module-federation/enhanced", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/enhanced", - "hash": "sha512-uddrS58NxOW2lsLfXLHenzfX37QMuZ0g03nG9SVhqfo3tMdP9877SLaMKRpoOvy7YQRfrXVAGF//9U9QtEWr7A==" - } - }, - "npm:@module-federation/error-codes@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/error-codes@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/error-codes", - "hash": "sha512-MLJUCQ05KnoVl8xd6xs9a5g2/8U+eWmVxg7xiBMeR0+7OjdWUbHwcwgVFatRIwSZvFgKHfWEiI7wsU1q1XbTRQ==" - } - }, - "npm:@module-federation/error-codes": { - "type": "npm", - "name": "npm:@module-federation/error-codes", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/error-codes", - "hash": "sha512-3KIR8XbEW0Y+Fn8IAnxzDWMvXQWiS40Z1TE/Fft9aTeXP9dDAM7AiVhjTh5yF2csAwHSt/1LJVZbiCmS13mE8A==" - } - }, - "npm:@module-federation/inject-external-runtime-core-plugin": { - "type": "npm", - "name": "npm:@module-federation/inject-external-runtime-core-plugin", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/inject-external-runtime-core-plugin", - "hash": "sha512-cCFCQ0j0xObXwVwBq/ZiU+MMdJrE2OVwdPUR7l6NHKKwKAOmkagM+AE5wNEkzVht6m+Dh6x6/5UTqqa/vbDrjQ==" - } - }, - "npm:@module-federation/managers": { - "type": "npm", - "name": "npm:@module-federation/managers", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/managers", - "hash": "sha512-AWbkH/U76FJDbdwBOodQ1An40WOdrDGAgqUMc8RD62+Ec/ocPfda0NhFcJbPxlUIvSFPTvBv6DwTnygmNC7GPA==" - } - }, - "npm:@module-federation/manifest": { - "type": "npm", - "name": "npm:@module-federation/manifest", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/manifest", - "hash": "sha512-z44Fita44rpLufoEW71tWw+eWGMVLVQzT2OjrzOHH8JLPOX3czT0INPwVbRp9v8puzWiU6Kz5W6PqelqutpJKA==" - } - }, - "npm:@module-federation/node": { - "type": "npm", - "name": "npm:@module-federation/node", - "data": { - "version": "2.7.44", - "packageName": "@module-federation/node", - "hash": "sha512-XlwBWbSX2RMQM7dKQifUsMncDtvjeMFGH5LW6yG2cM/nqrM9uvN0QaG3AJIbYXKpOqH94x/XfP7jBV5JYyWpzQ==" - } - }, - "npm:@module-federation/rspack": { - "type": "npm", - "name": "npm:@module-federation/rspack", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/rspack", - "hash": "sha512-9Qu4Q7P4VHUhMQLHKA95x3L85WKPtk2Lz0VPpUprIwlKhKgZbuy5ou2PjlWiaPIffWo1JsVfoBi+P9dtpOeEsw==" - } - }, - "npm:@module-federation/runtime-core@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/runtime-core@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/runtime-core", - "hash": "sha512-5Hd1Y5qp5lU/aTiK66lidMlM/4ji2gr3EXAtJdreJzkY+bKcI5+21GRcliZ4RAkICmvdxQU5PHPL71XmNc7Lsw==" - } - }, - "npm:@module-federation/runtime-core": { - "type": "npm", - "name": "npm:@module-federation/runtime-core", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/runtime-core", - "hash": "sha512-UMuMsWHXeMrm8Isl8YD6/s1jmTVau3SQhp9RO4Ln+eD2lrjM4hQSwOX2xPtfT1C1I4/E6hgyZQV1K1Q/3Zpr0Q==" - } - }, - "npm:@module-federation/runtime-tools@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/runtime-tools@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/runtime-tools", - "hash": "sha512-fnP+ZOZTFeBGiTAnxve+axGmiYn2D60h86nUISXjXClK3LUY1krUfPgf6MaD4YDJ4i51OGXZWPekeMe16pkd8Q==" - } - }, - "npm:@module-federation/runtime-tools": { - "type": "npm", - "name": "npm:@module-federation/runtime-tools", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/runtime-tools", - "hash": "sha512-pYUNvaQQBEwP66TLrjmmfkDIrTmPnX0kK86HgClkWLQKkX/oCgnqDxEgNbjeCc75dwUvZP6fW2d0pZ5++XILTw==" - } - }, - "npm:@module-federation/runtime@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/runtime@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/runtime", - "hash": "sha512-+caXwaQqwTNh+CQqyb4mZmXq7iEemRDrTZQGD+zyeH454JAYnJ3s/3oDFizdH6245pk+NiqDyOOkHzzFQorKhQ==" - } - }, - "npm:@module-federation/runtime": { - "type": "npm", - "name": "npm:@module-federation/runtime", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/runtime", - "hash": "sha512-Tf33FIpnQMn8FjIUAQMtSTYQgGibfh5vEvJihFO3q/hG9LiWwLMErZvOz/+wcPsE81gzHjYPxQgMKGSP3BuG8g==" - } - }, - "npm:@module-federation/sdk@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/sdk@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/sdk", - "hash": "sha512-x6hARETb8iqHVhEsQBysuWpznNZViUh84qV2yE7AD+g7uIzHKiYdoWqj10posbo5XKf/147qgWDzKZoKoEP2dw==" - } - }, - "npm:@module-federation/sdk": { - "type": "npm", - "name": "npm:@module-federation/sdk", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/sdk", - "hash": "sha512-FDhCx81ZCxX1oT/fyt/bW+gpPt287GR156E/Thv1yhb9XyNHGNkqe8zqJOipOMfb07E22OMzSzOulCBvAOgn3g==" - } - }, - "npm:@module-federation/third-party-dts-extractor": { - "type": "npm", - "name": "npm:@module-federation/third-party-dts-extractor", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/third-party-dts-extractor", - "hash": "sha512-/jD/o2IivDgg6jGUgdb9NZtlJWeoz1uKcblGL2BxYVzzlKT+1YS7Y2idTl1tqp4hNdFnDlPpQv6WLdKiLoOPNw==" - } - }, - "npm:@module-federation/webpack-bundler-runtime@0.21.6": { - "type": "npm", - "name": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "data": { - "version": "0.21.6", - "packageName": "@module-federation/webpack-bundler-runtime", - "hash": "sha512-7zIp3LrcWbhGuFDTUMLJ2FJvcwjlddqhWGxi/MW3ur1a+HaO8v5tF2nl+vElKmbG1DFLU/52l3PElVcWf/YcsQ==" - } - }, - "npm:@module-federation/webpack-bundler-runtime": { - "type": "npm", - "name": "npm:@module-federation/webpack-bundler-runtime", - "data": { - "version": "2.5.1", - "packageName": "@module-federation/webpack-bundler-runtime", - "hash": "sha512-0pUsP9aaWIUcfWUXqax/iSwozngORwf4RK0R1qTOYYC13qx+p4p1Ck28Rz6Tzj/6zpzJgcMQXR7nW4sL+ztaww==" - } - }, - "npm:@napi-rs/wasm-runtime": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime", - "data": { - "version": "0.2.4", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==" - } - }, - "npm:@napi-rs/wasm-runtime@1.0.7": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime@1.0.7", - "data": { - "version": "1.0.7", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==" - } - }, - "npm:@napi-rs/wasm-runtime@1.1.4": { - "type": "npm", - "name": "npm:@napi-rs/wasm-runtime@1.1.4", - "data": { - "version": "1.1.4", - "packageName": "@napi-rs/wasm-runtime", - "hash": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==" - } - }, - "npm:@nestjs/cli": { - "type": "npm", - "name": "npm:@nestjs/cli", - "data": { - "version": "10.4.9", - "packageName": "@nestjs/cli", - "hash": "sha512-s8qYd97bggqeK7Op3iD49X2MpFtW4LVNLAwXFkfbRxKME6IYT7X0muNTJ2+QfI8hpbNx9isWkrLWIp+g5FOhiA==" - } - }, - "npm:@nestjs/common": { - "type": "npm", - "name": "npm:@nestjs/common", - "data": { - "version": "10.4.22", - "packageName": "@nestjs/common", - "hash": "sha512-fxJ4v85nDHaqT1PmfNCQ37b/jcv2OojtXTaK1P2uAXhzLf9qq6WNUOFvxBrV4fhQek1EQoT1o9oj5xAZmv3NRw==" - } - }, - "npm:@nestjs/config": { - "type": "npm", - "name": "npm:@nestjs/config", - "data": { - "version": "4.0.4", - "packageName": "@nestjs/config", - "hash": "sha512-CJPjNitr0bAufSEnRe2N+JbnVmMmDoo6hvKCPzXgZoGwJSmp/dZPk9f/RMbuD/+Q1ZJPjwsRpq0vxna++Knwow==" - } - }, - "npm:@nestjs/core": { - "type": "npm", - "name": "npm:@nestjs/core", - "data": { - "version": "10.4.22", - "packageName": "@nestjs/core", - "hash": "sha512-6IX9+VwjiKtCjx+mXVPncpkQ5ZjKfmssOZPFexmT+6T9H9wZ3svpYACAo7+9e7Nr9DZSoRZw3pffkJP7Z0UjaA==" - } - }, - "npm:@nestjs/mapped-types": { - "type": "npm", - "name": "npm:@nestjs/mapped-types", - "data": { - "version": "2.0.5", - "packageName": "@nestjs/mapped-types", - "hash": "sha512-bSJv4pd6EY99NX9CjBIyn4TVDoSit82DUZlL4I3bqNfy5Gt+gXTa86i3I/i0iIV9P4hntcGM5GyO+FhZAhxtyg==" - } - }, - "npm:@nestjs/passport": { - "type": "npm", - "name": "npm:@nestjs/passport", - "data": { - "version": "10.0.3", - "packageName": "@nestjs/passport", - "hash": "sha512-znJ9Y4S8ZDVY+j4doWAJ8EuuVO7SkQN3yOBmzxbGaXbvcSwFDAdGJ+OMCg52NdzIO4tQoN4pYKx8W6M0ArfFRQ==" - } - }, - "npm:@nestjs/platform-express": { - "type": "npm", - "name": "npm:@nestjs/platform-express", - "data": { - "version": "11.1.24", - "packageName": "@nestjs/platform-express", - "hash": "sha512-CeMKbRBm05aOBiWhIHWO2xDeHbxynBF9ySQv3gRjObz2N5+uJnYriAYkHvVqvC4JIydmMPmT5VdICFNlNz3qyA==" - } - }, - "npm:@nestjs/schematics@10.2.3": { - "type": "npm", - "name": "npm:@nestjs/schematics@10.2.3", - "data": { - "version": "10.2.3", - "packageName": "@nestjs/schematics", - "hash": "sha512-4e8gxaCk7DhBxVUly2PjYL4xC2ifDFexCqq1/u4TtivLGXotVk0wHdYuPYe1tHTHuR1lsOkRbfOCpkdTnigLVg==" - } - }, - "npm:@nestjs/schematics": { - "type": "npm", - "name": "npm:@nestjs/schematics", - "data": { - "version": "11.1.0", - "packageName": "@nestjs/schematics", - "hash": "sha512-lVxGZ46tcdItFMoXr6vyKWlnOsm1SZm/GUqAEDvy2RL4Q4O+3bkziAhrO7Y8JLssFUUvNFEGqAizI52WAxhjDw==" - } - }, - "npm:@nestjs/swagger": { - "type": "npm", - "name": "npm:@nestjs/swagger", - "data": { - "version": "7.4.2", - "packageName": "@nestjs/swagger", - "hash": "sha512-Mu6TEn1M/owIvAx2B4DUQObQXqo2028R2s9rSZ/hJEgBK95+doTwS0DjmVA2wTeZTyVtXOoN7CsoM5pONBzvKQ==" - } - }, - "npm:@nestjs/testing": { - "type": "npm", - "name": "npm:@nestjs/testing", - "data": { - "version": "10.4.22", - "packageName": "@nestjs/testing", - "hash": "sha512-HO9aPus3bAedAC+jKVAA8jTdaj4fs5M9fing4giHrcYV2txe9CvC1l1WAjwQ9RDhEHdugjY4y+FZA/U/YqPZrA==" - } - }, - "npm:@nestjs/typeorm": { - "type": "npm", - "name": "npm:@nestjs/typeorm", - "data": { - "version": "10.0.2", - "packageName": "@nestjs/typeorm", - "hash": "sha512-H738bJyydK4SQkRCTeh1aFBxoO1E9xdL/HaLGThwrqN95os5mEyAtK7BLADOS+vldP4jDZ2VQPLj4epWwRqCeQ==" - } - }, - "npm:@noble/hashes": { - "type": "npm", - "name": "npm:@noble/hashes", - "data": { - "version": "1.4.0", - "packageName": "@noble/hashes", - "hash": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==" - } - }, - "npm:@nodable/entities": { - "type": "npm", - "name": "npm:@nodable/entities", - "data": { - "version": "2.1.1", - "packageName": "@nodable/entities", - "hash": "sha512-Pig3HxDIoMgjdEH8OCf/dkcTmLFjJRjWuq8jSnklu284/TKOPibSRERmOykiwmyXTtv61mP+44f3GMx0tLAyjg==" - } - }, - "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:@nrwl/nx-cloud": { - "type": "npm", - "name": "npm:@nrwl/nx-cloud", - "data": { - "version": "16.5.2", - "packageName": "@nrwl/nx-cloud", - "hash": "sha512-oHO5T1HRJsR9mbRd8eUqMBPCgqVZLSbAh3zJoPFmhEmjbM4YB9ePRpgYFT8dRNeZUOUd/8Yt7Pb6EVWOHvpD/w==" - } - }, - "npm:@nuxtjs/opencollective": { - "type": "npm", - "name": "npm:@nuxtjs/opencollective", - "data": { - "version": "0.3.2", - "packageName": "@nuxtjs/opencollective", - "hash": "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==" - } - }, - "npm:@nx/cypress": { - "type": "npm", - "name": "npm:@nx/cypress", - "data": { - "version": "22.7.5", - "packageName": "@nx/cypress", - "hash": "sha512-R7vlStn1ukKL9WL/dtfESKeqC38LyDvapPdSbxlBiDISCMgJAzntLcoBM22LfR3z7xy4kDk21fDMwglO3Bj30A==" - } - }, - "npm:@nx/devkit": { - "type": "npm", - "name": "npm:@nx/devkit", - "data": { - "version": "22.7.5", - "packageName": "@nx/devkit", - "hash": "sha512-/63ziS7kdHXYTLLhwWBu9hFwoFFT8xf+PkcQjsNdPqc5JmkYkSew0cE/vp5ORgBpGLWWnFPJgmfqjbJoO2C7jA==" - } - }, - "npm:@nx/eslint-plugin": { - "type": "npm", - "name": "npm:@nx/eslint-plugin", - "data": { - "version": "22.7.5", - "packageName": "@nx/eslint-plugin", - "hash": "sha512-C9mLUAZjcAKvkAifLNxNBWzvX9RFc/fg+GbO0d50596Lw3Yoz5tRCm4mgpUbVI3mkMIQumjoe8hu9bFx85bXnw==" - } - }, - "npm:@nx/eslint": { - "type": "npm", - "name": "npm:@nx/eslint", - "data": { - "version": "22.7.5", - "packageName": "@nx/eslint", - "hash": "sha512-D/85AvnF07ng/fLcSvAE8bxFQKvejUc/MP4pX6aFZgRGrpduo7mTwFMlM/UtOtTTPRRRQVLmM9u7jn4JKROBRw==" - } - }, - "npm:@nx/jest": { - "type": "npm", - "name": "npm:@nx/jest", - "data": { - "version": "22.7.5", - "packageName": "@nx/jest", - "hash": "sha512-+WlVdtDlVM1dyJKQg/gKiMMs6B4cR8Qh3NT9J2WFPbKdD89DTR771j+WZE572MLijJmqzOE7uNH189kV1qEj0A==" - } - }, - "npm:@nx/js": { - "type": "npm", - "name": "npm:@nx/js", - "data": { - "version": "22.7.5", - "packageName": "@nx/js", - "hash": "sha512-2nJdlNPwYRldsdmUz+p/O8kF7eVjINaycTO4o1FXn8DL09wLvhxb1kFAaJrGA3Ig6znAnmRVGitccFt1QTPCIg==" - } - }, - "npm:@nx/module-federation": { - "type": "npm", - "name": "npm:@nx/module-federation", - "data": { - "version": "22.7.5", - "packageName": "@nx/module-federation", - "hash": "sha512-tb2j891NYZvl2jMFWbTgF2aLGOGDjhJrMbUKIml2/xIT6DNF89+ly8+wjMS5Nh7JAK3XSQtlERlFVBCcTD+bQA==" - } - }, - "npm:@nx/nx-darwin-arm64": { - "type": "npm", - "name": "npm:@nx/nx-darwin-arm64", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-darwin-arm64", - "hash": "sha512-eoPtwx0qZqvRUD+VVOHm150AlSYwYoPxkDHBBGqKCn5nzPspb0lLWw8q83crM/L1M928YgK0WmGf3C++7eqsTA==" - } - }, - "npm:@nx/nx-darwin-x64": { - "type": "npm", - "name": "npm:@nx/nx-darwin-x64", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-darwin-x64", - "hash": "sha512-VLOn/ZoEn3HfjSj+yIHLCM56/el79r+9I28CkZNHaSXJQWZ3edSkcgcfYjVxCurpN2VEwDQHLBeFCH8M+lQ7wQ==" - } - }, - "npm:@nx/nx-freebsd-x64": { - "type": "npm", - "name": "npm:@nx/nx-freebsd-x64", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-freebsd-x64", - "hash": "sha512-LEVer/E2xfGvK9Go+imMQoEninOoq/38Z2bhV1SD3AThXrp1xaLFVkW5jQ6juebeVkAeztEoMLFlr576egS0vw==" - } - }, - "npm:@nx/nx-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@nx/nx-linux-arm-gnueabihf", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-arm-gnueabihf", - "hash": "sha512-NP27EFGpmFJM6RL1Ey/AFJ7gA2xuqtIHaw6jjSNGvfrnZRUNaway30GrVaGGeODf0DsvAty/unqoBMPy6kDHbw==" - } - }, - "npm:@nx/nx-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@nx/nx-linux-arm64-gnu", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-arm64-gnu", - "hash": "sha512-QLnkJl3HkHsPfpLiNiAiMfpfAeFpic0U1diAxF8RqChOkCpQ7ulvyBVgE1UrQxvhd+gFQ3ed5RNDxtCRw8nTiw==" - } - }, - "npm:@nx/nx-linux-arm64-musl": { - "type": "npm", - "name": "npm:@nx/nx-linux-arm64-musl", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-arm64-musl", - "hash": "sha512-cEP6KmwBgnb38+jTTaibWCjwXcHmigqhTfy0tN1be7WZr6bHxbqNLsXqKRN70PSNA3HouZcxw1cdRL8tqbPBBA==" - } - }, - "npm:@nx/nx-linux-x64-gnu": { - "type": "npm", - "name": "npm:@nx/nx-linux-x64-gnu", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-x64-gnu", - "hash": "sha512-tbaX1tZCSpGifDNBfDdEZAMxVF3Yg4bhFP/bm1needc0diqb+Zflc0u5tM5/6BWDMITQDwenJVsNiQ8ZdtJURA==" - } - }, - "npm:@nx/nx-linux-x64-musl": { - "type": "npm", - "name": "npm:@nx/nx-linux-x64-musl", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-linux-x64-musl", - "hash": "sha512-H0M7csOZIgPT822LqjxSXzf4MXRND15vIkAQe3F3Jlr3Si8LC3tzbL52aVcRfgb8MF/xOB5U47mSwxWt1M2bPQ==" - } - }, - "npm:@nx/nx-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@nx/nx-win32-arm64-msvc", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-win32-arm64-msvc", - "hash": "sha512-JTcZch9YAnDL1gbhqePz3DZ4x7iYemLn1yJzrjbbXAmXju2eiiJiZvJJHbV06+SP9HKXDT8RjTKuAWTdVxnHug==" - } - }, - "npm:@nx/nx-win32-x64-msvc": { - "type": "npm", - "name": "npm:@nx/nx-win32-x64-msvc", - "data": { - "version": "22.7.5", - "packageName": "@nx/nx-win32-x64-msvc", - "hash": "sha512-ngcMyHdBJ9FSz2nHdbZ7gtJlFq0O2b05sPAsVMkZ18CKzdaA1qrBDJfsMO49hPCny505eiT766+CkKdaCDl5kA==" - } - }, - "npm:@nx/react": { - "type": "npm", - "name": "npm:@nx/react", - "data": { - "version": "22.7.5", - "packageName": "@nx/react", - "hash": "sha512-Xgrq3iEJVM+SvZYEIYgBrfSRJ2hx7Bpc/p3w7A9gJYyXeAJgAfPzK4jtESkMqLxW5mBCpQVgJEbIrR5IAcBpbA==" - } - }, - "npm:@nx/rollup": { - "type": "npm", - "name": "npm:@nx/rollup", - "data": { - "version": "22.7.5", - "packageName": "@nx/rollup", - "hash": "sha512-36bLP+XZR7Qiejw1sGc+0R3r2/N4FNPgV8Q1IW8Y+6QpkTCk3jStX1HXyJBW0EwPcIkgQ/PwSkhHeg9ATZei2A==" - } - }, - "npm:@nx/vite": { - "type": "npm", - "name": "npm:@nx/vite", - "data": { - "version": "22.7.5", - "packageName": "@nx/vite", - "hash": "sha512-udKstx9fDT+Z/SacxVBJWdqDhaxee9/rA+F6nyg97PTH4JAGVuj+LZIFPakqiSg623GXMAGmK0gzAswAuWrYIQ==" - } - }, - "npm:@nx/vitest": { - "type": "npm", - "name": "npm:@nx/vitest", - "data": { - "version": "22.7.5", - "packageName": "@nx/vitest", - "hash": "sha512-+E/IOIpzKbIfnTugx5vk9nDRw9tJEPIdNguYusSrzyZ6UNxiLBO9ipamNKiXw/4lPCtGH2TGx6M9nBQDUg/ciQ==" - } - }, - "npm:@nx/web": { - "type": "npm", - "name": "npm:@nx/web", - "data": { - "version": "22.7.5", - "packageName": "@nx/web", - "hash": "sha512-mJOx3BknJhdr2T7UD4b4LuWyTa+MyXXJvYymBjHvBuCmWC5o68wuDm2y5kXrZ1WxHJYlqoLZ2281QPVyB+SZ7A==" - } - }, - "npm:@nx/webpack": { - "type": "npm", - "name": "npm:@nx/webpack", - "data": { - "version": "22.7.5", - "packageName": "@nx/webpack", - "hash": "sha512-R6LUNAiwQANzqnRDVG2Z4nBMOUQX8Pud1BzllK+CgJkT8qK5eRjVjkBMCEm42togZ8Ax5/BYzO5w4gqUVKfvOQ==" - } - }, - "npm:@nx/workspace": { - "type": "npm", - "name": "npm:@nx/workspace", - "data": { - "version": "22.7.5", - "packageName": "@nx/workspace", - "hash": "sha512-f3zx8EAOl0ANd2UXZIniBoHfDvNvi2Uy65R9Rp6emdcx7rxsuTU5Eaidryleo9wIQ5cZAcMx7Wvzp5Srj8diKA==" - } - }, - "npm:@parcel/watcher-android-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-android-arm64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-android-arm64", - "hash": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==" - } - }, - "npm:@parcel/watcher-darwin-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-arm64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-darwin-arm64", - "hash": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==" - } - }, - "npm:@parcel/watcher-darwin-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-darwin-x64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-darwin-x64", - "hash": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==" - } - }, - "npm:@parcel/watcher-freebsd-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-freebsd-x64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-freebsd-x64", - "hash": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==" - } - }, - "npm:@parcel/watcher-linux-arm-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-glibc", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm-glibc", - "hash": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==" - } - }, - "npm:@parcel/watcher-linux-arm-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm-musl", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm-musl", - "hash": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==" - } - }, - "npm:@parcel/watcher-linux-arm64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-glibc", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm64-glibc", - "hash": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==" - } - }, - "npm:@parcel/watcher-linux-arm64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-arm64-musl", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-arm64-musl", - "hash": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==" - } - }, - "npm:@parcel/watcher-linux-x64-glibc": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-glibc", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-x64-glibc", - "hash": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==" - } - }, - "npm:@parcel/watcher-linux-x64-musl": { - "type": "npm", - "name": "npm:@parcel/watcher-linux-x64-musl", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-linux-x64-musl", - "hash": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==" - } - }, - "npm:@parcel/watcher-win32-arm64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-arm64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-win32-arm64", - "hash": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==" - } - }, - "npm:@parcel/watcher-win32-ia32": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-ia32", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-win32-ia32", - "hash": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==" - } - }, - "npm:@parcel/watcher-win32-x64": { - "type": "npm", - "name": "npm:@parcel/watcher-win32-x64", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher-win32-x64", - "hash": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==" - } - }, - "npm:@parcel/watcher": { - "type": "npm", - "name": "npm:@parcel/watcher", - "data": { - "version": "2.5.6", - "packageName": "@parcel/watcher", - "hash": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==" - } - }, - "npm:@peculiar/asn1-cms": { - "type": "npm", - "name": "npm:@peculiar/asn1-cms", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-cms", - "hash": "sha512-hew63shtzzvBcSHbhm+cyAmKe6AIfinT9hzEqSPjDC6opTTMKmTkQ0gHuN2KsWlvqiKw1S/fS94fhag/FJkioQ==" - } - }, - "npm:@peculiar/asn1-csr": { - "type": "npm", - "name": "npm:@peculiar/asn1-csr", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-csr", - "hash": "sha512-VVsAyGqErT9D1SY4aEqozThXMVI+ssVRiv2DDeYuvpBKLIgZ3hYs3Ay3u/VSoKq6ESFi9cf6rf3IOOzfwh7oMA==" - } - }, - "npm:@peculiar/asn1-ecc": { - "type": "npm", - "name": "npm:@peculiar/asn1-ecc", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-ecc", - "hash": "sha512-n7KEs/Q/wrB415cxy4fHOBhegp4NdJ15fkJPwcB/3/8iNBQC2L/N7SChJPKDJPZGYH0jD4Tg4/0vnHmwghnbKw==" - } - }, - "npm:@peculiar/asn1-pfx": { - "type": "npm", - "name": "npm:@peculiar/asn1-pfx", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-pfx", - "hash": "sha512-V/nrlQVmhg7lYAsM7E13UDL5erAwFv6kCIVFqNaMIHSVi7dngcT839JkRTkQBqznMG98l2XjxYk74ZztAohZzA==" - } - }, - "npm:@peculiar/asn1-pkcs8": { - "type": "npm", - "name": "npm:@peculiar/asn1-pkcs8", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-pkcs8", - "hash": "sha512-9GTl1nE8Mx1kTZ+7QyYatDyKsm34QcWRBFkY1iPvWC3X4Dona5s/tlLiQsx5WzVdZqiMBZNYT0buyw4/vbhnjw==" - } - }, - "npm:@peculiar/asn1-pkcs9": { - "type": "npm", - "name": "npm:@peculiar/asn1-pkcs9", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-pkcs9", - "hash": "sha512-Bh7m+OuIaSEllPQcSd9OSp93F4ROWH7sbITWV8MI+8dwsjE5111/87VxiWVvYFKyww3vp39geLv9ENqhwWHcew==" - } - }, - "npm:@peculiar/asn1-rsa": { - "type": "npm", - "name": "npm:@peculiar/asn1-rsa", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-rsa", - "hash": "sha512-/qvENQrXyTZURjMqSeofHul0JJt2sNSzSwk36pl2olkHbaioMQgrASDZAlHXl0xUlnVbHj0uGgOrBMTb5x2aJQ==" - } - }, - "npm:@peculiar/asn1-schema": { - "type": "npm", - "name": "npm:@peculiar/asn1-schema", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-schema", - "hash": "sha512-W8ZfWzLmQnrcky+eh3tni4IozMdqBDiHWU0N+vve/UGjMaUs8c0L7A2oEdkBXS8rTpWDpK/aoI3DG/L/hxmxPg==" - } - }, - "npm:@peculiar/asn1-x509-attr": { - "type": "npm", - "name": "npm:@peculiar/asn1-x509-attr", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-x509-attr", - "hash": "sha512-NS8e7SOgXipkzUPLF/sce7ukpMpWjhxYsH0n6Y+bHYo4TTxOb95Zv7hqwSuL212mj5YxovjdOKQOgH1As3E94w==" - } - }, - "npm:@peculiar/asn1-x509": { - "type": "npm", - "name": "npm:@peculiar/asn1-x509", - "data": { - "version": "2.7.0", - "packageName": "@peculiar/asn1-x509", - "hash": "sha512-mUn9RRrkGDnG4ALfunDmzyRW5dg+sWCj/pfnCCqEHYbkGxEpvUt6iVJv8Yw1cyp6SWZ26ZE5oSmI5SqEaen15g==" - } - }, - "npm:@peculiar/utils": { - "type": "npm", - "name": "npm:@peculiar/utils", - "data": { - "version": "2.0.3", - "packageName": "@peculiar/utils", - "hash": "sha512-+oL3HPFRIZ1St2K50lWCXiioIgSoxzz7R1J3uF6neO2yl1sgmpgY6XXJH4BdpoDkMWznQTeYF6oWNDZLCdQ4eQ==" - } - }, - "npm:@peculiar/x509": { - "type": "npm", - "name": "npm:@peculiar/x509", - "data": { - "version": "1.14.3", - "packageName": "@peculiar/x509", - "hash": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==" - } - }, - "npm:@phenomnomnominal/tsquery": { - "type": "npm", - "name": "npm:@phenomnomnominal/tsquery", - "data": { - "version": "6.2.0", - "packageName": "@phenomnomnominal/tsquery", - "hash": "sha512-Vo9nkhfZxDB/sBiqIY3pjDC4mOSyure+AFlEW5hcy/tRE82MqCXjRN4InnVNMldinRt0dLYqg4HAU2XPq5e1LA==" - } - }, - "npm:@pkgjs/parseargs": { - "type": "npm", - "name": "npm:@pkgjs/parseargs", - "data": { - "version": "0.11.0", - "packageName": "@pkgjs/parseargs", - "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" - } - }, - "npm:@pkgr/core": { - "type": "npm", - "name": "npm:@pkgr/core", - "data": { - "version": "0.3.6", - "packageName": "@pkgr/core", - "hash": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==" - } - }, - "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:@rolldown/pluginutils": { - "type": "npm", - "name": "npm:@rolldown/pluginutils", - "data": { - "version": "1.0.0-beta.27", - "packageName": "@rolldown/pluginutils", - "hash": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==" - } - }, - "npm:@rollup/plugin-babel": { - "type": "npm", - "name": "npm:@rollup/plugin-babel", - "data": { - "version": "6.1.0", - "packageName": "@rollup/plugin-babel", - "hash": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==" - } - }, - "npm:@rollup/plugin-commonjs": { - "type": "npm", - "name": "npm:@rollup/plugin-commonjs", - "data": { - "version": "25.0.8", - "packageName": "@rollup/plugin-commonjs", - "hash": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==" - } - }, - "npm:@rollup/plugin-image": { - "type": "npm", - "name": "npm:@rollup/plugin-image", - "data": { - "version": "3.0.3", - "packageName": "@rollup/plugin-image", - "hash": "sha512-qXWQwsXpvD4trSb8PeFPFajp8JLpRtqqOeNYRUKnEQNHm7e5UP7fuSRcbjQAJ7wDZBbnJvSdY5ujNBQd9B1iFg==" - } - }, - "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/plugin-node-resolve": { - "type": "npm", - "name": "npm:@rollup/plugin-node-resolve", - "data": { - "version": "15.3.1", - "packageName": "@rollup/plugin-node-resolve", - "hash": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==" - } - }, - "npm:@rollup/plugin-typescript": { - "type": "npm", - "name": "npm:@rollup/plugin-typescript", - "data": { - "version": "12.3.0", - "packageName": "@rollup/plugin-typescript", - "hash": "sha512-7DP0/p7y3t67+NabT9f8oTBFE6gGkto4SA6Np2oudYmZE/m1dt8RB0SjL1msMxFpLo631qjRCcBlAbq1ml/Big==" - } - }, - "npm:@rollup/pluginutils@4.2.1": { - "type": "npm", - "name": "npm:@rollup/pluginutils@4.2.1", - "data": { - "version": "4.2.1", - "packageName": "@rollup/pluginutils", - "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" - } - }, - "npm:@rollup/pluginutils": { - "type": "npm", - "name": "npm:@rollup/pluginutils", - "data": { - "version": "5.4.0", - "packageName": "@rollup/pluginutils", - "hash": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==" - } - }, - "npm:@rollup/rollup-android-arm-eabi": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm-eabi", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-android-arm-eabi", - "hash": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==" - } - }, - "npm:@rollup/rollup-android-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-android-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-android-arm64", - "hash": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==" - } - }, - "npm:@rollup/rollup-darwin-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-darwin-arm64", - "hash": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==" - } - }, - "npm:@rollup/rollup-darwin-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-darwin-x64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-darwin-x64", - "hash": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==" - } - }, - "npm:@rollup/rollup-freebsd-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-freebsd-arm64", - "hash": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==" - } - }, - "npm:@rollup/rollup-freebsd-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-freebsd-x64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-freebsd-x64", - "hash": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==" - } - }, - "npm:@rollup/rollup-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-gnueabihf", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm-gnueabihf", - "hash": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==" - } - }, - "npm:@rollup/rollup-linux-arm-musleabihf": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-musleabihf", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm-musleabihf", - "hash": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==" - } - }, - "npm:@rollup/rollup-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm64-gnu", - "hash": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==" - } - }, - "npm:@rollup/rollup-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-arm64-musl", - "hash": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==" - } - }, - "npm:@rollup/rollup-linux-loong64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-loong64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-loong64-gnu", - "hash": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==" - } - }, - "npm:@rollup/rollup-linux-loong64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-loong64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-loong64-musl", - "hash": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==" - } - }, - "npm:@rollup/rollup-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-ppc64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-ppc64-gnu", - "hash": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==" - } - }, - "npm:@rollup/rollup-linux-ppc64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-ppc64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-ppc64-musl", - "hash": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==" - } - }, - "npm:@rollup/rollup-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-riscv64-gnu", - "hash": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==" - } - }, - "npm:@rollup/rollup-linux-riscv64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-riscv64-musl", - "hash": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==" - } - }, - "npm:@rollup/rollup-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-s390x-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-s390x-gnu", - "hash": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==" - } - }, - "npm:@rollup/rollup-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-x64-gnu", - "hash": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==" - } - }, - "npm:@rollup/rollup-linux-x64-musl": { - "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-musl", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-linux-x64-musl", - "hash": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==" - } - }, - "npm:@rollup/rollup-openbsd-x64": { - "type": "npm", - "name": "npm:@rollup/rollup-openbsd-x64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-openbsd-x64", - "hash": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==" - } - }, - "npm:@rollup/rollup-openharmony-arm64": { - "type": "npm", - "name": "npm:@rollup/rollup-openharmony-arm64", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-openharmony-arm64", - "hash": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==" - } - }, - "npm:@rollup/rollup-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-arm64-msvc", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-arm64-msvc", - "hash": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==" - } - }, - "npm:@rollup/rollup-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-ia32-msvc", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-ia32-msvc", - "hash": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==" - } - }, - "npm:@rollup/rollup-win32-x64-gnu": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-gnu", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-x64-gnu", - "hash": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==" - } - }, - "npm:@rollup/rollup-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-msvc", - "data": { - "version": "4.61.1", - "packageName": "@rollup/rollup-win32-x64-msvc", - "hash": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==" - } - }, - "npm:@rspack/binding-darwin-arm64": { - "type": "npm", - "name": "npm:@rspack/binding-darwin-arm64", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-darwin-arm64", - "hash": "sha512-e8CTQtzaeGnf+BIzR7wRMUwKfIg0jd/sxMRc1Vd0bCMHBhSN9EsGoMuJJaKeRrSmy2nwMCNWHIG+TvT1CEKg+A==" - } - }, - "npm:@rspack/binding-darwin-x64": { - "type": "npm", - "name": "npm:@rspack/binding-darwin-x64", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-darwin-x64", - "hash": "sha512-ku1XpTEPt6Za11zhpFWhfwrTQogcgi9RJrOUVC4FESiPO9aKyd4hJ+JiPgLY0MZOqsptK6vEAgOip+uDVXrCpg==" - } - }, - "npm:@rspack/binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@rspack/binding-linux-arm64-gnu", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-arm64-gnu", - "hash": "sha512-fvZX6xZPvBT8qipSpvkKMX5M7yd2BSpZNCZXcefw6gA3uC7LI3gu+er0LrDXY1PtPzVuHTyDx+abwWpagV3PiQ==" - } - }, - "npm:@rspack/binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@rspack/binding-linux-arm64-musl", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-arm64-musl", - "hash": "sha512-++XMKcMNrt59HcFBLnRaJcn70k3X0GwkAegZBVpel8xYIAgvoXT5+L8P1ExId/yTFxqedaz8DbcxQnNmMozviw==" - } - }, - "npm:@rspack/binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@rspack/binding-linux-x64-gnu", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-x64-gnu", - "hash": "sha512-tv3BWkTE1TndfX+DsE1rSTg8fBevCxujNZ3MlfZ22Wfy9x1FMXTJlWG8VIOXmaaJ1wUHzv8S7cE2YUUJ2LuiCg==" - } - }, - "npm:@rspack/binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@rspack/binding-linux-x64-musl", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-linux-x64-musl", - "hash": "sha512-DCGgZ5/in1O3FjHWqXnDsncRy+48cMhfuUAAUyl0yDj1NpsZu9pP+xfGLvGcQTiYrVl7IH9Aojf1eShP/77WGA==" - } - }, - "npm:@rspack/binding-wasm32-wasi": { - "type": "npm", - "name": "npm:@rspack/binding-wasm32-wasi", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-wasm32-wasi", - "hash": "sha512-VUwdhl/lI4m6o1OGCZ9JwtMjTV/yLY5VZTQdEPKb40JMTlmZ5MBlr5xk7ByaXXYHr6I+qnqEm73iMKQvg6iknw==" - } - }, - "npm:@rspack/binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@rspack/binding-win32-arm64-msvc", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-win32-arm64-msvc", - "hash": "sha512-23YX7zlOZlub+nPGDBUzktb4D5D6ETUAluKjXEeHIZ9m7fSlEYBnGL66YE+3t1DHXGd0OqsdwlvrNGcyo6EXDQ==" - } - }, - "npm:@rspack/binding-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@rspack/binding-win32-ia32-msvc", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-win32-ia32-msvc", - "hash": "sha512-cFgRE3APxrY4AEdooVk2LtipwNNT/9mrnjdC5lVbsIsz+SxvGbZR231bxDJEqP15+RJOaD07FO1sIjINFqXMEg==" - } - }, - "npm:@rspack/binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@rspack/binding-win32-x64-msvc", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding-win32-x64-msvc", - "hash": "sha512-cIuhVsZYd3o3Neo1JSAhJYw6BDvlxaBoqvgwRkG1rs0ExFmEmgYyG7ip9pFKnKNWph/tmW3rDYypmEfjs1is7g==" - } - }, - "npm:@rspack/binding": { - "type": "npm", - "name": "npm:@rspack/binding", - "data": { - "version": "1.6.8", - "packageName": "@rspack/binding", - "hash": "sha512-lUeL4mbwGo+nqRKqFDCm9vH2jv9FNMVt1X8jqayWRcOCPlj/2UVMEFgqjR7Pp2vlvnTKq//31KbDBJmDZq31RQ==" - } - }, - "npm:@rspack/core": { - "type": "npm", - "name": "npm:@rspack/core", - "data": { - "version": "1.6.8", - "packageName": "@rspack/core", - "hash": "sha512-FolcIAH5FW4J2FET+qwjd1kNeFbCkd0VLuIHO0thyolEjaPSxw5qxG67DA7BZGm6PVcoiSgPLks1DL6eZ8c+fA==" - } - }, - "npm:@rspack/lite-tapable": { - "type": "npm", - "name": "npm:@rspack/lite-tapable", - "data": { - "version": "1.1.0", - "packageName": "@rspack/lite-tapable", - "hash": "sha512-E2B0JhYFmVAwdDiG14+DW0Di4Ze4Jg10Pc4/lILUrd5DRCaklduz2OvJ5HYQ6G+hd+WTzqQb3QnDNfK4yvAFYw==" - } - }, - "npm:@rtsao/scc": { - "type": "npm", - "name": "npm:@rtsao/scc", - "data": { - "version": "1.1.0", - "packageName": "@rtsao/scc", - "hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" - } - }, - "npm:@sinclair/typebox@0.27.10": { - "type": "npm", - "name": "npm:@sinclair/typebox@0.27.10", - "data": { - "version": "0.27.10", - "packageName": "@sinclair/typebox", - "hash": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==" - } - }, - "npm:@sinclair/typebox": { - "type": "npm", - "name": "npm:@sinclair/typebox", - "data": { - "version": "0.34.49", - "packageName": "@sinclair/typebox", - "hash": "sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==" - } - }, - "npm:@sinonjs/commons": { - "type": "npm", - "name": "npm:@sinonjs/commons", - "data": { - "version": "3.0.1", - "packageName": "@sinonjs/commons", - "hash": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" - } - }, - "npm:@sinonjs/fake-timers": { - "type": "npm", - "name": "npm:@sinonjs/fake-timers", - "data": { - "version": "15.4.0", - "packageName": "@sinonjs/fake-timers", - "hash": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==" - } - }, - "npm:@smithy/core": { - "type": "npm", - "name": "npm:@smithy/core", - "data": { - "version": "3.24.6", - "packageName": "@smithy/core", - "hash": "sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug==" - } - }, - "npm:@smithy/credential-provider-imds": { - "type": "npm", - "name": "npm:@smithy/credential-provider-imds", - "data": { - "version": "4.3.8", - "packageName": "@smithy/credential-provider-imds", - "hash": "sha512-5cAM+KZC02sTqDt6NaLXyu50M/GNMd1eTzDVR8Lb0BBsVtu7RWHo47VPPEEv1vt3Yub6uzr+M5FHC+GtoT0USg==" - } - }, - "npm:@smithy/fetch-http-handler": { - "type": "npm", - "name": "npm:@smithy/fetch-http-handler", - "data": { - "version": "5.4.6", - "packageName": "@smithy/fetch-http-handler", - "hash": "sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g==" - } - }, - "npm:@smithy/is-array-buffer": { - "type": "npm", - "name": "npm:@smithy/is-array-buffer", - "data": { - "version": "2.2.0", - "packageName": "@smithy/is-array-buffer", - "hash": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==" - } - }, - "npm:@smithy/node-http-handler": { - "type": "npm", - "name": "npm:@smithy/node-http-handler", - "data": { - "version": "4.7.7", - "packageName": "@smithy/node-http-handler", - "hash": "sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A==" - } - }, - "npm:@smithy/signature-v4": { - "type": "npm", - "name": "npm:@smithy/signature-v4", - "data": { - "version": "5.4.6", - "packageName": "@smithy/signature-v4", - "hash": "sha512-Ojg4B6oIDlIr1R86xCDJt1zJWnYa0VINmqdjfe9qxWjdRivHalZ3iSlQgVqYbW0MdpFOC5XfHEWsnbmdnpIILQ==" - } - }, - "npm:@smithy/types": { - "type": "npm", - "name": "npm:@smithy/types", - "data": { - "version": "4.14.3", - "packageName": "@smithy/types", - "hash": "sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==" - } - }, - "npm:@smithy/util-buffer-from": { - "type": "npm", - "name": "npm:@smithy/util-buffer-from", - "data": { - "version": "2.2.0", - "packageName": "@smithy/util-buffer-from", - "hash": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==" - } - }, - "npm:@smithy/util-utf8": { - "type": "npm", - "name": "npm:@smithy/util-utf8", - "data": { - "version": "2.3.0", - "packageName": "@smithy/util-utf8", - "hash": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==" - } - }, - "npm:@sqltools/formatter": { - "type": "npm", - "name": "npm:@sqltools/formatter", - "data": { - "version": "1.2.5", - "packageName": "@sqltools/formatter", - "hash": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==" - } - }, - "npm:@svgr/babel-plugin-add-jsx-attribute": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-add-jsx-attribute", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-add-jsx-attribute", - "hash": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==" - } - }, - "npm:@svgr/babel-plugin-remove-jsx-attribute": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-remove-jsx-attribute", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-remove-jsx-attribute", - "hash": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==" - } - }, - "npm:@svgr/babel-plugin-remove-jsx-empty-expression": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-remove-jsx-empty-expression", - "hash": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==" - } - }, - "npm:@svgr/babel-plugin-replace-jsx-attribute-value": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-replace-jsx-attribute-value", - "hash": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==" - } - }, - "npm:@svgr/babel-plugin-svg-dynamic-title": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-svg-dynamic-title", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-svg-dynamic-title", - "hash": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==" - } - }, - "npm:@svgr/babel-plugin-svg-em-dimensions": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-svg-em-dimensions", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-svg-em-dimensions", - "hash": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==" - } - }, - "npm:@svgr/babel-plugin-transform-react-native-svg": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-transform-react-native-svg", - "data": { - "version": "8.1.0", - "packageName": "@svgr/babel-plugin-transform-react-native-svg", - "hash": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==" - } - }, - "npm:@svgr/babel-plugin-transform-svg-component": { - "type": "npm", - "name": "npm:@svgr/babel-plugin-transform-svg-component", - "data": { - "version": "8.0.0", - "packageName": "@svgr/babel-plugin-transform-svg-component", - "hash": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==" - } - }, - "npm:@svgr/babel-preset": { - "type": "npm", - "name": "npm:@svgr/babel-preset", - "data": { - "version": "8.1.0", - "packageName": "@svgr/babel-preset", - "hash": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==" - } - }, - "npm:@svgr/core": { - "type": "npm", - "name": "npm:@svgr/core", - "data": { - "version": "8.1.0", - "packageName": "@svgr/core", - "hash": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==" - } - }, - "npm:@svgr/hast-util-to-babel-ast": { - "type": "npm", - "name": "npm:@svgr/hast-util-to-babel-ast", - "data": { - "version": "8.0.0", - "packageName": "@svgr/hast-util-to-babel-ast", - "hash": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==" - } - }, - "npm:@svgr/plugin-jsx": { - "type": "npm", - "name": "npm:@svgr/plugin-jsx", - "data": { - "version": "8.1.0", - "packageName": "@svgr/plugin-jsx", - "hash": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==" - } - }, - "npm:@svgr/plugin-svgo": { - "type": "npm", - "name": "npm:@svgr/plugin-svgo", - "data": { - "version": "8.1.0", - "packageName": "@svgr/plugin-svgo", - "hash": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==" - } - }, - "npm:@svgr/webpack": { - "type": "npm", - "name": "npm:@svgr/webpack", - "data": { - "version": "8.1.0", - "packageName": "@svgr/webpack", - "hash": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==" - } - }, - "npm:@testing-library/dom": { - "type": "npm", - "name": "npm:@testing-library/dom", - "data": { - "version": "10.4.1", - "packageName": "@testing-library/dom", - "hash": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==" - } - }, - "npm:@testing-library/react": { - "type": "npm", - "name": "npm:@testing-library/react", - "data": { - "version": "15.0.7", - "packageName": "@testing-library/react", - "hash": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==" - } - }, - "npm:@tokenizer/inflate": { - "type": "npm", - "name": "npm:@tokenizer/inflate", - "data": { - "version": "0.2.7", - "packageName": "@tokenizer/inflate", - "hash": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==" - } - }, - "npm:@tokenizer/token": { - "type": "npm", - "name": "npm:@tokenizer/token", - "data": { - "version": "0.3.0", - "packageName": "@tokenizer/token", - "hash": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" - } - }, - "npm:@tsconfig/node10": { - "type": "npm", - "name": "npm:@tsconfig/node10", - "data": { - "version": "1.0.12", - "packageName": "@tsconfig/node10", - "hash": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==" - } - }, - "npm:@tsconfig/node12": { - "type": "npm", - "name": "npm:@tsconfig/node12", - "data": { - "version": "1.0.11", - "packageName": "@tsconfig/node12", - "hash": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" - } - }, - "npm:@tsconfig/node14": { - "type": "npm", - "name": "npm:@tsconfig/node14", - "data": { - "version": "1.0.3", - "packageName": "@tsconfig/node14", - "hash": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" - } - }, - "npm:@tsconfig/node16": { - "type": "npm", - "name": "npm:@tsconfig/node16", - "data": { - "version": "1.0.4", - "packageName": "@tsconfig/node16", - "hash": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" - } - }, - "npm:@tybys/wasm-util@0.9.0": { - "type": "npm", - "name": "npm:@tybys/wasm-util@0.9.0", - "data": { - "version": "0.9.0", - "packageName": "@tybys/wasm-util", - "hash": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==" - } - }, - "npm:@tybys/wasm-util@0.10.2": { - "type": "npm", - "name": "npm:@tybys/wasm-util@0.10.2", - "data": { - "version": "0.10.2", - "packageName": "@tybys/wasm-util", - "hash": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==" - } - }, - "npm:@types/aria-query": { - "type": "npm", - "name": "npm:@types/aria-query", - "data": { - "version": "5.0.4", - "packageName": "@types/aria-query", - "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" - } - }, - "npm:@types/babel__core": { - "type": "npm", - "name": "npm:@types/babel__core", - "data": { - "version": "7.20.5", - "packageName": "@types/babel__core", - "hash": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" - } - }, - "npm:@types/babel__generator": { - "type": "npm", - "name": "npm:@types/babel__generator", - "data": { - "version": "7.27.0", - "packageName": "@types/babel__generator", - "hash": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==" - } - }, - "npm:@types/babel__template": { - "type": "npm", - "name": "npm:@types/babel__template", - "data": { - "version": "7.4.4", - "packageName": "@types/babel__template", - "hash": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" - } - }, - "npm:@types/babel__traverse": { - "type": "npm", - "name": "npm:@types/babel__traverse", - "data": { - "version": "7.28.0", - "packageName": "@types/babel__traverse", - "hash": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==" - } - }, - "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/bonjour": { - "type": "npm", - "name": "npm:@types/bonjour", - "data": { - "version": "3.5.13", - "packageName": "@types/bonjour", - "hash": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==" - } - }, - "npm:@types/chai-subset": { - "type": "npm", - "name": "npm:@types/chai-subset", - "data": { - "version": "1.3.6", - "packageName": "@types/chai-subset", - "hash": "sha512-m8lERkkQj+uek18hXOZuec3W/fCRTrU4hrnXjH3qhHy96ytuPaPiWGgu7sJb7tZxZonO75vYAjCvpe/e4VUwRw==" - } - }, - "npm:@types/chai": { - "type": "npm", - "name": "npm:@types/chai", - "data": { - "version": "4.3.20", - "packageName": "@types/chai", - "hash": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==" - } - }, - "npm:@types/connect-history-api-fallback": { - "type": "npm", - "name": "npm:@types/connect-history-api-fallback", - "data": { - "version": "1.5.4", - "packageName": "@types/connect-history-api-fallback", - "hash": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==" - } - }, - "npm:@types/connect": { - "type": "npm", - "name": "npm:@types/connect", - "data": { - "version": "3.4.38", - "packageName": "@types/connect", - "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" - } - }, - "npm:@types/eslint-scope": { - "type": "npm", - "name": "npm:@types/eslint-scope", - "data": { - "version": "3.7.7", - "packageName": "@types/eslint-scope", - "hash": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==" - } - }, - "npm:@types/eslint": { - "type": "npm", - "name": "npm:@types/eslint", - "data": { - "version": "9.6.1", - "packageName": "@types/eslint", - "hash": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==" - } - }, - "npm:@types/esquery": { - "type": "npm", - "name": "npm:@types/esquery", - "data": { - "version": "1.5.4", - "packageName": "@types/esquery", - "hash": "sha512-yYO4Q8H+KJHKW1rEeSzHxcZi90durqYgWVfnh5K6ZADVBjBv2e1NEveYX5yT2bffgN7RqzH3k9930m+i2yBoMA==" - } - }, - "npm:@types/estree": { - "type": "npm", - "name": "npm:@types/estree", - "data": { - "version": "1.0.9", - "packageName": "@types/estree", - "hash": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==" - } - }, - "npm:@types/express-serve-static-core@5.1.1": { - "type": "npm", - "name": "npm:@types/express-serve-static-core@5.1.1", - "data": { - "version": "5.1.1", - "packageName": "@types/express-serve-static-core", - "hash": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==" - } - }, - "npm:@types/express-serve-static-core": { - "type": "npm", - "name": "npm:@types/express-serve-static-core", - "data": { - "version": "4.19.8", - "packageName": "@types/express-serve-static-core", - "hash": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==" - } - }, - "npm:@types/express@5.0.6": { - "type": "npm", - "name": "npm:@types/express@5.0.6", - "data": { - "version": "5.0.6", - "packageName": "@types/express", - "hash": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==" - } - }, - "npm:@types/express": { - "type": "npm", - "name": "npm:@types/express", - "data": { - "version": "4.17.25", - "packageName": "@types/express", - "hash": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==" - } - }, - "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/http-proxy": { - "type": "npm", - "name": "npm:@types/http-proxy", - "data": { - "version": "1.17.17", - "packageName": "@types/http-proxy", - "hash": "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==" - } - }, - "npm:@types/istanbul-lib-coverage": { - "type": "npm", - "name": "npm:@types/istanbul-lib-coverage", - "data": { - "version": "2.0.6", - "packageName": "@types/istanbul-lib-coverage", - "hash": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" - } - }, - "npm:@types/istanbul-lib-report": { - "type": "npm", - "name": "npm:@types/istanbul-lib-report", - "data": { - "version": "3.0.3", - "packageName": "@types/istanbul-lib-report", - "hash": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" - } - }, - "npm:@types/istanbul-reports": { - "type": "npm", - "name": "npm:@types/istanbul-reports", - "data": { - "version": "3.0.4", - "packageName": "@types/istanbul-reports", - "hash": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" - } - }, - "npm:@types/jest": { - "type": "npm", - "name": "npm:@types/jest", - "data": { - "version": "30.0.0", - "packageName": "@types/jest", - "hash": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==" - } - }, - "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/json5": { - "type": "npm", - "name": "npm:@types/json5", - "data": { - "version": "0.0.29", - "packageName": "@types/json5", - "hash": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" - } - }, - "npm:@types/jsonwebtoken": { - "type": "npm", - "name": "npm:@types/jsonwebtoken", - "data": { - "version": "9.0.10", - "packageName": "@types/jsonwebtoken", - "hash": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==" - } - }, - "npm:@types/mime": { - "type": "npm", - "name": "npm:@types/mime", - "data": { - "version": "1.3.5", - "packageName": "@types/mime", - "hash": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" - } - }, - "npm:@types/ms": { - "type": "npm", - "name": "npm:@types/ms", - "data": { - "version": "2.1.0", - "packageName": "@types/ms", - "hash": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" - } - }, - "npm:@types/node@25.9.1": { - "type": "npm", - "name": "npm:@types/node@25.9.1", - "data": { - "version": "25.9.1", - "packageName": "@types/node", - "hash": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==" - } - }, - "npm:@types/node": { - "type": "npm", - "name": "npm:@types/node", - "data": { - "version": "18.19.130", - "packageName": "@types/node", - "hash": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==" - } - }, - "npm:@types/nodemailer": { - "type": "npm", - "name": "npm:@types/nodemailer", - "data": { - "version": "8.0.0", - "packageName": "@types/nodemailer", - "hash": "sha512-fyf8jWULsCo0d0BuoQ75i6IeoHs47qcqxWc7yUdUcV0pOZGjUTTOvwdG1PRXUDqN/8A64yQdQdnA2pZgcdi+cA==" - } - }, - "npm:@types/parse-json": { - "type": "npm", - "name": "npm:@types/parse-json", - "data": { - "version": "4.0.2", - "packageName": "@types/parse-json", - "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" - } - }, - "npm:@types/pg": { - "type": "npm", - "name": "npm:@types/pg", - "data": { - "version": "8.20.0", - "packageName": "@types/pg", - "hash": "sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow==" - } - }, - "npm:@types/prop-types": { - "type": "npm", - "name": "npm:@types/prop-types", - "data": { - "version": "15.7.15", - "packageName": "@types/prop-types", - "hash": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==" - } - }, - "npm:@types/qs": { - "type": "npm", - "name": "npm:@types/qs", - "data": { - "version": "6.15.1", - "packageName": "@types/qs", - "hash": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==" - } - }, - "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/react-dom": { - "type": "npm", - "name": "npm:@types/react-dom", - "data": { - "version": "18.3.7", - "packageName": "@types/react-dom", - "hash": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==" - } - }, - "npm:@types/react": { - "type": "npm", - "name": "npm:@types/react", - "data": { - "version": "18.3.30", - "packageName": "@types/react", - "hash": "sha512-3ek6mwJL5/VBewBcY4S66cqlCtK3qi4WIq37Z0m/NHw1hjhI7274Mx1qz/+ggSzyBCOEf7eHjBN6INjPAWYfYw==" - } - }, - "npm:@types/resolve": { - "type": "npm", - "name": "npm:@types/resolve", - "data": { - "version": "1.20.2", - "packageName": "@types/resolve", - "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" - } - }, - "npm:@types/retry": { - "type": "npm", - "name": "npm:@types/retry", - "data": { - "version": "0.12.2", - "packageName": "@types/retry", - "hash": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==" - } - }, - "npm:@types/semver@7.5.8": { - "type": "npm", - "name": "npm:@types/semver@7.5.8", - "data": { - "version": "7.5.8", - "packageName": "@types/semver", - "hash": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" - } - }, - "npm:@types/semver": { - "type": "npm", - "name": "npm:@types/semver", - "data": { - "version": "7.7.1", - "packageName": "@types/semver", - "hash": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==" - } - }, - "npm:@types/send": { - "type": "npm", - "name": "npm:@types/send", - "data": { - "version": "1.2.1", - "packageName": "@types/send", - "hash": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==" - } - }, - "npm:@types/send@0.17.6": { - "type": "npm", - "name": "npm:@types/send@0.17.6", - "data": { - "version": "0.17.6", - "packageName": "@types/send", - "hash": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==" - } - }, - "npm:@types/serve-index": { - "type": "npm", - "name": "npm:@types/serve-index", - "data": { - "version": "1.9.4", - "packageName": "@types/serve-index", - "hash": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==" - } - }, - "npm:@types/serve-static": { - "type": "npm", - "name": "npm:@types/serve-static", - "data": { - "version": "1.15.10", - "packageName": "@types/serve-static", - "hash": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==" - } - }, - "npm:@types/serve-static@2.2.0": { - "type": "npm", - "name": "npm:@types/serve-static@2.2.0", - "data": { - "version": "2.2.0", - "packageName": "@types/serve-static", - "hash": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==" - } - }, - "npm:@types/sinonjs__fake-timers": { - "type": "npm", - "name": "npm:@types/sinonjs__fake-timers", - "data": { - "version": "8.1.1", - "packageName": "@types/sinonjs__fake-timers", - "hash": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==" - } - }, - "npm:@types/sizzle": { - "type": "npm", - "name": "npm:@types/sizzle", - "data": { - "version": "2.3.10", - "packageName": "@types/sizzle", - "hash": "sha512-TC0dmN0K8YcWEAEfiPi5gJP14eJe30TTGjkvek3iM/1NdHHsdCA/Td6GvNndMOo/iSnIsZ4HuuhrYPDAmbxzww==" - } - }, - "npm:@types/sockjs": { - "type": "npm", - "name": "npm:@types/sockjs", - "data": { - "version": "0.3.36", - "packageName": "@types/sockjs", - "hash": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==" - } - }, - "npm:@types/stack-utils": { - "type": "npm", - "name": "npm:@types/stack-utils", - "data": { - "version": "2.0.3", - "packageName": "@types/stack-utils", - "hash": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" - } - }, - "npm:@types/tmp": { - "type": "npm", - "name": "npm:@types/tmp", - "data": { - "version": "0.2.6", - "packageName": "@types/tmp", - "hash": "sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==" - } - }, - "npm:@types/validator": { - "type": "npm", - "name": "npm:@types/validator", - "data": { - "version": "13.15.10", - "packageName": "@types/validator", - "hash": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==" - } - }, - "npm:@types/ws": { - "type": "npm", - "name": "npm:@types/ws", - "data": { - "version": "8.18.1", - "packageName": "@types/ws", - "hash": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==" - } - }, - "npm:@types/yargs-parser": { - "type": "npm", - "name": "npm:@types/yargs-parser", - "data": { - "version": "21.0.3", - "packageName": "@types/yargs-parser", - "hash": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" - } - }, - "npm:@types/yargs": { - "type": "npm", - "name": "npm:@types/yargs", - "data": { - "version": "17.0.35", - "packageName": "@types/yargs", - "hash": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==" - } - }, - "npm:@typescript-eslint/eslint-plugin": { - "type": "npm", - "name": "npm:@typescript-eslint/eslint-plugin", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/eslint-plugin", - "hash": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==" - } - }, - "npm:@typescript-eslint/parser": { - "type": "npm", - "name": "npm:@typescript-eslint/parser", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/parser", - "hash": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" - } - }, - "npm:@typescript-eslint/project-service": { - "type": "npm", - "name": "npm:@typescript-eslint/project-service", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/project-service", - "hash": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==" - } - }, - "npm:@typescript-eslint/scope-manager": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" - } - }, - "npm:@typescript-eslint/scope-manager@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/scope-manager@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/scope-manager", - "hash": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==" - } - }, - "npm:@typescript-eslint/tsconfig-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/tsconfig-utils", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/tsconfig-utils", - "hash": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==" - } - }, - "npm:@typescript-eslint/type-utils": { - "type": "npm", - "name": "npm:@typescript-eslint/type-utils", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/type-utils", - "hash": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==" - } - }, - "npm:@typescript-eslint/type-utils@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/type-utils@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/type-utils", - "hash": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==" - } - }, - "npm:@typescript-eslint/types@6.21.0": { - "type": "npm", - "name": "npm:@typescript-eslint/types@6.21.0", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/types", - "hash": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" - } - }, - "npm:@typescript-eslint/types": { - "type": "npm", - "name": "npm:@typescript-eslint/types", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/types", - "hash": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==" - } - }, - "npm:@typescript-eslint/typescript-estree": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" - } - }, - "npm:@typescript-eslint/typescript-estree@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/typescript-estree@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/typescript-estree", - "hash": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==" - } - }, - "npm:@typescript-eslint/utils": { - "type": "npm", - "name": "npm:@typescript-eslint/utils", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==" - } - }, - "npm:@typescript-eslint/utils@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/utils@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/utils", - "hash": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==" - } - }, - "npm:@typescript-eslint/visitor-keys": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys", - "data": { - "version": "6.21.0", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" - } - }, - "npm:@typescript-eslint/visitor-keys@8.60.1": { - "type": "npm", - "name": "npm:@typescript-eslint/visitor-keys@8.60.1", - "data": { - "version": "8.60.1", - "packageName": "@typescript-eslint/visitor-keys", - "hash": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==" - } - }, - "npm:@ungap/structured-clone": { - "type": "npm", - "name": "npm:@ungap/structured-clone", - "data": { - "version": "1.3.1", - "packageName": "@ungap/structured-clone", - "hash": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==" - } - }, - "npm:@unrs/resolver-binding-android-arm-eabi": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-android-arm-eabi", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-android-arm-eabi", - "hash": "sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==" - } - }, - "npm:@unrs/resolver-binding-android-arm64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-android-arm64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-android-arm64", - "hash": "sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==" - } - }, - "npm:@unrs/resolver-binding-darwin-arm64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-darwin-arm64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-darwin-arm64", - "hash": "sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==" - } - }, - "npm:@unrs/resolver-binding-darwin-x64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-darwin-x64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-darwin-x64", - "hash": "sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==" - } - }, - "npm:@unrs/resolver-binding-freebsd-x64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-freebsd-x64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-freebsd-x64", - "hash": "sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==" - } - }, - "npm:@unrs/resolver-binding-linux-arm-gnueabihf": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm-gnueabihf", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm-gnueabihf", - "hash": "sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==" - } - }, - "npm:@unrs/resolver-binding-linux-arm-musleabihf": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm-musleabihf", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm-musleabihf", - "hash": "sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==" - } - }, - "npm:@unrs/resolver-binding-linux-arm64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm64-gnu", - "hash": "sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==" - } - }, - "npm:@unrs/resolver-binding-linux-arm64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-arm64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-arm64-musl", - "hash": "sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==" - } - }, - "npm:@unrs/resolver-binding-linux-loong64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-loong64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-loong64-gnu", - "hash": "sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==" - } - }, - "npm:@unrs/resolver-binding-linux-loong64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-loong64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-loong64-musl", - "hash": "sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==" - } - }, - "npm:@unrs/resolver-binding-linux-ppc64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-ppc64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-ppc64-gnu", - "hash": "sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==" - } - }, - "npm:@unrs/resolver-binding-linux-riscv64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-riscv64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-riscv64-gnu", - "hash": "sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==" - } - }, - "npm:@unrs/resolver-binding-linux-riscv64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-riscv64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-riscv64-musl", - "hash": "sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==" - } - }, - "npm:@unrs/resolver-binding-linux-s390x-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-s390x-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-s390x-gnu", - "hash": "sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==" - } - }, - "npm:@unrs/resolver-binding-linux-x64-gnu": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-x64-gnu", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-x64-gnu", - "hash": "sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==" - } - }, - "npm:@unrs/resolver-binding-linux-x64-musl": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-linux-x64-musl", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-linux-x64-musl", - "hash": "sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==" - } - }, - "npm:@unrs/resolver-binding-openharmony-arm64": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-openharmony-arm64", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-openharmony-arm64", - "hash": "sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==" - } - }, - "npm:@unrs/resolver-binding-wasm32-wasi": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-wasm32-wasi", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-wasm32-wasi", - "hash": "sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==" - } - }, - "npm:@unrs/resolver-binding-win32-arm64-msvc": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-win32-arm64-msvc", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-win32-arm64-msvc", - "hash": "sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==" - } - }, - "npm:@unrs/resolver-binding-win32-ia32-msvc": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-win32-ia32-msvc", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-win32-ia32-msvc", - "hash": "sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==" - } - }, - "npm:@unrs/resolver-binding-win32-x64-msvc": { - "type": "npm", - "name": "npm:@unrs/resolver-binding-win32-x64-msvc", - "data": { - "version": "1.12.2", - "packageName": "@unrs/resolver-binding-win32-x64-msvc", - "hash": "sha512-nAB74NfSNKknqQ1RrYj6uz8FcXEomu/MATJZxh/x+BArzN2U3JbOYC0APYzUIGhVY3m5hRxA8VPNdPBoG8txlA==" - } - }, - "npm:@vitejs/plugin-react": { - "type": "npm", - "name": "npm:@vitejs/plugin-react", - "data": { - "version": "4.7.0", - "packageName": "@vitejs/plugin-react", - "hash": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==" - } - }, - "npm:@vitest/expect": { - "type": "npm", - "name": "npm:@vitest/expect", - "data": { - "version": "0.32.4", - "packageName": "@vitest/expect", - "hash": "sha512-m7EPUqmGIwIeoU763N+ivkFjTzbaBn0n9evsTOcde03ugy2avPs3kZbYmw3DkcH1j5mxhMhdamJkLQ6dM1bk/A==" - } - }, - "npm:@vitest/runner": { - "type": "npm", - "name": "npm:@vitest/runner", - "data": { - "version": "0.32.4", - "packageName": "@vitest/runner", - "hash": "sha512-cHOVCkiRazobgdKLnczmz2oaKK9GJOw6ZyRcaPdssO1ej+wzHVIkWiCiNacb3TTYPdzMddYkCgMjZ4r8C0JFCw==" - } - }, - "npm:@vitest/snapshot": { - "type": "npm", - "name": "npm:@vitest/snapshot", - "data": { - "version": "0.32.4", - "packageName": "@vitest/snapshot", - "hash": "sha512-IRpyqn9t14uqsFlVI2d7DFMImGMs1Q9218of40bdQQgMePwVdmix33yMNnebXcTzDU5eiV3eUsoxxH5v0x/IQA==" - } - }, - "npm:@vitest/spy": { - "type": "npm", - "name": "npm:@vitest/spy", - "data": { - "version": "0.32.4", - "packageName": "@vitest/spy", - "hash": "sha512-oA7rCOqVOOpE6rEoXuCOADX7Lla1LIa4hljI2MSccbpec54q+oifhziZIJXxlE/CvI2E+ElhBHzVu0VEvJGQKQ==" - } - }, - "npm:@vitest/ui": { - "type": "npm", - "name": "npm:@vitest/ui", - "data": { - "version": "0.32.4", - "packageName": "@vitest/ui", - "hash": "sha512-92y7bkjf55L08nomvHHYQkDWQEIkb36dJkgi+F/zpO5cFbrmk1pv/dYiaZKQ772uP96fAWinmux6sXNMNUh16w==" - } - }, - "npm:@vitest/utils": { - "type": "npm", - "name": "npm:@vitest/utils", - "data": { - "version": "0.32.4", - "packageName": "@vitest/utils", - "hash": "sha512-Gwnl8dhd1uJ+HXrYyV0eRqfmk9ek1ASE/LWfTCuWMw+d07ogHqp4hEAV28NiecimK6UY9DpSEPh+pXBA5gtTBg==" - } - }, - "npm:@webassemblyjs/ast": { - "type": "npm", - "name": "npm:@webassemblyjs/ast", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/ast", - "hash": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==" - } - }, - "npm:@webassemblyjs/floating-point-hex-parser": { - "type": "npm", - "name": "npm:@webassemblyjs/floating-point-hex-parser", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/floating-point-hex-parser", - "hash": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==" - } - }, - "npm:@webassemblyjs/helper-api-error": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-api-error", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/helper-api-error", - "hash": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==" - } - }, - "npm:@webassemblyjs/helper-buffer": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-buffer", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/helper-buffer", - "hash": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==" - } - }, - "npm:@webassemblyjs/helper-numbers": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-numbers", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/helper-numbers", - "hash": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==" - } - }, - "npm:@webassemblyjs/helper-wasm-bytecode": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-wasm-bytecode", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/helper-wasm-bytecode", - "hash": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==" - } - }, - "npm:@webassemblyjs/helper-wasm-section": { - "type": "npm", - "name": "npm:@webassemblyjs/helper-wasm-section", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/helper-wasm-section", - "hash": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==" - } - }, - "npm:@webassemblyjs/ieee754": { - "type": "npm", - "name": "npm:@webassemblyjs/ieee754", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/ieee754", - "hash": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==" - } - }, - "npm:@webassemblyjs/leb128": { - "type": "npm", - "name": "npm:@webassemblyjs/leb128", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/leb128", - "hash": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==" - } - }, - "npm:@webassemblyjs/utf8": { - "type": "npm", - "name": "npm:@webassemblyjs/utf8", - "data": { - "version": "1.13.2", - "packageName": "@webassemblyjs/utf8", - "hash": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==" - } - }, - "npm:@webassemblyjs/wasm-edit": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-edit", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-edit", - "hash": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==" - } - }, - "npm:@webassemblyjs/wasm-gen": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-gen", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-gen", - "hash": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==" - } - }, - "npm:@webassemblyjs/wasm-opt": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-opt", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-opt", - "hash": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==" - } - }, - "npm:@webassemblyjs/wasm-parser": { - "type": "npm", - "name": "npm:@webassemblyjs/wasm-parser", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wasm-parser", - "hash": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==" - } - }, - "npm:@webassemblyjs/wast-printer": { - "type": "npm", - "name": "npm:@webassemblyjs/wast-printer", - "data": { - "version": "1.14.1", - "packageName": "@webassemblyjs/wast-printer", - "hash": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==" - } - }, - "npm:@xtuc/ieee754": { - "type": "npm", - "name": "npm:@xtuc/ieee754", - "data": { - "version": "1.2.0", - "packageName": "@xtuc/ieee754", - "hash": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - } - }, - "npm:@xtuc/long": { - "type": "npm", - "name": "npm:@xtuc/long", - "data": { - "version": "4.2.2", - "packageName": "@xtuc/long", - "hash": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - } - }, - "npm:@yarnpkg/lockfile": { - "type": "npm", - "name": "npm:@yarnpkg/lockfile", - "data": { - "version": "1.1.0", - "packageName": "@yarnpkg/lockfile", - "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" - } - }, - "npm:@zkochan/js-yaml": { - "type": "npm", - "name": "npm:@zkochan/js-yaml", - "data": { - "version": "0.0.7", - "packageName": "@zkochan/js-yaml", - "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==" - } - }, - "npm:accepts@2.0.0": { - "type": "npm", - "name": "npm:accepts@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "accepts", - "hash": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" - } - }, - "npm:accepts": { - "type": "npm", - "name": "npm:accepts", - "data": { - "version": "1.3.8", - "packageName": "accepts", - "hash": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" - } - }, - "npm:acorn-import-phases": { - "type": "npm", - "name": "npm:acorn-import-phases", - "data": { - "version": "1.0.4", - "packageName": "acorn-import-phases", - "hash": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==" - } - }, - "npm:acorn-jsx": { - "type": "npm", - "name": "npm:acorn-jsx", - "data": { - "version": "5.3.2", - "packageName": "acorn-jsx", - "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" - } - }, - "npm:acorn-walk": { - "type": "npm", - "name": "npm:acorn-walk", - "data": { - "version": "8.3.5", - "packageName": "acorn-walk", - "hash": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==" - } - }, - "npm:acorn": { - "type": "npm", - "name": "npm:acorn", - "data": { - "version": "8.16.0", - "packageName": "acorn", - "hash": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==" - } - }, - "npm:address": { - "type": "npm", - "name": "npm:address", - "data": { - "version": "2.0.3", - "packageName": "address", - "hash": "sha512-XNAb/a6TCqou+TufU8/u11HCu9x1gYvOoxLwtlXgIqmkrYQADVv6ljyW2zwiPhHz9R1gItAWpuDrdJMmrOBFEA==" - } - }, - "npm:adm-zip": { - "type": "npm", - "name": "npm:adm-zip", - "data": { - "version": "0.5.10", - "packageName": "adm-zip", - "hash": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==" - } - }, - "npm:agent-base": { - "type": "npm", - "name": "npm:agent-base", - "data": { - "version": "6.0.2", - "packageName": "agent-base", - "hash": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" - } - }, - "npm:ajv-formats": { - "type": "npm", - "name": "npm:ajv-formats", - "data": { - "version": "2.1.1", - "packageName": "ajv-formats", - "hash": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" - } - }, - "npm:ajv-formats@3.0.1": { - "type": "npm", - "name": "npm:ajv-formats@3.0.1", - "data": { - "version": "3.0.1", - "packageName": "ajv-formats", - "hash": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==" - } - }, - "npm:ajv-keywords@3.5.2": { - "type": "npm", - "name": "npm:ajv-keywords@3.5.2", - "data": { - "version": "3.5.2", - "packageName": "ajv-keywords", - "hash": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" - } - }, - "npm:ajv-keywords": { - "type": "npm", - "name": "npm:ajv-keywords", - "data": { - "version": "5.1.0", - "packageName": "ajv-keywords", - "hash": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" - } - }, - "npm:ajv@8.12.0": { - "type": "npm", - "name": "npm:ajv@8.12.0", - "data": { - "version": "8.12.0", - "packageName": "ajv", - "hash": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" - } - }, - "npm:ajv@8.18.0": { - "type": "npm", - "name": "npm:ajv@8.18.0", - "data": { - "version": "8.18.0", - "packageName": "ajv", - "hash": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" - } - }, - "npm:ajv@6.15.0": { - "type": "npm", - "name": "npm:ajv@6.15.0", - "data": { - "version": "6.15.0", - "packageName": "ajv", - "hash": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==" - } - }, - "npm:ajv": { - "type": "npm", - "name": "npm:ajv", - "data": { - "version": "8.20.0", - "packageName": "ajv", - "hash": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" - } - }, - "npm:amazon-cognito-identity-js": { - "type": "npm", - "name": "npm:amazon-cognito-identity-js", - "data": { - "version": "6.3.16", - "packageName": "amazon-cognito-identity-js", - "hash": "sha512-HPGSBGD6Q36t99puWh0LnptxO/4icnk2kqIQ9cTJ2tFQo5NMUnWQIgtrTAk8nm+caqUbjDzXzG56GBjI2tS6jQ==" - } - }, - "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": "4.3.2", - "packageName": "ansi-escapes", - "hash": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" - } - }, - "npm:ansi-escapes@7.3.0": { - "type": "npm", - "name": "npm:ansi-escapes@7.3.0", - "data": { - "version": "7.3.0", - "packageName": "ansi-escapes", - "hash": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==" - } - }, - "npm:ansi-html-community": { - "type": "npm", - "name": "npm:ansi-html-community", - "data": { - "version": "0.0.8", - "packageName": "ansi-html-community", - "hash": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" - } - }, - "npm:ansi-regex": { - "type": "npm", - "name": "npm:ansi-regex", - "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - } - }, - "npm:ansi-regex@6.2.2": { - "type": "npm", - "name": "npm:ansi-regex@6.2.2", - "data": { - "version": "6.2.2", - "packageName": "ansi-regex", - "hash": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" - } - }, - "npm:ansi-styles": { - "type": "npm", - "name": "npm:ansi-styles", - "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" - } - }, - "npm:ansi-styles@5.2.0": { - "type": "npm", - "name": "npm:ansi-styles@5.2.0", - "data": { - "version": "5.2.0", - "packageName": "ansi-styles", - "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" - } - }, - "npm:ansi-styles@6.2.3": { - "type": "npm", - "name": "npm:ansi-styles@6.2.3", - "data": { - "version": "6.2.3", - "packageName": "ansi-styles", - "hash": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" - } - }, - "npm:ansis": { - "type": "npm", - "name": "npm:ansis", - "data": { - "version": "4.3.1", - "packageName": "ansis", - "hash": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==" - } - }, - "npm:anymatch": { - "type": "npm", - "name": "npm:anymatch", - "data": { - "version": "3.1.3", - "packageName": "anymatch", - "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" - } - }, - "npm:app-root-path": { - "type": "npm", - "name": "npm:app-root-path", - "data": { - "version": "3.1.0", - "packageName": "app-root-path", - "hash": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==" - } - }, - "npm:append-field": { - "type": "npm", - "name": "npm:append-field", - "data": { - "version": "1.0.0", - "packageName": "append-field", - "hash": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" - } - }, - "npm:arch": { - "type": "npm", - "name": "npm:arch", - "data": { - "version": "2.2.0", - "packageName": "arch", - "hash": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" - } - }, - "npm:arg": { - "type": "npm", - "name": "npm:arg", - "data": { - "version": "4.1.3", - "packageName": "arg", - "hash": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - } - }, - "npm:argparse": { - "type": "npm", - "name": "npm:argparse", - "data": { - "version": "2.0.1", - "packageName": "argparse", - "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - } - }, - "npm:argparse@1.0.10": { - "type": "npm", - "name": "npm:argparse@1.0.10", - "data": { - "version": "1.0.10", - "packageName": "argparse", - "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" - } - }, - "npm:aria-query@5.3.0": { - "type": "npm", - "name": "npm:aria-query@5.3.0", - "data": { - "version": "5.3.0", - "packageName": "aria-query", - "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" - } - }, - "npm:aria-query": { - "type": "npm", - "name": "npm:aria-query", - "data": { - "version": "5.3.2", - "packageName": "aria-query", - "hash": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==" - } - }, - "npm:array-buffer-byte-length": { - "type": "npm", - "name": "npm:array-buffer-byte-length", - "data": { - "version": "1.0.2", - "packageName": "array-buffer-byte-length", - "hash": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==" - } - }, - "npm:array-flatten": { - "type": "npm", - "name": "npm:array-flatten", - "data": { - "version": "1.1.1", - "packageName": "array-flatten", - "hash": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - } - }, - "npm:array-includes": { - "type": "npm", - "name": "npm:array-includes", - "data": { - "version": "3.1.9", - "packageName": "array-includes", - "hash": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==" - } - }, - "npm:array-timsort": { - "type": "npm", - "name": "npm:array-timsort", - "data": { - "version": "1.0.3", - "packageName": "array-timsort", - "hash": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" - } - }, - "npm:array-union": { - "type": "npm", - "name": "npm:array-union", - "data": { - "version": "2.1.0", - "packageName": "array-union", - "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" - } - }, - "npm:array.prototype.findlast": { - "type": "npm", - "name": "npm:array.prototype.findlast", - "data": { - "version": "1.2.5", - "packageName": "array.prototype.findlast", - "hash": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==" - } - }, - "npm:array.prototype.findlastindex": { - "type": "npm", - "name": "npm:array.prototype.findlastindex", - "data": { - "version": "1.2.6", - "packageName": "array.prototype.findlastindex", - "hash": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==" - } - }, - "npm:array.prototype.flat": { - "type": "npm", - "name": "npm:array.prototype.flat", - "data": { - "version": "1.3.3", - "packageName": "array.prototype.flat", - "hash": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==" - } - }, - "npm:array.prototype.flatmap": { - "type": "npm", - "name": "npm:array.prototype.flatmap", - "data": { - "version": "1.3.3", - "packageName": "array.prototype.flatmap", - "hash": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==" - } - }, - "npm:array.prototype.tosorted": { - "type": "npm", - "name": "npm:array.prototype.tosorted", - "data": { - "version": "1.1.4", - "packageName": "array.prototype.tosorted", - "hash": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==" - } - }, - "npm:arraybuffer.prototype.slice": { - "type": "npm", - "name": "npm:arraybuffer.prototype.slice", - "data": { - "version": "1.0.4", - "packageName": "arraybuffer.prototype.slice", - "hash": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==" - } - }, - "npm:asn1": { - "type": "npm", - "name": "npm:asn1", - "data": { - "version": "0.2.6", - "packageName": "asn1", - "hash": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==" - } - }, - "npm:asn1js": { - "type": "npm", - "name": "npm:asn1js", - "data": { - "version": "3.0.10", - "packageName": "asn1js", - "hash": "sha512-S2s3aOytiKdFRdulw2qPE51MzjzVOisppcVv7jVFR+Kw0kxwvFrDcYA0h7Ndqbmj0HkMIXYWaoj7fli8kgx1eg==" - } - }, - "npm:assert-plus": { - "type": "npm", - "name": "npm:assert-plus", - "data": { - "version": "1.0.0", - "packageName": "assert-plus", - "hash": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" - } - }, - "npm:assertion-error": { - "type": "npm", - "name": "npm:assertion-error", - "data": { - "version": "1.1.0", - "packageName": "assertion-error", - "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" - } - }, - "npm:ast-types-flow": { - "type": "npm", - "name": "npm:ast-types-flow", - "data": { - "version": "0.0.8", - "packageName": "ast-types-flow", - "hash": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" - } - }, - "npm:async-function": { - "type": "npm", - "name": "npm:async-function", - "data": { - "version": "1.0.0", - "packageName": "async-function", - "hash": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" - } - }, - "npm:async": { - "type": "npm", - "name": "npm:async", - "data": { - "version": "3.2.6", - "packageName": "async", - "hash": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" - } - }, - "npm:asynckit": { - "type": "npm", - "name": "npm:asynckit", - "data": { - "version": "0.4.0", - "packageName": "asynckit", - "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - } - }, - "npm:at-least-node": { - "type": "npm", - "name": "npm:at-least-node", - "data": { - "version": "1.0.0", - "packageName": "at-least-node", - "hash": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" - } - }, - "npm:autoprefixer": { - "type": "npm", - "name": "npm:autoprefixer", - "data": { - "version": "10.5.0", - "packageName": "autoprefixer", - "hash": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==" - } - }, - "npm:available-typed-arrays": { - "type": "npm", - "name": "npm:available-typed-arrays", - "data": { - "version": "1.0.7", - "packageName": "available-typed-arrays", - "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" - } - }, - "npm:aws-sign2": { - "type": "npm", - "name": "npm:aws-sign2", - "data": { - "version": "0.7.0", - "packageName": "aws-sign2", - "hash": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==" - } - }, - "npm:aws4": { - "type": "npm", - "name": "npm:aws4", - "data": { - "version": "1.13.2", - "packageName": "aws4", - "hash": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==" - } - }, - "npm:axe-core": { - "type": "npm", - "name": "npm:axe-core", - "data": { - "version": "4.12.0", - "packageName": "axe-core", - "hash": "sha512-FTavr/7Ba0IptwGOPxnQvdyW2tAsdLBMTBXz7rKH6xJ2skpyxpBxyHkDdBs4lf69yRqYpkqCdfhnwS8YULGOmg==" - } - }, - "npm:axios@1.1.3": { - "type": "npm", - "name": "npm:axios@1.1.3", - "data": { - "version": "1.1.3", - "packageName": "axios", - "hash": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==" - } - }, - "npm:axios@1.16.0": { - "type": "npm", - "name": "npm:axios@1.16.0", - "data": { - "version": "1.16.0", - "packageName": "axios", - "hash": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==" - } - }, - "npm:axios": { - "type": "npm", - "name": "npm:axios", - "data": { - "version": "1.17.0", - "packageName": "axios", - "hash": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==" - } - }, - "npm:axobject-query": { - "type": "npm", - "name": "npm:axobject-query", - "data": { - "version": "4.1.0", - "packageName": "axobject-query", - "hash": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==" - } - }, - "npm:babel-jest": { - "type": "npm", - "name": "npm:babel-jest", - "data": { - "version": "30.4.1", - "packageName": "babel-jest", - "hash": "sha512-fATAbM8piYxkiXQp3RBXmZHxZVNJZAVXXfyeyCN2Tida3+qJ8ea9UxhiJ2y4fLO90ZImKt6k9FlcH2+rLkJGhw==" - } - }, - "npm:babel-loader": { - "type": "npm", - "name": "npm:babel-loader", - "data": { - "version": "9.2.1", - "packageName": "babel-loader", - "hash": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==" - } - }, - "npm:babel-plugin-const-enum": { - "type": "npm", - "name": "npm:babel-plugin-const-enum", - "data": { - "version": "1.2.0", - "packageName": "babel-plugin-const-enum", - "hash": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==" - } - }, - "npm:babel-plugin-istanbul": { - "type": "npm", - "name": "npm:babel-plugin-istanbul", - "data": { - "version": "7.0.1", - "packageName": "babel-plugin-istanbul", - "hash": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==" - } - }, - "npm:babel-plugin-jest-hoist": { - "type": "npm", - "name": "npm:babel-plugin-jest-hoist", - "data": { - "version": "30.4.0", - "packageName": "babel-plugin-jest-hoist", - "hash": "sha512-9EdtWM/sSfXLOGLwSn+GS6pIXyBnL07/8gyJlwFXjWy4DxMOyItqyUT29d4lQiS380EZwYlX7/At4PgBS+m2aA==" - } - }, - "npm:babel-plugin-macros": { - "type": "npm", - "name": "npm:babel-plugin-macros", - "data": { - "version": "3.1.0", - "packageName": "babel-plugin-macros", - "hash": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" - } - }, - "npm:babel-plugin-polyfill-corejs2": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs2", - "data": { - "version": "0.4.17", - "packageName": "babel-plugin-polyfill-corejs2", - "hash": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==" - } - }, - "npm:babel-plugin-polyfill-corejs3": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs3", - "data": { - "version": "0.13.0", - "packageName": "babel-plugin-polyfill-corejs3", - "hash": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==" - } - }, - "npm:babel-plugin-polyfill-corejs3@0.14.2": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "data": { - "version": "0.14.2", - "packageName": "babel-plugin-polyfill-corejs3", - "hash": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==" - } - }, - "npm:babel-plugin-polyfill-regenerator": { - "type": "npm", - "name": "npm:babel-plugin-polyfill-regenerator", - "data": { - "version": "0.6.8", - "packageName": "babel-plugin-polyfill-regenerator", - "hash": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==" - } - }, - "npm:babel-plugin-transform-typescript-metadata": { - "type": "npm", - "name": "npm:babel-plugin-transform-typescript-metadata", - "data": { - "version": "0.3.2", - "packageName": "babel-plugin-transform-typescript-metadata", - "hash": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==" - } - }, - "npm:babel-preset-current-node-syntax": { - "type": "npm", - "name": "npm:babel-preset-current-node-syntax", - "data": { - "version": "1.2.0", - "packageName": "babel-preset-current-node-syntax", - "hash": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==" - } - }, - "npm:babel-preset-jest": { - "type": "npm", - "name": "npm:babel-preset-jest", - "data": { - "version": "30.4.0", - "packageName": "babel-preset-jest", - "hash": "sha512-lBY4jxsNmCnSiu7kquw8ZC9F4+XLMOKypT3RnNHPvU2Kpd4W0xaPuLr5ZkRyOsvLYAY4yaW1ZwTW4xB7NIiZzg==" - } - }, - "npm:balanced-match@4.0.3": { - "type": "npm", - "name": "npm:balanced-match@4.0.3", - "data": { - "version": "4.0.3", - "packageName": "balanced-match", - "hash": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==" - } - }, - "npm:balanced-match": { - "type": "npm", - "name": "npm:balanced-match", - "data": { - "version": "1.0.2", - "packageName": "balanced-match", - "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - } - }, - "npm:balanced-match@4.0.4": { - "type": "npm", - "name": "npm:balanced-match@4.0.4", - "data": { - "version": "4.0.4", - "packageName": "balanced-match", - "hash": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" - } - }, - "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.10.33", - "packageName": "baseline-browser-mapping", - "hash": "sha512-bA6+tcSLpz2tIEdDXZPpPTIuxBcC4+w6SieaYyfigIa4h8GlFxbA17v22Vx3JUtuZQj9SgOsnbK+aTBzyDyEuw==" - } - }, - "npm:basic-auth": { - "type": "npm", - "name": "npm:basic-auth", - "data": { - "version": "2.0.1", - "packageName": "basic-auth", - "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" - } - }, - "npm:batch": { - "type": "npm", - "name": "npm:batch", - "data": { - "version": "0.6.1", - "packageName": "batch", - "hash": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" - } - }, - "npm:bcrypt-pbkdf": { - "type": "npm", - "name": "npm:bcrypt-pbkdf", - "data": { - "version": "1.0.2", - "packageName": "bcrypt-pbkdf", - "hash": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==" - } - }, - "npm:bidi-js": { - "type": "npm", - "name": "npm:bidi-js", - "data": { - "version": "1.0.3", - "packageName": "bidi-js", - "hash": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==" - } - }, - "npm:big.js": { - "type": "npm", - "name": "npm:big.js", - "data": { - "version": "5.2.2", - "packageName": "big.js", - "hash": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" - } - }, - "npm:binary-extensions": { - "type": "npm", - "name": "npm:binary-extensions", - "data": { - "version": "2.3.0", - "packageName": "binary-extensions", - "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" - } - }, - "npm:bl": { - "type": "npm", - "name": "npm:bl", - "data": { - "version": "4.1.0", - "packageName": "bl", - "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" - } - }, - "npm:blob-util": { - "type": "npm", - "name": "npm:blob-util", - "data": { - "version": "2.0.2", - "packageName": "blob-util", - "hash": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==" - } - }, - "npm:bluebird": { - "type": "npm", - "name": "npm:bluebird", - "data": { - "version": "3.7.2", - "packageName": "bluebird", - "hash": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - } - }, - "npm:body-parser@2.2.2": { - "type": "npm", - "name": "npm:body-parser@2.2.2", - "data": { - "version": "2.2.2", - "packageName": "body-parser", - "hash": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==" - } - }, - "npm:body-parser": { - "type": "npm", - "name": "npm:body-parser", - "data": { - "version": "1.20.5", - "packageName": "body-parser", - "hash": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==" - } - }, - "npm:bonjour-service": { - "type": "npm", - "name": "npm:bonjour-service", - "data": { - "version": "1.4.0", - "packageName": "bonjour-service", - "hash": "sha512-fGQtj1qdR9vIKjFiWPQd52qIqwjaYqhcI40JEiDuvlZ86E7ZBPBwY9fPgHy9r2rYGIjiRfctNPYz6OQU73ww2w==" - } - }, - "npm:boolbase": { - "type": "npm", - "name": "npm:boolbase", - "data": { - "version": "1.0.0", - "packageName": "boolbase", - "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - } - }, - "npm:bottleneck": { - "type": "npm", - "name": "npm:bottleneck", - "data": { - "version": "2.19.5", - "packageName": "bottleneck", - "hash": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" - } - }, - "npm:bowser": { - "type": "npm", - "name": "npm:bowser", - "data": { - "version": "2.14.1", - "packageName": "bowser", - "hash": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==" - } - }, - "npm:brace-expansion@5.0.6": { - "type": "npm", - "name": "npm:brace-expansion@5.0.6", - "data": { - "version": "5.0.6", - "packageName": "brace-expansion", - "hash": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==" - } - }, - "npm:brace-expansion@1.1.15": { - "type": "npm", - "name": "npm:brace-expansion@1.1.15", - "data": { - "version": "1.1.15", - "packageName": "brace-expansion", - "hash": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==" - } - }, - "npm:brace-expansion": { - "type": "npm", - "name": "npm:brace-expansion", - "data": { - "version": "2.1.1", - "packageName": "brace-expansion", - "hash": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==" - } - }, - "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.2", - "packageName": "browserslist", - "hash": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==" - } - }, - "npm:bs-logger": { - "type": "npm", - "name": "npm:bs-logger", - "data": { - "version": "0.2.6", - "packageName": "bs-logger", - "hash": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==" - } - }, - "npm:bser": { - "type": "npm", - "name": "npm:bser", - "data": { - "version": "2.1.1", - "packageName": "bser", - "hash": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" - } - }, - "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:buffer@4.9.2": { - "type": "npm", - "name": "npm:buffer@4.9.2", - "data": { - "version": "4.9.2", - "packageName": "buffer", - "hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==" - } - }, - "npm:buffer": { - "type": "npm", - "name": "npm:buffer", - "data": { - "version": "5.7.1", - "packageName": "buffer", - "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" - } - }, - "npm:buffer@6.0.3": { - "type": "npm", - "name": "npm:buffer@6.0.3", - "data": { - "version": "6.0.3", - "packageName": "buffer", - "hash": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" - } - }, - "npm:bundle-name": { - "type": "npm", - "name": "npm:bundle-name", - "data": { - "version": "4.1.0", - "packageName": "bundle-name", - "hash": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==" - } - }, - "npm:busboy": { - "type": "npm", - "name": "npm:busboy", - "data": { - "version": "1.6.0", - "packageName": "busboy", - "hash": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" - } - }, - "npm:bytes": { - "type": "npm", - "name": "npm:bytes", - "data": { - "version": "3.1.2", - "packageName": "bytes", - "hash": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - } - }, - "npm:bytestreamjs": { - "type": "npm", - "name": "npm:bytestreamjs", - "data": { - "version": "2.0.1", - "packageName": "bytestreamjs", - "hash": "sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==" - } - }, - "npm:cac": { - "type": "npm", - "name": "npm:cac", - "data": { - "version": "6.7.14", - "packageName": "cac", - "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" - } - }, - "npm:cachedir": { - "type": "npm", - "name": "npm:cachedir", - "data": { - "version": "2.4.0", - "packageName": "cachedir", - "hash": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==" - } - }, - "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-bind": { - "type": "npm", - "name": "npm:call-bind", - "data": { - "version": "1.0.9", - "packageName": "call-bind", - "hash": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==" - } - }, - "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:camelcase@5.3.1": { - "type": "npm", - "name": "npm:camelcase@5.3.1", - "data": { - "version": "5.3.1", - "packageName": "camelcase", - "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - } - }, - "npm:camelcase": { - "type": "npm", - "name": "npm:camelcase", - "data": { - "version": "6.3.0", - "packageName": "camelcase", - "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" - } - }, - "npm:caniuse-api": { - "type": "npm", - "name": "npm:caniuse-api", - "data": { - "version": "3.0.0", - "packageName": "caniuse-api", - "hash": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==" - } - }, - "npm:caniuse-lite": { - "type": "npm", - "name": "npm:caniuse-lite", - "data": { - "version": "1.0.30001793", - "packageName": "caniuse-lite", - "hash": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==" - } - }, - "npm:caseless": { - "type": "npm", - "name": "npm:caseless", - "data": { - "version": "0.12.0", - "packageName": "caseless", - "hash": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - } - }, - "npm:chai": { - "type": "npm", - "name": "npm:chai", - "data": { - "version": "4.5.0", - "packageName": "chai", - "hash": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==" - } - }, - "npm:chalk": { - "type": "npm", - "name": "npm:chalk", - "data": { - "version": "4.1.2", - "packageName": "chalk", - "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" - } - }, - "npm:chalk@5.6.2": { - "type": "npm", - "name": "npm:chalk@5.6.2", - "data": { - "version": "5.6.2", - "packageName": "chalk", - "hash": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" - } - }, - "npm:char-regex": { - "type": "npm", - "name": "npm:char-regex", - "data": { - "version": "1.0.2", - "packageName": "char-regex", - "hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" - } - }, - "npm:chardet": { - "type": "npm", - "name": "npm:chardet", - "data": { - "version": "0.7.0", - "packageName": "chardet", - "hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" - } - }, - "npm:check-error": { - "type": "npm", - "name": "npm:check-error", - "data": { - "version": "1.0.3", - "packageName": "check-error", - "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" - } - }, - "npm:chokidar": { - "type": "npm", - "name": "npm:chokidar", - "data": { - "version": "3.6.0", - "packageName": "chokidar", - "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" - } - }, - "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:chokidar@5.0.0": { - "type": "npm", - "name": "npm:chokidar@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "chokidar", - "hash": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" - } - }, - "npm:chownr": { - "type": "npm", - "name": "npm:chownr", - "data": { - "version": "2.0.0", - "packageName": "chownr", - "hash": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" - } - }, - "npm:chrome-trace-event": { - "type": "npm", - "name": "npm:chrome-trace-event", - "data": { - "version": "1.0.4", - "packageName": "chrome-trace-event", - "hash": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" - } - }, - "npm:ci-info": { - "type": "npm", - "name": "npm:ci-info", - "data": { - "version": "4.4.0", - "packageName": "ci-info", - "hash": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==" - } - }, - "npm:cjs-module-lexer": { - "type": "npm", - "name": "npm:cjs-module-lexer", - "data": { - "version": "2.2.0", - "packageName": "cjs-module-lexer", - "hash": "sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==" - } - }, - "npm:class-transformer": { - "type": "npm", - "name": "npm:class-transformer", - "data": { - "version": "0.5.1", - "packageName": "class-transformer", - "hash": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==" - } - }, - "npm:class-validator": { - "type": "npm", - "name": "npm:class-validator", - "data": { - "version": "0.15.1", - "packageName": "class-validator", - "hash": "sha512-LqoS80HBBSCVhz/3KloUly0ovokxpdOLR++Al3J3+dHXWt9sTKlKd4eYtoxhxyUjoe5+UcIM+5k9MIxyBWnRTw==" - } - }, - "npm:cli-cursor": { - "type": "npm", - "name": "npm:cli-cursor", - "data": { - "version": "3.1.0", - "packageName": "cli-cursor", - "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" - } - }, - "npm:cli-cursor@5.0.0": { - "type": "npm", - "name": "npm:cli-cursor@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "cli-cursor", - "hash": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==" - } - }, - "npm:cli-spinners@2.6.1": { - "type": "npm", - "name": "npm:cli-spinners@2.6.1", - "data": { - "version": "2.6.1", - "packageName": "cli-spinners", - "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" - } - }, - "npm:cli-spinners": { - "type": "npm", - "name": "npm:cli-spinners", - "data": { - "version": "2.9.2", - "packageName": "cli-spinners", - "hash": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==" - } - }, - "npm:cli-table3": { - "type": "npm", - "name": "npm:cli-table3", - "data": { - "version": "0.6.1", - "packageName": "cli-table3", - "hash": "sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==" - } - }, - "npm:cli-table3@0.6.5": { - "type": "npm", - "name": "npm:cli-table3@0.6.5", - "data": { - "version": "0.6.5", - "packageName": "cli-table3", - "hash": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==" - } - }, - "npm:cli-truncate": { - "type": "npm", - "name": "npm:cli-truncate", - "data": { - "version": "4.0.0", - "packageName": "cli-truncate", - "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" - } - }, - "npm:cli-width": { - "type": "npm", - "name": "npm:cli-width", - "data": { - "version": "3.0.0", - "packageName": "cli-width", - "hash": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==" - } - }, - "npm:cli-width@4.1.0": { - "type": "npm", - "name": "npm:cli-width@4.1.0", - "data": { - "version": "4.1.0", - "packageName": "cli-width", - "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" - } - }, - "npm:cliui": { - "type": "npm", - "name": "npm:cliui", - "data": { - "version": "8.0.1", - "packageName": "cliui", - "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" - } - }, - "npm:clone": { - "type": "npm", - "name": "npm:clone", - "data": { - "version": "1.0.4", - "packageName": "clone", - "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" - } - }, - "npm:co": { - "type": "npm", - "name": "npm:co", - "data": { - "version": "4.6.0", - "packageName": "co", - "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" - } - }, - "npm:collect-v8-coverage": { - "type": "npm", - "name": "npm:collect-v8-coverage", - "data": { - "version": "1.0.3", - "packageName": "collect-v8-coverage", - "hash": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==" - } - }, - "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-name": { - "type": "npm", - "name": "npm:color-name", - "data": { - "version": "1.1.4", - "packageName": "color-name", - "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - } - }, - "npm:colorette": { - "type": "npm", - "name": "npm:colorette", - "data": { - "version": "2.0.20", - "packageName": "colorette", - "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - } - }, - "npm:colorjs.io": { - "type": "npm", - "name": "npm:colorjs.io", - "data": { - "version": "0.5.2", - "packageName": "colorjs.io", - "hash": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==" - } - }, - "npm:colors": { - "type": "npm", - "name": "npm:colors", - "data": { - "version": "1.4.0", - "packageName": "colors", - "hash": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" - } - }, - "npm:columnify": { - "type": "npm", - "name": "npm:columnify", - "data": { - "version": "1.6.0", - "packageName": "columnify", - "hash": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==" - } - }, - "npm:combined-stream": { - "type": "npm", - "name": "npm:combined-stream", - "data": { - "version": "1.0.8", - "packageName": "combined-stream", - "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" - } - }, - "npm:commander": { - "type": "npm", - "name": "npm:commander", - "data": { - "version": "11.1.0", - "packageName": "commander", - "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" - } - }, - "npm:commander@4.1.1": { - "type": "npm", - "name": "npm:commander@4.1.1", - "data": { - "version": "4.1.1", - "packageName": "commander", - "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" - } - }, - "npm:commander@13.1.0": { - "type": "npm", - "name": "npm:commander@13.1.0", - "data": { - "version": "13.1.0", - "packageName": "commander", - "hash": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==" - } - }, - "npm:commander@2.20.3": { - "type": "npm", - "name": "npm:commander@2.20.3", - "data": { - "version": "2.20.3", - "packageName": "commander", - "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - } - }, - "npm:commander@6.2.1": { - "type": "npm", - "name": "npm:commander@6.2.1", - "data": { - "version": "6.2.1", - "packageName": "commander", - "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" - } - }, - "npm: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:comment-json@4.2.5": { - "type": "npm", - "name": "npm:comment-json@4.2.5", - "data": { - "version": "4.2.5", - "packageName": "comment-json", - "hash": "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==" - } - }, - "npm:comment-json": { - "type": "npm", - "name": "npm:comment-json", - "data": { - "version": "5.0.0", - "packageName": "comment-json", - "hash": "sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==" - } - }, - "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:common-tags": { - "type": "npm", - "name": "npm:common-tags", - "data": { - "version": "1.8.2", - "packageName": "common-tags", - "hash": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==" - } - }, - "npm:commondir": { - "type": "npm", - "name": "npm:commondir", - "data": { - "version": "1.0.1", - "packageName": "commondir", - "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" - } - }, - "npm:compressible": { - "type": "npm", - "name": "npm:compressible", - "data": { - "version": "2.0.18", - "packageName": "compressible", - "hash": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==" - } - }, - "npm:compression": { - "type": "npm", - "name": "npm:compression", - "data": { - "version": "1.8.1", - "packageName": "compression", - "hash": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==" - } - }, - "npm:concat-map": { - "type": "npm", - "name": "npm:concat-map", - "data": { - "version": "0.0.1", - "packageName": "concat-map", - "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - } - }, - "npm:concat-stream": { - "type": "npm", - "name": "npm:concat-stream", - "data": { - "version": "2.0.0", - "packageName": "concat-stream", - "hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==" - } - }, - "npm:concat-with-sourcemaps": { - "type": "npm", - "name": "npm:concat-with-sourcemaps", - "data": { - "version": "1.1.0", - "packageName": "concat-with-sourcemaps", - "hash": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==" - } - }, - "npm:confbox": { - "type": "npm", - "name": "npm:confbox", - "data": { - "version": "0.1.8", - "packageName": "confbox", - "hash": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" - } - }, - "npm:confusing-browser-globals": { - "type": "npm", - "name": "npm:confusing-browser-globals", - "data": { - "version": "1.0.11", - "packageName": "confusing-browser-globals", - "hash": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" - } - }, - "npm:connect-history-api-fallback": { - "type": "npm", - "name": "npm:connect-history-api-fallback", - "data": { - "version": "2.0.0", - "packageName": "connect-history-api-fallback", - "hash": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==" - } - }, - "npm:consola": { - "type": "npm", - "name": "npm:consola", - "data": { - "version": "2.15.3", - "packageName": "consola", - "hash": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" - } - }, - "npm:content-disposition@1.1.0": { - "type": "npm", - "name": "npm:content-disposition@1.1.0", - "data": { - "version": "1.1.0", - "packageName": "content-disposition", - "hash": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==" - } - }, - "npm:content-disposition": { - "type": "npm", - "name": "npm:content-disposition", - "data": { - "version": "0.5.4", - "packageName": "content-disposition", - "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" - } - }, - "npm:content-type": { - "type": "npm", - "name": "npm:content-type", - "data": { - "version": "1.0.5", - "packageName": "content-type", - "hash": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" - } - }, - "npm:content-type@2.0.0": { - "type": "npm", - "name": "npm:content-type@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "content-type", - "hash": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==" - } - }, - "npm:convert-source-map": { - "type": "npm", - "name": "npm:convert-source-map", - "data": { - "version": "2.0.0", - "packageName": "convert-source-map", - "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - } - }, - "npm:cookie-signature@1.2.2": { - "type": "npm", - "name": "npm:cookie-signature@1.2.2", - "data": { - "version": "1.2.2", - "packageName": "cookie-signature", - "hash": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" - } - }, - "npm:cookie-signature": { - "type": "npm", - "name": "npm:cookie-signature", - "data": { - "version": "1.0.7", - "packageName": "cookie-signature", - "hash": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==" - } - }, - "npm:cookie": { - "type": "npm", - "name": "npm:cookie", - "data": { - "version": "0.7.2", - "packageName": "cookie", - "hash": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" - } - }, - "npm:cookie@1.1.1": { - "type": "npm", - "name": "npm:cookie@1.1.1", - "data": { - "version": "1.1.1", - "packageName": "cookie", - "hash": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==" - } - }, - "npm:copy-anything": { - "type": "npm", - "name": "npm:copy-anything", - "data": { - "version": "2.0.6", - "packageName": "copy-anything", - "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" - } - }, - "npm:copy-webpack-plugin": { - "type": "npm", - "name": "npm:copy-webpack-plugin", - "data": { - "version": "14.0.0", - "packageName": "copy-webpack-plugin", - "hash": "sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==" - } - }, - "npm:core-js-compat": { - "type": "npm", - "name": "npm:core-js-compat", - "data": { - "version": "3.49.0", - "packageName": "core-js-compat", - "hash": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==" - } - }, - "npm:core-util-is@1.0.2": { - "type": "npm", - "name": "npm:core-util-is@1.0.2", - "data": { - "version": "1.0.2", - "packageName": "core-util-is", - "hash": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" - } - }, - "npm:core-util-is": { - "type": "npm", - "name": "npm:core-util-is", - "data": { - "version": "1.0.3", - "packageName": "core-util-is", - "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - } - }, - "npm:cors": { - "type": "npm", - "name": "npm:cors", - "data": { - "version": "2.8.6", - "packageName": "cors", - "hash": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==" - } - }, - "npm:corser": { - "type": "npm", - "name": "npm:corser", - "data": { - "version": "2.0.1", - "packageName": "corser", - "hash": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==" - } - }, - "npm:cosmiconfig@7.1.0": { - "type": "npm", - "name": "npm:cosmiconfig@7.1.0", - "data": { - "version": "7.1.0", - "packageName": "cosmiconfig", - "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" - } - }, - "npm:cosmiconfig": { - "type": "npm", - "name": "npm:cosmiconfig", - "data": { - "version": "8.3.6", - "packageName": "cosmiconfig", - "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" - } - }, - "npm:cosmiconfig@9.0.1": { - "type": "npm", - "name": "npm:cosmiconfig@9.0.1", - "data": { - "version": "9.0.1", - "packageName": "cosmiconfig", - "hash": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==" - } - }, - "npm:create-require": { - "type": "npm", - "name": "npm:create-require", - "data": { - "version": "1.1.1", - "packageName": "create-require", - "hash": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" - } - }, - "npm:cron-parser": { - "type": "npm", - "name": "npm:cron-parser", - "data": { - "version": "4.9.0", - "packageName": "cron-parser", - "hash": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==" - } - }, - "npm:cross-spawn": { - "type": "npm", - "name": "npm:cross-spawn", - "data": { - "version": "7.0.6", - "packageName": "cross-spawn", - "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" - } - }, - "npm:css-declaration-sorter": { - "type": "npm", - "name": "npm:css-declaration-sorter", - "data": { - "version": "7.4.0", - "packageName": "css-declaration-sorter", - "hash": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==" - } - }, - "npm:css-loader": { - "type": "npm", - "name": "npm:css-loader", - "data": { - "version": "6.11.0", - "packageName": "css-loader", - "hash": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==" - } - }, - "npm:css-minimizer-webpack-plugin": { - "type": "npm", - "name": "npm:css-minimizer-webpack-plugin", - "data": { - "version": "8.0.0", - "packageName": "css-minimizer-webpack-plugin", - "hash": "sha512-9bEpzHs8gEq6/cbEj418jXL/YWjBUD2YTLLk905Npt2JODqnRITin0+So5Vx4Dp5vyi2Lpt9pp2QHzQ7fdxNrw==" - } - }, - "npm:css-select": { - "type": "npm", - "name": "npm:css-select", - "data": { - "version": "5.2.2", - "packageName": "css-select", - "hash": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==" - } - }, - "npm:css-tree@2.3.1": { - "type": "npm", - "name": "npm:css-tree@2.3.1", - "data": { - "version": "2.3.1", - "packageName": "css-tree", - "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" - } - }, - "npm:css-tree": { - "type": "npm", - "name": "npm:css-tree", - "data": { - "version": "3.2.1", - "packageName": "css-tree", - "hash": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==" - } - }, - "npm:css-tree@2.2.1": { - "type": "npm", - "name": "npm:css-tree@2.2.1", - "data": { - "version": "2.2.1", - "packageName": "css-tree", - "hash": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==" - } - }, - "npm:css-what": { - "type": "npm", - "name": "npm:css-what", - "data": { - "version": "6.2.2", - "packageName": "css-what", - "hash": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==" - } - }, - "npm:cssesc": { - "type": "npm", - "name": "npm:cssesc", - "data": { - "version": "3.0.0", - "packageName": "cssesc", - "hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" - } - }, - "npm:cssnano-preset-default": { - "type": "npm", - "name": "npm:cssnano-preset-default", - "data": { - "version": "7.0.17", - "packageName": "cssnano-preset-default", - "hash": "sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==" - } - }, - "npm:cssnano-utils": { - "type": "npm", - "name": "npm:cssnano-utils", - "data": { - "version": "5.0.3", - "packageName": "cssnano-utils", - "hash": "sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==" - } - }, - "npm:cssnano": { - "type": "npm", - "name": "npm:cssnano", - "data": { - "version": "7.1.9", - "packageName": "cssnano", - "hash": "sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==" - } - }, - "npm:csso": { - "type": "npm", - "name": "npm:csso", - "data": { - "version": "5.0.5", - "packageName": "csso", - "hash": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" - } - }, - "npm:csstype": { - "type": "npm", - "name": "npm:csstype", - "data": { - "version": "3.2.3", - "packageName": "csstype", - "hash": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" - } - }, - "npm:cypress": { - "type": "npm", - "name": "npm:cypress", - "data": { - "version": "15.16.0", - "packageName": "cypress", - "hash": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==" - } - }, - "npm:damerau-levenshtein": { - "type": "npm", - "name": "npm:damerau-levenshtein", - "data": { - "version": "1.0.8", - "packageName": "damerau-levenshtein", - "hash": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" - } - }, - "npm:dashdash": { - "type": "npm", - "name": "npm:dashdash", - "data": { - "version": "1.14.1", - "packageName": "dashdash", - "hash": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==" - } - }, - "npm:data-urls": { - "type": "npm", - "name": "npm:data-urls", - "data": { - "version": "7.0.0", - "packageName": "data-urls", - "hash": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==" - } - }, - "npm:data-view-buffer": { - "type": "npm", - "name": "npm:data-view-buffer", - "data": { - "version": "1.0.2", - "packageName": "data-view-buffer", - "hash": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==" - } - }, - "npm:data-view-byte-length": { - "type": "npm", - "name": "npm:data-view-byte-length", - "data": { - "version": "1.0.2", - "packageName": "data-view-byte-length", - "hash": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==" - } - }, - "npm:data-view-byte-offset": { - "type": "npm", - "name": "npm:data-view-byte-offset", - "data": { - "version": "1.0.1", - "packageName": "data-view-byte-offset", - "hash": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==" - } - }, - "npm:dayjs": { - "type": "npm", - "name": "npm:dayjs", - "data": { - "version": "1.11.21", - "packageName": "dayjs", - "hash": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==" - } - }, - "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:debug@3.2.7": { - "type": "npm", - "name": "npm:debug@3.2.7", - "data": { - "version": "3.2.7", - "packageName": "debug", - "hash": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" - } - }, - "npm:decimal.js": { - "type": "npm", - "name": "npm:decimal.js", - "data": { - "version": "10.6.0", - "packageName": "decimal.js", - "hash": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" - } - }, - "npm:dedent": { - "type": "npm", - "name": "npm:dedent", - "data": { - "version": "1.7.2", - "packageName": "dedent", - "hash": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==" - } - }, - "npm:deep-eql": { - "type": "npm", - "name": "npm:deep-eql", - "data": { - "version": "4.1.4", - "packageName": "deep-eql", - "hash": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==" - } - }, - "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:deepmerge": { - "type": "npm", - "name": "npm:deepmerge", - "data": { - "version": "4.3.1", - "packageName": "deepmerge", - "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" - } - }, - "npm:default-browser-id": { - "type": "npm", - "name": "npm:default-browser-id", - "data": { - "version": "5.0.1", - "packageName": "default-browser-id", - "hash": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==" - } - }, - "npm:default-browser": { - "type": "npm", - "name": "npm:default-browser", - "data": { - "version": "5.5.0", - "packageName": "default-browser", - "hash": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==" - } - }, - "npm:defaults": { - "type": "npm", - "name": "npm:defaults", - "data": { - "version": "1.0.4", - "packageName": "defaults", - "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" - } - }, - "npm:define-data-property": { - "type": "npm", - "name": "npm:define-data-property", - "data": { - "version": "1.1.4", - "packageName": "define-data-property", - "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" - } - }, - "npm:define-lazy-prop": { - "type": "npm", - "name": "npm:define-lazy-prop", - "data": { - "version": "2.0.0", - "packageName": "define-lazy-prop", - "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" - } - }, - "npm:define-lazy-prop@3.0.0": { - "type": "npm", - "name": "npm:define-lazy-prop@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "define-lazy-prop", - "hash": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" - } - }, - "npm:define-properties": { - "type": "npm", - "name": "npm:define-properties", - "data": { - "version": "1.2.1", - "packageName": "define-properties", - "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" - } - }, - "npm:delayed-stream": { - "type": "npm", - "name": "npm:delayed-stream", - "data": { - "version": "1.0.0", - "packageName": "delayed-stream", - "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" - } - }, - "npm:depd": { - "type": "npm", - "name": "npm:depd", - "data": { - "version": "2.0.0", - "packageName": "depd", - "hash": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - } - }, - "npm:depd@1.1.2": { - "type": "npm", - "name": "npm:depd@1.1.2", - "data": { - "version": "1.1.2", - "packageName": "depd", - "hash": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" - } - }, - "npm:dequal": { - "type": "npm", - "name": "npm:dequal", - "data": { - "version": "2.0.3", - "packageName": "dequal", - "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" - } - }, - "npm:destroy": { - "type": "npm", - "name": "npm:destroy", - "data": { - "version": "1.2.0", - "packageName": "destroy", - "hash": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - } - }, - "npm:detect-libc": { - "type": "npm", - "name": "npm:detect-libc", - "data": { - "version": "2.1.2", - "packageName": "detect-libc", - "hash": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" - } - }, - "npm:detect-newline": { - "type": "npm", - "name": "npm:detect-newline", - "data": { - "version": "3.1.0", - "packageName": "detect-newline", - "hash": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" - } - }, - "npm:detect-node": { - "type": "npm", - "name": "npm:detect-node", - "data": { - "version": "2.1.0", - "packageName": "detect-node", - "hash": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - } - }, - "npm:detect-port": { - "type": "npm", - "name": "npm:detect-port", - "data": { - "version": "2.1.0", - "packageName": "detect-port", - "hash": "sha512-epZuWb/6Q62L+nDHJc/hQAqf8pylsqgk3BpZXVBx1CDnr3nkrVNn73Uu1rXcFzkNcc+hkP3whuOg7JZYaQB65Q==" - } - }, - "npm:diff-sequences": { - "type": "npm", - "name": "npm:diff-sequences", - "data": { - "version": "29.6.3", - "packageName": "diff-sequences", - "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" - } - }, - "npm:diff": { - "type": "npm", - "name": "npm:diff", - "data": { - "version": "4.0.4", - "packageName": "diff", - "hash": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==" - } - }, - "npm:dir-glob": { - "type": "npm", - "name": "npm:dir-glob", - "data": { - "version": "3.0.1", - "packageName": "dir-glob", - "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" - } - }, - "npm:dns-packet": { - "type": "npm", - "name": "npm:dns-packet", - "data": { - "version": "5.6.1", - "packageName": "dns-packet", - "hash": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==" - } - }, - "npm:doctrine": { - "type": "npm", - "name": "npm:doctrine", - "data": { - "version": "2.1.0", - "packageName": "doctrine", - "hash": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" - } - }, - "npm:doctrine@3.0.0": { - "type": "npm", - "name": "npm:doctrine@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "doctrine", - "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" - } - }, - "npm:dom-accessibility-api": { - "type": "npm", - "name": "npm:dom-accessibility-api", - "data": { - "version": "0.5.16", - "packageName": "dom-accessibility-api", - "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" - } - }, - "npm:dom-serializer": { - "type": "npm", - "name": "npm:dom-serializer", - "data": { - "version": "2.0.0", - "packageName": "dom-serializer", - "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" - } - }, - "npm:dom-walk": { - "type": "npm", - "name": "npm:dom-walk", - "data": { - "version": "0.1.2", - "packageName": "dom-walk", - "hash": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" - } - }, - "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:domutils": { - "type": "npm", - "name": "npm:domutils", - "data": { - "version": "3.2.2", - "packageName": "domutils", - "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" - } - }, - "npm:dot-case": { - "type": "npm", - "name": "npm:dot-case", - "data": { - "version": "3.0.4", - "packageName": "dot-case", - "hash": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" - } - }, - "npm:dotenv-expand": { - "type": "npm", - "name": "npm:dotenv-expand", - "data": { - "version": "12.0.3", - "packageName": "dotenv-expand", - "hash": "sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA==" - } - }, - "npm:dotenv@16.4.7": { - "type": "npm", - "name": "npm:dotenv@16.4.7", - "data": { - "version": "16.4.7", - "packageName": "dotenv", - "hash": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" - } - }, - "npm:dotenv@17.4.1": { - "type": "npm", - "name": "npm:dotenv@17.4.1", - "data": { - "version": "17.4.1", - "packageName": "dotenv", - "hash": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==" - } - }, - "npm:dotenv": { - "type": "npm", - "name": "npm:dotenv", - "data": { - "version": "16.6.1", - "packageName": "dotenv", - "hash": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" - } - }, - "npm:dotenv@10.0.0": { - "type": "npm", - "name": "npm:dotenv@10.0.0", - "data": { - "version": "10.0.0", - "packageName": "dotenv", - "hash": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" - } - }, - "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:ecc-jsbn": { - "type": "npm", - "name": "npm:ecc-jsbn", - "data": { - "version": "0.1.2", - "packageName": "ecc-jsbn", - "hash": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==" - } - }, - "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:ejs": { - "type": "npm", - "name": "npm:ejs", - "data": { - "version": "5.0.1", - "packageName": "ejs", - "hash": "sha512-COqBPFMxuPTPspXl2DkVYaDS3HtrD1GpzOGkNTJ1IYkifq/r9h8SVEFrjA3D9/VJGOEoMQcrlhpntcSUrM8k6A==" - } - }, - "npm:electron-to-chromium": { - "type": "npm", - "name": "npm:electron-to-chromium", - "data": { - "version": "1.5.367", - "packageName": "electron-to-chromium", - "hash": "sha512-4Mk/mrynCNQ+atY40D3UpmhLWB6AHMbYMlIrPhHcMF6x0L7O0b052FCAsxw1LlaR++UFuNg3D/A6XCuGDa0guQ==" - } - }, - "npm:emittery": { - "type": "npm", - "name": "npm:emittery", - "data": { - "version": "0.13.1", - "packageName": "emittery", - "hash": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" - } - }, - "npm:emoji-regex": { - "type": "npm", - "name": "npm:emoji-regex", - "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } - }, - "npm:emoji-regex@10.6.0": { - "type": "npm", - "name": "npm:emoji-regex@10.6.0", - "data": { - "version": "10.6.0", - "packageName": "emoji-regex", - "hash": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==" - } - }, - "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:emojis-list": { - "type": "npm", - "name": "npm:emojis-list", - "data": { - "version": "3.0.0", - "packageName": "emojis-list", - "hash": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" - } - }, - "npm:encodeurl": { - "type": "npm", - "name": "npm:encodeurl", - "data": { - "version": "2.0.0", - "packageName": "encodeurl", - "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" - } - }, - "npm:encoding": { - "type": "npm", - "name": "npm:encoding", - "data": { - "version": "0.1.13", - "packageName": "encoding", - "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" - } - }, - "npm:end-of-stream": { - "type": "npm", - "name": "npm:end-of-stream", - "data": { - "version": "1.4.5", - "packageName": "end-of-stream", - "hash": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" - } - }, - "npm:enhanced-resolve": { - "type": "npm", - "name": "npm:enhanced-resolve", - "data": { - "version": "5.22.2", - "packageName": "enhanced-resolve", - "hash": "sha512-0rxICaFZ7NQho/sHely2bvOPRP0Eu2B0NZ9zM54YvRvWMn7jfz3DmnOZDR9LlXDdDcqntAVc6Hfy4gr/tdH/Ag==" - } - }, - "npm:enquirer": { - "type": "npm", - "name": "npm:enquirer", - "data": { - "version": "2.3.6", - "packageName": "enquirer", - "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" - } - }, - "npm:entities": { - "type": "npm", - "name": "npm:entities", - "data": { - "version": "4.5.0", - "packageName": "entities", - "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" - } - }, - "npm:entities@8.0.0": { - "type": "npm", - "name": "npm:entities@8.0.0", - "data": { - "version": "8.0.0", - "packageName": "entities", - "hash": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==" - } - }, - "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: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-abstract": { - "type": "npm", - "name": "npm:es-abstract", - "data": { - "version": "1.24.2", - "packageName": "es-abstract", - "hash": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==" - } - }, - "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-iterator-helpers": { - "type": "npm", - "name": "npm:es-iterator-helpers", - "data": { - "version": "1.3.2", - "packageName": "es-iterator-helpers", - "hash": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==" - } - }, - "npm:es-module-lexer@1.7.0": { - "type": "npm", - "name": "npm:es-module-lexer@1.7.0", - "data": { - "version": "1.7.0", - "packageName": "es-module-lexer", - "hash": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" - } - }, - "npm:es-module-lexer": { - "type": "npm", - "name": "npm:es-module-lexer", - "data": { - "version": "2.1.0", - "packageName": "es-module-lexer", - "hash": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==" - } - }, - "npm:es-object-atoms@1.1.1": { - "type": "npm", - "name": "npm:es-object-atoms@1.1.1", - "data": { - "version": "1.1.1", - "packageName": "es-object-atoms", - "hash": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" - } - }, - "npm:es-object-atoms": { - "type": "npm", - "name": "npm:es-object-atoms", - "data": { - "version": "1.1.2", - "packageName": "es-object-atoms", - "hash": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==" - } - }, - "npm:es-set-tostringtag": { - "type": "npm", - "name": "npm:es-set-tostringtag", - "data": { - "version": "2.1.0", - "packageName": "es-set-tostringtag", - "hash": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" - } - }, - "npm:es-shim-unscopables": { - "type": "npm", - "name": "npm:es-shim-unscopables", - "data": { - "version": "1.1.0", - "packageName": "es-shim-unscopables", - "hash": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==" - } - }, - "npm:es-to-primitive": { - "type": "npm", - "name": "npm:es-to-primitive", - "data": { - "version": "1.3.0", - "packageName": "es-to-primitive", - "hash": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==" - } - }, - "npm:esbuild": { - "type": "npm", - "name": "npm:esbuild", - "data": { - "version": "0.18.20", - "packageName": "esbuild", - "hash": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==" - } - }, - "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": "1.0.5", - "packageName": "escape-string-regexp", - "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - } - }, - "npm:escape-string-regexp@2.0.0": { - "type": "npm", - "name": "npm:escape-string-regexp@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "escape-string-regexp", - "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" - } - }, - "npm:escape-string-regexp@4.0.0": { - "type": "npm", - "name": "npm:escape-string-regexp@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "escape-string-regexp", - "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" - } - }, - "npm:eslint-config-prettier": { - "type": "npm", - "name": "npm:eslint-config-prettier", - "data": { - "version": "10.1.8", - "packageName": "eslint-config-prettier", - "hash": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==" - } - }, - "npm:eslint-import-resolver-node": { - "type": "npm", - "name": "npm:eslint-import-resolver-node", - "data": { - "version": "0.3.10", - "packageName": "eslint-import-resolver-node", - "hash": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==" - } - }, - "npm:eslint-module-utils": { - "type": "npm", - "name": "npm:eslint-module-utils", - "data": { - "version": "2.13.0", - "packageName": "eslint-module-utils", - "hash": "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==" - } - }, - "npm:eslint-plugin-cypress": { - "type": "npm", - "name": "npm:eslint-plugin-cypress", - "data": { - "version": "2.15.2", - "packageName": "eslint-plugin-cypress", - "hash": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==" - } - }, - "npm:eslint-plugin-import": { - "type": "npm", - "name": "npm:eslint-plugin-import", - "data": { - "version": "2.32.0", - "packageName": "eslint-plugin-import", - "hash": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==" - } - }, - "npm:eslint-plugin-jsx-a11y": { - "type": "npm", - "name": "npm:eslint-plugin-jsx-a11y", - "data": { - "version": "6.10.2", - "packageName": "eslint-plugin-jsx-a11y", - "hash": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==" - } - }, - "npm:eslint-plugin-react-hooks": { - "type": "npm", - "name": "npm:eslint-plugin-react-hooks", - "data": { - "version": "4.6.2", - "packageName": "eslint-plugin-react-hooks", - "hash": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==" - } - }, - "npm:eslint-plugin-react": { - "type": "npm", - "name": "npm:eslint-plugin-react", - "data": { - "version": "7.37.5", - "packageName": "eslint-plugin-react", - "hash": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==" - } - }, - "npm:eslint-scope": { - "type": "npm", - "name": "npm:eslint-scope", - "data": { - "version": "5.1.1", - "packageName": "eslint-scope", - "hash": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" - } - }, - "npm:eslint-scope@7.2.2": { - "type": "npm", - "name": "npm:eslint-scope@7.2.2", - "data": { - "version": "7.2.2", - "packageName": "eslint-scope", - "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" - } - }, - "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: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@5.0.1": { - "type": "npm", - "name": "npm:eslint-visitor-keys@5.0.1", - "data": { - "version": "5.0.1", - "packageName": "eslint-visitor-keys", - "hash": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==" - } - }, - "npm:eslint": { - "type": "npm", - "name": "npm:eslint", - "data": { - "version": "8.57.1", - "packageName": "eslint", - "hash": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==" - } - }, - "npm:espree@10.4.0": { - "type": "npm", - "name": "npm:espree@10.4.0", - "data": { - "version": "10.4.0", - "packageName": "espree", - "hash": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" - } - }, - "npm:espree": { - "type": "npm", - "name": "npm:espree", - "data": { - "version": "9.6.1", - "packageName": "espree", - "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" - } - }, - "npm:esprima": { - "type": "npm", - "name": "npm:esprima", - "data": { - "version": "4.0.1", - "packageName": "esprima", - "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" - } - }, - "npm:esquery": { - "type": "npm", - "name": "npm:esquery", - "data": { - "version": "1.7.0", - "packageName": "esquery", - "hash": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==" - } - }, - "npm:esrecurse": { - "type": "npm", - "name": "npm:esrecurse", - "data": { - "version": "4.3.0", - "packageName": "esrecurse", - "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" - } - }, - "npm:estraverse@4.3.0": { - "type": "npm", - "name": "npm:estraverse@4.3.0", - "data": { - "version": "4.3.0", - "packageName": "estraverse", - "hash": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" - } - }, - "npm:estraverse": { - "type": "npm", - "name": "npm:estraverse", - "data": { - "version": "5.3.0", - "packageName": "estraverse", - "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" - } - }, - "npm:estree-walker": { - "type": "npm", - "name": "npm:estree-walker", - "data": { - "version": "2.0.2", - "packageName": "estree-walker", - "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" - } - }, - "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:eventemitter2": { - "type": "npm", - "name": "npm:eventemitter2", - "data": { - "version": "6.4.7", - "packageName": "eventemitter2", - "hash": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==" - } - }, - "npm:eventemitter3": { - "type": "npm", - "name": "npm:eventemitter3", - "data": { - "version": "4.0.7", - "packageName": "eventemitter3", - "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - } - }, - "npm:eventemitter3@5.0.4": { - "type": "npm", - "name": "npm:eventemitter3@5.0.4", - "data": { - "version": "5.0.4", - "packageName": "eventemitter3", - "hash": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==" - } - }, - "npm:events": { - "type": "npm", - "name": "npm:events", - "data": { - "version": "3.3.0", - "packageName": "events", - "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" - } - }, - "npm:execa": { - "type": "npm", - "name": "npm:execa", - "data": { - "version": "4.1.0", - "packageName": "execa", - "hash": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==" - } - }, - "npm:execa@5.1.1": { - "type": "npm", - "name": "npm:execa@5.1.1", - "data": { - "version": "5.1.1", - "packageName": "execa", - "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" - } - }, - "npm:execa@8.0.1": { - "type": "npm", - "name": "npm:execa@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "execa", - "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" - } - }, - "npm:executable": { - "type": "npm", - "name": "npm:executable", - "data": { - "version": "4.1.1", - "packageName": "executable", - "hash": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==" - } - }, - "npm:exit-x": { - "type": "npm", - "name": "npm:exit-x", - "data": { - "version": "0.2.2", - "packageName": "exit-x", - "hash": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==" - } - }, - "npm:expand-tilde": { - "type": "npm", - "name": "npm:expand-tilde", - "data": { - "version": "2.0.2", - "packageName": "expand-tilde", - "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" - } - }, - "npm:expect": { - "type": "npm", - "name": "npm:expect", - "data": { - "version": "30.4.1", - "packageName": "expect", - "hash": "sha512-PMARsyh/JtqC20HoGqlFcIlQAyqUtW4PlI1rup1uhYJtKuwAjbvWi3GQMAn+STdHum/dk8xrKfUM1+5SAwpolA==" - } - }, - "npm:express@5.2.1": { - "type": "npm", - "name": "npm:express@5.2.1", - "data": { - "version": "5.2.1", - "packageName": "express", - "hash": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" - } - }, - "npm:express": { - "type": "npm", - "name": "npm:express", - "data": { - "version": "4.22.2", - "packageName": "express", - "hash": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==" - } - }, - "npm:extend": { - "type": "npm", - "name": "npm:extend", - "data": { - "version": "3.0.2", - "packageName": "extend", - "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - } - }, - "npm:external-editor": { - "type": "npm", - "name": "npm:external-editor", - "data": { - "version": "3.1.0", - "packageName": "external-editor", - "hash": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==" - } - }, - "npm:extsprintf": { - "type": "npm", - "name": "npm:extsprintf", - "data": { - "version": "1.3.0", - "packageName": "extsprintf", - "hash": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==" - } - }, - "npm:extsprintf@1.4.1": { - "type": "npm", - "name": "npm:extsprintf@1.4.1", - "data": { - "version": "1.4.1", - "packageName": "extsprintf", - "hash": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==" - } - }, - "npm:fast-base64-decode": { - "type": "npm", - "name": "npm:fast-base64-decode", - "data": { - "version": "1.0.0", - "packageName": "fast-base64-decode", - "hash": "sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q==" - } - }, - "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-glob": { - "type": "npm", - "name": "npm:fast-glob", - "data": { - "version": "3.3.3", - "packageName": "fast-glob", - "hash": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" - } - }, - "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-safe-stringify": { - "type": "npm", - "name": "npm:fast-safe-stringify", - "data": { - "version": "2.1.1", - "packageName": "fast-safe-stringify", - "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" - } - }, - "npm:fast-uri": { - "type": "npm", - "name": "npm:fast-uri", - "data": { - "version": "3.1.2", - "packageName": "fast-uri", - "hash": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==" - } - }, - "npm:fast-xml-builder": { - "type": "npm", - "name": "npm:fast-xml-builder", - "data": { - "version": "1.2.0", - "packageName": "fast-xml-builder", - "hash": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==" - } - }, - "npm:fast-xml-parser": { - "type": "npm", - "name": "npm:fast-xml-parser", - "data": { - "version": "5.7.3", - "packageName": "fast-xml-parser", - "hash": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==" - } - }, - "npm:fastq": { - "type": "npm", - "name": "npm:fastq", - "data": { - "version": "1.20.1", - "packageName": "fastq", - "hash": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" - } - }, - "npm:faye-websocket": { - "type": "npm", - "name": "npm:faye-websocket", - "data": { - "version": "0.11.4", - "packageName": "faye-websocket", - "hash": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==" - } - }, - "npm:fb-watchman": { - "type": "npm", - "name": "npm:fb-watchman", - "data": { - "version": "2.0.2", - "packageName": "fb-watchman", - "hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" - } - }, - "npm:fdir": { - "type": "npm", - "name": "npm:fdir", - "data": { - "version": "6.5.0", - "packageName": "fdir", - "hash": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" - } - }, - "npm:fflate": { - "type": "npm", - "name": "npm:fflate", - "data": { - "version": "0.8.3", - "packageName": "fflate", - "hash": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==" - } - }, - "npm:figures": { - "type": "npm", - "name": "npm:figures", - "data": { - "version": "3.2.0", - "packageName": "figures", - "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" - } - }, - "npm:file-entry-cache": { - "type": "npm", - "name": "npm:file-entry-cache", - "data": { - "version": "6.0.1", - "packageName": "file-entry-cache", - "hash": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" - } - }, - "npm:file-type": { - "type": "npm", - "name": "npm:file-type", - "data": { - "version": "20.4.1", - "packageName": "file-type", - "hash": "sha512-hw9gNZXUfZ02Jo0uafWLaFVPter5/k2rfcrjFJJHX/77xtSDOfJuEFb6oKlFV86FLP1SuyHMW1PSk0U9M5tKkQ==" - } - }, - "npm:fill-range": { - "type": "npm", - "name": "npm:fill-range", - "data": { - "version": "7.1.1", - "packageName": "fill-range", - "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" - } - }, - "npm:finalhandler@2.1.1": { - "type": "npm", - "name": "npm:finalhandler@2.1.1", - "data": { - "version": "2.1.1", - "packageName": "finalhandler", - "hash": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==" - } - }, - "npm:finalhandler": { - "type": "npm", - "name": "npm:finalhandler", - "data": { - "version": "1.3.2", - "packageName": "finalhandler", - "hash": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==" - } - }, - "npm:find-cache-dir@3.3.2": { - "type": "npm", - "name": "npm:find-cache-dir@3.3.2", - "data": { - "version": "3.3.2", - "packageName": "find-cache-dir", - "hash": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==" - } - }, - "npm:find-cache-dir": { - "type": "npm", - "name": "npm:find-cache-dir", - "data": { - "version": "4.0.0", - "packageName": "find-cache-dir", - "hash": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==" - } - }, - "npm:find-file-up": { - "type": "npm", - "name": "npm:find-file-up", - "data": { - "version": "2.0.1", - "packageName": "find-file-up", - "hash": "sha512-qVdaUhYO39zmh28/JLQM5CoYN9byEOKEH4qfa8K1eNV17W0UUMJ9WgbR/hHFH+t5rcl+6RTb5UC7ck/I+uRkpQ==" - } - }, - "npm:find-pkg": { - "type": "npm", - "name": "npm:find-pkg", - "data": { - "version": "2.0.0", - "packageName": "find-pkg", - "hash": "sha512-WgZ+nKbELDa6N3i/9nrHeNznm+lY3z4YfhDDWgW+5P0pdmMj26bxaxU11ookgY3NyP9GC7HvZ9etp0jRFqGEeQ==" - } - }, - "npm:find-up": { - "type": "npm", - "name": "npm:find-up", - "data": { - "version": "4.1.0", - "packageName": "find-up", - "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" - } - }, - "npm:find-up@5.0.0": { - "type": "npm", - "name": "npm:find-up@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "find-up", - "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" - } - }, - "npm:find-up@6.3.0": { - "type": "npm", - "name": "npm:find-up@6.3.0", - "data": { - "version": "6.3.0", - "packageName": "find-up", - "hash": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" - } - }, - "npm:flat-cache": { - "type": "npm", - "name": "npm:flat-cache", - "data": { - "version": "3.2.0", - "packageName": "flat-cache", - "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" - } - }, - "npm:flat": { - "type": "npm", - "name": "npm:flat", - "data": { - "version": "5.0.2", - "packageName": "flat", - "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" - } - }, - "npm:flatted": { - "type": "npm", - "name": "npm:flatted", - "data": { - "version": "3.4.2", - "packageName": "flatted", - "hash": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==" - } - }, - "npm:follow-redirects": { - "type": "npm", - "name": "npm:follow-redirects", - "data": { - "version": "1.16.0", - "packageName": "follow-redirects", - "hash": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==" - } - }, - "npm:for-each": { - "type": "npm", - "name": "npm:for-each", - "data": { - "version": "0.3.5", - "packageName": "for-each", - "hash": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==" - } - }, - "npm:foreground-child": { - "type": "npm", - "name": "npm:foreground-child", - "data": { - "version": "3.3.1", - "packageName": "foreground-child", - "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" - } - }, - "npm:forever-agent": { - "type": "npm", - "name": "npm:forever-agent", - "data": { - "version": "0.6.1", - "packageName": "forever-agent", - "hash": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==" - } - }, - "npm:fork-ts-checker-webpack-plugin@9.0.2": { - "type": "npm", - "name": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "data": { - "version": "9.0.2", - "packageName": "fork-ts-checker-webpack-plugin", - "hash": "sha512-Uochze2R8peoN1XqlSi/rGUkDQpRogtLFocP9+PGu68zk1BDAKXfdeCdyVZpgTk8V8WFVQXdEz426VKjXLO1Gg==" - } - }, - "npm:fork-ts-checker-webpack-plugin": { - "type": "npm", - "name": "npm:fork-ts-checker-webpack-plugin", - "data": { - "version": "9.1.0", - "packageName": "fork-ts-checker-webpack-plugin", - "hash": "sha512-mpafl89VFPJmhnJ1ssH+8wmM2b50n+Rew5x42NeI2U78aRWgtkEtGmctp7iT16UjquJTjorEmIfESj3DxdW84Q==" - } - }, - "npm:form-data": { - "type": "npm", - "name": "npm:form-data", - "data": { - "version": "4.0.5", - "packageName": "form-data", - "hash": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==" - } - }, - "npm:forwarded": { - "type": "npm", - "name": "npm:forwarded", - "data": { - "version": "0.2.0", - "packageName": "forwarded", - "hash": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" - } - }, - "npm:fraction.js": { - "type": "npm", - "name": "npm:fraction.js", - "data": { - "version": "5.3.4", - "packageName": "fraction.js", - "hash": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==" - } - }, - "npm:fresh@2.0.0": { - "type": "npm", - "name": "npm:fresh@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "fresh", - "hash": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" - } - }, - "npm:fresh": { - "type": "npm", - "name": "npm:fresh", - "data": { - "version": "0.5.2", - "packageName": "fresh", - "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" - } - }, - "npm:fs-constants": { - "type": "npm", - "name": "npm:fs-constants", - "data": { - "version": "1.0.0", - "packageName": "fs-constants", - "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" - } - }, - "npm:fs-extra": { - "type": "npm", - "name": "npm:fs-extra", - "data": { - "version": "10.1.0", - "packageName": "fs-extra", - "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" - } - }, - "npm:fs-extra@11.3.5": { - "type": "npm", - "name": "npm:fs-extra@11.3.5", - "data": { - "version": "11.3.5", - "packageName": "fs-extra", - "hash": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==" - } - }, - "npm:fs-extra@9.1.0": { - "type": "npm", - "name": "npm:fs-extra@9.1.0", - "data": { - "version": "9.1.0", - "packageName": "fs-extra", - "hash": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==" - } - }, - "npm:fs-minipass": { - "type": "npm", - "name": "npm:fs-minipass", - "data": { - "version": "2.1.0", - "packageName": "fs-minipass", - "hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" - } - }, - "npm:fs-monkey": { - "type": "npm", - "name": "npm:fs-monkey", - "data": { - "version": "1.1.0", - "packageName": "fs-monkey", - "hash": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==" - } - }, - "npm:fs.realpath": { - "type": "npm", - "name": "npm:fs.realpath", - "data": { - "version": "1.0.0", - "packageName": "fs.realpath", - "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - } - }, - "npm:fsevents": { - "type": "npm", - "name": "npm:fsevents", - "data": { - "version": "2.3.3", - "packageName": "fsevents", - "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" - } - }, - "npm:function-bind": { - "type": "npm", - "name": "npm:function-bind", - "data": { - "version": "1.1.2", - "packageName": "function-bind", - "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" - } - }, - "npm:function.prototype.name": { - "type": "npm", - "name": "npm:function.prototype.name", - "data": { - "version": "1.1.8", - "packageName": "function.prototype.name", - "hash": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==" - } - }, - "npm:functions-have-names": { - "type": "npm", - "name": "npm:functions-have-names", - "data": { - "version": "1.2.3", - "packageName": "functions-have-names", - "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" - } - }, - "npm:generator-function": { - "type": "npm", - "name": "npm:generator-function", - "data": { - "version": "2.0.1", - "packageName": "generator-function", - "hash": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==" - } - }, - "npm:generic-names": { - "type": "npm", - "name": "npm:generic-names", - "data": { - "version": "4.0.0", - "packageName": "generic-names", - "hash": "sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==" - } - }, - "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.6.0", - "packageName": "get-east-asian-width", - "hash": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==" - } - }, - "npm:get-func-name": { - "type": "npm", - "name": "npm:get-func-name", - "data": { - "version": "2.0.2", - "packageName": "get-func-name", - "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" - } - }, - "npm:get-intrinsic": { - "type": "npm", - "name": "npm:get-intrinsic", - "data": { - "version": "1.3.0", - "packageName": "get-intrinsic", - "hash": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" - } - }, - "npm:get-package-type": { - "type": "npm", - "name": "npm:get-package-type", - "data": { - "version": "0.1.0", - "packageName": "get-package-type", - "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" - } - }, - "npm:get-proto": { - "type": "npm", - "name": "npm:get-proto", - "data": { - "version": "1.0.1", - "packageName": "get-proto", - "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" - } - }, - "npm:get-stream": { - "type": "npm", - "name": "npm:get-stream", - "data": { - "version": "5.2.0", - "packageName": "get-stream", - "hash": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" - } - }, - "npm:get-stream@6.0.1": { - "type": "npm", - "name": "npm:get-stream@6.0.1", - "data": { - "version": "6.0.1", - "packageName": "get-stream", - "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" - } - }, - "npm:get-stream@8.0.1": { - "type": "npm", - "name": "npm:get-stream@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "get-stream", - "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" - } - }, - "npm:get-symbol-description": { - "type": "npm", - "name": "npm:get-symbol-description", - "data": { - "version": "1.1.0", - "packageName": "get-symbol-description", - "hash": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==" - } - }, - "npm:getpass": { - "type": "npm", - "name": "npm:getpass", - "data": { - "version": "0.1.7", - "packageName": "getpass", - "hash": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==" - } - }, - "npm:glob-parent": { - "type": "npm", - "name": "npm:glob-parent", - "data": { - "version": "5.1.2", - "packageName": "glob-parent", - "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" - } - }, - "npm:glob-parent@6.0.2": { - "type": "npm", - "name": "npm:glob-parent@6.0.2", - "data": { - "version": "6.0.2", - "packageName": "glob-parent", - "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" - } - }, - "npm:glob-to-regex.js": { - "type": "npm", - "name": "npm:glob-to-regex.js", - "data": { - "version": "1.2.0", - "packageName": "glob-to-regex.js", - "hash": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==" - } - }, - "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:glob@10.4.5": { - "type": "npm", - "name": "npm:glob@10.4.5", - "data": { - "version": "10.4.5", - "packageName": "glob", - "hash": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" - } - }, - "npm:glob": { - "type": "npm", - "name": "npm:glob", - "data": { - "version": "10.5.0", - "packageName": "glob", - "hash": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" - } - }, - "npm:glob@7.2.3": { - "type": "npm", - "name": "npm:glob@7.2.3", - "data": { - "version": "7.2.3", - "packageName": "glob", - "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" - } - }, - "npm:glob@8.1.0": { - "type": "npm", - "name": "npm:glob@8.1.0", - "data": { - "version": "8.1.0", - "packageName": "glob", - "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" - } - }, - "npm:global-dirs": { - "type": "npm", - "name": "npm:global-dirs", - "data": { - "version": "3.0.1", - "packageName": "global-dirs", - "hash": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==" - } - }, - "npm:global-modules": { - "type": "npm", - "name": "npm:global-modules", - "data": { - "version": "1.0.0", - "packageName": "global-modules", - "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" - } - }, - "npm:global-prefix": { - "type": "npm", - "name": "npm:global-prefix", - "data": { - "version": "1.0.2", - "packageName": "global-prefix", - "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" - } - }, - "npm:global": { - "type": "npm", - "name": "npm:global", - "data": { - "version": "4.4.0", - "packageName": "global", - "hash": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==" - } - }, - "npm:globals": { - "type": "npm", - "name": "npm:globals", - "data": { - "version": "13.24.0", - "packageName": "globals", - "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" - } - }, - "npm:globals@14.0.0": { - "type": "npm", - "name": "npm:globals@14.0.0", - "data": { - "version": "14.0.0", - "packageName": "globals", - "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" - } - }, - "npm:globals@17.6.0": { - "type": "npm", - "name": "npm:globals@17.6.0", - "data": { - "version": "17.6.0", - "packageName": "globals", - "hash": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==" - } - }, - "npm:globalthis": { - "type": "npm", - "name": "npm:globalthis", - "data": { - "version": "1.0.4", - "packageName": "globalthis", - "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" - } - }, - "npm:globby": { - "type": "npm", - "name": "npm:globby", - "data": { - "version": "11.1.0", - "packageName": "globby", - "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" - } - }, - "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:handle-thing": { - "type": "npm", - "name": "npm:handle-thing", - "data": { - "version": "2.0.1", - "packageName": "handle-thing", - "hash": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - } - }, - "npm:handlebars": { - "type": "npm", - "name": "npm:handlebars", - "data": { - "version": "4.7.9", - "packageName": "handlebars", - "hash": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==" - } - }, - "npm:harmony-reflect": { - "type": "npm", - "name": "npm:harmony-reflect", - "data": { - "version": "1.6.2", - "packageName": "harmony-reflect", - "hash": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" - } - }, - "npm:has-bigints": { - "type": "npm", - "name": "npm:has-bigints", - "data": { - "version": "1.1.0", - "packageName": "has-bigints", - "hash": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" - } - }, - "npm:has-flag": { - "type": "npm", - "name": "npm:has-flag", - "data": { - "version": "4.0.0", - "packageName": "has-flag", - "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - } - }, - "npm:has-own-prop": { - "type": "npm", - "name": "npm:has-own-prop", - "data": { - "version": "2.0.0", - "packageName": "has-own-prop", - "hash": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==" - } - }, - "npm:has-property-descriptors": { - "type": "npm", - "name": "npm:has-property-descriptors", - "data": { - "version": "1.0.2", - "packageName": "has-property-descriptors", - "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" - } - }, - "npm:has-proto": { - "type": "npm", - "name": "npm:has-proto", - "data": { - "version": "1.2.0", - "packageName": "has-proto", - "hash": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==" - } - }, - "npm:has-symbols": { - "type": "npm", - "name": "npm:has-symbols", - "data": { - "version": "1.1.0", - "packageName": "has-symbols", - "hash": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" - } - }, - "npm:has-tostringtag": { - "type": "npm", - "name": "npm:has-tostringtag", - "data": { - "version": "1.0.2", - "packageName": "has-tostringtag", - "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" - } - }, - "npm:hasha": { - "type": "npm", - "name": "npm:hasha", - "data": { - "version": "5.2.2", - "packageName": "hasha", - "hash": "sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==" - } - }, - "npm:hasown@2.0.2": { - "type": "npm", - "name": "npm:hasown@2.0.2", - "data": { - "version": "2.0.2", - "packageName": "hasown", - "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" - } - }, - "npm:hasown": { - "type": "npm", - "name": "npm:hasown", - "data": { - "version": "2.0.4", - "packageName": "hasown", - "hash": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==" - } - }, - "npm:he": { - "type": "npm", - "name": "npm:he", - "data": { - "version": "1.2.0", - "packageName": "he", - "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" - } - }, - "npm:homedir-polyfill": { - "type": "npm", - "name": "npm:homedir-polyfill", - "data": { - "version": "1.0.3", - "packageName": "homedir-polyfill", - "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" - } - }, - "npm:hpack.js": { - "type": "npm", - "name": "npm:hpack.js", - "data": { - "version": "2.1.6", - "packageName": "hpack.js", - "hash": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==" - } - }, - "npm:html-encoding-sniffer@3.0.0": { - "type": "npm", - "name": "npm:html-encoding-sniffer@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "html-encoding-sniffer", - "hash": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==" - } - }, - "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:http-deceiver": { - "type": "npm", - "name": "npm:http-deceiver", - "data": { - "version": "1.2.7", - "packageName": "http-deceiver", - "hash": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" - } - }, - "npm:http-errors": { - "type": "npm", - "name": "npm:http-errors", - "data": { - "version": "2.0.1", - "packageName": "http-errors", - "hash": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" - } - }, - "npm:http-errors@1.8.1": { - "type": "npm", - "name": "npm:http-errors@1.8.1", - "data": { - "version": "1.8.1", - "packageName": "http-errors", - "hash": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" - } - }, - "npm:http-parser-js": { - "type": "npm", - "name": "npm:http-parser-js", - "data": { - "version": "0.5.10", - "packageName": "http-parser-js", - "hash": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==" - } - }, - "npm:http-proxy-middleware@2.0.9": { - "type": "npm", - "name": "npm:http-proxy-middleware@2.0.9", - "data": { - "version": "2.0.9", - "packageName": "http-proxy-middleware", - "hash": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==" - } - }, - "npm:http-proxy-middleware": { - "type": "npm", - "name": "npm:http-proxy-middleware", - "data": { - "version": "3.0.5", - "packageName": "http-proxy-middleware", - "hash": "sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg==" - } - }, - "npm:http-proxy": { - "type": "npm", - "name": "npm:http-proxy", - "data": { - "version": "1.18.1", - "packageName": "http-proxy", - "hash": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" - } - }, - "npm:http-server": { - "type": "npm", - "name": "npm:http-server", - "data": { - "version": "14.1.1", - "packageName": "http-server", - "hash": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==" - } - }, - "npm:http-signature": { - "type": "npm", - "name": "npm:http-signature", - "data": { - "version": "1.4.0", - "packageName": "http-signature", - "hash": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==" - } - }, - "npm:https-proxy-agent": { - "type": "npm", - "name": "npm:https-proxy-agent", - "data": { - "version": "5.0.1", - "packageName": "https-proxy-agent", - "hash": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" - } - }, - "npm:human-signals": { - "type": "npm", - "name": "npm:human-signals", - "data": { - "version": "1.1.1", - "packageName": "human-signals", - "hash": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" - } - }, - "npm:human-signals@2.1.0": { - "type": "npm", - "name": "npm:human-signals@2.1.0", - "data": { - "version": "2.1.0", - "packageName": "human-signals", - "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" - } - }, - "npm:human-signals@5.0.0": { - "type": "npm", - "name": "npm:human-signals@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "human-signals", - "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" - } - }, - "npm:husky": { - "type": "npm", - "name": "npm:husky", - "data": { - "version": "8.0.3", - "packageName": "husky", - "hash": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==" - } - }, - "npm:hyperdyperid": { - "type": "npm", - "name": "npm:hyperdyperid", - "data": { - "version": "1.2.0", - "packageName": "hyperdyperid", - "hash": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==" - } - }, - "npm:iconv-lite": { - "type": "npm", - "name": "npm:iconv-lite", - "data": { - "version": "0.6.3", - "packageName": "iconv-lite", - "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" - } - }, - "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.7.2": { - "type": "npm", - "name": "npm:iconv-lite@0.7.2", - "data": { - "version": "0.7.2", - "packageName": "iconv-lite", - "hash": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==" - } - }, - "npm:icss-utils": { - "type": "npm", - "name": "npm:icss-utils", - "data": { - "version": "5.1.0", - "packageName": "icss-utils", - "hash": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==" - } - }, - "npm:identity-obj-proxy": { - "type": "npm", - "name": "npm:identity-obj-proxy", - "data": { - "version": "3.0.0", - "packageName": "identity-obj-proxy", - "hash": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==" - } - }, - "npm:ieee754": { - "type": "npm", - "name": "npm:ieee754", - "data": { - "version": "1.2.1", - "packageName": "ieee754", - "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" - } - }, - "npm:ignore@7.0.5": { - "type": "npm", - "name": "npm:ignore@7.0.5", - "data": { - "version": "7.0.5", - "packageName": "ignore", - "hash": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" - } - }, - "npm:ignore": { - "type": "npm", - "name": "npm:ignore", - "data": { - "version": "5.3.2", - "packageName": "ignore", - "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" - } - }, - "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.6", - "packageName": "immutable", - "hash": "sha512-q1swsS8K7L8usSHuOqF2TAoCCkonYz0SG38wLAggaa4Wml70zixIvt2ql4coQ2C2B3hTjltJry4r6bULwgAXLQ==" - } - }, - "npm:import-fresh": { - "type": "npm", - "name": "npm:import-fresh", - "data": { - "version": "3.3.1", - "packageName": "import-fresh", - "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" - } - }, - "npm:import-local": { - "type": "npm", - "name": "npm:import-local", - "data": { - "version": "3.2.0", - "packageName": "import-local", - "hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" - } - }, - "npm:imurmurhash": { - "type": "npm", - "name": "npm:imurmurhash", - "data": { - "version": "0.1.4", - "packageName": "imurmurhash", - "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" - } - }, - "npm:inflight": { - "type": "npm", - "name": "npm:inflight", - "data": { - "version": "1.0.6", - "packageName": "inflight", - "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" - } - }, - "npm:inherits": { - "type": "npm", - "name": "npm:inherits", - "data": { - "version": "2.0.4", - "packageName": "inherits", - "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - } - }, - "npm:ini": { - "type": "npm", - "name": "npm:ini", - "data": { - "version": "2.0.0", - "packageName": "ini", - "hash": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==" - } - }, - "npm:ini@1.3.8": { - "type": "npm", - "name": "npm:ini@1.3.8", - "data": { - "version": "1.3.8", - "packageName": "ini", - "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - } - }, - "npm:inquirer": { - "type": "npm", - "name": "npm:inquirer", - "data": { - "version": "8.2.6", - "packageName": "inquirer", - "hash": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==" - } - }, - "npm:inquirer@9.2.15": { - "type": "npm", - "name": "npm:inquirer@9.2.15", - "data": { - "version": "9.2.15", - "packageName": "inquirer", - "hash": "sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==" - } - }, - "npm:internal-slot": { - "type": "npm", - "name": "npm:internal-slot", - "data": { - "version": "1.1.0", - "packageName": "internal-slot", - "hash": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" - } - }, - "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:ipaddr.js@2.4.0": { - "type": "npm", - "name": "npm:ipaddr.js@2.4.0", - "data": { - "version": "2.4.0", - "packageName": "ipaddr.js", - "hash": "sha512-9VGk3HGanVE6JoZXHiCpnGy5X0jYDnN4EA4lntFPj+1vIWlFhIylq2CrrCOJH9EAhc5CYhq18F2Av2tgoAPsYQ==" - } - }, - "npm:is-array-buffer": { - "type": "npm", - "name": "npm:is-array-buffer", - "data": { - "version": "3.0.5", - "packageName": "is-array-buffer", - "hash": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==" - } - }, - "npm:is-arrayish": { - "type": "npm", - "name": "npm:is-arrayish", - "data": { - "version": "0.2.1", - "packageName": "is-arrayish", - "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - } - }, - "npm:is-async-function": { - "type": "npm", - "name": "npm:is-async-function", - "data": { - "version": "2.1.1", - "packageName": "is-async-function", - "hash": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==" - } - }, - "npm:is-bigint": { - "type": "npm", - "name": "npm:is-bigint", - "data": { - "version": "1.1.0", - "packageName": "is-bigint", - "hash": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==" - } - }, - "npm:is-binary-path": { - "type": "npm", - "name": "npm:is-binary-path", - "data": { - "version": "2.1.0", - "packageName": "is-binary-path", - "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" - } - }, - "npm:is-boolean-object": { - "type": "npm", - "name": "npm:is-boolean-object", - "data": { - "version": "1.2.2", - "packageName": "is-boolean-object", - "hash": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==" - } - }, - "npm:is-callable": { - "type": "npm", - "name": "npm:is-callable", - "data": { - "version": "1.2.7", - "packageName": "is-callable", - "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" - } - }, - "npm:is-core-module": { - "type": "npm", - "name": "npm:is-core-module", - "data": { - "version": "2.16.2", - "packageName": "is-core-module", - "hash": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==" - } - }, - "npm:is-data-view": { - "type": "npm", - "name": "npm:is-data-view", - "data": { - "version": "1.0.2", - "packageName": "is-data-view", - "hash": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==" - } - }, - "npm:is-date-object": { - "type": "npm", - "name": "npm:is-date-object", - "data": { - "version": "1.1.0", - "packageName": "is-date-object", - "hash": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==" - } - }, - "npm:is-docker": { - "type": "npm", - "name": "npm:is-docker", - "data": { - "version": "2.2.1", - "packageName": "is-docker", - "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" - } - }, - "npm:is-docker@3.0.0": { - "type": "npm", - "name": "npm:is-docker@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "is-docker", - "hash": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" - } - }, - "npm:is-extglob": { - "type": "npm", - "name": "npm:is-extglob", - "data": { - "version": "2.1.1", - "packageName": "is-extglob", - "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" - } - }, - "npm:is-finalizationregistry": { - "type": "npm", - "name": "npm:is-finalizationregistry", - "data": { - "version": "1.1.1", - "packageName": "is-finalizationregistry", - "hash": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==" - } - }, - "npm:is-fullwidth-code-point": { - "type": "npm", - "name": "npm:is-fullwidth-code-point", - "data": { - "version": "3.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - } - }, - "npm:is-fullwidth-code-point@4.0.0": { - "type": "npm", - "name": "npm:is-fullwidth-code-point@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" - } - }, - "npm:is-fullwidth-code-point@5.1.0": { - "type": "npm", - "name": "npm:is-fullwidth-code-point@5.1.0", - "data": { - "version": "5.1.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==" - } - }, - "npm:is-generator-fn": { - "type": "npm", - "name": "npm:is-generator-fn", - "data": { - "version": "2.1.0", - "packageName": "is-generator-fn", - "hash": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" - } - }, - "npm:is-generator-function": { - "type": "npm", - "name": "npm:is-generator-function", - "data": { - "version": "1.1.2", - "packageName": "is-generator-function", - "hash": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==" - } - }, - "npm:is-glob": { - "type": "npm", - "name": "npm:is-glob", - "data": { - "version": "4.0.3", - "packageName": "is-glob", - "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" - } - }, - "npm:is-inside-container": { - "type": "npm", - "name": "npm:is-inside-container", - "data": { - "version": "1.0.0", - "packageName": "is-inside-container", - "hash": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" - } - }, - "npm:is-installed-globally": { - "type": "npm", - "name": "npm:is-installed-globally", - "data": { - "version": "0.4.0", - "packageName": "is-installed-globally", - "hash": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==" - } - }, - "npm:is-interactive": { - "type": "npm", - "name": "npm:is-interactive", - "data": { - "version": "1.0.0", - "packageName": "is-interactive", - "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" - } - }, - "npm:is-map": { - "type": "npm", - "name": "npm:is-map", - "data": { - "version": "2.0.3", - "packageName": "is-map", - "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" - } - }, - "npm:is-module": { - "type": "npm", - "name": "npm:is-module", - "data": { - "version": "1.0.0", - "packageName": "is-module", - "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" - } - }, - "npm:is-negative-zero": { - "type": "npm", - "name": "npm:is-negative-zero", - "data": { - "version": "2.0.3", - "packageName": "is-negative-zero", - "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" - } - }, - "npm:is-network-error": { - "type": "npm", - "name": "npm:is-network-error", - "data": { - "version": "1.3.2", - "packageName": "is-network-error", - "hash": "sha512-PhBY86zaxNZUuWP6h13Vu5oFe0XY6/UlKzQnYFELzGVHygP3MxmvTfYSG7GN3aIab/iWudSMgjSnG9Dq+nHrgA==" - } - }, - "npm:is-number-object": { - "type": "npm", - "name": "npm:is-number-object", - "data": { - "version": "1.1.1", - "packageName": "is-number-object", - "hash": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==" - } - }, - "npm:is-number": { - "type": "npm", - "name": "npm:is-number", - "data": { - "version": "7.0.0", - "packageName": "is-number", - "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - } - }, - "npm:is-path-inside": { - "type": "npm", - "name": "npm:is-path-inside", - "data": { - "version": "3.0.3", - "packageName": "is-path-inside", - "hash": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" - } - }, - "npm:is-plain-obj": { - "type": "npm", - "name": "npm:is-plain-obj", - "data": { - "version": "3.0.0", - "packageName": "is-plain-obj", - "hash": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" - } - }, - "npm:is-plain-object": { - "type": "npm", - "name": "npm:is-plain-object", - "data": { - "version": "5.0.0", - "packageName": "is-plain-object", - "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" - } - }, - "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-reference": { - "type": "npm", - "name": "npm:is-reference", - "data": { - "version": "1.2.1", - "packageName": "is-reference", - "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" - } - }, - "npm:is-regex": { - "type": "npm", - "name": "npm:is-regex", - "data": { - "version": "1.2.1", - "packageName": "is-regex", - "hash": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" - } - }, - "npm:is-set": { - "type": "npm", - "name": "npm:is-set", - "data": { - "version": "2.0.3", - "packageName": "is-set", - "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" - } - }, - "npm:is-shared-array-buffer": { - "type": "npm", - "name": "npm:is-shared-array-buffer", - "data": { - "version": "1.0.4", - "packageName": "is-shared-array-buffer", - "hash": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==" - } - }, - "npm:is-stream": { - "type": "npm", - "name": "npm:is-stream", - "data": { - "version": "2.0.1", - "packageName": "is-stream", - "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" - } - }, - "npm:is-stream@3.0.0": { - "type": "npm", - "name": "npm:is-stream@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "is-stream", - "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" - } - }, - "npm:is-string": { - "type": "npm", - "name": "npm:is-string", - "data": { - "version": "1.1.1", - "packageName": "is-string", - "hash": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==" - } - }, - "npm:is-symbol": { - "type": "npm", - "name": "npm:is-symbol", - "data": { - "version": "1.1.1", - "packageName": "is-symbol", - "hash": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==" - } - }, - "npm:is-typed-array": { - "type": "npm", - "name": "npm:is-typed-array", - "data": { - "version": "1.1.15", - "packageName": "is-typed-array", - "hash": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" - } - }, - "npm:is-typedarray": { - "type": "npm", - "name": "npm:is-typedarray", - "data": { - "version": "1.0.0", - "packageName": "is-typedarray", - "hash": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - } - }, - "npm:is-unicode-supported": { - "type": "npm", - "name": "npm:is-unicode-supported", - "data": { - "version": "0.1.0", - "packageName": "is-unicode-supported", - "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" - } - }, - "npm:is-weakmap": { - "type": "npm", - "name": "npm:is-weakmap", - "data": { - "version": "2.0.2", - "packageName": "is-weakmap", - "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" - } - }, - "npm:is-weakref": { - "type": "npm", - "name": "npm:is-weakref", - "data": { - "version": "1.1.1", - "packageName": "is-weakref", - "hash": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==" - } - }, - "npm:is-weakset": { - "type": "npm", - "name": "npm:is-weakset", - "data": { - "version": "2.0.4", - "packageName": "is-weakset", - "hash": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==" - } - }, - "npm:is-what": { - "type": "npm", - "name": "npm:is-what", - "data": { - "version": "3.14.1", - "packageName": "is-what", - "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" - } - }, - "npm:is-windows": { - "type": "npm", - "name": "npm:is-windows", - "data": { - "version": "1.0.2", - "packageName": "is-windows", - "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" - } - }, - "npm:is-wsl": { - "type": "npm", - "name": "npm:is-wsl", - "data": { - "version": "2.2.0", - "packageName": "is-wsl", - "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" - } - }, - "npm:is-wsl@3.1.1": { - "type": "npm", - "name": "npm:is-wsl@3.1.1", - "data": { - "version": "3.1.1", - "packageName": "is-wsl", - "hash": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==" - } - }, - "npm:isarray@1.0.0": { - "type": "npm", - "name": "npm:isarray@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "isarray", - "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - } - }, - "npm:isarray": { - "type": "npm", - "name": "npm:isarray", - "data": { - "version": "2.0.5", - "packageName": "isarray", - "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - } - }, - "npm:isexe": { - "type": "npm", - "name": "npm:isexe", - "data": { - "version": "2.0.0", - "packageName": "isexe", - "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - } - }, - "npm:isomorphic-unfetch": { - "type": "npm", - "name": "npm:isomorphic-unfetch", - "data": { - "version": "3.1.0", - "packageName": "isomorphic-unfetch", - "hash": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==" - } - }, - "npm:isomorphic-ws": { - "type": "npm", - "name": "npm:isomorphic-ws", - "data": { - "version": "5.0.0", - "packageName": "isomorphic-ws", - "hash": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==" - } - }, - "npm:isstream": { - "type": "npm", - "name": "npm:isstream", - "data": { - "version": "0.1.2", - "packageName": "isstream", - "hash": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" - } - }, - "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:istanbul-lib-source-maps": { - "type": "npm", - "name": "npm:istanbul-lib-source-maps", - "data": { - "version": "5.0.6", - "packageName": "istanbul-lib-source-maps", - "hash": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==" - } - }, - "npm:istanbul-reports": { - "type": "npm", - "name": "npm:istanbul-reports", - "data": { - "version": "3.2.0", - "packageName": "istanbul-reports", - "hash": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==" - } - }, - "npm:iterare": { - "type": "npm", - "name": "npm:iterare", - "data": { - "version": "1.2.1", - "packageName": "iterare", - "hash": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==" - } - }, - "npm:iterator.prototype": { - "type": "npm", - "name": "npm:iterator.prototype", - "data": { - "version": "1.1.5", - "packageName": "iterator.prototype", - "hash": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==" - } - }, - "npm:jackspeak": { - "type": "npm", - "name": "npm:jackspeak", - "data": { - "version": "3.4.3", - "packageName": "jackspeak", - "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" - } - }, - "npm:jest-changed-files": { - "type": "npm", - "name": "npm:jest-changed-files", - "data": { - "version": "30.4.1", - "packageName": "jest-changed-files", - "hash": "sha512-IuctmYrxi21iOSOaIXpJWalHyPAsVv0GeBHKDn8C1CA4W5htHn7INL+wdnL4Bo0+olEndvAFkmb++tIQJG+vvg==" - } - }, - "npm:jest-circus": { - "type": "npm", - "name": "npm:jest-circus", - "data": { - "version": "30.4.2", - "packageName": "jest-circus", - "hash": "sha512-rvHH7VlY6LgbJXJTQ87GW62g1FntOtbhh0zT+v04kC+pgL6aBKyYINXxWukCpj3dcIBMw5/XUbtDS9dU9JTXeQ==" - } - }, - "npm:jest-cli": { - "type": "npm", - "name": "npm:jest-cli", - "data": { - "version": "30.4.2", - "packageName": "jest-cli", - "hash": "sha512-jfA2ocvVHMXS2QijrJ0d31ektP+d/W0T5RpcTX2Pq+3sVqHlsXVCM2+FmwpL+bdY8OfHpIg9xMxLF17Zg0U49Q==" - } - }, - "npm:jest-config": { - "type": "npm", - "name": "npm:jest-config", - "data": { - "version": "30.4.2", - "packageName": "jest-config", - "hash": "sha512-rNHAShJQqQwFNoL0hbf3BphSBOWnpOUAKvidLS/AjNVLPfoj5mSf4jQMfW3cYOs6hXeZC7nF7mDHaBnbxELOzg==" - } - }, - "npm:jest-diff": { - "type": "npm", - "name": "npm:jest-diff", - "data": { - "version": "30.4.1", - "packageName": "jest-diff", - "hash": "sha512-CRpFK0RtLriVDGcPPAnR6HMVI8bSR2jnUIgralhauzYQZIb4RH9AtEInTuQr65LmmGggGcRT6HIASxwqsVsmlA==" - } - }, - "npm:jest-docblock": { - "type": "npm", - "name": "npm:jest-docblock", - "data": { - "version": "30.4.0", - "packageName": "jest-docblock", - "hash": "sha512-ZPMabUZCx5MpbZ2eBYSvZ0J8fvo3dR9oM+eeUpb3aKNQFuS2tu3Duw1TNlMoP8k3WQgKGJuhcMFvwcVuq6T7oA==" - } - }, - "npm:jest-each": { - "type": "npm", - "name": "npm:jest-each", - "data": { - "version": "30.4.1", - "packageName": "jest-each", - "hash": "sha512-/8MJbH6fuj48TstjrMf+u/pd06Qezz5xOXvZA6442heNOWr8bdeoGZX2d9fCn028CoMgYmroH9//zky5GfyYmA==" - } - }, - "npm:jest-environment-node": { - "type": "npm", - "name": "npm:jest-environment-node", - "data": { - "version": "30.4.1", - "packageName": "jest-environment-node", - "hash": "sha512-4FZYVOk85hz2AyT6BbarKy9u37g6DbrDyCdFhsnDdXqyrueYQvB+0zO4f/kqLCRD0BsPRXPMNJeQwihKZV8naw==" - } - }, - "npm:jest-haste-map": { - "type": "npm", - "name": "npm:jest-haste-map", - "data": { - "version": "30.4.1", - "packageName": "jest-haste-map", - "hash": "sha512-rFrcONd8jeFsyw+Z9CrScJgglRf2+NFmNam8dKu7n+SoHqNYT47mn0DdEcVUZJpvh7Iz6/si7f7yUH7GJHVgnw==" - } - }, - "npm:jest-leak-detector": { - "type": "npm", - "name": "npm:jest-leak-detector", - "data": { - "version": "30.4.1", - "packageName": "jest-leak-detector", - "hash": "sha512-IpmyiioeHxiWDhesHnUFmOxcTzwCwKpgACgWajtAP+nYQXiY7DakTxB6Bx9JFiRMljr0AX1PvnQdaU1KFoz6NQ==" - } - }, - "npm:jest-matcher-utils": { - "type": "npm", - "name": "npm:jest-matcher-utils", - "data": { - "version": "30.4.1", - "packageName": "jest-matcher-utils", - "hash": "sha512-zvYfX5CaeEkFrrLS9suWe9rvJrm9J1Iv3ua8kIBv9GEPzcnsfBf0bob37la7s67fs0nlBC3EuvkOLnXQKxtx4A==" - } - }, - "npm:jest-message-util": { - "type": "npm", - "name": "npm:jest-message-util", - "data": { - "version": "30.4.1", - "packageName": "jest-message-util", - "hash": "sha512-kwCKIvq0MCW1HzLoGola9Te6JUdzgV0loyKJ3Qghrkz9i5/RRIHsL95BMQc2HBBhlBKC4j22K9p11TGHH8RBpQ==" - } - }, - "npm:jest-mock": { - "type": "npm", - "name": "npm:jest-mock", - "data": { - "version": "30.4.1", - "packageName": "jest-mock", - "hash": "sha512-/i8SVb8/NSB7RfNi8gfqu8gxLV23KaL5EpAttyb9iz8qWRIqXRLflycz/32wXsYkOnaUlx8NAKnJYtpsmXUmfw==" - } - }, - "npm:jest-pnp-resolver": { - "type": "npm", - "name": "npm:jest-pnp-resolver", - "data": { - "version": "1.2.3", - "packageName": "jest-pnp-resolver", - "hash": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" - } - }, - "npm:jest-regex-util": { - "type": "npm", - "name": "npm:jest-regex-util", - "data": { - "version": "30.4.0", - "packageName": "jest-regex-util", - "hash": "sha512-mWlvLviKIgIQ8VCuM1xRdD0TWp3zlzionlmDBjuXVBs+VkmXq6FgW9T4Emr7oGz/Rk6feDCGyiugolcQEyp3mg==" - } - }, - "npm:jest-resolve-dependencies": { - "type": "npm", - "name": "npm:jest-resolve-dependencies", - "data": { - "version": "30.4.2", - "packageName": "jest-resolve-dependencies", - "hash": "sha512-gDiVh1I+GxYzz9oXlyw+1wv6VOYX1WYxMOfjsA3iGKePV2oxmbHhwxfkALxNxYy1ciw6APWwkW2zZONwP97aEQ==" - } - }, - "npm:jest-resolve": { - "type": "npm", - "name": "npm:jest-resolve", - "data": { - "version": "30.4.1", - "packageName": "jest-resolve", - "hash": "sha512-Zry8Yq/yJcNAZ7dJ5F2heic8AheXvbFZ7XI5V+h28nrYZ7Qoyy4dItq8OodjnYD270mvX+ZudmrNV9cysqhW5Q==" - } - }, - "npm:jest-runner": { - "type": "npm", - "name": "npm:jest-runner", - "data": { - "version": "30.4.2", - "packageName": "jest-runner", - "hash": "sha512-2dw0PslVYXxffXGpLo+Ejad+KcI1Qkjn7f4X4619gf21oCUmL+SPfjqIa/losUem3yEOvfNZe/F1HWUcNpODcg==" - } - }, - "npm:jest-runtime": { - "type": "npm", - "name": "npm:jest-runtime", - "data": { - "version": "30.4.2", - "packageName": "jest-runtime", - "hash": "sha512-3/5e8iPz2k/VLqlr8DgTftYyLUv8Su3FkCAO2/Od81UsUTpSxOrS6O5x5KkoQwyUjmpYyDJKeyAvg2T2nvpNkQ==" - } - }, - "npm:jest-snapshot": { - "type": "npm", - "name": "npm:jest-snapshot", - "data": { - "version": "30.4.1", - "packageName": "jest-snapshot", - "hash": "sha512-tEOkkfOMppUyeiHwjZswOQ3lcnoTnws/q5FnGIaeIh/jmoU0ZlgMYRR8sTlTj+nNGCoJ0RDq6SfxGxCsyMTPmw==" - } - }, - "npm:jest-util": { - "type": "npm", - "name": "npm:jest-util", - "data": { - "version": "30.4.1", - "packageName": "jest-util", - "hash": "sha512-vjQb1sACEiv13DKJMDToJpzVW0joCsIQrmbg0fi7CyOOt+g9jTuQl2A216pWRBYhOVt53XbL/2LbMKg1BECWOw==" - } - }, - "npm:jest-validate": { - "type": "npm", - "name": "npm:jest-validate", - "data": { - "version": "30.4.1", - "packageName": "jest-validate", - "hash": "sha512-PDWi4SOwLnwqNDfHZjOcsEFyZ4fc/2W2gVL3DEoyqnB6jCQMLRtfBong8s6omIw3lI0HWOus12xfnFmQtjW3fw==" - } - }, - "npm:jest-watcher": { - "type": "npm", - "name": "npm:jest-watcher", - "data": { - "version": "30.4.1", - "packageName": "jest-watcher", - "hash": "sha512-/l9UonmvCwjHH7d2h3iAwIloLc1H0S8mJZ/LNK3i86hqwPAz8otUJjP9MfYtz9Tt77Su5FD2xGjZn8d31IZHlw==" - } - }, - "npm:jest-worker": { - "type": "npm", - "name": "npm:jest-worker", - "data": { - "version": "30.4.1", - "packageName": "jest-worker", - "hash": "sha512-SHynN/q/QD++iNyvMdy+WMmbCGk8jIsNcRxycXbWubSOhvo6T+j2afcfUSl+3hYsiBebOTo0cT7c2H7CXugu1g==" - } - }, - "npm:jest-worker@27.5.1": { - "type": "npm", - "name": "npm:jest-worker@27.5.1", - "data": { - "version": "27.5.1", - "packageName": "jest-worker", - "hash": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" - } - }, - "npm:jest": { - "type": "npm", - "name": "npm:jest", - "data": { - "version": "30.4.2", - "packageName": "jest", - "hash": "sha512-Yi1jqNC/Oq0N4hBgNH/YvBpP1P57QqundgytzYqy3yqAa7NZPNjSoi4SGbRAXDMdBzNE6xBCi5U7RgfrvMEUVQ==" - } - }, - "npm:jiti@2.4.2": { - "type": "npm", - "name": "npm:jiti@2.4.2", - "data": { - "version": "2.4.2", - "packageName": "jiti", - "hash": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" - } - }, - "npm:jiti": { - "type": "npm", - "name": "npm:jiti", - "data": { - "version": "2.7.0", - "packageName": "jiti", - "hash": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==" - } - }, - "npm:jose": { - "type": "npm", - "name": "npm:jose", - "data": { - "version": "6.2.3", - "packageName": "jose", - "hash": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==" - } - }, - "npm:js-cookie": { - "type": "npm", - "name": "npm:js-cookie", - "data": { - "version": "2.2.1", - "packageName": "js-cookie", - "hash": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" - } - }, - "npm:js-tokens": { - "type": "npm", - "name": "npm:js-tokens", - "data": { - "version": "4.0.0", - "packageName": "js-tokens", - "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - } - }, - "npm:js-yaml@4.1.0": { - "type": "npm", - "name": "npm:js-yaml@4.1.0", - "data": { - "version": "4.1.0", - "packageName": "js-yaml", - "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" - } - }, - "npm:js-yaml@3.14.2": { - "type": "npm", - "name": "npm:js-yaml@3.14.2", - "data": { - "version": "3.14.2", - "packageName": "js-yaml", - "hash": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==" - } - }, - "npm:js-yaml": { - "type": "npm", - "name": "npm:js-yaml", - "data": { - "version": "4.2.0", - "packageName": "js-yaml", - "hash": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==" - } - }, - "npm:jsbn": { - "type": "npm", - "name": "npm:jsbn", - "data": { - "version": "0.1.1", - "packageName": "jsbn", - "hash": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" - } - }, - "npm:jsdom": { - "type": "npm", - "name": "npm:jsdom", - "data": { - "version": "29.1.1", - "packageName": "jsdom", - "hash": "sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==" - } - }, - "npm:jsesc": { - "type": "npm", - "name": "npm:jsesc", - "data": { - "version": "3.1.0", - "packageName": "jsesc", - "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" - } - }, - "npm:json-buffer": { - "type": "npm", - "name": "npm:json-buffer", - "data": { - "version": "3.0.1", - "packageName": "json-buffer", - "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" - } - }, - "npm:json-parse-even-better-errors": { - "type": "npm", - "name": "npm:json-parse-even-better-errors", - "data": { - "version": "2.3.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - } - }, - "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:json-schema": { - "type": "npm", - "name": "npm:json-schema", - "data": { - "version": "0.4.0", - "packageName": "json-schema", - "hash": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" - } - }, - "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:json-stringify-safe": { - "type": "npm", - "name": "npm:json-stringify-safe", - "data": { - "version": "5.0.1", - "packageName": "json-stringify-safe", - "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" - } - }, - "npm:json5": { - "type": "npm", - "name": "npm:json5", - "data": { - "version": "2.2.3", - "packageName": "json5", - "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" - } - }, - "npm:json5@1.0.2": { - "type": "npm", - "name": "npm:json5@1.0.2", - "data": { - "version": "1.0.2", - "packageName": "json5", - "hash": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==" - } - }, - "npm:jsonc-eslint-parser": { - "type": "npm", - "name": "npm:jsonc-eslint-parser", - "data": { - "version": "2.4.2", - "packageName": "jsonc-eslint-parser", - "hash": "sha512-1e4qoRgnn448pRuMvKGsFFymUCquZV0mpGgOyIKNgD3JVDTsVJyRBGH/Fm0tBb8WsWGgmB1mDe6/yJMQM37DUA==" - } - }, - "npm:jsonc-parser@3.2.0": { - "type": "npm", - "name": "npm:jsonc-parser@3.2.0", - "data": { - "version": "3.2.0", - "packageName": "jsonc-parser", - "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" - } - }, - "npm:jsonc-parser@3.2.1": { - "type": "npm", - "name": "npm:jsonc-parser@3.2.1", - "data": { - "version": "3.2.1", - "packageName": "jsonc-parser", - "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" - } - }, - "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:jsonfile": { - "type": "npm", - "name": "npm:jsonfile", - "data": { - "version": "6.2.1", - "packageName": "jsonfile", - "hash": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==" - } - }, - "npm:jsonwebtoken": { - "type": "npm", - "name": "npm:jsonwebtoken", - "data": { - "version": "9.0.3", - "packageName": "jsonwebtoken", - "hash": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==" - } - }, - "npm:jsprim": { - "type": "npm", - "name": "npm:jsprim", - "data": { - "version": "2.0.2", - "packageName": "jsprim", - "hash": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==" - } - }, - "npm:jsx-ast-utils": { - "type": "npm", - "name": "npm:jsx-ast-utils", - "data": { - "version": "3.3.5", - "packageName": "jsx-ast-utils", - "hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" - } - }, - "npm:jwa": { - "type": "npm", - "name": "npm:jwa", - "data": { - "version": "2.0.1", - "packageName": "jwa", - "hash": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" - } - }, - "npm:jwks-rsa": { - "type": "npm", - "name": "npm:jwks-rsa", - "data": { - "version": "4.0.1", - "packageName": "jwks-rsa", - "hash": "sha512-poXwUA8S4cP9P5N8tZS3xnUDJH8WmwSGfKK9gIaRPdjLHyJtd9iX/cngX9CUIe0Caof5JhK2EbN7N5lnnaf9NA==" - } - }, - "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:keyv": { - "type": "npm", - "name": "npm:keyv", - "data": { - "version": "4.5.4", - "packageName": "keyv", - "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" - } - }, - "npm:language-subtag-registry": { - "type": "npm", - "name": "npm:language-subtag-registry", - "data": { - "version": "0.3.23", - "packageName": "language-subtag-registry", - "hash": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==" - } - }, - "npm:language-tags": { - "type": "npm", - "name": "npm:language-tags", - "data": { - "version": "1.0.9", - "packageName": "language-tags", - "hash": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==" - } - }, - "npm:launch-editor": { - "type": "npm", - "name": "npm:launch-editor", - "data": { - "version": "2.14.1", - "packageName": "launch-editor", - "hash": "sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==" - } - }, - "npm:less-loader": { - "type": "npm", - "name": "npm:less-loader", - "data": { - "version": "12.3.3", - "packageName": "less-loader", - "hash": "sha512-F0+ErFFDj3Pt+nVrCN6VlEGEzocv9s7x/aR9v2riI+WM83UAfTYBDBjGPJnT55lBLR6JSI4fmWblt+aA2JN6/w==" - } - }, - "npm:less": { - "type": "npm", - "name": "npm:less", - "data": { - "version": "4.5.1", - "packageName": "less", - "hash": "sha512-UKgI3/KON4u6ngSsnDADsUERqhZknsVZbnuzlRZXLQCmfC/MDld42fTydUE9B+Mla1AL6SJ/Pp6SlEFi/AVGfw==" - } - }, - "npm:leven": { - "type": "npm", - "name": "npm:leven", - "data": { - "version": "3.1.0", - "packageName": "leven", - "hash": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" - } - }, - "npm:levn": { - "type": "npm", - "name": "npm:levn", - "data": { - "version": "0.4.1", - "packageName": "levn", - "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" - } - }, - "npm:libphonenumber-js": { - "type": "npm", - "name": "npm:libphonenumber-js", - "data": { - "version": "1.13.5", - "packageName": "libphonenumber-js", - "hash": "sha512-7/kRezHmQlMfO6pmvt34orO/g3j1C47k8FCBXFgj/mklTLwQdBca1LkhDK6RM8UyM6JqHFAIikMdkKkyfQy39A==" - } - }, - "npm:license-webpack-plugin": { - "type": "npm", - "name": "npm:license-webpack-plugin", - "data": { - "version": "4.0.2", - "packageName": "license-webpack-plugin", - "hash": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==" - } - }, - "npm:lilconfig": { - "type": "npm", - "name": "npm:lilconfig", - "data": { - "version": "3.1.3", - "packageName": "lilconfig", - "hash": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==" - } - }, - "npm:limiter": { - "type": "npm", - "name": "npm:limiter", - "data": { - "version": "1.1.5", - "packageName": "limiter", - "hash": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==" - } - }, - "npm:lines-and-columns": { - "type": "npm", - "name": "npm:lines-and-columns", - "data": { - "version": "2.0.3", - "packageName": "lines-and-columns", - "hash": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==" - } - }, - "npm:lines-and-columns@1.2.4": { - "type": "npm", - "name": "npm:lines-and-columns@1.2.4", - "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": "15.5.2", - "packageName": "lint-staged", - "hash": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==" - } - }, - "npm:listr2": { - "type": "npm", - "name": "npm:listr2", - "data": { - "version": "8.3.3", - "packageName": "listr2", - "hash": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==" - } - }, - "npm:loader-runner": { - "type": "npm", - "name": "npm:loader-runner", - "data": { - "version": "4.3.2", - "packageName": "loader-runner", - "hash": "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==" - } - }, - "npm:loader-utils": { - "type": "npm", - "name": "npm:loader-utils", - "data": { - "version": "2.0.4", - "packageName": "loader-utils", - "hash": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" - } - }, - "npm:loader-utils@3.3.1": { - "type": "npm", - "name": "npm:loader-utils@3.3.1", - "data": { - "version": "3.3.1", - "packageName": "loader-utils", - "hash": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==" - } - }, - "npm:local-pkg": { - "type": "npm", - "name": "npm:local-pkg", - "data": { - "version": "0.4.3", - "packageName": "local-pkg", - "hash": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==" - } - }, - "npm:locate-path": { - "type": "npm", - "name": "npm:locate-path", - "data": { - "version": "5.0.0", - "packageName": "locate-path", - "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" - } - }, - "npm:locate-path@6.0.0": { - "type": "npm", - "name": "npm:locate-path@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "locate-path", - "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" - } - }, - "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: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.clonedeep": { - "type": "npm", - "name": "npm:lodash.clonedeep", - "data": { - "version": "4.5.0", - "packageName": "lodash.clonedeep", - "hash": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" - } - }, - "npm:lodash.debounce": { - "type": "npm", - "name": "npm:lodash.debounce", - "data": { - "version": "4.0.8", - "packageName": "lodash.debounce", - "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" - } - }, - "npm:lodash.includes": { - "type": "npm", - "name": "npm:lodash.includes", - "data": { - "version": "4.3.0", - "packageName": "lodash.includes", - "hash": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" - } - }, - "npm:lodash.isboolean": { - "type": "npm", - "name": "npm:lodash.isboolean", - "data": { - "version": "3.0.3", - "packageName": "lodash.isboolean", - "hash": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" - } - }, - "npm:lodash.isinteger": { - "type": "npm", - "name": "npm:lodash.isinteger", - "data": { - "version": "4.0.4", - "packageName": "lodash.isinteger", - "hash": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" - } - }, - "npm:lodash.isnumber": { - "type": "npm", - "name": "npm:lodash.isnumber", - "data": { - "version": "3.0.3", - "packageName": "lodash.isnumber", - "hash": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" - } - }, - "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.isstring": { - "type": "npm", - "name": "npm:lodash.isstring", - "data": { - "version": "4.0.1", - "packageName": "lodash.isstring", - "hash": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" - } - }, - "npm:lodash.memoize": { - "type": "npm", - "name": "npm:lodash.memoize", - "data": { - "version": "4.1.2", - "packageName": "lodash.memoize", - "hash": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" - } - }, - "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.once": { - "type": "npm", - "name": "npm:lodash.once", - "data": { - "version": "4.1.1", - "packageName": "lodash.once", - "hash": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" - } - }, - "npm:lodash.uniq": { - "type": "npm", - "name": "npm:lodash.uniq", - "data": { - "version": "4.5.0", - "packageName": "lodash.uniq", - "hash": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - } - }, - "npm:lodash@4.17.21": { - "type": "npm", - "name": "npm:lodash@4.17.21", - "data": { - "version": "4.17.21", - "packageName": "lodash", - "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - } - }, - "npm:lodash": { - "type": "npm", - "name": "npm:lodash", - "data": { - "version": "4.18.1", - "packageName": "lodash", - "hash": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" - } - }, - "npm:log-symbols": { - "type": "npm", - "name": "npm:log-symbols", - "data": { - "version": "4.1.0", - "packageName": "log-symbols", - "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" - } - }, - "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-timeout": { - "type": "npm", - "name": "npm:long-timeout", - "data": { - "version": "0.1.1", - "packageName": "long-timeout", - "hash": "sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w==" - } - }, - "npm:loose-envify": { - "type": "npm", - "name": "npm:loose-envify", - "data": { - "version": "1.4.0", - "packageName": "loose-envify", - "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" - } - }, - "npm:loupe": { - "type": "npm", - "name": "npm:loupe", - "data": { - "version": "2.3.7", - "packageName": "loupe", - "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" - } - }, - "npm:lower-case": { - "type": "npm", - "name": "npm:lower-case", - "data": { - "version": "2.0.2", - "packageName": "lower-case", - "hash": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" - } - }, - "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:lru-cache": { - "type": "npm", - "name": "npm:lru-cache", - "data": { - "version": "11.5.1", - "packageName": "lru-cache", - "hash": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==" - } - }, - "npm:lru-cache@5.1.1": { - "type": "npm", - "name": "npm:lru-cache@5.1.1", - "data": { - "version": "5.1.1", - "packageName": "lru-cache", - "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" - } - }, - "npm:lru-memoizer": { - "type": "npm", - "name": "npm:lru-memoizer", - "data": { - "version": "3.0.0", - "packageName": "lru-memoizer", - "hash": "sha512-m83w/cYXLdUIboKSPxzPAGfYnk+vqeDYXuoSrQRw1q+yVEd8IXhvMufN8Q5TIPe7e2jyX4SRNrDJI2Skw1yznQ==" - } - }, - "npm:luxon": { - "type": "npm", - "name": "npm:luxon", - "data": { - "version": "3.7.2", - "packageName": "luxon", - "hash": "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==" - } - }, - "npm:lz-string": { - "type": "npm", - "name": "npm:lz-string", - "data": { - "version": "1.5.0", - "packageName": "lz-string", - "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" - } - }, - "npm:magic-string@0.30.17": { - "type": "npm", - "name": "npm:magic-string@0.30.17", - "data": { - "version": "0.30.17", - "packageName": "magic-string", - "hash": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" - } - }, - "npm:magic-string@0.30.8": { - "type": "npm", - "name": "npm:magic-string@0.30.8", - "data": { - "version": "0.30.8", - "packageName": "magic-string", - "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" - } - }, - "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:make-dir": { - "type": "npm", - "name": "npm:make-dir", - "data": { - "version": "2.1.0", - "packageName": "make-dir", - "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" - } - }, - "npm:make-dir@3.1.0": { - "type": "npm", - "name": "npm:make-dir@3.1.0", - "data": { - "version": "3.1.0", - "packageName": "make-dir", - "hash": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" - } - }, - "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-error": { - "type": "npm", - "name": "npm:make-error", - "data": { - "version": "1.3.6", - "packageName": "make-error", - "hash": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" - } - }, - "npm:makeerror": { - "type": "npm", - "name": "npm:makeerror", - "data": { - "version": "1.0.12", - "packageName": "makeerror", - "hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" - } - }, - "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@2.0.28": { - "type": "npm", - "name": "npm:mdn-data@2.0.28", - "data": { - "version": "2.0.28", - "packageName": "mdn-data", - "hash": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" - } - }, - "npm:mdn-data@2.0.30": { - "type": "npm", - "name": "npm:mdn-data@2.0.30", - "data": { - "version": "2.0.30", - "packageName": "mdn-data", - "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" - } - }, - "npm:mdn-data": { - "type": "npm", - "name": "npm:mdn-data", - "data": { - "version": "2.27.1", - "packageName": "mdn-data", - "hash": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==" - } - }, - "npm:media-typer": { - "type": "npm", - "name": "npm:media-typer", - "data": { - "version": "0.3.0", - "packageName": "media-typer", - "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" - } - }, - "npm:media-typer@1.1.0": { - "type": "npm", - "name": "npm:media-typer@1.1.0", - "data": { - "version": "1.1.0", - "packageName": "media-typer", - "hash": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" - } - }, - "npm:memfs": { - "type": "npm", - "name": "npm:memfs", - "data": { - "version": "3.6.0", - "packageName": "memfs", - "hash": "sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ==" - } - }, - "npm:memfs@4.57.6": { - "type": "npm", - "name": "npm:memfs@4.57.6", - "data": { - "version": "4.57.6", - "packageName": "memfs", - "hash": "sha512-WQK+DGjKCnPdpSyJUXphz+COF2uEhhsxQ3VIWBSbzpbbXuch3h4FePMqXrXGdLjsTgo4JFzBFsP6AWd9pVazGw==" - } - }, - "npm:merge-descriptors": { - "type": "npm", - "name": "npm:merge-descriptors", - "data": { - "version": "1.0.3", - "packageName": "merge-descriptors", - "hash": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" - } - }, - "npm:merge-descriptors@2.0.0": { - "type": "npm", - "name": "npm:merge-descriptors@2.0.0", - "data": { - "version": "2.0.0", - "packageName": "merge-descriptors", - "hash": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" - } - }, - "npm:merge-stream": { - "type": "npm", - "name": "npm:merge-stream", - "data": { - "version": "2.0.0", - "packageName": "merge-stream", - "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - } - }, - "npm:merge2": { - "type": "npm", - "name": "npm:merge2", - "data": { - "version": "1.4.1", - "packageName": "merge2", - "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" - } - }, - "npm: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: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:mime-types": { - "type": "npm", - "name": "npm:mime-types", - "data": { - "version": "2.1.35", - "packageName": "mime-types", - "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" - } - }, - "npm:mime-types@3.0.2": { - "type": "npm", - "name": "npm:mime-types@3.0.2", - "data": { - "version": "3.0.2", - "packageName": "mime-types", - "hash": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" - } - }, - "npm:mime": { - "type": "npm", - "name": "npm:mime", - "data": { - "version": "1.6.0", - "packageName": "mime", - "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - } - }, - "npm:mimic-fn": { - "type": "npm", - "name": "npm:mimic-fn", - "data": { - "version": "2.1.0", - "packageName": "mimic-fn", - "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - } - }, - "npm:mimic-fn@4.0.0": { - "type": "npm", - "name": "npm:mimic-fn@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "mimic-fn", - "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" - } - }, - "npm:mimic-function": { - "type": "npm", - "name": "npm:mimic-function", - "data": { - "version": "5.0.1", - "packageName": "mimic-function", - "hash": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==" - } - }, - "npm:min-document": { - "type": "npm", - "name": "npm:min-document", - "data": { - "version": "2.19.2", - "packageName": "min-document", - "hash": "sha512-8S5I8db/uZN8r9HSLFVWPdJCvYOejMcEC82VIzNUc6Zkklf/d1gg2psfE79/vyhWOj4+J8MtwmoOz3TmvaGu5A==" - } - }, - "npm:mini-css-extract-plugin": { - "type": "npm", - "name": "npm:mini-css-extract-plugin", - "data": { - "version": "2.4.7", - "packageName": "mini-css-extract-plugin", - "hash": "sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==" - } - }, - "npm:mini-svg-data-uri": { - "type": "npm", - "name": "npm:mini-svg-data-uri", - "data": { - "version": "1.4.4", - "packageName": "mini-svg-data-uri", - "hash": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==" - } - }, - "npm:minimalistic-assert": { - "type": "npm", - "name": "npm:minimalistic-assert", - "data": { - "version": "1.0.1", - "packageName": "minimalistic-assert", - "hash": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - } - }, - "npm:minimatch@10.2.5": { - "type": "npm", - "name": "npm:minimatch@10.2.5", - "data": { - "version": "10.2.5", - "packageName": "minimatch", - "hash": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" - } - }, - "npm:minimatch@9.0.3": { - "type": "npm", - "name": "npm:minimatch@9.0.3", - "data": { - "version": "9.0.3", - "packageName": "minimatch", - "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" - } - }, - "npm:minimatch": { - "type": "npm", - "name": "npm:minimatch", - "data": { - "version": "3.1.5", - "packageName": "minimatch", - "hash": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" - } - }, - "npm:minimatch@5.1.9": { - "type": "npm", - "name": "npm:minimatch@5.1.9", - "data": { - "version": "5.1.9", - "packageName": "minimatch", - "hash": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==" - } - }, - "npm:minimatch@9.0.9": { - "type": "npm", - "name": "npm:minimatch@9.0.9", - "data": { - "version": "9.0.9", - "packageName": "minimatch", - "hash": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==" - } - }, - "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": "3.3.6", - "packageName": "minipass", - "hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" - } - }, - "npm:minipass@7.1.3": { - "type": "npm", - "name": "npm:minipass@7.1.3", - "data": { - "version": "7.1.3", - "packageName": "minipass", - "hash": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" - } - }, - "npm:minizlib": { - "type": "npm", - "name": "npm:minizlib", - "data": { - "version": "2.1.2", - "packageName": "minizlib", - "hash": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" - } - }, - "npm:mkdirp": { - "type": "npm", - "name": "npm:mkdirp", - "data": { - "version": "1.0.4", - "packageName": "mkdirp", - "hash": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - } - }, - "npm:mlly": { - "type": "npm", - "name": "npm:mlly", - "data": { - "version": "1.8.2", - "packageName": "mlly", - "hash": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==" - } - }, - "npm:mrmime": { - "type": "npm", - "name": "npm:mrmime", - "data": { - "version": "2.0.1", - "packageName": "mrmime", - "hash": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" - } - }, - "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:multer": { - "type": "npm", - "name": "npm:multer", - "data": { - "version": "2.1.1", - "packageName": "multer", - "hash": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==" - } - }, - "npm:multicast-dns": { - "type": "npm", - "name": "npm:multicast-dns", - "data": { - "version": "7.2.5", - "packageName": "multicast-dns", - "hash": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==" - } - }, - "npm:mute-stream": { - "type": "npm", - "name": "npm:mute-stream", - "data": { - "version": "0.0.8", - "packageName": "mute-stream", - "hash": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" - } - }, - "npm:mute-stream@1.0.0": { - "type": "npm", - "name": "npm:mute-stream@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "mute-stream", - "hash": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==" - } - }, - "npm:nanoid": { - "type": "npm", - "name": "npm:nanoid", - "data": { - "version": "3.3.12", - "packageName": "nanoid", - "hash": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==" - } - }, - "npm:napi-postinstall": { - "type": "npm", - "name": "npm:napi-postinstall", - "data": { - "version": "0.3.4", - "packageName": "napi-postinstall", - "hash": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==" - } - }, - "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.5.0", - "packageName": "needle", - "hash": "sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==" - } - }, - "npm:negotiator": { - "type": "npm", - "name": "npm:negotiator", - "data": { - "version": "0.6.3", - "packageName": "negotiator", - "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - } - }, - "npm:negotiator@1.0.0": { - "type": "npm", - "name": "npm:negotiator@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "negotiator", - "hash": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" - } - }, - "npm:negotiator@0.6.4": { - "type": "npm", - "name": "npm:negotiator@0.6.4", - "data": { - "version": "0.6.4", - "packageName": "negotiator", - "hash": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==" - } - }, - "npm:neo-async": { - "type": "npm", - "name": "npm:neo-async", - "data": { - "version": "2.6.2", - "packageName": "neo-async", - "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - } - }, - "npm:no-case": { - "type": "npm", - "name": "npm:no-case", - "data": { - "version": "3.0.4", - "packageName": "no-case", - "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" - } - }, - "npm:node-abort-controller": { - "type": "npm", - "name": "npm:node-abort-controller", - "data": { - "version": "3.1.1", - "packageName": "node-abort-controller", - "hash": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==" - } - }, - "npm:node-addon-api": { - "type": "npm", - "name": "npm:node-addon-api", - "data": { - "version": "7.1.1", - "packageName": "node-addon-api", - "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" - } - }, - "npm:node-emoji": { - "type": "npm", - "name": "npm:node-emoji", - "data": { - "version": "1.11.0", - "packageName": "node-emoji", - "hash": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==" - } - }, - "npm:node-exports-info": { - "type": "npm", - "name": "npm:node-exports-info", - "data": { - "version": "1.6.0", - "packageName": "node-exports-info", - "hash": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==" - } - }, - "npm:node-fetch": { - "type": "npm", - "name": "npm:node-fetch", - "data": { - "version": "2.7.0", - "packageName": "node-fetch", - "hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" - } - }, - "npm:node-int64": { - "type": "npm", - "name": "npm:node-int64", - "data": { - "version": "0.4.0", - "packageName": "node-int64", - "hash": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" - } - }, - "npm:node-machine-id": { - "type": "npm", - "name": "npm:node-machine-id", - "data": { - "version": "1.1.12", - "packageName": "node-machine-id", - "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" - } - }, - "npm:node-releases": { - "type": "npm", - "name": "npm:node-releases", - "data": { - "version": "2.0.47", - "packageName": "node-releases", - "hash": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==" - } - }, - "npm:node-schedule": { - "type": "npm", - "name": "npm:node-schedule", - "data": { - "version": "2.1.1", - "packageName": "node-schedule", - "hash": "sha512-OXdegQq03OmXEjt2hZP33W2YPs/E5BcFQks46+G2gAxs4gHOIVD1u7EqlYLYSKsaIpyKCK9Gbk0ta1/gjRSMRQ==" - } - }, - "npm:nodemailer": { - "type": "npm", - "name": "npm:nodemailer", - "data": { - "version": "8.0.10", - "packageName": "nodemailer", - "hash": "sha512-BLFuSth7QtHOkBzyqTehWWyub0NTRDuK2Q2SQfnGLsrJnzyU+Yeh4WpV1eZGuARFj1xQJHIdnTuJZLP+b9R1GQ==" - } - }, - "npm:normalize-path": { - "type": "npm", - "name": "npm:normalize-path", - "data": { - "version": "3.0.0", - "packageName": "normalize-path", - "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" - } - }, - "npm:npm-run-path": { - "type": "npm", - "name": "npm:npm-run-path", - "data": { - "version": "4.0.1", - "packageName": "npm-run-path", - "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" - } - }, - "npm:npm-run-path@5.3.0": { - "type": "npm", - "name": "npm:npm-run-path@5.3.0", - "data": { - "version": "5.3.0", - "packageName": "npm-run-path", - "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" - } - }, - "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:nx-cloud": { - "type": "npm", - "name": "npm:nx-cloud", - "data": { - "version": "16.5.2", - "packageName": "nx-cloud", - "hash": "sha512-1t1Ii9gojl8r/8hFGaZ/ZyYR0Cb0hzvXLCsaFuvg+EJEFdvua3P4cfNya/0bdRrm+7Eb/ITUOskbvYq4TSlyGg==" - } - }, - "npm:nx": { - "type": "npm", - "name": "npm:nx", - "data": { - "version": "22.7.5", - "packageName": "nx", - "hash": "sha512-zoxsJabb33jl1QYnalDn0bicryrEBgSzdKp90d7VGGv/jDgzKrcLg/hw2ZxeYiOjWPIT/o8QNT9G9vTs4dv3AQ==" - } - }, - "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:object-keys": { - "type": "npm", - "name": "npm:object-keys", - "data": { - "version": "1.1.1", - "packageName": "object-keys", - "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - } - }, - "npm:object.assign": { - "type": "npm", - "name": "npm:object.assign", - "data": { - "version": "4.1.7", - "packageName": "object.assign", - "hash": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==" - } - }, - "npm:object.entries": { - "type": "npm", - "name": "npm:object.entries", - "data": { - "version": "1.1.9", - "packageName": "object.entries", - "hash": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==" - } - }, - "npm:object.fromentries": { - "type": "npm", - "name": "npm:object.fromentries", - "data": { - "version": "2.0.8", - "packageName": "object.fromentries", - "hash": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==" - } - }, - "npm:object.groupby": { - "type": "npm", - "name": "npm:object.groupby", - "data": { - "version": "1.0.3", - "packageName": "object.groupby", - "hash": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==" - } - }, - "npm:object.values": { - "type": "npm", - "name": "npm:object.values", - "data": { - "version": "1.2.1", - "packageName": "object.values", - "hash": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==" - } - }, - "npm:obuf": { - "type": "npm", - "name": "npm:obuf", - "data": { - "version": "1.1.2", - "packageName": "obuf", - "hash": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - } - }, - "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:on-headers": { - "type": "npm", - "name": "npm:on-headers", - "data": { - "version": "1.1.0", - "packageName": "on-headers", - "hash": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==" - } - }, - "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": "5.1.2", - "packageName": "onetime", - "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" - } - }, - "npm:onetime@6.0.0": { - "type": "npm", - "name": "npm:onetime@6.0.0", - "data": { - "version": "6.0.0", - "packageName": "onetime", - "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" - } - }, - "npm:onetime@7.0.0": { - "type": "npm", - "name": "npm:onetime@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "onetime", - "hash": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==" - } - }, - "npm:open": { - "type": "npm", - "name": "npm:open", - "data": { - "version": "8.4.2", - "packageName": "open", - "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" - } - }, - "npm:open@10.2.0": { - "type": "npm", - "name": "npm:open@10.2.0", - "data": { - "version": "10.2.0", - "packageName": "open", - "hash": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==" - } - }, - "npm:opener": { - "type": "npm", - "name": "npm:opener", - "data": { - "version": "1.5.2", - "packageName": "opener", - "hash": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==" - } - }, - "npm:optionator": { - "type": "npm", - "name": "npm:optionator", - "data": { - "version": "0.9.4", - "packageName": "optionator", - "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" - } - }, - "npm:ora@5.3.0": { - "type": "npm", - "name": "npm:ora@5.3.0", - "data": { - "version": "5.3.0", - "packageName": "ora", - "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" - } - }, - "npm:ora": { - "type": "npm", - "name": "npm:ora", - "data": { - "version": "5.4.1", - "packageName": "ora", - "hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" - } - }, - "npm:os-tmpdir": { - "type": "npm", - "name": "npm:os-tmpdir", - "data": { - "version": "1.0.2", - "packageName": "os-tmpdir", - "hash": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" - } - }, - "npm:ospath": { - "type": "npm", - "name": "npm:ospath", - "data": { - "version": "1.2.2", - "packageName": "ospath", - "hash": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==" - } - }, - "npm:own-keys": { - "type": "npm", - "name": "npm:own-keys", - "data": { - "version": "1.0.1", - "packageName": "own-keys", - "hash": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==" - } - }, - "npm:p-limit@2.3.0": { - "type": "npm", - "name": "npm:p-limit@2.3.0", - "data": { - "version": "2.3.0", - "packageName": "p-limit", - "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" - } - }, - "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@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-locate": { - "type": "npm", - "name": "npm:p-locate", - "data": { - "version": "4.1.0", - "packageName": "p-locate", - "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" - } - }, - "npm:p-locate@5.0.0": { - "type": "npm", - "name": "npm:p-locate@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "p-locate", - "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" - } - }, - "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-retry": { - "type": "npm", - "name": "npm:p-retry", - "data": { - "version": "6.2.1", - "packageName": "p-retry", - "hash": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==" - } - }, - "npm:p-try": { - "type": "npm", - "name": "npm:p-try", - "data": { - "version": "2.2.0", - "packageName": "p-try", - "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - } - }, - "npm:package-json-from-dist": { - "type": "npm", - "name": "npm:package-json-from-dist", - "data": { - "version": "1.0.1", - "packageName": "package-json-from-dist", - "hash": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" - } - }, - "npm:parent-module": { - "type": "npm", - "name": "npm:parent-module", - "data": { - "version": "1.0.1", - "packageName": "parent-module", - "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" - } - }, - "npm:parse-json": { - "type": "npm", - "name": "npm:parse-json", - "data": { - "version": "5.2.0", - "packageName": "parse-json", - "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" - } - }, - "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:parse-passwd": { - "type": "npm", - "name": "npm:parse-passwd", - "data": { - "version": "1.0.0", - "packageName": "parse-passwd", - "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" - } - }, - "npm:parse5": { - "type": "npm", - "name": "npm:parse5", - "data": { - "version": "4.0.0", - "packageName": "parse5", - "hash": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==" - } - }, - "npm:parse5@8.0.1": { - "type": "npm", - "name": "npm:parse5@8.0.1", - "data": { - "version": "8.0.1", - "packageName": "parse5", - "hash": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==" - } - }, - "npm:parseurl": { - "type": "npm", - "name": "npm:parseurl", - "data": { - "version": "1.3.3", - "packageName": "parseurl", - "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - } - }, - "npm:passport-jwt": { - "type": "npm", - "name": "npm:passport-jwt", - "data": { - "version": "4.0.1", - "packageName": "passport-jwt", - "hash": "sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==" - } - }, - "npm:passport-strategy": { - "type": "npm", - "name": "npm:passport-strategy", - "data": { - "version": "1.0.0", - "packageName": "passport-strategy", - "hash": "sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==" - } - }, - "npm:passport": { - "type": "npm", - "name": "npm:passport", - "data": { - "version": "0.6.0", - "packageName": "passport", - "hash": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==" - } - }, - "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@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-expression-matcher": { - "type": "npm", - "name": "npm:path-expression-matcher", - "data": { - "version": "1.5.0", - "packageName": "path-expression-matcher", - "hash": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==" - } - }, - "npm:path-is-absolute": { - "type": "npm", - "name": "npm:path-is-absolute", - "data": { - "version": "1.0.1", - "packageName": "path-is-absolute", - "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" - } - }, - "npm:path-key": { - "type": "npm", - "name": "npm:path-key", - "data": { - "version": "3.1.1", - "packageName": "path-key", - "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" - } - }, - "npm:path-key@4.0.0": { - "type": "npm", - "name": "npm:path-key@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "path-key", - "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" - } - }, - "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": "1.11.1", - "packageName": "path-scurry", - "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" - } - }, - "npm:path-to-regexp": { - "type": "npm", - "name": "npm:path-to-regexp", - "data": { - "version": "3.3.0", - "packageName": "path-to-regexp", - "hash": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==" - } - }, - "npm:path-to-regexp@8.4.2": { - "type": "npm", - "name": "npm:path-to-regexp@8.4.2", - "data": { - "version": "8.4.2", - "packageName": "path-to-regexp", - "hash": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==" - } - }, - "npm:path-to-regexp@0.1.13": { - "type": "npm", - "name": "npm:path-to-regexp@0.1.13", - "data": { - "version": "0.1.13", - "packageName": "path-to-regexp", - "hash": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==" - } - }, - "npm:path-type": { - "type": "npm", - "name": "npm:path-type", - "data": { - "version": "4.0.0", - "packageName": "path-type", - "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" - } - }, - "npm:pathe": { - "type": "npm", - "name": "npm:pathe", - "data": { - "version": "1.1.2", - "packageName": "pathe", - "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" - } - }, - "npm:pathe@2.0.3": { - "type": "npm", - "name": "npm:pathe@2.0.3", - "data": { - "version": "2.0.3", - "packageName": "pathe", - "hash": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" - } - }, - "npm:pathval": { - "type": "npm", - "name": "npm:pathval", - "data": { - "version": "1.1.1", - "packageName": "pathval", - "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" - } - }, - "npm:pause": { - "type": "npm", - "name": "npm:pause", - "data": { - "version": "0.0.1", - "packageName": "pause", - "hash": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==" - } - }, - "npm:pend": { - "type": "npm", - "name": "npm:pend", - "data": { - "version": "1.2.0", - "packageName": "pend", - "hash": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" - } - }, - "npm:performance-now": { - "type": "npm", - "name": "npm:performance-now", - "data": { - "version": "2.1.0", - "packageName": "performance-now", - "hash": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" - } - }, - "npm:pg-cloudflare": { - "type": "npm", - "name": "npm:pg-cloudflare", - "data": { - "version": "1.4.0", - "packageName": "pg-cloudflare", - "hash": "sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==" - } - }, - "npm:pg-connection-string": { - "type": "npm", - "name": "npm:pg-connection-string", - "data": { - "version": "2.13.0", - "packageName": "pg-connection-string", - "hash": "sha512-EMnU9E2fSULdsbErBbMaXJvFeD9B4+nPcM3f+4lsiCR0BHLPrLVjv3DbyM2hgQQviKJaTWIRRTjKjWlHg3p2ig==" - } - }, - "npm:pg-int8": { - "type": "npm", - "name": "npm:pg-int8", - "data": { - "version": "1.0.1", - "packageName": "pg-int8", - "hash": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" - } - }, - "npm:pg-pool": { - "type": "npm", - "name": "npm:pg-pool", - "data": { - "version": "3.14.0", - "packageName": "pg-pool", - "hash": "sha512-gKtPkFdQPU3DksooVLi9LsjZxrsBUZIpa+7aVx+LV5pNh0KzP4Zleud2po+ConrxbuXGBJ6Hfer6hdgpIBpBaw==" - } - }, - "npm:pg-protocol": { - "type": "npm", - "name": "npm:pg-protocol", - "data": { - "version": "1.14.0", - "packageName": "pg-protocol", - "hash": "sha512-n5taZ1kO3s9ngDTVxsEznOqCyToTgz0FLuPq0B33COy5pPpuWJpY3/2oRBVETuOgzdqRXfWpM9HIhp2LBBT1BA==" - } - }, - "npm:pg-types": { - "type": "npm", - "name": "npm:pg-types", - "data": { - "version": "2.2.0", - "packageName": "pg-types", - "hash": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==" - } - }, - "npm:pg": { - "type": "npm", - "name": "npm:pg", - "data": { - "version": "8.21.0", - "packageName": "pg", - "hash": "sha512-AUP1EYJuHraQGsVoCQVIcM7TEJVGtDzxWtGFZd8rds9d+CCXlU5Js1rYgfLNvxy9iJrpHjGrRjoi/3BT9fRyiA==" - } - }, - "npm:pgpass": { - "type": "npm", - "name": "npm:pgpass", - "data": { - "version": "1.0.5", - "packageName": "pgpass", - "hash": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==" - } - }, - "npm:picocolors": { - "type": "npm", - "name": "npm:picocolors", - "data": { - "version": "1.1.1", - "packageName": "picocolors", - "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" - } - }, - "npm:picomatch@4.0.1": { - "type": "npm", - "name": "npm:picomatch@4.0.1", - "data": { - "version": "4.0.1", - "packageName": "picomatch", - "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" - } - }, - "npm:picomatch": { - "type": "npm", - "name": "npm:picomatch", - "data": { - "version": "4.0.4", - "packageName": "picomatch", - "hash": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==" - } - }, - "npm:picomatch@2.3.2": { - "type": "npm", - "name": "npm:picomatch@2.3.2", - "data": { - "version": "2.3.2", - "packageName": "picomatch", - "hash": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" - } - }, - "npm:pidtree": { - "type": "npm", - "name": "npm:pidtree", - "data": { - "version": "0.6.0", - "packageName": "pidtree", - "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" - } - }, - "npm:pify": { - "type": "npm", - "name": "npm:pify", - "data": { - "version": "2.3.0", - "packageName": "pify", - "hash": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" - } - }, - "npm:pify@4.0.1": { - "type": "npm", - "name": "npm:pify@4.0.1", - "data": { - "version": "4.0.1", - "packageName": "pify", - "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - } - }, - "npm:pirates": { - "type": "npm", - "name": "npm:pirates", - "data": { - "version": "4.0.7", - "packageName": "pirates", - "hash": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" - } - }, - "npm:pkg-dir": { - "type": "npm", - "name": "npm:pkg-dir", - "data": { - "version": "4.2.0", - "packageName": "pkg-dir", - "hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" - } - }, - "npm:pkg-dir@7.0.0": { - "type": "npm", - "name": "npm:pkg-dir@7.0.0", - "data": { - "version": "7.0.0", - "packageName": "pkg-dir", - "hash": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" - } - }, - "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:pkijs": { - "type": "npm", - "name": "npm:pkijs", - "data": { - "version": "3.4.0", - "packageName": "pkijs", - "hash": "sha512-emEcLuomt2j03vxD54giVB4SxTjnsqkU692xZOZXHDVoYyypEm+b3jpiTcc+Cf+myooc+/Ly0z01jqeNHVgJGw==" - } - }, - "npm:pluralize": { - "type": "npm", - "name": "npm:pluralize", - "data": { - "version": "8.0.0", - "packageName": "pluralize", - "hash": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" - } - }, - "npm:portfinder": { - "type": "npm", - "name": "npm:portfinder", - "data": { - "version": "1.0.38", - "packageName": "portfinder", - "hash": "sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==" - } - }, - "npm:possible-typed-array-names": { - "type": "npm", - "name": "npm:possible-typed-array-names", - "data": { - "version": "1.1.0", - "packageName": "possible-typed-array-names", - "hash": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==" - } - }, - "npm:postcss-calc": { - "type": "npm", - "name": "npm:postcss-calc", - "data": { - "version": "10.1.1", - "packageName": "postcss-calc", - "hash": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==" - } - }, - "npm:postcss-colormin": { - "type": "npm", - "name": "npm:postcss-colormin", - "data": { - "version": "7.0.10", - "packageName": "postcss-colormin", - "hash": "sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==" - } - }, - "npm:postcss-convert-values": { - "type": "npm", - "name": "npm:postcss-convert-values", - "data": { - "version": "7.0.12", - "packageName": "postcss-convert-values", - "hash": "sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==" - } - }, - "npm:postcss-discard-comments": { - "type": "npm", - "name": "npm:postcss-discard-comments", - "data": { - "version": "7.0.8", - "packageName": "postcss-discard-comments", - "hash": "sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==" - } - }, - "npm:postcss-discard-duplicates": { - "type": "npm", - "name": "npm:postcss-discard-duplicates", - "data": { - "version": "7.0.4", - "packageName": "postcss-discard-duplicates", - "hash": "sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==" - } - }, - "npm:postcss-discard-empty": { - "type": "npm", - "name": "npm:postcss-discard-empty", - "data": { - "version": "7.0.3", - "packageName": "postcss-discard-empty", - "hash": "sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==" - } - }, - "npm:postcss-discard-overridden": { - "type": "npm", - "name": "npm:postcss-discard-overridden", - "data": { - "version": "7.0.3", - "packageName": "postcss-discard-overridden", - "hash": "sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==" - } - }, - "npm:postcss-import": { - "type": "npm", - "name": "npm:postcss-import", - "data": { - "version": "14.1.0", - "packageName": "postcss-import", - "hash": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==" - } - }, - "npm:postcss-loader": { - "type": "npm", - "name": "npm:postcss-loader", - "data": { - "version": "8.2.1", - "packageName": "postcss-loader", - "hash": "sha512-k98jtRzthjj3f76MYTs9JTpRqV1RaaMhEU0Lpw9OTmQZQdppg4B30VZ74BojuBHt3F4KyubHJoXCMUeM8Bqeow==" - } - }, - "npm:postcss-merge-longhand": { - "type": "npm", - "name": "npm:postcss-merge-longhand", - "data": { - "version": "7.0.7", - "packageName": "postcss-merge-longhand", - "hash": "sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==" - } - }, - "npm:postcss-merge-rules": { - "type": "npm", - "name": "npm:postcss-merge-rules", - "data": { - "version": "7.0.11", - "packageName": "postcss-merge-rules", - "hash": "sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==" - } - }, - "npm:postcss-minify-font-values": { - "type": "npm", - "name": "npm:postcss-minify-font-values", - "data": { - "version": "7.0.3", - "packageName": "postcss-minify-font-values", - "hash": "sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==" - } - }, - "npm:postcss-minify-gradients": { - "type": "npm", - "name": "npm:postcss-minify-gradients", - "data": { - "version": "7.0.5", - "packageName": "postcss-minify-gradients", - "hash": "sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==" - } - }, - "npm:postcss-minify-params": { - "type": "npm", - "name": "npm:postcss-minify-params", - "data": { - "version": "7.0.9", - "packageName": "postcss-minify-params", - "hash": "sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==" - } - }, - "npm:postcss-minify-selectors": { - "type": "npm", - "name": "npm:postcss-minify-selectors", - "data": { - "version": "7.1.2", - "packageName": "postcss-minify-selectors", - "hash": "sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==" - } - }, - "npm:postcss-modules-extract-imports": { - "type": "npm", - "name": "npm:postcss-modules-extract-imports", - "data": { - "version": "3.1.0", - "packageName": "postcss-modules-extract-imports", - "hash": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==" - } - }, - "npm:postcss-modules-local-by-default": { - "type": "npm", - "name": "npm:postcss-modules-local-by-default", - "data": { - "version": "4.2.0", - "packageName": "postcss-modules-local-by-default", - "hash": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==" - } - }, - "npm:postcss-modules-scope": { - "type": "npm", - "name": "npm:postcss-modules-scope", - "data": { - "version": "3.2.1", - "packageName": "postcss-modules-scope", - "hash": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==" - } - }, - "npm:postcss-modules-values": { - "type": "npm", - "name": "npm:postcss-modules-values", - "data": { - "version": "4.0.0", - "packageName": "postcss-modules-values", - "hash": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==" - } - }, - "npm:postcss-modules": { - "type": "npm", - "name": "npm:postcss-modules", - "data": { - "version": "6.0.1", - "packageName": "postcss-modules", - "hash": "sha512-zyo2sAkVvuZFFy0gc2+4O+xar5dYlaVy/ebO24KT0ftk/iJevSNyPyQellsBLlnccwh7f6V6Y4GvuKRYToNgpQ==" - } - }, - "npm:postcss-normalize-charset": { - "type": "npm", - "name": "npm:postcss-normalize-charset", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-charset", - "hash": "sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==" - } - }, - "npm:postcss-normalize-display-values": { - "type": "npm", - "name": "npm:postcss-normalize-display-values", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-display-values", - "hash": "sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==" - } - }, - "npm:postcss-normalize-positions": { - "type": "npm", - "name": "npm:postcss-normalize-positions", - "data": { - "version": "7.0.4", - "packageName": "postcss-normalize-positions", - "hash": "sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==" - } - }, - "npm:postcss-normalize-repeat-style": { - "type": "npm", - "name": "npm:postcss-normalize-repeat-style", - "data": { - "version": "7.0.4", - "packageName": "postcss-normalize-repeat-style", - "hash": "sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==" - } - }, - "npm:postcss-normalize-string": { - "type": "npm", - "name": "npm:postcss-normalize-string", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-string", - "hash": "sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==" - } - }, - "npm:postcss-normalize-timing-functions": { - "type": "npm", - "name": "npm:postcss-normalize-timing-functions", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-timing-functions", - "hash": "sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==" - } - }, - "npm:postcss-normalize-unicode": { - "type": "npm", - "name": "npm:postcss-normalize-unicode", - "data": { - "version": "7.0.9", - "packageName": "postcss-normalize-unicode", - "hash": "sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==" - } - }, - "npm:postcss-normalize-url": { - "type": "npm", - "name": "npm:postcss-normalize-url", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-url", - "hash": "sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==" - } - }, - "npm:postcss-normalize-whitespace": { - "type": "npm", - "name": "npm:postcss-normalize-whitespace", - "data": { - "version": "7.0.3", - "packageName": "postcss-normalize-whitespace", - "hash": "sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==" - } - }, - "npm:postcss-ordered-values": { - "type": "npm", - "name": "npm:postcss-ordered-values", - "data": { - "version": "7.0.4", - "packageName": "postcss-ordered-values", - "hash": "sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==" - } - }, - "npm:postcss-reduce-initial": { - "type": "npm", - "name": "npm:postcss-reduce-initial", - "data": { - "version": "7.0.9", - "packageName": "postcss-reduce-initial", - "hash": "sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==" - } - }, - "npm:postcss-reduce-transforms": { - "type": "npm", - "name": "npm:postcss-reduce-transforms", - "data": { - "version": "7.0.3", - "packageName": "postcss-reduce-transforms", - "hash": "sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==" - } - }, - "npm:postcss-selector-parser": { - "type": "npm", - "name": "npm:postcss-selector-parser", - "data": { - "version": "7.1.1", - "packageName": "postcss-selector-parser", - "hash": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==" - } - }, - "npm:postcss-svgo": { - "type": "npm", - "name": "npm:postcss-svgo", - "data": { - "version": "7.1.3", - "packageName": "postcss-svgo", - "hash": "sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==" - } - }, - "npm:postcss-unique-selectors": { - "type": "npm", - "name": "npm:postcss-unique-selectors", - "data": { - "version": "7.0.7", - "packageName": "postcss-unique-selectors", - "hash": "sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==" - } - }, - "npm:postcss-value-parser": { - "type": "npm", - "name": "npm:postcss-value-parser", - "data": { - "version": "4.2.0", - "packageName": "postcss-value-parser", - "hash": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - } - }, - "npm:postcss": { - "type": "npm", - "name": "npm:postcss", - "data": { - "version": "8.5.15", - "packageName": "postcss", - "hash": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==" - } - }, - "npm:postgres-array": { - "type": "npm", - "name": "npm:postgres-array", - "data": { - "version": "2.0.0", - "packageName": "postgres-array", - "hash": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==" - } - }, - "npm:postgres-bytea": { - "type": "npm", - "name": "npm:postgres-bytea", - "data": { - "version": "1.0.1", - "packageName": "postgres-bytea", - "hash": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==" - } - }, - "npm:postgres-date": { - "type": "npm", - "name": "npm:postgres-date", - "data": { - "version": "1.0.7", - "packageName": "postgres-date", - "hash": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==" - } - }, - "npm:postgres-interval": { - "type": "npm", - "name": "npm:postgres-interval", - "data": { - "version": "1.2.0", - "packageName": "postgres-interval", - "hash": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==" - } - }, - "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": "2.8.8", - "packageName": "prettier", - "hash": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" - } - }, - "npm:pretty-bytes": { - "type": "npm", - "name": "npm:pretty-bytes", - "data": { - "version": "5.6.0", - "packageName": "pretty-bytes", - "hash": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" - } - }, - "npm:pretty-format": { - "type": "npm", - "name": "npm:pretty-format", - "data": { - "version": "30.4.1", - "packageName": "pretty-format", - "hash": "sha512-K6KiKMHTL4jjX4u3Kir2EW07nRfcqVTXIImx50wbjHQTcZPgg+gjVeNTIT3l3L1Rd4UefxfogquC9J37SoFyyw==" - } - }, - "npm:pretty-format@27.5.1": { - "type": "npm", - "name": "npm:pretty-format@27.5.1", - "data": { - "version": "27.5.1", - "packageName": "pretty-format", - "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" - } - }, - "npm:pretty-format@29.7.0": { - "type": "npm", - "name": "npm:pretty-format@29.7.0", - "data": { - "version": "29.7.0", - "packageName": "pretty-format", - "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" - } - }, - "npm:process-nextick-args": { - "type": "npm", - "name": "npm:process-nextick-args", - "data": { - "version": "2.0.1", - "packageName": "process-nextick-args", - "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - } - }, - "npm:process": { - "type": "npm", - "name": "npm:process", - "data": { - "version": "0.11.10", - "packageName": "process", - "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" - } - }, - "npm:prop-types": { - "type": "npm", - "name": "npm:prop-types", - "data": { - "version": "15.8.1", - "packageName": "prop-types", - "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" - } - }, - "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:proxy-from-env@1.0.0": { - "type": "npm", - "name": "npm:proxy-from-env@1.0.0", - "data": { - "version": "1.0.0", - "packageName": "proxy-from-env", - "hash": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==" - } - }, - "npm:proxy-from-env": { - "type": "npm", - "name": "npm:proxy-from-env", - "data": { - "version": "2.1.0", - "packageName": "proxy-from-env", - "hash": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==" - } - }, - "npm:proxy-from-env@1.1.0": { - "type": "npm", - "name": "npm:proxy-from-env@1.1.0", - "data": { - "version": "1.1.0", - "packageName": "proxy-from-env", - "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" - } - }, - "npm:prr": { - "type": "npm", - "name": "npm:prr", - "data": { - "version": "1.0.1", - "packageName": "prr", - "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" - } - }, - "npm:pump": { - "type": "npm", - "name": "npm:pump", - "data": { - "version": "3.0.4", - "packageName": "pump", - "hash": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==" - } - }, - "npm:punycode": { - "type": "npm", - "name": "npm:punycode", - "data": { - "version": "2.3.1", - "packageName": "punycode", - "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" - } - }, - "npm:pure-rand": { - "type": "npm", - "name": "npm:pure-rand", - "data": { - "version": "7.0.1", - "packageName": "pure-rand", - "hash": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==" - } - }, - "npm:pvtsutils": { - "type": "npm", - "name": "npm:pvtsutils", - "data": { - "version": "1.3.6", - "packageName": "pvtsutils", - "hash": "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==" - } - }, - "npm:pvutils": { - "type": "npm", - "name": "npm:pvutils", - "data": { - "version": "1.1.5", - "packageName": "pvutils", - "hash": "sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==" - } - }, - "npm:qs": { - "type": "npm", - "name": "npm:qs", - "data": { - "version": "6.15.2", - "packageName": "qs", - "hash": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==" - } - }, - "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:raw-body@3.0.2": { - "type": "npm", - "name": "npm:raw-body@3.0.2", - "data": { - "version": "3.0.2", - "packageName": "raw-body", - "hash": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" - } - }, - "npm:raw-body": { - "type": "npm", - "name": "npm:raw-body", - "data": { - "version": "2.5.3", - "packageName": "raw-body", - "hash": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==" - } - }, - "npm:react-dom": { - "type": "npm", - "name": "npm:react-dom", - "data": { - "version": "18.3.1", - "packageName": "react-dom", - "hash": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" - } - }, - "npm:react-is-18": { - "type": "npm", - "name": "npm:react-is-18", - "data": { - "version": "npm:react-is@^18.3.1", - "packageName": "react-is-18", - "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" - } - }, - "npm:react-is@18.3.1": { - "type": "npm", - "name": "npm:react-is@18.3.1", - "data": { - "version": "18.3.1", - "packageName": "react-is", - "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" - } - }, - "npm:react-is": { - "type": "npm", - "name": "npm:react-is", - "data": { - "version": "16.13.1", - "packageName": "react-is", - "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - }, - "npm:react-is@17.0.2": { - "type": "npm", - "name": "npm:react-is@17.0.2", - "data": { - "version": "17.0.2", - "packageName": "react-is", - "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - } - }, - "npm:react-is-19": { - "type": "npm", - "name": "npm:react-is-19", - "data": { - "version": "npm:react-is@^19.2.5", - "packageName": "react-is-19", - "hash": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==" - } - }, - "npm:react-refresh": { - "type": "npm", - "name": "npm:react-refresh", - "data": { - "version": "0.17.0", - "packageName": "react-refresh", - "hash": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==" - } - }, - "npm:react-router-dom": { - "type": "npm", - "name": "npm:react-router-dom", - "data": { - "version": "7.17.0", - "packageName": "react-router-dom", - "hash": "sha512-fyU2yjGups/hE6Xz0I5ZYbVL8Gx29eCjgpHaRaTaVU+OOAdfRX05KsvyRm0GO8YQwOkhpU3MurW1jyMUJn+zSw==" - } - }, - "npm:react-router": { - "type": "npm", - "name": "npm:react-router", - "data": { - "version": "7.17.0", - "packageName": "react-router", - "hash": "sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==" - } - }, - "npm:react": { - "type": "npm", - "name": "npm:react", - "data": { - "version": "18.3.1", - "packageName": "react", - "hash": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" - } - }, - "npm:read-cache": { - "type": "npm", - "name": "npm:read-cache", - "data": { - "version": "1.0.0", - "packageName": "read-cache", - "hash": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==" - } - }, - "npm:readable-stream": { - "type": "npm", - "name": "npm:readable-stream", - "data": { - "version": "3.6.2", - "packageName": "readable-stream", - "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" - } - }, - "npm:readable-stream@2.3.8": { - "type": "npm", - "name": "npm:readable-stream@2.3.8", - "data": { - "version": "2.3.8", - "packageName": "readable-stream", - "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" - } - }, - "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@5.0.0": { - "type": "npm", - "name": "npm:readdirp@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "readdirp", - "hash": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" - } - }, - "npm:readdirp": { - "type": "npm", - "name": "npm:readdirp", - "data": { - "version": "3.6.0", - "packageName": "readdirp", - "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" - } - }, - "npm:reflect-metadata": { - "type": "npm", - "name": "npm:reflect-metadata", - "data": { - "version": "0.2.2", - "packageName": "reflect-metadata", - "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" - } - }, - "npm:reflect.getprototypeof": { - "type": "npm", - "name": "npm:reflect.getprototypeof", - "data": { - "version": "1.0.10", - "packageName": "reflect.getprototypeof", - "hash": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==" - } - }, - "npm:regenerate-unicode-properties": { - "type": "npm", - "name": "npm:regenerate-unicode-properties", - "data": { - "version": "10.2.2", - "packageName": "regenerate-unicode-properties", - "hash": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==" - } - }, - "npm:regenerate": { - "type": "npm", - "name": "npm:regenerate", - "data": { - "version": "1.4.2", - "packageName": "regenerate", - "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - } - }, - "npm:regexp.prototype.flags": { - "type": "npm", - "name": "npm:regexp.prototype.flags", - "data": { - "version": "1.5.4", - "packageName": "regexp.prototype.flags", - "hash": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==" - } - }, - "npm:regexpu-core": { - "type": "npm", - "name": "npm:regexpu-core", - "data": { - "version": "6.4.0", - "packageName": "regexpu-core", - "hash": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==" - } - }, - "npm:regjsgen": { - "type": "npm", - "name": "npm:regjsgen", - "data": { - "version": "0.8.0", - "packageName": "regjsgen", - "hash": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==" - } - }, - "npm:regjsparser": { - "type": "npm", - "name": "npm:regjsparser", - "data": { - "version": "0.13.1", - "packageName": "regjsparser", - "hash": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==" - } - }, - "npm:repeat-string": { - "type": "npm", - "name": "npm:repeat-string", - "data": { - "version": "1.6.1", - "packageName": "repeat-string", - "hash": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" - } - }, - "npm:request-progress": { - "type": "npm", - "name": "npm:request-progress", - "data": { - "version": "3.0.0", - "packageName": "request-progress", - "hash": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==" - } - }, - "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:requires-port": { - "type": "npm", - "name": "npm:requires-port", - "data": { - "version": "1.0.0", - "packageName": "requires-port", - "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - } - }, - "npm:resolve-cwd": { - "type": "npm", - "name": "npm:resolve-cwd", - "data": { - "version": "3.0.0", - "packageName": "resolve-cwd", - "hash": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" - } - }, - "npm:resolve-dir": { - "type": "npm", - "name": "npm:resolve-dir", - "data": { - "version": "1.0.1", - "packageName": "resolve-dir", - "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" - } - }, - "npm:resolve-from@4.0.0": { - "type": "npm", - "name": "npm:resolve-from@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "resolve-from", - "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" - } - }, - "npm:resolve-from": { - "type": "npm", - "name": "npm:resolve-from", - "data": { - "version": "5.0.0", - "packageName": "resolve-from", - "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" - } - }, - "npm:resolve.exports": { - "type": "npm", - "name": "npm:resolve.exports", - "data": { - "version": "2.0.3", - "packageName": "resolve.exports", - "hash": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" - } - }, - "npm:resolve@1.22.8": { - "type": "npm", - "name": "npm:resolve@1.22.8", - "data": { - "version": "1.22.8", - "packageName": "resolve", - "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" - } - }, - "npm:resolve": { - "type": "npm", - "name": "npm:resolve", - "data": { - "version": "1.22.12", - "packageName": "resolve", - "hash": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==" - } - }, - "npm:resolve@2.0.0-next.7": { - "type": "npm", - "name": "npm:resolve@2.0.0-next.7", - "data": { - "version": "2.0.0-next.7", - "packageName": "resolve", - "hash": "sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==" - } - }, - "npm:restore-cursor": { - "type": "npm", - "name": "npm:restore-cursor", - "data": { - "version": "3.1.0", - "packageName": "restore-cursor", - "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" - } - }, - "npm:restore-cursor@5.1.0": { - "type": "npm", - "name": "npm:restore-cursor@5.1.0", - "data": { - "version": "5.1.0", - "packageName": "restore-cursor", - "hash": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==" - } - }, - "npm:retry": { - "type": "npm", - "name": "npm:retry", - "data": { - "version": "0.13.1", - "packageName": "retry", - "hash": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" - } - }, - "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": "3.0.2", - "packageName": "rimraf", - "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" - } - }, - "npm:rollup-plugin-typescript2": { - "type": "npm", - "name": "npm:rollup-plugin-typescript2", - "data": { - "version": "0.36.0", - "packageName": "rollup-plugin-typescript2", - "hash": "sha512-NB2CSQDxSe9+Oe2ahZbf+B4bh7pHwjV5L+RSYpCu7Q5ROuN94F9b6ioWwKfz3ueL3KTtmX4o2MUH2cgHDIEUsw==" - } - }, - "npm:rollup@3.30.0": { - "type": "npm", - "name": "npm:rollup@3.30.0", - "data": { - "version": "3.30.0", - "packageName": "rollup", - "hash": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==" - } - }, - "npm:rollup": { - "type": "npm", - "name": "npm:rollup", - "data": { - "version": "4.61.1", - "packageName": "rollup", - "hash": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==" - } - }, - "npm:router": { - "type": "npm", - "name": "npm:router", - "data": { - "version": "2.2.0", - "packageName": "router", - "hash": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" - } - }, - "npm:run-applescript": { - "type": "npm", - "name": "npm:run-applescript", - "data": { - "version": "7.1.0", - "packageName": "run-applescript", - "hash": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==" - } - }, - "npm:run-async": { - "type": "npm", - "name": "npm:run-async", - "data": { - "version": "2.4.1", - "packageName": "run-async", - "hash": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" - } - }, - "npm:run-async@3.0.0": { - "type": "npm", - "name": "npm:run-async@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "run-async", - "hash": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==" - } - }, - "npm:run-parallel": { - "type": "npm", - "name": "npm:run-parallel", - "data": { - "version": "1.2.0", - "packageName": "run-parallel", - "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" - } - }, - "npm:rxjs@7.8.1": { - "type": "npm", - "name": "npm:rxjs@7.8.1", - "data": { - "version": "7.8.1", - "packageName": "rxjs", - "hash": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" - } - }, - "npm:rxjs": { - "type": "npm", - "name": "npm:rxjs", - "data": { - "version": "7.8.2", - "packageName": "rxjs", - "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" - } - }, - "npm:safe-array-concat": { - "type": "npm", - "name": "npm:safe-array-concat", - "data": { - "version": "1.1.4", - "packageName": "safe-array-concat", - "hash": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==" - } - }, - "npm:safe-buffer@5.1.2": { - "type": "npm", - "name": "npm:safe-buffer@5.1.2", - "data": { - "version": "5.1.2", - "packageName": "safe-buffer", - "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - }, - "npm:safe-buffer": { - "type": "npm", - "name": "npm:safe-buffer", - "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - }, - "npm:safe-push-apply": { - "type": "npm", - "name": "npm:safe-push-apply", - "data": { - "version": "1.0.0", - "packageName": "safe-push-apply", - "hash": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==" - } - }, - "npm:safe-regex-test": { - "type": "npm", - "name": "npm:safe-regex-test", - "data": { - "version": "1.1.0", - "packageName": "safe-regex-test", - "hash": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==" - } - }, - "npm:safer-buffer": { - "type": "npm", - "name": "npm:safer-buffer", - "data": { - "version": "2.1.2", - "packageName": "safer-buffer", - "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - } - }, - "npm:sass-embedded-all-unknown": { - "type": "npm", - "name": "npm:sass-embedded-all-unknown", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-all-unknown", - "hash": "sha512-auFtXY/kwYILmSVjtBDwyj0axcLbYYiffOKWoaXHnI5bsYwiRbBh3EneR1rpbX2ZIZCrwX93i5pxKLTZF/662Q==" - } - }, - "npm:sass-embedded-android-arm64": { - "type": "npm", - "name": "npm:sass-embedded-android-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-arm64", - "hash": "sha512-W+Ru9JwTnfU0UX3jSZcbqFdtKFMcYdfFwytc57h2DgnqCOIiAqI2E06mABZBZC+r3LwXCBuS5GbXAGeVgvVDkA==" - } - }, - "npm:sass-embedded-android-arm": { - "type": "npm", - "name": "npm:sass-embedded-android-arm", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-arm", - "hash": "sha512-70f3HgX2pFNmzpGQ86n5e6QfWn2fP4QUQGfFQK0P1XH73ZLIzLo2YqygrGKGKeeqtc5eU2Wl1/xQzhzuKnO4kw==" - } - }, - "npm:sass-embedded-android-riscv64": { - "type": "npm", - "name": "npm:sass-embedded-android-riscv64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-riscv64", - "hash": "sha512-icU3o0V/uCSytSpf+tX5Lf51BvyQEbLzDUJfUi9etSauYBGHpPKkdtdZH0si4v98phq11Kl8rSV1SggksxF1Hg==" - } - }, - "npm:sass-embedded-android-x64": { - "type": "npm", - "name": "npm:sass-embedded-android-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-android-x64", - "hash": "sha512-mevF9VQk6gEYByy8+jusaHGmd7Usb2ytX/DsEOd0JtOGCtcf1kh575xJ6OUBDIcJ15uLnbau/0iy1eP6WVBvWA==" - } - }, - "npm:sass-embedded-darwin-arm64": { - "type": "npm", - "name": "npm:sass-embedded-darwin-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-darwin-arm64", - "hash": "sha512-1PVlYi61POo93IT/FfrG1mc1tAHxeSTyUALF2aOFmXGWjVXr3bQzEQiBGCOvQbj/ix+5hNyXFXcEMEyKvtUJJA==" - } - }, - "npm:sass-embedded-darwin-x64": { - "type": "npm", - "name": "npm:sass-embedded-darwin-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-darwin-x64", - "hash": "sha512-x97o3JnGyImZNCIVs9wQHJUE5QCvmVIKaH1cwrz/5dK7OT1FpeNiW+u9TUomP9hG6Ekjd8EL8NBHpxTfIhdjmg==" - } - }, - "npm:sass-embedded-linux-arm64": { - "type": "npm", - "name": "npm:sass-embedded-linux-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-arm64", - "hash": "sha512-Dwjmj8Z6VRy7rAi53JAdEwIyUjpfl7PhpSc2/LpQPQx+aO5Dp7Spaipkax0ufJl1SoDUdchCsM4y/88YaluorQ==" - } - }, - "npm:sass-embedded-linux-arm": { - "type": "npm", - "name": "npm:sass-embedded-linux-arm", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-arm", - "hash": "sha512-9Ul7O1eKrc5YlhwWjkp8tZPSe3UEwSZ1uwUZOQom1HL0pRlBA6F/IlGZYFTLwnHMIP1fc77MMNaBRfc05mKMpw==" - } - }, - "npm:sass-embedded-linux-musl-arm64": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-arm64", - "hash": "sha512-XpACJB2KjSLjf2e9uuvGVdOURsoNrFqgRiihhXyUHK9W0t3LIHb7z5MA/7XGPIT9bWSOO2zyw+rH/FHtDV/Yrg==" - } - }, - "npm:sass-embedded-linux-musl-arm": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-arm", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-arm", - "hash": "sha512-sl0JgbGloPyJg66XXx5UDSDScZ0oU85DpMQU4JU/sCUCFj1Z8zZ69SJWKTCNE4/jwnce7WI2zPCV5AG+RHOZJw==" - } - }, - "npm:sass-embedded-linux-musl-riscv64": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-riscv64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-riscv64", - "hash": "sha512-ShvI0Kx04mwoCARwZ0UjiT97isQvzO80tAt91zmFyHLN9kelc/IrQi940farSm2xQVPCKdeVyeG0ekBsokSpYQ==" - } - }, - "npm:sass-embedded-linux-musl-x64": { - "type": "npm", - "name": "npm:sass-embedded-linux-musl-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-musl-x64", - "hash": "sha512-TDBCRWNuS4RDLQXvRc1gjZlWiWTWaWGp0Bwu/IKwJxov81lsvrCs3TihTyNXtW7V5aoN4Ky3r0QOkNb3mwmBnA==" - } - }, - "npm:sass-embedded-linux-riscv64": { - "type": "npm", - "name": "npm:sass-embedded-linux-riscv64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-riscv64", - "hash": "sha512-j4ENJGOheO+fm3j/yorLxCjBP6/XskrZx7dTLlT+lXYwN/qqCqoA/gsNLI0McS3DFM6GBwPiffzWsdWS8t6sEQ==" - } - }, - "npm:sass-embedded-linux-x64": { - "type": "npm", - "name": "npm:sass-embedded-linux-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-linux-x64", - "hash": "sha512-0vUSN8j0WGtCJIOPh//EmUvYGHW0QOe5iul8qyhPk50MAcw49MA0r34AhftjDdx94ILPF6vApFs0gwHPQRlpVA==" - } - }, - "npm:sass-embedded-unknown-all": { - "type": "npm", - "name": "npm:sass-embedded-unknown-all", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-unknown-all", - "hash": "sha512-c+naBgWId4MIpToXcI0DgqetjdAkwTTAxFAuOaBz7HUXLdyG1oZRrEvSsbe41nEdQOKH0vgofVFCeSQgoXOG9A==" - } - }, - "npm:sass-embedded-win32-arm64": { - "type": "npm", - "name": "npm:sass-embedded-win32-arm64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-win32-arm64", - "hash": "sha512-iE+yxj+hUXwwbqpHkXxgAWTzeRfcWxJ7SSTQEPMk48lwq3oCrWLlz5sQuWHbuTK/i0GKQfROdP+hOmPi89yjUg==" - } - }, - "npm:sass-embedded-win32-x64": { - "type": "npm", - "name": "npm:sass-embedded-win32-x64", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded-win32-x64", - "hash": "sha512-qI4F8MI7/KYoy9NdjJfhSspG42WPkADSNDvwEV7qWvCSFC83koJssRsKO2/PfY+niZz6BG65Ic/D+A11h959hw==" - } - }, - "npm:sass-embedded": { - "type": "npm", - "name": "npm:sass-embedded", - "data": { - "version": "1.100.0", - "packageName": "sass-embedded", - "hash": "sha512-Ut8wlQSk19tm7jMK6mz6cF1+e+E7tUnW2tM02zQDPnOTcVbV8qCQG8UWxZkkNlY50+hV3hqP24OOkUlMz8xBpw==" - } - }, - "npm:sass-loader": { - "type": "npm", - "name": "npm:sass-loader", - "data": { - "version": "16.0.8", - "packageName": "sass-loader", - "hash": "sha512-hcov4ZwZJIGbEuyNr9EmiTmZueyrxSToE6GOzoZnq5JM7ecRO7ttyvilPn+VmRsqiP16+VYZzVnGZj/hzZgKBA==" - } - }, - "npm:sass": { - "type": "npm", - "name": "npm:sass", - "data": { - "version": "1.100.0", - "packageName": "sass", - "hash": "sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==" - } - }, - "npm:sax": { - "type": "npm", - "name": "npm:sax", - "data": { - "version": "1.6.0", - "packageName": "sax", - "hash": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==" - } - }, - "npm:saxes": { - "type": "npm", - "name": "npm:saxes", - "data": { - "version": "6.0.0", - "packageName": "saxes", - "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" - } - }, - "npm:scheduler": { - "type": "npm", - "name": "npm:scheduler", - "data": { - "version": "0.23.2", - "packageName": "scheduler", - "hash": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" - } - }, - "npm:schema-utils@4.3.0": { - "type": "npm", - "name": "npm:schema-utils@4.3.0", - "data": { - "version": "4.3.0", - "packageName": "schema-utils", - "hash": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==" - } - }, - "npm:schema-utils@3.3.0": { - "type": "npm", - "name": "npm:schema-utils@3.3.0", - "data": { - "version": "3.3.0", - "packageName": "schema-utils", - "hash": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" - } - }, - "npm:schema-utils": { - "type": "npm", - "name": "npm:schema-utils", - "data": { - "version": "4.3.3", - "packageName": "schema-utils", - "hash": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==" - } - }, - "npm:secure-compare": { - "type": "npm", - "name": "npm:secure-compare", - "data": { - "version": "3.0.1", - "packageName": "secure-compare", - "hash": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==" - } - }, - "npm:select-hose": { - "type": "npm", - "name": "npm:select-hose", - "data": { - "version": "2.0.0", - "packageName": "select-hose", - "hash": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" - } - }, - "npm:selfsigned": { - "type": "npm", - "name": "npm:selfsigned", - "data": { - "version": "5.5.0", - "packageName": "selfsigned", - "hash": "sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==" - } - }, - "npm:semver@7.6.3": { - "type": "npm", - "name": "npm:semver@7.6.3", - "data": { - "version": "7.6.3", - "packageName": "semver", - "hash": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" - } - }, - "npm:semver@7.7.4": { - "type": "npm", - "name": "npm:semver@7.7.4", - "data": { - "version": "7.7.4", - "packageName": "semver", - "hash": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" - } - }, - "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@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": { - "type": "npm", - "name": "npm:semver", - "data": { - "version": "7.8.2", - "packageName": "semver", - "hash": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==" - } - }, - "npm:send@1.2.1": { - "type": "npm", - "name": "npm:send@1.2.1", - "data": { - "version": "1.2.1", - "packageName": "send", - "hash": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" - } - }, - "npm:send": { - "type": "npm", - "name": "npm:send", - "data": { - "version": "0.19.2", - "packageName": "send", - "hash": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==" - } - }, - "npm:serialize-javascript": { - "type": "npm", - "name": "npm:serialize-javascript", - "data": { - "version": "7.0.5", - "packageName": "serialize-javascript", - "hash": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==" - } - }, - "npm:serve-index": { - "type": "npm", - "name": "npm:serve-index", - "data": { - "version": "1.9.2", - "packageName": "serve-index", - "hash": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==" - } - }, - "npm:serve-static@2.2.1": { - "type": "npm", - "name": "npm:serve-static@2.2.1", - "data": { - "version": "2.2.1", - "packageName": "serve-static", - "hash": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" - } - }, - "npm:serve-static": { - "type": "npm", - "name": "npm:serve-static", - "data": { - "version": "1.16.3", - "packageName": "serve-static", - "hash": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==" - } - }, - "npm:set-cookie-parser": { - "type": "npm", - "name": "npm:set-cookie-parser", - "data": { - "version": "2.7.2", - "packageName": "set-cookie-parser", - "hash": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==" - } - }, - "npm:set-function-length": { - "type": "npm", - "name": "npm:set-function-length", - "data": { - "version": "1.2.2", - "packageName": "set-function-length", - "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" - } - }, - "npm:set-function-name": { - "type": "npm", - "name": "npm:set-function-name", - "data": { - "version": "2.0.2", - "packageName": "set-function-name", - "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" - } - }, - "npm:set-proto": { - "type": "npm", - "name": "npm:set-proto", - "data": { - "version": "1.0.0", - "packageName": "set-proto", - "hash": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==" - } - }, - "npm:setprototypeof": { - "type": "npm", - "name": "npm:setprototypeof", - "data": { - "version": "1.2.0", - "packageName": "setprototypeof", - "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - } - }, - "npm:sha.js": { - "type": "npm", - "name": "npm:sha.js", - "data": { - "version": "2.4.12", - "packageName": "sha.js", - "hash": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==" - } - }, - "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:shell-quote": { - "type": "npm", - "name": "npm:shell-quote", - "data": { - "version": "1.8.4", - "packageName": "shell-quote", - "hash": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==" - } - }, - "npm:side-channel-list": { - "type": "npm", - "name": "npm:side-channel-list", - "data": { - "version": "1.0.1", - "packageName": "side-channel-list", - "hash": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==" - } - }, - "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:side-channel": { - "type": "npm", - "name": "npm:side-channel", - "data": { - "version": "1.1.0", - "packageName": "side-channel", - "hash": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" - } - }, - "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": "3.0.7", - "packageName": "signal-exit", - "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - } - }, - "npm:signal-exit@4.1.0": { - "type": "npm", - "name": "npm:signal-exit@4.1.0", - "data": { - "version": "4.1.0", - "packageName": "signal-exit", - "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" - } - }, - "npm:sirv": { - "type": "npm", - "name": "npm:sirv", - "data": { - "version": "2.0.4", - "packageName": "sirv", - "hash": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==" - } - }, - "npm:slash": { - "type": "npm", - "name": "npm:slash", - "data": { - "version": "3.0.0", - "packageName": "slash", - "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" - } - }, - "npm:slice-ansi": { - "type": "npm", - "name": "npm:slice-ansi", - "data": { - "version": "5.0.0", - "packageName": "slice-ansi", - "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" - } - }, - "npm:slice-ansi@7.1.2": { - "type": "npm", - "name": "npm:slice-ansi@7.1.2", - "data": { - "version": "7.1.2", - "packageName": "slice-ansi", - "hash": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==" - } - }, - "npm:smol-toml": { - "type": "npm", - "name": "npm:smol-toml", - "data": { - "version": "1.6.1", - "packageName": "smol-toml", - "hash": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==" - } - }, - "npm:snake-case": { - "type": "npm", - "name": "npm:snake-case", - "data": { - "version": "3.0.4", - "packageName": "snake-case", - "hash": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==" - } - }, - "npm:sockjs": { - "type": "npm", - "name": "npm:sockjs", - "data": { - "version": "0.3.24", - "packageName": "sockjs", - "hash": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==" - } - }, - "npm:sorted-array-functions": { - "type": "npm", - "name": "npm:sorted-array-functions", - "data": { - "version": "1.3.0", - "packageName": "sorted-array-functions", - "hash": "sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==" - } - }, - "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-loader": { - "type": "npm", - "name": "npm:source-map-loader", - "data": { - "version": "5.0.0", - "packageName": "source-map-loader", - "hash": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==" - } - }, - "npm:source-map-support@0.5.13": { - "type": "npm", - "name": "npm:source-map-support@0.5.13", - "data": { - "version": "0.5.13", - "packageName": "source-map-support", - "hash": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" - } - }, - "npm:source-map-support": { - "type": "npm", - "name": "npm:source-map-support", - "data": { - "version": "0.5.19", - "packageName": "source-map-support", - "hash": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" - } - }, - "npm:source-map-support@0.5.21": { - "type": "npm", - "name": "npm:source-map-support@0.5.21", - "data": { - "version": "0.5.21", - "packageName": "source-map-support", - "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" - } - }, - "npm:source-map@0.7.4": { - "type": "npm", - "name": "npm:source-map@0.7.4", - "data": { - "version": "0.7.4", - "packageName": "source-map", - "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" - } - }, - "npm:source-map": { - "type": "npm", - "name": "npm:source-map", - "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - }, - "npm:source-map@0.7.6": { - "type": "npm", - "name": "npm:source-map@0.7.6", - "data": { - "version": "0.7.6", - "packageName": "source-map", - "hash": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" - } - }, - "npm:spdy-transport": { - "type": "npm", - "name": "npm:spdy-transport", - "data": { - "version": "3.0.0", - "packageName": "spdy-transport", - "hash": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==" - } - }, - "npm:spdy": { - "type": "npm", - "name": "npm:spdy", - "data": { - "version": "4.0.2", - "packageName": "spdy", - "hash": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==" - } - }, - "npm:split2": { - "type": "npm", - "name": "npm:split2", - "data": { - "version": "4.2.0", - "packageName": "split2", - "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" - } - }, - "npm:sprintf-js": { - "type": "npm", - "name": "npm:sprintf-js", - "data": { - "version": "1.0.3", - "packageName": "sprintf-js", - "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - } - }, - "npm:sql-highlight": { - "type": "npm", - "name": "npm:sql-highlight", - "data": { - "version": "6.1.0", - "packageName": "sql-highlight", - "hash": "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==" - } - }, - "npm:sshpk": { - "type": "npm", - "name": "npm:sshpk", - "data": { - "version": "1.18.0", - "packageName": "sshpk", - "hash": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==" - } - }, - "npm:stack-utils": { - "type": "npm", - "name": "npm:stack-utils", - "data": { - "version": "2.0.6", - "packageName": "stack-utils", - "hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" - } - }, - "npm:stackback": { - "type": "npm", - "name": "npm:stackback", - "data": { - "version": "0.0.2", - "packageName": "stackback", - "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" - } - }, - "npm:statuses@1.5.0": { - "type": "npm", - "name": "npm:statuses@1.5.0", - "data": { - "version": "1.5.0", - "packageName": "statuses", - "hash": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" - } - }, - "npm:statuses": { - "type": "npm", - "name": "npm:statuses", - "data": { - "version": "2.0.2", - "packageName": "statuses", - "hash": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" - } - }, - "npm:std-env": { - "type": "npm", - "name": "npm:std-env", - "data": { - "version": "3.10.0", - "packageName": "std-env", - "hash": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" - } - }, - "npm:stop-iteration-iterator": { - "type": "npm", - "name": "npm:stop-iteration-iterator", - "data": { - "version": "1.1.0", - "packageName": "stop-iteration-iterator", - "hash": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==" - } - }, - "npm:streamsearch": { - "type": "npm", - "name": "npm:streamsearch", - "data": { - "version": "1.1.0", - "packageName": "streamsearch", - "hash": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" - } - }, - "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-hash": { - "type": "npm", - "name": "npm:string-hash", - "data": { - "version": "1.1.3", - "packageName": "string-hash", - "hash": "sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==" - } - }, - "npm:string-length": { - "type": "npm", - "name": "npm:string-length", - "data": { - "version": "4.0.2", - "packageName": "string-length", - "hash": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" - } - }, - "npm:string-width-cjs": { - "type": "npm", - "name": "npm:string-width-cjs", - "data": { - "version": "npm:string-width@^4.2.0", - "packageName": "string-width-cjs", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "npm:string-width": { - "type": "npm", - "name": "npm:string-width", - "data": { - "version": "4.2.3", - "packageName": "string-width", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" - } - }, - "npm: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.prototype.includes": { - "type": "npm", - "name": "npm:string.prototype.includes", - "data": { - "version": "2.0.1", - "packageName": "string.prototype.includes", - "hash": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==" - } - }, - "npm:string.prototype.matchall": { - "type": "npm", - "name": "npm:string.prototype.matchall", - "data": { - "version": "4.0.12", - "packageName": "string.prototype.matchall", - "hash": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==" - } - }, - "npm:string.prototype.repeat": { - "type": "npm", - "name": "npm:string.prototype.repeat", - "data": { - "version": "1.0.0", - "packageName": "string.prototype.repeat", - "hash": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==" - } - }, - "npm:string.prototype.trim": { - "type": "npm", - "name": "npm:string.prototype.trim", - "data": { - "version": "1.2.10", - "packageName": "string.prototype.trim", - "hash": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==" - } - }, - "npm:string.prototype.trimend": { - "type": "npm", - "name": "npm:string.prototype.trimend", - "data": { - "version": "1.0.9", - "packageName": "string.prototype.trimend", - "hash": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==" - } - }, - "npm:string.prototype.trimstart": { - "type": "npm", - "name": "npm:string.prototype.trimstart", - "data": { - "version": "1.0.8", - "packageName": "string.prototype.trimstart", - "hash": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" - } - }, - "npm:string_decoder": { - "type": "npm", - "name": "npm:string_decoder", - "data": { - "version": "1.3.0", - "packageName": "string_decoder", - "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" - } - }, - "npm:string_decoder@1.1.1": { - "type": "npm", - "name": "npm:string_decoder@1.1.1", - "data": { - "version": "1.1.1", - "packageName": "string_decoder", - "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" - } - }, - "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-ansi": { - "type": "npm", - "name": "npm:strip-ansi", - "data": { - "version": "6.0.1", - "packageName": "strip-ansi", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - } - }, - "npm:strip-ansi@7.2.0": { - "type": "npm", - "name": "npm:strip-ansi@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "strip-ansi", - "hash": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==" - } - }, - "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-bom@4.0.0": { - "type": "npm", - "name": "npm:strip-bom@4.0.0", - "data": { - "version": "4.0.0", - "packageName": "strip-bom", - "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" - } - }, - "npm:strip-final-newline": { - "type": "npm", - "name": "npm:strip-final-newline", - "data": { - "version": "2.0.0", - "packageName": "strip-final-newline", - "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" - } - }, - "npm:strip-final-newline@3.0.0": { - "type": "npm", - "name": "npm:strip-final-newline@3.0.0", - "data": { - "version": "3.0.0", - "packageName": "strip-final-newline", - "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" - } - }, - "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:strip-literal": { - "type": "npm", - "name": "npm:strip-literal", - "data": { - "version": "1.3.0", - "packageName": "strip-literal", - "hash": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==" - } - }, - "npm:strnum": { - "type": "npm", - "name": "npm:strnum", - "data": { - "version": "2.3.0", - "packageName": "strnum", - "hash": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==" - } - }, - "npm:strtok3": { - "type": "npm", - "name": "npm:strtok3", - "data": { - "version": "10.3.5", - "packageName": "strtok3", - "hash": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==" - } - }, - "npm:style-loader": { - "type": "npm", - "name": "npm:style-loader", - "data": { - "version": "3.3.4", - "packageName": "style-loader", - "hash": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==" - } - }, - "npm:stylehacks": { - "type": "npm", - "name": "npm:stylehacks", - "data": { - "version": "7.0.11", - "packageName": "stylehacks", - "hash": "sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==" - } - }, - "npm:supports-color@7.2.0": { - "type": "npm", - "name": "npm:supports-color@7.2.0", - "data": { - "version": "7.2.0", - "packageName": "supports-color", - "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" - } - }, - "npm:supports-color": { - "type": "npm", - "name": "npm:supports-color", - "data": { - "version": "8.1.1", - "packageName": "supports-color", - "hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" - } - }, - "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:svg-parser": { - "type": "npm", - "name": "npm:svg-parser", - "data": { - "version": "2.0.4", - "packageName": "svg-parser", - "hash": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" - } - }, - "npm:svgo": { - "type": "npm", - "name": "npm:svgo", - "data": { - "version": "3.3.3", - "packageName": "svgo", - "hash": "sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==" - } - }, - "npm:svgo@4.0.1": { - "type": "npm", - "name": "npm:svgo@4.0.1", - "data": { - "version": "4.0.1", - "packageName": "svgo", - "hash": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==" - } - }, - "npm:swagger-ui-dist": { - "type": "npm", - "name": "npm:swagger-ui-dist", - "data": { - "version": "5.17.14", - "packageName": "swagger-ui-dist", - "hash": "sha512-CVbSfaLpstV65OnSjbXfVd6Sta3q3F7Cj/yYuvHMp1P90LztOLs6PfUnKEVAeiIVQt9u2SaPwv0LiH/OyMjHRw==" - } - }, - "npm:symbol-observable": { - "type": "npm", - "name": "npm:symbol-observable", - "data": { - "version": "4.0.0", - "packageName": "symbol-observable", - "hash": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" - } - }, - "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:sync-child-process": { - "type": "npm", - "name": "npm:sync-child-process", - "data": { - "version": "1.0.2", - "packageName": "sync-child-process", - "hash": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==" - } - }, - "npm:sync-message-port": { - "type": "npm", - "name": "npm:sync-message-port", - "data": { - "version": "1.2.0", - "packageName": "sync-message-port", - "hash": "sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==" - } - }, - "npm:synckit": { - "type": "npm", - "name": "npm:synckit", - "data": { - "version": "0.11.13", - "packageName": "synckit", - "hash": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==" - } - }, - "npm:systeminformation": { - "type": "npm", - "name": "npm:systeminformation", - "data": { - "version": "5.31.7", - "packageName": "systeminformation", - "hash": "sha512-/8NC53e5nP9nmhn42/ncdOkyJnOoue/Vy+tJOyUGd1Yv66G069wK4rrziwhrqDETgk78CudTQupw5z19S5uoZw==" - } - }, - "npm:tapable@2.3.0": { - "type": "npm", - "name": "npm:tapable@2.3.0", - "data": { - "version": "2.3.0", - "packageName": "tapable", - "hash": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==" - } - }, - "npm:tapable": { - "type": "npm", - "name": "npm:tapable", - "data": { - "version": "2.3.3", - "packageName": "tapable", - "hash": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==" - } - }, - "npm:tar-stream": { - "type": "npm", - "name": "npm:tar-stream", - "data": { - "version": "2.2.0", - "packageName": "tar-stream", - "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" - } - }, - "npm:tar": { - "type": "npm", - "name": "npm:tar", - "data": { - "version": "6.1.11", - "packageName": "tar", - "hash": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==" - } - }, - "npm:terser-webpack-plugin": { - "type": "npm", - "name": "npm:terser-webpack-plugin", - "data": { - "version": "5.6.1", - "packageName": "terser-webpack-plugin", - "hash": "sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==" - } - }, - "npm:terser": { - "type": "npm", - "name": "npm:terser", - "data": { - "version": "5.48.0", - "packageName": "terser", - "hash": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==" - } - }, - "npm:test-exclude": { - "type": "npm", - "name": "npm:test-exclude", - "data": { - "version": "6.0.0", - "packageName": "test-exclude", - "hash": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" - } - }, - "npm:text-table": { - "type": "npm", - "name": "npm:text-table", - "data": { - "version": "0.2.0", - "packageName": "text-table", - "hash": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - } - }, - "npm:thingies": { - "type": "npm", - "name": "npm:thingies", - "data": { - "version": "2.6.0", - "packageName": "thingies", - "hash": "sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==" - } - }, - "npm:throttleit": { - "type": "npm", - "name": "npm:throttleit", - "data": { - "version": "1.0.1", - "packageName": "throttleit", - "hash": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==" - } - }, - "npm:through": { - "type": "npm", - "name": "npm:through", - "data": { - "version": "2.3.8", - "packageName": "through", - "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" - } - }, - "npm:thunky": { - "type": "npm", - "name": "npm:thunky", - "data": { - "version": "1.1.0", - "packageName": "thunky", - "hash": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - } - }, - "npm:tinybench": { - "type": "npm", - "name": "npm:tinybench", - "data": { - "version": "2.9.0", - "packageName": "tinybench", - "hash": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" - } - }, - "npm:tinyglobby": { - "type": "npm", - "name": "npm:tinyglobby", - "data": { - "version": "0.2.17", - "packageName": "tinyglobby", - "hash": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==" - } - }, - "npm:tinypool": { - "type": "npm", - "name": "npm:tinypool", - "data": { - "version": "0.5.0", - "packageName": "tinypool", - "hash": "sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==" - } - }, - "npm:tinyspy": { - "type": "npm", - "name": "npm:tinyspy", - "data": { - "version": "2.2.1", - "packageName": "tinyspy", - "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" - } - }, - "npm:tldts-core@6.1.86": { - "type": "npm", - "name": "npm:tldts-core@6.1.86", - "data": { - "version": "6.1.86", - "packageName": "tldts-core", - "hash": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==" - } - }, - "npm:tldts-core": { - "type": "npm", - "name": "npm:tldts-core", - "data": { - "version": "7.4.2", - "packageName": "tldts-core", - "hash": "sha512-nwEyF4vl4RSJjwSjBUmOSxc3BFPoIFdlRthJ6e+5v9P3bHNsoD06UjuqMUspqp7vsEZ1beaHi1km+optiE17yA==" - } - }, - "npm:tldts@6.1.86": { - "type": "npm", - "name": "npm:tldts@6.1.86", - "data": { - "version": "6.1.86", - "packageName": "tldts", - "hash": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==" - } - }, - "npm:tldts": { - "type": "npm", - "name": "npm:tldts", - "data": { - "version": "7.4.2", - "packageName": "tldts", - "hash": "sha512-kCwffuaH8ntKtygnWe1b4BJKWiCUH30n5KfoTr6IchcXOwR7chAOFJxFrH3vjANafUYrIA4a7SDL+nn7SiR4Sw==" - } - }, - "npm:tmp": { - "type": "npm", - "name": "npm:tmp", - "data": { - "version": "0.2.6", - "packageName": "tmp", - "hash": "sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==" - } - }, - "npm:tmp@0.0.33": { - "type": "npm", - "name": "npm:tmp@0.0.33", - "data": { - "version": "0.0.33", - "packageName": "tmp", - "hash": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==" - } - }, - "npm:tmp@0.2.7": { - "type": "npm", - "name": "npm:tmp@0.2.7", - "data": { - "version": "0.2.7", - "packageName": "tmp", - "hash": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==" - } - }, - "npm:tmpl": { - "type": "npm", - "name": "npm:tmpl", - "data": { - "version": "1.0.5", - "packageName": "tmpl", - "hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - } - }, - "npm:to-buffer": { - "type": "npm", - "name": "npm:to-buffer", - "data": { - "version": "1.2.2", - "packageName": "to-buffer", - "hash": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==" - } - }, - "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:token-types": { - "type": "npm", - "name": "npm:token-types", - "data": { - "version": "6.1.2", - "packageName": "token-types", - "hash": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==" - } - }, - "npm:totalist": { - "type": "npm", - "name": "npm:totalist", - "data": { - "version": "3.0.1", - "packageName": "totalist", - "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" - } - }, - "npm:tough-cookie@5.1.2": { - "type": "npm", - "name": "npm:tough-cookie@5.1.2", - "data": { - "version": "5.1.2", - "packageName": "tough-cookie", - "hash": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==" - } - }, - "npm:tough-cookie": { - "type": "npm", - "name": "npm:tough-cookie", - "data": { - "version": "6.0.1", - "packageName": "tough-cookie", - "hash": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==" - } - }, - "npm:tr46": { - "type": "npm", - "name": "npm:tr46", - "data": { - "version": "6.0.0", - "packageName": "tr46", - "hash": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==" - } - }, - "npm:tr46@0.0.3": { - "type": "npm", - "name": "npm:tr46@0.0.3", - "data": { - "version": "0.0.3", - "packageName": "tr46", - "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - } - }, - "npm:tree-dump": { - "type": "npm", - "name": "npm:tree-dump", - "data": { - "version": "1.1.0", - "packageName": "tree-dump", - "hash": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==" - } - }, - "npm:tree-kill": { - "type": "npm", - "name": "npm:tree-kill", - "data": { - "version": "1.2.2", - "packageName": "tree-kill", - "hash": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" - } - }, - "npm:ts-api-utils": { - "type": "npm", - "name": "npm:ts-api-utils", - "data": { - "version": "1.4.3", - "packageName": "ts-api-utils", - "hash": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==" - } - }, - "npm:ts-api-utils@2.5.0": { - "type": "npm", - "name": "npm:ts-api-utils@2.5.0", - "data": { - "version": "2.5.0", - "packageName": "ts-api-utils", - "hash": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==" - } - }, - "npm:ts-jest": { - "type": "npm", - "name": "npm:ts-jest", - "data": { - "version": "29.4.11", - "packageName": "ts-jest", - "hash": "sha512-IrFl7l9AuB/qrNw5quqvAv/hmKMb8dhWOH4jQOGo0Oq8tCeo1O86/iTFG1FaRimgUkF13l4PcepO8ATFT6Ns4g==" - } - }, - "npm:ts-loader": { - "type": "npm", - "name": "npm:ts-loader", - "data": { - "version": "9.6.0", - "packageName": "ts-loader", - "hash": "sha512-dsJO0S+T7grTDWTc4a0nTygXGjKncVUpx8Y+af8EvI/D5WgTJby5UEk5eoMCB9EcLQmnvitqh99MqtjtHgAwFQ==" - } - }, - "npm:ts-node": { - "type": "npm", - "name": "npm:ts-node", - "data": { - "version": "10.9.2", - "packageName": "ts-node", - "hash": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" - } - }, - "npm:tsconfig-paths-webpack-plugin": { - "type": "npm", - "name": "npm:tsconfig-paths-webpack-plugin", - "data": { - "version": "4.2.0", - "packageName": "tsconfig-paths-webpack-plugin", - "hash": "sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==" - } - }, - "npm:tsconfig-paths": { - "type": "npm", - "name": "npm:tsconfig-paths", - "data": { - "version": "4.2.0", - "packageName": "tsconfig-paths", - "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" - } - }, - "npm:tsconfig-paths@3.15.0": { - "type": "npm", - "name": "npm:tsconfig-paths@3.15.0", - "data": { - "version": "3.15.0", - "packageName": "tsconfig-paths", - "hash": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==" - } - }, - "npm:tslib@1.14.1": { - "type": "npm", - "name": "npm:tslib@1.14.1", - "data": { - "version": "1.14.1", - "packageName": "tslib", - "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } - }, - "npm:tslib": { - "type": "npm", - "name": "npm:tslib", - "data": { - "version": "2.8.1", - "packageName": "tslib", - "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" - } - }, - "npm:tsyringe": { - "type": "npm", - "name": "npm:tsyringe", - "data": { - "version": "4.10.0", - "packageName": "tsyringe", - "hash": "sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==" - } - }, - "npm:tunnel-agent": { - "type": "npm", - "name": "npm:tunnel-agent", - "data": { - "version": "0.6.0", - "packageName": "tunnel-agent", - "hash": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" - } - }, - "npm:tweetnacl": { - "type": "npm", - "name": "npm:tweetnacl", - "data": { - "version": "0.14.5", - "packageName": "tweetnacl", - "hash": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" - } - }, - "npm:type-check": { - "type": "npm", - "name": "npm:type-check", - "data": { - "version": "0.4.0", - "packageName": "type-check", - "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" - } - }, - "npm:type-detect@4.0.8": { - "type": "npm", - "name": "npm:type-detect@4.0.8", - "data": { - "version": "4.0.8", - "packageName": "type-detect", - "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" - } - }, - "npm:type-detect": { - "type": "npm", - "name": "npm:type-detect", - "data": { - "version": "4.1.0", - "packageName": "type-detect", - "hash": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==" - } - }, - "npm:type-fest": { - "type": "npm", - "name": "npm:type-fest", - "data": { - "version": "0.20.2", - "packageName": "type-fest", - "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - } - }, - "npm:type-fest@0.21.3": { - "type": "npm", - "name": "npm:type-fest@0.21.3", - "data": { - "version": "0.21.3", - "packageName": "type-fest", - "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" - } - }, - "npm:type-fest@0.8.1": { - "type": "npm", - "name": "npm:type-fest@0.8.1", - "data": { - "version": "0.8.1", - "packageName": "type-fest", - "hash": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" - } - }, - "npm:type-fest@4.41.0": { - "type": "npm", - "name": "npm:type-fest@4.41.0", - "data": { - "version": "4.41.0", - "packageName": "type-fest", - "hash": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" - } - }, - "npm:type-is": { - "type": "npm", - "name": "npm:type-is", - "data": { - "version": "1.6.18", - "packageName": "type-is", - "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" - } - }, - "npm:type-is@2.1.0": { - "type": "npm", - "name": "npm:type-is@2.1.0", - "data": { - "version": "2.1.0", - "packageName": "type-is", - "hash": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==" - } - }, - "npm:typed-array-buffer": { - "type": "npm", - "name": "npm:typed-array-buffer", - "data": { - "version": "1.0.3", - "packageName": "typed-array-buffer", - "hash": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==" - } - }, - "npm:typed-array-byte-length": { - "type": "npm", - "name": "npm:typed-array-byte-length", - "data": { - "version": "1.0.3", - "packageName": "typed-array-byte-length", - "hash": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==" - } - }, - "npm:typed-array-byte-offset": { - "type": "npm", - "name": "npm:typed-array-byte-offset", - "data": { - "version": "1.0.4", - "packageName": "typed-array-byte-offset", - "hash": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==" - } - }, - "npm:typed-array-length": { - "type": "npm", - "name": "npm:typed-array-length", - "data": { - "version": "1.0.8", - "packageName": "typed-array-length", - "hash": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==" - } - }, - "npm:typed-assert": { - "type": "npm", - "name": "npm:typed-assert", - "data": { - "version": "1.0.9", - "packageName": "typed-assert", - "hash": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==" - } - }, - "npm:typedarray": { - "type": "npm", - "name": "npm:typedarray", - "data": { - "version": "0.0.6", - "packageName": "typedarray", - "hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" - } - }, - "npm:typeorm": { - "type": "npm", - "name": "npm:typeorm", - "data": { - "version": "0.3.30", - "packageName": "typeorm", - "hash": "sha512-8T35PzjefOdqc2ZR9mwLQj0pUGp6lQhMbK2EvVMwJVJWlaoHm0v/Q6dThNOZkFchD+0yMg8gwjKM28ePiLSXSQ==" - } - }, - "npm:typescript@5.7.2": { - "type": "npm", - "name": "npm:typescript@5.7.2", - "data": { - "version": "5.7.2", - "packageName": "typescript", - "hash": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==" - } - }, - "npm:typescript": { - "type": "npm", - "name": "npm:typescript", - "data": { - "version": "5.9.3", - "packageName": "typescript", - "hash": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" - } - }, - "npm:ufo": { - "type": "npm", - "name": "npm:ufo", - "data": { - "version": "1.6.4", - "packageName": "ufo", - "hash": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==" - } - }, - "npm:uglify-js": { - "type": "npm", - "name": "npm:uglify-js", - "data": { - "version": "3.19.3", - "packageName": "uglify-js", - "hash": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==" - } - }, - "npm:uid": { - "type": "npm", - "name": "npm:uid", - "data": { - "version": "2.0.2", - "packageName": "uid", - "hash": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==" - } - }, - "npm:uint8array-extras": { - "type": "npm", - "name": "npm:uint8array-extras", - "data": { - "version": "1.5.0", - "packageName": "uint8array-extras", - "hash": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==" - } - }, - "npm:unbox-primitive": { - "type": "npm", - "name": "npm:unbox-primitive", - "data": { - "version": "1.1.0", - "packageName": "unbox-primitive", - "hash": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" - } - }, - "npm:undici-types@7.24.6": { - "type": "npm", - "name": "npm:undici-types@7.24.6", - "data": { - "version": "7.24.6", - "packageName": "undici-types", - "hash": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==" - } - }, - "npm:undici-types": { - "type": "npm", - "name": "npm:undici-types", - "data": { - "version": "5.26.5", - "packageName": "undici-types", - "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" - } - }, - "npm:undici@7.24.7": { - "type": "npm", - "name": "npm:undici@7.24.7", - "data": { - "version": "7.24.7", - "packageName": "undici", - "hash": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==" - } - }, - "npm:undici": { - "type": "npm", - "name": "npm:undici", - "data": { - "version": "7.27.1", - "packageName": "undici", - "hash": "sha512-UDdpiex+mzigiyrXrGbiUaF4HzTNhKbh2vRNFaTMzcqmLIPrZxaCtwo/1TMSuWoM1Xz3WiTo9KdgI3kRqYzJGg==" - } - }, - "npm:unfetch": { - "type": "npm", - "name": "npm:unfetch", - "data": { - "version": "4.2.0", - "packageName": "unfetch", - "hash": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" - } - }, - "npm:unicode-canonical-property-names-ecmascript": { - "type": "npm", - "name": "npm:unicode-canonical-property-names-ecmascript", - "data": { - "version": "2.0.1", - "packageName": "unicode-canonical-property-names-ecmascript", - "hash": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==" - } - }, - "npm:unicode-match-property-ecmascript": { - "type": "npm", - "name": "npm:unicode-match-property-ecmascript", - "data": { - "version": "2.0.0", - "packageName": "unicode-match-property-ecmascript", - "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" - } - }, - "npm:unicode-match-property-value-ecmascript": { - "type": "npm", - "name": "npm:unicode-match-property-value-ecmascript", - "data": { - "version": "2.2.1", - "packageName": "unicode-match-property-value-ecmascript", - "hash": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==" - } - }, - "npm:unicode-property-aliases-ecmascript": { - "type": "npm", - "name": "npm:unicode-property-aliases-ecmascript", - "data": { - "version": "2.2.0", - "packageName": "unicode-property-aliases-ecmascript", - "hash": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==" - } - }, - "npm:union": { - "type": "npm", - "name": "npm:union", - "data": { - "version": "0.5.0", - "packageName": "union", - "hash": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==" - } - }, - "npm:universalify": { - "type": "npm", - "name": "npm:universalify", - "data": { - "version": "2.0.1", - "packageName": "universalify", - "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" - } - }, - "npm:unpipe": { - "type": "npm", - "name": "npm:unpipe", - "data": { - "version": "1.0.0", - "packageName": "unpipe", - "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" - } - }, - "npm:unrs-resolver": { - "type": "npm", - "name": "npm:unrs-resolver", - "data": { - "version": "1.12.2", - "packageName": "unrs-resolver", - "hash": "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==" - } - }, - "npm:untildify": { - "type": "npm", - "name": "npm:untildify", - "data": { - "version": "4.0.0", - "packageName": "untildify", - "hash": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==" - } - }, - "npm:upath": { - "type": "npm", - "name": "npm:upath", - "data": { - "version": "2.0.1", - "packageName": "upath", - "hash": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==" - } - }, - "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:url-join": { - "type": "npm", - "name": "npm:url-join", - "data": { - "version": "4.0.1", - "packageName": "url-join", - "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" - } - }, - "npm:util-deprecate": { - "type": "npm", - "name": "npm:util-deprecate", - "data": { - "version": "1.0.2", - "packageName": "util-deprecate", - "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - } - }, - "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": "9.0.1", - "packageName": "uuid", - "hash": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" - } - }, - "npm:uuid@11.1.1": { - "type": "npm", - "name": "npm:uuid@11.1.1", - "data": { - "version": "11.1.1", - "packageName": "uuid", - "hash": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==" - } - }, - "npm:uuid@8.3.2": { - "type": "npm", - "name": "npm:uuid@8.3.2", - "data": { - "version": "8.3.2", - "packageName": "uuid", - "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" - } - }, - "npm:v8-compile-cache-lib": { - "type": "npm", - "name": "npm:v8-compile-cache-lib", - "data": { - "version": "3.0.1", - "packageName": "v8-compile-cache-lib", - "hash": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" - } - }, - "npm:v8-to-istanbul": { - "type": "npm", - "name": "npm:v8-to-istanbul", - "data": { - "version": "9.3.0", - "packageName": "v8-to-istanbul", - "hash": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==" - } - }, - "npm:validator": { - "type": "npm", - "name": "npm:validator", - "data": { - "version": "13.15.35", - "packageName": "validator", - "hash": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==" - } - }, - "npm:varint": { - "type": "npm", - "name": "npm:varint", - "data": { - "version": "6.0.0", - "packageName": "varint", - "hash": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==" - } - }, - "npm:vary": { - "type": "npm", - "name": "npm:vary", - "data": { - "version": "1.1.2", - "packageName": "vary", - "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" - } - }, - "npm:verror": { - "type": "npm", - "name": "npm:verror", - "data": { - "version": "1.10.0", - "packageName": "verror", - "hash": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==" - } - }, - "npm:vite-node": { - "type": "npm", - "name": "npm:vite-node", - "data": { - "version": "0.32.4", - "packageName": "vite-node", - "hash": "sha512-L2gIw+dCxO0LK14QnUMoqSYpa9XRGnTTTDjW2h19Mr+GR0EFj4vx52W41gFXfMLqpA00eK4ZjOVYo1Xk//LFEw==" - } - }, - "npm:vite": { - "type": "npm", - "name": "npm:vite", - "data": { - "version": "4.5.14", - "packageName": "vite", - "hash": "sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==" - } - }, - "npm:vitest": { - "type": "npm", - "name": "npm:vitest", - "data": { - "version": "0.32.4", - "packageName": "vitest", - "hash": "sha512-3czFm8RnrsWwIzVDu/Ca48Y/M+qh3vOnF16czJm98Q/AN1y3B6PBsyV8Re91Ty5s7txKNjEhpgtGPcfdbh2MZg==" - } - }, - "npm:w3c-xmlserializer": { - "type": "npm", - "name": "npm:w3c-xmlserializer", - "data": { - "version": "5.0.0", - "packageName": "w3c-xmlserializer", - "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" - } - }, - "npm:walker": { - "type": "npm", - "name": "npm:walker", - "data": { - "version": "1.0.8", - "packageName": "walker", - "hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" - } - }, - "npm:watchpack": { - "type": "npm", - "name": "npm:watchpack", - "data": { - "version": "2.5.1", - "packageName": "watchpack", - "hash": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==" - } - }, - "npm:wbuf": { - "type": "npm", - "name": "npm:wbuf", - "data": { - "version": "1.7.3", - "packageName": "wbuf", - "hash": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==" - } - }, - "npm:wcwidth": { - "type": "npm", - "name": "npm:wcwidth", - "data": { - "version": "1.0.1", - "packageName": "wcwidth", - "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" - } - }, - "npm:webidl-conversions@3.0.1": { - "type": "npm", - "name": "npm:webidl-conversions@3.0.1", - "data": { - "version": "3.0.1", - "packageName": "webidl-conversions", - "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" - } - }, - "npm:webidl-conversions": { - "type": "npm", - "name": "npm:webidl-conversions", - "data": { - "version": "8.0.1", - "packageName": "webidl-conversions", - "hash": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==" - } - }, - "npm:webpack-dev-middleware": { - "type": "npm", - "name": "npm:webpack-dev-middleware", - "data": { - "version": "7.4.5", - "packageName": "webpack-dev-middleware", - "hash": "sha512-uxQ6YqGdE4hgDKNf7hUiPXOdtkXvBJXrfEGYSx7P7LC8hnUYGK70X6xQXUvXeNyBDDcsiQXpG2m3G9vxowaEuA==" - } - }, - "npm:webpack-dev-server": { - "type": "npm", - "name": "npm:webpack-dev-server", - "data": { - "version": "5.2.4", - "packageName": "webpack-dev-server", - "hash": "sha512-GqDPGZN9bRqKBTkp4aWkobDDHMsrXKoGSdOH56smIri8qR0JG8gfL8/v/f/OZR3/OKXjG8uwJbFVhKm/FNU/UA==" - } - }, - "npm:webpack-node-externals": { - "type": "npm", - "name": "npm:webpack-node-externals", - "data": { - "version": "3.0.0", - "packageName": "webpack-node-externals", - "hash": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==" - } - }, - "npm:webpack-sources": { - "type": "npm", - "name": "npm:webpack-sources", - "data": { - "version": "3.5.0", - "packageName": "webpack-sources", - "hash": "sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==" - } - }, - "npm:webpack-subresource-integrity": { - "type": "npm", - "name": "npm:webpack-subresource-integrity", - "data": { - "version": "5.1.0", - "packageName": "webpack-subresource-integrity", - "hash": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==" - } - }, - "npm:webpack@5.97.1": { - "type": "npm", - "name": "npm:webpack@5.97.1", - "data": { - "version": "5.97.1", - "packageName": "webpack", - "hash": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==" - } - }, - "npm:webpack": { - "type": "npm", - "name": "npm:webpack", - "data": { - "version": "5.107.2", - "packageName": "webpack", - "hash": "sha512-v7RhXaJbpMlV0D7hC7lb2EbnxkoeUqf9qhKr6lozx3Q48pmFrqqNRmZFUEGmi7pSwm6fCQ2H1IjvCkHqdpVdjQ==" - } - }, - "npm:websocket-driver": { - "type": "npm", - "name": "npm:websocket-driver", - "data": { - "version": "0.7.4", - "packageName": "websocket-driver", - "hash": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==" - } - }, - "npm:websocket-extensions": { - "type": "npm", - "name": "npm:websocket-extensions", - "data": { - "version": "0.1.4", - "packageName": "websocket-extensions", - "hash": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" - } - }, - "npm:whatwg-encoding": { - "type": "npm", - "name": "npm:whatwg-encoding", - "data": { - "version": "2.0.0", - "packageName": "whatwg-encoding", - "hash": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==" - } - }, - "npm:whatwg-mimetype": { - "type": "npm", - "name": "npm:whatwg-mimetype", - "data": { - "version": "5.0.0", - "packageName": "whatwg-mimetype", - "hash": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==" - } - }, - "npm:whatwg-url": { - "type": "npm", - "name": "npm:whatwg-url", - "data": { - "version": "16.0.1", - "packageName": "whatwg-url", - "hash": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==" - } - }, - "npm:whatwg-url@5.0.0": { - "type": "npm", - "name": "npm:whatwg-url@5.0.0", - "data": { - "version": "5.0.0", - "packageName": "whatwg-url", - "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" - } - }, - "npm:which-boxed-primitive": { - "type": "npm", - "name": "npm:which-boxed-primitive", - "data": { - "version": "1.1.1", - "packageName": "which-boxed-primitive", - "hash": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==" - } - }, - "npm:which-builtin-type": { - "type": "npm", - "name": "npm:which-builtin-type", - "data": { - "version": "1.2.1", - "packageName": "which-builtin-type", - "hash": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==" - } - }, - "npm:which-collection": { - "type": "npm", - "name": "npm:which-collection", - "data": { - "version": "1.0.2", - "packageName": "which-collection", - "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" - } - }, - "npm:which-typed-array": { - "type": "npm", - "name": "npm:which-typed-array", - "data": { - "version": "1.1.21", - "packageName": "which-typed-array", - "hash": "sha512-zbRA8cVm6io/d5W8uIe2hblzN76/Wm3v/yiythQvr+dpBWeqhPSWIDNj4zOyHi4zKbMK6DN34Xsr9jPHJERAEw==" - } - }, - "npm:which@1.3.1": { - "type": "npm", - "name": "npm:which@1.3.1", - "data": { - "version": "1.3.1", - "packageName": "which", - "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" - } - }, - "npm:which": { - "type": "npm", - "name": "npm:which", - "data": { - "version": "2.0.2", - "packageName": "which", - "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" - } - }, - "npm:why-is-node-running": { - "type": "npm", - "name": "npm:why-is-node-running", - "data": { - "version": "2.3.0", - "packageName": "why-is-node-running", - "hash": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==" - } - }, - "npm:word-wrap": { - "type": "npm", - "name": "npm:word-wrap", - "data": { - "version": "1.2.5", - "packageName": "word-wrap", - "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" - } - }, - "npm:wordwrap": { - "type": "npm", - "name": "npm:wordwrap", - "data": { - "version": "1.0.0", - "packageName": "wordwrap", - "hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==" - } - }, - "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: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": { - "type": "npm", - "name": "npm:wrap-ansi", - "data": { - "version": "6.2.0", - "packageName": "wrap-ansi", - "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" - } - }, - "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:wrappy": { - "type": "npm", - "name": "npm:wrappy", - "data": { - "version": "1.0.2", - "packageName": "wrappy", - "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - } - }, - "npm:write-file-atomic": { - "type": "npm", - "name": "npm:write-file-atomic", - "data": { - "version": "5.0.1", - "packageName": "write-file-atomic", - "hash": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==" - } - }, - "npm:ws": { - "type": "npm", - "name": "npm:ws", - "data": { - "version": "8.21.0", - "packageName": "ws", - "hash": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==" - } - }, - "npm:wsl-utils": { - "type": "npm", - "name": "npm:wsl-utils", - "data": { - "version": "0.1.0", - "packageName": "wsl-utils", - "hash": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==" - } - }, - "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:xml-naming": { - "type": "npm", - "name": "npm:xml-naming", - "data": { - "version": "0.1.0", - "packageName": "xml-naming", - "hash": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==" - } - }, - "npm:xmlchars": { - "type": "npm", - "name": "npm:xmlchars", - "data": { - "version": "2.2.0", - "packageName": "xmlchars", - "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" - } - }, - "npm:xtend": { - "type": "npm", - "name": "npm:xtend", - "data": { - "version": "4.0.2", - "packageName": "xtend", - "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - } - }, - "npm:y18n": { - "type": "npm", - "name": "npm:y18n", - "data": { - "version": "5.0.8", - "packageName": "y18n", - "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" - } - }, - "npm:yallist@3.1.1": { - "type": "npm", - "name": "npm:yallist@3.1.1", - "data": { - "version": "3.1.1", - "packageName": "yallist", - "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - }, - "npm:yallist": { - "type": "npm", - "name": "npm:yallist", - "data": { - "version": "4.0.0", - "packageName": "yallist", - "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - }, - "npm:yaml": { - "type": "npm", - "name": "npm:yaml", - "data": { - "version": "2.9.0", - "packageName": "yaml", - "hash": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==" - } - }, - "npm:yaml@1.10.3": { - "type": "npm", - "name": "npm:yaml@1.10.3", - "data": { - "version": "1.10.3", - "packageName": "yaml", - "hash": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==" - } - }, - "npm:yargs-parser": { - "type": "npm", - "name": "npm:yargs-parser", - "data": { - "version": "21.1.1", - "packageName": "yargs-parser", - "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" - } - }, - "npm:yargs-parser@22.0.0": { - "type": "npm", - "name": "npm:yargs-parser@22.0.0", - "data": { - "version": "22.0.0", - "packageName": "yargs-parser", - "hash": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==" - } - }, - "npm:yargs": { - "type": "npm", - "name": "npm:yargs", - "data": { - "version": "17.7.2", - "packageName": "yargs", - "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" - } - }, - "npm:yauzl": { - "type": "npm", - "name": "npm:yauzl", - "data": { - "version": "3.3.2", - "packageName": "yauzl", - "hash": "sha512-Md9ankxxN23wncAN8s7+Tn3Co52zLUPMtnrLAbVCnfG5d2tKBFfmygYSgXlqFgXObtzIgqkx7aNgDBpso9+4qA==" - } - }, - "npm:yn": { - "type": "npm", - "name": "npm:yn", - "data": { - "version": "3.1.1", - "packageName": "yn", - "hash": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" - } - }, - "npm:yocto-queue": { - "type": "npm", - "name": "npm:yocto-queue", - "data": { - "version": "0.1.0", - "packageName": "yocto-queue", - "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" - } - }, - "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==" - } - } - }, - "dependencies": { - "frontend": [ - { - "source": "frontend", - "target": "npm:axios", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:@testing-library/react", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:react", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:react-router-dom", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:react-dom", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:vite", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:@vitejs/plugin-react", - "type": "static" - }, - { - "source": "frontend", - "target": "npm:@nx/vite", - "type": "static" - } - ], - "backend": [ - { - "source": "backend", - "target": "npm:@nestjs/testing", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nestjs/common", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nestjs/typeorm", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nestjs/config", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nestjs/passport", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nestjs/swagger", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@aws-sdk/client-cognito-identity-provider", - "type": "static" - }, - { - "source": "backend", - "target": "npm:class-validator", - "type": "static" - }, - { - "source": "backend", - "target": "npm:jwks-rsa", - "type": "static" - }, - { - "source": "backend", - "target": "npm:passport-jwt", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@aws-sdk/client-sesv2", - "type": "static" - }, - { - "source": "backend", - "target": "npm:nodemailer", - "type": "static" - }, - { - "source": "backend", - "target": "npm:class-transformer", - "type": "static" - }, - { - "source": "backend", - "target": "npm:bottleneck", - "type": "static" - }, - { - "source": "backend", - "target": "npm:typeorm", - "type": "static" - }, - { - "source": "backend", - "target": "npm:dotenv", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nestjs/core", - "type": "static" - }, - { - "source": "backend", - "target": "npm:@nx/webpack", - "type": "static" - } - ], - "npm:@angular-devkit/core": [ - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv@8.12.0", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:jsonc-parser@3.2.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:picomatch@4.0.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:rxjs@7.8.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core", - "target": "npm:source-map@0.7.4", - "type": "static" - } - ], - "npm:@angular-devkit/core@19.2.24": [ - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:ajv@8.18.0", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:ajv-formats@3.0.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:rxjs@7.8.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/core@19.2.24", - "target": "npm:source-map@0.7.4", - "type": "static" - } - ], - "npm:@angular-devkit/schematics-cli": [ - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:inquirer@9.2.15", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:symbol-observable", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics-cli", - "target": "npm:yargs-parser", - "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@3.2.1", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:magic-string@0.30.8", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics", - "target": "npm:rxjs@7.8.1", - "type": "static" - } - ], - "npm:@angular-devkit/schematics@19.2.24": [ - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:@angular-devkit/core@19.2.24", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:magic-string@0.30.17", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@angular-devkit/schematics@19.2.24", - "target": "npm:rxjs@7.8.1", - "type": "static" - } - ], - "npm:@asamuzakjp/css-color": [ - { - "source": "npm:@asamuzakjp/css-color", - "target": "npm:@asamuzakjp/generational-cache", - "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" - } - ], - "npm:@asamuzakjp/dom-selector": [ - { - "source": "npm:@asamuzakjp/dom-selector", - "target": "npm:@asamuzakjp/generational-cache", - "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" - } - ], - "npm:@aws-crypto/crc32": [ - { - "source": "npm:@aws-crypto/crc32", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/crc32", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/crc32", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-crypto/sha256-browser": [ - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-crypto/supports-web-crypto", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@aws-sdk/util-locate-window", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:@smithy/util-utf8", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-browser", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-crypto/sha256-js@1.2.2": [ - { - "source": "npm:@aws-crypto/sha256-js@1.2.2", - "target": "npm:@aws-crypto/util@1.2.2", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js@1.2.2", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js@1.2.2", - "target": "npm:tslib@1.14.1", - "type": "static" - } - ], - "npm:@aws-crypto/sha256-js": [ - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:@aws-crypto/util", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/sha256-js", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-crypto/supports-web-crypto": [ - { - "source": "npm:@aws-crypto/supports-web-crypto", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-crypto/util@1.2.2": [ - { - "source": "npm:@aws-crypto/util@1.2.2", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util@1.2.2", - "target": "npm:@aws-sdk/util-utf8-browser", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util@1.2.2", - "target": "npm:tslib@1.14.1", - "type": "static" - } - ], - "npm:@aws-crypto/util": [ - { - "source": "npm:@aws-crypto/util", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util", - "target": "npm:@smithy/util-utf8", - "type": "static" - }, - { - "source": "npm:@aws-crypto/util", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/client-cognito-identity-provider": [ - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-crypto/sha256-browser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-sdk/credential-provider-node", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-cognito-identity-provider", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/client-sesv2": [ - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-crypto/sha256-browser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/credential-provider-node", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/signature-v4-multi-region", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/client-sesv2", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/core": [ - { - "source": "npm:@aws-sdk/core", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@aws-sdk/xml-builder", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@aws/lambda-invoke-store", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@smithy/signature-v4", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:bowser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/core", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-env": [ - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-env", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-http": [ - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-http", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-ini": [ - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-env", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-http", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-login", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-process", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-sso", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/credential-provider-web-identity", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@smithy/credential-provider-imds", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-ini", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-login": [ - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-login", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-node": [ - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-env", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-http", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-ini", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-process", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-sso", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/credential-provider-web-identity", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@smithy/credential-provider-imds", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-node", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-process": [ - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-process", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-sso": [ - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/token-providers", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-sso", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/credential-provider-web-identity": [ - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/credential-provider-web-identity", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/nested-clients": [ - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-crypto/sha256-browser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-crypto/sha256-js", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-sdk/signature-v4-multi-region", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/fetch-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/node-http-handler", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/nested-clients", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/signature-v4-multi-region": [ - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:@smithy/signature-v4", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/signature-v4-multi-region", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/token-providers": [ - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@aws-sdk/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@aws-sdk/nested-clients", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@aws-sdk/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/token-providers", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/types": [ - { - "source": "npm:@aws-sdk/types", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/types", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/util-locate-window": [ - { - "source": "npm:@aws-sdk/util-locate-window", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/util-utf8-browser": [ - { - "source": "npm:@aws-sdk/util-utf8-browser", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@aws-sdk/xml-builder": [ - { - "source": "npm:@aws-sdk/xml-builder", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@aws-sdk/xml-builder", - "target": "npm:fast-xml-parser", - "type": "static" - }, - { - "source": "npm:@aws-sdk/xml-builder", - "target": "npm:tslib", - "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", - "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@5.1.1", - "type": "static" - }, - { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/helper-create-class-features-plugin": [ - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-member-expression-to-functions", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-optimise-call-expression", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-replace-supers", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/helper-create-regexp-features-plugin": [ - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:regexpu-core", - "type": "static" - }, - { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/helper-define-polyfill-provider": [ - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:lodash.debounce", - "type": "static" - }, - { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:@babel/helper-member-expression-to-functions": [ - { - "source": "npm:@babel/helper-member-expression-to-functions", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-member-expression-to-functions", - "target": "npm:@babel/types", - "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/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-optimise-call-expression": [ - { - "source": "npm:@babel/helper-optimise-call-expression", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/helper-remap-async-to-generator": [ - { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-wrap-function", - "type": "static" - }, - { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/helper-replace-supers": [ - { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-member-expression-to-functions", - "type": "static" - }, - { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-optimise-call-expression", - "type": "static" - }, - { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/helper-skip-transparent-expression-wrappers": [ - { - "source": "npm:@babel/helper-skip-transparent-expression-wrappers", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-skip-transparent-expression-wrappers", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/helper-wrap-function": [ - { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/template", - "type": "static" - }, - { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/traverse", - "type": "static" - }, - { - "source": "npm:@babel/helper-wrap-function", - "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/plugin-bugfix-firefox-class-in-computed-class-key": [ - { - "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": [ - { - "source": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - { - "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": [ - { - "source": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - } - ], - "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/plugin-transform-optional-chaining", - "type": "static" - } - ], - "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ - { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-proposal-decorators": [ - { - "source": "npm:@babel/plugin-proposal-decorators", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-proposal-decorators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-proposal-decorators", - "target": "npm:@babel/plugin-syntax-decorators", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-async-generators": [ - { - "source": "npm:@babel/plugin-syntax-async-generators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-bigint": [ - { - "source": "npm:@babel/plugin-syntax-bigint", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-class-properties": [ - { - "source": "npm:@babel/plugin-syntax-class-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-class-static-block": [ - { - "source": "npm:@babel/plugin-syntax-class-static-block", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-decorators": [ - { - "source": "npm:@babel/plugin-syntax-decorators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-import-assertions": [ - { - "source": "npm:@babel/plugin-syntax-import-assertions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-import-attributes": [ - { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-import-meta": [ - { - "source": "npm:@babel/plugin-syntax-import-meta", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-json-strings": [ - { - "source": "npm:@babel/plugin-syntax-json-strings", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-jsx": [ - { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-logical-assignment-operators": [ - { - "source": "npm:@babel/plugin-syntax-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-nullish-coalescing-operator": [ - { - "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-numeric-separator": [ - { - "source": "npm:@babel/plugin-syntax-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-object-rest-spread": [ - { - "source": "npm:@babel/plugin-syntax-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-optional-catch-binding": [ - { - "source": "npm:@babel/plugin-syntax-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-optional-chaining": [ - { - "source": "npm:@babel/plugin-syntax-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-private-property-in-object": [ - { - "source": "npm:@babel/plugin-syntax-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-top-level-await": [ - { - "source": "npm:@babel/plugin-syntax-top-level-await", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-typescript": [ - { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-syntax-unicode-sets-regex": [ - { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-arrow-functions": [ - { - "source": "npm:@babel/plugin-transform-arrow-functions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-async-generator-functions": [ - { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-remap-async-to-generator", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-transform-async-to-generator": [ - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-remap-async-to-generator", - "type": "static" - } - ], - "npm:@babel/plugin-transform-block-scoped-functions": [ - { - "source": "npm:@babel/plugin-transform-block-scoped-functions", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-block-scoping": [ - { - "source": "npm:@babel/plugin-transform-block-scoping", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-class-properties": [ - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-class-static-block": [ - { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-classes": [ - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-globals", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-replace-supers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-transform-computed-properties": [ - { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/template", - "type": "static" - } - ], - "npm:@babel/plugin-transform-destructuring": [ - { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-transform-dotall-regex": [ - { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-duplicate-keys": [ - { - "source": "npm:@babel/plugin-transform-duplicate-keys", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": [ - { - "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-dynamic-import": [ - { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-explicit-resource-management": [ - { - "source": "npm:@babel/plugin-transform-explicit-resource-management", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-explicit-resource-management", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - } - ], - "npm:@babel/plugin-transform-exponentiation-operator": [ - { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-export-namespace-from": [ - { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-for-of": [ - { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - } - ], - "npm:@babel/plugin-transform-function-name": [ - { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-transform-json-strings": [ - { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-literals": [ - { - "source": "npm:@babel/plugin-transform-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-logical-assignment-operators": [ - { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-member-expression-literals": [ - { - "source": "npm:@babel/plugin-transform-member-expression-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-amd": [ - { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-commonjs": [ - { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-systemjs": [ - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-validator-identifier", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-umd": [ - { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-module-transforms", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-named-capturing-groups-regex": [ - { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-new-target": [ - { - "source": "npm:@babel/plugin-transform-new-target", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-nullish-coalescing-operator": [ - { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-numeric-separator": [ - { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-object-rest-spread": [ - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-transform-parameters", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:@babel/plugin-transform-object-super": [ - { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-replace-supers", - "type": "static" - } - ], - "npm:@babel/plugin-transform-optional-catch-binding": [ - { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-optional-chaining": [ - { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - } - ], - "npm:@babel/plugin-transform-parameters": [ - { - "source": "npm:@babel/plugin-transform-parameters", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-private-methods": [ - { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-private-property-in-object": [ - { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-property-literals": [ - { - "source": "npm:@babel/plugin-transform-property-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-constant-elements": [ - { - "source": "npm:@babel/plugin-transform-react-constant-elements", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-display-name": [ - { - "source": "npm:@babel/plugin-transform-react-display-name", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-jsx-development": [ - { - "source": "npm:@babel/plugin-transform-react-jsx-development", - "target": "npm:@babel/plugin-transform-react-jsx", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-jsx-self": [ - { - "source": "npm:@babel/plugin-transform-react-jsx-self", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-jsx-source": [ - { - "source": "npm:@babel/plugin-transform-react-jsx-source", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-jsx": [ - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@babel/plugin-transform-react-pure-annotations": [ - { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-regenerator": [ - { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-regexp-modifiers": [ - { - "source": "npm:@babel/plugin-transform-regexp-modifiers", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-regexp-modifiers", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-reserved-words": [ - { - "source": "npm:@babel/plugin-transform-reserved-words", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-runtime": [ - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:babel-plugin-polyfill-corejs2", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:babel-plugin-polyfill-corejs3", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:babel-plugin-polyfill-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-runtime", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/plugin-transform-shorthand-properties": [ - { - "source": "npm:@babel/plugin-transform-shorthand-properties", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-spread": [ - { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - } - ], - "npm:@babel/plugin-transform-sticky-regex": [ - { - "source": "npm:@babel/plugin-transform-sticky-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-template-literals": [ - { - "source": "npm:@babel/plugin-transform-template-literals", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-typeof-symbol": [ - { - "source": "npm:@babel/plugin-transform-typeof-symbol", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-typescript": [ - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-annotate-as-pure", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-create-class-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/plugin-syntax-typescript", - "type": "static" - } - ], - "npm:@babel/plugin-transform-unicode-escapes": [ - { - "source": "npm:@babel/plugin-transform-unicode-escapes", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-unicode-property-regex": [ - { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-unicode-regex": [ - { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-unicode-sets-regex": [ - { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/preset-env": [ - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-compilation-targets", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-rest-destructuring-rhs-array", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-proposal-private-property-in-object", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-assertions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-attributes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-unicode-sets-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-arrow-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-generator-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-to-generator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoped-functions", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoping", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-static-block", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-classes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-computed-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-destructuring", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dotall-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-keys", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dynamic-import", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-explicit-resource-management", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-exponentiation-operator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-export-namespace-from", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-for-of", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-function-name", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-json-strings", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-logical-assignment-operators", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-member-expression-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-amd", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-commonjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-systemjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-umd", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-new-target", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-numeric-separator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-rest-spread", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-super", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-catch-binding", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-chaining", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-parameters", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-methods", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-property-in-object", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-property-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regexp-modifiers", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-reserved-words", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-shorthand-properties", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-spread", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-sticky-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-template-literals", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-typeof-symbol", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-escapes", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-property-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-sets-regex", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/preset-modules", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs2", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-regenerator", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:core-js-compat", - "type": "static" - }, - { - "source": "npm:@babel/preset-env", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:@babel/preset-modules": [ - { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@babel/preset-modules", - "target": "npm:esutils", - "type": "static" - } - ], - "npm:@babel/preset-react": [ - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-display-name", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx-development", - "type": "static" - }, - { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-pure-annotations", - "type": "static" - } - ], - "npm:@babel/preset-typescript": [ - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-validator-option", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-modules-commonjs", - "type": "static" - }, - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-typescript", - "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:@bramus/specificity": [ - { - "source": "npm:@bramus/specificity", - "target": "npm:css-tree", - "type": "static" - } - ], - "npm:@cspotcode/source-map-support": [ - { - "source": "npm:@cspotcode/source-map-support", - "target": "npm:@jridgewell/trace-mapping@0.3.9", - "type": "static" - } - ], - "npm:@csstools/css-color-parser": [ - { - "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:@cypress/request": [ - { - "source": "npm:@cypress/request", - "target": "npm:aws-sign2", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:aws4", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:caseless", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:extend", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:forever-agent", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:http-signature", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:is-typedarray", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:isstream", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:json-stringify-safe", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:performance-now", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:tough-cookie@5.1.2", - "type": "static" - }, - { - "source": "npm:@cypress/request", - "target": "npm:tunnel-agent", - "type": "static" - } - ], - "npm:@cypress/xvfb": [ - { - "source": "npm:@cypress/xvfb", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:@cypress/xvfb", - "target": "npm:lodash.once", - "type": "static" - } - ], - "npm:@emnapi/core": [ - { - "source": "npm:@emnapi/core", - "target": "npm:@emnapi/wasi-threads@1.2.1", - "type": "static" - }, - { - "source": "npm:@emnapi/core", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/core@1.4.5": [ - { - "source": "npm:@emnapi/core@1.4.5", - "target": "npm:@emnapi/wasi-threads", - "type": "static" - }, - { - "source": "npm:@emnapi/core@1.4.5", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/runtime": [ - { - "source": "npm:@emnapi/runtime", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/runtime@1.4.5": [ - { - "source": "npm:@emnapi/runtime@1.4.5", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/wasi-threads": [ - { - "source": "npm:@emnapi/wasi-threads", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@emnapi/wasi-threads@1.2.1": [ - { - "source": "npm:@emnapi/wasi-threads@1.2.1", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@eslint-community/eslint-utils": [ - { - "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@10.2.5", - "type": "static" - } - ], - "npm:@eslint/eslintrc@2.1.4": [ - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:espree", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:globals", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc@2.1.4", - "target": "npm:strip-json-comments", - "type": "static" - } - ], - "npm:@eslint/eslintrc": [ - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:espree@10.4.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:globals@14.0.0", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:@eslint/eslintrc", - "target": "npm:strip-json-comments", - "type": "static" - } - ], - "npm:@humanwhocodes/config-array": [ - { - "source": "npm:@humanwhocodes/config-array", - "target": "npm:@humanwhocodes/object-schema", - "type": "static" - }, - { - "source": "npm:@humanwhocodes/config-array", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@humanwhocodes/config-array", - "target": "npm:minimatch", - "type": "static" - } - ], - "npm:@isaacs/cliui": [ - { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width@5.1.2", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width-cjs", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi-cjs", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi@8.1.0", - "type": "static" - }, - { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi-cjs", - "type": "static" - } - ], - "npm:@istanbuljs/load-nyc-config": [ - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:camelcase@5.3.1", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:find-up", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:get-package-type", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:js-yaml@3.14.2", - "type": "static" - }, - { - "source": "npm:@istanbuljs/load-nyc-config", - "target": "npm:resolve-from", - "type": "static" - } - ], - "npm:@jest/console": [ - { - "source": "npm:@jest/console", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/console", - "target": "npm:slash", - "type": "static" - } - ], - "npm:@jest/core": [ - { - "source": "npm:@jest/core", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/reporters", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-changed-files", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-config", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-resolve-dependencies", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-runner", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-runtime", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:jest-watcher", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:@jest/core", - "target": "npm:slash", - "type": "static" - } - ], - "npm:@jest/environment": [ - { - "source": "npm:@jest/environment", - "target": "npm:@jest/fake-timers", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/environment", - "target": "npm:jest-mock", - "type": "static" - } - ], - "npm:@jest/expect-utils": [ - { - "source": "npm:@jest/expect-utils", - "target": "npm:@jest/get-type", - "type": "static" - } - ], - "npm:@jest/expect": [ - { - "source": "npm:@jest/expect", - "target": "npm:expect", - "type": "static" - }, - { - "source": "npm:@jest/expect", - "target": "npm:jest-snapshot", - "type": "static" - } - ], - "npm:@jest/fake-timers": [ - { - "source": "npm:@jest/fake-timers", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:@sinonjs/fake-timers", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:@jest/fake-timers", - "target": "npm:jest-util", - "type": "static" - } - ], - "npm:@jest/globals": [ - { - "source": "npm:@jest/globals", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:@jest/expect", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/globals", - "target": "npm:jest-mock", - "type": "static" - } - ], - "npm:@jest/pattern": [ - { - "source": "npm:@jest/pattern", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/pattern", - "target": "npm:jest-regex-util", - "type": "static" - } - ], - "npm:@jest/reporters": [ - { - "source": "npm:@jest/reporters", - "target": "npm:@bcoe/v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-report", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-lib-source-maps", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:istanbul-reports", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:string-length", - "type": "static" - }, - { - "source": "npm:@jest/reporters", - "target": "npm:v8-to-istanbul", - "type": "static" - } - ], - "npm:@jest/schemas": [ - { - "source": "npm:@jest/schemas", - "target": "npm:@sinclair/typebox", - "type": "static" - } - ], - "npm:@jest/schemas@29.6.3": [ - { - "source": "npm:@jest/schemas@29.6.3", - "target": "npm:@sinclair/typebox@0.27.10", - "type": "static" - } - ], - "npm:@jest/snapshot-utils": [ - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/snapshot-utils", - "target": "npm:natural-compare", - "type": "static" - } - ], - "npm:@jest/source-map": [ - { - "source": "npm:@jest/source-map", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/source-map", - "target": "npm:callsites", - "type": "static" - }, - { - "source": "npm:@jest/source-map", - "target": "npm:graceful-fs", - "type": "static" - } - ], - "npm:@jest/test-result": [ - { - "source": "npm:@jest/test-result", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/test-result", - "target": "npm:collect-v8-coverage", - "type": "static" - } - ], - "npm:@jest/test-sequencer": [ - { - "source": "npm:@jest/test-sequencer", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:@jest/test-sequencer", - "target": "npm:slash", - "type": "static" - } - ], - "npm:@jest/transform": [ - { - "source": "npm:@jest/transform", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:babel-plugin-istanbul", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:convert-source-map", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:pirates", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:@jest/transform", - "target": "npm:write-file-atomic", - "type": "static" - } - ], - "npm:@jest/types": [ - { - "source": "npm:@jest/types", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@jest/schemas", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/istanbul-reports", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:@types/yargs", - "type": "static" - }, - { - "source": "npm:@jest/types", - "target": "npm:chalk", - "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/source-map": [ - { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/gen-mapping", - "type": "static" - }, - { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - } - ], - "npm:@jridgewell/trace-mapping@0.3.9": [ - { - "source": "npm:@jridgewell/trace-mapping@0.3.9", - "target": "npm:@jridgewell/resolve-uri", - "type": "static" - }, - { - "source": "npm:@jridgewell/trace-mapping@0.3.9", - "target": "npm:@jridgewell/sourcemap-codec", - "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:@jsonjoy.com/fs-core": [ - { - "source": "npm:@jsonjoy.com/fs-core", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-core", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-core", - "target": "npm:thingies", - "type": "static" - } - ], - "npm:@jsonjoy.com/fs-fsa": [ - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:@jsonjoy.com/fs-core", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-fsa", - "target": "npm:thingies", - "type": "static" - } - ], - "npm:@jsonjoy.com/fs-node-to-fsa": [ - { - "source": "npm:@jsonjoy.com/fs-node-to-fsa", - "target": "npm:@jsonjoy.com/fs-fsa", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node-to-fsa", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node-to-fsa", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - } - ], - "npm:@jsonjoy.com/fs-node-utils": [ - { - "source": "npm:@jsonjoy.com/fs-node-utils", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - } - ], - "npm:@jsonjoy.com/fs-node": [ - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-core", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-print", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:@jsonjoy.com/fs-snapshot", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:glob-to-regex.js", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-node", - "target": "npm:thingies", - "type": "static" - } - ], - "npm:@jsonjoy.com/fs-print": [ - { - "source": "npm:@jsonjoy.com/fs-print", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-print", - "target": "npm:tree-dump", - "type": "static" - } - ], - "npm:@jsonjoy.com/fs-snapshot": [ - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/json-pack@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/fs-snapshot", - "target": "npm:@jsonjoy.com/util@17.67.0", - "type": "static" - } - ], - "npm:@jsonjoy.com/json-pack": [ - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/base64", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/buffers@1.2.1", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/codegen", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/json-pointer", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:@jsonjoy.com/util", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:hyperdyperid", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack", - "target": "npm:tree-dump", - "type": "static" - } - ], - "npm:@jsonjoy.com/json-pack@17.67.0": [ - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/base64@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/codegen@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/json-pointer@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:@jsonjoy.com/util@17.67.0", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:hyperdyperid", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pack@17.67.0", - "target": "npm:tree-dump", - "type": "static" - } - ], - "npm:@jsonjoy.com/json-pointer@17.67.0": [ - { - "source": "npm:@jsonjoy.com/json-pointer@17.67.0", - "target": "npm:@jsonjoy.com/util@17.67.0", - "type": "static" - } - ], - "npm:@jsonjoy.com/json-pointer": [ - { - "source": "npm:@jsonjoy.com/json-pointer", - "target": "npm:@jsonjoy.com/codegen", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/json-pointer", - "target": "npm:@jsonjoy.com/util", - "type": "static" - } - ], - "npm:@jsonjoy.com/util@17.67.0": [ - { - "source": "npm:@jsonjoy.com/util@17.67.0", - "target": "npm:@jsonjoy.com/buffers", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util@17.67.0", - "target": "npm:@jsonjoy.com/codegen@17.67.0", - "type": "static" - } - ], - "npm:@jsonjoy.com/util": [ - { - "source": "npm:@jsonjoy.com/util", - "target": "npm:@jsonjoy.com/buffers@1.2.1", - "type": "static" - }, - { - "source": "npm:@jsonjoy.com/util", - "target": "npm:@jsonjoy.com/codegen", - "type": "static" - } - ], - "npm:@ljharb/through": [ - { - "source": "npm:@ljharb/through", - "target": "npm:call-bind", - "type": "static" - } - ], - "npm:@module-federation/bridge-react-webpack-plugin": [ - { - "source": "npm:@module-federation/bridge-react-webpack-plugin", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/bridge-react-webpack-plugin", - "target": "npm:@types/semver@7.5.8", - "type": "static" - }, - { - "source": "npm:@module-federation/bridge-react-webpack-plugin", - "target": "npm:semver@7.6.3", - "type": "static" - } - ], - "npm:@module-federation/cli": [ - { - "source": "npm:@module-federation/cli", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:@module-federation/cli", - "target": "npm:jiti@2.4.2", - "type": "static" - } - ], - "npm:@module-federation/dts-plugin": [ - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:@module-federation/third-party-dts-extractor", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:adm-zip", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:isomorphic-ws", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:node-schedule", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:undici@7.24.7", - "type": "static" - }, - { - "source": "npm:@module-federation/dts-plugin", - "target": "npm:ws", - "type": "static" - } - ], - "npm:@module-federation/enhanced": [ - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/bridge-react-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/cli", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/inject-external-runtime-core-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/manifest", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/rspack", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/runtime-tools", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:@module-federation/webpack-bundler-runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:schema-utils@4.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:tapable@2.3.0", - "type": "static" - }, - { - "source": "npm:@module-federation/enhanced", - "target": "npm:upath", - "type": "static" - } - ], - "npm:@module-federation/managers": [ - { - "source": "npm:@module-federation/managers", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/managers", - "target": "npm:find-pkg", - "type": "static" - } - ], - "npm:@module-federation/manifest": [ - { - "source": "npm:@module-federation/manifest", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/manifest", - "target": "npm:find-pkg", - "type": "static" - } - ], - "npm:@module-federation/node": [ - { - "source": "npm:@module-federation/node", - "target": "npm:@module-federation/enhanced", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:@module-federation/runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:encoding", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:@module-federation/node", - "target": "npm:tapable@2.3.0", - "type": "static" - } - ], - "npm:@module-federation/rspack": [ - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/bridge-react-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/dts-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/inject-external-runtime-core-plugin", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/managers", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/manifest", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/runtime-tools", - "type": "static" - }, - { - "source": "npm:@module-federation/rspack", - "target": "npm:@module-federation/sdk", - "type": "static" - } - ], - "npm:@module-federation/runtime-core@0.21.6": [ - { - "source": "npm:@module-federation/runtime-core@0.21.6", - "target": "npm:@module-federation/error-codes@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-core@0.21.6", - "target": "npm:@module-federation/sdk@0.21.6", - "type": "static" - } - ], - "npm:@module-federation/runtime-core": [ - { - "source": "npm:@module-federation/runtime-core", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-core", - "target": "npm:@module-federation/sdk", - "type": "static" - } - ], - "npm:@module-federation/runtime-tools@0.21.6": [ - { - "source": "npm:@module-federation/runtime-tools@0.21.6", - "target": "npm:@module-federation/runtime@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-tools@0.21.6", - "target": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "type": "static" - } - ], - "npm:@module-federation/runtime-tools": [ - { - "source": "npm:@module-federation/runtime-tools", - "target": "npm:@module-federation/runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime-tools", - "target": "npm:@module-federation/webpack-bundler-runtime", - "type": "static" - } - ], - "npm:@module-federation/runtime@0.21.6": [ - { - "source": "npm:@module-federation/runtime@0.21.6", - "target": "npm:@module-federation/error-codes@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime@0.21.6", - "target": "npm:@module-federation/runtime-core@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime@0.21.6", - "target": "npm:@module-federation/sdk@0.21.6", - "type": "static" - } - ], - "npm:@module-federation/runtime": [ - { - "source": "npm:@module-federation/runtime", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime", - "target": "npm:@module-federation/runtime-core", - "type": "static" - }, - { - "source": "npm:@module-federation/runtime", - "target": "npm:@module-federation/sdk", - "type": "static" - } - ], - "npm:@module-federation/third-party-dts-extractor": [ - { - "source": "npm:@module-federation/third-party-dts-extractor", - "target": "npm:find-pkg", - "type": "static" - }, - { - "source": "npm:@module-federation/third-party-dts-extractor", - "target": "npm:resolve@1.22.8", - "type": "static" - } - ], - "npm:@module-federation/webpack-bundler-runtime@0.21.6": [ - { - "source": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "target": "npm:@module-federation/runtime@0.21.6", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime@0.21.6", - "target": "npm:@module-federation/sdk@0.21.6", - "type": "static" - } - ], - "npm:@module-federation/webpack-bundler-runtime": [ - { - "source": "npm:@module-federation/webpack-bundler-runtime", - "target": "npm:@module-federation/error-codes", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime", - "target": "npm:@module-federation/runtime", - "type": "static" - }, - { - "source": "npm:@module-federation/webpack-bundler-runtime", - "target": "npm:@module-federation/sdk", - "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@0.9.0", - "type": "static" - } - ], - "npm:@napi-rs/wasm-runtime@1.0.7": [ - { - "source": "npm:@napi-rs/wasm-runtime@1.0.7", - "target": "npm:@emnapi/core", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime@1.0.7", - "target": "npm:@emnapi/runtime", - "type": "static" - }, - { - "source": "npm:@napi-rs/wasm-runtime@1.0.7", - "target": "npm:@tybys/wasm-util@0.10.2", - "type": "static" - } - ], - "npm:@napi-rs/wasm-runtime@1.1.4": [ - { - "source": "npm:@napi-rs/wasm-runtime@1.1.4", - "target": "npm:@tybys/wasm-util@0.10.2", - "type": "static" - } - ], - "npm:@nestjs/cli": [ - { - "source": "npm:@nestjs/cli", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@angular-devkit/schematics-cli", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:@nestjs/schematics@10.2.3", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:cli-table3@0.6.5", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:commander@4.1.1", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:glob@10.4.5", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:inquirer", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:node-emoji", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:tsconfig-paths-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:typescript@5.7.2", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:webpack@5.97.1", - "type": "static" - }, - { - "source": "npm:@nestjs/cli", - "target": "npm:webpack-node-externals", - "type": "static" - } - ], - "npm:@nestjs/common": [ - { - "source": "npm:@nestjs/common", - "target": "npm:uid", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:file-type", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:iterare", - "type": "static" - }, - { - "source": "npm:@nestjs/common", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nestjs/config": [ - { - "source": "npm:@nestjs/config", - "target": "npm:dotenv@17.4.1", - "type": "static" - }, - { - "source": "npm:@nestjs/config", - "target": "npm:dotenv-expand", - "type": "static" - }, - { - "source": "npm:@nestjs/config", - "target": "npm:lodash", - "type": "static" - } - ], - "npm:@nestjs/core": [ - { - "source": "npm:@nestjs/core", - "target": "npm:uid", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:@nuxtjs/opencollective", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:fast-safe-stringify", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:iterare", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:path-to-regexp", - "type": "static" - }, - { - "source": "npm:@nestjs/core", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nestjs/platform-express": [ - { - "source": "npm:@nestjs/platform-express", - "target": "npm:cors", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:express@5.2.1", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:multer", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:path-to-regexp@8.4.2", - "type": "static" - }, - { - "source": "npm:@nestjs/platform-express", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nestjs/schematics@10.2.3": [ - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:@angular-devkit/core", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:@angular-devkit/schematics", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:comment-json@4.2.5", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics@10.2.3", - "target": "npm:pluralize", - "type": "static" - } - ], - "npm:@nestjs/schematics": [ - { - "source": "npm:@nestjs/schematics", - "target": "npm:@angular-devkit/core@19.2.24", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:@angular-devkit/schematics@19.2.24", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:comment-json", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:jsonc-parser", - "type": "static" - }, - { - "source": "npm:@nestjs/schematics", - "target": "npm:pluralize", - "type": "static" - } - ], - "npm:@nestjs/swagger": [ - { - "source": "npm:@nestjs/swagger", - "target": "npm:@microsoft/tsdoc", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:@nestjs/mapped-types", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:js-yaml@4.1.0", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:lodash@4.17.21", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:path-to-regexp", - "type": "static" - }, - { - "source": "npm:@nestjs/swagger", - "target": "npm:swagger-ui-dist", - "type": "static" - } - ], - "npm:@nestjs/testing": [ - { - "source": "npm:@nestjs/testing", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nestjs/typeorm": [ - { - "source": "npm:@nestjs/typeorm", - "target": "npm:uuid", - "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:@nrwl/nx-cloud": [ - { - "source": "npm:@nrwl/nx-cloud", - "target": "npm:nx-cloud", - "type": "static" - } - ], - "npm:@nuxtjs/opencollective": [ - { - "source": "npm:@nuxtjs/opencollective", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nuxtjs/opencollective", - "target": "npm:consola", - "type": "static" - }, - { - "source": "npm:@nuxtjs/opencollective", - "target": "npm:node-fetch", - "type": "static" - } - ], - "npm:@nx/cypress": [ - { - "source": "npm:@nx/cypress", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@nx/eslint", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:detect-port", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:@nx/cypress", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/devkit": [ - { - "source": "npm:@nx/devkit", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:ejs", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/devkit", - "target": "npm:yargs-parser", - "type": "static" - } - ], - "npm:@nx/eslint-plugin": [ - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@typescript-eslint/type-utils@8.60.1", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:confusing-browser-globals", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:globals@17.6.0", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:jsonc-eslint-parser", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/eslint-plugin", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/eslint": [ - { - "source": "npm:@nx/eslint", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/eslint", - "target": "npm:typescript", - "type": "static" - } - ], - "npm:@nx/jest": [ - { - "source": "npm:@nx/jest", - "target": "npm:@jest/reporters", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:identity-obj-proxy", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:jest-config", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:resolve.exports", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/jest", - "target": "npm:yargs-parser", - "type": "static" - } - ], - "npm:@nx/js": [ - { - "source": "npm:@nx/js", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/plugin-proposal-decorators", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/plugin-transform-class-properties", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/plugin-transform-runtime", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/preset-env", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/preset-typescript", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@nx/workspace", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:babel-plugin-const-enum", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:babel-plugin-macros", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:babel-plugin-transform-typescript-metadata", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:columnify", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:detect-port", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:ignore@7.0.5", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:js-tokens", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:jsonc-parser@3.2.0", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:source-map-support", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:@nx/js", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/module-federation": [ - { - "source": "npm:@nx/module-federation", - "target": "npm:@module-federation/enhanced", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@module-federation/node", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@module-federation/sdk", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@nx/web", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:@rspack/core", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:http-proxy-middleware", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/module-federation", - "target": "npm:webpack", - "type": "static" - } - ], - "npm:@nx/react": [ - { - "source": "npm:@nx/react", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/eslint", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/module-federation", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/rollup", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/web", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@svgr/webpack", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:http-proxy-middleware", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/react", - "target": "npm:@nx/vite", - "type": "static" - } - ], - "npm:@nx/rollup": [ - { - "source": "npm:@nx/rollup", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-babel", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-commonjs", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-image", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-json", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-node-resolve", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:@rollup/plugin-typescript", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:autoprefixer", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:concat-with-sourcemaps", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:postcss-modules", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:rollup", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:rollup-plugin-typescript2", - "type": "static" - }, - { - "source": "npm:@nx/rollup", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/vite": [ - { - "source": "npm:@nx/vite", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@nx/vitest", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:@nx/vite", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/vitest": [ - { - "source": "npm:@nx/vitest", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/vitest", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/web": [ - { - "source": "npm:@nx/web", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:detect-port", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:http-server", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/web", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@nx/webpack": [ - { - "source": "npm:@nx/webpack", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@nx/js", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:@phenomnomnominal/tsquery", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:autoprefixer", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:babel-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:copy-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:css-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:css-minimizer-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:fork-ts-checker-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:less", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:less-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:license-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:loader-utils", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:mini-css-extract-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:parse5", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:postcss-import", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:postcss-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:sass", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:sass-embedded", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:sass-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:source-map-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:style-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:terser-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:ts-loader", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:tsconfig-paths-webpack-plugin", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack-dev-server", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack-node-externals", - "type": "static" - }, - { - "source": "npm:@nx/webpack", - "target": "npm:webpack-subresource-integrity", - "type": "static" - } - ], - "npm:@nx/workspace": [ - { - "source": "npm:@nx/workspace", - "target": "npm:@nx/devkit", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:nx", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@nx/workspace", - "target": "npm:yargs-parser", - "type": "static" - } - ], - "npm:@parcel/watcher": [ - { - "source": "npm:@parcel/watcher", - "target": "npm:detect-libc", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:node-addon-api", - "type": "static" - }, - { - "source": "npm:@parcel/watcher", - "target": "npm:picomatch", - "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:@peculiar/asn1-cms": [ - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:@peculiar/asn1-x509-attr", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-cms", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-csr": [ - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-csr", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-ecc": [ - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-ecc", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-pfx": [ - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-cms", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-pkcs8", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-rsa", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pfx", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-pkcs8": [ - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs8", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-pkcs9": [ - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-cms", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-pfx", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-pkcs8", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:@peculiar/asn1-x509-attr", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-pkcs9", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-rsa": [ - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-rsa", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-schema": [ - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:@peculiar/utils", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-schema", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-x509-attr": [ - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509-attr", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/asn1-x509": [ - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:@peculiar/utils", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:@peculiar/asn1-x509", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/utils": [ - { - "source": "npm:@peculiar/utils", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@peculiar/x509": [ - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-cms", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-csr", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-ecc", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-pkcs9", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-rsa", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-schema", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:@peculiar/asn1-x509", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:pvtsutils", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:@peculiar/x509", - "target": "npm:tsyringe", - "type": "static" - } - ], - "npm:@phenomnomnominal/tsquery": [ - { - "source": "npm:@phenomnomnominal/tsquery", - "target": "npm:@types/esquery", - "type": "static" - }, - { - "source": "npm:@phenomnomnominal/tsquery", - "target": "npm:esquery", - "type": "static" - } - ], - "npm:@rollup/plugin-babel": [ - { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@babel/helper-module-imports", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils", - "type": "static" - } - ], - "npm:@rollup/plugin-commonjs": [ - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:commondir", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob@8.1.0", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:is-reference", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string", - "type": "static" - } - ], - "npm:@rollup/plugin-image": [ - { - "source": "npm:@rollup/plugin-image", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-image", - "target": "npm:mini-svg-data-uri", - "type": "static" - } - ], - "npm:@rollup/plugin-json": [ - { - "source": "npm:@rollup/plugin-json", - "target": "npm:@rollup/pluginutils", - "type": "static" - } - ], - "npm:@rollup/plugin-node-resolve": [ - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@types/resolve", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:is-module", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:@rollup/plugin-typescript": [ - { - "source": "npm:@rollup/plugin-typescript", - "target": "npm:@rollup/pluginutils", - "type": "static" - }, - { - "source": "npm:@rollup/plugin-typescript", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:@rollup/pluginutils@4.2.1": [ - { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch@2.3.2", - "type": "static" - } - ], - "npm:@rollup/pluginutils": [ - { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker", - "type": "static" - }, - { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch", - "type": "static" - } - ], - "npm:@rspack/binding-wasm32-wasi": [ - { - "source": "npm:@rspack/binding-wasm32-wasi", - "target": "npm:@napi-rs/wasm-runtime@1.0.7", - "type": "static" - } - ], - "npm:@rspack/binding": [ - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-wasm32-wasi", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-win32-ia32-msvc", - "type": "static" - }, - { - "source": "npm:@rspack/binding", - "target": "npm:@rspack/binding-win32-x64-msvc", - "type": "static" - } - ], - "npm:@rspack/core": [ - { - "source": "npm:@rspack/core", - "target": "npm:@module-federation/runtime-tools@0.21.6", - "type": "static" - }, - { - "source": "npm:@rspack/core", - "target": "npm:@rspack/binding", - "type": "static" - }, - { - "source": "npm:@rspack/core", - "target": "npm:@rspack/lite-tapable", - "type": "static" - } - ], - "npm:@sinonjs/commons": [ - { - "source": "npm:@sinonjs/commons", - "target": "npm:type-detect@4.0.8", - "type": "static" - } - ], - "npm:@sinonjs/fake-timers": [ - { - "source": "npm:@sinonjs/fake-timers", - "target": "npm:@sinonjs/commons", - "type": "static" - } - ], - "npm:@smithy/core": [ - { - "source": "npm:@smithy/core", - "target": "npm:@aws-crypto/crc32", - "type": "static" - }, - { - "source": "npm:@smithy/core", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/core", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/credential-provider-imds": [ - { - "source": "npm:@smithy/credential-provider-imds", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/credential-provider-imds", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/credential-provider-imds", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/fetch-http-handler": [ - { - "source": "npm:@smithy/fetch-http-handler", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/fetch-http-handler", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/fetch-http-handler", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/is-array-buffer": [ - { - "source": "npm:@smithy/is-array-buffer", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/node-http-handler": [ - { - "source": "npm:@smithy/node-http-handler", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/node-http-handler", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/node-http-handler", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/signature-v4": [ - { - "source": "npm:@smithy/signature-v4", - "target": "npm:@smithy/core", - "type": "static" - }, - { - "source": "npm:@smithy/signature-v4", - "target": "npm:@smithy/types", - "type": "static" - }, - { - "source": "npm:@smithy/signature-v4", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/types": [ - { - "source": "npm:@smithy/types", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/util-buffer-from": [ - { - "source": "npm:@smithy/util-buffer-from", - "target": "npm:@smithy/is-array-buffer", - "type": "static" - }, - { - "source": "npm:@smithy/util-buffer-from", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@smithy/util-utf8": [ - { - "source": "npm:@smithy/util-utf8", - "target": "npm:@smithy/util-buffer-from", - "type": "static" - }, - { - "source": "npm:@smithy/util-utf8", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@svgr/babel-preset": [ - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-add-jsx-attribute", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-remove-jsx-attribute", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-svg-dynamic-title", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-svg-em-dimensions", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-transform-react-native-svg", - "type": "static" - }, - { - "source": "npm:@svgr/babel-preset", - "target": "npm:@svgr/babel-plugin-transform-svg-component", - "type": "static" - } - ], - "npm:@svgr/core": [ - { - "source": "npm:@svgr/core", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:@svgr/babel-preset", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:camelcase", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:@svgr/core", - "target": "npm:snake-case", - "type": "static" - } - ], - "npm:@svgr/hast-util-to-babel-ast": [ - { - "source": "npm:@svgr/hast-util-to-babel-ast", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@svgr/hast-util-to-babel-ast", - "target": "npm:entities", - "type": "static" - } - ], - "npm:@svgr/plugin-jsx": [ - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:@svgr/babel-preset", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:@svgr/hast-util-to-babel-ast", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-jsx", - "target": "npm:svg-parser", - "type": "static" - } - ], - "npm:@svgr/plugin-svgo": [ - { - "source": "npm:@svgr/plugin-svgo", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-svgo", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:@svgr/plugin-svgo", - "target": "npm:svgo", - "type": "static" - } - ], - "npm:@svgr/webpack": [ - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/plugin-transform-react-constant-elements", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/preset-env", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/preset-react", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@babel/preset-typescript", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@svgr/core", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@svgr/plugin-jsx", - "type": "static" - }, - { - "source": "npm:@svgr/webpack", - "target": "npm:@svgr/plugin-svgo", - "type": "static" - } - ], - "npm:@testing-library/dom": [ - { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:@types/aria-query", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:aria-query@5.3.0", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:dom-accessibility-api", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:lz-string", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@testing-library/dom", - "target": "npm:pretty-format@27.5.1", - "type": "static" - } - ], - "npm:@testing-library/react": [ - { - "source": "npm:@testing-library/react", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:@testing-library/react", - "target": "npm:@testing-library/dom", - "type": "static" - }, - { - "source": "npm:@testing-library/react", - "target": "npm:@types/react-dom", - "type": "static" - } - ], - "npm:@tokenizer/inflate": [ - { - "source": "npm:@tokenizer/inflate", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@tokenizer/inflate", - "target": "npm:fflate", - "type": "static" - }, - { - "source": "npm:@tokenizer/inflate", - "target": "npm:token-types", - "type": "static" - } - ], - "npm:@tybys/wasm-util@0.9.0": [ - { - "source": "npm:@tybys/wasm-util@0.9.0", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@tybys/wasm-util@0.10.2": [ - { - "source": "npm:@tybys/wasm-util@0.10.2", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:@types/babel__core": [ - { - "source": "npm:@types/babel__core", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@types/babel__generator", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@types/babel__template", - "type": "static" - }, - { - "source": "npm:@types/babel__core", - "target": "npm:@types/babel__traverse", - "type": "static" - } - ], - "npm:@types/babel__generator": [ - { - "source": "npm:@types/babel__generator", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@types/babel__template": [ - { - "source": "npm:@types/babel__template", - "target": "npm:@babel/parser", - "type": "static" - }, - { - "source": "npm:@types/babel__template", - "target": "npm:@babel/types", - "type": "static" - } - ], - "npm:@types/babel__traverse": [ - { - "source": "npm:@types/babel__traverse", - "target": "npm:@babel/types", - "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@25.9.1", - "type": "static" - } - ], - "npm:@types/bonjour": [ - { - "source": "npm:@types/bonjour", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/connect-history-api-fallback": [ - { - "source": "npm:@types/connect-history-api-fallback", - "target": "npm:@types/express-serve-static-core@5.1.1", - "type": "static" - }, - { - "source": "npm:@types/connect-history-api-fallback", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/connect": [ - { - "source": "npm:@types/connect", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/eslint-scope": [ - { - "source": "npm:@types/eslint-scope", - "target": "npm:@types/eslint", - "type": "static" - }, - { - "source": "npm:@types/eslint-scope", - "target": "npm:@types/estree", - "type": "static" - } - ], - "npm:@types/eslint": [ - { - "source": "npm:@types/eslint", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:@types/eslint", - "target": "npm:@types/json-schema", - "type": "static" - } - ], - "npm:@types/esquery": [ - { - "source": "npm:@types/esquery", - "target": "npm:@types/estree", - "type": "static" - } - ], - "npm:@types/express-serve-static-core@5.1.1": [ - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/qs", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/range-parser", - "type": "static" - }, - { - "source": "npm:@types/express-serve-static-core@5.1.1", - "target": "npm:@types/send", - "type": "static" - } - ], - "npm:@types/express-serve-static-core": [ - { - "source": "npm:@types/express-serve-static-core", - "target": "npm:@types/node@25.9.1", - "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/express@5.0.6": [ - { - "source": "npm:@types/express@5.0.6", - "target": "npm:@types/body-parser", - "type": "static" - }, - { - "source": "npm:@types/express@5.0.6", - "target": "npm:@types/express-serve-static-core@5.1.1", - "type": "static" - }, - { - "source": "npm:@types/express@5.0.6", - "target": "npm:@types/serve-static@2.2.0", - "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/qs", - "type": "static" - }, - { - "source": "npm:@types/express", - "target": "npm:@types/serve-static", - "type": "static" - } - ], - "npm:@types/http-proxy": [ - { - "source": "npm:@types/http-proxy", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/istanbul-lib-report": [ - { - "source": "npm:@types/istanbul-lib-report", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - } - ], - "npm:@types/istanbul-reports": [ - { - "source": "npm:@types/istanbul-reports", - "target": "npm:@types/istanbul-lib-report", - "type": "static" - } - ], - "npm:@types/jest": [ - { - "source": "npm:@types/jest", - "target": "npm:expect", - "type": "static" - }, - { - "source": "npm:@types/jest", - "target": "npm:pretty-format", - "type": "static" - } - ], - "npm:@types/jsonwebtoken": [ - { - "source": "npm:@types/jsonwebtoken", - "target": "npm:@types/ms", - "type": "static" - }, - { - "source": "npm:@types/jsonwebtoken", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/node@25.9.1": [ - { - "source": "npm:@types/node@25.9.1", - "target": "npm:undici-types@7.24.6", - "type": "static" - } - ], - "npm:@types/node": [ - { - "source": "npm:@types/node", - "target": "npm:undici-types", - "type": "static" - } - ], - "npm:@types/nodemailer": [ - { - "source": "npm:@types/nodemailer", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/pg": [ - { - "source": "npm:@types/pg", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/pg", - "target": "npm:pg-protocol", - "type": "static" - }, - { - "source": "npm:@types/pg", - "target": "npm:pg-types", - "type": "static" - } - ], - "npm:@types/react": [ - { - "source": "npm:@types/react", - "target": "npm:@types/prop-types", - "type": "static" - }, - { - "source": "npm:@types/react", - "target": "npm:csstype", - "type": "static" - } - ], - "npm:@types/send": [ - { - "source": "npm:@types/send", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/send@0.17.6": [ - { - "source": "npm:@types/send@0.17.6", - "target": "npm:@types/mime", - "type": "static" - }, - { - "source": "npm:@types/send@0.17.6", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/serve-index": [ - { - "source": "npm:@types/serve-index", - "target": "npm:@types/express@5.0.6", - "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@25.9.1", - "type": "static" - }, - { - "source": "npm:@types/serve-static", - "target": "npm:@types/send@0.17.6", - "type": "static" - } - ], - "npm:@types/serve-static@2.2.0": [ - { - "source": "npm:@types/serve-static@2.2.0", - "target": "npm:@types/http-errors", - "type": "static" - }, - { - "source": "npm:@types/serve-static@2.2.0", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/sockjs": [ - { - "source": "npm:@types/sockjs", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/ws": [ - { - "source": "npm:@types/ws", - "target": "npm:@types/node@25.9.1", - "type": "static" - } - ], - "npm:@types/yargs": [ - { - "source": "npm:@types/yargs", - "target": "npm:@types/yargs-parser", - "type": "static" - } - ], - "npm:@typescript-eslint/eslint-plugin": [ - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@eslint-community/regexpp", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/scope-manager", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/type-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:@typescript-eslint/visitor-keys", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:debug", - "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:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/eslint-plugin", - "target": "npm:ts-api-utils", - "type": "static" - } - ], - "npm:@typescript-eslint/parser": [ - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/scope-manager", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/types@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:@typescript-eslint/visitor-keys", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/parser", - "target": "npm:debug", - "type": "static" - } - ], - "npm:@typescript-eslint/project-service": [ - { - "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@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager", - "target": "npm:@typescript-eslint/visitor-keys", - "type": "static" - } - ], - "npm:@typescript-eslint/scope-manager@8.60.1": [ - { - "source": "npm:@typescript-eslint/scope-manager@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/scope-manager@8.60.1", - "target": "npm:@typescript-eslint/visitor-keys@8.60.1", - "type": "static" - } - ], - "npm:@typescript-eslint/type-utils": [ - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:@typescript-eslint/utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils", - "target": "npm:ts-api-utils", - "type": "static" - } - ], - "npm:@typescript-eslint/type-utils@8.60.1": [ - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:@typescript-eslint/typescript-estree@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:@typescript-eslint/utils@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/type-utils@8.60.1", - "target": "npm:ts-api-utils@2.5.0", - "type": "static" - } - ], - "npm:@typescript-eslint/typescript-estree": [ - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:@typescript-eslint/types@6.21.0", - "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:globby", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:minimatch@9.0.3", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree", - "target": "npm:ts-api-utils", - "type": "static" - } - ], - "npm:@typescript-eslint/typescript-estree@8.60.1": [ - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/project-service", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/tsconfig-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:@typescript-eslint/visitor-keys@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:tinyglobby", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/typescript-estree@8.60.1", - "target": "npm:ts-api-utils@2.5.0", - "type": "static" - } - ], - "npm:@typescript-eslint/utils": [ - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@types/semver", - "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@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:@typescript-eslint/typescript-estree", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils", - "target": "npm:semver", - "type": "static" - } - ], - "npm:@typescript-eslint/utils@8.60.1": [ - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@eslint-community/eslint-utils", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@typescript-eslint/scope-manager@8.60.1", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/utils@8.60.1", - "target": "npm:@typescript-eslint/typescript-estree@8.60.1", - "type": "static" - } - ], - "npm:@typescript-eslint/visitor-keys": [ - { - "source": "npm:@typescript-eslint/visitor-keys", - "target": "npm:@typescript-eslint/types@6.21.0", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys", - "target": "npm:eslint-visitor-keys", - "type": "static" - } - ], - "npm:@typescript-eslint/visitor-keys@8.60.1": [ - { - "source": "npm:@typescript-eslint/visitor-keys@8.60.1", - "target": "npm:@typescript-eslint/types", - "type": "static" - }, - { - "source": "npm:@typescript-eslint/visitor-keys@8.60.1", - "target": "npm:eslint-visitor-keys@5.0.1", - "type": "static" - } - ], - "npm:@unrs/resolver-binding-wasm32-wasi": [ - { - "source": "npm:@unrs/resolver-binding-wasm32-wasi", - "target": "npm:@emnapi/core", - "type": "static" - }, - { - "source": "npm:@unrs/resolver-binding-wasm32-wasi", - "target": "npm:@emnapi/runtime", - "type": "static" - }, - { - "source": "npm:@unrs/resolver-binding-wasm32-wasi", - "target": "npm:@napi-rs/wasm-runtime@1.1.4", - "type": "static" - } - ], - "npm:@vitejs/plugin-react": [ - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@babel/plugin-transform-react-jsx-self", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@babel/plugin-transform-react-jsx-source", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@rolldown/pluginutils", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:@types/babel__core", - "type": "static" - }, - { - "source": "npm:@vitejs/plugin-react", - "target": "npm:react-refresh", - "type": "static" - } - ], - "npm:@vitest/expect": [ - { - "source": "npm:@vitest/expect", - "target": "npm:@vitest/spy", - "type": "static" - }, - { - "source": "npm:@vitest/expect", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/expect", - "target": "npm:chai", - "type": "static" - } - ], - "npm:@vitest/runner": [ - { - "source": "npm:@vitest/runner", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/runner", - "target": "npm:p-limit@4.0.0", - "type": "static" - }, - { - "source": "npm:@vitest/runner", - "target": "npm:pathe", - "type": "static" - } - ], - "npm:@vitest/snapshot": [ - { - "source": "npm:@vitest/snapshot", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:@vitest/snapshot", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:@vitest/snapshot", - "target": "npm:pretty-format@29.7.0", - "type": "static" - } - ], - "npm:@vitest/spy": [ - { - "source": "npm:@vitest/spy", - "target": "npm:tinyspy", - "type": "static" - } - ], - "npm:@vitest/ui": [ - { - "source": "npm:@vitest/ui", - "target": "npm:@vitest/utils", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:fflate", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:flatted", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:@vitest/ui", - "target": "npm:sirv", - "type": "static" - } - ], - "npm:@vitest/utils": [ - { - "source": "npm:@vitest/utils", - "target": "npm:diff-sequences", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:loupe", - "type": "static" - }, - { - "source": "npm:@vitest/utils", - "target": "npm:pretty-format@29.7.0", - "type": "static" - } - ], - "npm:@webassemblyjs/ast": [ - { - "source": "npm:@webassemblyjs/ast", - "target": "npm:@webassemblyjs/helper-numbers", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/ast", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - } - ], - "npm:@webassemblyjs/helper-numbers": [ - { - "source": "npm:@webassemblyjs/helper-numbers", - "target": "npm:@webassemblyjs/floating-point-hex-parser", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-numbers", - "target": "npm:@webassemblyjs/helper-api-error", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-numbers", - "target": "npm:@xtuc/long", - "type": "static" - } - ], - "npm:@webassemblyjs/helper-wasm-section": [ - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/helper-buffer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/helper-wasm-section", - "target": "npm:@webassemblyjs/wasm-gen", - "type": "static" - } - ], - "npm:@webassemblyjs/ieee754": [ - { - "source": "npm:@webassemblyjs/ieee754", - "target": "npm:@xtuc/ieee754", - "type": "static" - } - ], - "npm:@webassemblyjs/leb128": [ - { - "source": "npm:@webassemblyjs/leb128", - "target": "npm:@xtuc/long", - "type": "static" - } - ], - "npm:@webassemblyjs/wasm-edit": [ - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/helper-buffer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/helper-wasm-section", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wasm-gen", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wasm-opt", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-edit", - "target": "npm:@webassemblyjs/wast-printer", - "type": "static" - } - ], - "npm:@webassemblyjs/wasm-gen": [ - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/ieee754", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/leb128", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-gen", - "target": "npm:@webassemblyjs/utf8", - "type": "static" - } - ], - "npm:@webassemblyjs/wasm-opt": [ - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/helper-buffer", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/wasm-gen", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-opt", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - } - ], - "npm:@webassemblyjs/wasm-parser": [ - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/helper-api-error", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/helper-wasm-bytecode", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/ieee754", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/leb128", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wasm-parser", - "target": "npm:@webassemblyjs/utf8", - "type": "static" - } - ], - "npm:@webassemblyjs/wast-printer": [ - { - "source": "npm:@webassemblyjs/wast-printer", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:@webassemblyjs/wast-printer", - "target": "npm:@xtuc/long", - "type": "static" - } - ], - "npm:@zkochan/js-yaml": [ - { - "source": "npm:@zkochan/js-yaml", - "target": "npm:argparse", - "type": "static" - } - ], - "npm:accepts@2.0.0": [ - { - "source": "npm:accepts@2.0.0", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:accepts@2.0.0", - "target": "npm:negotiator@1.0.0", - "type": "static" - } - ], - "npm:accepts": [ - { - "source": "npm:accepts", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:accepts", - "target": "npm:negotiator", - "type": "static" - } - ], - "npm:acorn-walk": [ - { - "source": "npm:acorn-walk", - "target": "npm:acorn", - "type": "static" - } - ], - "npm:agent-base": [ - { - "source": "npm:agent-base", - "target": "npm:debug", - "type": "static" - } - ], - "npm:ajv-formats": [ - { - "source": "npm:ajv-formats", - "target": "npm:ajv", - "type": "static" - } - ], - "npm:ajv-formats@3.0.1": [ - { - "source": "npm:ajv-formats@3.0.1", - "target": "npm:ajv", - "type": "static" - } - ], - "npm:ajv-keywords": [ - { - "source": "npm:ajv-keywords", - "target": "npm:fast-deep-equal", - "type": "static" - } - ], - "npm:ajv@8.12.0": [ - { - "source": "npm:ajv@8.12.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:json-schema-traverse", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:require-from-string", - "type": "static" - }, - { - "source": "npm:ajv@8.12.0", - "target": "npm:uri-js", - "type": "static" - } - ], - "npm:ajv@8.18.0": [ - { - "source": "npm:ajv@8.18.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:fast-uri", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:json-schema-traverse", - "type": "static" - }, - { - "source": "npm:ajv@8.18.0", - "target": "npm:require-from-string", - "type": "static" - } - ], - "npm:ajv@6.15.0": [ - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:json-schema-traverse@0.4.1", - "type": "static" - }, - { - "source": "npm:ajv@6.15.0", - "target": "npm:uri-js", - "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:amazon-cognito-identity-js": [ - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:@aws-crypto/sha256-js@1.2.2", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:buffer@4.9.2", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:fast-base64-decode", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:isomorphic-unfetch", - "type": "static" - }, - { - "source": "npm:amazon-cognito-identity-js", - "target": "npm:js-cookie", - "type": "static" - } - ], - "npm:ansi-escapes": [ - { - "source": "npm:ansi-escapes", - "target": "npm:type-fest@0.21.3", - "type": "static" - } - ], - "npm:ansi-escapes@7.3.0": [ - { - "source": "npm:ansi-escapes@7.3.0", - "target": "npm:environment", - "type": "static" - } - ], - "npm:ansi-styles": [ - { - "source": "npm:ansi-styles", - "target": "npm:color-convert", - "type": "static" - } - ], - "npm:anymatch": [ - { - "source": "npm:anymatch", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:anymatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - } - ], - "npm:argparse@1.0.10": [ - { - "source": "npm:argparse@1.0.10", - "target": "npm:sprintf-js", - "type": "static" - } - ], - "npm:aria-query@5.3.0": [ - { - "source": "npm:aria-query@5.3.0", - "target": "npm:dequal", - "type": "static" - } - ], - "npm:array-buffer-byte-length": [ - { - "source": "npm:array-buffer-byte-length", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-buffer-byte-length", - "target": "npm:is-array-buffer", - "type": "static" - } - ], - "npm:array-includes": [ - { - "source": "npm:array-includes", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:array-includes", - "target": "npm:math-intrinsics", - "type": "static" - } - ], - "npm:array.prototype.findlast": [ - { - "source": "npm:array.prototype.findlast", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array.prototype.findlast", - "target": "npm:es-shim-unscopables", - "type": "static" - } - ], - "npm:array.prototype.findlastindex": [ - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:array.prototype.findlastindex", - "target": "npm:es-shim-unscopables", - "type": "static" - } - ], - "npm:array.prototype.flat": [ - { - "source": "npm:array.prototype.flat", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.flat", - "target": "npm:es-shim-unscopables", - "type": "static" - } - ], - "npm:array.prototype.flatmap": [ - { - "source": "npm:array.prototype.flatmap", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.flatmap", - "target": "npm:es-shim-unscopables", - "type": "static" - } - ], - "npm:array.prototype.tosorted": [ - { - "source": "npm:array.prototype.tosorted", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:array.prototype.tosorted", - "target": "npm:es-shim-unscopables", - "type": "static" - } - ], - "npm:arraybuffer.prototype.slice": [ - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:arraybuffer.prototype.slice", - "target": "npm:is-array-buffer", - "type": "static" - } - ], - "npm:asn1": [ - { - "source": "npm:asn1", - "target": "npm:safer-buffer", - "type": "static" - } - ], - "npm:asn1js": [ - { - "source": "npm:asn1js", - "target": "npm:pvtsutils", - "type": "static" - }, - { - "source": "npm:asn1js", - "target": "npm:pvutils", - "type": "static" - }, - { - "source": "npm:asn1js", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:autoprefixer": [ - { - "source": "npm:autoprefixer", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:caniuse-lite", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:fraction.js", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:autoprefixer", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:available-typed-arrays": [ - { - "source": "npm:available-typed-arrays", - "target": "npm:possible-typed-array-names", - "type": "static" - } - ], - "npm:axios@1.1.3": [ - { - "source": "npm:axios@1.1.3", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:axios@1.1.3", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:axios@1.1.3", - "target": "npm:proxy-from-env@1.1.0", - "type": "static" - } - ], - "npm:axios@1.16.0": [ - { - "source": "npm:axios@1.16.0", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:axios@1.16.0", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:axios@1.16.0", - "target": "npm:proxy-from-env", - "type": "static" - } - ], - "npm:axios": [ - { - "source": "npm:axios", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:https-proxy-agent", - "type": "static" - }, - { - "source": "npm:axios", - "target": "npm:proxy-from-env", - "type": "static" - } - ], - "npm:babel-jest": [ - { - "source": "npm:babel-jest", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:@types/babel__core", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:babel-plugin-istanbul", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:babel-preset-jest", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:babel-jest", - "target": "npm:slash", - "type": "static" - } - ], - "npm:babel-loader": [ - { - "source": "npm:babel-loader", - "target": "npm:find-cache-dir", - "type": "static" - }, - { - "source": "npm:babel-loader", - "target": "npm:schema-utils", - "type": "static" - } - ], - "npm:babel-plugin-const-enum": [ - { - "source": "npm:babel-plugin-const-enum", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:babel-plugin-const-enum", - "target": "npm:@babel/plugin-syntax-typescript", - "type": "static" - }, - { - "source": "npm:babel-plugin-const-enum", - "target": "npm:@babel/traverse", - "type": "static" - } - ], - "npm:babel-plugin-istanbul": [ - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:@istanbuljs/load-nyc-config", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:@istanbuljs/schema", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:istanbul-lib-instrument", - "type": "static" - }, - { - "source": "npm:babel-plugin-istanbul", - "target": "npm:test-exclude", - "type": "static" - } - ], - "npm:babel-plugin-jest-hoist": [ - { - "source": "npm:babel-plugin-jest-hoist", - "target": "npm:@types/babel__core", - "type": "static" - } - ], - "npm:babel-plugin-macros": [ - { - "source": "npm:babel-plugin-macros", - "target": "npm:@babel/runtime", - "type": "static" - }, - { - "source": "npm:babel-plugin-macros", - "target": "npm:cosmiconfig@7.1.0", - "type": "static" - }, - { - "source": "npm:babel-plugin-macros", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:babel-plugin-polyfill-corejs2": [ - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:babel-plugin-polyfill-corejs3": [ - { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:core-js-compat", - "type": "static" - } - ], - "npm:babel-plugin-polyfill-corejs3@0.14.2": [ - { - "source": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs3@0.14.2", - "target": "npm:core-js-compat", - "type": "static" - } - ], - "npm:babel-plugin-polyfill-regenerator": [ - { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/helper-define-polyfill-provider", - "type": "static" - } - ], - "npm:babel-plugin-transform-typescript-metadata": [ - { - "source": "npm:babel-plugin-transform-typescript-metadata", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:babel-preset-current-node-syntax": [ - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-async-generators", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-bigint", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-class-properties", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-class-static-block", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-import-attributes", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-import-meta", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-json-strings", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-logical-assignment-operators", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-numeric-separator", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-object-rest-spread", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-optional-catch-binding", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-optional-chaining", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-private-property-in-object", - "type": "static" - }, - { - "source": "npm:babel-preset-current-node-syntax", - "target": "npm:@babel/plugin-syntax-top-level-await", - "type": "static" - } - ], - "npm:babel-preset-jest": [ - { - "source": "npm:babel-preset-jest", - "target": "npm:babel-plugin-jest-hoist", - "type": "static" - }, - { - "source": "npm:babel-preset-jest", - "target": "npm:babel-preset-current-node-syntax", - "type": "static" - } - ], - "npm:basic-auth": [ - { - "source": "npm:basic-auth", - "target": "npm:safe-buffer@5.1.2", - "type": "static" - } - ], - "npm:bcrypt-pbkdf": [ - { - "source": "npm:bcrypt-pbkdf", - "target": "npm:tweetnacl", - "type": "static" - } - ], - "npm:bidi-js": [ - { - "source": "npm:bidi-js", - "target": "npm:require-from-string", - "type": "static" - } - ], - "npm:bl": [ - { - "source": "npm:bl", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:bl", - "target": "npm:readable-stream", - "type": "static" - } - ], - "npm:body-parser@2.2.2": [ - { - "source": "npm:body-parser@2.2.2", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:iconv-lite@0.7.2", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:raw-body@3.0.2", - "type": "static" - }, - { - "source": "npm:body-parser@2.2.2", - "target": "npm:type-is@2.1.0", - "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@2.6.9", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:destroy", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:body-parser", - "target": "npm:iconv-lite@0.4.24", - "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:body-parser", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:bonjour-service": [ - { - "source": "npm:bonjour-service", - "target": "npm:fast-deep-equal", - "type": "static" - }, - { - "source": "npm:bonjour-service", - "target": "npm:multicast-dns", - "type": "static" - } - ], - "npm:brace-expansion@5.0.6": [ - { - "source": "npm:brace-expansion@5.0.6", - "target": "npm:balanced-match@4.0.4", - "type": "static" - } - ], - "npm:brace-expansion@1.1.15": [ - { - "source": "npm:brace-expansion@1.1.15", - "target": "npm:balanced-match", - "type": "static" - }, - { - "source": "npm:brace-expansion@1.1.15", - "target": "npm:concat-map", - "type": "static" - } - ], - "npm:brace-expansion": [ - { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", - "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:bs-logger": [ - { - "source": "npm:bs-logger", - "target": "npm:fast-json-stable-stringify", - "type": "static" - } - ], - "npm:bser": [ - { - "source": "npm:bser", - "target": "npm:node-int64", - "type": "static" - } - ], - "npm:buffer@4.9.2": [ - { - "source": "npm:buffer@4.9.2", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer@4.9.2", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:buffer@4.9.2", - "target": "npm:isarray@1.0.0", - "type": "static" - } - ], - "npm:buffer": [ - { - "source": "npm:buffer", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer", - "target": "npm:ieee754", - "type": "static" - } - ], - "npm:buffer@6.0.3": [ - { - "source": "npm:buffer@6.0.3", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:buffer@6.0.3", - "target": "npm:ieee754", - "type": "static" - } - ], - "npm:bundle-name": [ - { - "source": "npm:bundle-name", - "target": "npm:run-applescript", - "type": "static" - } - ], - "npm:busboy": [ - { - "source": "npm:busboy", - "target": "npm:streamsearch", - "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-bind": [ - { - "source": "npm:call-bind", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:call-bind", - "target": "npm:set-function-length", - "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:caniuse-api": [ - { - "source": "npm:caniuse-api", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:caniuse-api", - "target": "npm:caniuse-lite", - "type": "static" - }, - { - "source": "npm:caniuse-api", - "target": "npm:lodash.memoize", - "type": "static" - }, - { - "source": "npm:caniuse-api", - "target": "npm:lodash.uniq", - "type": "static" - } - ], - "npm:chai": [ - { - "source": "npm:chai", - "target": "npm:assertion-error", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:check-error", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:deep-eql", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:get-func-name", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:loupe", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:pathval", - "type": "static" - }, - { - "source": "npm:chai", - "target": "npm:type-detect", - "type": "static" - } - ], - "npm:chalk": [ - { - "source": "npm:chalk", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:chalk", - "target": "npm:supports-color@7.2.0", - "type": "static" - } - ], - "npm:check-error": [ - { - "source": "npm:check-error", - "target": "npm:get-func-name", - "type": "static" - } - ], - "npm:chokidar": [ - { - "source": "npm:chokidar", - "target": "npm:anymatch", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:glob-parent", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-binary-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:readdirp", - "type": "static" - }, - { - "source": "npm:chokidar", - "target": "npm:fsevents", - "type": "static" - } - ], - "npm:chokidar@4.0.3": [ - { - "source": "npm:chokidar@4.0.3", - "target": "npm:readdirp@4.1.2", - "type": "static" - } - ], - "npm:chokidar@5.0.0": [ - { - "source": "npm:chokidar@5.0.0", - "target": "npm:readdirp@5.0.0", - "type": "static" - } - ], - "npm:class-validator": [ - { - "source": "npm:class-validator", - "target": "npm:@types/validator", - "type": "static" - }, - { - "source": "npm:class-validator", - "target": "npm:libphonenumber-js", - "type": "static" - }, - { - "source": "npm:class-validator", - "target": "npm:validator", - "type": "static" - } - ], - "npm:cli-cursor": [ - { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", - "type": "static" - } - ], - "npm:cli-cursor@5.0.0": [ - { - "source": "npm:cli-cursor@5.0.0", - "target": "npm:restore-cursor@5.1.0", - "type": "static" - } - ], - "npm:cli-table3": [ - { - "source": "npm:cli-table3", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cli-table3", - "target": "npm:colors", - "type": "static" - } - ], - "npm:cli-table3@0.6.5": [ - { - "source": "npm:cli-table3@0.6.5", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cli-table3@0.6.5", - "target": "npm:@colors/colors", - "type": "static" - } - ], - "npm:cli-truncate": [ - { - "source": "npm:cli-truncate", - "target": "npm:slice-ansi", - "type": "static" - }, - { - "source": "npm:cli-truncate", - "target": "npm:string-width@7.2.0", - "type": "static" - } - ], - "npm:cliui": [ - { - "source": "npm:cliui", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:cliui", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - } - ], - "npm:color-convert": [ - { - "source": "npm:color-convert", - "target": "npm:color-name", - "type": "static" - } - ], - "npm:columnify": [ - { - "source": "npm:columnify", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:columnify", - "target": "npm:wcwidth", - "type": "static" - } - ], - "npm:combined-stream": [ - { - "source": "npm:combined-stream", - "target": "npm:delayed-stream", - "type": "static" - } - ], - "npm:comment-json@4.2.5": [ - { - "source": "npm:comment-json@4.2.5", - "target": "npm:array-timsort", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:core-util-is", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:esprima", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:has-own-prop", - "type": "static" - }, - { - "source": "npm:comment-json@4.2.5", - "target": "npm:repeat-string", - "type": "static" - } - ], - "npm:comment-json": [ - { - "source": "npm:comment-json", - "target": "npm:array-timsort", - "type": "static" - }, - { - "source": "npm:comment-json", - "target": "npm:esprima", - "type": "static" - } - ], - "npm:compressible": [ - { - "source": "npm:compressible", - "target": "npm:mime-db", - "type": "static" - } - ], - "npm:compression": [ - { - "source": "npm:compression", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:compressible", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:negotiator@0.6.4", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:on-headers", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:compression", - "target": "npm:vary", - "type": "static" - } - ], - "npm:concat-stream": [ - { - "source": "npm:concat-stream", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:concat-stream", - "target": "npm:typedarray", - "type": "static" - } - ], - "npm:concat-with-sourcemaps": [ - { - "source": "npm:concat-with-sourcemaps", - "target": "npm:source-map", - "type": "static" - } - ], - "npm:content-disposition": [ - { - "source": "npm:content-disposition", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:copy-anything": [ - { - "source": "npm:copy-anything", - "target": "npm:is-what", - "type": "static" - } - ], - "npm:copy-webpack-plugin": [ - { - "source": "npm:copy-webpack-plugin", - "target": "npm:glob-parent@6.0.2", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:normalize-path", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:serialize-javascript", - "type": "static" - }, - { - "source": "npm:copy-webpack-plugin", - "target": "npm:tinyglobby", - "type": "static" - } - ], - "npm:core-js-compat": [ - { - "source": "npm:core-js-compat", - "target": "npm:browserslist", - "type": "static" - } - ], - "npm:cors": [ - { - "source": "npm:cors", - "target": "npm:object-assign", - "type": "static" - }, - { - "source": "npm:cors", - "target": "npm:vary", - "type": "static" - } - ], - "npm:cosmiconfig@7.1.0": [ - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:@types/parse-json", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:path-type", - "type": "static" - }, - { - "source": "npm:cosmiconfig@7.1.0", - "target": "npm:yaml@1.10.3", - "type": "static" - } - ], - "npm:cosmiconfig": [ - { - "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", - "target": "npm:path-type", - "type": "static" - } - ], - "npm:cosmiconfig@9.0.1": [ - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:env-paths", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:import-fresh", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:cosmiconfig@9.0.1", - "target": "npm:parse-json", - "type": "static" - } - ], - "npm:cron-parser": [ - { - "source": "npm:cron-parser", - "target": "npm:luxon", - "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-loader": [ - { - "source": "npm:css-loader", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-extract-imports", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-local-by-default", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-scope", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-modules-values", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:css-loader", - "target": "npm:semver", - "type": "static" - } - ], - "npm:css-minimizer-webpack-plugin": [ - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:cssnano", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:css-minimizer-webpack-plugin", - "target": "npm:serialize-javascript", - "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@2.3.1": [ - { - "source": "npm:css-tree@2.3.1", - "target": "npm:mdn-data@2.0.30", - "type": "static" - }, - { - "source": "npm:css-tree@2.3.1", - "target": "npm:source-map-js", - "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:css-tree@2.2.1": [ - { - "source": "npm:css-tree@2.2.1", - "target": "npm:mdn-data@2.0.28", - "type": "static" - }, - { - "source": "npm:css-tree@2.2.1", - "target": "npm:source-map-js", - "type": "static" - } - ], - "npm:cssnano-preset-default": [ - { - "source": "npm:cssnano-preset-default", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:css-declaration-sorter", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-calc", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-colormin", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-convert-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-comments", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-duplicates", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-empty", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-discard-overridden", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-merge-longhand", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-merge-rules", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-font-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-gradients", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-params", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-minify-selectors", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-charset", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-display-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-positions", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-repeat-style", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-string", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-timing-functions", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-unicode", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-url", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-normalize-whitespace", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-ordered-values", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-reduce-initial", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-reduce-transforms", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-svgo", - "type": "static" - }, - { - "source": "npm:cssnano-preset-default", - "target": "npm:postcss-unique-selectors", - "type": "static" - } - ], - "npm:cssnano": [ - { - "source": "npm:cssnano", - "target": "npm:cssnano-preset-default", - "type": "static" - }, - { - "source": "npm:cssnano", - "target": "npm:lilconfig", - "type": "static" - } - ], - "npm:csso": [ - { - "source": "npm:csso", - "target": "npm:css-tree@2.2.1", - "type": "static" - } - ], - "npm:cypress": [ - { - "source": "npm:cypress", - "target": "npm:@cypress/request", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@cypress/xvfb", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@types/sinonjs__fake-timers", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@types/sizzle", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:@types/tmp", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:arch", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:blob-util", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:bluebird", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:cachedir", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:cli-table3", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:commander@6.2.1", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:common-tags", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:dayjs", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:eventemitter2", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:execa", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:executable", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:fs-extra@9.1.0", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:hasha", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:is-installed-globally", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:listr2", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:ospath", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:pretty-bytes", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:process", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:proxy-from-env@1.0.0", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:request-progress", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:systeminformation", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:tmp@0.2.7", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:tslib@1.14.1", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:untildify", - "type": "static" - }, - { - "source": "npm:cypress", - "target": "npm:yauzl", - "type": "static" - } - ], - "npm:dashdash": [ - { - "source": "npm:dashdash", - "target": "npm:assert-plus", - "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:data-view-buffer": [ - { - "source": "npm:data-view-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:data-view-buffer", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:data-view-buffer", - "target": "npm:is-data-view", - "type": "static" - } - ], - "npm:data-view-byte-length": [ - { - "source": "npm:data-view-byte-length", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:data-view-byte-length", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:data-view-byte-length", - "target": "npm:is-data-view", - "type": "static" - } - ], - "npm:data-view-byte-offset": [ - { - "source": "npm:data-view-byte-offset", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:data-view-byte-offset", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:data-view-byte-offset", - "target": "npm:is-data-view", - "type": "static" - } - ], - "npm:debug@2.6.9": [ - { - "source": "npm:debug@2.6.9", - "target": "npm:ms@2.0.0", - "type": "static" - } - ], - "npm:debug": [ - { - "source": "npm:debug", - "target": "npm:ms", - "type": "static" - } - ], - "npm:debug@3.2.7": [ - { - "source": "npm:debug@3.2.7", - "target": "npm:ms", - "type": "static" - } - ], - "npm:deep-eql": [ - { - "source": "npm:deep-eql", - "target": "npm:type-detect", - "type": "static" - } - ], - "npm:default-browser": [ - { - "source": "npm:default-browser", - "target": "npm:bundle-name", - "type": "static" - }, - { - "source": "npm:default-browser", - "target": "npm:default-browser-id", - "type": "static" - } - ], - "npm:defaults": [ - { - "source": "npm:defaults", - "target": "npm:clone", - "type": "static" - } - ], - "npm:define-data-property": [ - { - "source": "npm:define-data-property", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:define-data-property", - "target": "npm:gopd", - "type": "static" - } - ], - "npm:define-properties": [ - { - "source": "npm:define-properties", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:define-properties", - "target": "npm:object-keys", - "type": "static" - } - ], - "npm:detect-port": [ - { - "source": "npm:detect-port", - "target": "npm:address", - "type": "static" - } - ], - "npm:dir-glob": [ - { - "source": "npm:dir-glob", - "target": "npm:path-type", - "type": "static" - } - ], - "npm:dns-packet": [ - { - "source": "npm:dns-packet", - "target": "npm:@leichtgewicht/ip-codec", - "type": "static" - } - ], - "npm:doctrine": [ - { - "source": "npm:doctrine", - "target": "npm:esutils", - "type": "static" - } - ], - "npm:doctrine@3.0.0": [ - { - "source": "npm:doctrine@3.0.0", - "target": "npm:esutils", - "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: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-case": [ - { - "source": "npm:dot-case", - "target": "npm:no-case", - "type": "static" - }, - { - "source": "npm:dot-case", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:dotenv-expand": [ - { - "source": "npm:dotenv-expand", - "target": "npm:dotenv", - "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:ecc-jsbn": [ - { - "source": "npm:ecc-jsbn", - "target": "npm:jsbn", - "type": "static" - }, - { - "source": "npm:ecc-jsbn", - "target": "npm:safer-buffer", - "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", - "type": "static" - } - ], - "npm:end-of-stream": [ - { - "source": "npm:end-of-stream", - "target": "npm:once", - "type": "static" - } - ], - "npm:enhanced-resolve": [ - { - "source": "npm:enhanced-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:enhanced-resolve", - "target": "npm:tapable", - "type": "static" - } - ], - "npm:enquirer": [ - { - "source": "npm:enquirer", - "target": "npm:ansi-colors", - "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-abstract": [ - { - "source": "npm:es-abstract", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:arraybuffer.prototype.slice", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:data-view-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:es-to-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:get-symbol-description", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-data-view", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-negative-zero", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-shared-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-inspect", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:own-keys", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-array-concat", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-push-apply", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:set-proto", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:stop-iteration-iterator", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trim", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:string.prototype.trimstart", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-buffer", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-byte-offset", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:typed-array-length", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:unbox-primitive", - "type": "static" - }, - { - "source": "npm:es-abstract", - "target": "npm:which-typed-array", - "type": "static" - } - ], - "npm:es-iterator-helpers": [ - { - "source": "npm:es-iterator-helpers", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:globalthis", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:has-property-descriptors", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:iterator.prototype", - "type": "static" - }, - { - "source": "npm:es-iterator-helpers", - "target": "npm:math-intrinsics", - "type": "static" - } - ], - "npm:es-object-atoms@1.1.1": [ - { - "source": "npm:es-object-atoms@1.1.1", - "target": "npm:es-errors", - "type": "static" - } - ], - "npm:es-object-atoms": [ - { - "source": "npm:es-object-atoms", - "target": "npm:es-errors", - "type": "static" - } - ], - "npm:es-set-tostringtag": [ - { - "source": "npm:es-set-tostringtag", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:es-set-tostringtag", - "target": "npm:hasown", - "type": "static" - } - ], - "npm:es-shim-unscopables": [ - { - "source": "npm:es-shim-unscopables", - "target": "npm:hasown", - "type": "static" - } - ], - "npm:es-to-primitive": [ - { - "source": "npm:es-to-primitive", - "target": "npm:is-callable", - "type": "static" - }, - { - "source": "npm:es-to-primitive", - "target": "npm:is-date-object", - "type": "static" - }, - { - "source": "npm:es-to-primitive", - "target": "npm:is-symbol", - "type": "static" - } - ], - "npm:esbuild": [ - { - "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-x64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/openbsd-x64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/sunos-x64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-arm64", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-ia32", - "type": "static" - }, - { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-x64", - "type": "static" - } - ], - "npm:eslint-import-resolver-node": [ - { - "source": "npm:eslint-import-resolver-node", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:eslint-import-resolver-node", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:eslint-import-resolver-node", - "target": "npm:resolve@2.0.0-next.7", - "type": "static" - } - ], - "npm:eslint-module-utils": [ - { - "source": "npm:eslint-module-utils", - "target": "npm:debug@3.2.7", - "type": "static" - } - ], - "npm:eslint-plugin-cypress": [ - { - "source": "npm:eslint-plugin-cypress", - "target": "npm:globals", - "type": "static" - } - ], - "npm:eslint-plugin-import": [ - { - "source": "npm:eslint-plugin-import", - "target": "npm:@rtsao/scc", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array.prototype.findlastindex", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array.prototype.flat", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:debug@3.2.7", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:doctrine", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:eslint-import-resolver-node", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:eslint-module-utils", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:object.fromentries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:object.groupby", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:object.values", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:string.prototype.trimend", - "type": "static" - }, - { - "source": "npm:eslint-plugin-import", - "target": "npm:tsconfig-paths@3.15.0", - "type": "static" - } - ], - "npm:eslint-plugin-jsx-a11y": [ - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:aria-query", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:ast-types-flow", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:axe-core", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:axobject-query", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:damerau-levenshtein", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:emoji-regex@9.2.2", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:jsx-ast-utils", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:language-tags", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:object.fromentries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:safe-regex-test", - "type": "static" - }, - { - "source": "npm:eslint-plugin-jsx-a11y", - "target": "npm:string.prototype.includes", - "type": "static" - } - ], - "npm:eslint-plugin-react": [ - { - "source": "npm:eslint-plugin-react", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array.prototype.findlast", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:array.prototype.tosorted", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:doctrine", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:es-iterator-helpers", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:estraverse", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:jsx-ast-utils", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:object.entries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:object.fromentries", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:object.values", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:prop-types", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:resolve@2.0.0-next.7", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:semver@6.3.1", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:string.prototype.matchall", - "type": "static" - }, - { - "source": "npm:eslint-plugin-react", - "target": "npm:string.prototype.repeat", - "type": "static" - } - ], - "npm:eslint-scope": [ - { - "source": "npm:eslint-scope", - "target": "npm:esrecurse", - "type": "static" - }, - { - "source": "npm:eslint-scope", - "target": "npm:estraverse@4.3.0", - "type": "static" - } - ], - "npm:eslint-scope@7.2.2": [ - { - "source": "npm:eslint-scope@7.2.2", - "target": "npm:esrecurse", - "type": "static" - }, - { - "source": "npm:eslint-scope@7.2.2", - "target": "npm:estraverse", - "type": "static" - } - ], - "npm:eslint": [ - { - "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/eslintrc@2.1.4", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@eslint/js@8.57.1", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@humanwhocodes/config-array", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@humanwhocodes/module-importer", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@nodelib/fs.walk", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:@ungap/structured-clone", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:doctrine@3.0.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:escape-string-regexp@4.0.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-scope@7.2.2", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:eslint-visitor-keys", - "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@5.0.0", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:glob-parent@6.0.2", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:globals", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:graphemer", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:imurmurhash", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:is-path-inside", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:js-yaml", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:json-stable-stringify-without-jsonify", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:levn", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:lodash.merge", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:natural-compare", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:optionator", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:eslint", - "target": "npm:text-table", - "type": "static" - } - ], - "npm:espree@10.4.0": [ - { - "source": "npm:espree@10.4.0", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:espree@10.4.0", - "target": "npm:acorn-jsx", - "type": "static" - }, - { - "source": "npm:espree@10.4.0", - "target": "npm:eslint-visitor-keys@4.2.1", - "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", - "type": "static" - } - ], - "npm:esquery": [ - { - "source": "npm:esquery", - "target": "npm:estraverse", - "type": "static" - } - ], - "npm:esrecurse": [ - { - "source": "npm:esrecurse", - "target": "npm:estraverse", - "type": "static" - } - ], - "npm:execa": [ - { - "source": "npm:execa", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:get-stream", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:human-signals", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:is-stream", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:execa", - "target": "npm:strip-final-newline", - "type": "static" - } - ], - "npm:execa@5.1.1": [ - { - "source": "npm:execa@5.1.1", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:get-stream@6.0.1", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:human-signals@2.1.0", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:is-stream", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:execa@5.1.1", - "target": "npm:strip-final-newline", - "type": "static" - } - ], - "npm:execa@8.0.1": [ - { - "source": "npm:execa@8.0.1", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:get-stream@8.0.1", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:human-signals@5.0.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:is-stream@3.0.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:npm-run-path@5.3.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:onetime@6.0.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:signal-exit@4.1.0", - "type": "static" - }, - { - "source": "npm:execa@8.0.1", - "target": "npm:strip-final-newline@3.0.0", - "type": "static" - } - ], - "npm:executable": [ - { - "source": "npm:executable", - "target": "npm:pify", - "type": "static" - } - ], - "npm:expand-tilde": [ - { - "source": "npm:expand-tilde", - "target": "npm:homedir-polyfill", - "type": "static" - } - ], - "npm:expect": [ - { - "source": "npm:expect", - "target": "npm:@jest/expect-utils", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:expect", - "target": "npm:jest-util", - "type": "static" - } - ], - "npm:express@5.2.1": [ - { - "source": "npm:express@5.2.1", - "target": "npm:accepts@2.0.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:body-parser@2.2.2", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:content-disposition@1.1.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:content-type", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:cookie", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:cookie-signature@1.2.2", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:finalhandler@2.1.1", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:fresh@2.0.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:merge-descriptors@2.0.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:proxy-addr", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:qs", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:router", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:send@1.2.1", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:serve-static@2.2.1", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:type-is@2.1.0", - "type": "static" - }, - { - "source": "npm:express@5.2.1", - "target": "npm:vary", - "type": "static" - } - ], - "npm:express": [ - { - "source": "npm:express", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:array-flatten", - "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@2.6.9", - "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:methods", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:path-to-regexp@0.1.13", - "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:safe-buffer", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:send", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:serve-static", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:statuses", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:type-is", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:utils-merge", - "type": "static" - }, - { - "source": "npm:express", - "target": "npm:vary", - "type": "static" - } - ], - "npm:external-editor": [ - { - "source": "npm:external-editor", - "target": "npm:chardet", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:iconv-lite@0.4.24", - "type": "static" - }, - { - "source": "npm:external-editor", - "target": "npm:tmp@0.0.33", - "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", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:micromatch", - "type": "static" - } - ], - "npm:fast-xml-builder": [ - { - "source": "npm:fast-xml-builder", - "target": "npm:path-expression-matcher", - "type": "static" - }, - { - "source": "npm:fast-xml-builder", - "target": "npm:xml-naming", - "type": "static" - } - ], - "npm:fast-xml-parser": [ - { - "source": "npm:fast-xml-parser", - "target": "npm:@nodable/entities", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:fast-xml-builder", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:path-expression-matcher", - "type": "static" - }, - { - "source": "npm:fast-xml-parser", - "target": "npm:strnum", - "type": "static" - } - ], - "npm:fastq": [ - { - "source": "npm:fastq", - "target": "npm:reusify", - "type": "static" - } - ], - "npm:faye-websocket": [ - { - "source": "npm:faye-websocket", - "target": "npm:websocket-driver", - "type": "static" - } - ], - "npm:fb-watchman": [ - { - "source": "npm:fb-watchman", - "target": "npm:bser", - "type": "static" - } - ], - "npm:figures": [ - { - "source": "npm:figures", - "target": "npm:escape-string-regexp", - "type": "static" - } - ], - "npm:file-entry-cache": [ - { - "source": "npm:file-entry-cache", - "target": "npm:flat-cache", - "type": "static" - } - ], - "npm:file-type": [ - { - "source": "npm:file-type", - "target": "npm:@tokenizer/inflate", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:strtok3", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:token-types", - "type": "static" - }, - { - "source": "npm:file-type", - "target": "npm:uint8array-extras", - "type": "static" - } - ], - "npm:fill-range": [ - { - "source": "npm:fill-range", - "target": "npm:to-regex-range", - "type": "static" - } - ], - "npm:finalhandler@2.1.1": [ - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:finalhandler@2.1.1", - "target": "npm:statuses", - "type": "static" - } - ], - "npm:finalhandler": [ - { - "source": "npm:finalhandler", - "target": "npm:debug@2.6.9", - "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:finalhandler", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:find-cache-dir@3.3.2": [ - { - "source": "npm:find-cache-dir@3.3.2", - "target": "npm:commondir", - "type": "static" - }, - { - "source": "npm:find-cache-dir@3.3.2", - "target": "npm:make-dir@3.1.0", - "type": "static" - }, - { - "source": "npm:find-cache-dir@3.3.2", - "target": "npm:pkg-dir", - "type": "static" - } - ], - "npm:find-cache-dir": [ - { - "source": "npm:find-cache-dir", - "target": "npm:common-path-prefix", - "type": "static" - }, - { - "source": "npm:find-cache-dir", - "target": "npm:pkg-dir@7.0.0", - "type": "static" - } - ], - "npm:find-file-up": [ - { - "source": "npm:find-file-up", - "target": "npm:resolve-dir", - "type": "static" - } - ], - "npm:find-pkg": [ - { - "source": "npm:find-pkg", - "target": "npm:find-file-up", - "type": "static" - } - ], - "npm:find-up": [ - { - "source": "npm:find-up", - "target": "npm:locate-path", - "type": "static" - }, - { - "source": "npm:find-up", - "target": "npm:path-exists", - "type": "static" - } - ], - "npm:find-up@5.0.0": [ - { - "source": "npm:find-up@5.0.0", - "target": "npm:locate-path@6.0.0", - "type": "static" - }, - { - "source": "npm:find-up@5.0.0", - "target": "npm:path-exists", - "type": "static" - } - ], - "npm:find-up@6.3.0": [ - { - "source": "npm:find-up@6.3.0", - "target": "npm:locate-path@7.2.0", - "type": "static" - }, - { - "source": "npm:find-up@6.3.0", - "target": "npm:path-exists@5.0.0", - "type": "static" - } - ], - "npm:flat-cache": [ - { - "source": "npm:flat-cache", - "target": "npm:flatted", - "type": "static" - }, - { - "source": "npm:flat-cache", - "target": "npm:keyv", - "type": "static" - }, - { - "source": "npm:flat-cache", - "target": "npm:rimraf", - "type": "static" - } - ], - "npm:for-each": [ - { - "source": "npm:for-each", - "target": "npm:is-callable", - "type": "static" - } - ], - "npm:foreground-child": [ - { - "source": "npm:foreground-child", - "target": "npm:cross-spawn", - "type": "static" - }, - { - "source": "npm:foreground-child", - "target": "npm:signal-exit@4.1.0", - "type": "static" - } - ], - "npm:fork-ts-checker-webpack-plugin@9.0.2": [ - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:fs-extra", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:memfs", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:node-abort-controller", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:schema-utils@3.3.0", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin@9.0.2", - "target": "npm:tapable", - "type": "static" - } - ], - "npm:fork-ts-checker-webpack-plugin": [ - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:chokidar@4.0.3", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:cosmiconfig", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:fs-extra", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:memfs", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:node-abort-controller", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:schema-utils@3.3.0", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:fork-ts-checker-webpack-plugin", - "target": "npm:tapable", - "type": "static" - } - ], - "npm:form-data": [ - { - "source": "npm:form-data", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:form-data", - "target": "npm:mime-types", - "type": "static" - } - ], - "npm:fs-extra": [ - { - "source": "npm:fs-extra", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:fs-extra", - "target": "npm:jsonfile", - "type": "static" - }, - { - "source": "npm:fs-extra", - "target": "npm:universalify", - "type": "static" - } - ], - "npm:fs-extra@11.3.5": [ - { - "source": "npm:fs-extra@11.3.5", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:fs-extra@11.3.5", - "target": "npm:jsonfile", - "type": "static" - }, - { - "source": "npm:fs-extra@11.3.5", - "target": "npm:universalify", - "type": "static" - } - ], - "npm:fs-extra@9.1.0": [ - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:at-least-node", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:jsonfile", - "type": "static" - }, - { - "source": "npm:fs-extra@9.1.0", - "target": "npm:universalify", - "type": "static" - } - ], - "npm:fs-minipass": [ - { - "source": "npm:fs-minipass", - "target": "npm:minipass", - "type": "static" - } - ], - "npm:function.prototype.name": [ - { - "source": "npm:function.prototype.name", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:functions-have-names", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:function.prototype.name", - "target": "npm:is-callable", - "type": "static" - } - ], - "npm:generic-names": [ - { - "source": "npm:generic-names", - "target": "npm:loader-utils@3.3.1", - "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:get-stream": [ - { - "source": "npm:get-stream", - "target": "npm:pump", - "type": "static" - } - ], - "npm:get-symbol-description": [ - { - "source": "npm:get-symbol-description", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:get-symbol-description", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:get-symbol-description", - "target": "npm:get-intrinsic", - "type": "static" - } - ], - "npm:getpass": [ - { - "source": "npm:getpass", - "target": "npm:assert-plus", - "type": "static" - } - ], - "npm:glob-parent": [ - { - "source": "npm:glob-parent", - "target": "npm:is-glob", - "type": "static" - } - ], - "npm:glob-parent@6.0.2": [ - { - "source": "npm:glob-parent@6.0.2", - "target": "npm:is-glob", - "type": "static" - } - ], - "npm:glob@10.4.5": [ - { - "source": "npm:glob@10.4.5", - "target": "npm:foreground-child", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:jackspeak", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:minimatch@9.0.9", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:minipass@7.1.3", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:package-json-from-dist", - "type": "static" - }, - { - "source": "npm:glob@10.4.5", - "target": "npm:path-scurry", - "type": "static" - } - ], - "npm:glob": [ - { - "source": "npm:glob", - "target": "npm:foreground-child", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:jackspeak", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minimatch@9.0.9", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:minipass@7.1.3", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:package-json-from-dist", - "type": "static" - }, - { - "source": "npm:glob", - "target": "npm:path-scurry", - "type": "static" - } - ], - "npm:glob@7.2.3": [ - { - "source": "npm:glob@7.2.3", - "target": "npm:fs.realpath", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:inflight", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:minimatch", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:glob@7.2.3", - "target": "npm:path-is-absolute", - "type": "static" - } - ], - "npm:glob@8.1.0": [ - { - "source": "npm:glob@8.1.0", - "target": "npm:fs.realpath", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:inflight", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:minimatch@5.1.9", - "type": "static" - }, - { - "source": "npm:glob@8.1.0", - "target": "npm:once", - "type": "static" - } - ], - "npm:global-dirs": [ - { - "source": "npm:global-dirs", - "target": "npm:ini", - "type": "static" - } - ], - "npm:global-modules": [ - { - "source": "npm:global-modules", - "target": "npm:global-prefix", - "type": "static" - }, - { - "source": "npm:global-modules", - "target": "npm:is-windows", - "type": "static" - }, - { - "source": "npm:global-modules", - "target": "npm:resolve-dir", - "type": "static" - } - ], - "npm:global-prefix": [ - { - "source": "npm:global-prefix", - "target": "npm:expand-tilde", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:homedir-polyfill", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:ini@1.3.8", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:is-windows", - "type": "static" - }, - { - "source": "npm:global-prefix", - "target": "npm:which@1.3.1", - "type": "static" - } - ], - "npm:global": [ - { - "source": "npm:global", - "target": "npm:min-document", - "type": "static" - }, - { - "source": "npm:global", - "target": "npm:process", - "type": "static" - } - ], - "npm:globals": [ - { - "source": "npm:globals", - "target": "npm:type-fest", - "type": "static" - } - ], - "npm:globalthis": [ - { - "source": "npm:globalthis", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:globalthis", - "target": "npm:gopd", - "type": "static" - } - ], - "npm:globby": [ - { - "source": "npm:globby", - "target": "npm:array-union", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:dir-glob", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:fast-glob", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:ignore", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:merge2", - "type": "static" - }, - { - "source": "npm:globby", - "target": "npm:slash", - "type": "static" - } - ], - "npm:handlebars": [ - { - "source": "npm:handlebars", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:source-map", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:wordwrap", - "type": "static" - }, - { - "source": "npm:handlebars", - "target": "npm:uglify-js", - "type": "static" - } - ], - "npm:has-property-descriptors": [ - { - "source": "npm:has-property-descriptors", - "target": "npm:es-define-property", - "type": "static" - } - ], - "npm:has-proto": [ - { - "source": "npm:has-proto", - "target": "npm:dunder-proto", - "type": "static" - } - ], - "npm:has-tostringtag": [ - { - "source": "npm:has-tostringtag", - "target": "npm:has-symbols", - "type": "static" - } - ], - "npm:hasha": [ - { - "source": "npm:hasha", - "target": "npm:is-stream", - "type": "static" - }, - { - "source": "npm:hasha", - "target": "npm:type-fest@0.8.1", - "type": "static" - } - ], - "npm:hasown@2.0.2": [ - { - "source": "npm:hasown@2.0.2", - "target": "npm:function-bind", - "type": "static" - } - ], - "npm:hasown": [ - { - "source": "npm:hasown", - "target": "npm:function-bind", - "type": "static" - } - ], - "npm:homedir-polyfill": [ - { - "source": "npm:homedir-polyfill", - "target": "npm:parse-passwd", - "type": "static" - } - ], - "npm:hpack.js": [ - { - "source": "npm:hpack.js", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:obuf", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:readable-stream@2.3.8", - "type": "static" - }, - { - "source": "npm:hpack.js", - "target": "npm:wbuf", - "type": "static" - } - ], - "npm:html-encoding-sniffer@3.0.0": [ - { - "source": "npm:html-encoding-sniffer@3.0.0", - "target": "npm:whatwg-encoding", - "type": "static" - } - ], - "npm:html-encoding-sniffer": [ - { - "source": "npm:html-encoding-sniffer", - "target": "npm:@exodus/bytes", - "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-errors@1.8.1": [ - { - "source": "npm:http-errors@1.8.1", - "target": "npm:depd@1.1.2", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:setprototypeof", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:statuses@1.5.0", - "type": "static" - }, - { - "source": "npm:http-errors@1.8.1", - "target": "npm:toidentifier", - "type": "static" - } - ], - "npm:http-proxy-middleware@2.0.9": [ - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:@types/http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:is-plain-obj", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware@2.0.9", - "target": "npm:micromatch", - "type": "static" - } - ], - "npm:http-proxy-middleware": [ - { - "source": "npm:http-proxy-middleware", - "target": "npm:@types/http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:http-proxy", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:is-glob", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:is-plain-object", - "type": "static" - }, - { - "source": "npm:http-proxy-middleware", - "target": "npm:micromatch", - "type": "static" - } - ], - "npm:http-proxy": [ - { - "source": "npm:http-proxy", - "target": "npm:eventemitter3", - "type": "static" - }, - { - "source": "npm:http-proxy", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:http-proxy", - "target": "npm:requires-port", - "type": "static" - } - ], - "npm:http-server": [ - { - "source": "npm:http-server", - "target": "npm:basic-auth", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:corser", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:he", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:html-encoding-sniffer@3.0.0", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:http-proxy", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:mime", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:opener", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:portfinder", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:secure-compare", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:union", - "type": "static" - }, - { - "source": "npm:http-server", - "target": "npm:url-join", - "type": "static" - } - ], - "npm:http-signature": [ - { - "source": "npm:http-signature", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:http-signature", - "target": "npm:jsprim", - "type": "static" - }, - { - "source": "npm:http-signature", - "target": "npm:sshpk", - "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:iconv-lite@0.4.24": [ - { - "source": "npm:iconv-lite@0.4.24", - "target": "npm:safer-buffer", - "type": "static" - } - ], - "npm:iconv-lite@0.7.2": [ - { - "source": "npm:iconv-lite@0.7.2", - "target": "npm:safer-buffer", - "type": "static" - } - ], - "npm:identity-obj-proxy": [ - { - "source": "npm:identity-obj-proxy", - "target": "npm:harmony-reflect", - "type": "static" - } - ], - "npm:import-fresh": [ - { - "source": "npm:import-fresh", - "target": "npm:parent-module", - "type": "static" - }, - { - "source": "npm:import-fresh", - "target": "npm:resolve-from@4.0.0", - "type": "static" - } - ], - "npm:import-local": [ - { - "source": "npm:import-local", - "target": "npm:pkg-dir", - "type": "static" - }, - { - "source": "npm:import-local", - "target": "npm:resolve-cwd", - "type": "static" - } - ], - "npm:inflight": [ - { - "source": "npm:inflight", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:inflight", - "target": "npm:wrappy", - "type": "static" - } - ], - "npm:inquirer": [ - { - "source": "npm:inquirer", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:cli-width", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:external-editor", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:mute-stream", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:run-async", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:through", - "type": "static" - }, - { - "source": "npm:inquirer", - "target": "npm:wrap-ansi", - "type": "static" - } - ], - "npm:inquirer@9.2.15": [ - { - "source": "npm:inquirer@9.2.15", - "target": "npm:@ljharb/through", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:chalk@5.6.2", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:cli-width@4.1.0", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:external-editor", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:lodash", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:mute-stream@1.0.0", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:ora", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:run-async@3.0.0", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:inquirer@9.2.15", - "target": "npm:wrap-ansi", - "type": "static" - } - ], - "npm:internal-slot": [ - { - "source": "npm:internal-slot", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:internal-slot", - "target": "npm:hasown", - "type": "static" - }, - { - "source": "npm:internal-slot", - "target": "npm:side-channel", - "type": "static" - } - ], - "npm:is-array-buffer": [ - { - "source": "npm:is-array-buffer", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-array-buffer", - "target": "npm:get-intrinsic", - "type": "static" - } - ], - "npm:is-async-function": [ - { - "source": "npm:is-async-function", - "target": "npm:async-function", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-async-function", - "target": "npm:safe-regex-test", - "type": "static" - } - ], - "npm:is-bigint": [ - { - "source": "npm:is-bigint", - "target": "npm:has-bigints", - "type": "static" - } - ], - "npm:is-binary-path": [ - { - "source": "npm:is-binary-path", - "target": "npm:binary-extensions", - "type": "static" - } - ], - "npm:is-boolean-object": [ - { - "source": "npm:is-boolean-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-boolean-object", - "target": "npm:has-tostringtag", - "type": "static" - } - ], - "npm:is-core-module": [ - { - "source": "npm:is-core-module", - "target": "npm:hasown", - "type": "static" - } - ], - "npm:is-data-view": [ - { - "source": "npm:is-data-view", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:is-data-view", - "target": "npm:is-typed-array", - "type": "static" - } - ], - "npm:is-date-object": [ - { - "source": "npm:is-date-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-date-object", - "target": "npm:has-tostringtag", - "type": "static" - } - ], - "npm:is-finalizationregistry": [ - { - "source": "npm:is-finalizationregistry", - "target": "npm:call-bound", - "type": "static" - } - ], - "npm:is-fullwidth-code-point@5.1.0": [ - { - "source": "npm:is-fullwidth-code-point@5.1.0", - "target": "npm:get-east-asian-width", - "type": "static" - } - ], - "npm:is-generator-function": [ - { - "source": "npm:is-generator-function", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:generator-function", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-generator-function", - "target": "npm:safe-regex-test", - "type": "static" - } - ], - "npm:is-glob": [ - { - "source": "npm:is-glob", - "target": "npm:is-extglob", - "type": "static" - } - ], - "npm:is-inside-container": [ - { - "source": "npm:is-inside-container", - "target": "npm:is-docker@3.0.0", - "type": "static" - } - ], - "npm:is-installed-globally": [ - { - "source": "npm:is-installed-globally", - "target": "npm:global-dirs", - "type": "static" - }, - { - "source": "npm:is-installed-globally", - "target": "npm:is-path-inside", - "type": "static" - } - ], - "npm:is-number-object": [ - { - "source": "npm:is-number-object", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-number-object", - "target": "npm:has-tostringtag", - "type": "static" - } - ], - "npm:is-reference": [ - { - "source": "npm:is-reference", - "target": "npm:@types/estree", - "type": "static" - } - ], - "npm:is-regex": [ - { - "source": "npm:is-regex", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:is-regex", - "target": "npm:hasown", - "type": "static" - } - ], - "npm:is-shared-array-buffer": [ - { - "source": "npm:is-shared-array-buffer", - "target": "npm:call-bound", - "type": "static" - } - ], - "npm:is-string": [ - { - "source": "npm:is-string", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-string", - "target": "npm:has-tostringtag", - "type": "static" - } - ], - "npm:is-symbol": [ - { - "source": "npm:is-symbol", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:is-symbol", - "target": "npm:safe-regex-test", - "type": "static" - } - ], - "npm:is-typed-array": [ - { - "source": "npm:is-typed-array", - "target": "npm:which-typed-array", - "type": "static" - } - ], - "npm:is-weakref": [ - { - "source": "npm:is-weakref", - "target": "npm:call-bound", - "type": "static" - } - ], - "npm:is-weakset": [ - { - "source": "npm:is-weakset", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:is-weakset", - "target": "npm:get-intrinsic", - "type": "static" - } - ], - "npm:is-wsl": [ - { - "source": "npm:is-wsl", - "target": "npm:is-docker", - "type": "static" - } - ], - "npm:is-wsl@3.1.1": [ - { - "source": "npm:is-wsl@3.1.1", - "target": "npm:is-inside-container", - "type": "static" - } - ], - "npm:isomorphic-unfetch": [ - { - "source": "npm:isomorphic-unfetch", - "target": "npm:node-fetch", - "type": "static" - }, - { - "source": "npm:isomorphic-unfetch", - "target": "npm:unfetch", - "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@7.2.0", - "type": "static" - } - ], - "npm:istanbul-lib-source-maps": [ - { - "source": "npm:istanbul-lib-source-maps", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:istanbul-lib-source-maps", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:istanbul-lib-source-maps", - "target": "npm:istanbul-lib-coverage", - "type": "static" - } - ], - "npm:istanbul-reports": [ - { - "source": "npm:istanbul-reports", - "target": "npm:html-escaper", - "type": "static" - }, - { - "source": "npm:istanbul-reports", - "target": "npm:istanbul-lib-report", - "type": "static" - } - ], - "npm:iterator.prototype": [ - { - "source": "npm:iterator.prototype", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:iterator.prototype", - "target": "npm:set-function-name", - "type": "static" - } - ], - "npm:jackspeak": [ - { - "source": "npm:jackspeak", - "target": "npm:@isaacs/cliui", - "type": "static" - }, - { - "source": "npm:jackspeak", - "target": "npm:@pkgjs/parseargs", - "type": "static" - } - ], - "npm:jest-changed-files": [ - { - "source": "npm:jest-changed-files", - "target": "npm:execa@5.1.1", - "type": "static" - }, - { - "source": "npm:jest-changed-files", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-changed-files", - "target": "npm:p-limit", - "type": "static" - } - ], - "npm:jest-circus": [ - { - "source": "npm:jest-circus", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/expect", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:co", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:dedent", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:is-generator-fn", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-each", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-runtime", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:pure-rand", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-circus", - "target": "npm:stack-utils", - "type": "static" - } - ], - "npm:jest-cli": [ - { - "source": "npm:jest-cli", - "target": "npm:@jest/core", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:import-local", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:jest-config", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-cli", - "target": "npm:yargs", - "type": "static" - } - ], - "npm:jest-config": [ - { - "source": "npm:jest-config", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/pattern", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/test-sequencer", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:babel-jest", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:deepmerge", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-circus", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-docblock", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-environment-node", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-runner", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:parse-json", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-config", - "target": "npm:strip-json-comments", - "type": "static" - } - ], - "npm:jest-diff": [ - { - "source": "npm:jest-diff", - "target": "npm:@jest/diff-sequences@30.4.0", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-diff", - "target": "npm:pretty-format", - "type": "static" - } - ], - "npm:jest-docblock": [ - { - "source": "npm:jest-docblock", - "target": "npm:detect-newline", - "type": "static" - } - ], - "npm:jest-each": [ - { - "source": "npm:jest-each", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-each", - "target": "npm:pretty-format", - "type": "static" - } - ], - "npm:jest-environment-node": [ - { - "source": "npm:jest-environment-node", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@jest/fake-timers", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-environment-node", - "target": "npm:jest-validate", - "type": "static" - } - ], - "npm:jest-haste-map": [ - { - "source": "npm:jest-haste-map", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:anymatch", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:fb-watchman", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:walker", - "type": "static" - }, - { - "source": "npm:jest-haste-map", - "target": "npm:fsevents", - "type": "static" - } - ], - "npm:jest-leak-detector": [ - { - "source": "npm:jest-leak-detector", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-leak-detector", - "target": "npm:pretty-format", - "type": "static" - } - ], - "npm:jest-matcher-utils": [ - { - "source": "npm:jest-matcher-utils", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:jest-diff", - "type": "static" - }, - { - "source": "npm:jest-matcher-utils", - "target": "npm:pretty-format", - "type": "static" - } - ], - "npm:jest-message-util": [ - { - "source": "npm:jest-message-util", - "target": "npm:@babel/code-frame", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:@types/stack-utils", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:picomatch", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-message-util", - "target": "npm:stack-utils", - "type": "static" - } - ], - "npm:jest-mock": [ - { - "source": "npm:jest-mock", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-mock", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-mock", - "target": "npm:jest-util", - "type": "static" - } - ], - "npm:jest-resolve-dependencies": [ - { - "source": "npm:jest-resolve-dependencies", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-resolve-dependencies", - "target": "npm:jest-snapshot", - "type": "static" - } - ], - "npm:jest-resolve": [ - { - "source": "npm:jest-resolve", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-pnp-resolver", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:jest-validate", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-resolve", - "target": "npm:unrs-resolver", - "type": "static" - } - ], - "npm:jest-runner": [ - { - "source": "npm:jest-runner", - "target": "npm:@jest/console", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:emittery", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:exit-x", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-docblock", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-environment-node", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-leak-detector", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-runtime", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-watcher", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:jest-worker", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:p-limit", - "type": "static" - }, - { - "source": "npm:jest-runner", - "target": "npm:source-map-support@0.5.13", - "type": "static" - } - ], - "npm:jest-runtime": [ - { - "source": "npm:jest-runtime", - "target": "npm:@jest/environment", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/fake-timers", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/globals", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/source-map", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:cjs-module-lexer", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:collect-v8-coverage", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-haste-map", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-mock", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-regex-util", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-resolve", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-snapshot", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:slash", - "type": "static" - }, - { - "source": "npm:jest-runtime", - "target": "npm:strip-bom@4.0.0", - "type": "static" - } - ], - "npm:jest-snapshot": [ - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/generator", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/plugin-syntax-jsx", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/plugin-syntax-typescript", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@babel/types", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/expect-utils", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/snapshot-utils", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/transform", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:babel-preset-current-node-syntax", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:expect", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-diff", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-matcher-utils", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-message-util", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:pretty-format", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:jest-snapshot", - "target": "npm:synckit", - "type": "static" - } - ], - "npm:jest-util": [ - { - "source": "npm:jest-util", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:ci-info", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:jest-util", - "target": "npm:picomatch", - "type": "static" - } - ], - "npm:jest-validate": [ - { - "source": "npm:jest-validate", - "target": "npm:@jest/get-type", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:camelcase", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:leven", - "type": "static" - }, - { - "source": "npm:jest-validate", - "target": "npm:pretty-format", - "type": "static" - } - ], - "npm:jest-watcher": [ - { - "source": "npm:jest-watcher", - "target": "npm:@jest/test-result", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:ansi-escapes", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:emittery", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-watcher", - "target": "npm:string-length", - "type": "static" - } - ], - "npm:jest-worker": [ - { - "source": "npm:jest-worker", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:@ungap/structured-clone", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:jest-util", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:jest-worker", - "target": "npm:supports-color", - "type": "static" - } - ], - "npm:jest-worker@27.5.1": [ - { - "source": "npm:jest-worker@27.5.1", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:jest-worker@27.5.1", - "target": "npm:merge-stream", - "type": "static" - }, - { - "source": "npm:jest-worker@27.5.1", - "target": "npm:supports-color", - "type": "static" - } - ], - "npm:jest": [ - { - "source": "npm:jest", - "target": "npm:@jest/core", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:@jest/types", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:import-local", - "type": "static" - }, - { - "source": "npm:jest", - "target": "npm:jest-cli", - "type": "static" - } - ], - "npm:js-yaml@4.1.0": [ - { - "source": "npm:js-yaml@4.1.0", - "target": "npm:argparse", - "type": "static" - } - ], - "npm:js-yaml@3.14.2": [ - { - "source": "npm:js-yaml@3.14.2", - "target": "npm:argparse@1.0.10", - "type": "static" - }, - { - "source": "npm:js-yaml@3.14.2", - "target": "npm:esprima", - "type": "static" - } - ], - "npm:js-yaml": [ - { - "source": "npm:js-yaml", - "target": "npm:argparse", - "type": "static" - } - ], - "npm:jsdom": [ - { - "source": "npm:jsdom", - "target": "npm:@asamuzakjp/css-color", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@asamuzakjp/dom-selector", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@bramus/specificity", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@csstools/css-syntax-patches-for-csstree", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:css-tree", - "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:is-potential-custom-element-name", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:lru-cache", - "type": "static" - }, - { - "source": "npm:jsdom", - "target": "npm:parse5@8.0.1", - "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:undici", - "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:xml-name-validator", - "type": "static" - } - ], - "npm:json5@1.0.2": [ - { - "source": "npm:json5@1.0.2", - "target": "npm:minimist", - "type": "static" - } - ], - "npm:jsonc-eslint-parser": [ - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:eslint-visitor-keys", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:espree", - "type": "static" - }, - { - "source": "npm:jsonc-eslint-parser", - "target": "npm:semver", - "type": "static" - } - ], - "npm:jsonfile": [ - { - "source": "npm:jsonfile", - "target": "npm:universalify", - "type": "static" - }, - { - "source": "npm:jsonfile", - "target": "npm:graceful-fs", - "type": "static" - } - ], - "npm:jsonwebtoken": [ - { - "source": "npm:jsonwebtoken", - "target": "npm:jws", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.includes", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isboolean", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isinteger", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isnumber", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isplainobject", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.isstring", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:lodash.once", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:jsonwebtoken", - "target": "npm:semver", - "type": "static" - } - ], - "npm:jsprim": [ - { - "source": "npm:jsprim", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:extsprintf", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:json-schema", - "type": "static" - }, - { - "source": "npm:jsprim", - "target": "npm:verror", - "type": "static" - } - ], - "npm:jsx-ast-utils": [ - { - "source": "npm:jsx-ast-utils", - "target": "npm:array-includes", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:array.prototype.flat", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:object.assign", - "type": "static" - }, - { - "source": "npm:jsx-ast-utils", - "target": "npm:object.values", - "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:jwks-rsa": [ - { - "source": "npm:jwks-rsa", - "target": "npm:@types/jsonwebtoken", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:jose", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:limiter", - "type": "static" - }, - { - "source": "npm:jwks-rsa", - "target": "npm:lru-memoizer", - "type": "static" - } - ], - "npm:jws": [ - { - "source": "npm:jws", - "target": "npm:jwa", - "type": "static" - }, - { - "source": "npm:jws", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:keyv": [ - { - "source": "npm:keyv", - "target": "npm:json-buffer", - "type": "static" - } - ], - "npm:language-tags": [ - { - "source": "npm:language-tags", - "target": "npm:language-subtag-registry", - "type": "static" - } - ], - "npm:launch-editor": [ - { - "source": "npm:launch-editor", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:launch-editor", - "target": "npm:shell-quote", - "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", - "type": "static" - } - ], - "npm:levn": [ - { - "source": "npm:levn", - "target": "npm:prelude-ls", - "type": "static" - }, - { - "source": "npm:levn", - "target": "npm:type-check", - "type": "static" - } - ], - "npm:license-webpack-plugin": [ - { - "source": "npm:license-webpack-plugin", - "target": "npm:webpack-sources", - "type": "static" - } - ], - "npm:lint-staged": [ - { - "source": "npm:lint-staged", - "target": "npm:chalk@5.6.2", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:commander@13.1.0", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:execa@8.0.1", - "type": "static" - }, - { - "source": "npm:lint-staged", - "target": "npm:lilconfig", - "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: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@5.0.4", - "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:loader-utils": [ - { - "source": "npm:loader-utils", - "target": "npm:big.js", - "type": "static" - }, - { - "source": "npm:loader-utils", - "target": "npm:emojis-list", - "type": "static" - }, - { - "source": "npm:loader-utils", - "target": "npm:json5", - "type": "static" - } - ], - "npm:locate-path": [ - { - "source": "npm:locate-path", - "target": "npm:p-locate", - "type": "static" - } - ], - "npm:locate-path@6.0.0": [ - { - "source": "npm:locate-path@6.0.0", - "target": "npm:p-locate@5.0.0", - "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:log-symbols": [ - { - "source": "npm:log-symbols", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", - "type": "static" - } - ], - "npm:log-update": [ - { - "source": "npm:log-update", - "target": "npm:ansi-escapes@7.3.0", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:cli-cursor@5.0.0", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:slice-ansi@7.1.2", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - }, - { - "source": "npm:log-update", - "target": "npm:wrap-ansi@9.0.2", - "type": "static" - } - ], - "npm:loose-envify": [ - { - "source": "npm:loose-envify", - "target": "npm:js-tokens", - "type": "static" - } - ], - "npm:loupe": [ - { - "source": "npm:loupe", - "target": "npm:get-func-name", - "type": "static" - } - ], - "npm:lower-case": [ - { - "source": "npm:lower-case", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:lru-cache@5.1.1": [ - { - "source": "npm:lru-cache@5.1.1", - "target": "npm:yallist@3.1.1", - "type": "static" - } - ], - "npm:lru-memoizer": [ - { - "source": "npm:lru-memoizer", - "target": "npm:lodash.clonedeep", - "type": "static" - }, - { - "source": "npm:lru-memoizer", - "target": "npm:lru-cache", - "type": "static" - } - ], - "npm:magic-string@0.30.17": [ - { - "source": "npm:magic-string@0.30.17", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - } - ], - "npm:magic-string@0.30.8": [ - { - "source": "npm:magic-string@0.30.8", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - } - ], - "npm:magic-string": [ - { - "source": "npm:magic-string", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - } - ], - "npm:make-dir": [ - { - "source": "npm:make-dir", - "target": "npm:pify@4.0.1", - "type": "static" - }, - { - "source": "npm:make-dir", - "target": "npm:semver@5.7.2", - "type": "static" - } - ], - "npm:make-dir@3.1.0": [ - { - "source": "npm:make-dir@3.1.0", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:make-dir@4.0.0": [ - { - "source": "npm:make-dir@4.0.0", - "target": "npm:semver", - "type": "static" - } - ], - "npm:makeerror": [ - { - "source": "npm:makeerror", - "target": "npm:tmpl", - "type": "static" - } - ], - "npm:memfs": [ - { - "source": "npm:memfs", - "target": "npm:fs-monkey", - "type": "static" - } - ], - "npm:memfs@4.57.6": [ - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-core", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-fsa", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node-builtins", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node-to-fsa", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-node-utils", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-print", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/fs-snapshot", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/json-pack", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:@jsonjoy.com/util", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:glob-to-regex.js", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:thingies", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:tree-dump", - "type": "static" - }, - { - "source": "npm:memfs@4.57.6", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:micromatch": [ - { - "source": "npm:micromatch", - "target": "npm:braces", - "type": "static" - }, - { - "source": "npm:micromatch", - "target": "npm:picomatch@2.3.2", - "type": "static" - } - ], - "npm:mime-types": [ - { - "source": "npm:mime-types", - "target": "npm:mime-db@1.52.0", - "type": "static" - } - ], - "npm:mime-types@3.0.2": [ - { - "source": "npm:mime-types@3.0.2", - "target": "npm:mime-db", - "type": "static" - } - ], - "npm:min-document": [ - { - "source": "npm:min-document", - "target": "npm:dom-walk", - "type": "static" - } - ], - "npm:mini-css-extract-plugin": [ - { - "source": "npm:mini-css-extract-plugin", - "target": "npm:schema-utils", - "type": "static" - } - ], - "npm:minimatch@10.2.5": [ - { - "source": "npm:minimatch@10.2.5", - "target": "npm:brace-expansion@5.0.6", - "type": "static" - } - ], - "npm:minimatch@9.0.3": [ - { - "source": "npm:minimatch@9.0.3", - "target": "npm:brace-expansion", - "type": "static" - } - ], - "npm:minimatch": [ - { - "source": "npm:minimatch", - "target": "npm:brace-expansion@1.1.15", - "type": "static" - } - ], - "npm:minimatch@5.1.9": [ - { - "source": "npm:minimatch@5.1.9", - "target": "npm:brace-expansion", - "type": "static" - } - ], - "npm:minimatch@9.0.9": [ - { - "source": "npm:minimatch@9.0.9", - "target": "npm:brace-expansion", - "type": "static" - } - ], - "npm:minipass": [ - { - "source": "npm:minipass", - "target": "npm:yallist", - "type": "static" - } - ], - "npm:minizlib": [ - { - "source": "npm:minizlib", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:minizlib", - "target": "npm:yallist", - "type": "static" - } - ], - "npm:mlly": [ - { - "source": "npm:mlly", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pathe@2.0.3", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:pkg-types", - "type": "static" - }, - { - "source": "npm:mlly", - "target": "npm:ufo", - "type": "static" - } - ], - "npm:multer": [ - { - "source": "npm:multer", - "target": "npm:append-field", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:busboy", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:concat-stream", - "type": "static" - }, - { - "source": "npm:multer", - "target": "npm:type-is", - "type": "static" - } - ], - "npm:multicast-dns": [ - { - "source": "npm:multicast-dns", - "target": "npm:dns-packet", - "type": "static" - }, - { - "source": "npm:multicast-dns", - "target": "npm:thunky", - "type": "static" - } - ], - "npm:needle": [ - { - "source": "npm:needle", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:needle", - "target": "npm:sax", - "type": "static" - } - ], - "npm:no-case": [ - { - "source": "npm:no-case", - "target": "npm:lower-case", - "type": "static" - }, - { - "source": "npm:no-case", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:node-emoji": [ - { - "source": "npm:node-emoji", - "target": "npm:lodash", - "type": "static" - } - ], - "npm:node-exports-info": [ - { - "source": "npm:node-exports-info", - "target": "npm:array.prototype.flatmap", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:object.entries", - "type": "static" - }, - { - "source": "npm:node-exports-info", - "target": "npm:semver@6.3.1", - "type": "static" - } - ], - "npm:node-fetch": [ - { - "source": "npm:node-fetch", - "target": "npm:whatwg-url@5.0.0", - "type": "static" - } - ], - "npm:node-schedule": [ - { - "source": "npm:node-schedule", - "target": "npm:cron-parser", - "type": "static" - }, - { - "source": "npm:node-schedule", - "target": "npm:long-timeout", - "type": "static" - }, - { - "source": "npm:node-schedule", - "target": "npm:sorted-array-functions", - "type": "static" - } - ], - "npm:npm-run-path": [ - { - "source": "npm:npm-run-path", - "target": "npm:path-key", - "type": "static" - } - ], - "npm:npm-run-path@5.3.0": [ - { - "source": "npm:npm-run-path@5.3.0", - "target": "npm:path-key@4.0.0", - "type": "static" - } - ], - "npm:nth-check": [ - { - "source": "npm:nth-check", - "target": "npm:boolbase", - "type": "static" - } - ], - "npm:nx-cloud": [ - { - "source": "npm:nx-cloud", - "target": "npm:@nrwl/nx-cloud", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:axios@1.1.3", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:dotenv@10.0.0", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:fs-extra@11.3.5", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:node-machine-id", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:open", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:strip-json-comments", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:tar", - "type": "static" - }, - { - "source": "npm:nx-cloud", - "target": "npm:yargs-parser@22.0.0", - "type": "static" - } - ], - "npm:nx": [ - { - "source": "npm:nx", - "target": "npm:@emnapi/core@1.4.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@emnapi/runtime@1.4.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@emnapi/wasi-threads", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@jest/diff-sequences", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@napi-rs/wasm-runtime", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@tybys/wasm-util@0.9.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@yarnpkg/lockfile", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@zkochan/js-yaml", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ansi-colors", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:argparse", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:asynckit", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:axios@1.16.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:balanced-match@4.0.3", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:base64-js", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:bl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:brace-expansion@5.0.6", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:buffer", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:call-bind-apply-helpers", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:cli-spinners@2.6.1", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:cliui", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:clone", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:color-convert", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:color-name", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:combined-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:defaults", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:define-lazy-prop", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:delayed-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:dotenv@16.4.7", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:dotenv-expand", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ejs", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:end-of-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:enquirer", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-define-property", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-object-atoms@1.1.1", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:es-set-tostringtag", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:escalade", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:escape-string-regexp", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:figures", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:flat", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:follow-redirects", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:form-data", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:fs-constants", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:get-caller-file", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:has-flag", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:hasown@2.0.2", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ieee754", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ignore@7.0.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-interactive", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-unicode-supported", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:is-wsl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:jsonc-parser@3.2.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:lines-and-columns", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:math-intrinsics", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:mime-db@1.52.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:mimic-fn", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:minimatch@10.2.5", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:npm-run-path", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:once", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:onetime", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:open", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:ora@5.3.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:path-key", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:proxy-from-env", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:require-directory", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:resolve.exports", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:restore-cursor", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:semver@7.7.4", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:signal-exit", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:smol-toml", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:strip-bom", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:supports-color@7.2.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tar-stream", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tmp", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tree-kill", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tsconfig-paths", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:util-deprecate", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:wcwidth", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:wrap-ansi@7.0.0", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:wrappy", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:yaml", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:yargs", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:yargs-parser", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-arm64", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-x64", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-freebsd-x64", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-x64-msvc", - "type": "static" - } - ], - "npm:object.assign": [ - { - "source": "npm:object.assign", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:object.assign", - "target": "npm:object-keys", - "type": "static" - } - ], - "npm:object.entries": [ - { - "source": "npm:object.entries", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.entries", - "target": "npm:es-object-atoms", - "type": "static" - } - ], - "npm:object.fromentries": [ - { - "source": "npm:object.fromentries", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:object.fromentries", - "target": "npm:es-object-atoms", - "type": "static" - } - ], - "npm:object.groupby": [ - { - "source": "npm:object.groupby", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.groupby", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.groupby", - "target": "npm:es-abstract", - "type": "static" - } - ], - "npm:object.values": [ - { - "source": "npm:object.values", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:object.values", - "target": "npm:es-object-atoms", - "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-fn", - "type": "static" - } - ], - "npm:onetime@6.0.0": [ - { - "source": "npm:onetime@6.0.0", - "target": "npm:mimic-fn@4.0.0", - "type": "static" - } - ], - "npm:onetime@7.0.0": [ - { - "source": "npm:onetime@7.0.0", - "target": "npm:mimic-function", - "type": "static" - } - ], - "npm:open": [ - { - "source": "npm:open", - "target": "npm:define-lazy-prop", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:is-docker", - "type": "static" - }, - { - "source": "npm:open", - "target": "npm:is-wsl", - "type": "static" - } - ], - "npm:open@10.2.0": [ - { - "source": "npm:open@10.2.0", - "target": "npm:default-browser", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:define-lazy-prop@3.0.0", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:is-inside-container", - "type": "static" - }, - { - "source": "npm:open@10.2.0", - "target": "npm:wsl-utils", - "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@5.3.0": [ - { - "source": "npm:ora@5.3.0", - "target": "npm:bl", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:cli-cursor", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:cli-spinners", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:is-interactive", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:log-symbols", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:strip-ansi", - "type": "static" - }, - { - "source": "npm:ora@5.3.0", - "target": "npm:wcwidth", - "type": "static" - } - ], - "npm:ora": [ - { - "source": "npm:ora", - "target": "npm:bl", - "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:strip-ansi", - "type": "static" - }, - { - "source": "npm:ora", - "target": "npm:wcwidth", - "type": "static" - } - ], - "npm:own-keys": [ - { - "source": "npm:own-keys", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:own-keys", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:own-keys", - "target": "npm:safe-push-apply", - "type": "static" - } - ], - "npm:p-limit@2.3.0": [ - { - "source": "npm:p-limit@2.3.0", - "target": "npm:p-try", - "type": "static" - } - ], - "npm:p-limit": [ - { - "source": "npm:p-limit", - "target": "npm:yocto-queue", - "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": [ - { - "source": "npm:p-locate", - "target": "npm:p-limit@2.3.0", - "type": "static" - } - ], - "npm:p-locate@5.0.0": [ - { - "source": "npm:p-locate@5.0.0", - "target": "npm:p-limit", - "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:p-retry": [ - { - "source": "npm:p-retry", - "target": "npm:@types/retry", - "type": "static" - }, - { - "source": "npm:p-retry", - "target": "npm:is-network-error", - "type": "static" - }, - { - "source": "npm:p-retry", - "target": "npm:retry", - "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", - "type": "static" - }, - { - "source": "npm:parse-json", - "target": "npm:lines-and-columns@1.2.4", - "type": "static" - } - ], - "npm:parse5@8.0.1": [ - { - "source": "npm:parse5@8.0.1", - "target": "npm:entities@8.0.0", - "type": "static" - } - ], - "npm:passport-jwt": [ - { - "source": "npm:passport-jwt", - "target": "npm:jsonwebtoken", - "type": "static" - }, - { - "source": "npm:passport-jwt", - "target": "npm:passport-strategy", - "type": "static" - } - ], - "npm:passport": [ - { - "source": "npm:passport", - "target": "npm:passport-strategy", - "type": "static" - }, - { - "source": "npm:passport", - "target": "npm:pause", - "type": "static" - }, - { - "source": "npm:passport", - "target": "npm:utils-merge", - "type": "static" - } - ], - "npm:path-scurry": [ - { - "source": "npm:path-scurry", - "target": "npm:lru-cache@10.4.3", - "type": "static" - }, - { - "source": "npm:path-scurry", - "target": "npm:minipass@7.1.3", - "type": "static" - } - ], - "npm:pg-types": [ - { - "source": "npm:pg-types", - "target": "npm:pg-int8", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-array", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-bytea", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-date", - "type": "static" - }, - { - "source": "npm:pg-types", - "target": "npm:postgres-interval", - "type": "static" - } - ], - "npm:pg": [ - { - "source": "npm:pg", - "target": "npm:pg-connection-string", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-pool", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-protocol", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-types", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pgpass", - "type": "static" - }, - { - "source": "npm:pg", - "target": "npm:pg-cloudflare", - "type": "static" - } - ], - "npm:pgpass": [ - { - "source": "npm:pgpass", - "target": "npm:split2", - "type": "static" - } - ], - "npm:pkg-dir": [ - { - "source": "npm:pkg-dir", - "target": "npm:find-up", - "type": "static" - } - ], - "npm:pkg-dir@7.0.0": [ - { - "source": "npm:pkg-dir@7.0.0", - "target": "npm:find-up@6.3.0", - "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@2.0.3", - "type": "static" - } - ], - "npm:pkijs": [ - { - "source": "npm:pkijs", - "target": "npm:@noble/hashes", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:asn1js", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:bytestreamjs", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:pvtsutils", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:pvutils", - "type": "static" - }, - { - "source": "npm:pkijs", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:portfinder": [ - { - "source": "npm:portfinder", - "target": "npm:async", - "type": "static" - }, - { - "source": "npm:portfinder", - "target": "npm:debug", - "type": "static" - } - ], - "npm:postcss-calc": [ - { - "source": "npm:postcss-calc", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-calc", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-colormin": [ - { - "source": "npm:postcss-colormin", - "target": "npm:@colordx/core", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-colormin", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-convert-values": [ - { - "source": "npm:postcss-convert-values", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-convert-values", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-discard-comments": [ - { - "source": "npm:postcss-discard-comments", - "target": "npm:postcss-selector-parser", - "type": "static" - } - ], - "npm:postcss-import": [ - { - "source": "npm:postcss-import", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-import", - "target": "npm:read-cache", - "type": "static" - }, - { - "source": "npm:postcss-import", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:postcss-loader": [ - { - "source": "npm:postcss-loader", - "target": "npm:cosmiconfig@9.0.1", - "type": "static" - }, - { - "source": "npm:postcss-loader", - "target": "npm:jiti", - "type": "static" - }, - { - "source": "npm:postcss-loader", - "target": "npm:semver", - "type": "static" - } - ], - "npm:postcss-merge-longhand": [ - { - "source": "npm:postcss-merge-longhand", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-merge-longhand", - "target": "npm:stylehacks", - "type": "static" - } - ], - "npm:postcss-merge-rules": [ - { - "source": "npm:postcss-merge-rules", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-merge-rules", - "target": "npm:postcss-selector-parser", - "type": "static" - } - ], - "npm:postcss-minify-font-values": [ - { - "source": "npm:postcss-minify-font-values", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-minify-gradients": [ - { - "source": "npm:postcss-minify-gradients", - "target": "npm:@colordx/core", - "type": "static" - }, - { - "source": "npm:postcss-minify-gradients", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-minify-gradients", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-minify-params": [ - { - "source": "npm:postcss-minify-params", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-minify-params", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-minify-params", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-minify-selectors": [ - { - "source": "npm:postcss-minify-selectors", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:caniuse-api", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:cssesc", - "type": "static" - }, - { - "source": "npm:postcss-minify-selectors", - "target": "npm:postcss-selector-parser", - "type": "static" - } - ], - "npm:postcss-modules-local-by-default": [ - { - "source": "npm:postcss-modules-local-by-default", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:postcss-modules-local-by-default", - "target": "npm:postcss-selector-parser", - "type": "static" - }, - { - "source": "npm:postcss-modules-local-by-default", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-modules-scope": [ - { - "source": "npm:postcss-modules-scope", - "target": "npm:postcss-selector-parser", - "type": "static" - } - ], - "npm:postcss-modules-values": [ - { - "source": "npm:postcss-modules-values", - "target": "npm:icss-utils", - "type": "static" - } - ], - "npm:postcss-modules": [ - { - "source": "npm:postcss-modules", - "target": "npm:generic-names", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:icss-utils", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:lodash.camelcase", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-extract-imports", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-local-by-default", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-scope", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:postcss-modules-values", - "type": "static" - }, - { - "source": "npm:postcss-modules", - "target": "npm:string-hash", - "type": "static" - } - ], - "npm:postcss-normalize-display-values": [ - { - "source": "npm:postcss-normalize-display-values", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-positions": [ - { - "source": "npm:postcss-normalize-positions", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-repeat-style": [ - { - "source": "npm:postcss-normalize-repeat-style", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-string": [ - { - "source": "npm:postcss-normalize-string", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-timing-functions": [ - { - "source": "npm:postcss-normalize-timing-functions", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-unicode": [ - { - "source": "npm:postcss-normalize-unicode", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-normalize-unicode", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-url": [ - { - "source": "npm:postcss-normalize-url", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-normalize-whitespace": [ - { - "source": "npm:postcss-normalize-whitespace", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-ordered-values": [ - { - "source": "npm:postcss-ordered-values", - "target": "npm:cssnano-utils", - "type": "static" - }, - { - "source": "npm:postcss-ordered-values", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-reduce-initial": [ - { - "source": "npm:postcss-reduce-initial", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:postcss-reduce-initial", - "target": "npm:caniuse-api", - "type": "static" - } - ], - "npm:postcss-reduce-transforms": [ - { - "source": "npm:postcss-reduce-transforms", - "target": "npm:postcss-value-parser", - "type": "static" - } - ], - "npm:postcss-selector-parser": [ - { - "source": "npm:postcss-selector-parser", - "target": "npm:cssesc", - "type": "static" - }, - { - "source": "npm:postcss-selector-parser", - "target": "npm:util-deprecate", - "type": "static" - } - ], - "npm:postcss-svgo": [ - { - "source": "npm:postcss-svgo", - "target": "npm:postcss-value-parser", - "type": "static" - }, - { - "source": "npm:postcss-svgo", - "target": "npm:svgo@4.0.1", - "type": "static" - } - ], - "npm:postcss-unique-selectors": [ - { - "source": "npm:postcss-unique-selectors", - "target": "npm:postcss-selector-parser", - "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:postgres-interval": [ - { - "source": "npm:postgres-interval", - "target": "npm:xtend", - "type": "static" - } - ], - "npm:pretty-format": [ - { - "source": "npm:pretty-format", - "target": "npm:@jest/schemas", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:react-is-18", - "type": "static" - }, - { - "source": "npm:pretty-format", - "target": "npm:react-is-19", - "type": "static" - } - ], - "npm:pretty-format@27.5.1": [ - { - "source": "npm:pretty-format@27.5.1", - "target": "npm:ansi-regex", - "type": "static" - }, - { - "source": "npm:pretty-format@27.5.1", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format@27.5.1", - "target": "npm:react-is@17.0.2", - "type": "static" - } - ], - "npm:pretty-format@29.7.0": [ - { - "source": "npm:pretty-format@29.7.0", - "target": "npm:@jest/schemas@29.6.3", - "type": "static" - }, - { - "source": "npm:pretty-format@29.7.0", - "target": "npm:ansi-styles@5.2.0", - "type": "static" - }, - { - "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is@18.3.1", - "type": "static" - } - ], - "npm:prop-types": [ - { - "source": "npm:prop-types", - "target": "npm:loose-envify", - "type": "static" - }, - { - "source": "npm:prop-types", - "target": "npm:object-assign", - "type": "static" - }, - { - "source": "npm:prop-types", - "target": "npm:react-is", - "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:pump": [ - { - "source": "npm:pump", - "target": "npm:end-of-stream", - "type": "static" - }, - { - "source": "npm:pump", - "target": "npm:once", - "type": "static" - } - ], - "npm:pvtsutils": [ - { - "source": "npm:pvtsutils", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:qs": [ - { - "source": "npm:qs", - "target": "npm:side-channel", - "type": "static" - } - ], - "npm:raw-body@3.0.2": [ - { - "source": "npm:raw-body@3.0.2", - "target": "npm:bytes", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:iconv-lite@0.7.2", - "type": "static" - }, - { - "source": "npm:raw-body@3.0.2", - "target": "npm:unpipe", - "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@0.4.24", - "type": "static" - }, - { - "source": "npm:raw-body", - "target": "npm:unpipe", - "type": "static" - } - ], - "npm:react-dom": [ - { - "source": "npm:react-dom", - "target": "npm:loose-envify", - "type": "static" - }, - { - "source": "npm:react-dom", - "target": "npm:scheduler", - "type": "static" - } - ], - "npm:react-router-dom": [ - { - "source": "npm:react-router-dom", - "target": "npm:react-router", - "type": "static" - } - ], - "npm:react-router": [ - { - "source": "npm:react-router", - "target": "npm:cookie@1.1.1", - "type": "static" - }, - { - "source": "npm:react-router", - "target": "npm:set-cookie-parser", - "type": "static" - } - ], - "npm:react": [ - { - "source": "npm:react", - "target": "npm:loose-envify", - "type": "static" - } - ], - "npm:read-cache": [ - { - "source": "npm:read-cache", - "target": "npm:pify", - "type": "static" - } - ], - "npm:readable-stream": [ - { - "source": "npm:readable-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:string_decoder", - "type": "static" - }, - { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - } - ], - "npm:readable-stream@2.3.8": [ - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:core-util-is", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray@1.0.0", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:process-nextick-args", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer@5.1.2", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:string_decoder@1.1.1", - "type": "static" - }, - { - "source": "npm:readable-stream@2.3.8", - "target": "npm:util-deprecate", - "type": "static" - } - ], - "npm:readdirp": [ - { - "source": "npm:readdirp", - "target": "npm:picomatch@2.3.2", - "type": "static" - } - ], - "npm:reflect.getprototypeof": [ - { - "source": "npm:reflect.getprototypeof", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:reflect.getprototypeof", - "target": "npm:which-builtin-type", - "type": "static" - } - ], - "npm:regenerate-unicode-properties": [ - { - "source": "npm:regenerate-unicode-properties", - "target": "npm:regenerate", - "type": "static" - } - ], - "npm:regexp.prototype.flags": [ - { - "source": "npm:regexp.prototype.flags", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:regexp.prototype.flags", - "target": "npm:set-function-name", - "type": "static" - } - ], - "npm:regexpu-core": [ - { - "source": "npm:regexpu-core", - "target": "npm:regenerate", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regenerate-unicode-properties", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regjsgen", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:regjsparser", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:unicode-match-property-ecmascript", - "type": "static" - }, - { - "source": "npm:regexpu-core", - "target": "npm:unicode-match-property-value-ecmascript", - "type": "static" - } - ], - "npm:regjsparser": [ - { - "source": "npm:regjsparser", - "target": "npm:jsesc", - "type": "static" - } - ], - "npm:request-progress": [ - { - "source": "npm:request-progress", - "target": "npm:throttleit", - "type": "static" - } - ], - "npm:resolve-cwd": [ - { - "source": "npm:resolve-cwd", - "target": "npm:resolve-from", - "type": "static" - } - ], - "npm:resolve-dir": [ - { - "source": "npm:resolve-dir", - "target": "npm:expand-tilde", - "type": "static" - }, - { - "source": "npm:resolve-dir", - "target": "npm:global-modules", - "type": "static" - } - ], - "npm:resolve@1.22.8": [ - { - "source": "npm:resolve@1.22.8", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve@1.22.8", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve@1.22.8", - "target": "npm:supports-preserve-symlinks-flag", - "type": "static" - } - ], - "npm:resolve": [ - { - "source": "npm:resolve", - "target": "npm:es-errors", - "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" - } - ], - "npm:resolve@2.0.0-next.7": [ - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:is-core-module", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:node-exports-info", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:object-keys", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "target": "npm:path-parse", - "type": "static" - }, - { - "source": "npm:resolve@2.0.0-next.7", - "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:restore-cursor@5.1.0": [ - { - "source": "npm:restore-cursor@5.1.0", - "target": "npm:onetime@7.0.0", - "type": "static" - }, - { - "source": "npm:restore-cursor@5.1.0", - "target": "npm:signal-exit@4.1.0", - "type": "static" - } - ], - "npm:rimraf": [ - { - "source": "npm:rimraf", - "target": "npm:glob@7.2.3", - "type": "static" - } - ], - "npm:rollup-plugin-typescript2": [ - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:@rollup/pluginutils@4.2.1", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:find-cache-dir@3.3.2", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:fs-extra", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:rollup-plugin-typescript2", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:rollup@3.30.0": [ - { - "source": "npm:rollup@3.30.0", - "target": "npm:fsevents", - "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-loong64-musl", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-ppc64-gnu", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-ppc64-musl", - "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-openbsd-x64", - "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: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@8.4.2", - "type": "static" - } - ], - "npm:run-parallel": [ - { - "source": "npm:run-parallel", - "target": "npm:queue-microtask", - "type": "static" - } - ], - "npm:rxjs@7.8.1": [ - { - "source": "npm:rxjs@7.8.1", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:rxjs": [ - { - "source": "npm:rxjs", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:safe-array-concat": [ - { - "source": "npm:safe-array-concat", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:safe-array-concat", - "target": "npm:isarray", - "type": "static" - } - ], - "npm:safe-push-apply": [ - { - "source": "npm:safe-push-apply", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:safe-push-apply", - "target": "npm:isarray", - "type": "static" - } - ], - "npm:safe-regex-test": [ - { - "source": "npm:safe-regex-test", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:safe-regex-test", - "target": "npm:is-regex", - "type": "static" - } - ], - "npm:sass-embedded-all-unknown": [ - { - "source": "npm:sass-embedded-all-unknown", - "target": "npm:sass", - "type": "static" - } - ], - "npm:sass-embedded-unknown-all": [ - { - "source": "npm:sass-embedded-unknown-all", - "target": "npm:sass", - "type": "static" - } - ], - "npm:sass-embedded": [ - { - "source": "npm:sass-embedded", - "target": "npm:@bufbuild/protobuf", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:colorjs.io", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:immutable", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:rxjs", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:supports-color", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sync-child-process", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:varint", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-all-unknown", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-arm", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-riscv64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-android-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-darwin-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-darwin-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-arm", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-arm", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-riscv64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-musl-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-riscv64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-linux-x64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-unknown-all", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-win32-arm64", - "type": "static" - }, - { - "source": "npm:sass-embedded", - "target": "npm:sass-embedded-win32-x64", - "type": "static" - } - ], - "npm:sass-loader": [ - { - "source": "npm:sass-loader", - "target": "npm:neo-async", - "type": "static" - } - ], - "npm:sass": [ - { - "source": "npm:sass", - "target": "npm:chokidar@5.0.0", - "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:scheduler": [ - { - "source": "npm:scheduler", - "target": "npm:loose-envify", - "type": "static" - } - ], - "npm:schema-utils@4.3.0": [ - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils@4.3.0", - "target": "npm:ajv-keywords", - "type": "static" - } - ], - "npm:schema-utils@3.3.0": [ - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:ajv@6.15.0", - "type": "static" - }, - { - "source": "npm:schema-utils@3.3.0", - "target": "npm:ajv-keywords@3.5.2", - "type": "static" - } - ], - "npm:schema-utils": [ - { - "source": "npm:schema-utils", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-formats", - "type": "static" - }, - { - "source": "npm:schema-utils", - "target": "npm:ajv-keywords", - "type": "static" - } - ], - "npm:selfsigned": [ - { - "source": "npm:selfsigned", - "target": "npm:@peculiar/x509", - "type": "static" - }, - { - "source": "npm:selfsigned", - "target": "npm:pkijs", - "type": "static" - } - ], - "npm:send@1.2.1": [ - { - "source": "npm:send@1.2.1", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:etag", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:fresh@2.0.0", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:http-errors", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:ms", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:send@1.2.1", - "target": "npm:statuses", - "type": "static" - } - ], - "npm:send": [ - { - "source": "npm:send", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:depd", - "type": "static" - }, - { - "source": "npm:send", - "target": "npm:destroy", - "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", - "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-index": [ - { - "source": "npm:serve-index", - "target": "npm:accepts", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:batch", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:debug@2.6.9", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:http-errors@1.8.1", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:serve-index", - "target": "npm:parseurl", - "type": "static" - } - ], - "npm:serve-static@2.2.1": [ - { - "source": "npm:serve-static@2.2.1", - "target": "npm:encodeurl", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:escape-html", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:parseurl", - "type": "static" - }, - { - "source": "npm:serve-static@2.2.1", - "target": "npm:send@1.2.1", - "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:set-function-length": [ - { - "source": "npm:set-function-length", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:function-bind", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:set-function-length", - "target": "npm:has-property-descriptors", - "type": "static" - } - ], - "npm:set-function-name": [ - { - "source": "npm:set-function-name", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:functions-have-names", - "type": "static" - }, - { - "source": "npm:set-function-name", - "target": "npm:has-property-descriptors", - "type": "static" - } - ], - "npm:set-proto": [ - { - "source": "npm:set-proto", - "target": "npm:dunder-proto", - "type": "static" - }, - { - "source": "npm:set-proto", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:set-proto", - "target": "npm:es-object-atoms", - "type": "static" - } - ], - "npm:sha.js": [ - { - "source": "npm:sha.js", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:sha.js", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:sha.js", - "target": "npm:to-buffer", - "type": "static" - } - ], - "npm:shebang-command": [ - { - "source": "npm:shebang-command", - "target": "npm:shebang-regex", - "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: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: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@6.2.3", - "type": "static" - }, - { - "source": "npm:slice-ansi", - "target": "npm:is-fullwidth-code-point@4.0.0", - "type": "static" - } - ], - "npm:slice-ansi@7.1.2": [ - { - "source": "npm:slice-ansi@7.1.2", - "target": "npm:ansi-styles@6.2.3", - "type": "static" - }, - { - "source": "npm:slice-ansi@7.1.2", - "target": "npm:is-fullwidth-code-point@5.1.0", - "type": "static" - } - ], - "npm:snake-case": [ - { - "source": "npm:snake-case", - "target": "npm:dot-case", - "type": "static" - }, - { - "source": "npm:snake-case", - "target": "npm:tslib", - "type": "static" - } - ], - "npm:sockjs": [ - { - "source": "npm:sockjs", - "target": "npm:faye-websocket", - "type": "static" - }, - { - "source": "npm:sockjs", - "target": "npm:uuid@8.3.2", - "type": "static" - }, - { - "source": "npm:sockjs", - "target": "npm:websocket-driver", - "type": "static" - } - ], - "npm:source-map-loader": [ - { - "source": "npm:source-map-loader", - "target": "npm:iconv-lite", - "type": "static" - }, - { - "source": "npm:source-map-loader", - "target": "npm:source-map-js", - "type": "static" - } - ], - "npm:source-map-support@0.5.13": [ - { - "source": "npm:source-map-support@0.5.13", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support@0.5.13", - "target": "npm:source-map", - "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", - "type": "static" - } - ], - "npm:source-map-support@0.5.21": [ - { - "source": "npm:source-map-support@0.5.21", - "target": "npm:buffer-from", - "type": "static" - }, - { - "source": "npm:source-map-support@0.5.21", - "target": "npm:source-map", - "type": "static" - } - ], - "npm:spdy-transport": [ - { - "source": "npm:spdy-transport", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:detect-node", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:hpack.js", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:obuf", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:readable-stream", - "type": "static" - }, - { - "source": "npm:spdy-transport", - "target": "npm:wbuf", - "type": "static" - } - ], - "npm:spdy": [ - { - "source": "npm:spdy", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:handle-thing", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:http-deceiver", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:select-hose", - "type": "static" - }, - { - "source": "npm:spdy", - "target": "npm:spdy-transport", - "type": "static" - } - ], - "npm:sshpk": [ - { - "source": "npm:sshpk", - "target": "npm:asn1", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:bcrypt-pbkdf", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:dashdash", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:ecc-jsbn", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:getpass", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:jsbn", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:safer-buffer", - "type": "static" - }, - { - "source": "npm:sshpk", - "target": "npm:tweetnacl", - "type": "static" - } - ], - "npm:stack-utils": [ - { - "source": "npm:stack-utils", - "target": "npm:escape-string-regexp@2.0.0", - "type": "static" - } - ], - "npm:stop-iteration-iterator": [ - { - "source": "npm:stop-iteration-iterator", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:stop-iteration-iterator", - "target": "npm:internal-slot", - "type": "static" - } - ], - "npm:string-length": [ - { - "source": "npm:string-length", - "target": "npm:char-regex", - "type": "static" - }, - { - "source": "npm:string-length", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:string-width-cjs": [ - { - "source": "npm:string-width-cjs", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width-cjs", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:string-width": [ - { - "source": "npm:string-width", - "target": "npm:emoji-regex", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:is-fullwidth-code-point", - "type": "static" - }, - { - "source": "npm:string-width", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:string-width@5.1.2": [ - { - "source": "npm:string-width@5.1.2", - "target": "npm:eastasianwidth", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:emoji-regex@9.2.2", - "type": "static" - }, - { - "source": "npm:string-width@5.1.2", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - } - ], - "npm:string-width@7.2.0": [ - { - "source": "npm:string-width@7.2.0", - "target": "npm:emoji-regex@10.6.0", - "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@7.2.0", - "type": "static" - } - ], - "npm:string.prototype.includes": [ - { - "source": "npm:string.prototype.includes", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.includes", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.includes", - "target": "npm:es-abstract", - "type": "static" - } - ], - "npm:string.prototype.matchall": [ - { - "source": "npm:string.prototype.matchall", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:get-intrinsic", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:internal-slot", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:regexp.prototype.flags", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:set-function-name", - "type": "static" - }, - { - "source": "npm:string.prototype.matchall", - "target": "npm:side-channel", - "type": "static" - } - ], - "npm:string.prototype.repeat": [ - { - "source": "npm:string.prototype.repeat", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.repeat", - "target": "npm:es-abstract", - "type": "static" - } - ], - "npm:string.prototype.trim": [ - { - "source": "npm:string.prototype.trim", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:define-data-property", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:es-abstract", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:es-object-atoms", - "type": "static" - }, - { - "source": "npm:string.prototype.trim", - "target": "npm:has-property-descriptors", - "type": "static" - } - ], - "npm:string.prototype.trimend": [ - { - "source": "npm:string.prototype.trimend", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.trimend", - "target": "npm:es-object-atoms", - "type": "static" - } - ], - "npm:string.prototype.trimstart": [ - { - "source": "npm:string.prototype.trimstart", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:string.prototype.trimstart", - "target": "npm:define-properties", - "type": "static" - }, - { - "source": "npm:string.prototype.trimstart", - "target": "npm:es-object-atoms", - "type": "static" - } - ], - "npm:string_decoder": [ - { - "source": "npm:string_decoder", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:string_decoder@1.1.1": [ - { - "source": "npm:string_decoder@1.1.1", - "target": "npm:safe-buffer@5.1.2", - "type": "static" - } - ], - "npm:strip-ansi-cjs": [ - { - "source": "npm:strip-ansi-cjs", - "target": "npm:ansi-regex", - "type": "static" - } - ], - "npm:strip-ansi": [ - { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", - "type": "static" - } - ], - "npm:strip-ansi@7.2.0": [ - { - "source": "npm:strip-ansi@7.2.0", - "target": "npm:ansi-regex@6.2.2", - "type": "static" - } - ], - "npm:strip-literal": [ - { - "source": "npm:strip-literal", - "target": "npm:acorn", - "type": "static" - } - ], - "npm:strtok3": [ - { - "source": "npm:strtok3", - "target": "npm:@tokenizer/token", - "type": "static" - } - ], - "npm:stylehacks": [ - { - "source": "npm:stylehacks", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:stylehacks", - "target": "npm:postcss-selector-parser", - "type": "static" - } - ], - "npm:supports-color@7.2.0": [ - { - "source": "npm:supports-color@7.2.0", - "target": "npm:has-flag", - "type": "static" - } - ], - "npm:supports-color": [ - { - "source": "npm:supports-color", - "target": "npm:has-flag", - "type": "static" - } - ], - "npm:svgo": [ - { - "source": "npm:svgo", - "target": "npm:commander@7.2.0", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:css-select", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:css-tree@2.3.1", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:csso", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:svgo", - "target": "npm:sax", - "type": "static" - } - ], - "npm:svgo@4.0.1": [ - { - "source": "npm:svgo@4.0.1", - "target": "npm:commander", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:css-select", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:css-tree", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:css-what", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:csso", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:svgo@4.0.1", - "target": "npm:sax", - "type": "static" - } - ], - "npm:sync-child-process": [ - { - "source": "npm:sync-child-process", - "target": "npm:sync-message-port", - "type": "static" - } - ], - "npm:synckit": [ - { - "source": "npm:synckit", - "target": "npm:@pkgr/core", - "type": "static" - } - ], - "npm:tar-stream": [ - { - "source": "npm:tar-stream", - "target": "npm:bl", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:end-of-stream", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:fs-constants", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:inherits", - "type": "static" - }, - { - "source": "npm:tar-stream", - "target": "npm:readable-stream", - "type": "static" - } - ], - "npm:tar": [ - { - "source": "npm:tar", - "target": "npm:chownr", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:fs-minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minipass", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:minizlib", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:mkdirp", - "type": "static" - }, - { - "source": "npm:tar", - "target": "npm:yallist", - "type": "static" - } - ], - "npm:terser-webpack-plugin": [ - { - "source": "npm:terser-webpack-plugin", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:jest-worker@27.5.1", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:terser-webpack-plugin", - "target": "npm:terser", - "type": "static" - } - ], - "npm:terser": [ - { - "source": "npm:terser", - "target": "npm:@jridgewell/source-map", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:commander@2.20.3", - "type": "static" - }, - { - "source": "npm:terser", - "target": "npm:source-map-support@0.5.21", - "type": "static" - } - ], - "npm:test-exclude": [ - { - "source": "npm:test-exclude", - "target": "npm:@istanbuljs/schema", - "type": "static" - }, - { - "source": "npm:test-exclude", - "target": "npm:glob@7.2.3", - "type": "static" - }, - { - "source": "npm:test-exclude", - "target": "npm:minimatch", - "type": "static" - } - ], - "npm:tinyglobby": [ - { - "source": "npm:tinyglobby", - "target": "npm:fdir", - "type": "static" - }, - { - "source": "npm:tinyglobby", - "target": "npm:picomatch", - "type": "static" - } - ], - "npm:tldts@6.1.86": [ - { - "source": "npm:tldts@6.1.86", - "target": "npm:tldts-core@6.1.86", - "type": "static" - } - ], - "npm:tldts": [ - { - "source": "npm:tldts", - "target": "npm:tldts-core", - "type": "static" - } - ], - "npm:tmp@0.0.33": [ - { - "source": "npm:tmp@0.0.33", - "target": "npm:os-tmpdir", - "type": "static" - } - ], - "npm:to-buffer": [ - { - "source": "npm:to-buffer", - "target": "npm:isarray", - "type": "static" - }, - { - "source": "npm:to-buffer", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:to-buffer", - "target": "npm:typed-array-buffer", - "type": "static" - } - ], - "npm:to-regex-range": [ - { - "source": "npm:to-regex-range", - "target": "npm:is-number", - "type": "static" - } - ], - "npm:token-types": [ - { - "source": "npm:token-types", - "target": "npm:@borewit/text-codec", - "type": "static" - }, - { - "source": "npm:token-types", - "target": "npm:@tokenizer/token", - "type": "static" - }, - { - "source": "npm:token-types", - "target": "npm:ieee754", - "type": "static" - } - ], - "npm:tough-cookie@5.1.2": [ - { - "source": "npm:tough-cookie@5.1.2", - "target": "npm:tldts@6.1.86", - "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-jest": [ - { - "source": "npm:ts-jest", - "target": "npm:bs-logger", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:fast-json-stable-stringify", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:handlebars", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:lodash.memoize", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:make-error", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:type-fest@4.41.0", - "type": "static" - }, - { - "source": "npm:ts-jest", - "target": "npm:yargs-parser", - "type": "static" - } - ], - "npm:ts-loader": [ - { - "source": "npm:ts-loader", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:micromatch", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:semver", - "type": "static" - }, - { - "source": "npm:ts-loader", - "target": "npm:source-map@0.7.6", - "type": "static" - } - ], - "npm:ts-node": [ - { - "source": "npm:ts-node", - "target": "npm:@cspotcode/source-map-support", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node10", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node12", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node14", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:@tsconfig/node16", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:acorn-walk", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:arg", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:create-require", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:diff", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:make-error", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:v8-compile-cache-lib", - "type": "static" - }, - { - "source": "npm:ts-node", - "target": "npm:yn", - "type": "static" - } - ], - "npm:tsconfig-paths-webpack-plugin": [ - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:chalk", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:tsconfig-paths-webpack-plugin", - "target": "npm:tsconfig-paths", - "type": "static" - } - ], - "npm:tsconfig-paths": [ - { - "source": "npm:tsconfig-paths", - "target": "npm:json5", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", - "type": "static" - } - ], - "npm:tsconfig-paths@3.15.0": [ - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:@types/json5", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:json5@1.0.2", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:minimist", - "type": "static" - }, - { - "source": "npm:tsconfig-paths@3.15.0", - "target": "npm:strip-bom", - "type": "static" - } - ], - "npm:tsyringe": [ - { - "source": "npm:tsyringe", - "target": "npm:tslib@1.14.1", - "type": "static" - } - ], - "npm:tunnel-agent": [ - { - "source": "npm:tunnel-agent", - "target": "npm:safe-buffer", - "type": "static" - } - ], - "npm:type-check": [ - { - "source": "npm:type-check", - "target": "npm:prelude-ls", - "type": "static" - } - ], - "npm:type-is": [ - { - "source": "npm:type-is", - "target": "npm:media-typer", - "type": "static" - }, - { - "source": "npm:type-is", - "target": "npm:mime-types", - "type": "static" - } - ], - "npm:type-is@2.1.0": [ - { - "source": "npm:type-is@2.1.0", - "target": "npm:content-type@2.0.0", - "type": "static" - }, - { - "source": "npm:type-is@2.1.0", - "target": "npm:media-typer@1.1.0", - "type": "static" - }, - { - "source": "npm:type-is@2.1.0", - "target": "npm:mime-types@3.0.2", - "type": "static" - } - ], - "npm:typed-array-buffer": [ - { - "source": "npm:typed-array-buffer", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:typed-array-buffer", - "target": "npm:es-errors", - "type": "static" - }, - { - "source": "npm:typed-array-buffer", - "target": "npm:is-typed-array", - "type": "static" - } - ], - "npm:typed-array-byte-length": [ - { - "source": "npm:typed-array-byte-length", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:typed-array-byte-length", - "target": "npm:is-typed-array", - "type": "static" - } - ], - "npm:typed-array-byte-offset": [ - { - "source": "npm:typed-array-byte-offset", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:has-proto", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:typed-array-byte-offset", - "target": "npm:reflect.getprototypeof", - "type": "static" - } - ], - "npm:typed-array-length": [ - { - "source": "npm:typed-array-length", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:is-typed-array", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:possible-typed-array-names", - "type": "static" - }, - { - "source": "npm:typed-array-length", - "target": "npm:reflect.getprototypeof", - "type": "static" - } - ], - "npm:typeorm": [ - { - "source": "npm:typeorm", - "target": "npm:@sqltools/formatter", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:ansis", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:app-root-path", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:buffer@6.0.3", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:dayjs", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:dedent", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:dotenv", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:glob", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:reflect-metadata", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:sha.js", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:sql-highlight", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:tslib", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:uuid@11.1.1", - "type": "static" - }, - { - "source": "npm:typeorm", - "target": "npm:yargs", - "type": "static" - } - ], - "npm:uid": [ - { - "source": "npm:uid", - "target": "npm:@lukeed/csprng", - "type": "static" - } - ], - "npm:unbox-primitive": [ - { - "source": "npm:unbox-primitive", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:has-bigints", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:has-symbols", - "type": "static" - }, - { - "source": "npm:unbox-primitive", - "target": "npm:which-boxed-primitive", - "type": "static" - } - ], - "npm:unicode-match-property-ecmascript": [ - { - "source": "npm:unicode-match-property-ecmascript", - "target": "npm:unicode-canonical-property-names-ecmascript", - "type": "static" - }, - { - "source": "npm:unicode-match-property-ecmascript", - "target": "npm:unicode-property-aliases-ecmascript", - "type": "static" - } - ], - "npm:union": [ - { - "source": "npm:union", - "target": "npm:qs", - "type": "static" - } - ], - "npm:unrs-resolver": [ - { - "source": "npm:unrs-resolver", - "target": "npm:napi-postinstall", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-android-arm-eabi", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-android-arm64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-darwin-arm64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-darwin-x64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-freebsd-x64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm-gnueabihf", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm-musleabihf", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-arm64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-loong64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-loong64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-ppc64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-riscv64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-riscv64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-s390x-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-x64-gnu", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-linux-x64-musl", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-openharmony-arm64", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-wasm32-wasi", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-win32-arm64-msvc", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-win32-ia32-msvc", - "type": "static" - }, - { - "source": "npm:unrs-resolver", - "target": "npm:@unrs/resolver-binding-win32-x64-msvc", - "type": "static" - } - ], - "npm:update-browserslist-db": [ - { - "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:v8-to-istanbul": [ - { - "source": "npm:v8-to-istanbul", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - }, - { - "source": "npm:v8-to-istanbul", - "target": "npm:@types/istanbul-lib-coverage", - "type": "static" - }, - { - "source": "npm:v8-to-istanbul", - "target": "npm:convert-source-map", - "type": "static" - } - ], - "npm:verror": [ - { - "source": "npm:verror", - "target": "npm:assert-plus", - "type": "static" - }, - { - "source": "npm:verror", - "target": "npm:core-util-is@1.0.2", - "type": "static" - }, - { - "source": "npm:verror", - "target": "npm:extsprintf@1.4.1", - "type": "static" - } - ], - "npm:vite-node": [ - { - "source": "npm:vite-node", - "target": "npm:cac", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:mlly", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:vite-node", - "target": "npm:vite", - "type": "static" - } - ], - "npm:vite": [ - { - "source": "npm:vite", - "target": "npm:esbuild", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:postcss", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:rollup@3.30.0", - "type": "static" - }, - { - "source": "npm:vite", - "target": "npm:fsevents", - "type": "static" - } - ], - "npm:vitest": [ - { - "source": "npm:vitest", - "target": "npm:@types/chai", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@types/chai-subset", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@types/node@25.9.1", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:@vitest/expect", - "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:acorn", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:acorn-walk", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:cac", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:chai", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:debug", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:local-pkg", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:magic-string", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:pathe", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:picocolors", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:std-env", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:strip-literal", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:tinybench", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:tinypool", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:vite", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:vite-node", - "type": "static" - }, - { - "source": "npm:vitest", - "target": "npm:why-is-node-running", - "type": "static" - } - ], - "npm:w3c-xmlserializer": [ - { - "source": "npm:w3c-xmlserializer", - "target": "npm:xml-name-validator", - "type": "static" - } - ], - "npm:walker": [ - { - "source": "npm:walker", - "target": "npm:makeerror", - "type": "static" - } - ], - "npm:watchpack": [ - { - "source": "npm:watchpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:watchpack", - "target": "npm:graceful-fs", - "type": "static" - } - ], - "npm:wbuf": [ - { - "source": "npm:wbuf", - "target": "npm:minimalistic-assert", - "type": "static" - } - ], - "npm:wcwidth": [ - { - "source": "npm:wcwidth", - "target": "npm:defaults", - "type": "static" - } - ], - "npm:webpack-dev-middleware": [ - { - "source": "npm:webpack-dev-middleware", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:memfs@4.57.6", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:mime-types@3.0.2", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:on-finished", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:range-parser", - "type": "static" - }, - { - "source": "npm:webpack-dev-middleware", - "target": "npm:schema-utils", - "type": "static" - } - ], - "npm:webpack-dev-server": [ - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/bonjour", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/connect-history-api-fallback", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/express", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/express-serve-static-core", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/serve-index", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/serve-static", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/sockjs", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:@types/ws", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:ansi-html-community", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:bonjour-service", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:chokidar", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:colorette", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:compression", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:connect-history-api-fallback", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:express", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:http-proxy-middleware@2.0.9", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:ipaddr.js@2.4.0", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:launch-editor", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:open@10.2.0", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:p-retry", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:selfsigned", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:serve-index", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:sockjs", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:spdy", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:webpack-dev-middleware", - "type": "static" - }, - { - "source": "npm:webpack-dev-server", - "target": "npm:ws", - "type": "static" - } - ], - "npm:webpack-subresource-integrity": [ - { - "source": "npm:webpack-subresource-integrity", - "target": "npm:typed-assert", - "type": "static" - } - ], - "npm:webpack@5.97.1": [ - { - "source": "npm:webpack@5.97.1", - "target": "npm:@types/eslint-scope", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@webassemblyjs/wasm-edit", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:chrome-trace-event", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:es-module-lexer@1.7.0", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:eslint-scope", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:events", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:json-parse-even-better-errors", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:loader-runner", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:mime-types", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:schema-utils@3.3.0", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:terser-webpack-plugin", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:watchpack", - "type": "static" - }, - { - "source": "npm:webpack@5.97.1", - "target": "npm:webpack-sources", - "type": "static" - } - ], - "npm:webpack": [ - { - "source": "npm:webpack", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@types/json-schema", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@webassemblyjs/ast", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@webassemblyjs/wasm-edit", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:@webassemblyjs/wasm-parser", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:acorn", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:acorn-import-phases", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:browserslist", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:chrome-trace-event", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:enhanced-resolve", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:es-module-lexer", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:eslint-scope", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:events", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:glob-to-regexp", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:graceful-fs", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:loader-runner", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:mime-db", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:neo-async", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:schema-utils", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:tapable", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:terser-webpack-plugin", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:watchpack", - "type": "static" - }, - { - "source": "npm:webpack", - "target": "npm:webpack-sources", - "type": "static" - } - ], - "npm:websocket-driver": [ - { - "source": "npm:websocket-driver", - "target": "npm:http-parser-js", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:safe-buffer", - "type": "static" - }, - { - "source": "npm:websocket-driver", - "target": "npm:websocket-extensions", - "type": "static" - } - ], - "npm:whatwg-encoding": [ - { - "source": "npm:whatwg-encoding", - "target": "npm:iconv-lite", - "type": "static" - } - ], - "npm:whatwg-url": [ - { - "source": "npm:whatwg-url", - "target": "npm:@exodus/bytes", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:tr46", - "type": "static" - }, - { - "source": "npm:whatwg-url", - "target": "npm:webidl-conversions", - "type": "static" - } - ], - "npm:whatwg-url@5.0.0": [ - { - "source": "npm:whatwg-url@5.0.0", - "target": "npm:tr46@0.0.3", - "type": "static" - }, - { - "source": "npm:whatwg-url@5.0.0", - "target": "npm:webidl-conversions@3.0.1", - "type": "static" - } - ], - "npm:which-boxed-primitive": [ - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-bigint", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-boolean-object", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-number-object", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-string", - "type": "static" - }, - { - "source": "npm:which-boxed-primitive", - "target": "npm:is-symbol", - "type": "static" - } - ], - "npm:which-builtin-type": [ - { - "source": "npm:which-builtin-type", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:function.prototype.name", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:has-tostringtag", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-async-function", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-date-object", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-finalizationregistry", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-generator-function", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-regex", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:is-weakref", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:isarray", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:which-boxed-primitive", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:which-collection", - "type": "static" - }, - { - "source": "npm:which-builtin-type", - "target": "npm:which-typed-array", - "type": "static" - } - ], - "npm:which-collection": [ - { - "source": "npm:which-collection", - "target": "npm:is-map", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-set", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-weakmap", - "type": "static" - }, - { - "source": "npm:which-collection", - "target": "npm:is-weakset", - "type": "static" - } - ], - "npm:which-typed-array": [ - { - "source": "npm:which-typed-array", - "target": "npm:available-typed-arrays", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:call-bind", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:call-bound", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:for-each", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:get-proto", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:gopd", - "type": "static" - }, - { - "source": "npm:which-typed-array", - "target": "npm:has-tostringtag", - "type": "static" - } - ], - "npm:which@1.3.1": [ - { - "source": "npm:which@1.3.1", - "target": "npm:isexe", - "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-cjs": [ - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi-cjs", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:wrap-ansi@7.0.0": [ - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi@7.0.0", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:wrap-ansi": [ - { - "source": "npm:wrap-ansi", - "target": "npm:ansi-styles", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:wrap-ansi", - "target": "npm:strip-ansi", - "type": "static" - } - ], - "npm:wrap-ansi@8.1.0": [ - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:ansi-styles@6.2.3", - "type": "static" - }, - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:string-width@5.1.2", - "type": "static" - }, - { - "source": "npm:wrap-ansi@8.1.0", - "target": "npm:strip-ansi@7.2.0", - "type": "static" - } - ], - "npm:wrap-ansi@9.0.2": [ - { - "source": "npm:wrap-ansi@9.0.2", - "target": "npm:ansi-styles@6.2.3", - "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@7.2.0", - "type": "static" - } - ], - "npm:write-file-atomic": [ - { - "source": "npm:write-file-atomic", - "target": "npm:imurmurhash", - "type": "static" - }, - { - "source": "npm:write-file-atomic", - "target": "npm:signal-exit@4.1.0", - "type": "static" - } - ], - "npm:wsl-utils": [ - { - "source": "npm:wsl-utils", - "target": "npm:is-wsl@3.1.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:require-directory", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:string-width", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:y18n", - "type": "static" - }, - { - "source": "npm:yargs", - "target": "npm:yargs-parser", - "type": "static" - } - ], - "npm:yauzl": [ - { - "source": "npm:yauzl", - "target": "npm:pend", - "type": "static" - } - ] - }, - "version": "6.0", - "errors": [], - "computedAt": 1780592543491 -} \ No newline at end of file diff --git a/.nx/workspace-data/source-maps.json b/.nx/workspace-data/source-maps.json deleted file mode 100644 index 40049bf41..000000000 --- a/.nx/workspace-data/source-maps.json +++ /dev/null @@ -1,522 +0,0 @@ -{ - "apps/backend": { - "root": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "name": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "$schema": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "sourceRoot": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "projectType": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "tags": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.executor": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.outputs": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.defaultConfiguration": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.target": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.compiler": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.outputPath": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.main": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.tsConfig": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.assets": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.isolatedConfig": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.webpackConfig": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.options.transformers": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations.development": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations.production": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.executor": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.defaultConfiguration": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.options": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.options.buildTarget": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.development": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.development.buildTarget": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.production": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.production.buildTarget": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.lint": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.lint.executor": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.lint.outputs": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.lint.options": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.lint.options.lintFilePatterns": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.executor": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.outputs": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.options": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.configurations": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.options.jestConfig": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.options.passWithNoTests": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.configurations.ci": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.configurations.ci.ci": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.test.configurations.ci.codeCoverage": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.typecheck": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.executor": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options.commands": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options.cwd": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options.forwardAllArgs": [ - "apps/backend/project.json", - "nx/core/project-json" - ], - "targets.build.dependsOn": [ - "nx.json", - "nx/target-defaults" - ], - "targets.build.inputs": [ - "nx.json", - "nx/target-defaults" - ], - "targets.build.parallelism": [ - "nx.json", - "nx/target-defaults" - ], - "targets.lint.inputs": [ - "nx.json", - "nx/target-defaults" - ], - "targets.lint.parallelism": [ - "nx.json", - "nx/target-defaults" - ], - "targets.test.inputs": [ - "nx.json", - "nx/target-defaults" - ], - "targets.test.parallelism": [ - "nx.json", - "nx/target-defaults" - ] - }, - "apps/frontend": { - "root": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "name": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "$schema": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "sourceRoot": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "projectType": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "tags": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.outputs": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.defaultConfiguration": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.options.outputPath": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations.development": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations.development.mode": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations.production": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.configurations.production.mode": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.defaultConfiguration": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.options.cwd": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.options.commands": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.development": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.development.commands": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.production": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve.configurations.production.commands": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.defaultConfiguration": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.configurations": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.options.buildTarget": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.configurations.development": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.configurations.development.buildTarget": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.configurations.production": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.preview.configurations.production.buildTarget": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.test": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.test.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.test.outputs": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.test.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.test.options.passWithNoTests": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.test.options.reportsDirectory": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.lint": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.lint.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.lint.outputs": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.lint.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.lint.options.lintFilePatterns": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve-static": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve-static.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve-static.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.serve-static.options.buildTarget": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.typecheck": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.executor": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options.commands": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options.cwd": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.typecheck.options.forwardAllArgs": [ - "apps/frontend/project.json", - "nx/core/project-json" - ], - "targets.build.dependsOn": [ - "nx.json", - "nx/target-defaults" - ], - "targets.build.inputs": [ - "nx.json", - "nx/target-defaults" - ], - "targets.build.parallelism": [ - "nx.json", - "nx/target-defaults" - ], - "targets.test.inputs": [ - "nx.json", - "nx/target-defaults" - ], - "targets.test.parallelism": [ - "nx.json", - "nx/target-defaults" - ], - "targets.lint.inputs": [ - "nx.json", - "nx/target-defaults" - ], - "targets.lint.parallelism": [ - "nx.json", - "nx/target-defaults" - ] - } -} \ No newline at end of file diff --git a/apps/backend/src/aws/s3/README.md b/apps/backend/src/aws/s3/README.md new file mode 100644 index 000000000..ad89861ff --- /dev/null +++ b/apps/backend/src/aws/s3/README.md @@ -0,0 +1,71 @@ +# AWS S3 Module + +A global NestJS module providing S3 file upload and retrieval via `AWSS3Service`. + +## Setup + +Add these variables to `.env` and `example.env`: + +``` +AWS_REGION=us-east-2 +AWS_ACCESS_KEY=your-access-key-id +AWS_SECRET_KEY=your-secret-access-key +# one entry per bucket — see "Adding a New Bucket" below +AWS_MY_BUCKET_NAME=my-bucket-name +``` + +Import `AWSS3Module` once in your root `AppModule`. Because the module is `@Global()`, `AWSS3Service` is injectable in all feature modules without additional imports. + +The service throws at startup if any bucket env var is unset, so misconfiguration is caught immediately rather than at runtime. + +## Adding a New Bucket + +**1. Add an env var** in `.env` and `example.env`: + +``` +AWS_MY_BUCKET_NAME=my-bucket-name +``` + +**2. Add an entry to the `s3Buckets` enum** (`types/s3Buckets.ts`): + +```typescript +export enum s3Buckets { + MY_BUCKET = 'MY_BUCKET', +} +``` + +**3. Add a mapping to `mapBucket`** (`aws-s3.service.ts`): + +```typescript +const bucketNames: Record = { + [s3Buckets.MY_BUCKET]: process.env.AWS_MY_BUCKET_NAME, +}; +``` + +Because `mapBucket` uses a `Record`, TypeScript will produce a compile error if you add an enum entry without adding the corresponding mapping — catching missed steps at build time. + +## Required IAM Permissions + +The credentials supplied via `AWS_ACCESS_KEY` / `AWS_SECRET_KEY` must have: + +| Permission | Required by | +|---|---| +| `s3:PutObject` | `upload()` | +| `s3:GetObject` | `getImageData()` | + +Scope permissions to only the buckets this application uses: + +```json +{ + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": ["s3:PutObject", "s3:GetObject"], + "Resource": [ + "arn:aws:s3:::your-bucket-name/*" + ] + } + ] +} +``` diff --git a/apps/backend/src/aws/s3/aws-s3.module.ts b/apps/backend/src/aws/s3/aws-s3.module.ts new file mode 100644 index 000000000..a3a6a2482 --- /dev/null +++ b/apps/backend/src/aws/s3/aws-s3.module.ts @@ -0,0 +1,9 @@ +import { Global, Module } from '@nestjs/common'; +import { AWSS3Service } from './aws-s3.service'; + +@Global() +@Module({ + providers: [AWSS3Service], + exports: [AWSS3Service], +}) +export class AWSS3Module {} diff --git a/apps/backend/src/aws/s3/aws-s3.service.spec.ts b/apps/backend/src/aws/s3/aws-s3.service.spec.ts new file mode 100644 index 000000000..0e7659d08 --- /dev/null +++ b/apps/backend/src/aws/s3/aws-s3.service.spec.ts @@ -0,0 +1,241 @@ +import { + GetObjectCommand, + GetObjectCommandOutput, + NoSuchKey, + PutObjectCommand, + S3Client, + S3ServiceException, +} from '@aws-sdk/client-s3'; +import { mockClient } from 'aws-sdk-client-mock'; +import { AWSS3Service } from './aws-s3.service'; +import { S3Buckets } from './types/s3Buckets'; +import { S3UploadInput } from './types/s3UploadInput'; + +const s3Mock = mockClient(S3Client); + +describe('AWSS3Service', () => { + const testBucket = 'test-bucket'; + // S3Buckets is empty in the scaffold; cast a sentinel value for tests. + const testBucketEnum = 'TEST_BUCKET' as unknown as S3Buckets; + const region = 'us-east-2'; + + let service: AWSS3Service; + + beforeEach(() => { + process.env.AWS_ACCESS_KEY = 'test-access-key'; + process.env.AWS_SECRET_KEY = 'test-secret-key'; + process.env.AWS_REGION = region; + process.env.AWS_TEST_BUCKET_NAME = testBucket; + + s3Mock.reset(); + service = new AWSS3Service(); + + service['bucketNames'][testBucketEnum] = testBucket; + }); + + describe('constructor', () => { + it('should throw if AWS_ACCESS_KEY is missing', () => { + delete process.env.AWS_ACCESS_KEY; + expect(() => new AWSS3Service()).toThrow( + 'Missing required environment variable: AWS_ACCESS_KEY', + ); + }); + + it('should throw if AWS_SECRET_KEY is missing', () => { + delete process.env.AWS_SECRET_KEY; + expect(() => new AWSS3Service()).toThrow( + 'Missing required environment variable: AWS_SECRET_KEY', + ); + }); + }); + + describe('upload', () => { + const validInput: S3UploadInput = { + fileBuffer: Buffer.from('test'), + fileName: 'file.pdf', + mimeType: 'application/pdf', + bucket: testBucketEnum, + }; + + it('should upload file and return correct URL', async () => { + s3Mock.on(PutObjectCommand).resolves({}); + + const url = await service.upload(validInput); + + const commandCall = s3Mock.call(0); + const uploadedKey = (commandCall.args[0] as PutObjectCommand).input.Key; + + expect(s3Mock.calls()).toHaveLength(1); + expect(uploadedKey).toMatch(/^file-\d{13}-[a-z0-9]{6}\.pdf$/); + expect(url).toBe( + `https://${testBucket}.s3.${region}.amazonaws.com/${uploadedKey}`, + ); + }); + + it('should throw error on upload failure', async () => { + s3Mock.on(PutObjectCommand).rejects(new Error('fail')); + + await expect(service.upload(validInput)).rejects.toThrow( + 'File upload to AWS failed: Error: fail', + ); + }); + + describe('validateUploadInput', () => { + it('should throw if fileBuffer is empty', async () => { + await expect( + service.upload({ ...validInput, fileBuffer: Buffer.alloc(0) }), + ).rejects.toThrow('File buffer cannot be empty'); + }); + + it('should throw if fileBuffer exceeds 100MB', async () => { + const oversized = Buffer.alloc(100 * 1024 * 1024 + 1); + await expect( + service.upload({ ...validInput, fileBuffer: oversized }), + ).rejects.toThrow( + 'File size exceeds the maximum allowed size of 100MB', + ); + }); + + it('should throw if fileName is empty', async () => { + await expect( + service.upload({ ...validInput, fileName: ' ' }), + ).rejects.toThrow('File name cannot be empty'); + }); + + it('should throw if fileName contains illegal characters', async () => { + await expect( + service.upload({ ...validInput, fileName: 'bad.pdf' }), + ).rejects.toThrow('File name contains illegal characters'); + }); + + it('should throw if fileName contains path traversal', async () => { + await expect( + service.upload({ ...validInput, fileName: '..file.pdf' }), + ).rejects.toThrow('File name cannot contain path traversal sequences'); + }); + + it('should throw if mimeType is empty', async () => { + await expect( + service.upload({ ...validInput, mimeType: '' }), + ).rejects.toThrow('MIME type cannot be empty'); + }); + + it('should throw if mimeType is not in the allowed list', async () => { + await expect( + service.upload({ + ...validInput, + mimeType: 'application/octet-stream', + }), + ).rejects.toThrow('MIME type not allowed: application/octet-stream'); + }); + + it('should accept all allowed MIME types', async () => { + s3Mock.on(PutObjectCommand).resolves({}); + const allowedTypes = [ + 'image/jpeg', + 'image/png', + 'image/gif', + 'image/webp', + 'image/svg+xml', + 'application/pdf', + 'application/msword', + 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'application/vnd.ms-excel', + 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', + 'text/plain', + 'text/csv', + 'video/mp4', + 'audio/mpeg', + ]; + for (const mimeType of allowedTypes) { + await expect( + service.upload({ ...validInput, mimeType }), + ).resolves.toBeDefined(); + } + }); + + it('should throw if bucket env var is missing', async () => { + // Remove the manually injected name so the lookup fails as expected. + delete service['bucketNames'][testBucketEnum]; + + await expect(service.upload(validInput)).rejects.toThrow( + 'Missing required environment variable for S3 bucket', + ); + }); + }); + }); + + describe('getImageData', () => { + it('should return Uint8Array on success', async () => { + const imageBytes = new Uint8Array([1, 2, 3]); + s3Mock.on(GetObjectCommand).resolves({ + Body: { + transformToByteArray: jest.fn().mockResolvedValue(imageBytes), + } as unknown as GetObjectCommandOutput['Body'], + }); + + const result = await service.getImageData('photo.jpg', testBucket); + + expect(result).toBe(imageBytes); + }); + + it('should return null when response body is missing', async () => { + s3Mock.on(GetObjectCommand).resolves({ Body: undefined }); + + const result = await service.getImageData('photo.jpg', testBucket); + + expect(result).toBeNull(); + }); + + it('should return null for NoSuchKey', async () => { + s3Mock + .on(GetObjectCommand) + .rejects(new NoSuchKey({ message: 'Not found', $metadata: {} })); + + const result = await service.getImageData('missing.jpg', testBucket); + + expect(result).toBeNull(); + }); + + it('should return null and log error for generic S3ServiceException', async () => { + class TestS3Exception extends S3ServiceException { + constructor() { + super({ + name: 'AccessDenied', + message: 'Access denied', + $metadata: {}, + $fault: 'client', + }); + } + } + s3Mock.on(GetObjectCommand).rejects(new TestS3Exception()); + const loggerErrorSpy = jest + .spyOn(service['logger'], 'error') + .mockImplementation(() => undefined); + + const result = await service.getImageData('photo.jpg', testBucket); + + expect(result).toBeNull(); + expect(loggerErrorSpy).toHaveBeenCalledWith( + `S3 error retrieving object: key=photo.jpg, bucket=${testBucket}, error=Access denied`, + ); + }); + + it('should rethrow non-S3 errors', async () => { + s3Mock.on(GetObjectCommand).rejects(new Error('network error')); + + await expect( + service.getImageData('photo.jpg', testBucket), + ).rejects.toThrow('network error'); + }); + }); +}); + +// When your project adds a bucket to s3Buckets, add tests here following this pattern: +// +// it('should throw at startup if env var is missing', () => { +// delete process.env.AWS_MY_BUCKET_NAME; +// expect(() => new AWSS3Service()).toThrow( +// 'Missing required environment variable for S3 bucket: MY_BUCKET', +// ); +// }); diff --git a/apps/backend/src/aws/s3/aws-s3.service.ts b/apps/backend/src/aws/s3/aws-s3.service.ts new file mode 100644 index 000000000..f4da46362 --- /dev/null +++ b/apps/backend/src/aws/s3/aws-s3.service.ts @@ -0,0 +1,166 @@ +import { Injectable, Logger } from '@nestjs/common'; +import { + GetObjectCommand, + NoSuchKey, + PutObjectCommand, + S3Client, + S3ServiceException, +} from '@aws-sdk/client-s3'; +import { S3Buckets } from './types/s3Buckets'; +import { S3UploadInput } from './types/s3UploadInput'; + +const MAX_FILE_SIZE_BYTES = 100 * 1024 * 1024; // 100MB +// eslint-disable-next-line no-control-regex +const ILLEGAL_FILENAME_CHARS = /[<>:"/\\|?*\x00-\x1F]/; + +// Extend or restrict this list to match your project's upload requirements. +const ALLOWED_MIME_TYPES = new Set([ + 'image/jpeg', + 'image/png', + 'image/gif', + 'image/webp', + 'image/svg+xml', + 'application/pdf', + 'application/msword', + 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'application/vnd.ms-excel', + 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', + 'text/plain', + 'text/csv', + 'video/mp4', + 'audio/mpeg', +]); + +@Injectable() +export class AWSS3Service { + private readonly client: S3Client; + private readonly region: string; + private readonly bucketNames: Record; + private readonly logger = new Logger(AWSS3Service.name); + + constructor() { + this.region = process.env.AWS_REGION ?? 'us-east-2'; + + // Add one entry per bucket in s3Buckets enum. + // Example: [s3Buckets.DOCUMENTS]: process.env.AWS_DOCUMENTS_BUCKET_NAME, + this.bucketNames = {} as Record; + + for (const bucket of Object.values(S3Buckets) as unknown as S3Buckets[]) { + if (!this.bucketNames[bucket]) { + throw new Error( + `Missing required environment variable for S3 bucket: ${bucket}`, + ); + } + } + + const accessKeyId = process.env.AWS_ACCESS_KEY; + const secretAccessKey = process.env.AWS_SECRET_KEY; + + if (!accessKeyId) { + throw new Error('Missing required environment variable: AWS_ACCESS_KEY'); + } + if (!secretAccessKey) { + throw new Error('Missing required environment variable: AWS_SECRET_KEY'); + } + + this.client = new S3Client({ + region: this.region, + credentials: { accessKeyId, secretAccessKey }, + }); + } + + async upload(input: S3UploadInput): Promise { + const bucketName = this.validateUploadInput(input); + const { fileBuffer, fileName, mimeType } = input; + try { + const uniqueFileName = this.buildUniqueFileName(fileName); + const command = new PutObjectCommand({ + Bucket: bucketName, + Key: uniqueFileName, + Body: fileBuffer, + ContentType: mimeType, + }); + + await this.client.send(command); + + return `https://${bucketName}.s3.${this.region}.amazonaws.com/${uniqueFileName}`; + } catch (error) { + throw new Error('File upload to AWS failed: ' + error); + } + } + + private validateUploadInput(input: S3UploadInput): string { + if (!input.fileBuffer || input.fileBuffer.length === 0) { + throw new Error('File buffer cannot be empty'); + } + if (input.fileBuffer.length > MAX_FILE_SIZE_BYTES) { + throw new Error( + `File size exceeds the maximum allowed size of ${ + MAX_FILE_SIZE_BYTES / (1024 * 1024) + }MB`, + ); + } + if (!input.fileName || input.fileName.trim().length === 0) { + throw new Error('File name cannot be empty'); + } + if (ILLEGAL_FILENAME_CHARS.test(input.fileName)) { + throw new Error('File name contains illegal characters'); + } + if (input.fileName.includes('..')) { + throw new Error('File name cannot contain path traversal sequences'); + } + if (!input.mimeType || input.mimeType.trim().length === 0) { + throw new Error('MIME type cannot be empty'); + } + if (!ALLOWED_MIME_TYPES.has(input.mimeType)) { + throw new Error(`MIME type not allowed: ${input.mimeType}`); + } + const bucketName = this.bucketNames[input.bucket]; + if (!bucketName) { + throw new Error( + `Missing required environment variable for S3 bucket: ${input.bucket}`, + ); + } + return bucketName; + } + + async getImageData( + objectKey: string, + bucket: string, + ): Promise { + try { + const command = new GetObjectCommand({ Bucket: bucket, Key: objectKey }); + const response = await this.client.send(command); + if (!response.Body) { + return null; + } + return await response.Body.transformToByteArray(); + } catch (error) { + if (error instanceof NoSuchKey) { + this.logger.log( + `Object not found in S3: key=${objectKey}, bucket=${bucket}`, + ); + return null; + } + if (error instanceof S3ServiceException) { + this.logger.error( + `S3 error retrieving object: key=${objectKey}, bucket=${bucket}, error=${error.message}`, + ); + return null; + } + throw error; + } + } + + private buildUniqueFileName(fileName: string): string { + const dotIndex = fileName.lastIndexOf('.'); + const hasExtension = dotIndex > 0 && dotIndex < fileName.length - 1; + const baseName = hasExtension ? fileName.slice(0, dotIndex) : fileName; + const extension = hasExtension ? fileName.slice(dotIndex) : ''; + const safeBaseName = baseName.trim() || 'upload'; + const uniqueSuffix = `${Date.now()}-${Math.random() + .toString(36) + .slice(2, 8)}`; + return `${safeBaseName}-${uniqueSuffix}${extension}`; + } +} diff --git a/apps/backend/src/aws/s3/types/s3Buckets.ts b/apps/backend/src/aws/s3/types/s3Buckets.ts new file mode 100644 index 000000000..093073a3b --- /dev/null +++ b/apps/backend/src/aws/s3/types/s3Buckets.ts @@ -0,0 +1,4 @@ +// Add one entry per S3 bucket your project uses. +// Example: DOCUMENTS = 'DOCUMENTS' +// Then add the matching env var to .env / example.env and a case in mapBucket (aws-s3.service.ts). +export enum S3Buckets {} diff --git a/apps/backend/src/aws/s3/types/s3UploadInput.ts b/apps/backend/src/aws/s3/types/s3UploadInput.ts new file mode 100644 index 000000000..877964794 --- /dev/null +++ b/apps/backend/src/aws/s3/types/s3UploadInput.ts @@ -0,0 +1,8 @@ +import { S3Buckets } from './s3Buckets'; + +export interface S3UploadInput { + fileBuffer: Buffer; + fileName: string; + mimeType: string; + bucket: S3Buckets; +} diff --git a/apps/backend/tsconfig.app.json b/apps/backend/tsconfig.app.json index a2ce76529..e046c1646 100644 --- a/apps/backend/tsconfig.app.json +++ b/apps/backend/tsconfig.app.json @@ -2,7 +2,8 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", - "module": "commonjs", + "module": "node16", + "moduleResolution": "node16", "types": ["node"], "emitDecoratorMetadata": true, "target": "es2021" diff --git a/apps/backend/tsconfig.spec.json b/apps/backend/tsconfig.spec.json index 9b2a121d1..3c9f397ff 100644 --- a/apps/backend/tsconfig.spec.json +++ b/apps/backend/tsconfig.spec.json @@ -2,7 +2,8 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", - "module": "commonjs", + "module": "node16", + "moduleResolution": "node16", "types": ["jest", "node"] }, "include": [ diff --git a/apps/frontend/tsconfig.app.json b/apps/frontend/tsconfig.app.json index cd44a1e78..164ba9a12 100644 --- a/apps/frontend/tsconfig.app.json +++ b/apps/frontend/tsconfig.app.json @@ -2,6 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", + "moduleResolution": "bundler", "types": [ "node", "@nx/react/typings/cssmodule.d.ts", diff --git a/example.env b/example.env index abe9f8d86..c67f2ec65 100644 --- a/example.env +++ b/example.env @@ -5,11 +5,17 @@ NX_DB_PASSWORD= NX_DB_DATABASE=jumpstart NX_DB_PORT=5432 +# AWS S3 +# Add one env var per S3 bucket (see apps/backend/src/aws/s3/README.md for the full setup steps) +# Example: +# AWS_MY_BUCKET_NAME_1=my-bucket-name-1 +# AWS_MY_BUCKET_NAME_2=my-bucket-name2 + + # Swagger UI: set to true only in local and staging — not in production. SWAGGER_ENABLED=false - -AWS_ACCESS_KEY_ID = 'ABCDEFGHIJK12345678' -AWS_SECRET_ACCESS_KEY = 'bhduerv797887veerfwev78899y87tre' +# AWS_ACCESS_KEY_ID = 'ABCDEFGHIJK12345678' +# AWS_SECRET_ACCESS_KEY = 'bhduerv797887veerfwev78899y87tre' AWS_REGION = 'us-east-2' AWS_SES_SENDER_EMAIL = 'example@example.com' SEND_AUTOMATED_EMAILS=false diff --git a/package.json b/package.json index 9d987bc99..80590577b 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "dependencies": { "@aws-sdk/client-cognito-identity-provider": "^3.1058.0", "@aws-sdk/client-sesv2": "^3.1063.0", + "@aws-sdk/client-s3": "^3.1045.0", "@nestjs/cli": "^10.1.17", "@nestjs/common": "^10.0.2", "@nestjs/config": "^4.0.4", @@ -38,6 +39,7 @@ "class-validator": "^0.15.1", "global": "^4.4.0", "jwks-rsa": "^4.0.1", + "listr2": "8", "nodemailer": "^8.0.7", "passport": "^0.6.0", "passport-jwt": "^4.0.1", @@ -73,6 +75,7 @@ "@typescript-eslint/parser": "6", "@vitejs/plugin-react": "^4.0.0", "@vitest/ui": "^0.32.0", + "aws-sdk-client-mock": "^4.1.0", "cypress": "^15.15.0", "eslint": "8.57.1", "eslint-config-prettier": "^10.1.8", diff --git a/yarn.lock b/yarn.lock index 96d87f67b..c95b6c79a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -101,6 +101,27 @@ "@aws-sdk/types" "^3.222.0" tslib "^2.6.2" +"@aws-crypto/crc32c@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz#4e34aab7f419307821509a98b9b08e84e0c1917e" + integrity sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag== + dependencies: + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + tslib "^2.6.2" + +"@aws-crypto/sha1-browser@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz#b0ee2d2821d3861f017e965ef3b4cb38e3b6a0f4" + integrity sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg== + dependencies: + "@aws-crypto/supports-web-crypto" "^5.2.0" + "@aws-crypto/util" "^5.2.0" + "@aws-sdk/types" "^3.222.0" + "@aws-sdk/util-locate-window" "^3.0.0" + "@smithy/util-utf8" "^2.0.0" + tslib "^2.6.2" + "@aws-crypto/sha256-browser@5.2.0": version "5.2.0" resolved "https://registry.yarnpkg.com/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz#153895ef1dba6f9fce38af550e0ef58988eb649e" @@ -139,6 +160,15 @@ dependencies: tslib "^2.6.2" +"@aws-crypto/util@5.2.0", "@aws-crypto/util@^5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@aws-crypto/util/-/util-5.2.0.tgz#71284c9cffe7927ddadac793c14f14886d3876da" + integrity sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ== + dependencies: + "@aws-sdk/types" "^3.222.0" + "@smithy/util-utf8" "^2.0.0" + tslib "^2.6.2" + "@aws-crypto/util@^1.2.2": version "1.2.2" resolved "https://registry.yarnpkg.com/@aws-crypto/util/-/util-1.2.2.tgz#b28f7897730eb6538b21c18bd4de22d0ea09003c" @@ -148,13 +178,18 @@ "@aws-sdk/util-utf8-browser" "^3.0.0" tslib "^1.11.1" -"@aws-crypto/util@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/util/-/util-5.2.0.tgz#71284c9cffe7927ddadac793c14f14886d3876da" - integrity sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ== +"@aws-sdk/checksums@^3.1000.1": + version "3.1000.1" + resolved "https://registry.yarnpkg.com/@aws-sdk/checksums/-/checksums-3.1000.1.tgz#e871ac505799f58ec958e6c9823bb501a240e951" + integrity sha512-DFCtlisEuWzw7rESV65jHK7De1QsJZRZgUNJ8ovpmdVaayPrxvmlsAlW8hka9E7f9B31d1T7lHG9oozZf6Bp6w== dependencies: - "@aws-sdk/types" "^3.222.0" - "@smithy/util-utf8" "^2.0.0" + "@aws-crypto/crc32" "5.2.0" + "@aws-crypto/crc32c" "5.2.0" + "@aws-crypto/util" "5.2.0" + "@aws-sdk/core" "^3.974.17" + "@aws-sdk/types" "^3.973.10" + "@smithy/core" "^3.24.6" + "@smithy/types" "^4.14.3" tslib "^2.6.2" "@aws-sdk/client-cognito-identity-provider@^3.1058.0": @@ -3491,7 +3526,7 @@ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.34.49.tgz#4f1369234f2ecf693866476c3b2e1b54d2a9d68e" integrity sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A== -"@sinonjs/commons@^3.0.1": +"@sinonjs/commons@^3.0.0", "@sinonjs/commons@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd" integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ== @@ -4096,6 +4131,18 @@ "@types/http-errors" "*" "@types/node" "*" +"@types/sinon@^17.0.3": + version "17.0.4" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369" + integrity sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew== + dependencies: + "@types/sinonjs__fake-timers" "*" + +"@types/sinonjs__fake-timers@*": + version "15.0.1" + resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-15.0.1.tgz#49f731d9453f52d64dd79f5a5626c1cf1b81bea4" + integrity sha512-Ko2tjWJq8oozHzHV+reuvS5KYIRAokHnGbDwGh/J64LntgpbuylF74ipEL24HCyRjf9FOlBiBHWBR1RlVKsI1w== + "@types/sinonjs__fake-timers@8.1.1": version "8.1.1" resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3" @@ -4737,6 +4784,18 @@ agent-base@6: dependencies: debug "4" +address@^2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/address/-/address-2.0.3.tgz#e910900615db3d8a20c040d4c710631062fc4ba8" + integrity sha512-XNAb/a6TCqou+TufU8/u11HCu9x1gYvOoxLwtlXgIqmkrYQADVv6ljyW2zwiPhHz9R1gItAWpuDrdJMmrOBFEA== + +agent-base@6: + version "6.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + ajv-formats@2.1.1, ajv-formats@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" @@ -5097,6 +5156,15 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" +aws-sdk-client-mock@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/aws-sdk-client-mock/-/aws-sdk-client-mock-4.1.0.tgz#ae1950b2277f8e65f9a039975d79ff9fffab39e3" + integrity sha512-h/tOYTkXEsAcV3//6C1/7U4ifSpKyJvb6auveAepqqNJl6TdZaPFEtKjBQNf8UxQdDP850knB2i/whq4zlsxJw== + dependencies: + "@types/sinon" "^17.0.3" + sinon "^18.0.1" + tslib "^2.1.0" + aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" @@ -6520,6 +6588,11 @@ diff@^4.0.1: resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.4.tgz#7a6dbfda325f25f07517e9b518f897c08332e07d" integrity sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ== +diff@^5.2.0: + version "5.2.2" + resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.2.tgz#0a4742797281d09cfa699b79ea32d27723623bad" + integrity sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A== + dir-glob@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" @@ -9421,6 +9494,11 @@ jsprim@^2.0.2: object.assign "^4.1.4" object.values "^1.1.6" +just-extend@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947" + integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw== + jwa@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.1.tgz#bf8176d1ad0cd72e0f3f58338595a13e110bc804" @@ -10116,6 +10194,16 @@ neo-async@^2.6.2: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== +nise@^6.0.0: + version "6.1.5" + resolved "https://registry.yarnpkg.com/nise/-/nise-6.1.5.tgz#a2f4cd07d8d38ebc5ae5500168eea0f08a2fa4b9" + integrity sha512-SnRDPDBjxZZoU2n0+gzzLtSvo1OZo7j6jnbXsoh3AFxEGhaFU7ZF0TmefuKERq79wxR2U+MPn7ArW+Tl+clC3A== + dependencies: + "@sinonjs/commons" "^3.0.1" + "@sinonjs/fake-timers" "^15.1.1" + just-extend "^6.2.0" + path-to-regexp "^8.3.0" + no-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" @@ -10706,7 +10794,7 @@ path-to-regexp@3.3.0: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b" integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw== -path-to-regexp@8.4.2, path-to-regexp@^8.0.0: +path-to-regexp@8.4.2, path-to-regexp@^8.0.0, path-to-regexp@^8.3.0: version "8.4.2" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.2.tgz#795c420c4f7ca45c5b887366f622ee0c9852cccd" integrity sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA== @@ -12229,6 +12317,18 @@ signal-exit@^4.0.1, signal-exit@^4.1.0: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== +sinon@^18.0.1: + version "18.0.1" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.1.tgz#464334cdfea2cddc5eda9a4ea7e2e3f0c7a91c5e" + integrity sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw== + dependencies: + "@sinonjs/commons" "^3.0.1" + "@sinonjs/fake-timers" "11.2.2" + "@sinonjs/samsam" "^8.0.0" + diff "^5.2.0" + nise "^6.0.0" + supports-color "^7" + sirv@^2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/sirv/-/sirv-2.0.4.tgz#5dd9a725c578e34e449f332703eb2a74e46a29b0" @@ -12649,7 +12749,7 @@ stylehacks@^7.0.11: browserslist "^4.28.2" postcss-selector-parser "^7.1.1" -supports-color@7.2.0, supports-color@^7.1.0: +supports-color@7.2.0, supports-color@^7, supports-color@^7.1.0: version "7.2.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==