{ "nodes": { "react-shared-libraries": { "name": "react-shared-libraries", "type": "lib", "data": { "root": "libraries/react-shared-libraries", "name": "react-shared-libraries", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libraries/react-shared-libraries/src", "projectType": "library", "tags": [], "targets": { "lint": { "executor": "@nx/eslint:lint", "outputs": [ "{options.outputFile}" ], "configurations": {}, "options": {}, "parallelism": true, "cache": true, "inputs": [ "default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js" ] } }, "implicitDependencies": [] } }, "nestjs-libraries": { "name": "nestjs-libraries", "type": "lib", "data": { "root": "libraries/nestjs-libraries", "name": "nestjs-libraries", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libraries/nestjs-libraries/src", "projectType": "library", "tags": [], "targets": { "lint": { "executor": "@nx/eslint:lint", "outputs": [ "{options.outputFile}" ], "configurations": {}, "options": {}, "parallelism": true, "cache": true, "inputs": [ "default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js" ] } }, "implicitDependencies": [] } }, "commands": { "name": "commands", "type": "app", "data": { "root": "apps/commands", "name": "commands", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/commands/src", "projectType": "application", "tags": [], "targets": { "build": { "executor": "@nx/webpack:webpack", "outputs": [ "{options.outputPath}" ], "defaultConfiguration": "production", "options": { "target": "node", "compiler": "tsc", "outputPath": "dist/apps/commands", "main": "apps/commands/src/main.ts", "tsConfig": "apps/commands/tsconfig.app.json", "webpackConfig": "apps/commands/webpack.config.js" }, "configurations": { "development": {}, "production": {} }, "parallelism": true, "cache": true, "dependsOn": [ "^build" ] }, "command": { "executor": "nx:run-commands", "defaultConfiguration": "development", "options": { "buildTarget": "commands:build", "command": "cd dist/apps/commands && node main.js" }, "configurations": { "development": { "buildTarget": "commands:build:development" }, "production": { "buildTarget": "commands:build:production" } }, "parallelism": true }, "lint": { "executor": "@nx/linter:eslint", "outputs": [ "{options.outputFile}" ], "options": { "lintFilePatterns": [ "apps/commands/**/*.ts" ] }, "configurations": {}, "parallelism": true, "cache": true, "inputs": [ "default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js" ] }, "test": { "executor": "@nx/jest:jest", "outputs": [ "{workspaceRoot}/coverage/{projectRoot}" ], "options": { "jestConfig": "apps/commands/jest.config.ts", "passWithNoTests": true }, "configurations": { "ci": { "ci": true, "codeCoverage": true } }, "parallelism": true, "cache": true, "inputs": [ "default", "^default", "{workspaceRoot}/jest.preset.js" ] } }, "implicitDependencies": [] } }, "frontend": { "name": "frontend", "type": "app", "data": { "root": "apps/frontend", "name": "frontend", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/frontend", "projectType": "application", "tags": [], "targets": { "build": { "executor": "@nx/next:build", "outputs": [ "{options.outputPath}" ], "defaultConfiguration": "production", "options": { "outputPath": "dist/apps/frontend", "postcssConfig": "apps/frontend/postcss.config.js" }, "configurations": { "development": { "outputPath": "apps/frontend" }, "production": {} }, "parallelism": true, "cache": true, "dependsOn": [ "^build" ] }, "serve": { "executor": "@nx/next:server", "defaultConfiguration": "development", "options": { "buildTarget": "frontend:build", "dev": true }, "configurations": { "development": { "buildTarget": "frontend:build:development", "dev": true }, "production": { "buildTarget": "frontend:build:production", "dev": false } }, "parallelism": true }, "export": { "executor": "@nx/next:export", "options": { "buildTarget": "frontend:build:production" }, "configurations": {}, "parallelism": true }, "test": { "executor": "@nx/jest:jest", "outputs": [ "{workspaceRoot}/coverage/{projectRoot}" ], "options": { "jestConfig": "apps/frontend/jest.config.ts", "passWithNoTests": true }, "configurations": { "ci": { "ci": true, "codeCoverage": true } }, "parallelism": true, "cache": true, "inputs": [ "default", "^default", "{workspaceRoot}/jest.preset.js" ] }, "lint": { "executor": "@nx/eslint:lint", "outputs": [ "{options.outputFile}" ], "configurations": {}, "options": {}, "parallelism": true, "cache": true, "inputs": [ "default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js" ] } }, "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" ], "webpackConfig": "apps/backend/webpack.config.js", "transformers": [ { "name": "@nestjs/swagger/plugin", "options": { "dtoFileNameSuffix": [ ".dto.ts" ], "controllerFileNameSuffix": [ ".controller.ts" ], "introspectComments": true, "classValidatorShim": true } } ] }, "configurations": { "development": {}, "production": {} }, "parallelism": true, "cache": true, "dependsOn": [ "^build" ] }, "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}" ], "configurations": {}, "options": {}, "parallelism": true, "cache": 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, "cache": true, "inputs": [ "default", "^default", "{workspaceRoot}/jest.preset.js" ] } }, "implicitDependencies": [] } }, "workers": { "name": "workers", "type": "app", "data": { "root": "apps/workers", "name": "workers", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/workers/src", "projectType": "application", "tags": [], "targets": { "build": { "executor": "@nx/webpack:webpack", "outputs": [ "{options.outputPath}" ], "defaultConfiguration": "production", "options": { "target": "node", "compiler": "tsc", "outputPath": "dist/apps/workers", "main": "apps/workers/src/main.ts", "tsConfig": "apps/workers/tsconfig.app.json", "webpackConfig": "apps/workers/webpack.config.js" }, "configurations": { "development": {}, "production": {} }, "parallelism": true, "cache": true, "dependsOn": [ "^build" ] }, "serve": { "executor": "@nx/js:node", "defaultConfiguration": "development", "options": { "buildTarget": "workers:build" }, "configurations": { "development": { "buildTarget": "workers:build:development" }, "production": { "buildTarget": "workers:build:production" } }, "parallelism": true }, "lint": { "executor": "@nx/linter:eslint", "outputs": [ "{options.outputFile}" ], "options": { "lintFilePatterns": [ "apps/workers/**/*.ts" ] }, "configurations": {}, "parallelism": true, "cache": true, "inputs": [ "default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js" ] }, "test": { "executor": "@nx/jest:jest", "outputs": [ "{workspaceRoot}/coverage/{projectRoot}" ], "options": { "jestConfig": "apps/workers/jest.config.ts", "passWithNoTests": true }, "configurations": { "ci": { "ci": true, "codeCoverage": true } }, "parallelism": true, "cache": true, "inputs": [ "default", "^default", "{workspaceRoot}/jest.preset.js" ] } }, "implicitDependencies": [] } }, "cron": { "name": "cron", "type": "app", "data": { "root": "apps/cron", "name": "cron", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/cron/src", "projectType": "application", "tags": [], "targets": { "build": { "executor": "@nx/webpack:webpack", "outputs": [ "{options.outputPath}" ], "defaultConfiguration": "production", "options": { "target": "node", "compiler": "tsc", "outputPath": "dist/apps/cron", "main": "apps/cron/src/main.ts", "tsConfig": "apps/cron/tsconfig.app.json", "webpackConfig": "apps/cron/webpack.config.js" }, "configurations": { "development": {}, "production": {} }, "parallelism": true, "cache": true, "dependsOn": [ "^build" ] }, "serve": { "executor": "@nx/js:node", "defaultConfiguration": "development", "options": { "buildTarget": "cron:build" }, "configurations": { "development": { "buildTarget": "cron:build:development" }, "production": { "buildTarget": "cron:build:production" } }, "parallelism": true }, "lint": { "executor": "@nx/linter:eslint", "outputs": [ "{options.outputFile}" ], "options": { "lintFilePatterns": [ "apps/cron/**/*.ts" ] }, "configurations": {}, "parallelism": true, "cache": true, "inputs": [ "default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js" ] }, "test": { "executor": "@nx/jest:jest", "outputs": [ "{workspaceRoot}/coverage/{projectRoot}" ], "options": { "jestConfig": "apps/cron/jest.config.ts", "passWithNoTests": true }, "configurations": { "ci": { "ci": true, "codeCoverage": true } }, "parallelism": true, "cache": true, "inputs": [ "default", "^default", "{workspaceRoot}/jest.preset.js" ] } }, "implicitDependencies": [] } }, "docs": { "name": "docs", "type": "app", "data": { "root": "apps/docs", "name": "docs", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/docs", "projectType": "application", "tags": [], "targets": { "build": { "options": { "type": "module", "command": "node apps/docs/generate-refrences.js" }, "executor": "nx:run-commands", "configurations": {}, "parallelism": true, "cache": true, "dependsOn": [ "^build" ] }, "serve": { "options": { "type": "module", "command": "cd apps/docs && npx mintlify dev" }, "executor": "nx:run-commands", "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } } }, "externalNodes": { "npm:@0no-co/graphql.web": { "type": "npm", "name": "npm:@0no-co/graphql.web", "data": { "version": "1.0.8", "packageName": "@0no-co/graphql.web", "hash": "sha512-8BG6woLtDMvXB9Ajb/uE+Zr/U7y4qJ3upXi0JQHZmsKUJa7HjF/gFvmL2f3/mSmfZoQGRr9VoY97LCX2uaFMzA==" } }, "npm:@adobe/css-tools": { "type": "npm", "name": "npm:@adobe/css-tools", "data": { "version": "4.4.0", "packageName": "@adobe/css-tools", "hash": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==" } }, "npm:@alloc/quick-lru": { "type": "npm", "name": "npm:@alloc/quick-lru", "data": { "version": "5.2.0", "packageName": "@alloc/quick-lru", "hash": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==" } }, "npm:@ampproject/remapping": { "type": "npm", "name": "npm:@ampproject/remapping", "data": { "version": "2.3.0", "packageName": "@ampproject/remapping", "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" } }, "npm:@angular-devkit/core": { "type": "npm", "name": "npm:@angular-devkit/core", "data": { "version": "17.3.8", "packageName": "@angular-devkit/core", "hash": "sha512-Q8q0voCGudbdCgJ7lXdnyaxKHbNQBARH68zPQV72WT8NWy+Gw/tys870i6L58NWbBaCJEUcIj/kb6KoakSRu+Q==" } }, "npm:@angular-devkit/core@16.0.1": { "type": "npm", "name": "npm:@angular-devkit/core@16.0.1", "data": { "version": "16.0.1", "packageName": "@angular-devkit/core", "hash": "sha512-2uz98IqkKJlgnHbWQ7VeL4pb+snGAZXIama2KXi+k9GsRntdcw+udX8rL3G9SdUGUF+m6+147Y1oRBMHsO/v4w==" } }, "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@6.12.6": { "type": "npm", "name": "npm:ajv@6.12.6", "data": { "version": "6.12.6", "packageName": "ajv", "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" } }, "npm:ajv": { "type": "npm", "name": "npm:ajv", "data": { "version": "8.17.1", "packageName": "ajv", "hash": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" } }, "npm: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@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": { "type": "npm", "name": "npm:jsonc-parser", "data": { "version": "3.3.1", "packageName": "jsonc-parser", "hash": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==" } }, "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@0.6.1": { "type": "npm", "name": "npm:source-map@0.6.1", "data": { "version": "0.6.1", "packageName": "source-map", "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } }, "npm:source-map": { "type": "npm", "name": "npm:source-map", "data": { "version": "0.5.7", "packageName": "source-map", "hash": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" } }, "npm:@angular-devkit/schematics": { "type": "npm", "name": "npm:@angular-devkit/schematics", "data": { "version": "17.3.8", "packageName": "@angular-devkit/schematics", "hash": "sha512-QRVEYpIfgkprNHc916JlPuNbLzOgrm9DZalHasnLUz4P6g7pR21olb8YCyM2OTJjombNhya9ZpckcADU5Qyvlg==" } }, "npm:@angular-devkit/schematics@16.0.1": { "type": "npm", "name": "npm:@angular-devkit/schematics@16.0.1", "data": { "version": "16.0.1", "packageName": "@angular-devkit/schematics", "hash": "sha512-A9D0LTYmiqiBa90GKcSuWb7hUouGIbm/AHbJbjL85WLLRbQA2PwKl7P5Mpd6nS/ZC0kfG4VQY3VOaDvb3qpI9g==" } }, "npm:ansi-styles@4.3.0": { "type": "npm", "name": "npm:ansi-styles@4.3.0", "data": { "version": "4.3.0", "packageName": "ansi-styles", "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" } }, "npm:ansi-styles@6.2.1": { "type": "npm", "name": "npm:ansi-styles@6.2.1", "data": { "version": "6.2.1", "packageName": "ansi-styles", "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" } }, "npm:ansi-styles": { "type": "npm", "name": "npm:ansi-styles", "data": { "version": "5.2.0", "packageName": "ansi-styles", "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" } }, "npm:ansi-styles@3.2.1": { "type": "npm", "name": "npm:ansi-styles@3.2.1", "data": { "version": "3.2.1", "packageName": "ansi-styles", "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" } }, "npm:bl@4.1.0": { "type": "npm", "name": "npm:bl@4.1.0", "data": { "version": "4.1.0", "packageName": "bl", "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" } }, "npm:bl": { "type": "npm", "name": "npm:bl", "data": { "version": "5.1.0", "packageName": "bl", "hash": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==" } }, "npm:buffer@5.7.1": { "type": "npm", "name": "npm:buffer@5.7.1", "data": { "version": "5.7.1", "packageName": "buffer", "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" } }, "npm:buffer": { "type": "npm", "name": "npm:buffer", "data": { "version": "6.0.3", "packageName": "buffer", "hash": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" } }, "npm:chalk@4.1.2": { "type": "npm", "name": "npm:chalk@4.1.2", "data": { "version": "4.1.2", "packageName": "chalk", "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, "npm:chalk@3.0.0": { "type": "npm", "name": "npm:chalk@3.0.0", "data": { "version": "3.0.0", "packageName": "chalk", "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" } }, "npm:chalk": { "type": "npm", "name": "npm:chalk", "data": { "version": "2.4.2", "packageName": "chalk", "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" } }, "npm:chalk@5.3.0": { "type": "npm", "name": "npm:chalk@5.3.0", "data": { "version": "5.3.0", "packageName": "chalk", "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" } }, "npm:has-flag@4.0.0": { "type": "npm", "name": "npm:has-flag@4.0.0", "data": { "version": "4.0.0", "packageName": "has-flag", "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" } }, "npm:has-flag": { "type": "npm", "name": "npm:has-flag", "data": { "version": "3.0.0", "packageName": "has-flag", "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" } }, "npm:is-interactive@1.0.0": { "type": "npm", "name": "npm:is-interactive@1.0.0", "data": { "version": "1.0.0", "packageName": "is-interactive", "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" } }, "npm:is-interactive": { "type": "npm", "name": "npm:is-interactive", "data": { "version": "2.0.0", "packageName": "is-interactive", "hash": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==" } }, "npm:is-unicode-supported@0.1.0": { "type": "npm", "name": "npm:is-unicode-supported@0.1.0", "data": { "version": "0.1.0", "packageName": "is-unicode-supported", "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" } }, "npm:is-unicode-supported": { "type": "npm", "name": "npm:is-unicode-supported", "data": { "version": "1.3.0", "packageName": "is-unicode-supported", "hash": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==" } }, "npm:log-symbols@4.1.0": { "type": "npm", "name": "npm:log-symbols@4.1.0", "data": { "version": "4.1.0", "packageName": "log-symbols", "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" } }, "npm:log-symbols": { "type": "npm", "name": "npm:log-symbols", "data": { "version": "5.1.0", "packageName": "log-symbols", "hash": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==" } }, "npm:ora@5.4.1": { "type": "npm", "name": "npm:ora@5.4.1", "data": { "version": "5.4.1", "packageName": "ora", "hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" } }, "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": "6.3.1", "packageName": "ora", "hash": "sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==" } }, "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@8.1.1": { "type": "npm", "name": "npm:supports-color@8.1.1", "data": { "version": "8.1.1", "packageName": "supports-color", "hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" } }, "npm:supports-color": { "type": "npm", "name": "npm:supports-color", "data": { "version": "5.5.0", "packageName": "supports-color", "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" } }, "npm:@anthropic-ai/sdk": { "type": "npm", "name": "npm:@anthropic-ai/sdk", "data": { "version": "0.9.1", "packageName": "@anthropic-ai/sdk", "hash": "sha512-wa1meQ2WSfoY8Uor3EdrJq0jTiZJoKoSii2ZVWRY1oN4Tlr5s59pADg9T79FTbPe1/se5c3pBeZgJL63wmuoBA==" } }, "npm:@apidevtools/json-schema-ref-parser": { "type": "npm", "name": "npm:@apidevtools/json-schema-ref-parser", "data": { "version": "9.0.6", "packageName": "@apidevtools/json-schema-ref-parser", "hash": "sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg==" } }, "npm:@apidevtools/openapi-schemas": { "type": "npm", "name": "npm:@apidevtools/openapi-schemas", "data": { "version": "2.1.0", "packageName": "@apidevtools/openapi-schemas", "hash": "sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==" } }, "npm:@apidevtools/swagger-methods": { "type": "npm", "name": "npm:@apidevtools/swagger-methods", "data": { "version": "3.0.2", "packageName": "@apidevtools/swagger-methods", "hash": "sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==" } }, "npm:@apidevtools/swagger-parser": { "type": "npm", "name": "npm:@apidevtools/swagger-parser", "data": { "version": "10.1.0", "packageName": "@apidevtools/swagger-parser", "hash": "sha512-9Kt7EuS/7WbMAUv2gSziqjvxwDbFSg3Xeyfuj5laUODX8o/k/CpsAKiQ8W7/R88eXFTMbJYg6+7uAmOWNKmwnw==" } }, "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/crc32@3.0.0": { "type": "npm", "name": "npm:@aws-crypto/crc32@3.0.0", "data": { "version": "3.0.0", "packageName": "@aws-crypto/crc32", "hash": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==" } }, "npm:@aws-crypto/crc32c": { "type": "npm", "name": "npm:@aws-crypto/crc32c", "data": { "version": "5.2.0", "packageName": "@aws-crypto/crc32c", "hash": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==" } }, "npm:@aws-crypto/sha1-browser": { "type": "npm", "name": "npm:@aws-crypto/sha1-browser", "data": { "version": "5.2.0", "packageName": "@aws-crypto/sha1-browser", "hash": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==" } }, "npm:@smithy/is-array-buffer@2.2.0": { "type": "npm", "name": "npm:@smithy/is-array-buffer@2.2.0", "data": { "version": "2.2.0", "packageName": "@smithy/is-array-buffer", "hash": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==" } }, "npm:@smithy/is-array-buffer": { "type": "npm", "name": "npm:@smithy/is-array-buffer", "data": { "version": "3.0.0", "packageName": "@smithy/is-array-buffer", "hash": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==" } }, "npm:@smithy/util-buffer-from@2.2.0": { "type": "npm", "name": "npm:@smithy/util-buffer-from@2.2.0", "data": { "version": "2.2.0", "packageName": "@smithy/util-buffer-from", "hash": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==" } }, "npm:@smithy/util-buffer-from": { "type": "npm", "name": "npm:@smithy/util-buffer-from", "data": { "version": "3.0.0", "packageName": "@smithy/util-buffer-from", "hash": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==" } }, "npm:@smithy/util-utf8@2.3.0": { "type": "npm", "name": "npm:@smithy/util-utf8@2.3.0", "data": { "version": "2.3.0", "packageName": "@smithy/util-utf8", "hash": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==" } }, "npm:@smithy/util-utf8": { "type": "npm", "name": "npm:@smithy/util-utf8", "data": { "version": "3.0.0", "packageName": "@smithy/util-utf8", "hash": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==" } }, "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": { "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": { "type": "npm", "name": "npm:@aws-crypto/util", "data": { "version": "5.2.0", "packageName": "@aws-crypto/util", "hash": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==" } }, "npm:@aws-crypto/util@3.0.0": { "type": "npm", "name": "npm:@aws-crypto/util@3.0.0", "data": { "version": "3.0.0", "packageName": "@aws-crypto/util", "hash": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==" } }, "npm:@aws-sdk/client-s3": { "type": "npm", "name": "npm:@aws-sdk/client-s3", "data": { "version": "3.649.0", "packageName": "@aws-sdk/client-s3", "hash": "sha512-eM65Q2rz/5mGkxOtUrceboe6iru5TEii3n3kfD48MPRVF6OF2x+Wyj1w+tuYIkUXemEi5lm5EEmupMTTkW3hlw==" } }, "npm:@aws-sdk/client-sso": { "type": "npm", "name": "npm:@aws-sdk/client-sso", "data": { "version": "3.649.0", "packageName": "@aws-sdk/client-sso", "hash": "sha512-G6RZhG+yRdIlR069djAN/v4/Vd7CS8SDnUKkw32n7wJfcpoq0t+Lzcdh73kpIJ+/VslKYwMhbE5lCW+9+jDTdw==" } }, "npm:@aws-sdk/client-sso-oidc": { "type": "npm", "name": "npm:@aws-sdk/client-sso-oidc", "data": { "version": "3.649.0", "packageName": "@aws-sdk/client-sso-oidc", "hash": "sha512-yaKbOFLk1F1lqAAPUbpoN95pDxgqB/7Rd03yndtV+o3/QLK+etKcgzuIkqGpYycvi6YLYLCxkwPNFEg/NzpW6Q==" } }, "npm:@aws-sdk/client-sts": { "type": "npm", "name": "npm:@aws-sdk/client-sts", "data": { "version": "3.649.0", "packageName": "@aws-sdk/client-sts", "hash": "sha512-aKrLTPpA+Ew4JswWBGtoYT+LiA+uewKyCsYXwJtdjj20TY4qX9/fjJyEt39ETjMGE55UmQcVFUZWL2m9f/aiAg==" } }, "npm:@aws-sdk/core": { "type": "npm", "name": "npm:@aws-sdk/core", "data": { "version": "3.649.0", "packageName": "@aws-sdk/core", "hash": "sha512-dheG/X2y25RHE7K+TlS32kcy7TgDg1OpWV44BQRoE0OBPAWmFR1D1qjjTZ7WWrdqRPKzcnDj1qED8ncyncOX8g==" } }, "npm:@aws-sdk/credential-provider-env": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-env", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-env", "hash": "sha512-tViwzM1dauksA3fdRjsg0T8mcHklDa8EfveyiQKK6pUJopkqV6FQx+X5QNda0t/LrdEVlFZvwHNdXqOEfc83TA==" } }, "npm:@aws-sdk/credential-provider-http": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-http", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-http", "hash": "sha512-ODAJ+AJJq6ozbns6ejGbicpsQ0dyMOpnGlg0J9J0jITQ05DKQZ581hdB8APDOZ9N8FstShP6dLZflSj8jb5fNA==" } }, "npm:@aws-sdk/credential-provider-ini": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-ini", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-ini", "hash": "sha512-2CcvYEi76gSXsCTb3izRfUpyDWmX+uGhjBckj3Lt6I2Jh+dxF9AEQAoMhvO7LM12Gx8v3w2JEC+GOZOVO4uq/A==" } }, "npm:@aws-sdk/credential-provider-node": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-node", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-node", "hash": "sha512-5g0HhP9DQ3SCvU6pm3yLZz5SUYSL5TP0UGluZN2OMEJG9ZL+tSZSgH21PcEQmpltP0UdS7vvuq++bHv7Bdo9qQ==" } }, "npm:@aws-sdk/credential-provider-process": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-process", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-process", "hash": "sha512-6VYPQpEVpU+6DDS/gLoI40ppuNM5RPIEprK30qZZxnhTr5wyrGOeJ7J7wbbwPOZ5dKwta290BiJDU2ipV8Y9BQ==" } }, "npm:@aws-sdk/credential-provider-sso": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-sso", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-sso", "hash": "sha512-1Fh0Ov7LAVlrEpZfHwvslzyWhT+FyFA8RnN56pF3rwypm9s/WbINKEJiEcTYCBAvD4b27iSC0AJzzHdEgkdsxA==" } }, "npm:@aws-sdk/credential-provider-web-identity": { "type": "npm", "name": "npm:@aws-sdk/credential-provider-web-identity", "data": { "version": "3.649.0", "packageName": "@aws-sdk/credential-provider-web-identity", "hash": "sha512-XVk3WsDa0g3kQFPmnCH/LaCtGY/0R2NDv7gscYZSXiBZcG/fixasglTprgWSp8zcA0t7tEIGu9suyjz8ZwhymQ==" } }, "npm:@aws-sdk/middleware-bucket-endpoint": { "type": "npm", "name": "npm:@aws-sdk/middleware-bucket-endpoint", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-bucket-endpoint", "hash": "sha512-ZdDICtUU4YZkrVllTUOH1Fj/F3WShLhkfNKJE3HJ/yj6pS8JS9P2lWzHiHkHiidjrHSxc6NuBo6vuZ+182XLbw==" } }, "npm:@aws-sdk/middleware-expect-continue": { "type": "npm", "name": "npm:@aws-sdk/middleware-expect-continue", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-expect-continue", "hash": "sha512-pW2id/mWNd+L0/hZKp5yL3J+8rTwsamu9E69Hc5pM3qTF4K4DTZZ+A0sQbY6duIvZvc8IbQHbSMulBOLyWNP3A==" } }, "npm:@aws-sdk/middleware-flexible-checksums": { "type": "npm", "name": "npm:@aws-sdk/middleware-flexible-checksums", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-flexible-checksums", "hash": "sha512-8mzMBEA+Tk6rbrS8iqnXX119C6z+Id84cuzvUc6dAiYcbnOVbus8M4XKKsAFzGGXHCRc2gMwYhKdnoVz2ijaFA==" } }, "npm:@aws-sdk/middleware-host-header": { "type": "npm", "name": "npm:@aws-sdk/middleware-host-header", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-host-header", "hash": "sha512-PjAe2FocbicHVgNNwdSZ05upxIO7AgTPFtQLpnIAmoyzMcgv/zNB5fBn3uAnQSAeEPPCD+4SYVEUD1hw1ZBvEg==" } }, "npm:@aws-sdk/middleware-location-constraint": { "type": "npm", "name": "npm:@aws-sdk/middleware-location-constraint", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-location-constraint", "hash": "sha512-O9AXhaFUQx34UTnp/cKCcaWW/IVk4mntlWfFjsIxvRatamKaY33b5fOiakGG+J1t0QFK0niDBSvOYUR1fdlHzw==" } }, "npm:@aws-sdk/middleware-logger": { "type": "npm", "name": "npm:@aws-sdk/middleware-logger", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-logger", "hash": "sha512-qdqRx6q7lYC6KL/NT9x3ShTL0TBuxdkCczGzHzY3AnOoYUjnCDH7Vlq867O6MAvb4EnGNECFzIgtkZkQ4FhY5w==" } }, "npm:@aws-sdk/middleware-recursion-detection": { "type": "npm", "name": "npm:@aws-sdk/middleware-recursion-detection", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-recursion-detection", "hash": "sha512-IPnO4wlmaLRf6IYmJW2i8gJ2+UPXX0hDRv1it7Qf8DpBW+lGyF2rnoN7NrFX0WIxdGOlJF1RcOr/HjXb2QeXfQ==" } }, "npm:@aws-sdk/middleware-sdk-s3": { "type": "npm", "name": "npm:@aws-sdk/middleware-sdk-s3", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-sdk-s3", "hash": "sha512-3H8735xTAD7IxNdreT6qv2YRk4CGOGfz8ufZo5pROJYZ4N5rfcdDMvb8szMSLvQHegqS4v1DqO9nrOPgc0I2Qg==" } }, "npm:@aws-sdk/middleware-ssec": { "type": "npm", "name": "npm:@aws-sdk/middleware-ssec", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-ssec", "hash": "sha512-r/WBIpX+Kcx+AV5vJ+LbdDOuibk7spBqcFK2LytQjOZKPksZNRAM99khbFe9vr9S1+uDmCLVjAVkIfQ5seJrOw==" } }, "npm:@aws-sdk/middleware-user-agent": { "type": "npm", "name": "npm:@aws-sdk/middleware-user-agent", "data": { "version": "3.649.0", "packageName": "@aws-sdk/middleware-user-agent", "hash": "sha512-q6sO10dnCXoxe9thobMJxekhJumzd1j6dxcE1+qJdYKHJr6yYgWbogJqrLCpWd30w0lEvnuAHK8lN2kWLdJxJw==" } }, "npm:@aws-sdk/region-config-resolver": { "type": "npm", "name": "npm:@aws-sdk/region-config-resolver", "data": { "version": "3.649.0", "packageName": "@aws-sdk/region-config-resolver", "hash": "sha512-xURBvdQXvRvca5Du8IlC5FyCj3pkw8Z75+373J3Wb+vyg8GjD14HfKk1Je1HCCQDyIE9VB/scYDcm9ri0ppePw==" } }, "npm:@aws-sdk/s3-request-presigner": { "type": "npm", "name": "npm:@aws-sdk/s3-request-presigner", "data": { "version": "3.649.0", "packageName": "@aws-sdk/s3-request-presigner", "hash": "sha512-yZypMRaJ35ES6xfx/JY2rGK40A7cCj4dGjCLnEKCAQZKXSL/vojvKB5QCmKVKfiHRLxy0hkEUfvrS2oyrrkcmg==" } }, "npm:@aws-sdk/signature-v4-multi-region": { "type": "npm", "name": "npm:@aws-sdk/signature-v4-multi-region", "data": { "version": "3.649.0", "packageName": "@aws-sdk/signature-v4-multi-region", "hash": "sha512-feJfSHtCarFmTMZSE5k7/A+m4FrdCrmotljc/AmXArWy3wl8XFyxE5tFVW/PiUgbgeoVDN+ZLt3YYtItHfNUWQ==" } }, "npm:@aws-sdk/token-providers": { "type": "npm", "name": "npm:@aws-sdk/token-providers", "data": { "version": "3.649.0", "packageName": "@aws-sdk/token-providers", "hash": "sha512-ZBqr+JuXI9RiN+4DSZykMx5gxpL8Dr3exIfFhxMiwAP3DQojwl0ub8ONjMuAjq9OvmX6n+jHZL6fBnNgnNFC8w==" } }, "npm:@aws-sdk/types": { "type": "npm", "name": "npm:@aws-sdk/types", "data": { "version": "3.649.0", "packageName": "@aws-sdk/types", "hash": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==" } }, "npm:@aws-sdk/util-arn-parser": { "type": "npm", "name": "npm:@aws-sdk/util-arn-parser", "data": { "version": "3.568.0", "packageName": "@aws-sdk/util-arn-parser", "hash": "sha512-XUKJWWo+KOB7fbnPP0+g/o5Ulku/X53t7i/h+sPHr5xxYTJJ9CYnbToo95mzxe7xWvkLrsNtJ8L+MnNn9INs2w==" } }, "npm:@aws-sdk/util-endpoints": { "type": "npm", "name": "npm:@aws-sdk/util-endpoints", "data": { "version": "3.649.0", "packageName": "@aws-sdk/util-endpoints", "hash": "sha512-bZI1Wc3R/KibdDVWFxX/N4AoJFG4VJ92Dp4WYmOrVD6VPkb8jPz7ZeiYc7YwPl8NoDjYyPneBV0lEoK/V8OKAA==" } }, "npm:@aws-sdk/util-format-url": { "type": "npm", "name": "npm:@aws-sdk/util-format-url", "data": { "version": "3.649.0", "packageName": "@aws-sdk/util-format-url", "hash": "sha512-I5olOLkXQRJWAaoTSTXcycNBJ26daeEpgxYD6VPpQma9StFVK7a0MbHa1QGkOy9eVTTuf6xb2U1eiCWDWn3TXA==" } }, "npm:@aws-sdk/util-locate-window": { "type": "npm", "name": "npm:@aws-sdk/util-locate-window", "data": { "version": "3.568.0", "packageName": "@aws-sdk/util-locate-window", "hash": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==" } }, "npm:@aws-sdk/util-user-agent-browser": { "type": "npm", "name": "npm:@aws-sdk/util-user-agent-browser", "data": { "version": "3.649.0", "packageName": "@aws-sdk/util-user-agent-browser", "hash": "sha512-IY43r256LhKAvdEVQO/FPdUyVpcZS5EVxh/WHVdNzuN1bNLoUK2rIzuZqVA0EGguvCxoXVmQv9m50GvG7cGktg==" } }, "npm:@aws-sdk/util-user-agent-node": { "type": "npm", "name": "npm:@aws-sdk/util-user-agent-node", "data": { "version": "3.649.0", "packageName": "@aws-sdk/util-user-agent-node", "hash": "sha512-x5DiLpZDG/AJmCIBnE3Xhpwy35QIo3WqNiOpw6ExVs1NydbM/e90zFPSfhME0FM66D/WorigvluBxxwjxDm/GA==" } }, "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.649.0", "packageName": "@aws-sdk/xml-builder", "hash": "sha512-XVESKkK7m5LdCVzZ3NvAja40BEyCrfPqtaiFAAhJIvW2U1Edyugf2o3XikuQY62crGT6BZagxJFgOiLKvuTiTg==" } }, "npm:@babel/code-frame": { "type": "npm", "name": "npm:@babel/code-frame", "data": { "version": "7.24.7", "packageName": "@babel/code-frame", "hash": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==" } }, "npm:@babel/compat-data": { "type": "npm", "name": "npm:@babel/compat-data", "data": { "version": "7.25.4", "packageName": "@babel/compat-data", "hash": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==" } }, "npm:@babel/core": { "type": "npm", "name": "npm:@babel/core", "data": { "version": "7.25.2", "packageName": "@babel/core", "hash": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==" } }, "npm:@babel/generator": { "type": "npm", "name": "npm:@babel/generator", "data": { "version": "7.25.6", "packageName": "@babel/generator", "hash": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==" } }, "npm:@babel/helper-annotate-as-pure": { "type": "npm", "name": "npm:@babel/helper-annotate-as-pure", "data": { "version": "7.24.7", "packageName": "@babel/helper-annotate-as-pure", "hash": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==" } }, "npm:@babel/helper-builder-binary-assignment-operator-visitor": { "type": "npm", "name": "npm:@babel/helper-builder-binary-assignment-operator-visitor", "data": { "version": "7.24.7", "packageName": "@babel/helper-builder-binary-assignment-operator-visitor", "hash": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==" } }, "npm:@babel/helper-compilation-targets": { "type": "npm", "name": "npm:@babel/helper-compilation-targets", "data": { "version": "7.25.2", "packageName": "@babel/helper-compilation-targets", "hash": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==" } }, "npm:@babel/helper-create-class-features-plugin": { "type": "npm", "name": "npm:@babel/helper-create-class-features-plugin", "data": { "version": "7.25.4", "packageName": "@babel/helper-create-class-features-plugin", "hash": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==" } }, "npm:@babel/helper-create-regexp-features-plugin": { "type": "npm", "name": "npm:@babel/helper-create-regexp-features-plugin", "data": { "version": "7.25.2", "packageName": "@babel/helper-create-regexp-features-plugin", "hash": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==" } }, "npm:@babel/helper-define-polyfill-provider": { "type": "npm", "name": "npm:@babel/helper-define-polyfill-provider", "data": { "version": "0.6.2", "packageName": "@babel/helper-define-polyfill-provider", "hash": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==" } }, "npm:@babel/helper-member-expression-to-functions": { "type": "npm", "name": "npm:@babel/helper-member-expression-to-functions", "data": { "version": "7.24.8", "packageName": "@babel/helper-member-expression-to-functions", "hash": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==" } }, "npm:@babel/helper-module-imports": { "type": "npm", "name": "npm:@babel/helper-module-imports", "data": { "version": "7.24.7", "packageName": "@babel/helper-module-imports", "hash": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==" } }, "npm:@babel/helper-module-transforms": { "type": "npm", "name": "npm:@babel/helper-module-transforms", "data": { "version": "7.25.2", "packageName": "@babel/helper-module-transforms", "hash": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==" } }, "npm:@babel/helper-optimise-call-expression": { "type": "npm", "name": "npm:@babel/helper-optimise-call-expression", "data": { "version": "7.24.7", "packageName": "@babel/helper-optimise-call-expression", "hash": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==" } }, "npm:@babel/helper-plugin-utils": { "type": "npm", "name": "npm:@babel/helper-plugin-utils", "data": { "version": "7.24.8", "packageName": "@babel/helper-plugin-utils", "hash": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==" } }, "npm:@babel/helper-remap-async-to-generator": { "type": "npm", "name": "npm:@babel/helper-remap-async-to-generator", "data": { "version": "7.25.0", "packageName": "@babel/helper-remap-async-to-generator", "hash": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==" } }, "npm:@babel/helper-replace-supers": { "type": "npm", "name": "npm:@babel/helper-replace-supers", "data": { "version": "7.25.0", "packageName": "@babel/helper-replace-supers", "hash": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==" } }, "npm:@babel/helper-simple-access": { "type": "npm", "name": "npm:@babel/helper-simple-access", "data": { "version": "7.24.7", "packageName": "@babel/helper-simple-access", "hash": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==" } }, "npm:@babel/helper-skip-transparent-expression-wrappers": { "type": "npm", "name": "npm:@babel/helper-skip-transparent-expression-wrappers", "data": { "version": "7.24.7", "packageName": "@babel/helper-skip-transparent-expression-wrappers", "hash": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==" } }, "npm:@babel/helper-string-parser": { "type": "npm", "name": "npm:@babel/helper-string-parser", "data": { "version": "7.24.8", "packageName": "@babel/helper-string-parser", "hash": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==" } }, "npm:@babel/helper-validator-identifier": { "type": "npm", "name": "npm:@babel/helper-validator-identifier", "data": { "version": "7.24.7", "packageName": "@babel/helper-validator-identifier", "hash": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" } }, "npm:@babel/helper-validator-option": { "type": "npm", "name": "npm:@babel/helper-validator-option", "data": { "version": "7.24.8", "packageName": "@babel/helper-validator-option", "hash": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==" } }, "npm:@babel/helper-wrap-function": { "type": "npm", "name": "npm:@babel/helper-wrap-function", "data": { "version": "7.25.0", "packageName": "@babel/helper-wrap-function", "hash": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==" } }, "npm:@babel/helpers": { "type": "npm", "name": "npm:@babel/helpers", "data": { "version": "7.25.6", "packageName": "@babel/helpers", "hash": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==" } }, "npm:@babel/highlight": { "type": "npm", "name": "npm:@babel/highlight", "data": { "version": "7.24.7", "packageName": "@babel/highlight", "hash": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==" } }, "npm:@babel/parser": { "type": "npm", "name": "npm:@babel/parser", "data": { "version": "7.25.6", "packageName": "@babel/parser", "hash": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==" } }, "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.25.3", "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", "hash": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==" } }, "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": { "type": "npm", "name": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", "data": { "version": "7.25.0", "packageName": "@babel/plugin-bugfix-safari-class-field-initializer-scope", "hash": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==" } }, "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.25.0", "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "hash": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==" } }, "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.24.7", "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "hash": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==" } }, "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.25.0", "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "hash": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==" } }, "npm:@babel/plugin-proposal-decorators": { "type": "npm", "name": "npm:@babel/plugin-proposal-decorators", "data": { "version": "7.24.7", "packageName": "@babel/plugin-proposal-decorators", "hash": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==" } }, "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.24.7", "packageName": "@babel/plugin-syntax-decorators", "hash": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==" } }, "npm:@babel/plugin-syntax-dynamic-import": { "type": "npm", "name": "npm:@babel/plugin-syntax-dynamic-import", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-dynamic-import", "hash": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" } }, "npm:@babel/plugin-syntax-export-namespace-from": { "type": "npm", "name": "npm:@babel/plugin-syntax-export-namespace-from", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-export-namespace-from", "hash": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" } }, "npm:@babel/plugin-syntax-import-assertions": { "type": "npm", "name": "npm:@babel/plugin-syntax-import-assertions", "data": { "version": "7.25.6", "packageName": "@babel/plugin-syntax-import-assertions", "hash": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==" } }, "npm:@babel/plugin-syntax-import-attributes": { "type": "npm", "name": "npm:@babel/plugin-syntax-import-attributes", "data": { "version": "7.25.6", "packageName": "@babel/plugin-syntax-import-attributes", "hash": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==" } }, "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.24.7", "packageName": "@babel/plugin-syntax-jsx", "hash": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==" } }, "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.25.4", "packageName": "@babel/plugin-syntax-typescript", "hash": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==" } }, "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.24.7", "packageName": "@babel/plugin-transform-arrow-functions", "hash": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==" } }, "npm:@babel/plugin-transform-async-generator-functions": { "type": "npm", "name": "npm:@babel/plugin-transform-async-generator-functions", "data": { "version": "7.25.4", "packageName": "@babel/plugin-transform-async-generator-functions", "hash": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==" } }, "npm:@babel/plugin-transform-async-to-generator": { "type": "npm", "name": "npm:@babel/plugin-transform-async-to-generator", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-async-to-generator", "hash": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==" } }, "npm:@babel/plugin-transform-block-scoped-functions": { "type": "npm", "name": "npm:@babel/plugin-transform-block-scoped-functions", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-block-scoped-functions", "hash": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==" } }, "npm:@babel/plugin-transform-block-scoping": { "type": "npm", "name": "npm:@babel/plugin-transform-block-scoping", "data": { "version": "7.25.0", "packageName": "@babel/plugin-transform-block-scoping", "hash": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==" } }, "npm:@babel/plugin-transform-class-properties": { "type": "npm", "name": "npm:@babel/plugin-transform-class-properties", "data": { "version": "7.25.4", "packageName": "@babel/plugin-transform-class-properties", "hash": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==" } }, "npm:@babel/plugin-transform-class-static-block": { "type": "npm", "name": "npm:@babel/plugin-transform-class-static-block", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-class-static-block", "hash": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==" } }, "npm:@babel/plugin-transform-classes": { "type": "npm", "name": "npm:@babel/plugin-transform-classes", "data": { "version": "7.25.4", "packageName": "@babel/plugin-transform-classes", "hash": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==" } }, "npm:@babel/plugin-transform-computed-properties": { "type": "npm", "name": "npm:@babel/plugin-transform-computed-properties", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-computed-properties", "hash": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==" } }, "npm:@babel/plugin-transform-destructuring": { "type": "npm", "name": "npm:@babel/plugin-transform-destructuring", "data": { "version": "7.24.8", "packageName": "@babel/plugin-transform-destructuring", "hash": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==" } }, "npm:@babel/plugin-transform-dotall-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-dotall-regex", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-dotall-regex", "hash": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==" } }, "npm:@babel/plugin-transform-duplicate-keys": { "type": "npm", "name": "npm:@babel/plugin-transform-duplicate-keys", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-duplicate-keys", "hash": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==" } }, "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", "data": { "version": "7.25.0", "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex", "hash": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==" } }, "npm:@babel/plugin-transform-dynamic-import": { "type": "npm", "name": "npm:@babel/plugin-transform-dynamic-import", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-dynamic-import", "hash": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==" } }, "npm:@babel/plugin-transform-exponentiation-operator": { "type": "npm", "name": "npm:@babel/plugin-transform-exponentiation-operator", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-exponentiation-operator", "hash": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==" } }, "npm:@babel/plugin-transform-export-namespace-from": { "type": "npm", "name": "npm:@babel/plugin-transform-export-namespace-from", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-export-namespace-from", "hash": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==" } }, "npm:@babel/plugin-transform-for-of": { "type": "npm", "name": "npm:@babel/plugin-transform-for-of", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-for-of", "hash": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==" } }, "npm:@babel/plugin-transform-function-name": { "type": "npm", "name": "npm:@babel/plugin-transform-function-name", "data": { "version": "7.25.1", "packageName": "@babel/plugin-transform-function-name", "hash": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==" } }, "npm:@babel/plugin-transform-json-strings": { "type": "npm", "name": "npm:@babel/plugin-transform-json-strings", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-json-strings", "hash": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==" } }, "npm:@babel/plugin-transform-literals": { "type": "npm", "name": "npm:@babel/plugin-transform-literals", "data": { "version": "7.25.2", "packageName": "@babel/plugin-transform-literals", "hash": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==" } }, "npm:@babel/plugin-transform-logical-assignment-operators": { "type": "npm", "name": "npm:@babel/plugin-transform-logical-assignment-operators", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-logical-assignment-operators", "hash": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==" } }, "npm:@babel/plugin-transform-member-expression-literals": { "type": "npm", "name": "npm:@babel/plugin-transform-member-expression-literals", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-member-expression-literals", "hash": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==" } }, "npm:@babel/plugin-transform-modules-amd": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-amd", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-modules-amd", "hash": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==" } }, "npm:@babel/plugin-transform-modules-commonjs": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-commonjs", "data": { "version": "7.24.8", "packageName": "@babel/plugin-transform-modules-commonjs", "hash": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==" } }, "npm:@babel/plugin-transform-modules-systemjs": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-systemjs", "data": { "version": "7.25.0", "packageName": "@babel/plugin-transform-modules-systemjs", "hash": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==" } }, "npm:@babel/plugin-transform-modules-umd": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-umd", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-modules-umd", "hash": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==" } }, "npm:@babel/plugin-transform-named-capturing-groups-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-named-capturing-groups-regex", "hash": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==" } }, "npm:@babel/plugin-transform-new-target": { "type": "npm", "name": "npm:@babel/plugin-transform-new-target", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-new-target", "hash": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==" } }, "npm:@babel/plugin-transform-nullish-coalescing-operator": { "type": "npm", "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-nullish-coalescing-operator", "hash": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==" } }, "npm:@babel/plugin-transform-numeric-separator": { "type": "npm", "name": "npm:@babel/plugin-transform-numeric-separator", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-numeric-separator", "hash": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==" } }, "npm:@babel/plugin-transform-object-rest-spread": { "type": "npm", "name": "npm:@babel/plugin-transform-object-rest-spread", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-object-rest-spread", "hash": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==" } }, "npm:@babel/plugin-transform-object-super": { "type": "npm", "name": "npm:@babel/plugin-transform-object-super", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-object-super", "hash": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==" } }, "npm:@babel/plugin-transform-optional-catch-binding": { "type": "npm", "name": "npm:@babel/plugin-transform-optional-catch-binding", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-optional-catch-binding", "hash": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==" } }, "npm:@babel/plugin-transform-optional-chaining": { "type": "npm", "name": "npm:@babel/plugin-transform-optional-chaining", "data": { "version": "7.24.8", "packageName": "@babel/plugin-transform-optional-chaining", "hash": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==" } }, "npm:@babel/plugin-transform-parameters": { "type": "npm", "name": "npm:@babel/plugin-transform-parameters", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-parameters", "hash": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==" } }, "npm:@babel/plugin-transform-private-methods": { "type": "npm", "name": "npm:@babel/plugin-transform-private-methods", "data": { "version": "7.25.4", "packageName": "@babel/plugin-transform-private-methods", "hash": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==" } }, "npm:@babel/plugin-transform-private-property-in-object": { "type": "npm", "name": "npm:@babel/plugin-transform-private-property-in-object", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-private-property-in-object", "hash": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==" } }, "npm:@babel/plugin-transform-property-literals": { "type": "npm", "name": "npm:@babel/plugin-transform-property-literals", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-property-literals", "hash": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==" } }, "npm:@babel/plugin-transform-react-constant-elements": { "type": "npm", "name": "npm:@babel/plugin-transform-react-constant-elements", "data": { "version": "7.25.1", "packageName": "@babel/plugin-transform-react-constant-elements", "hash": "sha512-SLV/giH/V4SmloZ6Dt40HjTGTAIkxn33TVIHxNGNvo8ezMhrxBkzisj4op1KZYPIOHFLqhv60OHvX+YRu4xbmQ==" } }, "npm:@babel/plugin-transform-react-display-name": { "type": "npm", "name": "npm:@babel/plugin-transform-react-display-name", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-react-display-name", "hash": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==" } }, "npm:@babel/plugin-transform-react-jsx": { "type": "npm", "name": "npm:@babel/plugin-transform-react-jsx", "data": { "version": "7.25.2", "packageName": "@babel/plugin-transform-react-jsx", "hash": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==" } }, "npm:@babel/plugin-transform-react-jsx-development": { "type": "npm", "name": "npm:@babel/plugin-transform-react-jsx-development", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-react-jsx-development", "hash": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==" } }, "npm:@babel/plugin-transform-react-jsx-self": { "type": "npm", "name": "npm:@babel/plugin-transform-react-jsx-self", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-react-jsx-self", "hash": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==" } }, "npm:@babel/plugin-transform-react-jsx-source": { "type": "npm", "name": "npm:@babel/plugin-transform-react-jsx-source", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-react-jsx-source", "hash": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==" } }, "npm:@babel/plugin-transform-react-pure-annotations": { "type": "npm", "name": "npm:@babel/plugin-transform-react-pure-annotations", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-react-pure-annotations", "hash": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==" } }, "npm:@babel/plugin-transform-regenerator": { "type": "npm", "name": "npm:@babel/plugin-transform-regenerator", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-regenerator", "hash": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==" } }, "npm:@babel/plugin-transform-reserved-words": { "type": "npm", "name": "npm:@babel/plugin-transform-reserved-words", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-reserved-words", "hash": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==" } }, "npm:@babel/plugin-transform-runtime": { "type": "npm", "name": "npm:@babel/plugin-transform-runtime", "data": { "version": "7.25.4", "packageName": "@babel/plugin-transform-runtime", "hash": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==" } }, "npm:@babel/plugin-transform-shorthand-properties": { "type": "npm", "name": "npm:@babel/plugin-transform-shorthand-properties", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-shorthand-properties", "hash": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==" } }, "npm:@babel/plugin-transform-spread": { "type": "npm", "name": "npm:@babel/plugin-transform-spread", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-spread", "hash": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==" } }, "npm:@babel/plugin-transform-sticky-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-sticky-regex", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-sticky-regex", "hash": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==" } }, "npm:@babel/plugin-transform-template-literals": { "type": "npm", "name": "npm:@babel/plugin-transform-template-literals", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-template-literals", "hash": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==" } }, "npm:@babel/plugin-transform-typeof-symbol": { "type": "npm", "name": "npm:@babel/plugin-transform-typeof-symbol", "data": { "version": "7.24.8", "packageName": "@babel/plugin-transform-typeof-symbol", "hash": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==" } }, "npm:@babel/plugin-transform-typescript": { "type": "npm", "name": "npm:@babel/plugin-transform-typescript", "data": { "version": "7.25.2", "packageName": "@babel/plugin-transform-typescript", "hash": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==" } }, "npm:@babel/plugin-transform-unicode-escapes": { "type": "npm", "name": "npm:@babel/plugin-transform-unicode-escapes", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-unicode-escapes", "hash": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==" } }, "npm:@babel/plugin-transform-unicode-property-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-unicode-property-regex", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-unicode-property-regex", "hash": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==" } }, "npm:@babel/plugin-transform-unicode-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-unicode-regex", "data": { "version": "7.24.7", "packageName": "@babel/plugin-transform-unicode-regex", "hash": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==" } }, "npm:@babel/plugin-transform-unicode-sets-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-unicode-sets-regex", "data": { "version": "7.25.4", "packageName": "@babel/plugin-transform-unicode-sets-regex", "hash": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==" } }, "npm:@babel/preset-env": { "type": "npm", "name": "npm:@babel/preset-env", "data": { "version": "7.25.4", "packageName": "@babel/preset-env", "hash": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==" } }, "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.24.7", "packageName": "@babel/preset-react", "hash": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==" } }, "npm:@babel/preset-typescript": { "type": "npm", "name": "npm:@babel/preset-typescript", "data": { "version": "7.24.7", "packageName": "@babel/preset-typescript", "hash": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==" } }, "npm:@babel/regjsgen": { "type": "npm", "name": "npm:@babel/regjsgen", "data": { "version": "0.8.0", "packageName": "@babel/regjsgen", "hash": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" } }, "npm:@babel/runtime": { "type": "npm", "name": "npm:@babel/runtime", "data": { "version": "7.25.6", "packageName": "@babel/runtime", "hash": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==" } }, "npm:@babel/template": { "type": "npm", "name": "npm:@babel/template", "data": { "version": "7.25.0", "packageName": "@babel/template", "hash": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==" } }, "npm:@babel/traverse": { "type": "npm", "name": "npm:@babel/traverse", "data": { "version": "7.25.6", "packageName": "@babel/traverse", "hash": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==" } }, "npm:@babel/types": { "type": "npm", "name": "npm:@babel/types", "data": { "version": "7.25.6", "packageName": "@babel/types", "hash": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==" } }, "npm:@bcoe/v8-coverage": { "type": "npm", "name": "npm:@bcoe/v8-coverage", "data": { "version": "0.2.3", "packageName": "@bcoe/v8-coverage", "hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" } }, "npm:@blueprintjs/colors": { "type": "npm", "name": "npm:@blueprintjs/colors", "data": { "version": "5.1.2", "packageName": "@blueprintjs/colors", "hash": "sha512-7CWwVsXK4YTN9Z/wkjnS3p7VE8YfIXXv2UaySAbtcw6rBkmoSHjLRtfohSA5yNy8xYTQ4KY2odKZSUW0W/Nltw==" } }, "npm:tslib@2.6.3": { "type": "npm", "name": "npm:tslib@2.6.3", "data": { "version": "2.6.3", "packageName": "tslib", "hash": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" } }, "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.7.0", "packageName": "tslib", "hash": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" } }, "npm:@blueprintjs/core": { "type": "npm", "name": "npm:@blueprintjs/core", "data": { "version": "5.12.0", "packageName": "@blueprintjs/core", "hash": "sha512-ILXicpMElDsWK3up46HBxdGAdkm5gTYUpSZXwzWi0TKmjUPm7LhiYNsfUpMhtgMuQT2CsCOY8kh6sbBpInoHNQ==" } }, "npm:@blueprintjs/icons": { "type": "npm", "name": "npm:@blueprintjs/icons", "data": { "version": "5.12.0", "packageName": "@blueprintjs/icons", "hash": "sha512-S80N2kJ0lwPFpWfYgFSxr2KEXcaNRcyOgAo2a+juwu47Mv0YUMdbeQNPPP2WkLc0387ZsvN/w5yz1rez6wyAsQ==" } }, "npm:@blueprintjs/select": { "type": "npm", "name": "npm:@blueprintjs/select", "data": { "version": "5.2.3", "packageName": "@blueprintjs/select", "hash": "sha512-45cjCIYbKX1JowYH2iAui7NQalaPB9Tm1rIMUBWoC+QHXmisS8frfo1+F+A69bvWixsGWlj1GHYS/Nhtyo+1rg==" } }, "npm:@casl/ability": { "type": "npm", "name": "npm:@casl/ability", "data": { "version": "6.7.1", "packageName": "@casl/ability", "hash": "sha512-e+Vgrehd1/lzOSwSqKHtmJ6kmIuZbGBlM2LBS5IuYGGKmVHuhUuyh3XgTn1VIw9+TO4gqU+uptvxfIRBUEdJuw==" } }, "npm:@copilotkit/react-core": { "type": "npm", "name": "npm:@copilotkit/react-core", "data": { "version": "1.1.0", "packageName": "@copilotkit/react-core", "hash": "sha512-59hfCI9HpczyfHNgW+sw/NxjIzyrfpWAGt+9DHBxqzTJoeFVStleL14THmi7MQaBVB7s3+Qkmb1ciEc2Hp28Jw==" } }, "npm:@copilotkit/react-textarea": { "type": "npm", "name": "npm:@copilotkit/react-textarea", "data": { "version": "1.1.0", "packageName": "@copilotkit/react-textarea", "hash": "sha512-vdrCWu18NxR08BD0/XvjUy8/mdeV5XLykfqNxiAittine+mLwzx1dk2jOU0T343w9iZeh1uxTNjrCNi/eigIoQ==" } }, "npm:clsx@1.2.1": { "type": "npm", "name": "npm:clsx@1.2.1", "data": { "version": "1.2.1", "packageName": "clsx", "hash": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" } }, "npm:clsx@1.1.1": { "type": "npm", "name": "npm:clsx@1.1.1", "data": { "version": "1.1.1", "packageName": "clsx", "hash": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" } }, "npm:clsx": { "type": "npm", "name": "npm:clsx", "data": { "version": "2.1.1", "packageName": "clsx", "hash": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" } }, "npm:lucide-react@0.274.0": { "type": "npm", "name": "npm:lucide-react@0.274.0", "data": { "version": "0.274.0", "packageName": "lucide-react", "hash": "sha512-qiWcojRXEwDiSimMX1+arnxha+ROJzZjJaVvCC0rsG6a9pUPjZePXSq7em4ZKMp0NDm1hyzPNkM7UaWC3LU2AA==" } }, "npm:lucide-react": { "type": "npm", "name": "npm:lucide-react", "data": { "version": "0.436.0", "packageName": "lucide-react", "hash": "sha512-N292bIxoqm1aObAg0MzFtvhYwgQE6qnIOWx/GLj5ONgcTPH6N0fD9bVq/GfdeC9ZORBXozt/XeEKDpiB3x3vlQ==" } }, "npm:@copilotkit/react-ui": { "type": "npm", "name": "npm:@copilotkit/react-ui", "data": { "version": "1.1.0", "packageName": "@copilotkit/react-ui", "hash": "sha512-8DaypCbF8xHoe3qzPrVj9qKy1zepOWspYNQuC5YvnEJwDfQyz+b/nMg239bwdU6jOVYVw2b6ghYyc5bhtLhbQQ==" } }, "npm:@copilotkit/runtime": { "type": "npm", "name": "npm:@copilotkit/runtime", "data": { "version": "1.1.0", "packageName": "@copilotkit/runtime", "hash": "sha512-FLbsQJUctW2/fw5tyzh7KhvdPscixNOTLJvmCF6bZ5PWVeCHi4xyAdTqUBfd/+Y2P9xl+/QYRL6wr1YOfHtN5Q==" } }, "npm:@copilotkit/runtime-client-gql": { "type": "npm", "name": "npm:@copilotkit/runtime-client-gql", "data": { "version": "1.1.0", "packageName": "@copilotkit/runtime-client-gql", "hash": "sha512-eZeZk+qN9MpR0Ys/3qIXu2EubGjYu3BPCVRwPhSlci4urueIe+7S5J4x8KYBIY37m9MFrPMcxXjcQXoXnb3bCw==" } }, "npm:@langchain/community@0.0.53": { "type": "npm", "name": "npm:@langchain/community@0.0.53", "data": { "version": "0.0.53", "packageName": "@langchain/community", "hash": "sha512-iFqZPt4MRssGYsQoKSXWJQaYTZCC7WNuilp2JCCs3wKmJK3l6mR0eV+PDrnT+TaDHUVxt/b0rwgM0sOiy0j2jA==" } }, "npm:langsmith@0.1.54": { "type": "npm", "name": "npm:langsmith@0.1.54", "data": { "version": "0.1.54", "packageName": "langsmith", "hash": "sha512-VTPCzHQGHwJ2gzYLSqm8bYjgkRetAeNzUNB8UNXEd+vHbXA8l3SjThnTVbJMpb+gQgpJWlT9lEyH3WsAK+JyCg==" } }, "npm:uuid@10.0.0": { "type": "npm", "name": "npm:uuid@10.0.0", "data": { "version": "10.0.0", "packageName": "uuid", "hash": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" } }, "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:uuid": { "type": "npm", "name": "npm:uuid", "data": { "version": "9.0.1", "packageName": "uuid", "hash": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" } }, "npm:@puppeteer/browsers@0.5.0": { "type": "npm", "name": "npm:@puppeteer/browsers@0.5.0", "data": { "version": "0.5.0", "packageName": "@puppeteer/browsers", "hash": "sha512-Uw6oB7VvmPRLE4iKsjuOh8zgDabhNX67dzo8U/BB0f9527qx+4eeUs+korU98OhG5C4ubg7ufBgVi63XYwS6TQ==" } }, "npm:@puppeteer/browsers": { "type": "npm", "name": "npm:@puppeteer/browsers", "data": { "version": "2.3.0", "packageName": "@puppeteer/browsers", "hash": "sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==" } }, "npm:@smithy/eventstream-codec@2.2.0": { "type": "npm", "name": "npm:@smithy/eventstream-codec@2.2.0", "data": { "version": "2.2.0", "packageName": "@smithy/eventstream-codec", "hash": "sha512-8janZoJw85nJmQZc4L8TuePp2pk1nxLgkxIR0TUjKJ5Dkj5oelB9WtiSSGXCQvNsJl0VSTvK/2ueMXxvpa9GVw==" } }, "npm:@smithy/eventstream-codec": { "type": "npm", "name": "npm:@smithy/eventstream-codec", "data": { "version": "3.1.3", "packageName": "@smithy/eventstream-codec", "hash": "sha512-mKBrmhg6Zd3j07G9dkKTGmrU7pdJGTNz8LbZtIOR3QoodS5yDNqEqoXU4Eg38snZcnCAh7NPBsw5ndxtJPLiCg==" } }, "npm:@smithy/protocol-http@3.3.0": { "type": "npm", "name": "npm:@smithy/protocol-http@3.3.0", "data": { "version": "3.3.0", "packageName": "@smithy/protocol-http", "hash": "sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==" } }, "npm:@smithy/protocol-http": { "type": "npm", "name": "npm:@smithy/protocol-http", "data": { "version": "4.1.1", "packageName": "@smithy/protocol-http", "hash": "sha512-Fm5+8LkeIus83Y8jTL1XHsBGP8sPvE1rEVyKf/87kbOPTbzEDMcgOlzcmYXat2h+nC3wwPtRy8hFqtJS71+Wow==" } }, "npm:@smithy/signature-v4@2.3.0": { "type": "npm", "name": "npm:@smithy/signature-v4@2.3.0", "data": { "version": "2.3.0", "packageName": "@smithy/signature-v4", "hash": "sha512-ui/NlpILU+6HAQBfJX8BBsDXuKSNrjTSuOYArRblcrErwKFutjrCNb/OExfVRyj9+26F9J+ZmfWT+fKWuDrH3Q==" } }, "npm:@smithy/signature-v4": { "type": "npm", "name": "npm:@smithy/signature-v4", "data": { "version": "4.1.1", "packageName": "@smithy/signature-v4", "hash": "sha512-SH9J9be81TMBNGCmjhrgMWu4YSpQ3uP1L06u/K9SDrE2YibUix1qxedPCxEQu02At0P0SrYDjvz+y91vLG0KRQ==" } }, "npm:@smithy/types@2.12.0": { "type": "npm", "name": "npm:@smithy/types@2.12.0", "data": { "version": "2.12.0", "packageName": "@smithy/types", "hash": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==" } }, "npm:@smithy/types": { "type": "npm", "name": "npm:@smithy/types", "data": { "version": "3.4.0", "packageName": "@smithy/types", "hash": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==" } }, "npm:@smithy/util-hex-encoding@2.2.0": { "type": "npm", "name": "npm:@smithy/util-hex-encoding@2.2.0", "data": { "version": "2.2.0", "packageName": "@smithy/util-hex-encoding", "hash": "sha512-7iKXR+/4TpLK194pVjKiasIyqMtTYJsgKgM242Y9uzt5dhHnUDvMNb+3xIhRJ9QhvqGii/5cRUt4fJn3dtXNHQ==" } }, "npm:@smithy/util-hex-encoding": { "type": "npm", "name": "npm:@smithy/util-hex-encoding", "data": { "version": "3.0.0", "packageName": "@smithy/util-hex-encoding", "hash": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==" } }, "npm:@smithy/util-middleware@2.2.0": { "type": "npm", "name": "npm:@smithy/util-middleware@2.2.0", "data": { "version": "2.2.0", "packageName": "@smithy/util-middleware", "hash": "sha512-L1qpleXf9QD6LwLCJ5jddGkgWyuSvWBkJwWAZ6kFkdifdso+sk3L3O1HdmPvCdnCK3IS4qWyPxev01QMnfHSBw==" } }, "npm:@smithy/util-middleware": { "type": "npm", "name": "npm:@smithy/util-middleware", "data": { "version": "3.0.4", "packageName": "@smithy/util-middleware", "hash": "sha512-uSXHTBhstb1c4nHdmQEdkNMv9LiRNaJ/lWV2U/GO+5F236YFpdPw+hyWI9Zc0Rp9XKzwD9kVZvhZmEgp0UCVnA==" } }, "npm:@smithy/util-uri-escape@2.2.0": { "type": "npm", "name": "npm:@smithy/util-uri-escape@2.2.0", "data": { "version": "2.2.0", "packageName": "@smithy/util-uri-escape", "hash": "sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==" } }, "npm:@smithy/util-uri-escape": { "type": "npm", "name": "npm:@smithy/util-uri-escape", "data": { "version": "3.0.0", "packageName": "@smithy/util-uri-escape", "hash": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==" } }, "npm:@types/uuid@10.0.0": { "type": "npm", "name": "npm:@types/uuid@10.0.0", "data": { "version": "10.0.0", "packageName": "@types/uuid", "hash": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==" } }, "npm:@types/uuid": { "type": "npm", "name": "npm:@types/uuid", "data": { "version": "9.0.8", "packageName": "@types/uuid", "hash": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" } }, "npm:agent-base@7.1.1": { "type": "npm", "name": "npm:agent-base@7.1.1", "data": { "version": "7.1.1", "packageName": "agent-base", "hash": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==" } }, "npm:agent-base": { "type": "npm", "name": "npm:agent-base", "data": { "version": "6.0.2", "packageName": "agent-base", "hash": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" } }, "npm:argparse@2.0.1": { "type": "npm", "name": "npm:argparse@2.0.1", "data": { "version": "2.0.1", "packageName": "argparse", "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" } }, "npm:argparse": { "type": "npm", "name": "npm:argparse", "data": { "version": "1.0.10", "packageName": "argparse", "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" } }, "npm:chownr@1.1.4": { "type": "npm", "name": "npm:chownr@1.1.4", "data": { "version": "1.1.4", "packageName": "chownr", "hash": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" } }, "npm:chownr": { "type": "npm", "name": "npm:chownr", "data": { "version": "2.0.0", "packageName": "chownr", "hash": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" } }, "npm:chromium-bidi@0.4.7": { "type": "npm", "name": "npm:chromium-bidi@0.4.7", "data": { "version": "0.4.7", "packageName": "chromium-bidi", "hash": "sha512-6+mJuFXwTMU6I3vYLs6IL8A1DyQTPjCfIL971X0aMPVGRbGnNfl6i6Cl0NMbxi2bRYLGESt9T2ZIMRM5PAEcIQ==" } }, "npm:chromium-bidi": { "type": "npm", "name": "npm:chromium-bidi", "data": { "version": "0.6.3", "packageName": "chromium-bidi", "hash": "sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==" } }, "npm:commander@10.0.1": { "type": "npm", "name": "npm:commander@10.0.1", "data": { "version": "10.0.1", "packageName": "commander", "hash": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" } }, "npm:commander": { "type": "npm", "name": "npm:commander", "data": { "version": "8.3.0", "packageName": "commander", "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" } }, "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@7.2.0": { "type": "npm", "name": "npm:commander@7.2.0", "data": { "version": "7.2.0", "packageName": "commander", "hash": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" } }, "npm:commander@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:cosmiconfig@8.1.3": { "type": "npm", "name": "npm:cosmiconfig@8.1.3", "data": { "version": "8.1.3", "packageName": "cosmiconfig", "hash": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==" } }, "npm:cosmiconfig@6.0.0": { "type": "npm", "name": "npm:cosmiconfig@6.0.0", "data": { "version": "6.0.0", "packageName": "cosmiconfig", "hash": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==" } }, "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.0": { "type": "npm", "name": "npm:cosmiconfig@9.0.0", "data": { "version": "9.0.0", "packageName": "cosmiconfig", "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" } }, "npm:debug@4.3.4": { "type": "npm", "name": "npm:debug@4.3.4", "data": { "version": "4.3.4", "packageName": "debug", "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" } }, "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.3.7", "packageName": "debug", "hash": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" } }, "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:devtools-protocol@0.0.1107588": { "type": "npm", "name": "npm:devtools-protocol@0.0.1107588", "data": { "version": "0.0.1107588", "packageName": "devtools-protocol", "hash": "sha512-yIR+pG9x65Xko7bErCUSQaDLrO/P1p3JUzEk7JCU4DowPcGHkTGUGQapcfcLc4qj0UaALwZ+cr0riFgiqpixcg==" } }, "npm:devtools-protocol": { "type": "npm", "name": "npm:devtools-protocol", "data": { "version": "0.0.1312386", "packageName": "devtools-protocol", "hash": "sha512-DPnhUXvmvKT2dFA/j7B+riVLUt9Q6RKJlcppojL5CoRywJJKLDYnRlw0gTFKfgDPHP5E04UoB71SxoJlVZy8FA==" } }, "npm:gaxios@5.1.3": { "type": "npm", "name": "npm:gaxios@5.1.3", "data": { "version": "5.1.3", "packageName": "gaxios", "hash": "sha512-95hVgBRgEIRQQQHIbnxBXeHbW4TqFk4ZDJW7wmVtvYar72FdhRIo1UGOLS2eRAKCPEdPBWu+M7+A33D9CdX9rA==" } }, "npm:gaxios": { "type": "npm", "name": "npm:gaxios", "data": { "version": "6.7.1", "packageName": "gaxios", "hash": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==" } }, "npm:gcp-metadata@5.3.0": { "type": "npm", "name": "npm:gcp-metadata@5.3.0", "data": { "version": "5.3.0", "packageName": "gcp-metadata", "hash": "sha512-FNTkdNEnBdlqF2oatizolQqNANMrcqJt6AAYt99B3y1aLLC8Hc5IOBb+ZnnzllodEEf6xMBp6wRcBbc16fa65w==" } }, "npm:gcp-metadata": { "type": "npm", "name": "npm:gcp-metadata", "data": { "version": "6.1.0", "packageName": "gcp-metadata", "hash": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==" } }, "npm:google-auth-library@8.9.0": { "type": "npm", "name": "npm:google-auth-library@8.9.0", "data": { "version": "8.9.0", "packageName": "google-auth-library", "hash": "sha512-f7aQCJODJFmYWN6PeNKzgvy9LI2tYmXnzpNDHEjG5sDNPgGb2FXQyTBnXeSH+PAtpKESFD+LmHw3Ox3mN7e1Fg==" } }, "npm:google-auth-library": { "type": "npm", "name": "npm:google-auth-library", "data": { "version": "9.14.1", "packageName": "google-auth-library", "hash": "sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA==" } }, "npm:googleapis@126.0.1": { "type": "npm", "name": "npm:googleapis@126.0.1", "data": { "version": "126.0.1", "packageName": "googleapis", "hash": "sha512-4N8LLi+hj6ytK3PhE52KcM8iSGhJjtXnCDYB4fp6l+GdLbYz4FoDmx074WqMbl7iYMDN87vqD/8drJkhxW92mQ==" } }, "npm:googleapis": { "type": "npm", "name": "npm:googleapis", "data": { "version": "137.1.0", "packageName": "googleapis", "hash": "sha512-2L7SzN0FLHyQtFmyIxrcXhgust77067pkkduqkbIpDuj9JzVnByxsRrcRfUMFQam3rQkWW2B0f1i40IwKDWIVQ==" } }, "npm:gtoken": { "type": "npm", "name": "npm:gtoken", "data": { "version": "7.1.0", "packageName": "gtoken", "hash": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==" } }, "npm:gtoken@6.1.2": { "type": "npm", "name": "npm:gtoken@6.1.2", "data": { "version": "6.1.2", "packageName": "gtoken", "hash": "sha512-4ccGpzz7YAr7lxrT2neugmXQ3hP9ho2gcaityLVkiUecAiwiy60Ii8gRbZeOsXV19fYaRjgBSshs8kXw+NKCPQ==" } }, "npm:https-proxy-agent@7.0.5": { "type": "npm", "name": "npm:https-proxy-agent@7.0.5", "data": { "version": "7.0.5", "packageName": "https-proxy-agent", "hash": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==" } }, "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:is-stream@2.0.1": { "type": "npm", "name": "npm:is-stream@2.0.1", "data": { "version": "2.0.1", "packageName": "is-stream", "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" } }, "npm:is-stream": { "type": "npm", "name": "npm:is-stream", "data": { "version": "1.1.0", "packageName": "is-stream", "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" } }, "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:js-yaml@4.1.0": { "type": "npm", "name": "npm:js-yaml@4.1.0", "data": { "version": "4.1.0", "packageName": "js-yaml", "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" } }, "npm:js-yaml": { "type": "npm", "name": "npm:js-yaml", "data": { "version": "3.14.1", "packageName": "js-yaml", "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" } }, "npm:langchain@0.1.37": { "type": "npm", "name": "npm:langchain@0.1.37", "data": { "version": "0.1.37", "packageName": "langchain", "hash": "sha512-rpaLEJtRrLYhAViEp7/aHfSkxbgSqHJ5n10tXv3o4kHP/wOin85RpTgewwvGjEaKc3797jOg+sLSk6a7e0UlMg==" } }, "npm:lru-cache@6.0.0": { "type": "npm", "name": "npm:lru-cache@6.0.0", "data": { "version": "6.0.0", "packageName": "lru-cache", "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" } }, "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@4.1.5": { "type": "npm", "name": "npm:lru-cache@4.1.5", "data": { "version": "4.1.5", "packageName": "lru-cache", "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, "npm:lru-cache": { "type": "npm", "name": "npm:lru-cache", "data": { "version": "5.1.1", "packageName": "lru-cache", "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, "npm:lru-cache@7.18.3": { "type": "npm", "name": "npm:lru-cache@7.18.3", "data": { "version": "7.18.3", "packageName": "lru-cache", "hash": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" } }, "npm:mitt@3.0.0": { "type": "npm", "name": "npm:mitt@3.0.0", "data": { "version": "3.0.0", "packageName": "mitt", "hash": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==" } }, "npm:mitt": { "type": "npm", "name": "npm:mitt", "data": { "version": "3.0.1", "packageName": "mitt", "hash": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" } }, "npm:ms@2.1.2": { "type": "npm", "name": "npm:ms@2.1.2", "data": { "version": "2.1.2", "packageName": "ms", "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } }, "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:puppeteer@19.11.1": { "type": "npm", "name": "npm:puppeteer@19.11.1", "data": { "version": "19.11.1", "packageName": "puppeteer", "hash": "sha512-39olGaX2djYUdhaQQHDZ0T0GwEp+5f9UB9HmEP0qHfdQHIq0xGQZuAZ5TLnJIc/88SrPLpEflPC+xUqOTv3c5g==" } }, "npm:puppeteer": { "type": "npm", "name": "npm:puppeteer", "data": { "version": "22.15.0", "packageName": "puppeteer", "hash": "sha512-XjCY1SiSEi1T7iSYuxS82ft85kwDJUS7wj1Z0eGVXKdtr5g4xnVcbjwxhq5xBnpK/E7x1VZZoJDxpjAOasHT4Q==" } }, "npm:puppeteer-core@19.11.1": { "type": "npm", "name": "npm:puppeteer-core@19.11.1", "data": { "version": "19.11.1", "packageName": "puppeteer-core", "hash": "sha512-qcuC2Uf0Fwdj9wNtaTZ2OvYRraXpAK+puwwVW8ofOhOgLPZyz1c68tsorfIZyCUOpyBisjr+xByu7BMbEYMepA==" } }, "npm:puppeteer-core": { "type": "npm", "name": "npm:puppeteer-core", "data": { "version": "22.15.0", "packageName": "puppeteer-core", "hash": "sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==" } }, "npm:ws@8.13.0": { "type": "npm", "name": "npm:ws@8.13.0", "data": { "version": "8.13.0", "packageName": "ws", "hash": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==" } }, "npm:ws@8.18.0": { "type": "npm", "name": "npm:ws@8.18.0", "data": { "version": "8.18.0", "packageName": "ws", "hash": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" } }, "npm:ws": { "type": "npm", "name": "npm:ws", "data": { "version": "8.17.1", "packageName": "ws", "hash": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" } }, "npm:reflect-metadata@0.2.2": { "type": "npm", "name": "npm:reflect-metadata@0.2.2", "data": { "version": "0.2.2", "packageName": "reflect-metadata", "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" } }, "npm:reflect-metadata": { "type": "npm", "name": "npm:reflect-metadata", "data": { "version": "0.1.14", "packageName": "reflect-metadata", "hash": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==" } }, "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@5.7.2": { "type": "npm", "name": "npm:semver@5.7.2", "data": { "version": "5.7.2", "packageName": "semver", "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" } }, "npm:semver": { "type": "npm", "name": "npm:semver", "data": { "version": "6.3.1", "packageName": "semver", "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } }, "npm:tar-fs@2.1.1": { "type": "npm", "name": "npm:tar-fs@2.1.1", "data": { "version": "2.1.1", "packageName": "tar-fs", "hash": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==" } }, "npm:tar-fs": { "type": "npm", "name": "npm:tar-fs", "data": { "version": "3.0.6", "packageName": "tar-fs", "hash": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==" } }, "npm:yallist@4.0.0": { "type": "npm", "name": "npm:yallist@4.0.0", "data": { "version": "4.0.0", "packageName": "yallist", "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } }, "npm:yallist@2.1.2": { "type": "npm", "name": "npm:yallist@2.1.2", "data": { "version": "2.1.2", "packageName": "yallist", "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" } }, "npm:yallist": { "type": "npm", "name": "npm:yallist", "data": { "version": "3.1.1", "packageName": "yallist", "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } }, "npm:yargs@17.7.1": { "type": "npm", "name": "npm:yargs@17.7.1", "data": { "version": "17.7.1", "packageName": "yargs", "hash": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==" } }, "npm:yargs": { "type": "npm", "name": "npm:yargs", "data": { "version": "17.7.2", "packageName": "yargs", "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" } }, "npm:@copilotkit/shared": { "type": "npm", "name": "npm:@copilotkit/shared", "data": { "version": "1.1.0", "packageName": "@copilotkit/shared", "hash": "sha512-pBE7cvX4Gnx7yPkcp5sAbODfyVVRR0kmu6Cwue72F64DMS91m/tEOoOSYatAKCBfB4SOpOmwvObh2MbrxeKUsg==" } }, "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:@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.25", "packageName": "@jridgewell/trace-mapping", "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" } }, "npm:@emnapi/core": { "type": "npm", "name": "npm:@emnapi/core", "data": { "version": "1.2.0", "packageName": "@emnapi/core", "hash": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==" } }, "npm:@emnapi/runtime": { "type": "npm", "name": "npm:@emnapi/runtime", "data": { "version": "1.2.0", "packageName": "@emnapi/runtime", "hash": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==" } }, "npm:@emnapi/wasi-threads": { "type": "npm", "name": "npm:@emnapi/wasi-threads", "data": { "version": "1.0.1", "packageName": "@emnapi/wasi-threads", "hash": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==" } }, "npm:@emotion/babel-plugin": { "type": "npm", "name": "npm:@emotion/babel-plugin", "data": { "version": "11.12.0", "packageName": "@emotion/babel-plugin", "hash": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==" } }, "npm:convert-source-map@1.9.0": { "type": "npm", "name": "npm:convert-source-map@1.9.0", "data": { "version": "1.9.0", "packageName": "convert-source-map", "hash": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" } }, "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:@emotion/cache": { "type": "npm", "name": "npm:@emotion/cache", "data": { "version": "11.13.1", "packageName": "@emotion/cache", "hash": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==" } }, "npm:@emotion/css": { "type": "npm", "name": "npm:@emotion/css", "data": { "version": "11.13.0", "packageName": "@emotion/css", "hash": "sha512-BUk99ylT+YHl+W/HN7nv1RCTkDYmKKqa1qbvM/qLSQEg61gipuBF5Hptk/2/ERmX2DCv0ccuFGhz9i0KSZOqPg==" } }, "npm:@emotion/hash": { "type": "npm", "name": "npm:@emotion/hash", "data": { "version": "0.9.2", "packageName": "@emotion/hash", "hash": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==" } }, "npm:@emotion/is-prop-valid": { "type": "npm", "name": "npm:@emotion/is-prop-valid", "data": { "version": "1.3.0", "packageName": "@emotion/is-prop-valid", "hash": "sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ==" } }, "npm:@emotion/memoize": { "type": "npm", "name": "npm:@emotion/memoize", "data": { "version": "0.9.0", "packageName": "@emotion/memoize", "hash": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" } }, "npm:@emotion/react": { "type": "npm", "name": "npm:@emotion/react", "data": { "version": "11.13.3", "packageName": "@emotion/react", "hash": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==" } }, "npm:@emotion/serialize": { "type": "npm", "name": "npm:@emotion/serialize", "data": { "version": "1.3.1", "packageName": "@emotion/serialize", "hash": "sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==" } }, "npm:@emotion/sheet": { "type": "npm", "name": "npm:@emotion/sheet", "data": { "version": "1.4.0", "packageName": "@emotion/sheet", "hash": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==" } }, "npm:@emotion/styled": { "type": "npm", "name": "npm:@emotion/styled", "data": { "version": "11.13.0", "packageName": "@emotion/styled", "hash": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==" } }, "npm:@emotion/unitless": { "type": "npm", "name": "npm:@emotion/unitless", "data": { "version": "0.10.0", "packageName": "@emotion/unitless", "hash": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==" } }, "npm:@emotion/use-insertion-effect-with-fallbacks": { "type": "npm", "name": "npm:@emotion/use-insertion-effect-with-fallbacks", "data": { "version": "1.1.0", "packageName": "@emotion/use-insertion-effect-with-fallbacks", "hash": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==" } }, "npm:@emotion/utils": { "type": "npm", "name": "npm:@emotion/utils", "data": { "version": "1.4.0", "packageName": "@emotion/utils", "hash": "sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==" } }, "npm:@emotion/weak-memoize": { "type": "npm", "name": "npm:@emotion/weak-memoize", "data": { "version": "0.4.0", "packageName": "@emotion/weak-memoize", "hash": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==" } }, "npm:@envelop/core": { "type": "npm", "name": "npm:@envelop/core", "data": { "version": "5.0.2", "packageName": "@envelop/core", "hash": "sha512-tVL6OrMe6UjqLosiE+EH9uxh2TQC0469GwF4tE014ugRaDDKKVWwFwZe0TBMlcyHKh5MD4ZxktWo/1hqUxIuhw==" } }, "npm:@envelop/types": { "type": "npm", "name": "npm:@envelop/types", "data": { "version": "5.0.0", "packageName": "@envelop/types", "hash": "sha512-IPjmgSc4KpQRlO4qbEDnBEixvtb06WDmjKfi/7fkZaryh5HuOmTtixe1EupQI5XfXO8joc3d27uUZ0QdC++euA==" } }, "npm:@esbuild/aix-ppc64": { "type": "npm", "name": "npm:@esbuild/aix-ppc64", "data": { "version": "0.21.5", "packageName": "@esbuild/aix-ppc64", "hash": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" } }, "npm:@esbuild/android-arm": { "type": "npm", "name": "npm:@esbuild/android-arm", "data": { "version": "0.21.5", "packageName": "@esbuild/android-arm", "hash": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" } }, "npm:@esbuild/android-arm64": { "type": "npm", "name": "npm:@esbuild/android-arm64", "data": { "version": "0.21.5", "packageName": "@esbuild/android-arm64", "hash": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" } }, "npm:@esbuild/android-x64": { "type": "npm", "name": "npm:@esbuild/android-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/android-x64", "hash": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" } }, "npm:@esbuild/darwin-arm64": { "type": "npm", "name": "npm:@esbuild/darwin-arm64", "data": { "version": "0.21.5", "packageName": "@esbuild/darwin-arm64", "hash": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" } }, "npm:@esbuild/darwin-x64": { "type": "npm", "name": "npm:@esbuild/darwin-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/darwin-x64", "hash": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" } }, "npm:@esbuild/freebsd-arm64": { "type": "npm", "name": "npm:@esbuild/freebsd-arm64", "data": { "version": "0.21.5", "packageName": "@esbuild/freebsd-arm64", "hash": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" } }, "npm:@esbuild/freebsd-x64": { "type": "npm", "name": "npm:@esbuild/freebsd-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/freebsd-x64", "hash": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" } }, "npm:@esbuild/linux-arm": { "type": "npm", "name": "npm:@esbuild/linux-arm", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-arm", "hash": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" } }, "npm:@esbuild/linux-arm64": { "type": "npm", "name": "npm:@esbuild/linux-arm64", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-arm64", "hash": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" } }, "npm:@esbuild/linux-ia32": { "type": "npm", "name": "npm:@esbuild/linux-ia32", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-ia32", "hash": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" } }, "npm:@esbuild/linux-loong64": { "type": "npm", "name": "npm:@esbuild/linux-loong64", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-loong64", "hash": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" } }, "npm:@esbuild/linux-mips64el": { "type": "npm", "name": "npm:@esbuild/linux-mips64el", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-mips64el", "hash": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" } }, "npm:@esbuild/linux-ppc64": { "type": "npm", "name": "npm:@esbuild/linux-ppc64", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-ppc64", "hash": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" } }, "npm:@esbuild/linux-riscv64": { "type": "npm", "name": "npm:@esbuild/linux-riscv64", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-riscv64", "hash": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" } }, "npm:@esbuild/linux-s390x": { "type": "npm", "name": "npm:@esbuild/linux-s390x", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-s390x", "hash": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" } }, "npm:@esbuild/linux-x64": { "type": "npm", "name": "npm:@esbuild/linux-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/linux-x64", "hash": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" } }, "npm:@esbuild/netbsd-x64": { "type": "npm", "name": "npm:@esbuild/netbsd-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/netbsd-x64", "hash": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" } }, "npm:@esbuild/openbsd-x64": { "type": "npm", "name": "npm:@esbuild/openbsd-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/openbsd-x64", "hash": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" } }, "npm:@esbuild/sunos-x64": { "type": "npm", "name": "npm:@esbuild/sunos-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/sunos-x64", "hash": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" } }, "npm:@esbuild/win32-arm64": { "type": "npm", "name": "npm:@esbuild/win32-arm64", "data": { "version": "0.21.5", "packageName": "@esbuild/win32-arm64", "hash": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" } }, "npm:@esbuild/win32-ia32": { "type": "npm", "name": "npm:@esbuild/win32-ia32", "data": { "version": "0.21.5", "packageName": "@esbuild/win32-ia32", "hash": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" } }, "npm:@esbuild/win32-x64": { "type": "npm", "name": "npm:@esbuild/win32-x64", "data": { "version": "0.21.5", "packageName": "@esbuild/win32-x64", "hash": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" } }, "npm:@eslint-community/eslint-utils": { "type": "npm", "name": "npm:@eslint-community/eslint-utils", "data": { "version": "4.4.0", "packageName": "@eslint-community/eslint-utils", "hash": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" } }, "npm:@eslint-community/regexpp": { "type": "npm", "name": "npm:@eslint-community/regexpp", "data": { "version": "4.11.0", "packageName": "@eslint-community/regexpp", "hash": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==" } }, "npm:@eslint/eslintrc": { "type": "npm", "name": "npm:@eslint/eslintrc", "data": { "version": "2.1.4", "packageName": "@eslint/eslintrc", "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" } }, "npm:brace-expansion@1.1.11": { "type": "npm", "name": "npm:brace-expansion@1.1.11", "data": { "version": "1.1.11", "packageName": "brace-expansion", "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, "npm:brace-expansion": { "type": "npm", "name": "npm:brace-expansion", "data": { "version": "2.0.1", "packageName": "brace-expansion", "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" } }, "npm:globals@13.24.0": { "type": "npm", "name": "npm:globals@13.24.0", "data": { "version": "13.24.0", "packageName": "globals", "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" } }, "npm:globals": { "type": "npm", "name": "npm:globals", "data": { "version": "11.12.0", "packageName": "globals", "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" } }, "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:minimatch@3.1.2": { "type": "npm", "name": "npm:minimatch@3.1.2", "data": { "version": "3.1.2", "packageName": "minimatch", "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" } }, "npm:minimatch@9.0.5": { "type": "npm", "name": "npm:minimatch@9.0.5", "data": { "version": "9.0.5", "packageName": "minimatch", "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" } }, "npm:minimatch@9.0.1": { "type": "npm", "name": "npm:minimatch@9.0.1", "data": { "version": "9.0.1", "packageName": "minimatch", "hash": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==" } }, "npm:minimatch@5.1.6": { "type": "npm", "name": "npm:minimatch@5.1.6", "data": { "version": "5.1.6", "packageName": "minimatch", "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" } }, "npm:minimatch": { "type": "npm", "name": "npm:minimatch", "data": { "version": "9.0.3", "packageName": "minimatch", "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" } }, "npm:type-fest@0.20.2": { "type": "npm", "name": "npm:type-fest@0.20.2", "data": { "version": "0.20.2", "packageName": "type-fest", "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } }, "npm:type-fest": { "type": "npm", "name": "npm:type-fest", "data": { "version": "0.21.3", "packageName": "type-fest", "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" } }, "npm:type-fest@2.19.0": { "type": "npm", "name": "npm:type-fest@2.19.0", "data": { "version": "2.19.0", "packageName": "type-fest", "hash": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==" } }, "npm:@eslint/js": { "type": "npm", "name": "npm:@eslint/js", "data": { "version": "8.57.0", "packageName": "@eslint/js", "hash": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" } }, "npm:@floating-ui/core": { "type": "npm", "name": "npm:@floating-ui/core", "data": { "version": "1.6.7", "packageName": "@floating-ui/core", "hash": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==" } }, "npm:@floating-ui/dom": { "type": "npm", "name": "npm:@floating-ui/dom", "data": { "version": "1.6.10", "packageName": "@floating-ui/dom", "hash": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==" } }, "npm:@floating-ui/react": { "type": "npm", "name": "npm:@floating-ui/react", "data": { "version": "0.26.23", "packageName": "@floating-ui/react", "hash": "sha512-9u3i62fV0CFF3nIegiWiRDwOs7OW/KhSUJDNx2MkQM3LbE5zQOY01sL3nelcVBXvX7Ovvo3A49I8ql+20Wg/Hw==" } }, "npm:@floating-ui/react@0.19.2": { "type": "npm", "name": "npm:@floating-ui/react@0.19.2", "data": { "version": "0.19.2", "packageName": "@floating-ui/react", "hash": "sha512-JyNk4A0Ezirq8FlXECvRtQOX/iBe5Ize0W/pLkrZjfHW9GUV7Xnq6zm6fyZuQzaHHqEnVizmvlA96e1/CkZv+w==" } }, "npm:@floating-ui/react-dom": { "type": "npm", "name": "npm:@floating-ui/react-dom", "data": { "version": "2.1.1", "packageName": "@floating-ui/react-dom", "hash": "sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==" } }, "npm:@floating-ui/react-dom@1.3.0": { "type": "npm", "name": "npm:@floating-ui/react-dom@1.3.0", "data": { "version": "1.3.0", "packageName": "@floating-ui/react-dom", "hash": "sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g==" } }, "npm:@floating-ui/utils": { "type": "npm", "name": "npm:@floating-ui/utils", "data": { "version": "0.2.7", "packageName": "@floating-ui/utils", "hash": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==" } }, "npm:@google/generative-ai": { "type": "npm", "name": "npm:@google/generative-ai", "data": { "version": "0.11.5", "packageName": "@google/generative-ai", "hash": "sha512-DviMgrnljEKh6qkDT2pVFW+NEuVhggqBUoEnyy2PNL7l4ewxXRJubk3PctC9yPl1AdRIlhqP7E076QQt+IWuTg==" } }, "npm:@graphql-tools/executor": { "type": "npm", "name": "npm:@graphql-tools/executor", "data": { "version": "1.3.1", "packageName": "@graphql-tools/executor", "hash": "sha512-tgJDdGf9SCAm64ofEMZdv925u6/J+eTmv36TGNLxgP2DpCJsZ6gnJ4A+0D28EazDXqJIvMiPd+3d+o3cCRCAnQ==" } }, "npm:@graphql-tools/merge": { "type": "npm", "name": "npm:@graphql-tools/merge", "data": { "version": "9.0.7", "packageName": "@graphql-tools/merge", "hash": "sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA==" } }, "npm:@graphql-tools/schema": { "type": "npm", "name": "npm:@graphql-tools/schema", "data": { "version": "10.0.6", "packageName": "@graphql-tools/schema", "hash": "sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==" } }, "npm:@graphql-tools/utils": { "type": "npm", "name": "npm:@graphql-tools/utils", "data": { "version": "10.5.4", "packageName": "@graphql-tools/utils", "hash": "sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==" } }, "npm:@graphql-typed-document-node/core": { "type": "npm", "name": "npm:@graphql-typed-document-node/core", "data": { "version": "3.2.0", "packageName": "@graphql-typed-document-node/core", "hash": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==" } }, "npm:@graphql-yoga/logger": { "type": "npm", "name": "npm:@graphql-yoga/logger", "data": { "version": "2.0.0", "packageName": "@graphql-yoga/logger", "hash": "sha512-Mg8psdkAp+YTG1OGmvU+xa6xpsAmSir0hhr3yFYPyLNwzUj95DdIwsMpKadDj9xDpYgJcH3Hp/4JMal9DhQimA==" } }, "npm:@graphql-yoga/plugin-defer-stream": { "type": "npm", "name": "npm:@graphql-yoga/plugin-defer-stream", "data": { "version": "3.7.0", "packageName": "@graphql-yoga/plugin-defer-stream", "hash": "sha512-5TwoU0C7dqNca4RRZNQZpppSWSkwgewy+6iKnmCUPBSZlbATqREsc8gXsDMK/LA/qvDEizQG7uxHk1tmYeSKgg==" } }, "npm:@graphql-yoga/subscription": { "type": "npm", "name": "npm:@graphql-yoga/subscription", "data": { "version": "5.0.1", "packageName": "@graphql-yoga/subscription", "hash": "sha512-1wCB1DfAnaLzS+IdoOzELGGnx1ODEg9nzQXFh4u2j02vAnne6d+v4A7HIH9EqzVdPLoAaMKXCZUUdKs+j3z1fg==" } }, "npm:@graphql-yoga/typed-event-target": { "type": "npm", "name": "npm:@graphql-yoga/typed-event-target", "data": { "version": "3.0.0", "packageName": "@graphql-yoga/typed-event-target", "hash": "sha512-w+liuBySifrstuHbFrHoHAEyVnDFVib+073q8AeAJ/qqJfvFvAwUPLLtNohR/WDVRgSasfXtl3dcNuVJWN+rjg==" } }, "npm:@headlessui/react": { "type": "npm", "name": "npm:@headlessui/react", "data": { "version": "2.1.6", "packageName": "@headlessui/react", "hash": "sha512-IkaSHxsMdrSdVZn5n3ClfvqQo5umHeqwjeZfbFUTczykeHoMH+3VOP0nn7zVsbebazjPmOsXh3x9gCy6e2PG5Q==" } }, "npm:@hookform/resolvers": { "type": "npm", "name": "npm:@hookform/resolvers", "data": { "version": "3.9.0", "packageName": "@hookform/resolvers", "hash": "sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==" } }, "npm:@humanwhocodes/config-array": { "type": "npm", "name": "npm:@humanwhocodes/config-array", "data": { "version": "0.11.14", "packageName": "@humanwhocodes/config-array", "hash": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" } }, "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:@icons/material": { "type": "npm", "name": "npm:@icons/material", "data": { "version": "0.2.4", "packageName": "@icons/material", "hash": "sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==" } }, "npm:@img/sharp-darwin-arm64": { "type": "npm", "name": "npm:@img/sharp-darwin-arm64", "data": { "version": "0.33.5", "packageName": "@img/sharp-darwin-arm64", "hash": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==" } }, "npm:@img/sharp-darwin-x64": { "type": "npm", "name": "npm:@img/sharp-darwin-x64", "data": { "version": "0.33.5", "packageName": "@img/sharp-darwin-x64", "hash": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==" } }, "npm:@img/sharp-libvips-darwin-arm64": { "type": "npm", "name": "npm:@img/sharp-libvips-darwin-arm64", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-darwin-arm64", "hash": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==" } }, "npm:@img/sharp-libvips-darwin-x64": { "type": "npm", "name": "npm:@img/sharp-libvips-darwin-x64", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-darwin-x64", "hash": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==" } }, "npm:@img/sharp-libvips-linux-arm": { "type": "npm", "name": "npm:@img/sharp-libvips-linux-arm", "data": { "version": "1.0.5", "packageName": "@img/sharp-libvips-linux-arm", "hash": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==" } }, "npm:@img/sharp-libvips-linux-arm64": { "type": "npm", "name": "npm:@img/sharp-libvips-linux-arm64", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-linux-arm64", "hash": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==" } }, "npm:@img/sharp-libvips-linux-s390x": { "type": "npm", "name": "npm:@img/sharp-libvips-linux-s390x", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-linux-s390x", "hash": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==" } }, "npm:@img/sharp-libvips-linux-x64": { "type": "npm", "name": "npm:@img/sharp-libvips-linux-x64", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-linux-x64", "hash": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==" } }, "npm:@img/sharp-libvips-linuxmusl-arm64": { "type": "npm", "name": "npm:@img/sharp-libvips-linuxmusl-arm64", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-linuxmusl-arm64", "hash": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==" } }, "npm:@img/sharp-libvips-linuxmusl-x64": { "type": "npm", "name": "npm:@img/sharp-libvips-linuxmusl-x64", "data": { "version": "1.0.4", "packageName": "@img/sharp-libvips-linuxmusl-x64", "hash": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==" } }, "npm:@img/sharp-linux-arm": { "type": "npm", "name": "npm:@img/sharp-linux-arm", "data": { "version": "0.33.5", "packageName": "@img/sharp-linux-arm", "hash": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==" } }, "npm:@img/sharp-linux-arm64": { "type": "npm", "name": "npm:@img/sharp-linux-arm64", "data": { "version": "0.33.5", "packageName": "@img/sharp-linux-arm64", "hash": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==" } }, "npm:@img/sharp-linux-s390x": { "type": "npm", "name": "npm:@img/sharp-linux-s390x", "data": { "version": "0.33.5", "packageName": "@img/sharp-linux-s390x", "hash": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==" } }, "npm:@img/sharp-linux-x64": { "type": "npm", "name": "npm:@img/sharp-linux-x64", "data": { "version": "0.33.5", "packageName": "@img/sharp-linux-x64", "hash": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==" } }, "npm:@img/sharp-linuxmusl-arm64": { "type": "npm", "name": "npm:@img/sharp-linuxmusl-arm64", "data": { "version": "0.33.5", "packageName": "@img/sharp-linuxmusl-arm64", "hash": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==" } }, "npm:@img/sharp-linuxmusl-x64": { "type": "npm", "name": "npm:@img/sharp-linuxmusl-x64", "data": { "version": "0.33.5", "packageName": "@img/sharp-linuxmusl-x64", "hash": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==" } }, "npm:@img/sharp-wasm32": { "type": "npm", "name": "npm:@img/sharp-wasm32", "data": { "version": "0.33.5", "packageName": "@img/sharp-wasm32", "hash": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==" } }, "npm:@img/sharp-win32-ia32": { "type": "npm", "name": "npm:@img/sharp-win32-ia32", "data": { "version": "0.33.5", "packageName": "@img/sharp-win32-ia32", "hash": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==" } }, "npm:@img/sharp-win32-x64": { "type": "npm", "name": "npm:@img/sharp-win32-x64", "data": { "version": "0.33.5", "packageName": "@img/sharp-win32-x64", "hash": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==" } }, "npm:@ioredis/commands": { "type": "npm", "name": "npm:@ioredis/commands", "data": { "version": "1.2.0", "packageName": "@ioredis/commands", "hash": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==" } }, "npm:@isaacs/cliui": { "type": "npm", "name": "npm:@isaacs/cliui", "data": { "version": "8.0.2", "packageName": "@isaacs/cliui", "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" } }, "npm:ansi-regex@6.1.0": { "type": "npm", "name": "npm:ansi-regex@6.1.0", "data": { "version": "6.1.0", "packageName": "ansi-regex", "hash": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" } }, "npm:ansi-regex": { "type": "npm", "name": "npm:ansi-regex", "data": { "version": "5.0.1", "packageName": "ansi-regex", "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" } }, "npm:string-width@5.1.2": { "type": "npm", "name": "npm:string-width@5.1.2", "data": { "version": "5.1.2", "packageName": "string-width", "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" } }, "npm:string-width": { "type": "npm", "name": "npm:string-width", "data": { "version": "4.2.3", "packageName": "string-width", "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" } }, "npm:strip-ansi@7.1.0": { "type": "npm", "name": "npm:strip-ansi@7.1.0", "data": { "version": "7.1.0", "packageName": "strip-ansi", "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" } }, "npm:strip-ansi": { "type": "npm", "name": "npm:strip-ansi", "data": { "version": "6.0.1", "packageName": "strip-ansi", "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" } }, "npm:wrap-ansi@8.1.0": { "type": "npm", "name": "npm:wrap-ansi@8.1.0", "data": { "version": "8.1.0", "packageName": "wrap-ansi", "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" } }, "npm:wrap-ansi": { "type": "npm", "name": "npm:wrap-ansi", "data": { "version": "7.0.0", "packageName": "wrap-ansi", "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" } }, "npm:@istanbuljs/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: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:@istanbuljs/schema": { "type": "npm", "name": "npm:@istanbuljs/schema", "data": { "version": "0.1.3", "packageName": "@istanbuljs/schema", "hash": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" } }, "npm:@jest/console": { "type": "npm", "name": "npm:@jest/console", "data": { "version": "29.7.0", "packageName": "@jest/console", "hash": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" } }, "npm:@jest/core": { "type": "npm", "name": "npm:@jest/core", "data": { "version": "29.7.0", "packageName": "@jest/core", "hash": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" } }, "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:pretty-format": { "type": "npm", "name": "npm:pretty-format", "data": { "version": "27.5.1", "packageName": "pretty-format", "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" } }, "npm:@jest/environment": { "type": "npm", "name": "npm:@jest/environment", "data": { "version": "29.7.0", "packageName": "@jest/environment", "hash": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" } }, "npm:@jest/expect": { "type": "npm", "name": "npm:@jest/expect", "data": { "version": "29.7.0", "packageName": "@jest/expect", "hash": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" } }, "npm:@jest/expect-utils": { "type": "npm", "name": "npm:@jest/expect-utils", "data": { "version": "29.7.0", "packageName": "@jest/expect-utils", "hash": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" } }, "npm:@jest/fake-timers": { "type": "npm", "name": "npm:@jest/fake-timers", "data": { "version": "29.7.0", "packageName": "@jest/fake-timers", "hash": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" } }, "npm:@jest/globals": { "type": "npm", "name": "npm:@jest/globals", "data": { "version": "29.7.0", "packageName": "@jest/globals", "hash": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" } }, "npm:@jest/reporters": { "type": "npm", "name": "npm:@jest/reporters", "data": { "version": "29.7.0", "packageName": "@jest/reporters", "hash": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" } }, "npm:@jest/schemas": { "type": "npm", "name": "npm:@jest/schemas", "data": { "version": "29.6.3", "packageName": "@jest/schemas", "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" } }, "npm:@jest/source-map": { "type": "npm", "name": "npm:@jest/source-map", "data": { "version": "29.6.3", "packageName": "@jest/source-map", "hash": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" } }, "npm:@jest/test-result": { "type": "npm", "name": "npm:@jest/test-result", "data": { "version": "29.7.0", "packageName": "@jest/test-result", "hash": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" } }, "npm:@jest/test-sequencer": { "type": "npm", "name": "npm:@jest/test-sequencer", "data": { "version": "29.7.0", "packageName": "@jest/test-sequencer", "hash": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" } }, "npm:@jest/transform": { "type": "npm", "name": "npm:@jest/transform", "data": { "version": "29.7.0", "packageName": "@jest/transform", "hash": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" } }, "npm:@jest/types": { "type": "npm", "name": "npm:@jest/types", "data": { "version": "29.6.3", "packageName": "@jest/types", "hash": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" } }, "npm:@jridgewell/gen-mapping": { "type": "npm", "name": "npm:@jridgewell/gen-mapping", "data": { "version": "0.3.5", "packageName": "@jridgewell/gen-mapping", "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" } }, "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/set-array": { "type": "npm", "name": "npm:@jridgewell/set-array", "data": { "version": "1.2.1", "packageName": "@jridgewell/set-array", "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" } }, "npm:@jridgewell/source-map": { "type": "npm", "name": "npm:@jridgewell/source-map", "data": { "version": "0.3.6", "packageName": "@jridgewell/source-map", "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" } }, "npm:@jridgewell/sourcemap-codec": { "type": "npm", "name": "npm:@jridgewell/sourcemap-codec", "data": { "version": "1.5.0", "packageName": "@jridgewell/sourcemap-codec", "hash": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" } }, "npm:@jsdevtools/ono": { "type": "npm", "name": "npm:@jsdevtools/ono", "data": { "version": "7.1.3", "packageName": "@jsdevtools/ono", "hash": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" } }, "npm:@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/json-pack": { "type": "npm", "name": "npm:@jsonjoy.com/json-pack", "data": { "version": "1.1.0", "packageName": "@jsonjoy.com/json-pack", "hash": "sha512-zlQONA+msXPPwHWZMKFVS78ewFczIll5lXiVPwFPCZUsrOKdxc2AvxU1HoNBmMRhqDZUR9HkC3UOm+6pME6Xsg==" } }, "npm:@jsonjoy.com/util": { "type": "npm", "name": "npm:@jsonjoy.com/util", "data": { "version": "1.3.0", "packageName": "@jsonjoy.com/util", "hash": "sha512-Cebt4Vk7k1xHy87kHY7KSPLT77A7Ev7IfOblyLZhtYEhrdQ6fX4EoLq3xOQ3O/DRMEh2ok5nyC180E+ABS8Wmw==" } }, "npm:@juggle/resize-observer": { "type": "npm", "name": "npm:@juggle/resize-observer", "data": { "version": "3.4.0", "packageName": "@juggle/resize-observer", "hash": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==" } }, "npm:@kamilkisiela/fast-url-parser": { "type": "npm", "name": "npm:@kamilkisiela/fast-url-parser", "data": { "version": "1.1.4", "packageName": "@kamilkisiela/fast-url-parser", "hash": "sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==" } }, "npm:@kurkle/color": { "type": "npm", "name": "npm:@kurkle/color", "data": { "version": "0.3.2", "packageName": "@kurkle/color", "hash": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" } }, "npm:@langchain/core": { "type": "npm", "name": "npm:@langchain/core", "data": { "version": "0.1.63", "packageName": "@langchain/core", "hash": "sha512-+fjyYi8wy6x1P+Ee1RWfIIEyxd9Ee9jksEwvrggPwwI/p45kIDTdYTblXsM13y4mNWTiACyLSdbwnPaxxdoz+w==" } }, "npm:@langchain/core@0.2.32": { "type": "npm", "name": "npm:@langchain/core@0.2.32", "data": { "version": "0.2.32", "packageName": "@langchain/core", "hash": "sha512-S27M+9Qou2qtcLfFGEvANkJ/zHq5XApeQsR6Q4I7C6v9x07eoYr558h6vVy6WQmKcksgbCIJ854ikwp173wBjA==" } }, "npm:@langchain/openai": { "type": "npm", "name": "npm:@langchain/openai", "data": { "version": "0.0.28", "packageName": "@langchain/openai", "hash": "sha512-2s1RA3/eAnz4ahdzsMPBna9hfAqpFNlWdHiPxVGZ5yrhXsbLWWoPcF+22LCk9t0HJKtazi2GCIWc0HVXH9Abig==" } }, "npm:@langchain/textsplitters": { "type": "npm", "name": "npm:@langchain/textsplitters", "data": { "version": "0.0.3", "packageName": "@langchain/textsplitters", "hash": "sha512-cXWgKE3sdWLSqAa8ykbCcUsUF1Kyr5J3HOWYGuobhPEycXW4WI++d5DhzdpL238mzoEXTi90VqfSCra37l5YqA==" } }, "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:@lukeed/csprng": { "type": "npm", "name": "npm:@lukeed/csprng", "data": { "version": "1.1.0", "packageName": "@lukeed/csprng", "hash": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" } }, "npm:@lukeed/uuid": { "type": "npm", "name": "npm:@lukeed/uuid", "data": { "version": "2.0.1", "packageName": "@lukeed/uuid", "hash": "sha512-qC72D4+CDdjGqJvkFMMEAtancHUQ7/d/tAiHf64z8MopFDmcrtbcJuerDtFceuAfQJ2pDSfCKCtbqoGBNnwg0w==" } }, "npm:@mantine/core": { "type": "npm", "name": "npm:@mantine/core", "data": { "version": "5.10.5", "packageName": "@mantine/core", "hash": "sha512-F4tqHSEVM9D6/iSqHfPda+Xl5XgSEPHAAkT01Zwzj4Jnbd10qGrlqr/SFUop2CIcuKYnmra9XltUahUPXBC2BQ==" } }, "npm:@mantine/dates": { "type": "npm", "name": "npm:@mantine/dates", "data": { "version": "5.10.5", "packageName": "@mantine/dates", "hash": "sha512-l7lSgDKEV+phTgUAHIkc/22Qgq+WBg0P7JS2WpeZeERX8eyD4BGlsY3ZWqHigYxhBq/Ycd2tHZFmwl2p+694Zw==" } }, "npm:@mantine/hooks": { "type": "npm", "name": "npm:@mantine/hooks", "data": { "version": "5.10.5", "packageName": "@mantine/hooks", "hash": "sha512-hFQp71QZDfivPzfIUOQZfMKLiOL/Cn2EnzacRlbUr55myteTfzYN8YMt+nzniE/6c4IRopFHEAdbKEtfyQc6kg==" } }, "npm:@mantine/modals": { "type": "npm", "name": "npm:@mantine/modals", "data": { "version": "5.10.5", "packageName": "@mantine/modals", "hash": "sha512-q3BCqAxulcIZCL48vUrwSaXDhxDng/2daVky8K1mTPYNlcm9iN1mqVTUC4uFWhn4b2UmPu4UdbNePEgLuhK4Mw==" } }, "npm:@mantine/styles": { "type": "npm", "name": "npm:@mantine/styles", "data": { "version": "5.10.5", "packageName": "@mantine/styles", "hash": "sha512-0NXk8c/XGzuTUkZc6KceF2NaTCMEu5mHR4ru0x+ttb9DGnLpHuGWduTHjSfr4hl6eAJgedD0zauO+VAhDzO9zA==" } }, "npm:csstype@3.0.9": { "type": "npm", "name": "npm:csstype@3.0.9", "data": { "version": "3.0.9", "packageName": "csstype", "hash": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==" } }, "npm:csstype": { "type": "npm", "name": "npm:csstype", "data": { "version": "3.1.3", "packageName": "csstype", "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" } }, "npm:@mantine/utils": { "type": "npm", "name": "npm:@mantine/utils", "data": { "version": "5.10.5", "packageName": "@mantine/utils", "hash": "sha512-FGMq4dGs5HhDAtI0z46uzxzKKPmZ3h5uKUyKg1ZHoFR1mBtcUMbB6FylFmHqKFRWlJ5IXqX9dwmiVrLYUOfTmA==" } }, "npm:@mapbox/node-pre-gyp": { "type": "npm", "name": "npm:@mapbox/node-pre-gyp", "data": { "version": "1.0.11", "packageName": "@mapbox/node-pre-gyp", "hash": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==" } }, "npm:@mdx-js/mdx": { "type": "npm", "name": "npm:@mdx-js/mdx", "data": { "version": "2.3.0", "packageName": "@mdx-js/mdx", "hash": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==" } }, "npm:@types/unist@2.0.11": { "type": "npm", "name": "npm:@types/unist@2.0.11", "data": { "version": "2.0.11", "packageName": "@types/unist", "hash": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" } }, "npm:@types/unist": { "type": "npm", "name": "npm:@types/unist", "data": { "version": "3.0.3", "packageName": "@types/unist", "hash": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" } }, "npm:estree-util-to-js@1.2.0": { "type": "npm", "name": "npm:estree-util-to-js@1.2.0", "data": { "version": "1.2.0", "packageName": "estree-util-to-js", "hash": "sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==" } }, "npm:estree-util-to-js": { "type": "npm", "name": "npm:estree-util-to-js", "data": { "version": "2.0.0", "packageName": "estree-util-to-js", "hash": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==" } }, "npm:unist-util-position-from-estree@1.1.2": { "type": "npm", "name": "npm:unist-util-position-from-estree@1.1.2", "data": { "version": "1.1.2", "packageName": "unist-util-position-from-estree", "hash": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==" } }, "npm:unist-util-position-from-estree": { "type": "npm", "name": "npm:unist-util-position-from-estree", "data": { "version": "2.0.0", "packageName": "unist-util-position-from-estree", "hash": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==" } }, "npm:@mdx-js/react": { "type": "npm", "name": "npm:@mdx-js/react", "data": { "version": "2.3.0", "packageName": "@mdx-js/react", "hash": "sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==" } }, "npm:@meronex/icons": { "type": "npm", "name": "npm:@meronex/icons", "data": { "version": "4.0.0", "packageName": "@meronex/icons", "hash": "sha512-WnoxUT02qawZSvsoPSwe7YOqOk0APysIHugiD3dYdc/QNeoigN4PD8mmmtmZFKlv8/Z7eERub0BmPkWcJ1BI+w==" } }, "npm:@microsoft/tsdoc": { "type": "npm", "name": "npm:@microsoft/tsdoc", "data": { "version": "0.15.0", "packageName": "@microsoft/tsdoc", "hash": "sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==" } }, "npm:@mintlify/common": { "type": "npm", "name": "npm:@mintlify/common", "data": { "version": "1.0.141", "packageName": "@mintlify/common", "hash": "sha512-W55hktZ8jrf5z7bI1r6O84GtXMhwBicHOQWUrozXDXoQz4eDu1HPCjOp0/IktasEDpAlmde1lYErq88IZXDhHA==" } }, "npm:@mintlify/mdx": { "type": "npm", "name": "npm:@mintlify/mdx", "data": { "version": "0.0.46", "packageName": "@mintlify/mdx", "hash": "sha512-8BZsTvFhek4Z6//+kWKvlgnKy+dOjbtHqPnhiYaNlvZvGFU5BkLjOtFFP2jG+7vluvfI2yWOS8g3mtPwntWrVg==" } }, "npm:@mintlify/models": { "type": "npm", "name": "npm:@mintlify/models", "data": { "version": "0.0.120", "packageName": "@mintlify/models", "hash": "sha512-H6bb2StjBiLAySPoPJbx2k3o6W/WOoGPkJudyzHSUzGPt8HN5hXUR6gnyRjVt0Ba7LKy8HxiG24G4s6wVwDgsA==" } }, "npm:@mintlify/scraping": { "type": "npm", "name": "npm:@mintlify/scraping", "data": { "version": "3.0.164", "packageName": "@mintlify/scraping", "hash": "sha512-MjtXFr8kRjbJiPB9n2KCds3EdJ5XlrmsZq7TeeT5JCp0xpe4LnY12csWyNuNNVb017hqOpcxYPCAvsxqTWMB2g==" } }, "npm:@mintlify/validation": { "type": "npm", "name": "npm:@mintlify/validation", "data": { "version": "0.1.186", "packageName": "@mintlify/validation", "hash": "sha512-gOrp9N2N5rg+P7gD6OSpr4hjYe26LKli/4Dk1SetLAd9oDSHbB/z0vQ6IkiXxMew+kHlRk3fwlnesLLf/A/3yg==" } }, "npm:@module-federation/bridge-react-webpack-plugin": { "type": "npm", "name": "npm:@module-federation/bridge-react-webpack-plugin", "data": { "version": "0.6.3", "packageName": "@module-federation/bridge-react-webpack-plugin", "hash": "sha512-bGqsPNMFHfGNqyVcdKIypnlmbNrJRHFADKYU3puBeyO+D8IIRoQY+GFtFMRDXakqUzQPioXhh5G1sH8GMacUig==" } }, "npm:@module-federation/dts-plugin": { "type": "npm", "name": "npm:@module-federation/dts-plugin", "data": { "version": "0.6.3", "packageName": "@module-federation/dts-plugin", "hash": "sha512-U7s9dvhINav8gwbDgTaotUo0uaB1pvL/TkA9f/bBenuzOrzvjniDyISSyppfEL3n6WQJWVepNYXlKfMRAUIjkA==" } }, "npm:axios@1.7.7": { "type": "npm", "name": "npm:axios@1.7.7", "data": { "version": "1.7.7", "packageName": "axios", "hash": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==" } }, "npm:axios": { "type": "npm", "name": "npm:axios", "data": { "version": "1.6.7", "packageName": "axios", "hash": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==" } }, "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-extra@10.1.0": { "type": "npm", "name": "npm:fs-extra@10.1.0", "data": { "version": "10.1.0", "packageName": "fs-extra", "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" } }, "npm:fs-extra": { "type": "npm", "name": "npm:fs-extra", "data": { "version": "11.2.0", "packageName": "fs-extra", "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" } }, "npm:fs-extra@8.1.0": { "type": "npm", "name": "npm:fs-extra@8.1.0", "data": { "version": "8.1.0", "packageName": "fs-extra", "hash": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==" } }, "npm:@module-federation/enhanced": { "type": "npm", "name": "npm:@module-federation/enhanced", "data": { "version": "0.6.3", "packageName": "@module-federation/enhanced", "hash": "sha512-Sl0A0te83Fqj3hU5HTj41xnHjJjcpP4sOZiba0+ybYeECYgAA85XlA2TMs87uGIjqPhbgBmsZtVh+muyY3ReEw==" } }, "npm:@module-federation/managers": { "type": "npm", "name": "npm:@module-federation/managers", "data": { "version": "0.6.3", "packageName": "@module-federation/managers", "hash": "sha512-hOxwsqRSQm7SMiK5dlB+54X4EkooCHFPhhMhZR5Ef8KF6400IYckBBExhFAh0UaFqrNNAqvAv0CEzcWntLxtWw==" } }, "npm:@module-federation/manifest": { "type": "npm", "name": "npm:@module-federation/manifest", "data": { "version": "0.6.3", "packageName": "@module-federation/manifest", "hash": "sha512-AlRV5L2j9akl0M1VJv7WoQmngFPwqrVHQevUfziqlqLTWSA1OGaCUBgerl+iDoFwdGtj0QUUXnZrQVkrWLqm2g==" } }, "npm:@module-federation/rspack": { "type": "npm", "name": "npm:@module-federation/rspack", "data": { "version": "0.6.3", "packageName": "@module-federation/rspack", "hash": "sha512-HyDJJypBDMrOdJbMBg1IeMPDUY52cg+xY9NSfay2CHFtt9ygKiG3hB5BNQIq+WWEKmmVZPOAE5+S+8E6PtcKdA==" } }, "npm:@module-federation/runtime": { "type": "npm", "name": "npm:@module-federation/runtime", "data": { "version": "0.6.3", "packageName": "@module-federation/runtime", "hash": "sha512-Ft5/vzAVPrZWP5xyKulsxz8/r3T9ZCcUb1ttimx7mDvrA+mfAM8zuFvqzGMCscLwoP1u2uw8+qAZ19o4galmiA==" } }, "npm:@module-federation/runtime-tools": { "type": "npm", "name": "npm:@module-federation/runtime-tools", "data": { "version": "0.6.3", "packageName": "@module-federation/runtime-tools", "hash": "sha512-hYr5r0YFpdQowBXUJvtvZAyl3iTvZlYOb5ekrhEb4cw+tgUT2g8am5Ao3Tqw5dlMdZR6E5yPDwpsHsxZgt3MVg==" } }, "npm:@module-federation/sdk": { "type": "npm", "name": "npm:@module-federation/sdk", "data": { "version": "0.6.3", "packageName": "@module-federation/sdk", "hash": "sha512-bzkP1snAiQgP5Opkv605iWn70whj4izuuTeHCuXhN0IG1sS8qzfOY7se3eyvQw1qTpLwSYZ2MfKEO0aBSQGT9w==" } }, "npm:@module-federation/third-party-dts-extractor": { "type": "npm", "name": "npm:@module-federation/third-party-dts-extractor", "data": { "version": "0.6.3", "packageName": "@module-federation/third-party-dts-extractor", "hash": "sha512-L9DFp1r/JQc2b0ej+BfFncpt4HgnZhi26vRUa2R45oel9oO6W6AoRFNeVeKrUs13h4dYiaeGIrQt3oA+C+mD+w==" } }, "npm:@module-federation/webpack-bundler-runtime": { "type": "npm", "name": "npm:@module-federation/webpack-bundler-runtime", "data": { "version": "0.6.3", "packageName": "@module-federation/webpack-bundler-runtime", "hash": "sha512-TBPuK55XYgA7BZZsdEhERIFxmfRJO/8s+zQyHsOKw2JsPrcG/L04xNGLNfRswRzujc/1n8y8EvXZ7hb2KuST+w==" } }, "npm:@mole-inc/bin-wrapper": { "type": "npm", "name": "npm:@mole-inc/bin-wrapper", "data": { "version": "8.0.1", "packageName": "@mole-inc/bin-wrapper", "hash": "sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==" } }, "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64": { "type": "npm", "name": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", "data": { "version": "3.0.3", "packageName": "@msgpackr-extract/msgpackr-extract-darwin-arm64", "hash": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==" } }, "npm:@msgpackr-extract/msgpackr-extract-darwin-x64": { "type": "npm", "name": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", "data": { "version": "3.0.3", "packageName": "@msgpackr-extract/msgpackr-extract-darwin-x64", "hash": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==" } }, "npm:@msgpackr-extract/msgpackr-extract-linux-arm": { "type": "npm", "name": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", "data": { "version": "3.0.3", "packageName": "@msgpackr-extract/msgpackr-extract-linux-arm", "hash": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==" } }, "npm:@msgpackr-extract/msgpackr-extract-linux-arm64": { "type": "npm", "name": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", "data": { "version": "3.0.3", "packageName": "@msgpackr-extract/msgpackr-extract-linux-arm64", "hash": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==" } }, "npm:@msgpackr-extract/msgpackr-extract-linux-x64": { "type": "npm", "name": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", "data": { "version": "3.0.3", "packageName": "@msgpackr-extract/msgpackr-extract-linux-x64", "hash": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==" } }, "npm:@msgpackr-extract/msgpackr-extract-win32-x64": { "type": "npm", "name": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", "data": { "version": "3.0.3", "packageName": "@msgpackr-extract/msgpackr-extract-win32-x64", "hash": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==" } }, "npm:@mui/core-downloads-tracker": { "type": "npm", "name": "npm:@mui/core-downloads-tracker", "data": { "version": "5.16.7", "packageName": "@mui/core-downloads-tracker", "hash": "sha512-RtsCt4Geed2/v74sbihWzzRs+HsIQCfclHeORh5Ynu2fS4icIKozcSubwuG7vtzq2uW3fOR1zITSP84TNt2GoQ==" } }, "npm:@mui/material": { "type": "npm", "name": "npm:@mui/material", "data": { "version": "5.16.7", "packageName": "@mui/material", "hash": "sha512-cwwVQxBhK60OIOqZOVLFt55t01zmarKJiJUWbk0+8s/Ix5IaUzAShqlJchxsIQ4mSrWqgcKCCXKtIlG5H+/Jmg==" } }, "npm:@mui/private-theming": { "type": "npm", "name": "npm:@mui/private-theming", "data": { "version": "5.16.6", "packageName": "@mui/private-theming", "hash": "sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==" } }, "npm:@mui/styled-engine": { "type": "npm", "name": "npm:@mui/styled-engine", "data": { "version": "5.16.6", "packageName": "@mui/styled-engine", "hash": "sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==" } }, "npm:@mui/system": { "type": "npm", "name": "npm:@mui/system", "data": { "version": "5.16.7", "packageName": "@mui/system", "hash": "sha512-Jncvs/r/d/itkxh7O7opOunTqbbSSzMTHzZkNLM+FjAOg+cYAZHrPDlYe1ZGKUYORwwb2XexlWnpZp0kZ4AHuA==" } }, "npm:@mui/types": { "type": "npm", "name": "npm:@mui/types", "data": { "version": "7.2.16", "packageName": "@mui/types", "hash": "sha512-qI8TV3M7ShITEEc8Ih15A2vLzZGLhD+/UPNwck/hcls2gwg7dyRjNGXcQYHKLB5Q7PuTRfrTkAoPa2VV1s67Ag==" } }, "npm:@mui/utils": { "type": "npm", "name": "npm:@mui/utils", "data": { "version": "5.16.6", "packageName": "@mui/utils", "hash": "sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==" } }, "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:@nestjs/cache-manager": { "type": "npm", "name": "npm:@nestjs/cache-manager", "data": { "version": "2.2.2", "packageName": "@nestjs/cache-manager", "hash": "sha512-+n7rpU1QABeW2WV17Dl1vZCG3vWjJU1MaamWgZvbGxYE9EeCM0lVLfw3z7acgDTNwOy+K68xuQPoIMxD0bhjlA==" } }, "npm:@nestjs/common": { "type": "npm", "name": "npm:@nestjs/common", "data": { "version": "10.4.1", "packageName": "@nestjs/common", "hash": "sha512-4CkrDx0s4XuWqFjX8WvOFV7Y6RGJd0P2OBblkhZS7nwoctoSuW5pyEa8SWak6YHNGrHRpFb6ymm5Ai4LncwRVA==" } }, "npm:@nestjs/core": { "type": "npm", "name": "npm:@nestjs/core", "data": { "version": "10.4.1", "packageName": "@nestjs/core", "hash": "sha512-9I1WdfOBCCHdUm+ClBJupOuZQS6UxzIWHIq6Vp1brAA5ZKl/Wq6BVwSsbnUJGBy3J3PM2XHmR0EQ4fwX3nR7lA==" } }, "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/microservices": { "type": "npm", "name": "npm:@nestjs/microservices", "data": { "version": "10.4.1", "packageName": "@nestjs/microservices", "hash": "sha512-DYQSqP21/Zzoj6KAiwM5wIqmvESHS454bVOzw/LSRabYngOTLDmuhCLq0dK3y9KHa2WFbbJiBd9uhLwcfTnuLg==" } }, "npm:@nestjs/platform-express": { "type": "npm", "name": "npm:@nestjs/platform-express", "data": { "version": "10.4.1", "packageName": "@nestjs/platform-express", "hash": "sha512-ccfqIDAq/bg1ShLI5KGtaLaYGykuAdvCi57ohewH7eKJSIpWY1DQjbgKlFfXokALYUq1YOMGqjeZ244OWHfDQg==" } }, "npm:concat-stream@1.6.2": { "type": "npm", "name": "npm:concat-stream@1.6.2", "data": { "version": "1.6.2", "packageName": "concat-stream", "hash": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==" } }, "npm:concat-stream": { "type": "npm", "name": "npm:concat-stream", "data": { "version": "2.0.0", "packageName": "concat-stream", "hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==" } }, "npm:cookie@0.6.0": { "type": "npm", "name": "npm:cookie@0.6.0", "data": { "version": "0.6.0", "packageName": "cookie", "hash": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" } }, "npm:cookie": { "type": "npm", "name": "npm:cookie", "data": { "version": "0.4.1", "packageName": "cookie", "hash": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" } }, "npm:encodeurl@1.0.2": { "type": "npm", "name": "npm:encodeurl@1.0.2", "data": { "version": "1.0.2", "packageName": "encodeurl", "hash": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" } }, "npm:encodeurl": { "type": "npm", "name": "npm:encodeurl", "data": { "version": "2.0.0", "packageName": "encodeurl", "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" } }, "npm:express@4.19.2": { "type": "npm", "name": "npm:express@4.19.2", "data": { "version": "4.19.2", "packageName": "express", "hash": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==" } }, "npm:express": { "type": "npm", "name": "npm:express", "data": { "version": "4.20.0", "packageName": "express", "hash": "sha512-pLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+IAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw==" } }, "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:merge-descriptors@1.0.1": { "type": "npm", "name": "npm:merge-descriptors@1.0.1", "data": { "version": "1.0.1", "packageName": "merge-descriptors", "hash": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" } }, "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:multer@1.4.4-lts.1": { "type": "npm", "name": "npm:multer@1.4.4-lts.1", "data": { "version": "1.4.4-lts.1", "packageName": "multer", "hash": "sha512-WeSGziVj6+Z2/MwQo3GvqzgR+9Uc+qt8SwHKh3gvNPiISKfsMfG4SvCOFYlxxgkXt7yIV2i1yczehm0EOKIxIg==" } }, "npm:multer": { "type": "npm", "name": "npm:multer", "data": { "version": "1.4.5-lts.1", "packageName": "multer", "hash": "sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==" } }, "npm:path-to-regexp@0.1.7": { "type": "npm", "name": "npm:path-to-regexp@0.1.7", "data": { "version": "0.1.7", "packageName": "path-to-regexp", "hash": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" } }, "npm:path-to-regexp@0.2.5": { "type": "npm", "name": "npm:path-to-regexp@0.2.5", "data": { "version": "0.2.5", "packageName": "path-to-regexp", "hash": "sha512-l6qtdDPIkmAmzEO6egquYDfqQGPMRNGjYtrU13HAXb3YSRrt7HSb1sJY0pKp6o2bAa86tSB6iwaW2JbthPKr7Q==" } }, "npm:path-to-regexp@0.1.10": { "type": "npm", "name": "npm:path-to-regexp@0.1.10", "data": { "version": "0.1.10", "packageName": "path-to-regexp", "hash": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" } }, "npm:path-to-regexp": { "type": "npm", "name": "npm:path-to-regexp", "data": { "version": "3.2.0", "packageName": "path-to-regexp", "hash": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==" } }, "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:readable-stream@4.5.2": { "type": "npm", "name": "npm:readable-stream@4.5.2", "data": { "version": "4.5.2", "packageName": "readable-stream", "hash": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==" } }, "npm:readable-stream": { "type": "npm", "name": "npm:readable-stream", "data": { "version": "3.6.2", "packageName": "readable-stream", "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" } }, "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:send@0.18.0": { "type": "npm", "name": "npm:send@0.18.0", "data": { "version": "0.18.0", "packageName": "send", "hash": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==" } }, "npm:send": { "type": "npm", "name": "npm:send", "data": { "version": "0.19.0", "packageName": "send", "hash": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" } }, "npm:serve-static@1.15.0": { "type": "npm", "name": "npm:serve-static@1.15.0", "data": { "version": "1.15.0", "packageName": "serve-static", "hash": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==" } }, "npm:serve-static": { "type": "npm", "name": "npm:serve-static", "data": { "version": "1.16.0", "packageName": "serve-static", "hash": "sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==" } }, "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: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:@nestjs/schedule": { "type": "npm", "name": "npm:@nestjs/schedule", "data": { "version": "4.1.0", "packageName": "@nestjs/schedule", "hash": "sha512-WEc96WTXZW+VI/Ng+uBpiBUwm6TWtAbQ4RKWkfbmzKvmbRGzA/9k/UyAWDS9k0pp+ZcbC+MaZQtt7TjQHrwX6g==" } }, "npm:@nestjs/schematics": { "type": "npm", "name": "npm:@nestjs/schematics", "data": { "version": "10.1.4", "packageName": "@nestjs/schematics", "hash": "sha512-QpY8ez9cTvXXPr3/KBrtSgXQHMSV6BkOUYy2c2TTe6cBqriEdGnCYqGl8cnfrQl3632q3lveQPaZ/c127dHsEw==" } }, "npm:@nestjs/schematics@9.2.0": { "type": "npm", "name": "npm:@nestjs/schematics@9.2.0", "data": { "version": "9.2.0", "packageName": "@nestjs/schematics", "hash": "sha512-wHpNJDPzM6XtZUOB3gW0J6mkFCSJilzCM3XrHI1o0C8vZmFE1snbmkIXNyoi1eV0Nxh1BMymcgz5vIMJgQtTqw==" } }, "npm:@nestjs/serve-static": { "type": "npm", "name": "npm:@nestjs/serve-static", "data": { "version": "4.0.2", "packageName": "@nestjs/serve-static", "hash": "sha512-cT0vdWN5ar7jDI2NKbhf4LcwJzU4vS5sVpMkVrHuyLcltbrz6JdGi1TfIMMatP2pNiq5Ie/uUdPSFDVaZX/URQ==" } }, "npm:@nestjs/swagger": { "type": "npm", "name": "npm:@nestjs/swagger", "data": { "version": "7.4.0", "packageName": "@nestjs/swagger", "hash": "sha512-dCiwKkRxcR7dZs5jtrGspBAe/nqJd1AYzOBTzw9iCdbq3BGrLpwokelk6lFZPe4twpTsPQqzNKBwKzVbI6AR/g==" } }, "npm:@nestjs/testing": { "type": "npm", "name": "npm:@nestjs/testing", "data": { "version": "10.4.1", "packageName": "@nestjs/testing", "hash": "sha512-pR+su5+YGqCLH0RhhVkPowQK7FCORU0/PWAywPK7LScAOtD67ZoviZ7hAU4vnGdwkg4HCB0D7W8Bkg19CGU8Xw==" } }, "npm:@next/env": { "type": "npm", "name": "npm:@next/env", "data": { "version": "14.2.3", "packageName": "@next/env", "hash": "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==" } }, "npm:@next/eslint-plugin-next": { "type": "npm", "name": "npm:@next/eslint-plugin-next", "data": { "version": "14.2.3", "packageName": "@next/eslint-plugin-next", "hash": "sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw==" } }, "npm:glob@10.3.10": { "type": "npm", "name": "npm:glob@10.3.10", "data": { "version": "10.3.10", "packageName": "glob", "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" } }, "npm:glob": { "type": "npm", "name": "npm:glob", "data": { "version": "7.2.3", "packageName": "glob", "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, "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:@next/swc-darwin-arm64": { "type": "npm", "name": "npm:@next/swc-darwin-arm64", "data": { "version": "14.2.3", "packageName": "@next/swc-darwin-arm64", "hash": "sha512-3pEYo/RaGqPP0YzwnlmPN2puaF2WMLM3apt5jLW2fFdXD9+pqcoTzRk+iZsf8ta7+quAe4Q6Ms0nR0SFGFdS1A==" } }, "npm:@next/swc-darwin-x64": { "type": "npm", "name": "npm:@next/swc-darwin-x64", "data": { "version": "14.2.3", "packageName": "@next/swc-darwin-x64", "hash": "sha512-6adp7waE6P1TYFSXpY366xwsOnEXM+y1kgRpjSRVI2CBDOcbRjsJ67Z6EgKIqWIue52d2q/Mx8g9MszARj8IEA==" } }, "npm:@next/swc-linux-arm64-gnu": { "type": "npm", "name": "npm:@next/swc-linux-arm64-gnu", "data": { "version": "14.2.3", "packageName": "@next/swc-linux-arm64-gnu", "hash": "sha512-cuzCE/1G0ZSnTAHJPUT1rPgQx1w5tzSX7POXSLaS7w2nIUJUD+e25QoXD/hMfxbsT9rslEXugWypJMILBj/QsA==" } }, "npm:@next/swc-linux-arm64-musl": { "type": "npm", "name": "npm:@next/swc-linux-arm64-musl", "data": { "version": "14.2.3", "packageName": "@next/swc-linux-arm64-musl", "hash": "sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==" } }, "npm:@next/swc-linux-x64-gnu": { "type": "npm", "name": "npm:@next/swc-linux-x64-gnu", "data": { "version": "14.2.3", "packageName": "@next/swc-linux-x64-gnu", "hash": "sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==" } }, "npm:@next/swc-linux-x64-musl": { "type": "npm", "name": "npm:@next/swc-linux-x64-musl", "data": { "version": "14.2.3", "packageName": "@next/swc-linux-x64-musl", "hash": "sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==" } }, "npm:@next/swc-win32-arm64-msvc": { "type": "npm", "name": "npm:@next/swc-win32-arm64-msvc", "data": { "version": "14.2.3", "packageName": "@next/swc-win32-arm64-msvc", "hash": "sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==" } }, "npm:@next/swc-win32-ia32-msvc": { "type": "npm", "name": "npm:@next/swc-win32-ia32-msvc", "data": { "version": "14.2.3", "packageName": "@next/swc-win32-ia32-msvc", "hash": "sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==" } }, "npm:@next/swc-win32-x64-msvc": { "type": "npm", "name": "npm:@next/swc-win32-x64-msvc", "data": { "version": "14.2.3", "packageName": "@next/swc-win32-x64-msvc", "hash": "sha512-Q1/zm43RWynxrO7lW4ehciQVj+5ePBhOK+/K2P7pLFX3JaJ/IZVC69SHidrmZSOkqz7ECIOhhy7XhAFG4JYyHA==" } }, "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:@nolyfill/is-core-module": { "type": "npm", "name": "npm:@nolyfill/is-core-module", "data": { "version": "1.0.39", "packageName": "@nolyfill/is-core-module", "hash": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==" } }, "npm:@nrwl/devkit": { "type": "npm", "name": "npm:@nrwl/devkit", "data": { "version": "19.7.2", "packageName": "@nrwl/devkit", "hash": "sha512-cn1eTxSVh7RQeEsPLe++vIBKXKaeFvsqJFUgyYH2u9LH1ib6gTex6Ywa2QPHoVU9fvTTwOv7ZsZk4+usfwmsMg==" } }, "npm:@nrwl/eslint-plugin-nx": { "type": "npm", "name": "npm:@nrwl/eslint-plugin-nx", "data": { "version": "19.7.2", "packageName": "@nrwl/eslint-plugin-nx", "hash": "sha512-bQ37jYVNQeyICdSq+o3vfb1chawp8hpnGAGMGYbtFhW/3f8VYpnzCUjMGX9yxwV+HXA8wMRPfSQOBkw0ywgFjQ==" } }, "npm:@nrwl/jest": { "type": "npm", "name": "npm:@nrwl/jest", "data": { "version": "19.7.2", "packageName": "@nrwl/jest", "hash": "sha512-gpmYKyxmpcWaxTHvzjY2ZKaG9t+5Ys4c7VKrsyGAdqQ846+AUzKeFZ/IObqP31WA7tcZPqV/xcSzO6KqKlLYzg==" } }, "npm:@nrwl/js": { "type": "npm", "name": "npm:@nrwl/js", "data": { "version": "19.7.2", "packageName": "@nrwl/js", "hash": "sha512-Md2EWHbLrVhsB3KeI+EzgQPMCPwcGGAFZ17f9WnxzMHi5Wr219f7a72vD+6qIc3gwd+2EDMdvSHm10+oup+Rzg==" } }, "npm:@nrwl/nest": { "type": "npm", "name": "npm:@nrwl/nest", "data": { "version": "19.7.2", "packageName": "@nrwl/nest", "hash": "sha512-vLHLT+YwGoo1YbxhQBuoS0qck5uWE5YFost58UptxnOYd3RYUPdnQ57nSF34S9d47SZbyyOYk0MUG4AVR+UNTA==" } }, "npm:@nrwl/next": { "type": "npm", "name": "npm:@nrwl/next", "data": { "version": "19.7.2", "packageName": "@nrwl/next", "hash": "sha512-K02UzEk1+BjK0B3vVNvMspn4JzVacr4AYNHKWbO409nwZNlpykqRB00WtX0Ena11OftvwjzGHxPwmEG/Mfi5BQ==" } }, "npm:@nrwl/node": { "type": "npm", "name": "npm:@nrwl/node", "data": { "version": "19.7.2", "packageName": "@nrwl/node", "hash": "sha512-fdBXjONzzxC+i4KfSnfUJoKyzOjR+8rr2Or9uWMo1+JA5wv+7p1phwgfiNKcKSLuc2Qv+USbn+rbX7rJsASbBA==" } }, "npm:@nrwl/react": { "type": "npm", "name": "npm:@nrwl/react", "data": { "version": "19.7.2", "packageName": "@nrwl/react", "hash": "sha512-PMOBlrU7y8GaTWvID//nufwFZ1TYPe022bjquIKB4ibJzBarJRZQ1wJyuWhyjlJoE4ZMwJHmxDxzjnpBKJTOcQ==" } }, "npm:@nrwl/tao": { "type": "npm", "name": "npm:@nrwl/tao", "data": { "version": "19.7.2", "packageName": "@nrwl/tao", "hash": "sha512-sGaJWgR2F9i64BAULzCG3D5Kmf96wg3hyEAICpZe0VNnJV/DuXoNKFW+uhy7/l4Z6thgBV3dvoPhN5YTN47ggA==" } }, "npm:@nrwl/vite": { "type": "npm", "name": "npm:@nrwl/vite", "data": { "version": "19.7.2", "packageName": "@nrwl/vite", "hash": "sha512-CAAuK2EeRzviPu4s3d0xVUhI/SBUElpUGHBbxTRyz9upx7S16rcSVcGGEs2dvfi0xNuGrAyCgVsUh1wJENIF2g==" } }, "npm:@nrwl/web": { "type": "npm", "name": "npm:@nrwl/web", "data": { "version": "19.7.2", "packageName": "@nrwl/web", "hash": "sha512-NAEd2rJb+broWUbRFGe5pVQwQ/5hEfgQsJTPeb4w6RmdC2cZl/XeyT0vStIwHv5VaFmobfVn77eU56DZXgT4rA==" } }, "npm:@nrwl/webpack": { "type": "npm", "name": "npm:@nrwl/webpack", "data": { "version": "19.7.2", "packageName": "@nrwl/webpack", "hash": "sha512-fAbCXRyHlmQJby93c2d594Ivwcm2ljz1LehpyswfXmd3KmCWrt9y1fiKokpeKQIMtfm6vIm0GPrL7UCFht4HAA==" } }, "npm:@nrwl/workspace": { "type": "npm", "name": "npm:@nrwl/workspace", "data": { "version": "19.7.2", "packageName": "@nrwl/workspace", "hash": "sha512-a6DojKBDdbAe85gV0Rxo92P8yhuXK1C2jWCIAZEaa6Am5gpfyezxIIKPcvKqucgtDg1aaU6zyP03GcMS9J6HuQ==" } }, "npm:@nuxtjs/opencollective": { "type": "npm", "name": "npm:@nuxtjs/opencollective", "data": { "version": "0.3.2", "packageName": "@nuxtjs/opencollective", "hash": "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==" } }, "npm:@nx/devkit": { "type": "npm", "name": "npm:@nx/devkit", "data": { "version": "19.7.2", "packageName": "@nx/devkit", "hash": "sha512-WYffA5fXhXguy2/QphPCi8aZy39c14R2N1MkuNkOSVznZTgWbuHGiaP4BwD+/XAfbZhqnrEJvMHpmYcSm90DkQ==" } }, "npm:@nx/eslint": { "type": "npm", "name": "npm:@nx/eslint", "data": { "version": "19.7.2", "packageName": "@nx/eslint", "hash": "sha512-NnxxDv80R+wUd5nUjFvdzdMURq3sDnWsTJ1XkJc19EVAjL1Q1YO0LpfADJPpNV1+mqAaJIBdQYWwX/cIzubyLw==" } }, "npm:@nx/eslint-plugin": { "type": "npm", "name": "npm:@nx/eslint-plugin", "data": { "version": "19.7.2", "packageName": "@nx/eslint-plugin", "hash": "sha512-nbWDW5jvlfG8kQ7IJyKm7zcLExKcpAXmcK8haWLpBijopOLfyg2wpmMJWyJf+SSPwJ+rTfsr/YXVr15P/W3CTw==" } }, "npm:typescript@5.4.5": { "type": "npm", "name": "npm:typescript@5.4.5", "data": { "version": "5.4.5", "packageName": "typescript", "hash": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" } }, "npm:typescript": { "type": "npm", "name": "npm:typescript", "data": { "version": "5.5.4", "packageName": "typescript", "hash": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" } }, "npm:@nx/jest": { "type": "npm", "name": "npm:@nx/jest", "data": { "version": "19.7.2", "packageName": "@nx/jest", "hash": "sha512-K6dTQIp8b2orOB+nWYIS9yXd8TV5fLe4T+rMDxeHniJXzMAFWemwChgAxAG0N14TrCzZAKwytZOwl41WfEYLew==" } }, "npm:@nx/js": { "type": "npm", "name": "npm:@nx/js", "data": { "version": "19.7.2", "packageName": "@nx/js", "hash": "sha512-lpMJVHerDdTPkfDnK/6wPnV6yoYq8x4/1nqfyH4OuX5V/oQIe2fKaqEGurvFvcn0f3zNopuyr6E1+w1rmYpODA==" } }, "npm:babel-plugin-macros@2.8.0": { "type": "npm", "name": "npm:babel-plugin-macros@2.8.0", "data": { "version": "2.8.0", "packageName": "babel-plugin-macros", "hash": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==" } }, "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:yaml@1.10.2": { "type": "npm", "name": "npm:yaml@1.10.2", "data": { "version": "1.10.2", "packageName": "yaml", "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" } }, "npm:yaml": { "type": "npm", "name": "npm:yaml", "data": { "version": "2.5.1", "packageName": "yaml", "hash": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==" } }, "npm:@nx/linter": { "type": "npm", "name": "npm:@nx/linter", "data": { "version": "19.7.2", "packageName": "@nx/linter", "hash": "sha512-V7fu3sVd84MH1wXf3CzinMA62mJdV9fuqFwKYgWkiLUMu6wNUbIURARscEIAU3OTSPh5VyzTbMkohOjtlqD5sg==" } }, "npm:@nx/nest": { "type": "npm", "name": "npm:@nx/nest", "data": { "version": "19.7.2", "packageName": "@nx/nest", "hash": "sha512-3n6+Ntw1tKFoOt39vOEOTADbhWn2YULAzPoLoPGtSqFD8GDdTQlCH5GV0wJ7eTdVf2bOl4ELz+CaWSDmXZNSjw==" } }, "npm:magic-string@0.30.0": { "type": "npm", "name": "npm:magic-string@0.30.0", "data": { "version": "0.30.0", "packageName": "magic-string", "hash": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==" } }, "npm:magic-string": { "type": "npm", "name": "npm:magic-string", "data": { "version": "0.30.8", "packageName": "magic-string", "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" } }, "npm:@nx/next": { "type": "npm", "name": "npm:@nx/next", "data": { "version": "19.7.2", "packageName": "@nx/next", "hash": "sha512-T2lAxwgnmBouMSZfDbqzKRsCn4f9Ba3J9MWCoorU2YzLTjdnWuP5dp9KKObWn1bEPMU2xtrDhSyvZZ5fyfVKVA==" } }, "npm:@nx/node": { "type": "npm", "name": "npm:@nx/node", "data": { "version": "19.7.2", "packageName": "@nx/node", "hash": "sha512-dGowvc4aqPXMlTbVdNPnsxiVo1VIIfX7hxMpAx5gWsHqP3SZ9M9tR5t/RPh4hRrMiCsQceogvdV2qzGuqZv2/w==" } }, "npm:@nx/nx-darwin-arm64": { "type": "npm", "name": "npm:@nx/nx-darwin-arm64", "data": { "version": "19.7.2", "packageName": "@nx/nx-darwin-arm64", "hash": "sha512-pKLhQSdbg9oIovQrzpJqzQk8vS2V1t8vPniRLpH3YGziAlo+wTESDkgE2ZNmv/NqLti45fjZZ6I/7r2jdF6z4A==" } }, "npm:@nx/nx-darwin-x64": { "type": "npm", "name": "npm:@nx/nx-darwin-x64", "data": { "version": "19.7.2", "packageName": "@nx/nx-darwin-x64", "hash": "sha512-PdQFp4Zo+Ero5tTh8d+mae0Fo64vWLLBcTh4zPmskjaU5PiY6/4xOzdaAjtbHiak7h1mCGB/31/efFzKf5EvKA==" } }, "npm:@nx/nx-freebsd-x64": { "type": "npm", "name": "npm:@nx/nx-freebsd-x64", "data": { "version": "19.7.2", "packageName": "@nx/nx-freebsd-x64", "hash": "sha512-ORedNKXCbH4DQ4lX+YoHsHwGNGWxeU/8OpiWRcZzpF5vYVoTR3m93szemdJ3U5V6IXFI7r6/qz/FRltnx+VT8g==" } }, "npm:@nx/nx-linux-arm-gnueabihf": { "type": "npm", "name": "npm:@nx/nx-linux-arm-gnueabihf", "data": { "version": "19.7.2", "packageName": "@nx/nx-linux-arm-gnueabihf", "hash": "sha512-KxCfE9qFwmtTBqcYGKs3uYkxsuAhItf1xyMK07uhdY6igI1cuhVBYNLtVd0t25lb4SU4RFtwQu69A328FVc11w==" } }, "npm:@nx/nx-linux-arm64-gnu": { "type": "npm", "name": "npm:@nx/nx-linux-arm64-gnu", "data": { "version": "19.7.2", "packageName": "@nx/nx-linux-arm64-gnu", "hash": "sha512-ljiDNBPwL+aGnqZw9fAygNj4c2FRUDqGypli0gjWNZjri+JJqqtPwdYLYsUVBCs8chcgwvsHYP0AVKZaPf2K1A==" } }, "npm:@nx/nx-linux-arm64-musl": { "type": "npm", "name": "npm:@nx/nx-linux-arm64-musl", "data": { "version": "19.7.2", "packageName": "@nx/nx-linux-arm64-musl", "hash": "sha512-G9IBIfCFknbVd+ZNn22BC80pu6JgToslEZyl2qRKRgq6D4Xsfm8zwKlKJNQDWY3I//f26u+wiA83yEFOaQcqyQ==" } }, "npm:@nx/nx-linux-x64-gnu": { "type": "npm", "name": "npm:@nx/nx-linux-x64-gnu", "data": { "version": "19.7.2", "packageName": "@nx/nx-linux-x64-gnu", "hash": "sha512-P5HQhLoxLodpbhF5Col+ygScXfcVnk0gqXPxbc7kOnhdCwwIISZxHPsrgm0jbWaB5TufBuZNlo+ST8Evtnzojg==" } }, "npm:@nx/nx-linux-x64-musl": { "type": "npm", "name": "npm:@nx/nx-linux-x64-musl", "data": { "version": "19.7.2", "packageName": "@nx/nx-linux-x64-musl", "hash": "sha512-b08iqgz4Z2jKRJ66rf7ci/n0LFZ3CnaxdpXnOpb1FM/ZBLn3BuNah36K03UWamBlkrVEmAORZtPKZ5OuQHnlMg==" } }, "npm:@nx/nx-win32-arm64-msvc": { "type": "npm", "name": "npm:@nx/nx-win32-arm64-msvc", "data": { "version": "19.7.2", "packageName": "@nx/nx-win32-arm64-msvc", "hash": "sha512-hn8Qm/iGiOpyP/34M/aKFYDStLzudX1dYPC62RnXU0/WI29JTdnT420rYjwXkQTaPMZsvi5xkQmBphowfGlHww==" } }, "npm:@nx/nx-win32-x64-msvc": { "type": "npm", "name": "npm:@nx/nx-win32-x64-msvc", "data": { "version": "19.7.2", "packageName": "@nx/nx-win32-x64-msvc", "hash": "sha512-gK5XnkeiVbjs9+dkukGmZedXrxSL845t/ntlA8wp4joOnb7xUED/xvwhIP7DRjL6VefFbFIzhxgPaSaKfzaiiA==" } }, "npm:@nx/react": { "type": "npm", "name": "npm:@nx/react", "data": { "version": "19.7.2", "packageName": "@nx/react", "hash": "sha512-0i1JZRDEU46/OGXMA1rXzAnhHvOtPZEkzAfYd2DqQYpCp8+/BUVT9m7OFhqHpMx/8ruv8OOaNL9AENJavrk7Iw==" } }, "npm:@nx/vite": { "type": "npm", "name": "npm:@nx/vite", "data": { "version": "19.7.2", "packageName": "@nx/vite", "hash": "sha512-7pTwmH6tRfeoaQ8AGh0GcAIWgHbJGsUAdV4PvVbxP0iP4UJsdszyX4DgKSKJsXQ/fjyTFsZgNg8WQCT1GqTvTA==" } }, "npm:@nx/web": { "type": "npm", "name": "npm:@nx/web", "data": { "version": "19.7.2", "packageName": "@nx/web", "hash": "sha512-2vtNymzmGzNtwivRM90qkntMjGEY3YPDA2noh0g9yYrN3Tb3U5cx11RhopVAZsJnVU+6DDnKmgWqzYn8rTyZvQ==" } }, "npm:@nx/webpack": { "type": "npm", "name": "npm:@nx/webpack", "data": { "version": "19.7.2", "packageName": "@nx/webpack", "hash": "sha512-R5gWxiwu+oLTggiGpzYofP8RVOm83L9RHbu1JIDLcy+hJhaXKNT/fINfiTusMjl2kdj2eDWTkeDtyzybYmOkqw==" } }, "npm:@nx/workspace": { "type": "npm", "name": "npm:@nx/workspace", "data": { "version": "19.7.2", "packageName": "@nx/workspace", "hash": "sha512-Nj7OSY0jBtz5S2U5SC9HoUlaRyzUseQNwfVTvLb9yTByhcR/XkJZW+iWXYcG4VHF7fRhJjH1IdX8HaXkbN74KA==" } }, "npm:@one-ini/wasm": { "type": "npm", "name": "npm:@one-ini/wasm", "data": { "version": "0.1.1", "packageName": "@one-ini/wasm", "hash": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==" } }, "npm:@phenomnomnominal/tsquery": { "type": "npm", "name": "npm:@phenomnomnominal/tsquery", "data": { "version": "5.0.1", "packageName": "@phenomnomnominal/tsquery", "hash": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==" } }, "npm:@pkgjs/parseargs": { "type": "npm", "name": "npm:@pkgjs/parseargs", "data": { "version": "0.11.0", "packageName": "@pkgjs/parseargs", "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" } }, "npm:@pmmmwh/react-refresh-webpack-plugin": { "type": "npm", "name": "npm:@pmmmwh/react-refresh-webpack-plugin", "data": { "version": "0.5.15", "packageName": "@pmmmwh/react-refresh-webpack-plugin", "hash": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==" } }, "npm:@polka/url": { "type": "npm", "name": "npm:@polka/url", "data": { "version": "1.0.0-next.25", "packageName": "@polka/url", "hash": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==" } }, "npm:@popperjs/core": { "type": "npm", "name": "npm:@popperjs/core", "data": { "version": "2.11.8", "packageName": "@popperjs/core", "hash": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" } }, "npm:@prisma/client": { "type": "npm", "name": "npm:@prisma/client", "data": { "version": "5.19.1", "packageName": "@prisma/client", "hash": "sha512-x30GFguInsgt+4z5I4WbkZP2CGpotJMUXy+Gl/aaUjHn2o1DnLYNTA+q9XdYmAQZM8fIIkvUiA2NpgosM3fneg==" } }, "npm:@prisma/debug": { "type": "npm", "name": "npm:@prisma/debug", "data": { "version": "5.19.1", "packageName": "@prisma/debug", "hash": "sha512-lAG6A6QnG2AskAukIEucYJZxxcSqKsMK74ZFVfCTOM/7UiyJQi48v6TQ47d6qKG3LbMslqOvnTX25dj/qvclGg==" } }, "npm:@prisma/engines": { "type": "npm", "name": "npm:@prisma/engines", "data": { "version": "5.19.1", "packageName": "@prisma/engines", "hash": "sha512-kR/PoxZDrfUmbbXqqb8SlBBgCjvGaJYMCOe189PEYzq9rKqitQ2fvT/VJ8PDSe8tTNxhc2KzsCfCAL+Iwm/7Cg==" } }, "npm:@prisma/engines-version": { "type": "npm", "name": "npm:@prisma/engines-version", "data": { "version": "5.19.1-2.69d742ee20b815d88e17e54db4a2a7a3b30324e3", "packageName": "@prisma/engines-version", "hash": "sha512-xR6rt+z5LnNqTP5BBc+8+ySgf4WNMimOKXRn6xfNRDSpHvbOEmd7+qAOmzCrddEc4Cp8nFC0txU14dstjH7FXA==" } }, "npm:@prisma/fetch-engine": { "type": "npm", "name": "npm:@prisma/fetch-engine", "data": { "version": "5.19.1", "packageName": "@prisma/fetch-engine", "hash": "sha512-pCq74rtlOVJfn4pLmdJj+eI4P7w2dugOnnTXpRilP/6n5b2aZiA4ulJlE0ddCbTPkfHmOL9BfaRgA8o+1rfdHw==" } }, "npm:@prisma/get-platform": { "type": "npm", "name": "npm:@prisma/get-platform", "data": { "version": "5.19.1", "packageName": "@prisma/get-platform", "hash": "sha512-sCeoJ+7yt0UjnR+AXZL7vXlg5eNxaFOwC23h0KvW1YIXUoa7+W2ZcAUhoEQBmJTW4GrFqCuZ8YSP0mkDa4k3Zg==" } }, "npm:@radix-ui/number": { "type": "npm", "name": "npm:@radix-ui/number", "data": { "version": "1.0.0", "packageName": "@radix-ui/number", "hash": "sha512-Ofwh/1HX69ZfJRiRBMTy7rgjAzHmwe4kW9C9Y99HTRUcYLUuVT0KESFj15rPjRgKJs20GPq8Bm5aEDJ8DuA3vA==" } }, "npm:@radix-ui/primitive": { "type": "npm", "name": "npm:@radix-ui/primitive", "data": { "version": "1.1.0", "packageName": "@radix-ui/primitive", "hash": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==" } }, "npm:@radix-ui/primitive@1.0.0": { "type": "npm", "name": "npm:@radix-ui/primitive@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/primitive", "hash": "sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==" } }, "npm:@radix-ui/react-compose-refs": { "type": "npm", "name": "npm:@radix-ui/react-compose-refs", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-compose-refs", "hash": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==" } }, "npm:@radix-ui/react-compose-refs@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-compose-refs@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-compose-refs", "hash": "sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==" } }, "npm:@radix-ui/react-context": { "type": "npm", "name": "npm:@radix-ui/react-context", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-context", "hash": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==" } }, "npm:@radix-ui/react-context@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-context@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-context", "hash": "sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==" } }, "npm:@radix-ui/react-dialog": { "type": "npm", "name": "npm:@radix-ui/react-dialog", "data": { "version": "1.1.1", "packageName": "@radix-ui/react-dialog", "hash": "sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==" } }, "npm:@radix-ui/react-dialog@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-dialog@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-dialog", "hash": "sha512-Yn9YU+QlHYLWwV1XfKiqnGVpWYWk6MeBVM6x/bcoyPvxgjQGoeT35482viLPctTMWoMw0PoHgqfSox7Ig+957Q==" } }, "npm:@radix-ui/react-direction": { "type": "npm", "name": "npm:@radix-ui/react-direction", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-direction", "hash": "sha512-2HV05lGUgYcA6xgLQ4BKPDmtL+QbIZYH5fCOTAOOcJ5O0QbWS3i9lKaurLzliYUDhORI2Qr3pyjhJh44lKA3rQ==" } }, "npm:@radix-ui/react-dismissable-layer": { "type": "npm", "name": "npm:@radix-ui/react-dismissable-layer", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-dismissable-layer", "hash": "sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==" } }, "npm:@radix-ui/react-dismissable-layer@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-dismissable-layer@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-dismissable-layer", "hash": "sha512-n7kDRfx+LB1zLueRDvZ1Pd0bxdJWDUZNQ/GWoxDn2prnuJKRdxsjulejX/ePkOsLi2tTm6P24mDqlMSgQpsT6g==" } }, "npm:@radix-ui/react-focus-guards": { "type": "npm", "name": "npm:@radix-ui/react-focus-guards", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-focus-guards", "hash": "sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==" } }, "npm:@radix-ui/react-focus-guards@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-focus-guards@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-focus-guards", "hash": "sha512-UagjDk4ijOAnGu4WMUPj9ahi7/zJJqNZ9ZAiGPp7waUWJO0O1aWXi/udPphI0IUjvrhBsZJGSN66dR2dsueLWQ==" } }, "npm:@radix-ui/react-focus-scope": { "type": "npm", "name": "npm:@radix-ui/react-focus-scope", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-focus-scope", "hash": "sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==" } }, "npm:@radix-ui/react-focus-scope@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-focus-scope@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-focus-scope", "hash": "sha512-C4SWtsULLGf/2L4oGeIHlvWQx7Rf+7cX/vKOAD2dXW0A1b5QXwi3wWeaEgW+wn+SEVrraMUk05vLU9fZZz5HbQ==" } }, "npm:@radix-ui/react-id": { "type": "npm", "name": "npm:@radix-ui/react-id", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-id", "hash": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==" } }, "npm:@radix-ui/react-id@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-id@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-id", "hash": "sha512-Q6iAB/U7Tq3NTolBBQbHTgclPmGWE3OlktGGqrClPozSw4vkQ1DfQAOtzgRPecKsMdJINE05iaoDUG8tRzCBjw==" } }, "npm:@radix-ui/react-label": { "type": "npm", "name": "npm:@radix-ui/react-label", "data": { "version": "2.1.0", "packageName": "@radix-ui/react-label", "hash": "sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==" } }, "npm:@radix-ui/react-portal": { "type": "npm", "name": "npm:@radix-ui/react-portal", "data": { "version": "1.1.1", "packageName": "@radix-ui/react-portal", "hash": "sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==" } }, "npm:@radix-ui/react-portal@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-portal@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-portal", "hash": "sha512-a8qyFO/Xb99d8wQdu4o7qnigNjTPG123uADNecz0eX4usnQEj7o+cG4ZX4zkqq98NYekT7UoEQIjxBNWIFuqTA==" } }, "npm:@radix-ui/react-presence": { "type": "npm", "name": "npm:@radix-ui/react-presence", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-presence", "hash": "sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==" } }, "npm:@radix-ui/react-presence@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-presence@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-presence", "hash": "sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==" } }, "npm:@radix-ui/react-primitive": { "type": "npm", "name": "npm:@radix-ui/react-primitive", "data": { "version": "2.0.0", "packageName": "@radix-ui/react-primitive", "hash": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==" } }, "npm:@radix-ui/react-primitive@1.0.1": { "type": "npm", "name": "npm:@radix-ui/react-primitive@1.0.1", "data": { "version": "1.0.1", "packageName": "@radix-ui/react-primitive", "hash": "sha512-fHbmislWVkZaIdeF6GZxF0A/NH/3BjrGIYj+Ae6eTmTCr7EB0RQAAVEiqsXK6p3/JcRqVSBQoceZroj30Jj3XA==" } }, "npm:@radix-ui/react-primitive@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-primitive@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-primitive", "hash": "sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==" } }, "npm:@radix-ui/react-scroll-area": { "type": "npm", "name": "npm:@radix-ui/react-scroll-area", "data": { "version": "1.0.2", "packageName": "@radix-ui/react-scroll-area", "hash": "sha512-k8VseTxI26kcKJaX0HPwkvlNBPTs56JRdYzcZ/vzrNUkDlvXBy8sMc7WvCpYzZkHgb+hd72VW9MqkqecGtuNgg==" } }, "npm:@radix-ui/react-slot@1.0.1": { "type": "npm", "name": "npm:@radix-ui/react-slot@1.0.1", "data": { "version": "1.0.1", "packageName": "@radix-ui/react-slot", "hash": "sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==" } }, "npm:@radix-ui/react-slot": { "type": "npm", "name": "npm:@radix-ui/react-slot", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-slot", "hash": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==" } }, "npm:@radix-ui/react-slot@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-slot@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-slot", "hash": "sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==" } }, "npm:@radix-ui/react-use-callback-ref@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-use-callback-ref@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-use-callback-ref", "hash": "sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==" } }, "npm:@radix-ui/react-use-callback-ref": { "type": "npm", "name": "npm:@radix-ui/react-use-callback-ref", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-use-callback-ref", "hash": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==" } }, "npm:@radix-ui/react-use-layout-effect@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-use-layout-effect@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-use-layout-effect", "hash": "sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==" } }, "npm:@radix-ui/react-use-layout-effect": { "type": "npm", "name": "npm:@radix-ui/react-use-layout-effect", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-use-layout-effect", "hash": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==" } }, "npm:@radix-ui/react-separator": { "type": "npm", "name": "npm:@radix-ui/react-separator", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-separator", "hash": "sha512-3uBAs+egzvJBDZAzvb/n4NxxOYpnspmWxO2u5NbZ8Y6FM/NdrGSF9bop3Cf6F6C71z1rTSn8KV0Fo2ZVd79lGA==" } }, "npm:@radix-ui/react-use-controllable-state": { "type": "npm", "name": "npm:@radix-ui/react-use-controllable-state", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-use-controllable-state", "hash": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==" } }, "npm:@radix-ui/react-use-controllable-state@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-use-controllable-state@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-use-controllable-state", "hash": "sha512-FohDoZvk3mEXh9AWAVyRTYR4Sq7/gavuofglmiXB2g1aKyboUD4YtgWxKj8O5n+Uak52gXQ4wKz5IFST4vtJHg==" } }, "npm:@radix-ui/react-use-escape-keydown": { "type": "npm", "name": "npm:@radix-ui/react-use-escape-keydown", "data": { "version": "1.1.0", "packageName": "@radix-ui/react-use-escape-keydown", "hash": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==" } }, "npm:@radix-ui/react-use-escape-keydown@1.0.0": { "type": "npm", "name": "npm:@radix-ui/react-use-escape-keydown@1.0.0", "data": { "version": "1.0.0", "packageName": "@radix-ui/react-use-escape-keydown", "hash": "sha512-JwfBCUIfhXRxKExgIqGa4CQsiMemo1Xt0W/B4ei3fpzpvPENKpMKQ8mZSB6Acj3ebrAEgi2xiQvcI1PAAodvyg==" } }, "npm:@react-aria/focus": { "type": "npm", "name": "npm:@react-aria/focus", "data": { "version": "3.18.2", "packageName": "@react-aria/focus", "hash": "sha512-Jc/IY+StjA3uqN73o6txKQ527RFU7gnG5crEl5Xy3V+gbYp2O5L3ezAo/E0Ipi2cyMbG6T5Iit1IDs7hcGu8aw==" } }, "npm:@react-aria/interactions": { "type": "npm", "name": "npm:@react-aria/interactions", "data": { "version": "3.22.2", "packageName": "@react-aria/interactions", "hash": "sha512-xE/77fRVSlqHp2sfkrMeNLrqf2amF/RyuAS6T5oDJemRSgYM3UoxTbWjucPhfnoW7r32pFPHHgz4lbdX8xqD/g==" } }, "npm:@react-aria/ssr": { "type": "npm", "name": "npm:@react-aria/ssr", "data": { "version": "3.9.5", "packageName": "@react-aria/ssr", "hash": "sha512-xEwGKoysu+oXulibNUSkXf8itW0npHHTa6c4AyYeZIJyRoegeteYuFpZUBPtIDE8RfHdNsSmE1ssOkxRnwbkuQ==" } }, "npm:@react-aria/utils": { "type": "npm", "name": "npm:@react-aria/utils", "data": { "version": "3.25.2", "packageName": "@react-aria/utils", "hash": "sha512-GdIvG8GBJJZygB4L2QJP1Gabyn2mjFsha73I2wSe+o4DYeGWoJiMZRM06PyTIxLH4S7Sn7eVDtsSBfkc2VY/NA==" } }, "npm:@react-dnd/asap": { "type": "npm", "name": "npm:@react-dnd/asap", "data": { "version": "5.0.2", "packageName": "@react-dnd/asap", "hash": "sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==" } }, "npm:@react-dnd/invariant": { "type": "npm", "name": "npm:@react-dnd/invariant", "data": { "version": "4.0.2", "packageName": "@react-dnd/invariant", "hash": "sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw==" } }, "npm:@react-dnd/shallowequal": { "type": "npm", "name": "npm:@react-dnd/shallowequal", "data": { "version": "4.0.2", "packageName": "@react-dnd/shallowequal", "hash": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==" } }, "npm:@react-email/render": { "type": "npm", "name": "npm:@react-email/render", "data": { "version": "0.0.16", "packageName": "@react-email/render", "hash": "sha512-wDaMy27xAq1cJHtSFptp0DTKPuV2GYhloqia95ub/DH9Dea1aWYsbdM918MOc/b/HvVS3w1z8DWzfAk13bGStQ==" } }, "npm:@react-stately/utils": { "type": "npm", "name": "npm:@react-stately/utils", "data": { "version": "3.10.3", "packageName": "@react-stately/utils", "hash": "sha512-moClv7MlVSHpbYtQIkm0Cx+on8Pgt1XqtPx6fy9rQFb2DNc9u1G3AUVnqA17buOkH1vLxAtX4MedlxMWyRCYYA==" } }, "npm:@react-types/shared": { "type": "npm", "name": "npm:@react-types/shared", "data": { "version": "3.24.1", "packageName": "@react-types/shared", "hash": "sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==" } }, "npm:@redis/bloom": { "type": "npm", "name": "npm:@redis/bloom", "data": { "version": "1.2.0", "packageName": "@redis/bloom", "hash": "sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==" } }, "npm:@redis/client": { "type": "npm", "name": "npm:@redis/client", "data": { "version": "1.6.0", "packageName": "@redis/client", "hash": "sha512-aR0uffYI700OEEH4gYnitAnv3vzVGXCFvYfdpu/CJKvk4pHfLPEy/JSZyrpQ+15WhXe1yJRXLtfQ84s4mEXnPg==" } }, "npm:@redis/graph": { "type": "npm", "name": "npm:@redis/graph", "data": { "version": "1.1.1", "packageName": "@redis/graph", "hash": "sha512-FEMTcTHZozZciLRl6GiiIB4zGm5z5F3F6a6FZCyrfxdKOhFlGkiAqlexWMBzCi4DcRoyiOsuLfW+cjlGWyExOw==" } }, "npm:@redis/json": { "type": "npm", "name": "npm:@redis/json", "data": { "version": "1.0.7", "packageName": "@redis/json", "hash": "sha512-6UyXfjVaTBTJtKNG4/9Z8PSpKE6XgSyEb8iwaqDcy+uKrd/DGYHTWkUdnQDyzm727V7p21WUMhsqz5oy65kPcQ==" } }, "npm:@redis/search": { "type": "npm", "name": "npm:@redis/search", "data": { "version": "1.2.0", "packageName": "@redis/search", "hash": "sha512-tYoDBbtqOVigEDMAcTGsRlMycIIjwMCgD8eR2t0NANeQmgK/lvxNAvYyb6bZDD4frHRhIHkJu2TBRvB0ERkOmw==" } }, "npm:@redis/time-series": { "type": "npm", "name": "npm:@redis/time-series", "data": { "version": "1.1.0", "packageName": "@redis/time-series", "hash": "sha512-c1Q99M5ljsIuc4YdaCwfUEXsofakb9c8+Zse2qxTadu8TalLXuAESzLvFAvNVbkmSlvlzIQOLpBCmWI9wTOt+g==" } }, "npm:@remix-run/router": { "type": "npm", "name": "npm:@remix-run/router", "data": { "version": "1.6.2", "packageName": "@remix-run/router", "hash": "sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==" } }, "npm:@repeaterjs/repeater": { "type": "npm", "name": "npm:@repeaterjs/repeater", "data": { "version": "3.0.6", "packageName": "@repeaterjs/repeater", "hash": "sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==" } }, "npm:@rollup/rollup-android-arm-eabi": { "type": "npm", "name": "npm:@rollup/rollup-android-arm-eabi", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-android-arm-eabi", "hash": "sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==" } }, "npm:@rollup/rollup-android-arm64": { "type": "npm", "name": "npm:@rollup/rollup-android-arm64", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-android-arm64", "hash": "sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==" } }, "npm:@rollup/rollup-darwin-arm64": { "type": "npm", "name": "npm:@rollup/rollup-darwin-arm64", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-darwin-arm64", "hash": "sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==" } }, "npm:@rollup/rollup-darwin-x64": { "type": "npm", "name": "npm:@rollup/rollup-darwin-x64", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-darwin-x64", "hash": "sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==" } }, "npm:@rollup/rollup-linux-arm-gnueabihf": { "type": "npm", "name": "npm:@rollup/rollup-linux-arm-gnueabihf", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-arm-gnueabihf", "hash": "sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==" } }, "npm:@rollup/rollup-linux-arm-musleabihf": { "type": "npm", "name": "npm:@rollup/rollup-linux-arm-musleabihf", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-arm-musleabihf", "hash": "sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==" } }, "npm:@rollup/rollup-linux-arm64-gnu": { "type": "npm", "name": "npm:@rollup/rollup-linux-arm64-gnu", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-arm64-gnu", "hash": "sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==" } }, "npm:@rollup/rollup-linux-arm64-musl": { "type": "npm", "name": "npm:@rollup/rollup-linux-arm64-musl", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-arm64-musl", "hash": "sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==" } }, "npm:@rollup/rollup-linux-powerpc64le-gnu": { "type": "npm", "name": "npm:@rollup/rollup-linux-powerpc64le-gnu", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-powerpc64le-gnu", "hash": "sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==" } }, "npm:@rollup/rollup-linux-riscv64-gnu": { "type": "npm", "name": "npm:@rollup/rollup-linux-riscv64-gnu", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-riscv64-gnu", "hash": "sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==" } }, "npm:@rollup/rollup-linux-s390x-gnu": { "type": "npm", "name": "npm:@rollup/rollup-linux-s390x-gnu", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-s390x-gnu", "hash": "sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==" } }, "npm:@rollup/rollup-linux-x64-gnu": { "type": "npm", "name": "npm:@rollup/rollup-linux-x64-gnu", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-x64-gnu", "hash": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==" } }, "npm:@rollup/rollup-linux-x64-musl": { "type": "npm", "name": "npm:@rollup/rollup-linux-x64-musl", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-linux-x64-musl", "hash": "sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==" } }, "npm:@rollup/rollup-win32-arm64-msvc": { "type": "npm", "name": "npm:@rollup/rollup-win32-arm64-msvc", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-win32-arm64-msvc", "hash": "sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==" } }, "npm:@rollup/rollup-win32-ia32-msvc": { "type": "npm", "name": "npm:@rollup/rollup-win32-ia32-msvc", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-win32-ia32-msvc", "hash": "sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==" } }, "npm:@rollup/rollup-win32-x64-msvc": { "type": "npm", "name": "npm:@rollup/rollup-win32-x64-msvc", "data": { "version": "4.21.2", "packageName": "@rollup/rollup-win32-x64-msvc", "hash": "sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==" } }, "npm:@rtsao/scc": { "type": "npm", "name": "npm:@rtsao/scc", "data": { "version": "1.1.0", "packageName": "@rtsao/scc", "hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" } }, "npm:@rushstack/eslint-patch": { "type": "npm", "name": "npm:@rushstack/eslint-patch", "data": { "version": "1.10.4", "packageName": "@rushstack/eslint-patch", "hash": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==" } }, "npm:@scarf/scarf": { "type": "npm", "name": "npm:@scarf/scarf", "data": { "version": "1.3.0", "packageName": "@scarf/scarf", "hash": "sha512-lHKK8M5CTcpFj2hZDB3wIjb0KAbEOgDmiJGDv1WBRfQgRm/a8/XMEkG/N1iM01xgbUDsPQwi42D+dFo1XPAKew==" } }, "npm:@segment/analytics-core": { "type": "npm", "name": "npm:@segment/analytics-core", "data": { "version": "1.6.0", "packageName": "@segment/analytics-core", "hash": "sha512-bn9X++IScUfpT7aJGjKU/yJAu/Ko2sYD6HsKA70Z2560E89x30pqgqboVKY8kootvQnT4UKCJiUr5NDMgjmWdQ==" } }, "npm:@segment/analytics-generic-utils": { "type": "npm", "name": "npm:@segment/analytics-generic-utils", "data": { "version": "1.2.0", "packageName": "@segment/analytics-generic-utils", "hash": "sha512-DfnW6mW3YQOLlDQQdR89k4EqfHb0g/3XvBXkovH1FstUN93eL1kfW9CsDcVQyH3bAC5ZsFyjA/o/1Q2j0QeoWw==" } }, "npm:@segment/analytics-node": { "type": "npm", "name": "npm:@segment/analytics-node", "data": { "version": "2.1.2", "packageName": "@segment/analytics-node", "hash": "sha512-CIqWH5G0pB/LAFAZEZtntAxujiYIpdk0F+YGhfM6N/qt4/VLWjFcd4VZXVLW7xqaxig64UKWGQhe8bszXDRXXw==" } }, "npm:@selderee/plugin-htmlparser2": { "type": "npm", "name": "npm:@selderee/plugin-htmlparser2", "data": { "version": "0.11.0", "packageName": "@selderee/plugin-htmlparser2", "hash": "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==" } }, "npm:@sinclair/typebox": { "type": "npm", "name": "npm:@sinclair/typebox", "data": { "version": "0.27.8", "packageName": "@sinclair/typebox", "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" } }, "npm:@sindresorhus/is": { "type": "npm", "name": "npm:@sindresorhus/is", "data": { "version": "4.6.0", "packageName": "@sindresorhus/is", "hash": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==" } }, "npm:@sindresorhus/slugify": { "type": "npm", "name": "npm:@sindresorhus/slugify", "data": { "version": "2.2.1", "packageName": "@sindresorhus/slugify", "hash": "sha512-MkngSCRZ8JdSOCHRaYd+D01XhvU3Hjy6MGl06zhOk614hp9EOAp5gIkBeQg7wtmxpitU6eAL4kdiRMcJa2dlrw==" } }, "npm:escape-string-regexp@5.0.0": { "type": "npm", "name": "npm:escape-string-regexp@5.0.0", "data": { "version": "5.0.0", "packageName": "escape-string-regexp", "hash": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" } }, "npm:escape-string-regexp@1.0.5": { "type": "npm", "name": "npm:escape-string-regexp@1.0.5", "data": { "version": "1.0.5", "packageName": "escape-string-regexp", "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, "npm:escape-string-regexp": { "type": "npm", "name": "npm:escape-string-regexp", "data": { "version": "4.0.0", "packageName": "escape-string-regexp", "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" } }, "npm:escape-string-regexp@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:@sindresorhus/transliterate": { "type": "npm", "name": "npm:@sindresorhus/transliterate", "data": { "version": "1.6.0", "packageName": "@sindresorhus/transliterate", "hash": "sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==" } }, "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": "10.3.0", "packageName": "@sinonjs/fake-timers", "hash": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" } }, "npm:@smithy/abort-controller": { "type": "npm", "name": "npm:@smithy/abort-controller", "data": { "version": "3.1.2", "packageName": "@smithy/abort-controller", "hash": "sha512-b5g+PNujlfqIib9BjkNB108NyO5aZM/RXjfOCXRCqXQ1oPnIkfvdORrztbGgCZdPe/BN/MKDlrGA7PafKPM2jw==" } }, "npm:@smithy/chunked-blob-reader": { "type": "npm", "name": "npm:@smithy/chunked-blob-reader", "data": { "version": "3.0.0", "packageName": "@smithy/chunked-blob-reader", "hash": "sha512-sbnURCwjF0gSToGlsBiAmd1lRCmSn72nu9axfJu5lIx6RUEgHu6GwTMbqCdhQSi0Pumcm5vFxsi9XWXb2mTaoA==" } }, "npm:@smithy/chunked-blob-reader-native": { "type": "npm", "name": "npm:@smithy/chunked-blob-reader-native", "data": { "version": "3.0.0", "packageName": "@smithy/chunked-blob-reader-native", "hash": "sha512-VDkpCYW+peSuM4zJip5WDfqvg2Mo/e8yxOv3VF1m11y7B8KKMKVFtmZWDe36Fvk8rGuWrPZHHXZ7rR7uM5yWyg==" } }, "npm:@smithy/config-resolver": { "type": "npm", "name": "npm:@smithy/config-resolver", "data": { "version": "3.0.6", "packageName": "@smithy/config-resolver", "hash": "sha512-j7HuVNoRd8EhcFp0MzcUb4fG40C7BcyshH+fAd3Jhd8bINNFvEQYBrZoS/SK6Pun9WPlfoI8uuU2SMz8DsEGlA==" } }, "npm:@smithy/core": { "type": "npm", "name": "npm:@smithy/core", "data": { "version": "2.4.1", "packageName": "@smithy/core", "hash": "sha512-7cts7/Oni7aCHebHGiBeWoz5z+vmH+Vx2Z/UW3XtXMslcxI3PEwBZxNinepwZjixS3n12fPc247PHWmjU7ndsQ==" } }, "npm:@smithy/credential-provider-imds": { "type": "npm", "name": "npm:@smithy/credential-provider-imds", "data": { "version": "3.2.1", "packageName": "@smithy/credential-provider-imds", "hash": "sha512-4z/oTWpRF2TqQI3aCM89/PWu3kim58XU4kOCTtuTJnoaS4KT95cPWMxbQfTN2vzcOe96SOKO8QouQW/+ESB1fQ==" } }, "npm:@smithy/eventstream-serde-browser": { "type": "npm", "name": "npm:@smithy/eventstream-serde-browser", "data": { "version": "3.0.7", "packageName": "@smithy/eventstream-serde-browser", "hash": "sha512-UC4RQqyM8B0g5cX/xmWtsNgSBmZ13HrzCqoe5Ulcz6R462/egbIdfTXnayik7jkjvwOrCPL1N11Q9S+n68jPLA==" } }, "npm:@smithy/eventstream-serde-config-resolver": { "type": "npm", "name": "npm:@smithy/eventstream-serde-config-resolver", "data": { "version": "3.0.4", "packageName": "@smithy/eventstream-serde-config-resolver", "hash": "sha512-saIs5rtAMpifqL7u7nc5YeE/6gkenzXpSz5NwEyhIesRWtHK+zEuYn9KY8SArZEbPSHyGxvvgKk1z86VzfUGHw==" } }, "npm:@smithy/eventstream-serde-node": { "type": "npm", "name": "npm:@smithy/eventstream-serde-node", "data": { "version": "3.0.6", "packageName": "@smithy/eventstream-serde-node", "hash": "sha512-gRKGBdZah3EjZZgWcsTpShq4cZ4Q4JTTe1OPob+jrftmbYj6CvpeydZbH0roO5SvBG8SI3aBZIet9TGN3zUxUw==" } }, "npm:@smithy/eventstream-serde-universal": { "type": "npm", "name": "npm:@smithy/eventstream-serde-universal", "data": { "version": "3.0.6", "packageName": "@smithy/eventstream-serde-universal", "hash": "sha512-1jvXd4sFG+zKaL6WqrJXpL6E+oAMafuM5GPd4qF0+ccenZTX3DZugoCCjlooQyTh+TZho2FpdVYUf5J/bB/j6Q==" } }, "npm:@smithy/fetch-http-handler": { "type": "npm", "name": "npm:@smithy/fetch-http-handler", "data": { "version": "3.2.5", "packageName": "@smithy/fetch-http-handler", "hash": "sha512-DjRtGmK8pKQMIo9+JlAKUt14Z448bg8nAN04yKIvlrrpmpRSG57s5d2Y83npks1r4gPtTRNbAFdQCoj9l3P2KQ==" } }, "npm:@smithy/hash-blob-browser": { "type": "npm", "name": "npm:@smithy/hash-blob-browser", "data": { "version": "3.1.3", "packageName": "@smithy/hash-blob-browser", "hash": "sha512-im9wAU9mANWW0OP0YGqwX3lw0nXG0ngyIcKQ8V/MUz1r7A6uO2lpPqKmAsH4VPGNLP2JPUhj4aW/m5UKkxX/IA==" } }, "npm:@smithy/hash-node": { "type": "npm", "name": "npm:@smithy/hash-node", "data": { "version": "3.0.4", "packageName": "@smithy/hash-node", "hash": "sha512-6FgTVqEfCr9z/7+Em8BwSkJKA2y3krf1em134x3yr2NHWVCo2KYI8tcA53cjeO47y41jwF84ntsEE0Pe6pNKlg==" } }, "npm:@smithy/hash-stream-node": { "type": "npm", "name": "npm:@smithy/hash-stream-node", "data": { "version": "3.1.3", "packageName": "@smithy/hash-stream-node", "hash": "sha512-Tz/eTlo1ffqYn+19VaMjDDbmEWqYe4DW1PAWaS8HvgRdO6/k9hxNPt8Wv5laXoilxE20YzKugiHvxHyO6J7kGA==" } }, "npm:@smithy/invalid-dependency": { "type": "npm", "name": "npm:@smithy/invalid-dependency", "data": { "version": "3.0.4", "packageName": "@smithy/invalid-dependency", "hash": "sha512-MJBUrojC4SEXi9aJcnNOE3oNAuYNphgCGFXscaCj2TA/59BTcXhzHACP8jnnEU3n4yir/NSLKzxqez0T4x4tjA==" } }, "npm:@smithy/md5-js": { "type": "npm", "name": "npm:@smithy/md5-js", "data": { "version": "3.0.4", "packageName": "@smithy/md5-js", "hash": "sha512-qSlqr/+hybufIJgxQW2gYzGE6ywfOxkjjJVojbbmv4MtxfdDFfzRew+NOIOXcYgazW0f8OYBTIKsmNsjxpvnng==" } }, "npm:@smithy/middleware-content-length": { "type": "npm", "name": "npm:@smithy/middleware-content-length", "data": { "version": "3.0.6", "packageName": "@smithy/middleware-content-length", "hash": "sha512-AFyHCfe8rumkJkz+hCOVJmBagNBj05KypyDwDElA4TgMSA4eYDZRjVePFZuyABrJZFDc7uVj3dpFIDCEhf59SA==" } }, "npm:@smithy/middleware-endpoint": { "type": "npm", "name": "npm:@smithy/middleware-endpoint", "data": { "version": "3.1.1", "packageName": "@smithy/middleware-endpoint", "hash": "sha512-Irv+soW8NKluAtFSEsF8O3iGyLxa5oOevJb/e1yNacV9H7JP/yHyJuKST5YY2ORS1+W34VR8EuUrOF+K29Pl4g==" } }, "npm:@smithy/middleware-retry": { "type": "npm", "name": "npm:@smithy/middleware-retry", "data": { "version": "3.0.16", "packageName": "@smithy/middleware-retry", "hash": "sha512-08kI36p1yB4CWO3Qi+UQxjzobt8iQJpnruF0K5BkbZmA/N/sJ51A1JJGJ36GgcbFyPfWw2FU48S5ZoqXt0h0jw==" } }, "npm:@smithy/middleware-serde": { "type": "npm", "name": "npm:@smithy/middleware-serde", "data": { "version": "3.0.4", "packageName": "@smithy/middleware-serde", "hash": "sha512-1lPDB2O6IJ50Ucxgn7XrvZXbbuI48HmPCcMTuSoXT1lDzuTUfIuBjgAjpD8YLVMfnrjdepi/q45556LA51Pubw==" } }, "npm:@smithy/middleware-stack": { "type": "npm", "name": "npm:@smithy/middleware-stack", "data": { "version": "3.0.4", "packageName": "@smithy/middleware-stack", "hash": "sha512-sLMRjtMCqtVcrOqaOZ10SUnlFE25BSlmLsi4bRSGFD7dgR54eqBjfqkVkPBQyrKBortfGM0+2DJoUPcGECR+nQ==" } }, "npm:@smithy/node-config-provider": { "type": "npm", "name": "npm:@smithy/node-config-provider", "data": { "version": "3.1.5", "packageName": "@smithy/node-config-provider", "hash": "sha512-dq/oR3/LxgCgizVk7in7FGTm0w9a3qM4mg3IIXLTCHeW3fV+ipssSvBZ2bvEx1+asfQJTyCnVLeYf7JKfd9v3Q==" } }, "npm:@smithy/node-http-handler": { "type": "npm", "name": "npm:@smithy/node-http-handler", "data": { "version": "3.2.0", "packageName": "@smithy/node-http-handler", "hash": "sha512-5TFqaABbiY7uJMKbqR4OARjwI/l4TRoysDJ75pLpVQyO3EcmeloKYwDGyCtgB9WJniFx3BMkmGCB9+j+QiB+Ww==" } }, "npm:@smithy/property-provider": { "type": "npm", "name": "npm:@smithy/property-provider", "data": { "version": "3.1.4", "packageName": "@smithy/property-provider", "hash": "sha512-BmhefQbfkSl9DeU0/e6k9N4sT5bya5etv2epvqLUz3eGyfRBhtQq60nDkc1WPp4c+KWrzK721cUc/3y0f2psPQ==" } }, "npm:@smithy/querystring-builder": { "type": "npm", "name": "npm:@smithy/querystring-builder", "data": { "version": "3.0.4", "packageName": "@smithy/querystring-builder", "hash": "sha512-NEoPAsZPdpfVbF98qm8i5k1XMaRKeEnO47CaL5ja6Y1Z2DgJdwIJuJkTJypKm/IKfp8gc0uimIFLwhml8+/pAw==" } }, "npm:@smithy/querystring-parser": { "type": "npm", "name": "npm:@smithy/querystring-parser", "data": { "version": "3.0.4", "packageName": "@smithy/querystring-parser", "hash": "sha512-7CHPXffFcakFzhO0OZs/rn6fXlTHrSDdLhIT6/JIk1u2bvwguTL3fMCc1+CfcbXA7TOhjWXu3TcB1EGMqJQwHg==" } }, "npm:@smithy/service-error-classification": { "type": "npm", "name": "npm:@smithy/service-error-classification", "data": { "version": "3.0.4", "packageName": "@smithy/service-error-classification", "hash": "sha512-KciDHHKFVTb9A1KlJHBt2F26PBaDtoE23uTZy5qRvPzHPqrooXFi6fmx98lJb3Jl38PuUTqIuCUmmY3pacuMBQ==" } }, "npm:@smithy/shared-ini-file-loader": { "type": "npm", "name": "npm:@smithy/shared-ini-file-loader", "data": { "version": "3.1.5", "packageName": "@smithy/shared-ini-file-loader", "hash": "sha512-6jxsJ4NOmY5Du4FD0enYegNJl4zTSuKLiChIMqIkh+LapxiP7lmz5lYUNLE9/4cvA65mbBmtdzZ8yxmcqM5igg==" } }, "npm:@smithy/smithy-client": { "type": "npm", "name": "npm:@smithy/smithy-client", "data": { "version": "3.3.0", "packageName": "@smithy/smithy-client", "hash": "sha512-H32nVo8tIX82kB0xI2LBrIcj8jx/3/ITotNLbeG1UL0b3b440YPR/hUvqjFJiaB24pQrMjRbU8CugqH5sV0hkw==" } }, "npm:@smithy/url-parser": { "type": "npm", "name": "npm:@smithy/url-parser", "data": { "version": "3.0.4", "packageName": "@smithy/url-parser", "hash": "sha512-XdXfObA8WrloavJYtDuzoDhJAYc5rOt+FirFmKBRKaihu7QtU/METAxJgSo7uMK6hUkx0vFnqxV75urtRaLkLg==" } }, "npm:@smithy/util-base64": { "type": "npm", "name": "npm:@smithy/util-base64", "data": { "version": "3.0.0", "packageName": "@smithy/util-base64", "hash": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==" } }, "npm:@smithy/util-body-length-browser": { "type": "npm", "name": "npm:@smithy/util-body-length-browser", "data": { "version": "3.0.0", "packageName": "@smithy/util-body-length-browser", "hash": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==" } }, "npm:@smithy/util-body-length-node": { "type": "npm", "name": "npm:@smithy/util-body-length-node", "data": { "version": "3.0.0", "packageName": "@smithy/util-body-length-node", "hash": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==" } }, "npm:@smithy/util-config-provider": { "type": "npm", "name": "npm:@smithy/util-config-provider", "data": { "version": "3.0.0", "packageName": "@smithy/util-config-provider", "hash": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==" } }, "npm:@smithy/util-defaults-mode-browser": { "type": "npm", "name": "npm:@smithy/util-defaults-mode-browser", "data": { "version": "3.0.16", "packageName": "@smithy/util-defaults-mode-browser", "hash": "sha512-Os8ddfNBe7hmc5UMWZxygIHCyAqY0aWR8Wnp/aKbti3f8Df/r0J9ttMZIxeMjsFgtVjEryB0q7SGcwBsHk8WEw==" } }, "npm:@smithy/util-defaults-mode-node": { "type": "npm", "name": "npm:@smithy/util-defaults-mode-node", "data": { "version": "3.0.16", "packageName": "@smithy/util-defaults-mode-node", "hash": "sha512-rNhFIYRtrOrrhRlj6RL8jWA6/dcwrbGYAmy8+OAHjjzQ6zdzUBB1P+3IuJAgwWN6Y5GxI+mVXlM/pOjaoIgHow==" } }, "npm:@smithy/util-endpoints": { "type": "npm", "name": "npm:@smithy/util-endpoints", "data": { "version": "2.1.0", "packageName": "@smithy/util-endpoints", "hash": "sha512-ilS7/0jcbS2ELdg0fM/4GVvOiuk8/U3bIFXUW25xE1Vh1Ol4DP6vVHQKqM40rCMizCLmJ9UxK+NeJrKlhI3HVA==" } }, "npm:@smithy/util-retry": { "type": "npm", "name": "npm:@smithy/util-retry", "data": { "version": "3.0.4", "packageName": "@smithy/util-retry", "hash": "sha512-JJr6g0tO1qO2tCQyK+n3J18r34ZpvatlFN5ULcLranFIBZPxqoivb77EPyNTVwTGMEvvq2qMnyjm4jMIxjdLFg==" } }, "npm:@smithy/util-stream": { "type": "npm", "name": "npm:@smithy/util-stream", "data": { "version": "3.1.4", "packageName": "@smithy/util-stream", "hash": "sha512-txU3EIDLhrBZdGfon6E9V6sZz/irYnKFMblz4TLVjyq8hObNHNS2n9a2t7GIrl7d85zgEPhwLE0gANpZsvpsKg==" } }, "npm:@smithy/util-waiter": { "type": "npm", "name": "npm:@smithy/util-waiter", "data": { "version": "3.1.3", "packageName": "@smithy/util-waiter", "hash": "sha512-OU0YllH51/CxD8iyr3UHSMwYqTGTyuxFdCMH/0F978t+iDmJseC/ttrWPb22zmYkhkrjqtipzC1xaMuax5QKIA==" } }, "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:@swc-node/core": { "type": "npm", "name": "npm:@swc-node/core", "data": { "version": "1.13.3", "packageName": "@swc-node/core", "hash": "sha512-OGsvXIid2Go21kiNqeTIn79jcaX4l0G93X2rAnas4LFoDyA9wAwVK7xZdm+QsKoMn5Mus2yFLCc4OtX2dD/PWA==" } }, "npm:@swc-node/register": { "type": "npm", "name": "npm:@swc-node/register", "data": { "version": "1.9.2", "packageName": "@swc-node/register", "hash": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==" } }, "npm:@swc-node/sourcemap-support": { "type": "npm", "name": "npm:@swc-node/sourcemap-support", "data": { "version": "0.5.1", "packageName": "@swc-node/sourcemap-support", "hash": "sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==" } }, "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-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:@swc/cli": { "type": "npm", "name": "npm:@swc/cli", "data": { "version": "0.3.14", "packageName": "@swc/cli", "hash": "sha512-0vGqD6FSW67PaZUZABkA+ADKsX7OUY/PwNEz1SbQdCvVk/e4Z36Gwh7mFVBQH9RIsMonTyhV1RHkwkGnEfR3zQ==" } }, "npm:@swc/core": { "type": "npm", "name": "npm:@swc/core", "data": { "version": "1.5.7", "packageName": "@swc/core", "hash": "sha512-U4qJRBefIJNJDRCCiVtkfa/hpiZ7w0R6kASea+/KLp+vkus3zcLSB8Ub8SvKgTIxjWpwsKcZlPf5nrv4ls46SQ==" } }, "npm:@swc/core-darwin-arm64": { "type": "npm", "name": "npm:@swc/core-darwin-arm64", "data": { "version": "1.5.7", "packageName": "@swc/core-darwin-arm64", "hash": "sha512-bZLVHPTpH3h6yhwVl395k0Mtx8v6CGhq5r4KQdAoPbADU974Mauz1b6ViHAJ74O0IVE5vyy7tD3OpkQxL/vMDQ==" } }, "npm:@swc/core-darwin-x64": { "type": "npm", "name": "npm:@swc/core-darwin-x64", "data": { "version": "1.5.7", "packageName": "@swc/core-darwin-x64", "hash": "sha512-RpUyu2GsviwTc2qVajPL0l8nf2vKj5wzO3WkLSHAHEJbiUZk83NJrZd1RVbEknIMO7+Uyjh54hEh8R26jSByaw==" } }, "npm:@swc/core-linux-arm-gnueabihf": { "type": "npm", "name": "npm:@swc/core-linux-arm-gnueabihf", "data": { "version": "1.5.7", "packageName": "@swc/core-linux-arm-gnueabihf", "hash": "sha512-cTZWTnCXLABOuvWiv6nQQM0hP6ZWEkzdgDvztgHI/+u/MvtzJBN5lBQ2lue/9sSFYLMqzqff5EHKlFtrJCA9dQ==" } }, "npm:@swc/core-linux-arm64-gnu": { "type": "npm", "name": "npm:@swc/core-linux-arm64-gnu", "data": { "version": "1.5.7", "packageName": "@swc/core-linux-arm64-gnu", "hash": "sha512-hoeTJFBiE/IJP30Be7djWF8Q5KVgkbDtjySmvYLg9P94bHg9TJPSQoC72tXx/oXOgXvElDe/GMybru0UxhKx4g==" } }, "npm:@swc/core-linux-arm64-musl": { "type": "npm", "name": "npm:@swc/core-linux-arm64-musl", "data": { "version": "1.5.7", "packageName": "@swc/core-linux-arm64-musl", "hash": "sha512-+NDhK+IFTiVK1/o7EXdCeF2hEzCiaRSrb9zD7X2Z7inwWlxAntcSuzZW7Y6BRqGQH89KA91qYgwbnjgTQ22PiQ==" } }, "npm:@swc/core-linux-x64-gnu": { "type": "npm", "name": "npm:@swc/core-linux-x64-gnu", "data": { "version": "1.5.7", "packageName": "@swc/core-linux-x64-gnu", "hash": "sha512-25GXpJmeFxKB+7pbY7YQLhWWjkYlR+kHz5I3j9WRl3Lp4v4UD67OGXwPe+DIcHqcouA1fhLhsgHJWtsaNOMBNg==" } }, "npm:@swc/core-linux-x64-musl": { "type": "npm", "name": "npm:@swc/core-linux-x64-musl", "data": { "version": "1.5.7", "packageName": "@swc/core-linux-x64-musl", "hash": "sha512-0VN9Y5EAPBESmSPPsCJzplZHV26akC0sIgd3Hc/7S/1GkSMoeuVL+V9vt+F/cCuzr4VidzSkqftdP3qEIsXSpg==" } }, "npm:@swc/core-win32-arm64-msvc": { "type": "npm", "name": "npm:@swc/core-win32-arm64-msvc", "data": { "version": "1.5.7", "packageName": "@swc/core-win32-arm64-msvc", "hash": "sha512-RtoNnstBwy5VloNCvmvYNApkTmuCe4sNcoYWpmY7C1+bPR+6SOo8im1G6/FpNem8AR5fcZCmXHWQ+EUmRWJyuA==" } }, "npm:@swc/core-win32-ia32-msvc": { "type": "npm", "name": "npm:@swc/core-win32-ia32-msvc", "data": { "version": "1.5.7", "packageName": "@swc/core-win32-ia32-msvc", "hash": "sha512-Xm0TfvcmmspvQg1s4+USL3x8D+YPAfX2JHygvxAnCJ0EHun8cm2zvfNBcsTlnwYb0ybFWXXY129aq1wgFC9TpQ==" } }, "npm:@swc/core-win32-x64-msvc": { "type": "npm", "name": "npm:@swc/core-win32-x64-msvc", "data": { "version": "1.5.7", "packageName": "@swc/core-win32-x64-msvc", "hash": "sha512-tp43WfJLCsKLQKBmjmY/0vv1slVywR5Q4qKjF5OIY8QijaEW7/8VwPyUyVoJZEnDgv9jKtUTG5PzqtIYPZGnyg==" } }, "npm:@swc/types@0.1.7": { "type": "npm", "name": "npm:@swc/types@0.1.7", "data": { "version": "0.1.7", "packageName": "@swc/types", "hash": "sha512-scHWahbHF0eyj3JsxG9CFJgFdFNaVQCNAimBlT6PzS3n/HptxqREjsm4OH6AN3lYcffZYSPxXW8ua2BEHp0lJQ==" } }, "npm:@swc/types": { "type": "npm", "name": "npm:@swc/types", "data": { "version": "0.1.12", "packageName": "@swc/types", "hash": "sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==" } }, "npm:@swc/counter": { "type": "npm", "name": "npm:@swc/counter", "data": { "version": "0.1.3", "packageName": "@swc/counter", "hash": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" } }, "npm:@swc/helpers": { "type": "npm", "name": "npm:@swc/helpers", "data": { "version": "0.5.13", "packageName": "@swc/helpers", "hash": "sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==" } }, "npm:@swc/helpers@0.5.5": { "type": "npm", "name": "npm:@swc/helpers@0.5.5", "data": { "version": "0.5.5", "packageName": "@swc/helpers", "hash": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==" } }, "npm:@sweetalert2/theme-dark": { "type": "npm", "name": "npm:@sweetalert2/theme-dark", "data": { "version": "5.0.18", "packageName": "@sweetalert2/theme-dark", "hash": "sha512-Fdt8OQHQcbJy6i+rvA49h3OAzQevMwDgfsHPdR2kNwT5M7AtG5rAaBBo0StlvNbcTx/AQ5xhEdMyJdnM05CNoQ==" } }, "npm:@szmarczak/http-timer": { "type": "npm", "name": "npm:@szmarczak/http-timer", "data": { "version": "4.0.6", "packageName": "@szmarczak/http-timer", "hash": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==" } }, "npm:@tanstack/react-virtual": { "type": "npm", "name": "npm:@tanstack/react-virtual", "data": { "version": "3.10.7", "packageName": "@tanstack/react-virtual", "hash": "sha512-yeP+M0G8D+15ZFPivpuQ5hoM4Fa/PzERBx8P8EGcfEsXX3JOb9G9UUrqc47ZXAxvK+YqzM9T5qlJUYUFOwCZJw==" } }, "npm:@tanstack/virtual-core": { "type": "npm", "name": "npm:@tanstack/virtual-core", "data": { "version": "3.10.7", "packageName": "@tanstack/virtual-core", "hash": "sha512-ND5dfsU0n9F4gROzwNNDJmg6y8n9pI8YWxtgbfJ5UcNn7Hx+MxEXtXcQ189tS7sh8pmCObgz2qSiyRKTZxT4dg==" } }, "npm:@testing-library/dom": { "type": "npm", "name": "npm:@testing-library/dom", "data": { "version": "10.4.0", "packageName": "@testing-library/dom", "hash": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==" } }, "npm:@testing-library/react": { "type": "npm", "name": "npm:@testing-library/react", "data": { "version": "15.0.6", "packageName": "@testing-library/react", "hash": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==" } }, "npm:@tokenizer/token": { "type": "npm", "name": "npm:@tokenizer/token", "data": { "version": "0.3.0", "packageName": "@tokenizer/token", "hash": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" } }, "npm:@tootallnate/once": { "type": "npm", "name": "npm:@tootallnate/once", "data": { "version": "2.0.0", "packageName": "@tootallnate/once", "hash": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" } }, "npm:@tootallnate/quickjs-emscripten": { "type": "npm", "name": "npm:@tootallnate/quickjs-emscripten", "data": { "version": "0.23.0", "packageName": "@tootallnate/quickjs-emscripten", "hash": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" } }, "npm:@transloadit/prettier-bytes": { "type": "npm", "name": "npm:@transloadit/prettier-bytes", "data": { "version": "0.3.4", "packageName": "@transloadit/prettier-bytes", "hash": "sha512-8/SnIF9Q2k52mbjRVAYLranwkaDTLb+O9r4Z/uo8uNw//SjygKvvbF4BHSOuReufaAyum1q13602VcNud25Dfg==" } }, "npm:@trysound/sax": { "type": "npm", "name": "npm:@trysound/sax", "data": { "version": "0.2.0", "packageName": "@trysound/sax", "hash": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" } }, "npm:@tsconfig/node10": { "type": "npm", "name": "npm:@tsconfig/node10", "data": { "version": "1.0.11", "packageName": "@tsconfig/node10", "hash": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==" } }, "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": { "type": "npm", "name": "npm:@tybys/wasm-util", "data": { "version": "0.9.0", "packageName": "@tybys/wasm-util", "hash": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==" } }, "npm:@types/acorn": { "type": "npm", "name": "npm:@types/acorn", "data": { "version": "4.0.6", "packageName": "@types/acorn", "hash": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==" } }, "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.6.8", "packageName": "@types/babel__generator", "hash": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" } }, "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.20.6", "packageName": "@types/babel__traverse", "hash": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" } }, "npm:@types/bcrypt": { "type": "npm", "name": "npm:@types/bcrypt", "data": { "version": "5.0.2", "packageName": "@types/bcrypt", "hash": "sha512-6atioO8Y75fNcbmj0G7UjI9lXN2pQ/IGJ2FWT4a/btd0Lk9lQalHLKhkgKVZ3r+spnmWUKfbMi1GEe9wyHQfNQ==" } }, "npm:@types/body-parser": { "type": "npm", "name": "npm:@types/body-parser", "data": { "version": "1.19.5", "packageName": "@types/body-parser", "hash": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==" } }, "npm:@types/bonjour": { "type": "npm", "name": "npm:@types/bonjour", "data": { "version": "3.5.13", "packageName": "@types/bonjour", "hash": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==" } }, "npm:@types/cache-manager": { "type": "npm", "name": "npm:@types/cache-manager", "data": { "version": "4.0.6", "packageName": "@types/cache-manager", "hash": "sha512-8qL93MF05/xrzFm/LSPtzNEOE1eQF3VwGHAcQEylgp5hDSTe41jtFwbSYAPfyYcVa28y1vYSjIt0c1fLLUiC/Q==" } }, "npm:@types/cache-manager-redis-store": { "type": "npm", "name": "npm:@types/cache-manager-redis-store", "data": { "version": "2.0.4", "packageName": "@types/cache-manager-redis-store", "hash": "sha512-EG4ac1KsUr07uv6N/O0X1OaQBNVKShVUxn+GwJQQpUkTEi4+KJl6yvqfwc4uTPT1+pwfKRgQhCoHQQCd/ObkZQ==" } }, "npm:@types/cacheable-request": { "type": "npm", "name": "npm:@types/cacheable-request", "data": { "version": "6.0.3", "packageName": "@types/cacheable-request", "hash": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==" } }, "npm:@types/concat-stream": { "type": "npm", "name": "npm:@types/concat-stream", "data": { "version": "2.0.3", "packageName": "@types/concat-stream", "hash": "sha512-3qe4oQAPNwVNwK4C9c8u+VJqv9kez+2MR4qJpoPFfXtgxxif1QbFusvXzK0/Wra2VX07smostI2VMmJNSpZjuQ==" } }, "npm:@types/connect": { "type": "npm", "name": "npm:@types/connect", "data": { "version": "3.4.38", "packageName": "@types/connect", "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" } }, "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/cookie-parser": { "type": "npm", "name": "npm:@types/cookie-parser", "data": { "version": "1.4.7", "packageName": "@types/cookie-parser", "hash": "sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw==" } }, "npm:@types/debug": { "type": "npm", "name": "npm:@types/debug", "data": { "version": "4.1.12", "packageName": "@types/debug", "hash": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" } }, "npm:@types/estree": { "type": "npm", "name": "npm:@types/estree", "data": { "version": "1.0.5", "packageName": "@types/estree", "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" } }, "npm:@types/estree-jsx": { "type": "npm", "name": "npm:@types/estree-jsx", "data": { "version": "1.0.5", "packageName": "@types/estree-jsx", "hash": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==" } }, "npm:@types/express": { "type": "npm", "name": "npm:@types/express", "data": { "version": "4.17.21", "packageName": "@types/express", "hash": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==" } }, "npm:@types/express-serve-static-core": { "type": "npm", "name": "npm:@types/express-serve-static-core", "data": { "version": "4.19.5", "packageName": "@types/express-serve-static-core", "hash": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==" } }, "npm:@types/graceful-fs": { "type": "npm", "name": "npm:@types/graceful-fs", "data": { "version": "4.1.9", "packageName": "@types/graceful-fs", "hash": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" } }, "npm:@types/hast": { "type": "npm", "name": "npm:@types/hast", "data": { "version": "2.3.10", "packageName": "@types/hast", "hash": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==" } }, "npm:@types/hast@3.0.4": { "type": "npm", "name": "npm:@types/hast@3.0.4", "data": { "version": "3.0.4", "packageName": "@types/hast", "hash": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==" } }, "npm:@types/http-cache-semantics": { "type": "npm", "name": "npm:@types/http-cache-semantics", "data": { "version": "4.0.4", "packageName": "@types/http-cache-semantics", "hash": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" } }, "npm:@types/http-errors": { "type": "npm", "name": "npm:@types/http-errors", "data": { "version": "2.0.4", "packageName": "@types/http-errors", "hash": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" } }, "npm:@types/http-proxy": { "type": "npm", "name": "npm:@types/http-proxy", "data": { "version": "1.17.15", "packageName": "@types/http-proxy", "hash": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==" } }, "npm:@types/is-hotkey": { "type": "npm", "name": "npm:@types/is-hotkey", "data": { "version": "0.1.10", "packageName": "@types/is-hotkey", "hash": "sha512-RvC8KMw5BCac1NvRRyaHgMMEtBaZ6wh0pyPTBu7izn4Sj/AX9Y4aXU5c7rX8PnM/knsuUpC1IeoBkANtxBypsQ==" } }, "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": "29.5.12", "packageName": "@types/jest", "hash": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==" } }, "npm:@types/js-yaml": { "type": "npm", "name": "npm:@types/js-yaml", "data": { "version": "4.0.9", "packageName": "@types/js-yaml", "hash": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==" } }, "npm:@types/jsdom": { "type": "npm", "name": "npm:@types/jsdom", "data": { "version": "20.0.1", "packageName": "@types/jsdom", "hash": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==" } }, "npm:parse5@7.1.2": { "type": "npm", "name": "npm:parse5@7.1.2", "data": { "version": "7.1.2", "packageName": "parse5", "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" } }, "npm:parse5@6.0.1": { "type": "npm", "name": "npm:parse5@6.0.1", "data": { "version": "6.0.1", "packageName": "parse5", "hash": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" } }, "npm:parse5": { "type": "npm", "name": "npm:parse5", "data": { "version": "4.0.0", "packageName": "parse5", "hash": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==" } }, "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.6", "packageName": "@types/jsonwebtoken", "hash": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==" } }, "npm:@types/katex": { "type": "npm", "name": "npm:@types/katex", "data": { "version": "0.14.0", "packageName": "@types/katex", "hash": "sha512-+2FW2CcT0K3P+JMR8YG846bmDwplKUTsWgT2ENwdQ1UdVfRk3GQrh6Mi4sTopy30gI8Uau5CEqHTDZ6YvWIUPA==" } }, "npm:@types/katex@0.16.7": { "type": "npm", "name": "npm:@types/katex@0.16.7", "data": { "version": "0.16.7", "packageName": "@types/katex", "hash": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==" } }, "npm:@types/keyv": { "type": "npm", "name": "npm:@types/keyv", "data": { "version": "3.1.4", "packageName": "@types/keyv", "hash": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==" } }, "npm:@types/lodash": { "type": "npm", "name": "npm:@types/lodash", "data": { "version": "4.17.7", "packageName": "@types/lodash", "hash": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==" } }, "npm:@types/luxon": { "type": "npm", "name": "npm:@types/luxon", "data": { "version": "3.4.2", "packageName": "@types/luxon", "hash": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==" } }, "npm:@types/md5": { "type": "npm", "name": "npm:@types/md5", "data": { "version": "2.3.5", "packageName": "@types/md5", "hash": "sha512-/i42wjYNgE6wf0j2bcTX6kuowmdL/6PE4IVitMpm2eYKBUuYCprdcWVK+xEF0gcV6ufMCRhtxmReGfc6hIK7Jw==" } }, "npm:@types/mdast": { "type": "npm", "name": "npm:@types/mdast", "data": { "version": "3.0.15", "packageName": "@types/mdast", "hash": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==" } }, "npm:@types/mdast@4.0.4": { "type": "npm", "name": "npm:@types/mdast@4.0.4", "data": { "version": "4.0.4", "packageName": "@types/mdast", "hash": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==" } }, "npm:@types/mdx": { "type": "npm", "name": "npm:@types/mdx", "data": { "version": "2.0.13", "packageName": "@types/mdx", "hash": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==" } }, "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/mime-types": { "type": "npm", "name": "npm:@types/mime-types", "data": { "version": "2.1.4", "packageName": "@types/mime-types", "hash": "sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==" } }, "npm:@types/ms": { "type": "npm", "name": "npm:@types/ms", "data": { "version": "0.7.34", "packageName": "@types/ms", "hash": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" } }, "npm:@types/multer": { "type": "npm", "name": "npm:@types/multer", "data": { "version": "1.4.12", "packageName": "@types/multer", "hash": "sha512-pQ2hoqvXiJt2FP9WQVLPRO+AmiIm/ZYkavPlIQnx282u4ZrVdztx0pkh3jjpQt0Kz+YI0YhSG264y08UJKoUQg==" } }, "npm:@types/nlcst": { "type": "npm", "name": "npm:@types/nlcst", "data": { "version": "1.0.4", "packageName": "@types/nlcst", "hash": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==" } }, "npm:@types/node": { "type": "npm", "name": "npm:@types/node", "data": { "version": "18.16.9", "packageName": "@types/node", "hash": "sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==" } }, "npm:@types/node-fetch": { "type": "npm", "name": "npm:@types/node-fetch", "data": { "version": "2.6.11", "packageName": "@types/node-fetch", "hash": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==" } }, "npm:@types/node-forge": { "type": "npm", "name": "npm:@types/node-forge", "data": { "version": "1.3.11", "packageName": "@types/node-forge", "hash": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==" } }, "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/parse5": { "type": "npm", "name": "npm:@types/parse5", "data": { "version": "6.0.3", "packageName": "@types/parse5", "hash": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" } }, "npm:@types/prismjs": { "type": "npm", "name": "npm:@types/prismjs", "data": { "version": "1.26.4", "packageName": "@types/prismjs", "hash": "sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==" } }, "npm:@types/prop-types": { "type": "npm", "name": "npm:@types/prop-types", "data": { "version": "15.7.12", "packageName": "@types/prop-types", "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" } }, "npm:@types/qs": { "type": "npm", "name": "npm:@types/qs", "data": { "version": "6.9.15", "packageName": "@types/qs", "hash": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==" } }, "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": { "type": "npm", "name": "npm:@types/react", "data": { "version": "18.3.1", "packageName": "@types/react", "hash": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==" } }, "npm:@types/react-dom": { "type": "npm", "name": "npm:@types/react-dom", "data": { "version": "18.3.0", "packageName": "@types/react-dom", "hash": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==" } }, "npm:@types/react-reconciler": { "type": "npm", "name": "npm:@types/react-reconciler", "data": { "version": "0.28.8", "packageName": "@types/react-reconciler", "hash": "sha512-SN9c4kxXZonFhbX4hJrZy37yw9e7EIxcpHCxQv5JUS18wDE5ovkQKlqQEkufdJCCMfuI9BnjUJvhYeJ9x5Ra7g==" } }, "npm:@types/react-transition-group": { "type": "npm", "name": "npm:@types/react-transition-group", "data": { "version": "4.4.11", "packageName": "@types/react-transition-group", "hash": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==" } }, "npm:@types/redis": { "type": "npm", "name": "npm:@types/redis", "data": { "version": "2.8.32", "packageName": "@types/redis", "hash": "sha512-7jkMKxcGq9p242exlbsVzuJb57KqHRhNl4dHoQu2Y5v9bCAbtIXXH0R3HleSQW4CTOqpHIYUW3t6tpUj4BVQ+w==" } }, "npm:@types/remove-markdown": { "type": "npm", "name": "npm:@types/remove-markdown", "data": { "version": "0.3.4", "packageName": "@types/remove-markdown", "hash": "sha512-i753EH/p02bw7bLlpfS/4CV1rdikbGiLabWyVsAvsFid3cA5RNU1frG7JycgY+NSnFwtoGlElvZVceCytecTDA==" } }, "npm:@types/responselike": { "type": "npm", "name": "npm:@types/responselike", "data": { "version": "1.0.3", "packageName": "@types/responselike", "hash": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==" } }, "npm:@types/retry": { "type": "npm", "name": "npm:@types/retry", "data": { "version": "0.12.0", "packageName": "@types/retry", "hash": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" } }, "npm:@types/retry@0.12.2": { "type": "npm", "name": "npm:@types/retry@0.12.2", "data": { "version": "0.12.2", "packageName": "@types/retry", "hash": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==" } }, "npm:@types/semver": { "type": "npm", "name": "npm:@types/semver", "data": { "version": "7.5.8", "packageName": "@types/semver", "hash": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" } }, "npm:@types/send": { "type": "npm", "name": "npm:@types/send", "data": { "version": "0.17.4", "packageName": "@types/send", "hash": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==" } }, "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.7", "packageName": "@types/serve-static", "hash": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==" } }, "npm:@types/sha256": { "type": "npm", "name": "npm:@types/sha256", "data": { "version": "0.2.2", "packageName": "@types/sha256", "hash": "sha512-uKMaDzyzfcDYGEwTgLh+hmgDMxXWyIVodY8T+qt7A+NYvikW0lmGLMGbQ7BipCB8dzXHa55C9g+Ii/3Lgt1KmA==" } }, "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/sortablejs": { "type": "npm", "name": "npm:@types/sortablejs", "data": { "version": "1.15.8", "packageName": "@types/sortablejs", "hash": "sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg==" } }, "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/stripe": { "type": "npm", "name": "npm:@types/stripe", "data": { "version": "8.0.417", "packageName": "@types/stripe", "hash": "sha512-PTuqskh9YKNENnOHGVJBm4sM0zE8B1jZw1JIskuGAPkMB+OH236QeN8scclhYGPA4nG6zTtPXgwpXdp+HPDTVw==" } }, "npm:@types/tough-cookie": { "type": "npm", "name": "npm:@types/tough-cookie", "data": { "version": "4.0.5", "packageName": "@types/tough-cookie", "hash": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" } }, "npm:@types/validator": { "type": "npm", "name": "npm:@types/validator", "data": { "version": "13.12.1", "packageName": "@types/validator", "hash": "sha512-w0URwf7BQb0rD/EuiG12KP0bailHKHP5YVviJG9zw3ykAokL0TuxU2TUqMB7EwZ59bDHYdeTIvjI5m0S7qHfOA==" } }, "npm:@types/ws": { "type": "npm", "name": "npm:@types/ws", "data": { "version": "8.5.12", "packageName": "@types/ws", "hash": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==" } }, "npm:@types/yargs": { "type": "npm", "name": "npm:@types/yargs", "data": { "version": "17.0.33", "packageName": "@types/yargs", "hash": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==" } }, "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/yauzl": { "type": "npm", "name": "npm:@types/yauzl", "data": { "version": "2.10.3", "packageName": "@types/yauzl", "hash": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==" } }, "npm:@types/yup": { "type": "npm", "name": "npm:@types/yup", "data": { "version": "0.32.0", "packageName": "@types/yup", "hash": "sha512-Gr2lllWTDxGVYHgWfL8szjdedERpNgm44L9BDL2cmcHG7Bfd6taEpiW3ayMFLaYvlJr/6bFXDJdh6L406AGlFg==" } }, "npm:@typescript-eslint/eslint-plugin": { "type": "npm", "name": "npm:@typescript-eslint/eslint-plugin", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/eslint-plugin", "hash": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==" } }, "npm:@typescript-eslint/parser": { "type": "npm", "name": "npm:@typescript-eslint/parser", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/parser", "hash": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==" } }, "npm:@typescript-eslint/parser@7.2.0": { "type": "npm", "name": "npm:@typescript-eslint/parser@7.2.0", "data": { "version": "7.2.0", "packageName": "@typescript-eslint/parser", "hash": "sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==" } }, "npm:@typescript-eslint/scope-manager": { "type": "npm", "name": "npm:@typescript-eslint/scope-manager", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/scope-manager", "hash": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==" } }, "npm:@typescript-eslint/scope-manager@7.2.0": { "type": "npm", "name": "npm:@typescript-eslint/scope-manager@7.2.0", "data": { "version": "7.2.0", "packageName": "@typescript-eslint/scope-manager", "hash": "sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==" } }, "npm:@typescript-eslint/type-utils": { "type": "npm", "name": "npm:@typescript-eslint/type-utils", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/type-utils", "hash": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==" } }, "npm:@typescript-eslint/types": { "type": "npm", "name": "npm:@typescript-eslint/types", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/types", "hash": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==" } }, "npm:@typescript-eslint/types@7.2.0": { "type": "npm", "name": "npm:@typescript-eslint/types@7.2.0", "data": { "version": "7.2.0", "packageName": "@typescript-eslint/types", "hash": "sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==" } }, "npm:@typescript-eslint/typescript-estree": { "type": "npm", "name": "npm:@typescript-eslint/typescript-estree", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/typescript-estree", "hash": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==" } }, "npm:@typescript-eslint/typescript-estree@7.2.0": { "type": "npm", "name": "npm:@typescript-eslint/typescript-estree@7.2.0", "data": { "version": "7.2.0", "packageName": "@typescript-eslint/typescript-estree", "hash": "sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==" } }, "npm:@typescript-eslint/utils": { "type": "npm", "name": "npm:@typescript-eslint/utils", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/utils", "hash": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==" } }, "npm:@typescript-eslint/visitor-keys": { "type": "npm", "name": "npm:@typescript-eslint/visitor-keys", "data": { "version": "7.18.0", "packageName": "@typescript-eslint/visitor-keys", "hash": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==" } }, "npm:@typescript-eslint/visitor-keys@7.2.0": { "type": "npm", "name": "npm:@typescript-eslint/visitor-keys@7.2.0", "data": { "version": "7.2.0", "packageName": "@typescript-eslint/visitor-keys", "hash": "sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==" } }, "npm:@ucast/core": { "type": "npm", "name": "npm:@ucast/core", "data": { "version": "1.10.2", "packageName": "@ucast/core", "hash": "sha512-ons5CwXZ/51wrUPfoduC+cO7AS1/wRb0ybpQJ9RrssossDxVy4t49QxWoWgfBDvVKsz9VXzBk9z0wqTdZ+Cq8g==" } }, "npm:@ucast/js": { "type": "npm", "name": "npm:@ucast/js", "data": { "version": "3.0.4", "packageName": "@ucast/js", "hash": "sha512-TgG1aIaCMdcaEyckOZKQozn1hazE0w90SVdlpIJ/er8xVumE11gYAtSbw/LBeUnA4fFnFWTcw3t6reqseeH/4Q==" } }, "npm:@ucast/mongo": { "type": "npm", "name": "npm:@ucast/mongo", "data": { "version": "2.4.3", "packageName": "@ucast/mongo", "hash": "sha512-XcI8LclrHWP83H+7H2anGCEeDq0n+12FU2mXCTz6/Tva9/9ddK/iacvvhCyW6cijAAOILmt0tWplRyRhVyZLsA==" } }, "npm:@ucast/mongo2js": { "type": "npm", "name": "npm:@ucast/mongo2js", "data": { "version": "1.3.4", "packageName": "@ucast/mongo2js", "hash": "sha512-ahazOr1HtelA5AC1KZ9x0UwPMqqimvfmtSm/PRRSeKKeE5G2SCqTgwiNzO7i9jS8zA3dzXpKVPpXMkcYLnyItA==" } }, "npm:@uidotdev/usehooks": { "type": "npm", "name": "npm:@uidotdev/usehooks", "data": { "version": "2.4.1", "packageName": "@uidotdev/usehooks", "hash": "sha512-1I+RwWyS+kdv3Mv0Vmc+p0dPYH0DTRAo04HLyXReYBL9AeseDWUJyi4THuksBJcu9F0Pih69Ak150VDnqbVnXg==" } }, "npm:@uiw/copy-to-clipboard": { "type": "npm", "name": "npm:@uiw/copy-to-clipboard", "data": { "version": "1.0.17", "packageName": "@uiw/copy-to-clipboard", "hash": "sha512-O2GUHV90Iw2VrSLVLK0OmNIMdZ5fgEg4NhvtwINsX+eZ/Wf6DWD0TdsK9xwV7dNRnK/UI2mQtl0a2/kRgm1m1A==" } }, "npm:@uiw/react-markdown-preview": { "type": "npm", "name": "npm:@uiw/react-markdown-preview", "data": { "version": "5.1.2", "packageName": "@uiw/react-markdown-preview", "hash": "sha512-IheBzajVKZ3NUhYAfrnnereJmKVNQ6vRZDjQhKEQy7IMarJXrUKC1eG8OzTgy1J/3m67MBTs6d52kkSB699efA==" } }, "npm:is-plain-obj@4.1.0": { "type": "npm", "name": "npm:is-plain-obj@4.1.0", "data": { "version": "4.1.0", "packageName": "is-plain-obj", "hash": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" } }, "npm:is-plain-obj": { "type": "npm", "name": "npm:is-plain-obj", "data": { "version": "1.1.0", "packageName": "is-plain-obj", "hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" } }, "npm:is-plain-obj@3.0.0": { "type": "npm", "name": "npm:is-plain-obj@3.0.0", "data": { "version": "3.0.0", "packageName": "is-plain-obj", "hash": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" } }, "npm:mdast-util-find-and-replace@3.0.1": { "type": "npm", "name": "npm:mdast-util-find-and-replace@3.0.1", "data": { "version": "3.0.1", "packageName": "mdast-util-find-and-replace", "hash": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==" } }, "npm:mdast-util-find-and-replace": { "type": "npm", "name": "npm:mdast-util-find-and-replace", "data": { "version": "2.2.2", "packageName": "mdast-util-find-and-replace", "hash": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==" } }, "npm:mdast-util-from-markdown@2.0.1": { "type": "npm", "name": "npm:mdast-util-from-markdown@2.0.1", "data": { "version": "2.0.1", "packageName": "mdast-util-from-markdown", "hash": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==" } }, "npm:mdast-util-from-markdown": { "type": "npm", "name": "npm:mdast-util-from-markdown", "data": { "version": "1.3.1", "packageName": "mdast-util-from-markdown", "hash": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==" } }, "npm:mdast-util-gfm@3.0.0": { "type": "npm", "name": "npm:mdast-util-gfm@3.0.0", "data": { "version": "3.0.0", "packageName": "mdast-util-gfm", "hash": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==" } }, "npm:mdast-util-gfm": { "type": "npm", "name": "npm:mdast-util-gfm", "data": { "version": "2.0.2", "packageName": "mdast-util-gfm", "hash": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==" } }, "npm:mdast-util-gfm-autolink-literal@2.0.1": { "type": "npm", "name": "npm:mdast-util-gfm-autolink-literal@2.0.1", "data": { "version": "2.0.1", "packageName": "mdast-util-gfm-autolink-literal", "hash": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==" } }, "npm:mdast-util-gfm-autolink-literal": { "type": "npm", "name": "npm:mdast-util-gfm-autolink-literal", "data": { "version": "1.0.3", "packageName": "mdast-util-gfm-autolink-literal", "hash": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==" } }, "npm:mdast-util-gfm-footnote@2.0.0": { "type": "npm", "name": "npm:mdast-util-gfm-footnote@2.0.0", "data": { "version": "2.0.0", "packageName": "mdast-util-gfm-footnote", "hash": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==" } }, "npm:mdast-util-gfm-footnote": { "type": "npm", "name": "npm:mdast-util-gfm-footnote", "data": { "version": "1.0.2", "packageName": "mdast-util-gfm-footnote", "hash": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==" } }, "npm:mdast-util-gfm-strikethrough@2.0.0": { "type": "npm", "name": "npm:mdast-util-gfm-strikethrough@2.0.0", "data": { "version": "2.0.0", "packageName": "mdast-util-gfm-strikethrough", "hash": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==" } }, "npm:mdast-util-gfm-strikethrough": { "type": "npm", "name": "npm:mdast-util-gfm-strikethrough", "data": { "version": "1.0.3", "packageName": "mdast-util-gfm-strikethrough", "hash": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==" } }, "npm:mdast-util-gfm-table@2.0.0": { "type": "npm", "name": "npm:mdast-util-gfm-table@2.0.0", "data": { "version": "2.0.0", "packageName": "mdast-util-gfm-table", "hash": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==" } }, "npm:mdast-util-gfm-table": { "type": "npm", "name": "npm:mdast-util-gfm-table", "data": { "version": "1.0.7", "packageName": "mdast-util-gfm-table", "hash": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==" } }, "npm:mdast-util-gfm-task-list-item@2.0.0": { "type": "npm", "name": "npm:mdast-util-gfm-task-list-item@2.0.0", "data": { "version": "2.0.0", "packageName": "mdast-util-gfm-task-list-item", "hash": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==" } }, "npm:mdast-util-gfm-task-list-item": { "type": "npm", "name": "npm:mdast-util-gfm-task-list-item", "data": { "version": "1.0.2", "packageName": "mdast-util-gfm-task-list-item", "hash": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==" } }, "npm:mdast-util-phrasing@4.1.0": { "type": "npm", "name": "npm:mdast-util-phrasing@4.1.0", "data": { "version": "4.1.0", "packageName": "mdast-util-phrasing", "hash": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==" } }, "npm:mdast-util-phrasing": { "type": "npm", "name": "npm:mdast-util-phrasing", "data": { "version": "3.0.1", "packageName": "mdast-util-phrasing", "hash": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==" } }, "npm:mdast-util-to-hast@13.2.0": { "type": "npm", "name": "npm:mdast-util-to-hast@13.2.0", "data": { "version": "13.2.0", "packageName": "mdast-util-to-hast", "hash": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==" } }, "npm:mdast-util-to-hast": { "type": "npm", "name": "npm:mdast-util-to-hast", "data": { "version": "12.3.0", "packageName": "mdast-util-to-hast", "hash": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==" } }, "npm:mdast-util-to-markdown@2.1.0": { "type": "npm", "name": "npm:mdast-util-to-markdown@2.1.0", "data": { "version": "2.1.0", "packageName": "mdast-util-to-markdown", "hash": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==" } }, "npm:mdast-util-to-markdown": { "type": "npm", "name": "npm:mdast-util-to-markdown", "data": { "version": "1.5.0", "packageName": "mdast-util-to-markdown", "hash": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==" } }, "npm:mdast-util-to-string@4.0.0": { "type": "npm", "name": "npm:mdast-util-to-string@4.0.0", "data": { "version": "4.0.0", "packageName": "mdast-util-to-string", "hash": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==" } }, "npm:mdast-util-to-string": { "type": "npm", "name": "npm:mdast-util-to-string", "data": { "version": "3.2.0", "packageName": "mdast-util-to-string", "hash": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==" } }, "npm:micromark@4.0.0": { "type": "npm", "name": "npm:micromark@4.0.0", "data": { "version": "4.0.0", "packageName": "micromark", "hash": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==" } }, "npm:micromark": { "type": "npm", "name": "npm:micromark", "data": { "version": "3.2.0", "packageName": "micromark", "hash": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==" } }, "npm:micromark-core-commonmark@2.0.1": { "type": "npm", "name": "npm:micromark-core-commonmark@2.0.1", "data": { "version": "2.0.1", "packageName": "micromark-core-commonmark", "hash": "sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==" } }, "npm:micromark-core-commonmark": { "type": "npm", "name": "npm:micromark-core-commonmark", "data": { "version": "1.1.0", "packageName": "micromark-core-commonmark", "hash": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==" } }, "npm:micromark-extension-gfm@3.0.0": { "type": "npm", "name": "npm:micromark-extension-gfm@3.0.0", "data": { "version": "3.0.0", "packageName": "micromark-extension-gfm", "hash": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==" } }, "npm:micromark-extension-gfm": { "type": "npm", "name": "npm:micromark-extension-gfm", "data": { "version": "2.0.3", "packageName": "micromark-extension-gfm", "hash": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==" } }, "npm:micromark-extension-gfm-autolink-literal@2.1.0": { "type": "npm", "name": "npm:micromark-extension-gfm-autolink-literal@2.1.0", "data": { "version": "2.1.0", "packageName": "micromark-extension-gfm-autolink-literal", "hash": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==" } }, "npm:micromark-extension-gfm-autolink-literal": { "type": "npm", "name": "npm:micromark-extension-gfm-autolink-literal", "data": { "version": "1.0.5", "packageName": "micromark-extension-gfm-autolink-literal", "hash": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==" } }, "npm:micromark-extension-gfm-footnote@2.1.0": { "type": "npm", "name": "npm:micromark-extension-gfm-footnote@2.1.0", "data": { "version": "2.1.0", "packageName": "micromark-extension-gfm-footnote", "hash": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==" } }, "npm:micromark-extension-gfm-footnote": { "type": "npm", "name": "npm:micromark-extension-gfm-footnote", "data": { "version": "1.1.2", "packageName": "micromark-extension-gfm-footnote", "hash": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==" } }, "npm:micromark-extension-gfm-strikethrough@2.1.0": { "type": "npm", "name": "npm:micromark-extension-gfm-strikethrough@2.1.0", "data": { "version": "2.1.0", "packageName": "micromark-extension-gfm-strikethrough", "hash": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==" } }, "npm:micromark-extension-gfm-strikethrough": { "type": "npm", "name": "npm:micromark-extension-gfm-strikethrough", "data": { "version": "1.0.7", "packageName": "micromark-extension-gfm-strikethrough", "hash": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==" } }, "npm:micromark-extension-gfm-table@2.1.0": { "type": "npm", "name": "npm:micromark-extension-gfm-table@2.1.0", "data": { "version": "2.1.0", "packageName": "micromark-extension-gfm-table", "hash": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==" } }, "npm:micromark-extension-gfm-table": { "type": "npm", "name": "npm:micromark-extension-gfm-table", "data": { "version": "1.0.7", "packageName": "micromark-extension-gfm-table", "hash": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==" } }, "npm:micromark-extension-gfm-tagfilter@2.0.0": { "type": "npm", "name": "npm:micromark-extension-gfm-tagfilter@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-extension-gfm-tagfilter", "hash": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==" } }, "npm:micromark-extension-gfm-tagfilter": { "type": "npm", "name": "npm:micromark-extension-gfm-tagfilter", "data": { "version": "1.0.2", "packageName": "micromark-extension-gfm-tagfilter", "hash": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==" } }, "npm:micromark-extension-gfm-task-list-item@2.1.0": { "type": "npm", "name": "npm:micromark-extension-gfm-task-list-item@2.1.0", "data": { "version": "2.1.0", "packageName": "micromark-extension-gfm-task-list-item", "hash": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==" } }, "npm:micromark-extension-gfm-task-list-item": { "type": "npm", "name": "npm:micromark-extension-gfm-task-list-item", "data": { "version": "1.0.5", "packageName": "micromark-extension-gfm-task-list-item", "hash": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==" } }, "npm:micromark-factory-destination@2.0.0": { "type": "npm", "name": "npm:micromark-factory-destination@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-factory-destination", "hash": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==" } }, "npm:micromark-factory-destination": { "type": "npm", "name": "npm:micromark-factory-destination", "data": { "version": "1.1.0", "packageName": "micromark-factory-destination", "hash": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==" } }, "npm:micromark-factory-label@2.0.0": { "type": "npm", "name": "npm:micromark-factory-label@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-factory-label", "hash": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==" } }, "npm:micromark-factory-label": { "type": "npm", "name": "npm:micromark-factory-label", "data": { "version": "1.1.0", "packageName": "micromark-factory-label", "hash": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==" } }, "npm:micromark-factory-space@2.0.0": { "type": "npm", "name": "npm:micromark-factory-space@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-factory-space", "hash": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==" } }, "npm:micromark-factory-space": { "type": "npm", "name": "npm:micromark-factory-space", "data": { "version": "1.1.0", "packageName": "micromark-factory-space", "hash": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==" } }, "npm:micromark-factory-title@2.0.0": { "type": "npm", "name": "npm:micromark-factory-title@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-factory-title", "hash": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==" } }, "npm:micromark-factory-title": { "type": "npm", "name": "npm:micromark-factory-title", "data": { "version": "1.1.0", "packageName": "micromark-factory-title", "hash": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==" } }, "npm:micromark-factory-whitespace@2.0.0": { "type": "npm", "name": "npm:micromark-factory-whitespace@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-factory-whitespace", "hash": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==" } }, "npm:micromark-factory-whitespace": { "type": "npm", "name": "npm:micromark-factory-whitespace", "data": { "version": "1.1.0", "packageName": "micromark-factory-whitespace", "hash": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==" } }, "npm:micromark-util-character@2.1.0": { "type": "npm", "name": "npm:micromark-util-character@2.1.0", "data": { "version": "2.1.0", "packageName": "micromark-util-character", "hash": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==" } }, "npm:micromark-util-character": { "type": "npm", "name": "npm:micromark-util-character", "data": { "version": "1.2.0", "packageName": "micromark-util-character", "hash": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==" } }, "npm:micromark-util-chunked@2.0.0": { "type": "npm", "name": "npm:micromark-util-chunked@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-chunked", "hash": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==" } }, "npm:micromark-util-chunked": { "type": "npm", "name": "npm:micromark-util-chunked", "data": { "version": "1.1.0", "packageName": "micromark-util-chunked", "hash": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==" } }, "npm:micromark-util-classify-character@2.0.0": { "type": "npm", "name": "npm:micromark-util-classify-character@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-classify-character", "hash": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==" } }, "npm:micromark-util-classify-character": { "type": "npm", "name": "npm:micromark-util-classify-character", "data": { "version": "1.1.0", "packageName": "micromark-util-classify-character", "hash": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==" } }, "npm:micromark-util-combine-extensions@2.0.0": { "type": "npm", "name": "npm:micromark-util-combine-extensions@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-combine-extensions", "hash": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==" } }, "npm:micromark-util-combine-extensions": { "type": "npm", "name": "npm:micromark-util-combine-extensions", "data": { "version": "1.1.0", "packageName": "micromark-util-combine-extensions", "hash": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==" } }, "npm:micromark-util-decode-numeric-character-reference@2.0.1": { "type": "npm", "name": "npm:micromark-util-decode-numeric-character-reference@2.0.1", "data": { "version": "2.0.1", "packageName": "micromark-util-decode-numeric-character-reference", "hash": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==" } }, "npm:micromark-util-decode-numeric-character-reference": { "type": "npm", "name": "npm:micromark-util-decode-numeric-character-reference", "data": { "version": "1.1.0", "packageName": "micromark-util-decode-numeric-character-reference", "hash": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==" } }, "npm:micromark-util-decode-string@2.0.0": { "type": "npm", "name": "npm:micromark-util-decode-string@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-decode-string", "hash": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==" } }, "npm:micromark-util-decode-string": { "type": "npm", "name": "npm:micromark-util-decode-string", "data": { "version": "1.1.0", "packageName": "micromark-util-decode-string", "hash": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==" } }, "npm:micromark-util-encode@2.0.0": { "type": "npm", "name": "npm:micromark-util-encode@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-encode", "hash": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==" } }, "npm:micromark-util-encode": { "type": "npm", "name": "npm:micromark-util-encode", "data": { "version": "1.1.0", "packageName": "micromark-util-encode", "hash": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==" } }, "npm:micromark-util-html-tag-name@2.0.0": { "type": "npm", "name": "npm:micromark-util-html-tag-name@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-html-tag-name", "hash": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==" } }, "npm:micromark-util-html-tag-name": { "type": "npm", "name": "npm:micromark-util-html-tag-name", "data": { "version": "1.2.0", "packageName": "micromark-util-html-tag-name", "hash": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==" } }, "npm:micromark-util-normalize-identifier@2.0.0": { "type": "npm", "name": "npm:micromark-util-normalize-identifier@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-normalize-identifier", "hash": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==" } }, "npm:micromark-util-normalize-identifier": { "type": "npm", "name": "npm:micromark-util-normalize-identifier", "data": { "version": "1.1.0", "packageName": "micromark-util-normalize-identifier", "hash": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==" } }, "npm:micromark-util-resolve-all@2.0.0": { "type": "npm", "name": "npm:micromark-util-resolve-all@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-resolve-all", "hash": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==" } }, "npm:micromark-util-resolve-all": { "type": "npm", "name": "npm:micromark-util-resolve-all", "data": { "version": "1.1.0", "packageName": "micromark-util-resolve-all", "hash": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==" } }, "npm:micromark-util-sanitize-uri@2.0.0": { "type": "npm", "name": "npm:micromark-util-sanitize-uri@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-sanitize-uri", "hash": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==" } }, "npm:micromark-util-sanitize-uri": { "type": "npm", "name": "npm:micromark-util-sanitize-uri", "data": { "version": "1.2.0", "packageName": "micromark-util-sanitize-uri", "hash": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==" } }, "npm:micromark-util-subtokenize@2.0.1": { "type": "npm", "name": "npm:micromark-util-subtokenize@2.0.1", "data": { "version": "2.0.1", "packageName": "micromark-util-subtokenize", "hash": "sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==" } }, "npm:micromark-util-subtokenize": { "type": "npm", "name": "npm:micromark-util-subtokenize", "data": { "version": "1.1.0", "packageName": "micromark-util-subtokenize", "hash": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==" } }, "npm:micromark-util-symbol@2.0.0": { "type": "npm", "name": "npm:micromark-util-symbol@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-symbol", "hash": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==" } }, "npm:micromark-util-symbol": { "type": "npm", "name": "npm:micromark-util-symbol", "data": { "version": "1.1.0", "packageName": "micromark-util-symbol", "hash": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==" } }, "npm:micromark-util-types@2.0.0": { "type": "npm", "name": "npm:micromark-util-types@2.0.0", "data": { "version": "2.0.0", "packageName": "micromark-util-types", "hash": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==" } }, "npm:micromark-util-types": { "type": "npm", "name": "npm:micromark-util-types", "data": { "version": "1.1.0", "packageName": "micromark-util-types", "hash": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==" } }, "npm:react-markdown@9.0.1": { "type": "npm", "name": "npm:react-markdown@9.0.1", "data": { "version": "9.0.1", "packageName": "react-markdown", "hash": "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==" } }, "npm:react-markdown": { "type": "npm", "name": "npm:react-markdown", "data": { "version": "8.0.7", "packageName": "react-markdown", "hash": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==" } }, "npm:remark-gfm@4.0.0": { "type": "npm", "name": "npm:remark-gfm@4.0.0", "data": { "version": "4.0.0", "packageName": "remark-gfm", "hash": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==" } }, "npm:remark-gfm": { "type": "npm", "name": "npm:remark-gfm", "data": { "version": "3.0.1", "packageName": "remark-gfm", "hash": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==" } }, "npm:remark-parse@11.0.0": { "type": "npm", "name": "npm:remark-parse@11.0.0", "data": { "version": "11.0.0", "packageName": "remark-parse", "hash": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==" } }, "npm:remark-parse": { "type": "npm", "name": "npm:remark-parse", "data": { "version": "10.0.2", "packageName": "remark-parse", "hash": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==" } }, "npm:remark-rehype@11.1.0": { "type": "npm", "name": "npm:remark-rehype@11.1.0", "data": { "version": "11.1.0", "packageName": "remark-rehype", "hash": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==" } }, "npm:remark-rehype": { "type": "npm", "name": "npm:remark-rehype", "data": { "version": "10.1.0", "packageName": "remark-rehype", "hash": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==" } }, "npm:remark-stringify@11.0.0": { "type": "npm", "name": "npm:remark-stringify@11.0.0", "data": { "version": "11.0.0", "packageName": "remark-stringify", "hash": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==" } }, "npm:remark-stringify": { "type": "npm", "name": "npm:remark-stringify", "data": { "version": "10.0.3", "packageName": "remark-stringify", "hash": "sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==" } }, "npm:unified@11.0.5": { "type": "npm", "name": "npm:unified@11.0.5", "data": { "version": "11.0.5", "packageName": "unified", "hash": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==" } }, "npm:unified": { "type": "npm", "name": "npm:unified", "data": { "version": "10.1.2", "packageName": "unified", "hash": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==" } }, "npm:unist-util-is@6.0.0": { "type": "npm", "name": "npm:unist-util-is@6.0.0", "data": { "version": "6.0.0", "packageName": "unist-util-is", "hash": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==" } }, "npm:unist-util-is": { "type": "npm", "name": "npm:unist-util-is", "data": { "version": "5.2.1", "packageName": "unist-util-is", "hash": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==" } }, "npm:unist-util-position@5.0.0": { "type": "npm", "name": "npm:unist-util-position@5.0.0", "data": { "version": "5.0.0", "packageName": "unist-util-position", "hash": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==" } }, "npm:unist-util-position": { "type": "npm", "name": "npm:unist-util-position", "data": { "version": "4.0.4", "packageName": "unist-util-position", "hash": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==" } }, "npm:unist-util-stringify-position@4.0.0": { "type": "npm", "name": "npm:unist-util-stringify-position@4.0.0", "data": { "version": "4.0.0", "packageName": "unist-util-stringify-position", "hash": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==" } }, "npm:unist-util-stringify-position": { "type": "npm", "name": "npm:unist-util-stringify-position", "data": { "version": "3.0.3", "packageName": "unist-util-stringify-position", "hash": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==" } }, "npm:unist-util-visit@5.0.0": { "type": "npm", "name": "npm:unist-util-visit@5.0.0", "data": { "version": "5.0.0", "packageName": "unist-util-visit", "hash": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==" } }, "npm:unist-util-visit": { "type": "npm", "name": "npm:unist-util-visit", "data": { "version": "4.1.2", "packageName": "unist-util-visit", "hash": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==" } }, "npm:unist-util-visit-parents@6.0.1": { "type": "npm", "name": "npm:unist-util-visit-parents@6.0.1", "data": { "version": "6.0.1", "packageName": "unist-util-visit-parents", "hash": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==" } }, "npm:unist-util-visit-parents": { "type": "npm", "name": "npm:unist-util-visit-parents", "data": { "version": "5.1.3", "packageName": "unist-util-visit-parents", "hash": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==" } }, "npm:vfile@6.0.3": { "type": "npm", "name": "npm:vfile@6.0.3", "data": { "version": "6.0.3", "packageName": "vfile", "hash": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==" } }, "npm:vfile": { "type": "npm", "name": "npm:vfile", "data": { "version": "5.3.7", "packageName": "vfile", "hash": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==" } }, "npm:@uiw/react-md-editor": { "type": "npm", "name": "npm:@uiw/react-md-editor", "data": { "version": "4.0.4", "packageName": "@uiw/react-md-editor", "hash": "sha512-JH9nDXXRhJtWPP4yE61VE+9ryFo9tg9v7KMwGfJCnaOOKuLF1MR3l/MNsiJCGkRjUwyto5WrU7kBSq8ODJEtYw==" } }, "npm:@ungap/structured-clone": { "type": "npm", "name": "npm:@ungap/structured-clone", "data": { "version": "1.2.0", "packageName": "@ungap/structured-clone", "hash": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" } }, "npm:@uppy/aws-s3": { "type": "npm", "name": "npm:@uppy/aws-s3", "data": { "version": "3.6.2", "packageName": "@uppy/aws-s3", "hash": "sha512-pXXSfJbPLR9tmmLFckKU3lyp7Zx4AVvamH/Y5MU2WHKj8TQMrGeM0/M/nXn8SIa7roYEaskY6dVYT/DcHLdO9A==" } }, "npm:@uppy/aws-s3-multipart": { "type": "npm", "name": "npm:@uppy/aws-s3-multipart", "data": { "version": "3.12.0", "packageName": "@uppy/aws-s3-multipart", "hash": "sha512-l6/TlRjde/mP4LMFWdJIRBEUUceYXtAiNAHukfyzM3VbY3/+YrEJTAchsa4DrqAiyToJJu6b+xxvL2H46cDs3Q==" } }, "npm:@uppy/companion-client": { "type": "npm", "name": "npm:@uppy/companion-client", "data": { "version": "3.8.2", "packageName": "@uppy/companion-client", "hash": "sha512-WLjZ0Y6Fe7lzwU1YPvvQ/YqooejcgIZkT2TC39xr+QQ7Y1FwJECsyUdlKwgi1ee8TNpjoCrj3Q1Hjel/+p0VhA==" } }, "npm:p-retry@6.2.0": { "type": "npm", "name": "npm:p-retry@6.2.0", "data": { "version": "6.2.0", "packageName": "p-retry", "hash": "sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==" } }, "npm:p-retry": { "type": "npm", "name": "npm:p-retry", "data": { "version": "4.6.2", "packageName": "p-retry", "hash": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==" } }, "npm:@uppy/core": { "type": "npm", "name": "npm:@uppy/core", "data": { "version": "3.13.1", "packageName": "@uppy/core", "hash": "sha512-iQGAUO4ziQRpfv7kix6tO6JOWqjI0K4vt8AynvHWzDPZxYSba3zd6RojGNPsYWSR7Xv+dRXYx+GU8oTiK1FRUA==" } }, "npm:@uppy/dashboard": { "type": "npm", "name": "npm:@uppy/dashboard", "data": { "version": "3.9.1", "packageName": "@uppy/dashboard", "hash": "sha512-zZp+5Dwqu1jUdAZEu0Os2kC/8bF3cdrkve8CYEwqP/12yjNe8PF+XUQKF1RCYITjDE4hPSXcTh0MWw6t2LONuw==" } }, "npm:@uppy/drag-drop": { "type": "npm", "name": "npm:@uppy/drag-drop", "data": { "version": "3.1.1", "packageName": "@uppy/drag-drop", "hash": "sha512-ujUBswJ/Acvg1UQUPtfWO6PekPzFgQAEtDW7yxsi81wy1/WNIYjY36bxKVpM/cz5PjmWOTWoqdjBQa4LIJCdyw==" } }, "npm:@uppy/file-input": { "type": "npm", "name": "npm:@uppy/file-input", "data": { "version": "3.1.2", "packageName": "@uppy/file-input", "hash": "sha512-IgZhK3EfO2bEqmEwpqfo3N9k8OxV2pmuGdKU4IuwJFv3Q1s1F6ceSDhWX8ivtVXlDvnbJIkqZbZjnvWwJxfjng==" } }, "npm:@uppy/informer": { "type": "npm", "name": "npm:@uppy/informer", "data": { "version": "3.1.0", "packageName": "@uppy/informer", "hash": "sha512-vmpTLqzSLmZSuIVDZV0o19yXVqyTh5/uCbKUEiyfBhR726kQiuYQLP/ZHaKcvW3c1ESQGbNg53iNHbFBqF681w==" } }, "npm:@uppy/progress-bar": { "type": "npm", "name": "npm:@uppy/progress-bar", "data": { "version": "3.1.1", "packageName": "@uppy/progress-bar", "hash": "sha512-c7Wcv6/gvrdxICnZUaU/cZG6wUtS0V/GYGssGFQ6OW84h0smuzGGA+KOh9zKqr6HBHxgKRxmCDtrlTlSSvAuQQ==" } }, "npm:@uppy/provider-views": { "type": "npm", "name": "npm:@uppy/provider-views", "data": { "version": "3.13.0", "packageName": "@uppy/provider-views", "hash": "sha512-Z2oI88A+GC2zIPk8beoeFN/miHKkhtF58mYjvb5miGCMMZM7p7LRj98sgb5OOdKsGrfeiuTavtgL424BvcVd8w==" } }, "npm:p-queue@7.4.1": { "type": "npm", "name": "npm:p-queue@7.4.1", "data": { "version": "7.4.1", "packageName": "p-queue", "hash": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==" } }, "npm:p-queue": { "type": "npm", "name": "npm:p-queue", "data": { "version": "6.6.2", "packageName": "p-queue", "hash": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==" } }, "npm:p-timeout@5.1.0": { "type": "npm", "name": "npm:p-timeout@5.1.0", "data": { "version": "5.1.0", "packageName": "p-timeout", "hash": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==" } }, "npm:p-timeout": { "type": "npm", "name": "npm:p-timeout", "data": { "version": "3.2.0", "packageName": "p-timeout", "hash": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" } }, "npm:@uppy/react": { "type": "npm", "name": "npm:@uppy/react", "data": { "version": "3.4.0", "packageName": "@uppy/react", "hash": "sha512-UIDLIDKH4Hfy8OsEipwP6Q6cAzP55k/+I63UImcqerEyFnw4OxaV1POfVnmgp2AOLph9xmi3S2KQzJYfUENbpg==" } }, "npm:@uppy/status-bar": { "type": "npm", "name": "npm:@uppy/status-bar", "data": { "version": "3.3.3", "packageName": "@uppy/status-bar", "hash": "sha512-TCcnBjTDbq/AmnGOcWbCpQNsv05Z6Y36zdmTCt/xNe2/gTVAYAzGRoGOrkeb6jf/E4AAi25VyOolSqL2ibB8Kw==" } }, "npm:@uppy/store-default": { "type": "npm", "name": "npm:@uppy/store-default", "data": { "version": "3.2.2", "packageName": "@uppy/store-default", "hash": "sha512-OiSgT++Jj4nLK0N9WTeod3UNjCH81OXE5BcMJCd9oWzl2d0xPNq2T/E9Y6O72XVd+6Y7+tf5vZlPElutfMB3KQ==" } }, "npm:@uppy/thumbnail-generator": { "type": "npm", "name": "npm:@uppy/thumbnail-generator", "data": { "version": "3.1.0", "packageName": "@uppy/thumbnail-generator", "hash": "sha512-tDKK/cukC0CrM0F/OlHFmvpGGUq+Db4YfakhIGPKtT7ZO8aWOiIu5JIvaYUnKRxGq3RGsk4zhkxYXuoxVzzsGA==" } }, "npm:@uppy/utils": { "type": "npm", "name": "npm:@uppy/utils", "data": { "version": "5.9.0", "packageName": "@uppy/utils", "hash": "sha512-9Ubddd3orCOLYjf0KobwgJ+aTrABSxk9t4X/QdM4qJHVZuMIftkaMplrViRUO+kvIBCXEZDIP2AmS060siDNGw==" } }, "npm:@uppy/xhr-upload": { "type": "npm", "name": "npm:@uppy/xhr-upload", "data": { "version": "3.6.8", "packageName": "@uppy/xhr-upload", "hash": "sha512-zr3OHrIdo08jmCqTYKS0C7o3E0XQpjtZI40wmB6VvXYzu4x/aZankG9QqKxLiY0n8KbZ9aCIvO8loxBGoL7Kaw==" } }, "npm:@urql/core": { "type": "npm", "name": "npm:@urql/core", "data": { "version": "5.0.6", "packageName": "@urql/core", "hash": "sha512-38rgSDqVNihFDauw1Pm9V7XLWIKuK8V9CKgrUF7/xEKinze8ENKP1ZeBhkG+dxWzJan7CHK+SLl46kAdvZwIlA==" } }, "npm:@virtual-grid/core": { "type": "npm", "name": "npm:@virtual-grid/core", "data": { "version": "2.0.1", "packageName": "@virtual-grid/core", "hash": "sha512-ZqhtuVGMVM89W/8PFljGqaWV0f8Jce+x68y4hWXpgCHlhSwpGrAKE5awgG1qHDsbTcM0kv1cL88KOFWknbnyWQ==" } }, "npm:@virtual-grid/react": { "type": "npm", "name": "npm:@virtual-grid/react", "data": { "version": "2.0.3", "packageName": "@virtual-grid/react", "hash": "sha512-vIEW2dLbkc7UVvQy5xkA3q7mPiEWq5S0726m+2NOdXoYTbu/XkZEGwRq3W1o0SnGySBH9A/KIykKw5/0B1tHsg==" } }, "npm:@virtual-grid/shared": { "type": "npm", "name": "npm:@virtual-grid/shared", "data": { "version": "2.0.1", "packageName": "@virtual-grid/shared", "hash": "sha512-E0krspmtVOGRg/qAgDKUjhTRV7VXmFp7Q05ljT87Llffh8g5JoXVsAUPV7JiRKnrSRFShpiVdCy9eq0VvVeifA==" } }, "npm:@vitejs/plugin-react": { "type": "npm", "name": "npm:@vitejs/plugin-react", "data": { "version": "4.3.1", "packageName": "@vitejs/plugin-react", "hash": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==" } }, "npm:react-refresh@0.14.2": { "type": "npm", "name": "npm:react-refresh@0.14.2", "data": { "version": "0.14.2", "packageName": "react-refresh", "hash": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==" } }, "npm:react-refresh": { "type": "npm", "name": "npm:react-refresh", "data": { "version": "0.10.0", "packageName": "react-refresh", "hash": "sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==" } }, "npm:@vitest/coverage-v8": { "type": "npm", "name": "npm:@vitest/coverage-v8", "data": { "version": "1.6.0", "packageName": "@vitest/coverage-v8", "hash": "sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==" } }, "npm:istanbul-lib-source-maps@5.0.6": { "type": "npm", "name": "npm:istanbul-lib-source-maps@5.0.6", "data": { "version": "5.0.6", "packageName": "istanbul-lib-source-maps", "hash": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==" } }, "npm:istanbul-lib-source-maps": { "type": "npm", "name": "npm:istanbul-lib-source-maps", "data": { "version": "4.0.1", "packageName": "istanbul-lib-source-maps", "hash": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" } }, "npm:@vitest/expect": { "type": "npm", "name": "npm:@vitest/expect", "data": { "version": "1.6.0", "packageName": "@vitest/expect", "hash": "sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==" } }, "npm:@vitest/runner": { "type": "npm", "name": "npm:@vitest/runner", "data": { "version": "1.6.0", "packageName": "@vitest/runner", "hash": "sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==" } }, "npm:p-limit@5.0.0": { "type": "npm", "name": "npm:p-limit@5.0.0", "data": { "version": "5.0.0", "packageName": "p-limit", "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" } }, "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@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@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:yocto-queue@1.1.1": { "type": "npm", "name": "npm:yocto-queue@1.1.1", "data": { "version": "1.1.1", "packageName": "yocto-queue", "hash": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==" } }, "npm:yocto-queue": { "type": "npm", "name": "npm:yocto-queue", "data": { "version": "0.1.0", "packageName": "yocto-queue", "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } }, "npm:@vitest/snapshot": { "type": "npm", "name": "npm:@vitest/snapshot", "data": { "version": "1.6.0", "packageName": "@vitest/snapshot", "hash": "sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==" } }, "npm:@vitest/spy": { "type": "npm", "name": "npm:@vitest/spy", "data": { "version": "1.6.0", "packageName": "@vitest/spy", "hash": "sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==" } }, "npm:@vitest/ui": { "type": "npm", "name": "npm:@vitest/ui", "data": { "version": "1.6.0", "packageName": "@vitest/ui", "hash": "sha512-k3Lyo+ONLOgylctiGovRKy7V4+dIN2yxstX3eY5cWFXH6WP+ooVX79YSyi0GagdTQzLmT43BF27T0s6dOIPBXA==" } }, "npm:fast-glob@3.3.2": { "type": "npm", "name": "npm:fast-glob@3.3.2", "data": { "version": "3.3.2", "packageName": "fast-glob", "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" } }, "npm:fast-glob": { "type": "npm", "name": "npm:fast-glob", "data": { "version": "3.2.7", "packageName": "fast-glob", "hash": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==" } }, "npm:glob-parent@5.1.2": { "type": "npm", "name": "npm:glob-parent@5.1.2", "data": { "version": "5.1.2", "packageName": "glob-parent", "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" } }, "npm:glob-parent": { "type": "npm", "name": "npm:glob-parent", "data": { "version": "6.0.2", "packageName": "glob-parent", "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" } }, "npm:@vitest/utils": { "type": "npm", "name": "npm:@vitest/utils", "data": { "version": "1.6.0", "packageName": "@vitest/utils", "hash": "sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==" } }, "npm:@webassemblyjs/ast": { "type": "npm", "name": "npm:@webassemblyjs/ast", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/ast", "hash": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==" } }, "npm:@webassemblyjs/floating-point-hex-parser": { "type": "npm", "name": "npm:@webassemblyjs/floating-point-hex-parser", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/floating-point-hex-parser", "hash": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" } }, "npm:@webassemblyjs/helper-api-error": { "type": "npm", "name": "npm:@webassemblyjs/helper-api-error", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/helper-api-error", "hash": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" } }, "npm:@webassemblyjs/helper-buffer": { "type": "npm", "name": "npm:@webassemblyjs/helper-buffer", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/helper-buffer", "hash": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" } }, "npm:@webassemblyjs/helper-numbers": { "type": "npm", "name": "npm:@webassemblyjs/helper-numbers", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/helper-numbers", "hash": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==" } }, "npm:@webassemblyjs/helper-wasm-bytecode": { "type": "npm", "name": "npm:@webassemblyjs/helper-wasm-bytecode", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/helper-wasm-bytecode", "hash": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" } }, "npm:@webassemblyjs/helper-wasm-section": { "type": "npm", "name": "npm:@webassemblyjs/helper-wasm-section", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/helper-wasm-section", "hash": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==" } }, "npm:@webassemblyjs/ieee754": { "type": "npm", "name": "npm:@webassemblyjs/ieee754", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/ieee754", "hash": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==" } }, "npm:@webassemblyjs/leb128": { "type": "npm", "name": "npm:@webassemblyjs/leb128", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/leb128", "hash": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==" } }, "npm:@webassemblyjs/utf8": { "type": "npm", "name": "npm:@webassemblyjs/utf8", "data": { "version": "1.11.6", "packageName": "@webassemblyjs/utf8", "hash": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" } }, "npm:@webassemblyjs/wasm-edit": { "type": "npm", "name": "npm:@webassemblyjs/wasm-edit", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/wasm-edit", "hash": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==" } }, "npm:@webassemblyjs/wasm-gen": { "type": "npm", "name": "npm:@webassemblyjs/wasm-gen", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/wasm-gen", "hash": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==" } }, "npm:@webassemblyjs/wasm-opt": { "type": "npm", "name": "npm:@webassemblyjs/wasm-opt", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/wasm-opt", "hash": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==" } }, "npm:@webassemblyjs/wasm-parser": { "type": "npm", "name": "npm:@webassemblyjs/wasm-parser", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/wasm-parser", "hash": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==" } }, "npm:@webassemblyjs/wast-printer": { "type": "npm", "name": "npm:@webassemblyjs/wast-printer", "data": { "version": "1.12.1", "packageName": "@webassemblyjs/wast-printer", "hash": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==" } }, "npm:@whatwg-node/events": { "type": "npm", "name": "npm:@whatwg-node/events", "data": { "version": "0.1.2", "packageName": "@whatwg-node/events", "hash": "sha512-ApcWxkrs1WmEMS2CaLLFUEem/49erT3sxIVjpzU5f6zmVcnijtDSrhoK2zVobOIikZJdH63jdAXOrvjf6eOUNQ==" } }, "npm:@whatwg-node/fetch": { "type": "npm", "name": "npm:@whatwg-node/fetch", "data": { "version": "0.9.21", "packageName": "@whatwg-node/fetch", "hash": "sha512-Wt0jPb+04JjobK0pAAN7mEHxVHcGA9HoP3OyCsZtyAecNQeADXCZ1MihFwVwjsgaRYuGVmNlsCmLxlG6mor8Gw==" } }, "npm:@whatwg-node/node-fetch": { "type": "npm", "name": "npm:@whatwg-node/node-fetch", "data": { "version": "0.5.26", "packageName": "@whatwg-node/node-fetch", "hash": "sha512-4jXDeZ4IH4bylZ6wu14VEx0aDXXhrN4TC279v9rPmn08g4EYekcYf8wdcOOnS9STjDkb6x77/6xBUTqxGgjr8g==" } }, "npm:@whatwg-node/server": { "type": "npm", "name": "npm:@whatwg-node/server", "data": { "version": "0.9.49", "packageName": "@whatwg-node/server", "hash": "sha512-3KzLXw80gWnTsQ746G/LFdCThTPfDodjQs4PnmoNuPa6XUOl4HWq8TlJpxtmnEEB+y+UYLal+3VQ68dtYlbUDQ==" } }, "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:@yarnpkg/parsers": { "type": "npm", "name": "npm:@yarnpkg/parsers", "data": { "version": "3.0.0-rc.46", "packageName": "@yarnpkg/parsers", "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" } }, "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:abab": { "type": "npm", "name": "npm:abab", "data": { "version": "2.0.6", "packageName": "abab", "hash": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" } }, "npm:abbrev": { "type": "npm", "name": "npm:abbrev", "data": { "version": "1.1.1", "packageName": "abbrev", "hash": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" } }, "npm:abbrev@2.0.0": { "type": "npm", "name": "npm:abbrev@2.0.0", "data": { "version": "2.0.0", "packageName": "abbrev", "hash": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==" } }, "npm:abort-controller": { "type": "npm", "name": "npm:abort-controller", "data": { "version": "3.0.0", "packageName": "abort-controller", "hash": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" } }, "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": { "type": "npm", "name": "npm:acorn", "data": { "version": "8.12.1", "packageName": "acorn", "hash": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==" } }, "npm:acorn-globals": { "type": "npm", "name": "npm:acorn-globals", "data": { "version": "7.0.1", "packageName": "acorn-globals", "hash": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==" } }, "npm:acorn-import-attributes": { "type": "npm", "name": "npm:acorn-import-attributes", "data": { "version": "1.9.5", "packageName": "acorn-import-attributes", "hash": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" } }, "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.4", "packageName": "acorn-walk", "hash": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==" } }, "npm:address": { "type": "npm", "name": "npm:address", "data": { "version": "1.2.2", "packageName": "address", "hash": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" } }, "npm:adm-zip": { "type": "npm", "name": "npm:adm-zip", "data": { "version": "0.5.16", "packageName": "adm-zip", "hash": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==" } }, "npm:agentkeepalive": { "type": "npm", "name": "npm:agentkeepalive", "data": { "version": "4.5.0", "packageName": "agentkeepalive", "hash": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==" } }, "npm:ajv-draft-04": { "type": "npm", "name": "npm:ajv-draft-04", "data": { "version": "1.0.0", "packageName": "ajv-draft-04", "hash": "sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==" } }, "npm:ajv-formats": { "type": "npm", "name": "npm:ajv-formats", "data": { "version": "2.1.1", "packageName": "ajv-formats", "hash": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" } }, "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-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: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-html": { "type": "npm", "name": "npm:ansi-html", "data": { "version": "0.0.9", "packageName": "ansi-html", "hash": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==" } }, "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:any-promise": { "type": "npm", "name": "npm:any-promise", "data": { "version": "1.3.0", "packageName": "any-promise", "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" } }, "npm:anymatch": { "type": "npm", "name": "npm:anymatch", "data": { "version": "3.1.3", "packageName": "anymatch", "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" } }, "npm:picomatch@2.3.1": { "type": "npm", "name": "npm:picomatch@2.3.1", "data": { "version": "2.3.1", "packageName": "picomatch", "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" } }, "npm:picomatch": { "type": "npm", "name": "npm:picomatch", "data": { "version": "4.0.1", "packageName": "picomatch", "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" } }, "npm:append-field": { "type": "npm", "name": "npm:append-field", "data": { "version": "1.0.0", "packageName": "append-field", "hash": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" } }, "npm:aproba": { "type": "npm", "name": "npm:aproba", "data": { "version": "2.0.0", "packageName": "aproba", "hash": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" } }, "npm:arch": { "type": "npm", "name": "npm:arch", "data": { "version": "2.2.0", "packageName": "arch", "hash": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" } }, "npm:are-we-there-yet": { "type": "npm", "name": "npm:are-we-there-yet", "data": { "version": "2.0.0", "packageName": "are-we-there-yet", "hash": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==" } }, "npm:arg": { "type": "npm", "name": "npm:arg", "data": { "version": "5.0.2", "packageName": "arg", "hash": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" } }, "npm:arg@4.1.3": { "type": "npm", "name": "npm:arg@4.1.3", "data": { "version": "4.1.3", "packageName": "arg", "hash": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" } }, "npm:aria-hidden": { "type": "npm", "name": "npm:aria-hidden", "data": { "version": "1.2.4", "packageName": "aria-hidden", "hash": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==" } }, "npm:aria-query": { "type": "npm", "name": "npm:aria-query", "data": { "version": "5.3.0", "packageName": "aria-query", "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" } }, "npm:array-buffer-byte-length": { "type": "npm", "name": "npm:array-buffer-byte-length", "data": { "version": "1.0.1", "packageName": "array-buffer-byte-length", "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" } }, "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.8", "packageName": "array-includes", "hash": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==" } }, "npm:array-iterate": { "type": "npm", "name": "npm:array-iterate", "data": { "version": "2.0.1", "packageName": "array-iterate", "hash": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==" } }, "npm:array-move": { "type": "npm", "name": "npm:array-move", "data": { "version": "4.0.0", "packageName": "array-move", "hash": "sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ==" } }, "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-union@3.0.1": { "type": "npm", "name": "npm:array-union@3.0.1", "data": { "version": "3.0.1", "packageName": "array-union", "hash": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==" } }, "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.5", "packageName": "array.prototype.findlastindex", "hash": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==" } }, "npm:array.prototype.flat": { "type": "npm", "name": "npm:array.prototype.flat", "data": { "version": "1.3.2", "packageName": "array.prototype.flat", "hash": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==" } }, "npm:array.prototype.flatmap": { "type": "npm", "name": "npm:array.prototype.flatmap", "data": { "version": "1.3.2", "packageName": "array.prototype.flatmap", "hash": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==" } }, "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.3", "packageName": "arraybuffer.prototype.slice", "hash": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==" } }, "npm:arrify": { "type": "npm", "name": "npm:arrify", "data": { "version": "2.0.1", "packageName": "arrify", "hash": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" } }, "npm:assertion-error": { "type": "npm", "name": "npm:assertion-error", "data": { "version": "1.1.0", "packageName": "assertion-error", "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" } }, "npm:ast-types": { "type": "npm", "name": "npm:ast-types", "data": { "version": "0.13.4", "packageName": "ast-types", "hash": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==" } }, "npm:ast-types-flow": { "type": "npm", "name": "npm:ast-types-flow", "data": { "version": "0.0.7", "packageName": "ast-types-flow", "hash": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==" } }, "npm:astring": { "type": "npm", "name": "npm:astring", "data": { "version": "1.9.0", "packageName": "astring", "hash": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==" } }, "npm:async": { "type": "npm", "name": "npm:async", "data": { "version": "3.2.6", "packageName": "async", "hash": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" } }, "npm:async@2.6.4": { "type": "npm", "name": "npm:async@2.6.4", "data": { "version": "2.6.4", "packageName": "async", "hash": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==" } }, "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:atomic-sleep": { "type": "npm", "name": "npm:atomic-sleep", "data": { "version": "1.0.0", "packageName": "atomic-sleep", "hash": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==" } }, "npm:autoprefixer": { "type": "npm", "name": "npm:autoprefixer", "data": { "version": "10.4.20", "packageName": "autoprefixer", "hash": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==" } }, "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:axe-core": { "type": "npm", "name": "npm:axe-core", "data": { "version": "4.10.0", "packageName": "axe-core", "hash": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==" } }, "npm:axobject-query": { "type": "npm", "name": "npm:axobject-query", "data": { "version": "3.2.4", "packageName": "axobject-query", "hash": "sha512-aPTElBrbifBU1krmZxGZOlBkslORe7Ll7+BDnI50Wy4LgOt69luMgevkDfTq1O/ZgprooPCtWpjCwKSZw/iZ4A==" } }, "npm:b4a": { "type": "npm", "name": "npm:b4a", "data": { "version": "1.6.6", "packageName": "b4a", "hash": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==" } }, "npm:babel-jest": { "type": "npm", "name": "npm:babel-jest", "data": { "version": "29.7.0", "packageName": "babel-jest", "hash": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" } }, "npm:babel-loader": { "type": "npm", "name": "npm:babel-loader", "data": { "version": "9.1.3", "packageName": "babel-loader", "hash": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==" } }, "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": "6.1.1", "packageName": "babel-plugin-istanbul", "hash": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" } }, "npm:istanbul-lib-instrument@5.2.1": { "type": "npm", "name": "npm:istanbul-lib-instrument@5.2.1", "data": { "version": "5.2.1", "packageName": "istanbul-lib-instrument", "hash": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" } }, "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:babel-plugin-jest-hoist": { "type": "npm", "name": "npm:babel-plugin-jest-hoist", "data": { "version": "29.6.3", "packageName": "babel-plugin-jest-hoist", "hash": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" } }, "npm:babel-plugin-polyfill-corejs2": { "type": "npm", "name": "npm:babel-plugin-polyfill-corejs2", "data": { "version": "0.4.11", "packageName": "babel-plugin-polyfill-corejs2", "hash": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==" } }, "npm:babel-plugin-polyfill-corejs3": { "type": "npm", "name": "npm:babel-plugin-polyfill-corejs3", "data": { "version": "0.10.6", "packageName": "babel-plugin-polyfill-corejs3", "hash": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==" } }, "npm:babel-plugin-polyfill-regenerator": { "type": "npm", "name": "npm:babel-plugin-polyfill-regenerator", "data": { "version": "0.6.2", "packageName": "babel-plugin-polyfill-regenerator", "hash": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==" } }, "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.1.0", "packageName": "babel-preset-current-node-syntax", "hash": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==" } }, "npm:babel-preset-jest": { "type": "npm", "name": "npm:babel-preset-jest", "data": { "version": "29.6.3", "packageName": "babel-preset-jest", "hash": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" } }, "npm:bail": { "type": "npm", "name": "npm:bail", "data": { "version": "2.0.2", "packageName": "bail", "hash": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" } }, "npm:balanced-match": { "type": "npm", "name": "npm:balanced-match", "data": { "version": "1.0.2", "packageName": "balanced-match", "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" } }, "npm:bare-events": { "type": "npm", "name": "npm:bare-events", "data": { "version": "2.4.2", "packageName": "bare-events", "hash": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==" } }, "npm:bare-fs": { "type": "npm", "name": "npm:bare-fs", "data": { "version": "2.3.4", "packageName": "bare-fs", "hash": "sha512-7YyxitZEq0ey5loOF5gdo1fZQFF7290GziT+VbAJ+JbYTJYaPZwuEz2r/Nq23sm4fjyTgUf2uJI2gkT3xAuSYA==" } }, "npm:bare-os": { "type": "npm", "name": "npm:bare-os", "data": { "version": "2.4.2", "packageName": "bare-os", "hash": "sha512-HZoJwzC+rZ9lqEemTMiO0luOePoGYNBgsLLgegKR/cljiJvcDNhDZQkzC+NC5Oh0aHbdBNSOHpghwMuB5tqhjg==" } }, "npm:bare-path": { "type": "npm", "name": "npm:bare-path", "data": { "version": "2.1.3", "packageName": "bare-path", "hash": "sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==" } }, "npm:bare-stream": { "type": "npm", "name": "npm:bare-stream", "data": { "version": "2.3.0", "packageName": "bare-stream", "hash": "sha512-pVRWciewGUeCyKEuRxwv06M079r+fRjAQjBEK2P6OYGrO43O+Z0LrPZZEjlc4mB6C2RpZ9AxJ1s7NLEtOHO6eA==" } }, "npm:base-64": { "type": "npm", "name": "npm:base-64", "data": { "version": "0.1.0", "packageName": "base-64", "hash": "sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==" } }, "npm:base64-js": { "type": "npm", "name": "npm:base64-js", "data": { "version": "1.5.1", "packageName": "base64-js", "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" } }, "npm:basic-auth": { "type": "npm", "name": "npm:basic-auth", "data": { "version": "2.0.1", "packageName": "basic-auth", "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" } }, "npm:basic-ftp": { "type": "npm", "name": "npm:basic-ftp", "data": { "version": "5.0.5", "packageName": "basic-ftp", "hash": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==" } }, "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:bcp-47-match": { "type": "npm", "name": "npm:bcp-47-match", "data": { "version": "2.0.3", "packageName": "bcp-47-match", "hash": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==" } }, "npm:bcrypt": { "type": "npm", "name": "npm:bcrypt", "data": { "version": "5.1.1", "packageName": "bcrypt", "hash": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==" } }, "npm:big-integer": { "type": "npm", "name": "npm:big-integer", "data": { "version": "1.6.52", "packageName": "big-integer", "hash": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==" } }, "npm:big.js": { "type": "npm", "name": "npm:big.js", "data": { "version": "5.2.2", "packageName": "big.js", "hash": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" } }, "npm:bignumber.js": { "type": "npm", "name": "npm:bignumber.js", "data": { "version": "9.1.2", "packageName": "bignumber.js", "hash": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==" } }, "npm:bin-check": { "type": "npm", "name": "npm:bin-check", "data": { "version": "4.1.0", "packageName": "bin-check", "hash": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==" } }, "npm:bin-version": { "type": "npm", "name": "npm:bin-version", "data": { "version": "6.0.0", "packageName": "bin-version", "hash": "sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==" } }, "npm:bin-version-check": { "type": "npm", "name": "npm:bin-version-check", "data": { "version": "5.1.0", "packageName": "bin-version-check", "hash": "sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==" } }, "npm: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": { "type": "npm", "name": "npm:execa", "data": { "version": "0.7.0", "packageName": "execa", "hash": "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==" } }, "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: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@5.2.0": { "type": "npm", "name": "npm:get-stream@5.2.0", "data": { "version": "5.2.0", "packageName": "get-stream", "hash": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==" } }, "npm:get-stream": { "type": "npm", "name": "npm:get-stream", "data": { "version": "3.0.0", "packageName": "get-stream", "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" } }, "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:binary-extensions": { "type": "npm", "name": "npm:binary-extensions", "data": { "version": "2.3.0", "packageName": "binary-extensions", "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" } }, "npm:binary-search": { "type": "npm", "name": "npm:binary-search", "data": { "version": "1.3.6", "packageName": "binary-search", "hash": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==" } }, "npm:body-parser": { "type": "npm", "name": "npm:body-parser", "data": { "version": "1.20.2", "packageName": "body-parser", "hash": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==" } }, "npm:body-parser@1.20.3": { "type": "npm", "name": "npm:body-parser@1.20.3", "data": { "version": "1.20.3", "packageName": "body-parser", "hash": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" } }, "npm:bonjour-service": { "type": "npm", "name": "npm:bonjour-service", "data": { "version": "1.2.1", "packageName": "bonjour-service", "hash": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==" } }, "npm:boolbase": { "type": "npm", "name": "npm:boolbase", "data": { "version": "1.0.0", "packageName": "boolbase", "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" } }, "npm:bowser": { "type": "npm", "name": "npm:bowser", "data": { "version": "2.11.0", "packageName": "bowser", "hash": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" } }, "npm:braces": { "type": "npm", "name": "npm:braces", "data": { "version": "3.0.3", "packageName": "braces", "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" } }, "npm:broadcast-channel": { "type": "npm", "name": "npm:broadcast-channel", "data": { "version": "3.7.0", "packageName": "broadcast-channel", "hash": "sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==" } }, "npm:browserslist": { "type": "npm", "name": "npm:browserslist", "data": { "version": "4.23.3", "packageName": "browserslist", "hash": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==" } }, "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:btoa": { "type": "npm", "name": "npm:btoa", "data": { "version": "1.2.1", "packageName": "btoa", "hash": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==" } }, "npm:buffer-crc32": { "type": "npm", "name": "npm:buffer-crc32", "data": { "version": "0.2.13", "packageName": "buffer-crc32", "hash": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" } }, "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:bufferutil": { "type": "npm", "name": "npm:bufferutil", "data": { "version": "4.0.8", "packageName": "bufferutil", "hash": "sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==" } }, "npm:bullmq": { "type": "npm", "name": "npm:bullmq", "data": { "version": "5.12.15", "packageName": "bullmq", "hash": "sha512-hUSLsHHLWeHmg/qN6t6ncR/JxCEULySEAEijspy3m1Tr+zW+RQuK215nEho+rjGeob1Ow+2XDvlI81MDotfX4g==" } }, "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:bytes@3.0.0": { "type": "npm", "name": "npm:bytes@3.0.0", "data": { "version": "3.0.0", "packageName": "bytes", "hash": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==" } }, "npm:cac": { "type": "npm", "name": "npm:cac", "data": { "version": "6.7.14", "packageName": "cac", "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" } }, "npm:cache-content-type": { "type": "npm", "name": "npm:cache-content-type", "data": { "version": "1.0.1", "packageName": "cache-content-type", "hash": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==" } }, "npm:cache-manager": { "type": "npm", "name": "npm:cache-manager", "data": { "version": "5.7.6", "packageName": "cache-manager", "hash": "sha512-wBxnBHjDxF1RXpHCBD6HGvKER003Ts7IIm0CHpggliHzN1RZditb7rXoduE1rplc2DEFYKxhLKgFuchXMJje9w==" } }, "npm:cache-manager-redis-store": { "type": "npm", "name": "npm:cache-manager-redis-store", "data": { "version": "2.0.0", "packageName": "cache-manager-redis-store", "hash": "sha512-bWLWlUg6nCYHiJLCCYxY2MgvwvKnvlWwrbuynrzpjEIhfArD2GC9LtutIHFEPeyGVQN6C+WEw+P3r+BFBwhswg==" } }, "npm:denque@1.5.1": { "type": "npm", "name": "npm:denque@1.5.1", "data": { "version": "1.5.1", "packageName": "denque", "hash": "sha512-XwE+iZ4D6ZUB7mfYRMb5wByE8L74HCn30FBN7sWnXksWc1LO1bPDl67pBR9o/kC4z/xSNAwkMYcGgqDV3BE3Hw==" } }, "npm:denque": { "type": "npm", "name": "npm:denque", "data": { "version": "2.1.0", "packageName": "denque", "hash": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" } }, "npm:redis@3.1.2": { "type": "npm", "name": "npm:redis@3.1.2", "data": { "version": "3.1.2", "packageName": "redis", "hash": "sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw==" } }, "npm:redis": { "type": "npm", "name": "npm:redis", "data": { "version": "4.7.0", "packageName": "redis", "hash": "sha512-zvmkHEAdGMn+hMRXuMBtu4Vo5P6rHQjLoHftu+lBqq8ZTA3RCVC/WzD790bkKKiNFp7d5/9PcSD19fJyyRvOdQ==" } }, "npm:cacheable-lookup": { "type": "npm", "name": "npm:cacheable-lookup", "data": { "version": "5.0.4", "packageName": "cacheable-lookup", "hash": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==" } }, "npm:cacheable-request": { "type": "npm", "name": "npm:cacheable-request", "data": { "version": "7.0.4", "packageName": "cacheable-request", "hash": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==" } }, "npm:call-bind": { "type": "npm", "name": "npm:call-bind", "data": { "version": "1.0.7", "packageName": "call-bind", "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" } }, "npm:call-me-maybe": { "type": "npm", "name": "npm:call-me-maybe", "data": { "version": "1.0.2", "packageName": "call-me-maybe", "hash": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" } }, "npm:callsites": { "type": "npm", "name": "npm:callsites", "data": { "version": "3.1.0", "packageName": "callsites", "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" } }, "npm:camel-case": { "type": "npm", "name": "npm:camel-case", "data": { "version": "4.1.2", "packageName": "camel-case", "hash": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==" } }, "npm:camelcase-css": { "type": "npm", "name": "npm:camelcase-css", "data": { "version": "2.0.1", "packageName": "camelcase-css", "hash": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" } }, "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.30001660", "packageName": "caniuse-lite", "hash": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==" } }, "npm:canvas": { "type": "npm", "name": "npm:canvas", "data": { "version": "2.11.2", "packageName": "canvas", "hash": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==" } }, "npm:capital-case": { "type": "npm", "name": "npm:capital-case", "data": { "version": "1.0.4", "packageName": "capital-case", "hash": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==" } }, "npm:ccount": { "type": "npm", "name": "npm:ccount", "data": { "version": "2.0.1", "packageName": "ccount", "hash": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" } }, "npm:chai": { "type": "npm", "name": "npm:chai", "data": { "version": "4.5.0", "packageName": "chai", "hash": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==" } }, "npm:type-detect@4.1.0": { "type": "npm", "name": "npm:type-detect@4.1.0", "data": { "version": "4.1.0", "packageName": "type-detect", "hash": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==" } }, "npm:type-detect": { "type": "npm", "name": "npm:type-detect", "data": { "version": "4.0.8", "packageName": "type-detect", "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" } }, "npm:color-convert@1.9.3": { "type": "npm", "name": "npm:color-convert@1.9.3", "data": { "version": "1.9.3", "packageName": "color-convert", "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" } }, "npm:color-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@1.1.3": { "type": "npm", "name": "npm:color-name@1.1.3", "data": { "version": "1.1.3", "packageName": "color-name", "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" } }, "npm:color-name": { "type": "npm", "name": "npm:color-name", "data": { "version": "1.1.4", "packageName": "color-name", "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" } }, "npm:change-case": { "type": "npm", "name": "npm:change-case", "data": { "version": "4.1.2", "packageName": "change-case", "hash": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==" } }, "npm:char-regex": { "type": "npm", "name": "npm:char-regex", "data": { "version": "1.0.2", "packageName": "char-regex", "hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" } }, "npm:character-entities": { "type": "npm", "name": "npm:character-entities", "data": { "version": "2.0.2", "packageName": "character-entities", "hash": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" } }, "npm:character-entities@1.2.4": { "type": "npm", "name": "npm:character-entities@1.2.4", "data": { "version": "1.2.4", "packageName": "character-entities", "hash": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" } }, "npm:character-entities-html4": { "type": "npm", "name": "npm:character-entities-html4", "data": { "version": "2.1.0", "packageName": "character-entities-html4", "hash": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==" } }, "npm:character-entities-legacy": { "type": "npm", "name": "npm:character-entities-legacy", "data": { "version": "3.0.0", "packageName": "character-entities-legacy", "hash": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" } }, "npm:character-entities-legacy@1.1.4": { "type": "npm", "name": "npm:character-entities-legacy@1.1.4", "data": { "version": "1.1.4", "packageName": "character-entities-legacy", "hash": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" } }, "npm:character-reference-invalid": { "type": "npm", "name": "npm:character-reference-invalid", "data": { "version": "2.0.1", "packageName": "character-reference-invalid", "hash": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==" } }, "npm:character-reference-invalid@1.1.4": { "type": "npm", "name": "npm:character-reference-invalid@1.1.4", "data": { "version": "1.1.4", "packageName": "character-reference-invalid", "hash": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" } }, "npm:charenc": { "type": "npm", "name": "npm:charenc", "data": { "version": "0.0.2", "packageName": "charenc", "hash": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==" } }, "npm:chart.js": { "type": "npm", "name": "npm:chart.js", "data": { "version": "4.4.4", "packageName": "chart.js", "hash": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==" } }, "npm:check-error": { "type": "npm", "name": "npm:check-error", "data": { "version": "1.0.3", "packageName": "check-error", "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" } }, "npm:cheerio": { "type": "npm", "name": "npm:cheerio", "data": { "version": "1.0.0", "packageName": "cheerio", "hash": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==" } }, "npm:cheerio-select": { "type": "npm", "name": "npm:cheerio-select", "data": { "version": "2.1.0", "packageName": "cheerio-select", "hash": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==" } }, "npm:chokidar": { "type": "npm", "name": "npm:chokidar", "data": { "version": "3.6.0", "packageName": "chokidar", "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" } }, "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": "3.9.0", "packageName": "ci-info", "hash": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" } }, "npm:cjs-module-lexer": { "type": "npm", "name": "npm:cjs-module-lexer", "data": { "version": "1.4.1", "packageName": "cjs-module-lexer", "hash": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==" } }, "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.14.1", "packageName": "class-validator", "hash": "sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==" } }, "npm:class-variance-authority": { "type": "npm", "name": "npm:class-variance-authority", "data": { "version": "0.6.1", "packageName": "class-variance-authority", "hash": "sha512-eurOEGc7YVx3majOrOb099PNKgO3KnKSApOprXI4BTq6bcfbqbQXPN2u+rPPmIJ2di23bMwhk0SxCCthBmszEQ==" } }, "npm:classnames": { "type": "npm", "name": "npm:classnames", "data": { "version": "2.5.1", "packageName": "classnames", "hash": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" } }, "npm:classnames@2.3.1": { "type": "npm", "name": "npm:classnames@2.3.1", "data": { "version": "2.3.1", "packageName": "classnames", "hash": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" } }, "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@4.0.0": { "type": "npm", "name": "npm:cli-cursor@4.0.0", "data": { "version": "4.0.0", "packageName": "cli-cursor", "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" } }, "npm:cli-spinners": { "type": "npm", "name": "npm:cli-spinners", "data": { "version": "2.6.1", "packageName": "cli-spinners", "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" } }, "npm:client-only": { "type": "npm", "name": "npm:client-only", "data": { "version": "0.0.1", "packageName": "client-only", "hash": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" } }, "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": "2.1.2", "packageName": "clone", "hash": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" } }, "npm:clone@1.0.4": { "type": "npm", "name": "npm:clone@1.0.4", "data": { "version": "1.0.4", "packageName": "clone", "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" } }, "npm:clone-deep": { "type": "npm", "name": "npm:clone-deep", "data": { "version": "4.0.1", "packageName": "clone-deep", "hash": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==" } }, "npm:is-plain-object@2.0.4": { "type": "npm", "name": "npm:is-plain-object@2.0.4", "data": { "version": "2.0.4", "packageName": "is-plain-object", "hash": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==" } }, "npm:is-plain-object": { "type": "npm", "name": "npm:is-plain-object", "data": { "version": "5.0.0", "packageName": "is-plain-object", "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" } }, "npm:clone-response": { "type": "npm", "name": "npm:clone-response", "data": { "version": "1.0.3", "packageName": "clone-response", "hash": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==" } }, "npm:cluster-key-slot": { "type": "npm", "name": "npm:cluster-key-slot", "data": { "version": "1.1.2", "packageName": "cluster-key-slot", "hash": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==" } }, "npm:cmdk": { "type": "npm", "name": "npm:cmdk", "data": { "version": "0.2.1", "packageName": "cmdk", "hash": "sha512-U6//9lQ6JvT47+6OF6Gi8BvkxYQ8SCRRSKIJkthIMsFsLZRG0cKvTtuTaefyIKMQb8rvvXy0wGdpTNq/jPtm+g==" } }, "npm:react-remove-scroll@2.5.4": { "type": "npm", "name": "npm:react-remove-scroll@2.5.4", "data": { "version": "2.5.4", "packageName": "react-remove-scroll", "hash": "sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==" } }, "npm:react-remove-scroll": { "type": "npm", "name": "npm:react-remove-scroll", "data": { "version": "2.5.7", "packageName": "react-remove-scroll", "hash": "sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==" } }, "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.2", "packageName": "collect-v8-coverage", "hash": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" } }, "npm:color": { "type": "npm", "name": "npm:color", "data": { "version": "4.2.3", "packageName": "color", "hash": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" } }, "npm:color-string": { "type": "npm", "name": "npm:color-string", "data": { "version": "1.9.1", "packageName": "color-string", "hash": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" } }, "npm:color-support": { "type": "npm", "name": "npm:color-support", "data": { "version": "1.1.3", "packageName": "color-support", "hash": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" } }, "npm:colord": { "type": "npm", "name": "npm:colord", "data": { "version": "2.9.3", "packageName": "colord", "hash": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" } }, "npm:colorette": { "type": "npm", "name": "npm:colorette", "data": { "version": "2.0.20", "packageName": "colorette", "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" } }, "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:comma-separated-tokens": { "type": "npm", "name": "npm:comma-separated-tokens", "data": { "version": "2.0.3", "packageName": "comma-separated-tokens", "hash": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==" } }, "npm:comma-separated-tokens@1.0.8": { "type": "npm", "name": "npm:comma-separated-tokens@1.0.8", "data": { "version": "1.0.8", "packageName": "comma-separated-tokens", "hash": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==" } }, "npm:comment-json": { "type": "npm", "name": "npm:comment-json", "data": { "version": "4.2.3", "packageName": "comment-json", "hash": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==" } }, "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: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.7.4", "packageName": "compression", "hash": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==" } }, "npm:compute-scroll-into-view": { "type": "npm", "name": "npm:compute-scroll-into-view", "data": { "version": "1.0.20", "packageName": "compute-scroll-into-view", "hash": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==" } }, "npm:concat-map": { "type": "npm", "name": "npm:concat-map", "data": { "version": "0.0.1", "packageName": "concat-map", "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" } }, "npm:confbox": { "type": "npm", "name": "npm:confbox", "data": { "version": "0.1.7", "packageName": "confbox", "hash": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" } }, "npm:config-chain": { "type": "npm", "name": "npm:config-chain", "data": { "version": "1.1.13", "packageName": "config-chain", "hash": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==" } }, "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:console-control-strings": { "type": "npm", "name": "npm:console-control-strings", "data": { "version": "1.1.0", "packageName": "console-control-strings", "hash": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" } }, "npm:constant-case": { "type": "npm", "name": "npm:constant-case", "data": { "version": "3.0.4", "packageName": "constant-case", "hash": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==" } }, "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:convert-hex": { "type": "npm", "name": "npm:convert-hex", "data": { "version": "0.1.0", "packageName": "convert-hex", "hash": "sha512-w20BOb1PiR/sEJdS6wNrUjF5CSfscZFUp7R9NSlXH8h2wynzXVEPFPJECAnkNylZ+cvf3p7TyRUHggDmrwXT9A==" } }, "npm:convert-string": { "type": "npm", "name": "npm:convert-string", "data": { "version": "0.1.0", "packageName": "convert-string", "hash": "sha512-1KX9ESmtl8xpT2LN2tFnKSbV4NiarbVi8DVb39ZriijvtTklyrT+4dT1wsGMHKD3CJUjXgvJzstm9qL9ICojGA==" } }, "npm:cookie-parser": { "type": "npm", "name": "npm:cookie-parser", "data": { "version": "1.4.6", "packageName": "cookie-parser", "hash": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==" } }, "npm:cookie-signature": { "type": "npm", "name": "npm:cookie-signature", "data": { "version": "1.0.6", "packageName": "cookie-signature", "hash": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" } }, "npm:cookies": { "type": "npm", "name": "npm:cookies", "data": { "version": "0.9.1", "packageName": "cookies", "hash": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==" } }, "npm:copy-anything": { "type": "npm", "name": "npm:copy-anything", "data": { "version": "2.0.6", "packageName": "copy-anything", "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" } }, "npm:copy-to-clipboard": { "type": "npm", "name": "npm:copy-to-clipboard", "data": { "version": "3.3.3", "packageName": "copy-to-clipboard", "hash": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==" } }, "npm:copy-webpack-plugin": { "type": "npm", "name": "npm:copy-webpack-plugin", "data": { "version": "10.2.4", "packageName": "copy-webpack-plugin", "hash": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==" } }, "npm:globby@12.2.0": { "type": "npm", "name": "npm:globby@12.2.0", "data": { "version": "12.2.0", "packageName": "globby", "hash": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==" } }, "npm:globby": { "type": "npm", "name": "npm:globby", "data": { "version": "11.1.0", "packageName": "globby", "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" } }, "npm:slash@4.0.0": { "type": "npm", "name": "npm:slash@4.0.0", "data": { "version": "4.0.0", "packageName": "slash", "hash": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" } }, "npm:slash": { "type": "npm", "name": "npm:slash", "data": { "version": "3.0.0", "packageName": "slash", "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" } }, "npm:core-js-compat": { "type": "npm", "name": "npm:core-js-compat", "data": { "version": "3.38.1", "packageName": "core-js-compat", "hash": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==" } }, "npm:core-js-pure": { "type": "npm", "name": "npm:core-js-pure", "data": { "version": "3.38.1", "packageName": "core-js-pure", "hash": "sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==" } }, "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.5", "packageName": "cors", "hash": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" } }, "npm:corser": { "type": "npm", "name": "npm:corser", "data": { "version": "2.0.1", "packageName": "corser", "hash": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==" } }, "npm:create-jest": { "type": "npm", "name": "npm:create-jest", "data": { "version": "29.7.0", "packageName": "create-jest", "hash": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" } }, "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": { "type": "npm", "name": "npm:cron", "data": { "version": "3.1.7", "packageName": "cron", "hash": "sha512-tlBg7ARsAMQLzgwqVxy8AZl/qlTc5nibqYwtNGoCrd+cV+ugI+tvZC1oT/8dFH8W455YrywGykx/KMmAqOr7Jw==" } }, "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-fetch": { "type": "npm", "name": "npm:cross-fetch", "data": { "version": "3.1.5", "packageName": "cross-fetch", "hash": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==" } }, "npm:node-fetch@2.6.7": { "type": "npm", "name": "npm:node-fetch@2.6.7", "data": { "version": "2.6.7", "packageName": "node-fetch", "hash": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==" } }, "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:tr46@0.0.3": { "type": "npm", "name": "npm:tr46@0.0.3", "data": { "version": "0.0.3", "packageName": "tr46", "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" } }, "npm:tr46@3.0.0": { "type": "npm", "name": "npm:tr46@3.0.0", "data": { "version": "3.0.0", "packageName": "tr46", "hash": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==" } }, "npm:tr46": { "type": "npm", "name": "npm:tr46", "data": { "version": "4.1.1", "packageName": "tr46", "hash": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==" } }, "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": "7.0.0", "packageName": "webidl-conversions", "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" } }, "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:whatwg-url@11.0.0": { "type": "npm", "name": "npm:whatwg-url@11.0.0", "data": { "version": "11.0.0", "packageName": "whatwg-url", "hash": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==" } }, "npm:whatwg-url": { "type": "npm", "name": "npm:whatwg-url", "data": { "version": "12.0.1", "packageName": "whatwg-url", "hash": "sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==" } }, "npm:cross-inspect": { "type": "npm", "name": "npm:cross-inspect", "data": { "version": "1.0.1", "packageName": "cross-inspect", "hash": "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==" } }, "npm:cross-spawn": { "type": "npm", "name": "npm:cross-spawn", "data": { "version": "7.0.3", "packageName": "cross-spawn", "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" } }, "npm:cross-spawn@5.1.0": { "type": "npm", "name": "npm:cross-spawn@5.1.0", "data": { "version": "5.1.0", "packageName": "cross-spawn", "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" } }, "npm:crypt": { "type": "npm", "name": "npm:crypt", "data": { "version": "0.0.2", "packageName": "crypt", "hash": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==" } }, "npm:crypto-hash": { "type": "npm", "name": "npm:crypto-hash", "data": { "version": "3.1.0", "packageName": "crypto-hash", "hash": "sha512-HR8JlZ+Dn54Lc5gGWZJxJitWbOCUzWb9/AlyONGecBnYZ+n/ONvt0gQnEzDNpJMYeRrYO7KogQ4qwyTPKnWKEw==" } }, "npm:css-declaration-sorter": { "type": "npm", "name": "npm:css-declaration-sorter", "data": { "version": "7.2.0", "packageName": "css-declaration-sorter", "hash": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==" } }, "npm:css-font-face-src": { "type": "npm", "name": "npm:css-font-face-src", "data": { "version": "1.0.0", "packageName": "css-font-face-src", "hash": "sha512-kUl2r9ZMiLKY+04SM83Rk6dLnUU/hk30aN5CSZ+ZMGWT2COCU8I7yVu8fHbfCQu7Gx1ce45W0Q9hRaw2awqlww==" } }, "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": "5.0.1", "packageName": "css-minimizer-webpack-plugin", "hash": "sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==" } }, "npm:css-select": { "type": "npm", "name": "npm:css-select", "data": { "version": "5.1.0", "packageName": "css-select", "hash": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" } }, "npm:css-selector-parser": { "type": "npm", "name": "npm:css-selector-parser", "data": { "version": "3.0.5", "packageName": "css-selector-parser", "hash": "sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==" } }, "npm:css-tree": { "type": "npm", "name": "npm:css-tree", "data": { "version": "2.3.1", "packageName": "css-tree", "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" } }, "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.1.0", "packageName": "css-what", "hash": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" } }, "npm:cssesc": { "type": "npm", "name": "npm:cssesc", "data": { "version": "3.0.0", "packageName": "cssesc", "hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" } }, "npm:cssnano": { "type": "npm", "name": "npm:cssnano", "data": { "version": "6.1.2", "packageName": "cssnano", "hash": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==" } }, "npm:cssnano-preset-default": { "type": "npm", "name": "npm:cssnano-preset-default", "data": { "version": "6.1.2", "packageName": "cssnano-preset-default", "hash": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==" } }, "npm:cssnano-utils": { "type": "npm", "name": "npm:cssnano-utils", "data": { "version": "4.0.2", "packageName": "cssnano-utils", "hash": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==" } }, "npm:csso": { "type": "npm", "name": "npm:csso", "data": { "version": "5.0.5", "packageName": "csso", "hash": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" } }, "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": { "type": "npm", "name": "npm:mdn-data", "data": { "version": "2.0.30", "packageName": "mdn-data", "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" } }, "npm:cssom": { "type": "npm", "name": "npm:cssom", "data": { "version": "0.5.0", "packageName": "cssom", "hash": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==" } }, "npm:cssom@0.3.8": { "type": "npm", "name": "npm:cssom@0.3.8", "data": { "version": "0.3.8", "packageName": "cssom", "hash": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" } }, "npm:cssstyle": { "type": "npm", "name": "npm:cssstyle", "data": { "version": "3.0.0", "packageName": "cssstyle", "hash": "sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==" } }, "npm:cssstyle@2.3.0": { "type": "npm", "name": "npm:cssstyle@2.3.0", "data": { "version": "2.3.0", "packageName": "cssstyle", "hash": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==" } }, "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:data-uri-to-buffer": { "type": "npm", "name": "npm:data-uri-to-buffer", "data": { "version": "6.0.2", "packageName": "data-uri-to-buffer", "hash": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==" } }, "npm:data-urls": { "type": "npm", "name": "npm:data-urls", "data": { "version": "4.0.0", "packageName": "data-urls", "hash": "sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==" } }, "npm:data-urls@3.0.2": { "type": "npm", "name": "npm:data-urls@3.0.2", "data": { "version": "3.0.2", "packageName": "data-urls", "hash": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==" } }, "npm:whatwg-mimetype@3.0.0": { "type": "npm", "name": "npm:whatwg-mimetype@3.0.0", "data": { "version": "3.0.0", "packageName": "whatwg-mimetype", "hash": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==" } }, "npm:whatwg-mimetype": { "type": "npm", "name": "npm:whatwg-mimetype", "data": { "version": "4.0.0", "packageName": "whatwg-mimetype", "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" } }, "npm:data-view-buffer": { "type": "npm", "name": "npm:data-view-buffer", "data": { "version": "1.0.1", "packageName": "data-view-buffer", "hash": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==" } }, "npm:data-view-byte-length": { "type": "npm", "name": "npm:data-view-byte-length", "data": { "version": "1.0.1", "packageName": "data-view-byte-length", "hash": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==" } }, "npm:data-view-byte-offset": { "type": "npm", "name": "npm:data-view-byte-offset", "data": { "version": "1.0.0", "packageName": "data-view-byte-offset", "hash": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==" } }, "npm:date-format": { "type": "npm", "name": "npm:date-format", "data": { "version": "4.0.14", "packageName": "date-format", "hash": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==" } }, "npm:dateformat": { "type": "npm", "name": "npm:dateformat", "data": { "version": "4.6.3", "packageName": "dateformat", "hash": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==" } }, "npm:dayjs": { "type": "npm", "name": "npm:dayjs", "data": { "version": "1.11.13", "packageName": "dayjs", "hash": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" } }, "npm:decamelize": { "type": "npm", "name": "npm:decamelize", "data": { "version": "1.2.0", "packageName": "decamelize", "hash": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" } }, "npm:decimal.js": { "type": "npm", "name": "npm:decimal.js", "data": { "version": "10.4.3", "packageName": "decimal.js", "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" } }, "npm:decode-named-character-reference": { "type": "npm", "name": "npm:decode-named-character-reference", "data": { "version": "1.0.2", "packageName": "decode-named-character-reference", "hash": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==" } }, "npm:decompress-response": { "type": "npm", "name": "npm:decompress-response", "data": { "version": "6.0.0", "packageName": "decompress-response", "hash": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" } }, "npm:decompress-response@4.2.1": { "type": "npm", "name": "npm:decompress-response@4.2.1", "data": { "version": "4.2.1", "packageName": "decompress-response", "hash": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==" } }, "npm:mimic-response@3.1.0": { "type": "npm", "name": "npm:mimic-response@3.1.0", "data": { "version": "3.1.0", "packageName": "mimic-response", "hash": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" } }, "npm:mimic-response": { "type": "npm", "name": "npm:mimic-response", "data": { "version": "1.0.1", "packageName": "mimic-response", "hash": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" } }, "npm:mimic-response@2.1.0": { "type": "npm", "name": "npm:mimic-response@2.1.0", "data": { "version": "2.1.0", "packageName": "mimic-response", "hash": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" } }, "npm:dedent": { "type": "npm", "name": "npm:dedent", "data": { "version": "1.5.3", "packageName": "dedent", "hash": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==" } }, "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-equal": { "type": "npm", "name": "npm:deep-equal", "data": { "version": "1.0.1", "packageName": "deep-equal", "hash": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==" } }, "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": { "type": "npm", "name": "npm:default-browser", "data": { "version": "5.2.1", "packageName": "default-browser", "hash": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==" } }, "npm:default-browser-id": { "type": "npm", "name": "npm:default-browser-id", "data": { "version": "5.0.0", "packageName": "default-browser-id", "hash": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==" } }, "npm:defaults": { "type": "npm", "name": "npm:defaults", "data": { "version": "1.0.4", "packageName": "defaults", "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" } }, "npm:defer-to-connect": { "type": "npm", "name": "npm:defer-to-connect", "data": { "version": "2.0.1", "packageName": "defer-to-connect", "hash": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==" } }, "npm:define-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:degenerator": { "type": "npm", "name": "npm:degenerator", "data": { "version": "5.0.1", "packageName": "degenerator", "hash": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==" } }, "npm:delayed-stream": { "type": "npm", "name": "npm:delayed-stream", "data": { "version": "1.0.0", "packageName": "delayed-stream", "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" } }, "npm:delegates": { "type": "npm", "name": "npm:delegates", "data": { "version": "1.0.0", "packageName": "delegates", "hash": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" } }, "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.0.3", "packageName": "detect-libc", "hash": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" } }, "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-node-es": { "type": "npm", "name": "npm:detect-node-es", "data": { "version": "1.1.0", "packageName": "detect-node-es", "hash": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==" } }, "npm:detect-port": { "type": "npm", "name": "npm:detect-port", "data": { "version": "1.6.1", "packageName": "detect-port", "hash": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==" } }, "npm:devlop": { "type": "npm", "name": "npm:devlop", "data": { "version": "1.1.0", "packageName": "devlop", "hash": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==" } }, "npm:didyoumean": { "type": "npm", "name": "npm:didyoumean", "data": { "version": "1.2.2", "packageName": "didyoumean", "hash": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" } }, "npm:diff": { "type": "npm", "name": "npm:diff", "data": { "version": "4.0.2", "packageName": "diff", "hash": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" } }, "npm:diff@5.2.0": { "type": "npm", "name": "npm:diff@5.2.0", "data": { "version": "5.2.0", "packageName": "diff", "hash": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==" } }, "npm:diff-sequences": { "type": "npm", "name": "npm:diff-sequences", "data": { "version": "29.6.3", "packageName": "diff-sequences", "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" } }, "npm:digest-fetch": { "type": "npm", "name": "npm:digest-fetch", "data": { "version": "1.3.0", "packageName": "digest-fetch", "hash": "sha512-CGJuv6iKNM7QyZlM2T3sPAdZWd/p9zQiRNS9G+9COUCwzWFTs0Xp8NF5iePx7wtvhDykReiRRrSeNb4oMmB8lA==" } }, "npm:dir-glob": { "type": "npm", "name": "npm:dir-glob", "data": { "version": "3.0.1", "packageName": "dir-glob", "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" } }, "npm:direction": { "type": "npm", "name": "npm:direction", "data": { "version": "2.0.1", "packageName": "direction", "hash": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==" } }, "npm:direction@1.0.4": { "type": "npm", "name": "npm:direction@1.0.4", "data": { "version": "1.0.4", "packageName": "direction", "hash": "sha512-GYqKi1aH7PJXxdhTeZBFrg8vUBeKXi+cNprXsC1kpJcbcVnV9wBsrOu1cQEdG0WeQwlfHiy3XvnKfIrJ2R0NzQ==" } }, "npm:dlv": { "type": "npm", "name": "npm:dlv", "data": { "version": "1.1.3", "packageName": "dlv", "hash": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" } }, "npm:dnd-core": { "type": "npm", "name": "npm:dnd-core", "data": { "version": "16.0.1", "packageName": "dnd-core", "hash": "sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==" } }, "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": "3.0.0", "packageName": "doctrine", "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" } }, "npm:doctrine@2.1.0": { "type": "npm", "name": "npm:doctrine@2.1.0", "data": { "version": "2.1.0", "packageName": "doctrine", "hash": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" } }, "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-helpers": { "type": "npm", "name": "npm:dom-helpers", "data": { "version": "5.2.1", "packageName": "dom-helpers", "hash": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==" } }, "npm:dom-serializer": { "type": "npm", "name": "npm:dom-serializer", "data": { "version": "2.0.0", "packageName": "dom-serializer", "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" } }, "npm:domelementtype": { "type": "npm", "name": "npm:domelementtype", "data": { "version": "2.3.0", "packageName": "domelementtype", "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" } }, "npm:domexception": { "type": "npm", "name": "npm:domexception", "data": { "version": "4.0.0", "packageName": "domexception", "hash": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==" } }, "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.1.0", "packageName": "domutils", "hash": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" } }, "npm:dot-case": { "type": "npm", "name": "npm:dot-case", "data": { "version": "3.0.4", "packageName": "dot-case", "hash": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" } }, "npm:dotenv": { "type": "npm", "name": "npm:dotenv", "data": { "version": "16.4.5", "packageName": "dotenv", "hash": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" } }, "npm:dotenv-expand": { "type": "npm", "name": "npm:dotenv-expand", "data": { "version": "11.0.6", "packageName": "dotenv-expand", "hash": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==" } }, "npm:dset": { "type": "npm", "name": "npm:dset", "data": { "version": "3.1.4", "packageName": "dset", "hash": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==" } }, "npm:duplexer": { "type": "npm", "name": "npm:duplexer", "data": { "version": "0.1.2", "packageName": "duplexer", "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" } }, "npm:eastasianwidth": { "type": "npm", "name": "npm:eastasianwidth", "data": { "version": "0.2.0", "packageName": "eastasianwidth", "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" } }, "npm:ecdsa-sig-formatter": { "type": "npm", "name": "npm:ecdsa-sig-formatter", "data": { "version": "1.0.11", "packageName": "ecdsa-sig-formatter", "hash": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" } }, "npm:editorconfig": { "type": "npm", "name": "npm:editorconfig", "data": { "version": "1.0.4", "packageName": "editorconfig", "hash": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==" } }, "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": "3.1.10", "packageName": "ejs", "hash": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" } }, "npm:electron-to-chromium": { "type": "npm", "name": "npm:electron-to-chromium", "data": { "version": "1.5.19", "packageName": "electron-to-chromium", "hash": "sha512-kpLJJi3zxTR1U828P+LIUDZ5ohixyo68/IcYOHLqnbTPr/wdgn4i1ECvmALN9E16JPA6cvCG5UG79gVwVdEK5w==" } }, "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": "9.2.2", "packageName": "emoji-regex", "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" } }, "npm:emoji-regex@8.0.0": { "type": "npm", "name": "npm:emoji-regex@8.0.0", "data": { "version": "8.0.0", "packageName": "emoji-regex", "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" } }, "npm:emojis-list": { "type": "npm", "name": "npm:emojis-list", "data": { "version": "3.0.0", "packageName": "emojis-list", "hash": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" } }, "npm:encoding-sniffer": { "type": "npm", "name": "npm:encoding-sniffer", "data": { "version": "0.2.0", "packageName": "encoding-sniffer", "hash": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==" } }, "npm:iconv-lite@0.6.3": { "type": "npm", "name": "npm:iconv-lite@0.6.3", "data": { "version": "0.6.3", "packageName": "iconv-lite", "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" } }, "npm:iconv-lite": { "type": "npm", "name": "npm:iconv-lite", "data": { "version": "0.4.24", "packageName": "iconv-lite", "hash": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" } }, "npm:end-of-stream": { "type": "npm", "name": "npm:end-of-stream", "data": { "version": "1.4.4", "packageName": "end-of-stream", "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" } }, "npm:enhanced-resolve": { "type": "npm", "name": "npm:enhanced-resolve", "data": { "version": "5.17.1", "packageName": "enhanced-resolve", "hash": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==" } }, "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:env-paths": { "type": "npm", "name": "npm:env-paths", "data": { "version": "2.2.1", "packageName": "env-paths", "hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" } }, "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.2", "packageName": "error-ex", "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" } }, "npm:error-stack-parser": { "type": "npm", "name": "npm:error-stack-parser", "data": { "version": "2.1.4", "packageName": "error-stack-parser", "hash": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==" } }, "npm:es-abstract": { "type": "npm", "name": "npm:es-abstract", "data": { "version": "1.23.3", "packageName": "es-abstract", "hash": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==" } }, "npm:es-define-property": { "type": "npm", "name": "npm:es-define-property", "data": { "version": "1.0.0", "packageName": "es-define-property", "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" } }, "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.0.19", "packageName": "es-iterator-helpers", "hash": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==" } }, "npm:es-module-lexer": { "type": "npm", "name": "npm:es-module-lexer", "data": { "version": "1.5.4", "packageName": "es-module-lexer", "hash": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==" } }, "npm:es-object-atoms": { "type": "npm", "name": "npm:es-object-atoms", "data": { "version": "1.0.0", "packageName": "es-object-atoms", "hash": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" } }, "npm:es-set-tostringtag": { "type": "npm", "name": "npm:es-set-tostringtag", "data": { "version": "2.0.3", "packageName": "es-set-tostringtag", "hash": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==" } }, "npm:es-shim-unscopables": { "type": "npm", "name": "npm:es-shim-unscopables", "data": { "version": "1.0.2", "packageName": "es-shim-unscopables", "hash": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==" } }, "npm:es-to-primitive": { "type": "npm", "name": "npm:es-to-primitive", "data": { "version": "1.2.1", "packageName": "es-to-primitive", "hash": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" } }, "npm:esast-util-from-estree": { "type": "npm", "name": "npm:esast-util-from-estree", "data": { "version": "2.0.0", "packageName": "esast-util-from-estree", "hash": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==" } }, "npm:esast-util-from-js": { "type": "npm", "name": "npm:esast-util-from-js", "data": { "version": "2.0.1", "packageName": "esast-util-from-js", "hash": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==" } }, "npm:esbuild": { "type": "npm", "name": "npm:esbuild", "data": { "version": "0.21.5", "packageName": "esbuild", "hash": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" } }, "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:escodegen": { "type": "npm", "name": "npm:escodegen", "data": { "version": "2.1.0", "packageName": "escodegen", "hash": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==" } }, "npm:eslint": { "type": "npm", "name": "npm:eslint", "data": { "version": "8.57.0", "packageName": "eslint", "hash": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" } }, "npm:eslint-config-next": { "type": "npm", "name": "npm:eslint-config-next", "data": { "version": "14.2.3", "packageName": "eslint-config-next", "hash": "sha512-ZkNztm3Q7hjqvB1rRlOX8P9E/cXRL9ajRcs8jufEtwMfTVYRqnmtnaSu57QqHyBlovMuiB8LEzfLBkh5RYV6Fg==" } }, "npm:eslint-plugin-import@2.30.0": { "type": "npm", "name": "npm:eslint-plugin-import@2.30.0", "data": { "version": "2.30.0", "packageName": "eslint-plugin-import", "hash": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==" } }, "npm:eslint-plugin-import": { "type": "npm", "name": "npm:eslint-plugin-import", "data": { "version": "2.27.5", "packageName": "eslint-plugin-import", "hash": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==" } }, "npm:eslint-plugin-react@7.35.2": { "type": "npm", "name": "npm:eslint-plugin-react@7.35.2", "data": { "version": "7.35.2", "packageName": "eslint-plugin-react", "hash": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==" } }, "npm:eslint-plugin-react": { "type": "npm", "name": "npm:eslint-plugin-react", "data": { "version": "7.32.2", "packageName": "eslint-plugin-react", "hash": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==" } }, "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:json5": { "type": "npm", "name": "npm:json5", "data": { "version": "2.2.3", "packageName": "json5", "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, "npm:resolve@2.0.0-next.5": { "type": "npm", "name": "npm:resolve@2.0.0-next.5", "data": { "version": "2.0.0-next.5", "packageName": "resolve", "hash": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==" } }, "npm:resolve": { "type": "npm", "name": "npm:resolve", "data": { "version": "1.22.8", "packageName": "resolve", "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" } }, "npm:strip-bom@3.0.0": { "type": "npm", "name": "npm:strip-bom@3.0.0", "data": { "version": "3.0.0", "packageName": "strip-bom", "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, "npm:strip-bom": { "type": "npm", "name": "npm:strip-bom", "data": { "version": "4.0.0", "packageName": "strip-bom", "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" } }, "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:tsconfig-paths": { "type": "npm", "name": "npm:tsconfig-paths", "data": { "version": "4.2.0", "packageName": "tsconfig-paths", "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" } }, "npm:eslint-config-prettier": { "type": "npm", "name": "npm:eslint-config-prettier", "data": { "version": "9.1.0", "packageName": "eslint-config-prettier", "hash": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" } }, "npm:eslint-import-resolver-node": { "type": "npm", "name": "npm:eslint-import-resolver-node", "data": { "version": "0.3.9", "packageName": "eslint-import-resolver-node", "hash": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" } }, "npm:eslint-import-resolver-typescript": { "type": "npm", "name": "npm:eslint-import-resolver-typescript", "data": { "version": "3.6.3", "packageName": "eslint-import-resolver-typescript", "hash": "sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==" } }, "npm:eslint-module-utils": { "type": "npm", "name": "npm:eslint-module-utils", "data": { "version": "2.11.0", "packageName": "eslint-module-utils", "hash": "sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==" } }, "npm:eslint-plugin-jsx-a11y": { "type": "npm", "name": "npm:eslint-plugin-jsx-a11y", "data": { "version": "6.7.1", "packageName": "eslint-plugin-jsx-a11y", "hash": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==" } }, "npm:eslint-plugin-react-hooks": { "type": "npm", "name": "npm:eslint-plugin-react-hooks", "data": { "version": "4.6.0", "packageName": "eslint-plugin-react-hooks", "hash": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==" } }, "npm:eslint-scope": { "type": "npm", "name": "npm:eslint-scope", "data": { "version": "7.2.2", "packageName": "eslint-scope", "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" } }, "npm:eslint-scope@5.1.1": { "type": "npm", "name": "npm:eslint-scope@5.1.1", "data": { "version": "5.1.1", "packageName": "eslint-scope", "hash": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" } }, "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: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": { "type": "npm", "name": "npm:find-up", "data": { "version": "4.1.0", "packageName": "find-up", "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" } }, "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: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": { "type": "npm", "name": "npm:locate-path", "data": { "version": "5.0.0", "packageName": "locate-path", "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" } }, "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: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": { "type": "npm", "name": "npm:p-locate", "data": { "version": "4.1.0", "packageName": "p-locate", "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" } }, "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: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.6.0", "packageName": "esquery", "hash": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" } }, "npm:esrecurse": { "type": "npm", "name": "npm:esrecurse", "data": { "version": "4.3.0", "packageName": "esrecurse", "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" } }, "npm:estraverse": { "type": "npm", "name": "npm:estraverse", "data": { "version": "5.3.0", "packageName": "estraverse", "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" } }, "npm:estraverse@4.3.0": { "type": "npm", "name": "npm:estraverse@4.3.0", "data": { "version": "4.3.0", "packageName": "estraverse", "hash": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" } }, "npm:estree-util-attach-comments": { "type": "npm", "name": "npm:estree-util-attach-comments", "data": { "version": "2.1.1", "packageName": "estree-util-attach-comments", "hash": "sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==" } }, "npm:estree-util-build-jsx": { "type": "npm", "name": "npm:estree-util-build-jsx", "data": { "version": "2.2.2", "packageName": "estree-util-build-jsx", "hash": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==" } }, "npm:estree-util-is-identifier-name": { "type": "npm", "name": "npm:estree-util-is-identifier-name", "data": { "version": "2.1.0", "packageName": "estree-util-is-identifier-name", "hash": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==" } }, "npm:estree-util-is-identifier-name@3.0.0": { "type": "npm", "name": "npm:estree-util-is-identifier-name@3.0.0", "data": { "version": "3.0.0", "packageName": "estree-util-is-identifier-name", "hash": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==" } }, "npm:estree-util-visit": { "type": "npm", "name": "npm:estree-util-visit", "data": { "version": "2.0.0", "packageName": "estree-util-visit", "hash": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==" } }, "npm:estree-util-visit@1.2.1": { "type": "npm", "name": "npm:estree-util-visit@1.2.1", "data": { "version": "1.2.1", "packageName": "estree-util-visit", "hash": "sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==" } }, "npm:estree-walker": { "type": "npm", "name": "npm:estree-walker", "data": { "version": "3.0.3", "packageName": "estree-walker", "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" } }, "npm:esutils": { "type": "npm", "name": "npm:esutils", "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:event-target-shim": { "type": "npm", "name": "npm:event-target-shim", "data": { "version": "5.0.1", "packageName": "event-target-shim", "hash": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" } }, "npm:eventemitter3": { "type": "npm", "name": "npm:eventemitter3", "data": { "version": "5.0.1", "packageName": "eventemitter3", "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" } }, "npm:eventemitter3@4.0.7": { "type": "npm", "name": "npm:eventemitter3@4.0.7", "data": { "version": "4.0.7", "packageName": "eventemitter3", "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" } }, "npm:eventemitter3@2.0.3": { "type": "npm", "name": "npm:eventemitter3@2.0.3", "data": { "version": "2.0.3", "packageName": "eventemitter3", "hash": "sha512-jLN68Dx5kyFHaePoXWPsCGW5qdyZQtLYHkxkg02/Mz6g0kYpDx4FyP6XfArhQdlOC4b8Mv+EMxPo/8La7Tzghg==" } }, "npm:events": { "type": "npm", "name": "npm:events", "data": { "version": "3.3.0", "packageName": "events", "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" } }, "npm:npm-run-path@2.0.2": { "type": "npm", "name": "npm:npm-run-path@2.0.2", "data": { "version": "2.0.2", "packageName": "npm-run-path", "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" } }, "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:path-key@2.0.1": { "type": "npm", "name": "npm:path-key@2.0.1", "data": { "version": "2.0.1", "packageName": "path-key", "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" } }, "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:shebang-command@1.2.0": { "type": "npm", "name": "npm:shebang-command@1.2.0", "data": { "version": "1.2.0", "packageName": "shebang-command", "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" } }, "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@1.0.0": { "type": "npm", "name": "npm:shebang-regex@1.0.0", "data": { "version": "1.0.0", "packageName": "shebang-regex", "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" } }, "npm:shebang-regex": { "type": "npm", "name": "npm:shebang-regex", "data": { "version": "3.0.0", "packageName": "shebang-regex", "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" } }, "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:executable": { "type": "npm", "name": "npm:executable", "data": { "version": "4.1.1", "packageName": "executable", "hash": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==" } }, "npm:exifr": { "type": "npm", "name": "npm:exifr", "data": { "version": "7.1.3", "packageName": "exifr", "hash": "sha512-g/aje2noHivrRSLbAUtBPWFbxKdKhgj/xr1vATDdUXPOFYJlQ62Ft0oy+72V6XLIpDJfHs6gXLbBLAolqOXYRw==" } }, "npm:exit": { "type": "npm", "name": "npm:exit", "data": { "version": "0.1.2", "packageName": "exit", "hash": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" } }, "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": "29.7.0", "packageName": "expect", "hash": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" } }, "npm:expr-eval": { "type": "npm", "name": "npm:expr-eval", "data": { "version": "2.0.2", "packageName": "expr-eval", "hash": "sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg==" } }, "npm:qs@6.13.0": { "type": "npm", "name": "npm:qs@6.13.0", "data": { "version": "6.13.0", "packageName": "qs", "hash": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" } }, "npm:qs": { "type": "npm", "name": "npm:qs", "data": { "version": "6.11.0", "packageName": "qs", "hash": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==" } }, "npm:ext-list": { "type": "npm", "name": "npm:ext-list", "data": { "version": "2.2.2", "packageName": "ext-list", "hash": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==" } }, "npm:ext-name": { "type": "npm", "name": "npm:ext-name", "data": { "version": "5.0.0", "packageName": "ext-name", "hash": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==" } }, "npm:extend": { "type": "npm", "name": "npm:extend", "data": { "version": "3.0.2", "packageName": "extend", "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" } }, "npm:extend-shallow": { "type": "npm", "name": "npm:extend-shallow", "data": { "version": "2.0.1", "packageName": "extend-shallow", "hash": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" } }, "npm:extract-zip": { "type": "npm", "name": "npm:extract-zip", "data": { "version": "2.0.1", "packageName": "extract-zip", "hash": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==" } }, "npm:fast-copy": { "type": "npm", "name": "npm:fast-copy", "data": { "version": "3.0.2", "packageName": "fast-copy", "hash": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==" } }, "npm:fast-decode-uri-component": { "type": "npm", "name": "npm:fast-decode-uri-component", "data": { "version": "1.0.1", "packageName": "fast-decode-uri-component", "hash": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==" } }, "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-deep-equal@2.0.1": { "type": "npm", "name": "npm:fast-deep-equal@2.0.1", "data": { "version": "2.0.1", "packageName": "fast-deep-equal", "hash": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==" } }, "npm:fast-diff": { "type": "npm", "name": "npm:fast-diff", "data": { "version": "1.1.2", "packageName": "fast-diff", "hash": "sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==" } }, "npm:fast-fifo": { "type": "npm", "name": "npm:fast-fifo", "data": { "version": "1.3.2", "packageName": "fast-fifo", "hash": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" } }, "npm:fast-json-patch": { "type": "npm", "name": "npm:fast-json-patch", "data": { "version": "3.1.1", "packageName": "fast-json-patch", "hash": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==" } }, "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-querystring": { "type": "npm", "name": "npm:fast-querystring", "data": { "version": "1.1.2", "packageName": "fast-querystring", "hash": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==" } }, "npm:fast-redact": { "type": "npm", "name": "npm:fast-redact", "data": { "version": "3.5.0", "packageName": "fast-redact", "hash": "sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==" } }, "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-text-encoding": { "type": "npm", "name": "npm:fast-text-encoding", "data": { "version": "1.0.6", "packageName": "fast-text-encoding", "hash": "sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w==" } }, "npm:fast-uri": { "type": "npm", "name": "npm:fast-uri", "data": { "version": "3.0.1", "packageName": "fast-uri", "hash": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" } }, "npm:fast-xml-parser": { "type": "npm", "name": "npm:fast-xml-parser", "data": { "version": "4.4.1", "packageName": "fast-xml-parser", "hash": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==" } }, "npm:fastq": { "type": "npm", "name": "npm:fastq", "data": { "version": "1.17.1", "packageName": "fastq", "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" } }, "npm:fault": { "type": "npm", "name": "npm:fault", "data": { "version": "1.0.4", "packageName": "fault", "hash": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==" } }, "npm:fault@2.0.1": { "type": "npm", "name": "npm:fault@2.0.1", "data": { "version": "2.0.1", "packageName": "fault", "hash": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==" } }, "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:fd-slicer": { "type": "npm", "name": "npm:fd-slicer", "data": { "version": "1.1.0", "packageName": "fd-slicer", "hash": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==" } }, "npm:fflate": { "type": "npm", "name": "npm:fflate", "data": { "version": "0.8.2", "packageName": "fflate", "hash": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==" } }, "npm:figures": { "type": "npm", "name": "npm:figures", "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-loader": { "type": "npm", "name": "npm:file-loader", "data": { "version": "6.2.0", "packageName": "file-loader", "hash": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==" } }, "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.2.0", "packageName": "schema-utils", "hash": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==" } }, "npm:file-type": { "type": "npm", "name": "npm:file-type", "data": { "version": "17.1.6", "packageName": "file-type", "hash": "sha512-hlDw5Ev+9e883s0pwUsuuYNu4tD7GgpUnOvykjv1Gya0ZIjuKumthDRua90VUn6/nlRKAjcxLUnHNTIUWwWIiw==" } }, "npm:filelist": { "type": "npm", "name": "npm:filelist", "data": { "version": "1.0.4", "packageName": "filelist", "hash": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" } }, "npm:filename-reserved-regex": { "type": "npm", "name": "npm:filename-reserved-regex", "data": { "version": "3.0.0", "packageName": "filename-reserved-regex", "hash": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==" } }, "npm:filenamify": { "type": "npm", "name": "npm:filenamify", "data": { "version": "5.1.1", "packageName": "filenamify", "hash": "sha512-M45CbrJLGACfrPOkrTp3j2EcO9OBkKUYME0eiqOCa7i2poaklU0jhlIaMlr8ijLorT0uLAzrn3qXOp5684CkfA==" } }, "npm:fill-range": { "type": "npm", "name": "npm:fill-range", "data": { "version": "7.1.1", "packageName": "fill-range", "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" } }, "npm:finalhandler": { "type": "npm", "name": "npm:finalhandler", "data": { "version": "1.2.0", "packageName": "finalhandler", "hash": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==" } }, "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-root": { "type": "npm", "name": "npm:find-root", "data": { "version": "1.1.0", "packageName": "find-root", "hash": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" } }, "npm:find-versions": { "type": "npm", "name": "npm:find-versions", "data": { "version": "5.1.0", "packageName": "find-versions", "hash": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==" } }, "npm:flat": { "type": "npm", "name": "npm:flat", "data": { "version": "5.0.2", "packageName": "flat", "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" } }, "npm:flat-cache": { "type": "npm", "name": "npm:flat-cache", "data": { "version": "3.2.0", "packageName": "flat-cache", "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" } }, "npm:flatted": { "type": "npm", "name": "npm:flatted", "data": { "version": "3.3.1", "packageName": "flatted", "hash": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" } }, "npm:follow-redirects": { "type": "npm", "name": "npm:follow-redirects", "data": { "version": "1.15.9", "packageName": "follow-redirects", "hash": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" } }, "npm:for-each": { "type": "npm", "name": "npm:for-each", "data": { "version": "0.3.3", "packageName": "for-each", "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" } }, "npm:foreground-child": { "type": "npm", "name": "npm:foreground-child", "data": { "version": "3.3.0", "packageName": "foreground-child", "hash": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==" } }, "npm:signal-exit@4.1.0": { "type": "npm", "name": "npm:signal-exit@4.1.0", "data": { "version": "4.1.0", "packageName": "signal-exit", "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" } }, "npm:signal-exit": { "type": "npm", "name": "npm:signal-exit", "data": { "version": "3.0.7", "packageName": "signal-exit", "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" } }, "npm:fork-ts-checker-webpack-plugin": { "type": "npm", "name": "npm:fork-ts-checker-webpack-plugin", "data": { "version": "7.2.13", "packageName": "fork-ts-checker-webpack-plugin", "hash": "sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==" } }, "npm:form-data": { "type": "npm", "name": "npm:form-data", "data": { "version": "4.0.0", "packageName": "form-data", "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" } }, "npm:form-data-encoder": { "type": "npm", "name": "npm:form-data-encoder", "data": { "version": "1.7.2", "packageName": "form-data-encoder", "hash": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==" } }, "npm:format": { "type": "npm", "name": "npm:format", "data": { "version": "0.2.2", "packageName": "format", "hash": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==" } }, "npm:formdata-node": { "type": "npm", "name": "npm:formdata-node", "data": { "version": "4.4.1", "packageName": "formdata-node", "hash": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==" } }, "npm:web-streams-polyfill@4.0.0-beta.3": { "type": "npm", "name": "npm:web-streams-polyfill@4.0.0-beta.3", "data": { "version": "4.0.0-beta.3", "packageName": "web-streams-polyfill", "hash": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==" } }, "npm:web-streams-polyfill": { "type": "npm", "name": "npm:web-streams-polyfill", "data": { "version": "3.3.3", "packageName": "web-streams-polyfill", "hash": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" } }, "npm: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": "4.3.7", "packageName": "fraction.js", "hash": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" } }, "npm:fresh": { "type": "npm", "name": "npm:fresh", "data": { "version": "0.5.2", "packageName": "fresh", "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" } }, "npm:front-matter": { "type": "npm", "name": "npm:front-matter", "data": { "version": "4.0.2", "packageName": "front-matter", "hash": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==" } }, "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-minipass": { "type": "npm", "name": "npm:fs-minipass", "data": { "version": "2.1.0", "packageName": "fs-minipass", "hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" } }, "npm:minipass@3.3.6": { "type": "npm", "name": "npm:minipass@3.3.6", "data": { "version": "3.3.6", "packageName": "minipass", "hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" } }, "npm:minipass@7.1.2": { "type": "npm", "name": "npm:minipass@7.1.2", "data": { "version": "7.1.2", "packageName": "minipass", "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" } }, "npm:minipass": { "type": "npm", "name": "npm:minipass", "data": { "version": "5.0.0", "packageName": "minipass", "hash": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" } }, "npm:fs-monkey": { "type": "npm", "name": "npm:fs-monkey", "data": { "version": "1.0.6", "packageName": "fs-monkey", "hash": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==" } }, "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.6", "packageName": "function.prototype.name", "hash": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==" } }, "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:gauge": { "type": "npm", "name": "npm:gauge", "data": { "version": "3.0.2", "packageName": "gauge", "hash": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==" } }, "npm:gcd": { "type": "npm", "name": "npm:gcd", "data": { "version": "0.0.1", "packageName": "gcd", "hash": "sha512-VNx3UEGr+ILJTiMs1+xc5SX1cMgJCrXezKPa003APUWNqQqaF6n25W8VcR7nHN6yRWbvvUTwCpZCFJeWC2kXlw==" } }, "npm:generic-pool": { "type": "npm", "name": "npm:generic-pool", "data": { "version": "3.9.0", "packageName": "generic-pool", "hash": "sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==" } }, "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-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.2.4", "packageName": "get-intrinsic", "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" } }, "npm:get-nonce": { "type": "npm", "name": "npm:get-nonce", "data": { "version": "1.0.1", "packageName": "get-nonce", "hash": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==" } }, "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-symbol-description": { "type": "npm", "name": "npm:get-symbol-description", "data": { "version": "1.0.2", "packageName": "get-symbol-description", "hash": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==" } }, "npm:get-tsconfig": { "type": "npm", "name": "npm:get-tsconfig", "data": { "version": "4.8.0", "packageName": "get-tsconfig", "hash": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==" } }, "npm:get-uri": { "type": "npm", "name": "npm:get-uri", "data": { "version": "6.0.3", "packageName": "get-uri", "hash": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==" } }, "npm:github-slugger": { "type": "npm", "name": "npm:github-slugger", "data": { "version": "2.0.0", "packageName": "github-slugger", "hash": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" } }, "npm:glob-to-regexp": { "type": "npm", "name": "npm:glob-to-regexp", "data": { "version": "0.4.1", "packageName": "glob-to-regexp", "hash": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" } }, "npm:global-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:globalthis": { "type": "npm", "name": "npm:globalthis", "data": { "version": "1.0.4", "packageName": "globalthis", "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" } }, "npm:google-p12-pem": { "type": "npm", "name": "npm:google-p12-pem", "data": { "version": "4.0.1", "packageName": "google-p12-pem", "hash": "sha512-WPkN4yGtz05WZ5EhtlxNDWPhC4JIic6G8ePitwUWy4l+XPVYec+a0j0Ts47PDtW59y3RwAhUd9/h9ZZ63px6RQ==" } }, "npm:googleapis-common": { "type": "npm", "name": "npm:googleapis-common", "data": { "version": "7.2.0", "packageName": "googleapis-common", "hash": "sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==" } }, "npm:gopd": { "type": "npm", "name": "npm:gopd", "data": { "version": "1.0.1", "packageName": "gopd", "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" } }, "npm:got": { "type": "npm", "name": "npm:got", "data": { "version": "11.8.6", "packageName": "got", "hash": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==" } }, "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:gradient-parser": { "type": "npm", "name": "npm:gradient-parser", "data": { "version": "1.0.2", "packageName": "gradient-parser", "hash": "sha512-gR6nY33xC9yJoH4wGLQtZQMXDi6RI3H37ERu7kQCVUzlXjNedpZM7xcA489Opwbq0BSGohtWGsWsntupmxelMg==" } }, "npm:graphemer": { "type": "npm", "name": "npm:graphemer", "data": { "version": "1.4.0", "packageName": "graphemer", "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" } }, "npm:graphql": { "type": "npm", "name": "npm:graphql", "data": { "version": "16.9.0", "packageName": "graphql", "hash": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" } }, "npm:graphql-query-complexity": { "type": "npm", "name": "npm:graphql-query-complexity", "data": { "version": "0.12.0", "packageName": "graphql-query-complexity", "hash": "sha512-fWEyuSL6g/+nSiIRgIipfI6UXTI7bAxrpPlCY1c0+V3pAEUo1ybaKmSBgNr1ed2r+agm1plJww8Loig9y6s2dw==" } }, "npm:graphql-scalars": { "type": "npm", "name": "npm:graphql-scalars", "data": { "version": "1.23.0", "packageName": "graphql-scalars", "hash": "sha512-YTRNcwitkn8CqYcleKOx9IvedA8JIERn8BRq21nlKgOr4NEcTaWEG0sT+H92eF3ALTFbPgsqfft4cw+MGgv0Gg==" } }, "npm:graphql-yoga": { "type": "npm", "name": "npm:graphql-yoga", "data": { "version": "5.7.0", "packageName": "graphql-yoga", "hash": "sha512-QyGVvFAvGhMrzjJvhjsxsyoE+e4lNrj5f5qOsRYJuWIjyw7tHfbBvybZIwzNOGY0aB5sgA8BlVvu5hxjdKJ5tQ==" } }, "npm:gray-matter": { "type": "npm", "name": "npm:gray-matter", "data": { "version": "4.0.3", "packageName": "gray-matter", "hash": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==" } }, "npm:groq-sdk": { "type": "npm", "name": "npm:groq-sdk", "data": { "version": "0.5.0", "packageName": "groq-sdk", "hash": "sha512-RVmhW7qZ+XZoy5fIuSdx/LGQJONpL8MHgZEW7dFwTdgkzStub2XQx6OKv28CHogijdwH41J+Npj/z2jBPu3vmw==" } }, "npm:handle-thing": { "type": "npm", "name": "npm:handle-thing", "data": { "version": "2.0.1", "packageName": "handle-thing", "hash": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" } }, "npm:harmony-reflect": { "type": "npm", "name": "npm:harmony-reflect", "data": { "version": "1.6.2", "packageName": "harmony-reflect", "hash": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" } }, "npm:has": { "type": "npm", "name": "npm:has", "data": { "version": "1.0.4", "packageName": "has", "hash": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==" } }, "npm:has-bigints": { "type": "npm", "name": "npm:has-bigints", "data": { "version": "1.0.2", "packageName": "has-bigints", "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" } }, "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.0.3", "packageName": "has-proto", "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" } }, "npm:has-symbols": { "type": "npm", "name": "npm:has-symbols", "data": { "version": "1.0.3", "packageName": "has-symbols", "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" } }, "npm:has-tostringtag": { "type": "npm", "name": "npm:has-tostringtag", "data": { "version": "1.0.2", "packageName": "has-tostringtag", "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" } }, "npm:has-unicode": { "type": "npm", "name": "npm:has-unicode", "data": { "version": "2.0.1", "packageName": "has-unicode", "hash": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" } }, "npm:hasown": { "type": "npm", "name": "npm:hasown", "data": { "version": "2.0.2", "packageName": "hasown", "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" } }, "npm:hast-util-from-dom": { "type": "npm", "name": "npm:hast-util-from-dom", "data": { "version": "5.0.0", "packageName": "hast-util-from-dom", "hash": "sha512-d6235voAp/XR3Hh5uy7aGLbM3S4KamdW0WEgOaU1YoewnuYw4HXb5eRtv9g65m/RFGEfUY1Mw4UqCc5Y8L4Stg==" } }, "npm:hast-util-from-dom@4.2.0": { "type": "npm", "name": "npm:hast-util-from-dom@4.2.0", "data": { "version": "4.2.0", "packageName": "hast-util-from-dom", "hash": "sha512-t1RJW/OpJbCAJQeKi3Qrj1cAOLA0+av/iPFori112+0X7R3wng+jxLA+kXec8K4szqPRGI8vPxbbpEYvvpwaeQ==" } }, "npm:hast-util-from-html": { "type": "npm", "name": "npm:hast-util-from-html", "data": { "version": "1.0.2", "packageName": "hast-util-from-html", "hash": "sha512-LhrTA2gfCbLOGJq2u/asp4kwuG0y6NhWTXiPKP+n0qNukKy7hc10whqqCFfyvIA1Q5U5d0sp9HhNim9gglEH4A==" } }, "npm:hast-util-from-html@2.0.2": { "type": "npm", "name": "npm:hast-util-from-html@2.0.2", "data": { "version": "2.0.2", "packageName": "hast-util-from-html", "hash": "sha512-HwOHwxdt2zC5KQ/CNoybBntRook2zJvfZE/u5/Ap7aLPe22bDqen7KwGkOqOyzL5zIqKwiYX/OTtE0FWgr6XXA==" } }, "npm:hast-util-from-html-isomorphic": { "type": "npm", "name": "npm:hast-util-from-html-isomorphic", "data": { "version": "2.0.0", "packageName": "hast-util-from-html-isomorphic", "hash": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==" } }, "npm:hast-util-from-html-isomorphic@1.0.0": { "type": "npm", "name": "npm:hast-util-from-html-isomorphic@1.0.0", "data": { "version": "1.0.0", "packageName": "hast-util-from-html-isomorphic", "hash": "sha512-Yu480AKeOEN/+l5LA674a+7BmIvtDj24GvOt7MtQWuhzUwlaaRWdEPXAh3Qm5vhuthpAipFb2vTetKXWOjmTvw==" } }, "npm:hast-util-from-parse5@8.0.1": { "type": "npm", "name": "npm:hast-util-from-parse5@8.0.1", "data": { "version": "8.0.1", "packageName": "hast-util-from-parse5", "hash": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==" } }, "npm:hast-util-from-parse5": { "type": "npm", "name": "npm:hast-util-from-parse5", "data": { "version": "7.1.2", "packageName": "hast-util-from-parse5", "hash": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==" } }, "npm:unist-util-remove-position@5.0.0": { "type": "npm", "name": "npm:unist-util-remove-position@5.0.0", "data": { "version": "5.0.0", "packageName": "unist-util-remove-position", "hash": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==" } }, "npm:unist-util-remove-position": { "type": "npm", "name": "npm:unist-util-remove-position", "data": { "version": "4.0.2", "packageName": "unist-util-remove-position", "hash": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==" } }, "npm:vfile-location@5.0.3": { "type": "npm", "name": "npm:vfile-location@5.0.3", "data": { "version": "5.0.3", "packageName": "vfile-location", "hash": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==" } }, "npm:vfile-location": { "type": "npm", "name": "npm:vfile-location", "data": { "version": "4.1.0", "packageName": "vfile-location", "hash": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==" } }, "npm:vfile-message@3.1.4": { "type": "npm", "name": "npm:vfile-message@3.1.4", "data": { "version": "3.1.4", "packageName": "vfile-message", "hash": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==" } }, "npm:vfile-message": { "type": "npm", "name": "npm:vfile-message", "data": { "version": "4.0.2", "packageName": "vfile-message", "hash": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==" } }, "npm:hast-util-parse-selector@3.1.1": { "type": "npm", "name": "npm:hast-util-parse-selector@3.1.1", "data": { "version": "3.1.1", "packageName": "hast-util-parse-selector", "hash": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==" } }, "npm:hast-util-parse-selector": { "type": "npm", "name": "npm:hast-util-parse-selector", "data": { "version": "4.0.0", "packageName": "hast-util-parse-selector", "hash": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==" } }, "npm:hast-util-parse-selector@2.2.5": { "type": "npm", "name": "npm:hast-util-parse-selector@2.2.5", "data": { "version": "2.2.5", "packageName": "hast-util-parse-selector", "hash": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==" } }, "npm:hastscript@7.2.0": { "type": "npm", "name": "npm:hastscript@7.2.0", "data": { "version": "7.2.0", "packageName": "hastscript", "hash": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==" } }, "npm:hastscript": { "type": "npm", "name": "npm:hastscript", "data": { "version": "8.0.0", "packageName": "hastscript", "hash": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==" } }, "npm:hastscript@6.0.0": { "type": "npm", "name": "npm:hastscript@6.0.0", "data": { "version": "6.0.0", "packageName": "hastscript", "hash": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==" } }, "npm:hast-util-has-property": { "type": "npm", "name": "npm:hast-util-has-property", "data": { "version": "3.0.0", "packageName": "hast-util-has-property", "hash": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==" } }, "npm:hast-util-heading-rank": { "type": "npm", "name": "npm:hast-util-heading-rank", "data": { "version": "3.0.0", "packageName": "hast-util-heading-rank", "hash": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==" } }, "npm:hast-util-is-element": { "type": "npm", "name": "npm:hast-util-is-element", "data": { "version": "3.0.0", "packageName": "hast-util-is-element", "hash": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==" } }, "npm:hast-util-is-element@2.1.3": { "type": "npm", "name": "npm:hast-util-is-element@2.1.3", "data": { "version": "2.1.3", "packageName": "hast-util-is-element", "hash": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==" } }, "npm:hast-util-raw": { "type": "npm", "name": "npm:hast-util-raw", "data": { "version": "7.2.3", "packageName": "hast-util-raw", "hash": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==" } }, "npm:hast-util-raw@9.0.4": { "type": "npm", "name": "npm:hast-util-raw@9.0.4", "data": { "version": "9.0.4", "packageName": "hast-util-raw", "hash": "sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==" } }, "npm:hast-util-select": { "type": "npm", "name": "npm:hast-util-select", "data": { "version": "6.0.2", "packageName": "hast-util-select", "hash": "sha512-hT/SD/d/Meu+iobvgkffo1QecV8WeKWxwsNMzcTJsKw1cKTQKSR/7ArJeURLNJF9HDjp9nVoORyNNJxrvBye8Q==" } }, "npm:hast-util-to-string@3.0.0": { "type": "npm", "name": "npm:hast-util-to-string@3.0.0", "data": { "version": "3.0.0", "packageName": "hast-util-to-string", "hash": "sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==" } }, "npm:hast-util-to-string": { "type": "npm", "name": "npm:hast-util-to-string", "data": { "version": "2.0.0", "packageName": "hast-util-to-string", "hash": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==" } }, "npm:hast-util-whitespace@3.0.0": { "type": "npm", "name": "npm:hast-util-whitespace@3.0.0", "data": { "version": "3.0.0", "packageName": "hast-util-whitespace", "hash": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==" } }, "npm:hast-util-whitespace": { "type": "npm", "name": "npm:hast-util-whitespace", "data": { "version": "2.0.1", "packageName": "hast-util-whitespace", "hash": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==" } }, "npm:hast-util-to-estree": { "type": "npm", "name": "npm:hast-util-to-estree", "data": { "version": "2.3.3", "packageName": "hast-util-to-estree", "hash": "sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==" } }, "npm:hast-util-to-html": { "type": "npm", "name": "npm:hast-util-to-html", "data": { "version": "8.0.4", "packageName": "hast-util-to-html", "hash": "sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==" } }, "npm:hast-util-to-html@9.0.2": { "type": "npm", "name": "npm:hast-util-to-html@9.0.2", "data": { "version": "9.0.2", "packageName": "hast-util-to-html", "hash": "sha512-RP5wNpj5nm1Z8cloDv4Sl4RS8jH5HYa0v93YB6Wb4poEzgMo/dAAL0KcT4974dCjcNG5pkLqTImeFHHCwwfY3g==" } }, "npm:hast-util-to-jsx-runtime": { "type": "npm", "name": "npm:hast-util-to-jsx-runtime", "data": { "version": "2.3.0", "packageName": "hast-util-to-jsx-runtime", "hash": "sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==" } }, "npm:inline-style-parser@0.2.3": { "type": "npm", "name": "npm:inline-style-parser@0.2.3", "data": { "version": "0.2.3", "packageName": "inline-style-parser", "hash": "sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==" } }, "npm:inline-style-parser": { "type": "npm", "name": "npm:inline-style-parser", "data": { "version": "0.1.1", "packageName": "inline-style-parser", "hash": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" } }, "npm:mdast-util-mdx-expression@2.0.0": { "type": "npm", "name": "npm:mdast-util-mdx-expression@2.0.0", "data": { "version": "2.0.0", "packageName": "mdast-util-mdx-expression", "hash": "sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==" } }, "npm:mdast-util-mdx-expression": { "type": "npm", "name": "npm:mdast-util-mdx-expression", "data": { "version": "1.3.2", "packageName": "mdast-util-mdx-expression", "hash": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==" } }, "npm:mdast-util-mdx-jsx@3.1.3": { "type": "npm", "name": "npm:mdast-util-mdx-jsx@3.1.3", "data": { "version": "3.1.3", "packageName": "mdast-util-mdx-jsx", "hash": "sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==" } }, "npm:mdast-util-mdx-jsx": { "type": "npm", "name": "npm:mdast-util-mdx-jsx", "data": { "version": "2.1.4", "packageName": "mdast-util-mdx-jsx", "hash": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==" } }, "npm:mdast-util-mdxjs-esm@2.0.1": { "type": "npm", "name": "npm:mdast-util-mdxjs-esm@2.0.1", "data": { "version": "2.0.1", "packageName": "mdast-util-mdxjs-esm", "hash": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==" } }, "npm:mdast-util-mdxjs-esm": { "type": "npm", "name": "npm:mdast-util-mdxjs-esm", "data": { "version": "1.3.1", "packageName": "mdast-util-mdxjs-esm", "hash": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==" } }, "npm:style-to-object@1.0.7": { "type": "npm", "name": "npm:style-to-object@1.0.7", "data": { "version": "1.0.7", "packageName": "style-to-object", "hash": "sha512-uSjr59G5u6fbxUfKbb8GcqMGT3Xs9v5IbPkjb0S16GyOeBLAzSRK0CixBv5YrYvzO6TDLzIS6QCn78tkqWngPw==" } }, "npm:style-to-object": { "type": "npm", "name": "npm:style-to-object", "data": { "version": "0.4.4", "packageName": "style-to-object", "hash": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==" } }, "npm:hast-util-to-parse5": { "type": "npm", "name": "npm:hast-util-to-parse5", "data": { "version": "7.1.0", "packageName": "hast-util-to-parse5", "hash": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==" } }, "npm:hast-util-to-parse5@8.0.0": { "type": "npm", "name": "npm:hast-util-to-parse5@8.0.0", "data": { "version": "8.0.0", "packageName": "hast-util-to-parse5", "hash": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==" } }, "npm:hast-util-to-text": { "type": "npm", "name": "npm:hast-util-to-text", "data": { "version": "4.0.2", "packageName": "hast-util-to-text", "hash": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==" } }, "npm:hast-util-to-text@3.1.2": { "type": "npm", "name": "npm:hast-util-to-text@3.1.2", "data": { "version": "3.1.2", "packageName": "hast-util-to-text", "hash": "sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw==" } }, "npm:he": { "type": "npm", "name": "npm:he", "data": { "version": "1.2.0", "packageName": "he", "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" } }, "npm:header-case": { "type": "npm", "name": "npm:header-case", "data": { "version": "2.0.4", "packageName": "header-case", "hash": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==" } }, "npm:help-me": { "type": "npm", "name": "npm:help-me", "data": { "version": "5.0.0", "packageName": "help-me", "hash": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==" } }, "npm:highlight.js": { "type": "npm", "name": "npm:highlight.js", "data": { "version": "10.7.3", "packageName": "highlight.js", "hash": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" } }, "npm:hoist-non-react-statics": { "type": "npm", "name": "npm:hoist-non-react-statics", "data": { "version": "3.3.2", "packageName": "hoist-non-react-statics", "hash": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==" } }, "npm:react-is@16.13.1": { "type": "npm", "name": "npm:react-is@16.13.1", "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": { "type": "npm", "name": "npm:react-is", "data": { "version": "18.3.1", "packageName": "react-is", "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" } }, "npm:homedir-polyfill": { "type": "npm", "name": "npm:homedir-polyfill", "data": { "version": "1.0.3", "packageName": "homedir-polyfill", "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" } }, "npm:hosted-git-info": { "type": "npm", "name": "npm:hosted-git-info", "data": { "version": "7.0.2", "packageName": "hosted-git-info", "hash": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==" } }, "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": { "type": "npm", "name": "npm:html-encoding-sniffer", "data": { "version": "3.0.0", "packageName": "html-encoding-sniffer", "hash": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==" } }, "npm:whatwg-encoding@2.0.0": { "type": "npm", "name": "npm:whatwg-encoding@2.0.0", "data": { "version": "2.0.0", "packageName": "whatwg-encoding", "hash": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==" } }, "npm:whatwg-encoding": { "type": "npm", "name": "npm:whatwg-encoding", "data": { "version": "3.1.1", "packageName": "whatwg-encoding", "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" } }, "npm:html-entities": { "type": "npm", "name": "npm:html-entities", "data": { "version": "2.5.2", "packageName": "html-entities", "hash": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==" } }, "npm:html-escaper": { "type": "npm", "name": "npm:html-escaper", "data": { "version": "2.0.2", "packageName": "html-escaper", "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" } }, "npm:html-to-text": { "type": "npm", "name": "npm:html-to-text", "data": { "version": "9.0.5", "packageName": "html-to-text", "hash": "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==" } }, "npm:htmlparser2@8.0.2": { "type": "npm", "name": "npm:htmlparser2@8.0.2", "data": { "version": "8.0.2", "packageName": "htmlparser2", "hash": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" } }, "npm:htmlparser2": { "type": "npm", "name": "npm:htmlparser2", "data": { "version": "9.1.0", "packageName": "htmlparser2", "hash": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==" } }, "npm:html-url-attributes": { "type": "npm", "name": "npm:html-url-attributes", "data": { "version": "3.0.0", "packageName": "html-url-attributes", "hash": "sha512-/sXbVCWayk6GDVg3ctOX6nxaVj7So40FcFAnWlWGNAB1LpYKcV5Cd10APjPjW80O7zYW2MsjBV4zZ7IZO5fVow==" } }, "npm:html-void-elements": { "type": "npm", "name": "npm:html-void-elements", "data": { "version": "2.0.1", "packageName": "html-void-elements", "hash": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==" } }, "npm:html-void-elements@3.0.0": { "type": "npm", "name": "npm:html-void-elements@3.0.0", "data": { "version": "3.0.0", "packageName": "html-void-elements", "hash": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==" } }, "npm:http-assert": { "type": "npm", "name": "npm:http-assert", "data": { "version": "1.5.0", "packageName": "http-assert", "hash": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==" } }, "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-errors": { "type": "npm", "name": "npm:http-errors", "data": { "version": "2.0.0", "packageName": "http-errors", "hash": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" } }, "npm:http-errors@1.6.3": { "type": "npm", "name": "npm:http-errors@1.6.3", "data": { "version": "1.6.3", "packageName": "http-errors", "hash": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==" } }, "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.1", "packageName": "statuses", "hash": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" } }, "npm:http-cache-semantics": { "type": "npm", "name": "npm:http-cache-semantics", "data": { "version": "4.1.1", "packageName": "http-cache-semantics", "hash": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" } }, "npm:http-deceiver": { "type": "npm", "name": "npm:http-deceiver", "data": { "version": "1.2.7", "packageName": "http-deceiver", "hash": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" } }, "npm:http-parser-js": { "type": "npm", "name": "npm:http-parser-js", "data": { "version": "0.5.8", "packageName": "http-parser-js", "hash": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" } }, "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-proxy-agent": { "type": "npm", "name": "npm:http-proxy-agent", "data": { "version": "5.0.0", "packageName": "http-proxy-agent", "hash": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" } }, "npm:http-proxy-agent@7.0.2": { "type": "npm", "name": "npm:http-proxy-agent@7.0.2", "data": { "version": "7.0.2", "packageName": "http-proxy-agent", "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" } }, "npm:http-proxy-middleware": { "type": "npm", "name": "npm:http-proxy-middleware", "data": { "version": "3.0.2", "packageName": "http-proxy-middleware", "hash": "sha512-fBLFpmvDzlxdckwZRjM0wWtwDZ4KBtQ8NFqhrFKoEtK4myzuiumBuNTxD+F4cVbXfOZljIbrynmvByofDzT7Ag==" } }, "npm:http-proxy-middleware@2.0.6": { "type": "npm", "name": "npm:http-proxy-middleware@2.0.6", "data": { "version": "2.0.6", "packageName": "http-proxy-middleware", "hash": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==" } }, "npm:http-server": { "type": "npm", "name": "npm:http-server", "data": { "version": "14.1.1", "packageName": "http-server", "hash": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==" } }, "npm:http2-wrapper": { "type": "npm", "name": "npm:http2-wrapper", "data": { "version": "1.0.3", "packageName": "http2-wrapper", "hash": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==" } }, "npm:human-signals": { "type": "npm", "name": "npm:human-signals", "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:humanize-ms": { "type": "npm", "name": "npm:humanize-ms", "data": { "version": "1.2.1", "packageName": "humanize-ms", "hash": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" } }, "npm:hyperdyperid": { "type": "npm", "name": "npm:hyperdyperid", "data": { "version": "1.2.0", "packageName": "hyperdyperid", "hash": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==" } }, "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": { "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:immer": { "type": "npm", "name": "npm:immer", "data": { "version": "9.0.21", "packageName": "immer", "hash": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==" } }, "npm:immutable": { "type": "npm", "name": "npm:immutable", "data": { "version": "4.3.7", "packageName": "immutable", "hash": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==" } }, "npm:import-fresh": { "type": "npm", "name": "npm:import-fresh", "data": { "version": "3.3.0", "packageName": "import-fresh", "hash": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" } }, "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:import-local": { "type": "npm", "name": "npm:import-local", "data": { "version": "3.2.0", "packageName": "import-local", "hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" } }, "npm:pkg-dir@4.2.0": { "type": "npm", "name": "npm:pkg-dir@4.2.0", "data": { "version": "4.2.0", "packageName": "pkg-dir", "hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" } }, "npm:pkg-dir": { "type": "npm", "name": "npm:pkg-dir", "data": { "version": "7.0.0", "packageName": "pkg-dir", "hash": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" } }, "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:inherits@2.0.3": { "type": "npm", "name": "npm:inherits@2.0.3", "data": { "version": "2.0.3", "packageName": "inherits", "hash": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" } }, "npm:ini": { "type": "npm", "name": "npm:ini", "data": { "version": "1.3.8", "packageName": "ini", "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" } }, "npm:inlineresources": { "type": "npm", "name": "npm:inlineresources", "data": { "version": "1.0.1", "packageName": "inlineresources", "hash": "sha512-r0TMecufaxuZva1tqvTR50hxud4wEAOAe0lWRp+kxWKAjGPYUxYDl+IFcOgWE8jMxVIJQl14vuJfhtMYdomPjw==" } }, "npm:internal-slot": { "type": "npm", "name": "npm:internal-slot", "data": { "version": "1.0.7", "packageName": "internal-slot", "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" } }, "npm:invariant": { "type": "npm", "name": "npm:invariant", "data": { "version": "2.2.4", "packageName": "invariant", "hash": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==" } }, "npm:ioredis": { "type": "npm", "name": "npm:ioredis", "data": { "version": "5.4.1", "packageName": "ioredis", "hash": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==" } }, "npm:ip-address": { "type": "npm", "name": "npm:ip-address", "data": { "version": "9.0.5", "packageName": "ip-address", "hash": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==" } }, "npm:sprintf-js@1.1.3": { "type": "npm", "name": "npm:sprintf-js@1.1.3", "data": { "version": "1.1.3", "packageName": "sprintf-js", "hash": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" } }, "npm:sprintf-js": { "type": "npm", "name": "npm:sprintf-js", "data": { "version": "1.0.3", "packageName": "sprintf-js", "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" } }, "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.2.0": { "type": "npm", "name": "npm:ipaddr.js@2.2.0", "data": { "version": "2.2.0", "packageName": "ipaddr.js", "hash": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==" } }, "npm:is-absolute-url": { "type": "npm", "name": "npm:is-absolute-url", "data": { "version": "4.0.1", "packageName": "is-absolute-url", "hash": "sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==" } }, "npm:is-alphabetical": { "type": "npm", "name": "npm:is-alphabetical", "data": { "version": "2.0.1", "packageName": "is-alphabetical", "hash": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==" } }, "npm:is-alphabetical@1.0.4": { "type": "npm", "name": "npm:is-alphabetical@1.0.4", "data": { "version": "1.0.4", "packageName": "is-alphabetical", "hash": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" } }, "npm:is-alphanumerical": { "type": "npm", "name": "npm:is-alphanumerical", "data": { "version": "2.0.1", "packageName": "is-alphanumerical", "hash": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==" } }, "npm:is-alphanumerical@1.0.4": { "type": "npm", "name": "npm:is-alphanumerical@1.0.4", "data": { "version": "1.0.4", "packageName": "is-alphanumerical", "hash": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==" } }, "npm:is-any-array": { "type": "npm", "name": "npm:is-any-array", "data": { "version": "2.0.1", "packageName": "is-any-array", "hash": "sha512-UtilS7hLRu++wb/WBAw9bNuP1Eg04Ivn1vERJck8zJthEvXCBEBpGR/33u/xLKWEQf95803oalHrVDptcAvFdQ==" } }, "npm:is-array-buffer": { "type": "npm", "name": "npm:is-array-buffer", "data": { "version": "3.0.4", "packageName": "is-array-buffer", "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" } }, "npm:is-arrayish": { "type": "npm", "name": "npm:is-arrayish", "data": { "version": "0.2.1", "packageName": "is-arrayish", "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" } }, "npm:is-arrayish@0.3.2": { "type": "npm", "name": "npm:is-arrayish@0.3.2", "data": { "version": "0.3.2", "packageName": "is-arrayish", "hash": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" } }, "npm:is-async-function": { "type": "npm", "name": "npm:is-async-function", "data": { "version": "2.0.0", "packageName": "is-async-function", "hash": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==" } }, "npm:is-bigint": { "type": "npm", "name": "npm:is-bigint", "data": { "version": "1.0.4", "packageName": "is-bigint", "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" } }, "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.1.2", "packageName": "is-boolean-object", "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" } }, "npm:is-buffer": { "type": "npm", "name": "npm:is-buffer", "data": { "version": "1.1.6", "packageName": "is-buffer", "hash": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" } }, "npm:is-buffer@2.0.5": { "type": "npm", "name": "npm:is-buffer@2.0.5", "data": { "version": "2.0.5", "packageName": "is-buffer", "hash": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" } }, "npm:is-bun-module": { "type": "npm", "name": "npm:is-bun-module", "data": { "version": "1.2.1", "packageName": "is-bun-module", "hash": "sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==" } }, "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.15.1", "packageName": "is-core-module", "hash": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==" } }, "npm:is-data-view": { "type": "npm", "name": "npm:is-data-view", "data": { "version": "1.0.1", "packageName": "is-data-view", "hash": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==" } }, "npm:is-date-object": { "type": "npm", "name": "npm:is-date-object", "data": { "version": "1.0.5", "packageName": "is-date-object", "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" } }, "npm:is-decimal": { "type": "npm", "name": "npm:is-decimal", "data": { "version": "2.0.1", "packageName": "is-decimal", "hash": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==" } }, "npm:is-decimal@1.0.4": { "type": "npm", "name": "npm:is-decimal@1.0.4", "data": { "version": "1.0.4", "packageName": "is-decimal", "hash": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" } }, "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-extendable": { "type": "npm", "name": "npm:is-extendable", "data": { "version": "0.1.1", "packageName": "is-extendable", "hash": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==" } }, "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.0.2", "packageName": "is-finalizationregistry", "hash": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==" } }, "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-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.0.10", "packageName": "is-generator-function", "hash": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==" } }, "npm:is-glob": { "type": "npm", "name": "npm:is-glob", "data": { "version": "4.0.3", "packageName": "is-glob", "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" } }, "npm:is-hexadecimal": { "type": "npm", "name": "npm:is-hexadecimal", "data": { "version": "2.0.1", "packageName": "is-hexadecimal", "hash": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==" } }, "npm:is-hexadecimal@1.0.4": { "type": "npm", "name": "npm:is-hexadecimal@1.0.4", "data": { "version": "1.0.4", "packageName": "is-hexadecimal", "hash": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" } }, "npm:is-hotkey": { "type": "npm", "name": "npm:is-hotkey", "data": { "version": "0.1.8", "packageName": "is-hotkey", "hash": "sha512-qs3NZ1INIS+H+yeo7cD9pDfwYV/jqRh1JG9S9zYrNudkoUQg7OL7ziXqRKu+InFjUIDoP2o6HIkLYMh1pcWgyQ==" } }, "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-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-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.1.0", "packageName": "is-network-error", "hash": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==" } }, "npm:is-number": { "type": "npm", "name": "npm:is-number", "data": { "version": "7.0.0", "packageName": "is-number", "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" } }, "npm:is-number-object": { "type": "npm", "name": "npm:is-number-object", "data": { "version": "1.0.7", "packageName": "is-number-object", "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, "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-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-reference": { "type": "npm", "name": "npm:is-reference", "data": { "version": "3.0.2", "packageName": "is-reference", "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" } }, "npm:is-regex": { "type": "npm", "name": "npm:is-regex", "data": { "version": "1.1.4", "packageName": "is-regex", "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" } }, "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-shallow-equal": { "type": "npm", "name": "npm:is-shallow-equal", "data": { "version": "1.0.1", "packageName": "is-shallow-equal", "hash": "sha512-lq5RvK+85Hs5J3p4oA4256M1FEffzmI533ikeDHvJd42nouRRx5wBzt36JuviiGe5dIPyHON/d0/Up+PBo6XkQ==" } }, "npm:is-shared-array-buffer": { "type": "npm", "name": "npm:is-shared-array-buffer", "data": { "version": "1.0.3", "packageName": "is-shared-array-buffer", "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" } }, "npm:is-string": { "type": "npm", "name": "npm:is-string", "data": { "version": "1.0.7", "packageName": "is-string", "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" } }, "npm:is-symbol": { "type": "npm", "name": "npm:is-symbol", "data": { "version": "1.0.4", "packageName": "is-symbol", "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" } }, "npm:is-typed-array": { "type": "npm", "name": "npm:is-typed-array", "data": { "version": "1.1.13", "packageName": "is-typed-array", "hash": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" } }, "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.0.2", "packageName": "is-weakref", "hash": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==" } }, "npm:is-weakset": { "type": "npm", "name": "npm:is-weakset", "data": { "version": "2.0.3", "packageName": "is-weakset", "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" } }, "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.0": { "type": "npm", "name": "npm:is-wsl@3.1.0", "data": { "version": "3.1.0", "packageName": "is-wsl", "hash": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" } }, "npm:isexe": { "type": "npm", "name": "npm:isexe", "data": { "version": "2.0.0", "packageName": "isexe", "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" } }, "npm:isobject": { "type": "npm", "name": "npm:isobject", "data": { "version": "3.0.1", "packageName": "isobject", "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" } }, "npm:isomorphic-ws": { "type": "npm", "name": "npm:isomorphic-ws", "data": { "version": "5.0.0", "packageName": "isomorphic-ws", "hash": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==" } }, "npm:istanbul-lib-coverage": { "type": "npm", "name": "npm:istanbul-lib-coverage", "data": { "version": "3.2.2", "packageName": "istanbul-lib-coverage", "hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" } }, "npm:istanbul-lib-report": { "type": "npm", "name": "npm:istanbul-lib-report", "data": { "version": "3.0.1", "packageName": "istanbul-lib-report", "hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" } }, "npm:make-dir@4.0.0": { "type": "npm", "name": "npm:make-dir@4.0.0", "data": { "version": "4.0.0", "packageName": "make-dir", "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" } }, "npm:make-dir@2.1.0": { "type": "npm", "name": "npm:make-dir@2.1.0", "data": { "version": "2.1.0", "packageName": "make-dir", "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" } }, "npm:make-dir": { "type": "npm", "name": "npm:make-dir", "data": { "version": "3.1.0", "packageName": "make-dir", "hash": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" } }, "npm:istanbul-reports": { "type": "npm", "name": "npm:istanbul-reports", "data": { "version": "3.1.7", "packageName": "istanbul-reports", "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" } }, "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.2", "packageName": "iterator.prototype", "hash": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==" } }, "npm:its-fine": { "type": "npm", "name": "npm:its-fine", "data": { "version": "1.2.5", "packageName": "its-fine", "hash": "sha512-fXtDA0X0t0eBYAGLVM5YsgJGsJ5jEmqZEPrGbzdf5awjv0xE7nqv3TVnvtUF060Tkes15DbDAKW/I48vsb6SyA==" } }, "npm:jackspeak": { "type": "npm", "name": "npm:jackspeak", "data": { "version": "2.3.6", "packageName": "jackspeak", "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" } }, "npm:jackspeak@3.4.3": { "type": "npm", "name": "npm:jackspeak@3.4.3", "data": { "version": "3.4.3", "packageName": "jackspeak", "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" } }, "npm:jake": { "type": "npm", "name": "npm:jake", "data": { "version": "10.9.2", "packageName": "jake", "hash": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==" } }, "npm:jest": { "type": "npm", "name": "npm:jest", "data": { "version": "29.7.0", "packageName": "jest", "hash": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" } }, "npm:jest-changed-files": { "type": "npm", "name": "npm:jest-changed-files", "data": { "version": "29.7.0", "packageName": "jest-changed-files", "hash": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" } }, "npm:jest-circus": { "type": "npm", "name": "npm:jest-circus", "data": { "version": "29.7.0", "packageName": "jest-circus", "hash": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" } }, "npm:jest-cli": { "type": "npm", "name": "npm:jest-cli", "data": { "version": "29.7.0", "packageName": "jest-cli", "hash": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" } }, "npm:jest-config": { "type": "npm", "name": "npm:jest-config", "data": { "version": "29.7.0", "packageName": "jest-config", "hash": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" } }, "npm:jest-diff": { "type": "npm", "name": "npm:jest-diff", "data": { "version": "29.7.0", "packageName": "jest-diff", "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" } }, "npm:jest-docblock": { "type": "npm", "name": "npm:jest-docblock", "data": { "version": "29.7.0", "packageName": "jest-docblock", "hash": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" } }, "npm:jest-each": { "type": "npm", "name": "npm:jest-each", "data": { "version": "29.7.0", "packageName": "jest-each", "hash": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" } }, "npm:jest-environment-jsdom": { "type": "npm", "name": "npm:jest-environment-jsdom", "data": { "version": "29.7.0", "packageName": "jest-environment-jsdom", "hash": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==" } }, "npm:jsdom@20.0.3": { "type": "npm", "name": "npm:jsdom@20.0.3", "data": { "version": "20.0.3", "packageName": "jsdom", "hash": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==" } }, "npm:jsdom": { "type": "npm", "name": "npm:jsdom", "data": { "version": "22.1.0", "packageName": "jsdom", "hash": "sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==" } }, "npm:jest-environment-node": { "type": "npm", "name": "npm:jest-environment-node", "data": { "version": "29.7.0", "packageName": "jest-environment-node", "hash": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" } }, "npm:jest-get-type": { "type": "npm", "name": "npm:jest-get-type", "data": { "version": "29.6.3", "packageName": "jest-get-type", "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" } }, "npm:jest-haste-map": { "type": "npm", "name": "npm:jest-haste-map", "data": { "version": "29.7.0", "packageName": "jest-haste-map", "hash": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" } }, "npm:jest-leak-detector": { "type": "npm", "name": "npm:jest-leak-detector", "data": { "version": "29.7.0", "packageName": "jest-leak-detector", "hash": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" } }, "npm:jest-matcher-utils": { "type": "npm", "name": "npm:jest-matcher-utils", "data": { "version": "29.7.0", "packageName": "jest-matcher-utils", "hash": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" } }, "npm:jest-message-util": { "type": "npm", "name": "npm:jest-message-util", "data": { "version": "29.7.0", "packageName": "jest-message-util", "hash": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" } }, "npm:jest-mock": { "type": "npm", "name": "npm:jest-mock", "data": { "version": "29.7.0", "packageName": "jest-mock", "hash": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" } }, "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": "29.6.3", "packageName": "jest-regex-util", "hash": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" } }, "npm:jest-resolve": { "type": "npm", "name": "npm:jest-resolve", "data": { "version": "29.7.0", "packageName": "jest-resolve", "hash": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" } }, "npm:jest-resolve-dependencies": { "type": "npm", "name": "npm:jest-resolve-dependencies", "data": { "version": "29.7.0", "packageName": "jest-resolve-dependencies", "hash": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" } }, "npm:resolve.exports@2.0.2": { "type": "npm", "name": "npm:resolve.exports@2.0.2", "data": { "version": "2.0.2", "packageName": "resolve.exports", "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" } }, "npm:resolve.exports": { "type": "npm", "name": "npm:resolve.exports", "data": { "version": "1.1.0", "packageName": "resolve.exports", "hash": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==" } }, "npm:jest-runner": { "type": "npm", "name": "npm:jest-runner", "data": { "version": "29.7.0", "packageName": "jest-runner", "hash": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" } }, "npm:jest-runtime": { "type": "npm", "name": "npm:jest-runtime", "data": { "version": "29.7.0", "packageName": "jest-runtime", "hash": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" } }, "npm:jest-snapshot": { "type": "npm", "name": "npm:jest-snapshot", "data": { "version": "29.7.0", "packageName": "jest-snapshot", "hash": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" } }, "npm:jest-util": { "type": "npm", "name": "npm:jest-util", "data": { "version": "29.7.0", "packageName": "jest-util", "hash": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" } }, "npm:jest-validate": { "type": "npm", "name": "npm:jest-validate", "data": { "version": "29.7.0", "packageName": "jest-validate", "hash": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" } }, "npm:jest-watcher": { "type": "npm", "name": "npm:jest-watcher", "data": { "version": "29.7.0", "packageName": "jest-watcher", "hash": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" } }, "npm:jest-worker": { "type": "npm", "name": "npm:jest-worker", "data": { "version": "29.7.0", "packageName": "jest-worker", "hash": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" } }, "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:jiti": { "type": "npm", "name": "npm:jiti", "data": { "version": "1.21.6", "packageName": "jiti", "hash": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==" } }, "npm:jose": { "type": "npm", "name": "npm:jose", "data": { "version": "5.8.0", "packageName": "jose", "hash": "sha512-E7CqYpL/t7MMnfGnK/eg416OsFCVUrU/Y3Vwe7QjKhu/BkS1Ms455+2xsqZQVN57/U2MHMBvEb5SrmAZWAIntA==" } }, "npm:joycon": { "type": "npm", "name": "npm:joycon", "data": { "version": "3.1.1", "packageName": "joycon", "hash": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==" } }, "npm:js-beautify": { "type": "npm", "name": "npm:js-beautify", "data": { "version": "1.15.1", "packageName": "js-beautify", "hash": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==" } }, "npm:nopt@7.2.1": { "type": "npm", "name": "npm:nopt@7.2.1", "data": { "version": "7.2.1", "packageName": "nopt", "hash": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==" } }, "npm:nopt": { "type": "npm", "name": "npm:nopt", "data": { "version": "5.0.0", "packageName": "nopt", "hash": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" } }, "npm:js-cookie": { "type": "npm", "name": "npm:js-cookie", "data": { "version": "3.0.5", "packageName": "js-cookie", "hash": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==" } }, "npm:js-sha3": { "type": "npm", "name": "npm:js-sha3", "data": { "version": "0.8.0", "packageName": "js-sha3", "hash": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" } }, "npm:js-tiktoken": { "type": "npm", "name": "npm:js-tiktoken", "data": { "version": "1.0.14", "packageName": "js-tiktoken", "hash": "sha512-Pk3l3WOgM9joguZY2k52+jH82RtABRgB5RdGFZNUGbOKGMVlNmafcPA3b0ITcCZPu1L9UclP1tne6aw7ZI4Myg==" } }, "npm:js-tokens": { "type": "npm", "name": "npm:js-tokens", "data": { "version": "4.0.0", "packageName": "js-tokens", "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" } }, "npm:js-tokens@9.0.0": { "type": "npm", "name": "npm:js-tokens@9.0.0", "data": { "version": "9.0.0", "packageName": "js-tokens", "hash": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==" } }, "npm:jsbn": { "type": "npm", "name": "npm:jsbn", "data": { "version": "1.1.0", "packageName": "jsbn", "hash": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" } }, "npm:jsesc": { "type": "npm", "name": "npm:jsesc", "data": { "version": "2.5.2", "packageName": "jsesc", "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, "npm:jsesc@0.5.0": { "type": "npm", "name": "npm:jsesc@0.5.0", "data": { "version": "0.5.0", "packageName": "jsesc", "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" } }, "npm:json-bigint": { "type": "npm", "name": "npm:json-bigint", "data": { "version": "1.0.0", "packageName": "json-bigint", "hash": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==" } }, "npm:json-buffer": { "type": "npm", "name": "npm:json-buffer", "data": { "version": "3.0.1", "packageName": "json-buffer", "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" } }, "npm:json-parse-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-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-to-graphql-query": { "type": "npm", "name": "npm:json-to-graphql-query", "data": { "version": "2.2.5", "packageName": "json-to-graphql-query", "hash": "sha512-5Nom9inkIMrtY992LMBBG1Zaekrc10JaRhyZgprwHBVMDtRgllTvzl0oBbg13wJsVZoSoFNNMaeIVQs0P04vsA==" } }, "npm:jsonc-eslint-parser": { "type": "npm", "name": "npm:jsonc-eslint-parser", "data": { "version": "2.4.0", "packageName": "jsonc-eslint-parser", "hash": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==" } }, "npm:jsonfile": { "type": "npm", "name": "npm:jsonfile", "data": { "version": "6.1.0", "packageName": "jsonfile", "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" } }, "npm:jsonfile@4.0.0": { "type": "npm", "name": "npm:jsonfile@4.0.0", "data": { "version": "4.0.0", "packageName": "jsonfile", "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" } }, "npm:jsonpointer": { "type": "npm", "name": "npm:jsonpointer", "data": { "version": "5.0.1", "packageName": "jsonpointer", "hash": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==" } }, "npm:jsonwebtoken": { "type": "npm", "name": "npm:jsonwebtoken", "data": { "version": "9.0.2", "packageName": "jsonwebtoken", "hash": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" } }, "npm:jwa@1.4.1": { "type": "npm", "name": "npm:jwa@1.4.1", "data": { "version": "1.4.1", "packageName": "jwa", "hash": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==" } }, "npm:jwa": { "type": "npm", "name": "npm:jwa", "data": { "version": "2.0.0", "packageName": "jwa", "hash": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==" } }, "npm:jws@3.2.2": { "type": "npm", "name": "npm:jws@3.2.2", "data": { "version": "3.2.2", "packageName": "jws", "hash": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" } }, "npm:jws": { "type": "npm", "name": "npm:jws", "data": { "version": "4.0.0", "packageName": "jws", "hash": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==" } }, "npm:jsx-ast-utils": { "type": "npm", "name": "npm:jsx-ast-utils", "data": { "version": "3.3.5", "packageName": "jsx-ast-utils", "hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" } }, "npm:katex": { "type": "npm", "name": "npm:katex", "data": { "version": "0.16.11", "packageName": "katex", "hash": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==" } }, "npm:keygrip": { "type": "npm", "name": "npm:keygrip", "data": { "version": "1.1.0", "packageName": "keygrip", "hash": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==" } }, "npm:keyv": { "type": "npm", "name": "npm:keyv", "data": { "version": "4.5.4", "packageName": "keyv", "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" } }, "npm:kind-of": { "type": "npm", "name": "npm:kind-of", "data": { "version": "6.0.3", "packageName": "kind-of", "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" } }, "npm:kleur": { "type": "npm", "name": "npm:kleur", "data": { "version": "3.0.3", "packageName": "kleur", "hash": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" } }, "npm:kleur@4.1.5": { "type": "npm", "name": "npm:kleur@4.1.5", "data": { "version": "4.1.5", "packageName": "kleur", "hash": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" } }, "npm:klona": { "type": "npm", "name": "npm:klona", "data": { "version": "2.0.6", "packageName": "klona", "hash": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" } }, "npm:koa": { "type": "npm", "name": "npm:koa", "data": { "version": "2.15.3", "packageName": "koa", "hash": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==" } }, "npm:koa-compose": { "type": "npm", "name": "npm:koa-compose", "data": { "version": "4.1.0", "packageName": "koa-compose", "hash": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==" } }, "npm:koa-convert": { "type": "npm", "name": "npm:koa-convert", "data": { "version": "2.0.0", "packageName": "koa-convert", "hash": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==" } }, "npm:konva": { "type": "npm", "name": "npm:konva", "data": { "version": "9.3.15", "packageName": "konva", "hash": "sha512-6jceV1u75a41Fwky7HIg7Xr092sn9g+emE/F4KrkNey9j5IwM/No91z4g13P9kbh0NePzC20YvfyGVS5EzliUA==" } }, "npm:langchainhub": { "type": "npm", "name": "npm:langchainhub", "data": { "version": "0.0.11", "packageName": "langchainhub", "hash": "sha512-WnKI4g9kU2bHQP136orXr2bcRdgz9iiTBpTN0jWt9IlScUKnJBoD0aa2HOzHURQKeQDnt2JwqVmQ6Depf5uDLQ==" } }, "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.5", "packageName": "language-tags", "hash": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==" } }, "npm:launch-editor": { "type": "npm", "name": "npm:launch-editor", "data": { "version": "2.9.1", "packageName": "launch-editor", "hash": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==" } }, "npm:lcm": { "type": "npm", "name": "npm:lcm", "data": { "version": "0.0.3", "packageName": "lcm", "hash": "sha512-TB+ZjoillV6B26Vspf9l2L/vKaRY/4ep3hahcyVkCGFgsTNRUQdc24bQeNFiZeoxH0vr5+7SfNRMQuPHv/1IrQ==" } }, "npm:leac": { "type": "npm", "name": "npm:leac", "data": { "version": "0.6.0", "packageName": "leac", "hash": "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==" } }, "npm:less": { "type": "npm", "name": "npm:less", "data": { "version": "4.1.3", "packageName": "less", "hash": "sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==" } }, "npm:less-loader": { "type": "npm", "name": "npm:less-loader", "data": { "version": "11.1.0", "packageName": "less-loader", "hash": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==" } }, "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:pify": { "type": "npm", "name": "npm:pify", "data": { "version": "2.3.0", "packageName": "pify", "hash": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" } }, "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.11.8", "packageName": "libphonenumber-js", "hash": "sha512-0fv/YKpJBAgXKy0kaS3fnqoUVN8901vUYAKIGD/MWZaDfhJt1nZjPL3ZzdZBt/G8G8Hw2J1xOIrXWdNHFHPAvg==" } }, "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.2", "packageName": "lilconfig", "hash": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==" } }, "npm:lilconfig@2.1.0": { "type": "npm", "name": "npm:lilconfig@2.1.0", "data": { "version": "2.1.0", "packageName": "lilconfig", "hash": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" } }, "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:loader-runner": { "type": "npm", "name": "npm:loader-runner", "data": { "version": "4.3.0", "packageName": "loader-runner", "hash": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" } }, "npm:loader-utils": { "type": "npm", "name": "npm:loader-utils", "data": { "version": "2.0.4", "packageName": "loader-utils", "hash": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" } }, "npm:local-pkg": { "type": "npm", "name": "npm:local-pkg", "data": { "version": "0.5.0", "packageName": "local-pkg", "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" } }, "npm:lodash": { "type": "npm", "name": "npm:lodash", "data": { "version": "4.17.21", "packageName": "lodash", "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } }, "npm:lodash-es": { "type": "npm", "name": "npm:lodash-es", "data": { "version": "4.17.21", "packageName": "lodash-es", "hash": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" } }, "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.clonedeepwith": { "type": "npm", "name": "npm:lodash.clonedeepwith", "data": { "version": "4.5.0", "packageName": "lodash.clonedeepwith", "hash": "sha512-QRBRSxhbtsX1nc0baxSkkK5WlVTTm/s48DSukcGcWZwIyI8Zz+lB+kFiELJXtzfH4Aj6kMWQ1VWW4U5uUDgZMA==" } }, "npm:lodash.compact": { "type": "npm", "name": "npm:lodash.compact", "data": { "version": "3.0.1", "packageName": "lodash.compact", "hash": "sha512-2ozeiPi+5eBXW1CLtzjk8XQFhQOEMwwfxblqeq6EGyTxZJ1bPATqilY0e6g2SLQpP4KuMeuioBhEnWz5Pr7ICQ==" } }, "npm:lodash.debounce": { "type": "npm", "name": "npm:lodash.debounce", "data": { "version": "4.0.8", "packageName": "lodash.debounce", "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" } }, "npm:lodash.defaults": { "type": "npm", "name": "npm:lodash.defaults", "data": { "version": "4.2.0", "packageName": "lodash.defaults", "hash": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" } }, "npm:lodash.flattendeep": { "type": "npm", "name": "npm:lodash.flattendeep", "data": { "version": "4.4.0", "packageName": "lodash.flattendeep", "hash": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==" } }, "npm:lodash.get": { "type": "npm", "name": "npm:lodash.get", "data": { "version": "4.4.2", "packageName": "lodash.get", "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" } }, "npm:lodash.includes": { "type": "npm", "name": "npm:lodash.includes", "data": { "version": "4.3.0", "packageName": "lodash.includes", "hash": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" } }, "npm:lodash.isarguments": { "type": "npm", "name": "npm:lodash.isarguments", "data": { "version": "3.1.0", "packageName": "lodash.isarguments", "hash": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" } }, "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:log4js": { "type": "npm", "name": "npm:log4js", "data": { "version": "6.9.1", "packageName": "log4js", "hash": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==" } }, "npm:long-timeout": { "type": "npm", "name": "npm:long-timeout", "data": { "version": "0.1.1", "packageName": "long-timeout", "hash": "sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w==" } }, "npm:longest-streak": { "type": "npm", "name": "npm:longest-streak", "data": { "version": "3.1.0", "packageName": "longest-streak", "hash": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==" } }, "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:lowercase-keys": { "type": "npm", "name": "npm:lowercase-keys", "data": { "version": "2.0.0", "packageName": "lowercase-keys", "hash": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" } }, "npm:lowlight": { "type": "npm", "name": "npm:lowlight", "data": { "version": "1.20.0", "packageName": "lowlight", "hash": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==" } }, "npm:luxon": { "type": "npm", "name": "npm:luxon", "data": { "version": "3.4.4", "packageName": "luxon", "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" } }, "npm:lz-string": { "type": "npm", "name": "npm:lz-string", "data": { "version": "1.5.0", "packageName": "lz-string", "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" } }, "npm:magicast": { "type": "npm", "name": "npm:magicast", "data": { "version": "0.3.5", "packageName": "magicast", "hash": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==" } }, "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:markdown-extensions": { "type": "npm", "name": "npm:markdown-extensions", "data": { "version": "1.1.1", "packageName": "markdown-extensions", "hash": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==" } }, "npm:markdown-table": { "type": "npm", "name": "npm:markdown-table", "data": { "version": "3.0.3", "packageName": "markdown-table", "hash": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==" } }, "npm:match-sorter": { "type": "npm", "name": "npm:match-sorter", "data": { "version": "6.3.4", "packageName": "match-sorter", "hash": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==" } }, "npm:material-colors": { "type": "npm", "name": "npm:material-colors", "data": { "version": "1.2.6", "packageName": "material-colors", "hash": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==" } }, "npm:material-icons": { "type": "npm", "name": "npm:material-icons", "data": { "version": "1.13.12", "packageName": "material-icons", "hash": "sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA==" } }, "npm:md5": { "type": "npm", "name": "npm:md5", "data": { "version": "2.3.0", "packageName": "md5", "hash": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==" } }, "npm:mdast": { "type": "npm", "name": "npm:mdast", "data": { "version": "3.0.0", "packageName": "mdast", "hash": "sha512-xySmf8g4fPKMeC07jXGz971EkLbWAJ83s4US2Tj9lEdnZ142UP5grN73H1Xd3HzrdbU5o9GYYP/y8F9ZSwLE9g==" } }, "npm:mdast-util-definitions": { "type": "npm", "name": "npm:mdast-util-definitions", "data": { "version": "5.1.2", "packageName": "mdast-util-definitions", "hash": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==" } }, "npm:mdast-util-frontmatter": { "type": "npm", "name": "npm:mdast-util-frontmatter", "data": { "version": "1.0.1", "packageName": "mdast-util-frontmatter", "hash": "sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==" } }, "npm:mdast-util-math": { "type": "npm", "name": "npm:mdast-util-math", "data": { "version": "2.0.2", "packageName": "mdast-util-math", "hash": "sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==" } }, "npm:mdast-util-mdx": { "type": "npm", "name": "npm:mdast-util-mdx", "data": { "version": "2.0.1", "packageName": "mdast-util-mdx", "hash": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==" } }, "npm:media-typer": { "type": "npm", "name": "npm:media-typer", "data": { "version": "0.3.0", "packageName": "media-typer", "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" } }, "npm:memfs": { "type": "npm", "name": "npm:memfs", "data": { "version": "3.5.3", "packageName": "memfs", "hash": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==" } }, "npm:memfs@4.11.1": { "type": "npm", "name": "npm:memfs@4.11.1", "data": { "version": "4.11.1", "packageName": "memfs", "hash": "sha512-LZcMTBAgqUUKNXZagcZxvXXfgF1bHX7Y7nQ0QyEiNbRJgE29GhgPd8Yna1VQcLlPiHt/5RFJMWYN9Uv/VPNvjQ==" } }, "npm:memoize-one": { "type": "npm", "name": "npm:memoize-one", "data": { "version": "6.0.0", "packageName": "memoize-one", "hash": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" } }, "npm:memoize-one@5.2.1": { "type": "npm", "name": "npm:memoize-one@5.2.1", "data": { "version": "5.2.1", "packageName": "memoize-one", "hash": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" } }, "npm:mensch": { "type": "npm", "name": "npm:mensch", "data": { "version": "0.3.4", "packageName": "mensch", "hash": "sha512-IAeFvcOnV9V0Yk+bFhYR07O3yNina9ANIN5MoXBKYJ/RLYPurd2d0yw14MDhpr9/momp0WofT1bPUh3hkzdi/g==" } }, "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:micromark-extension-frontmatter": { "type": "npm", "name": "npm:micromark-extension-frontmatter", "data": { "version": "1.1.1", "packageName": "micromark-extension-frontmatter", "hash": "sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==" } }, "npm:micromark-extension-math": { "type": "npm", "name": "npm:micromark-extension-math", "data": { "version": "2.1.2", "packageName": "micromark-extension-math", "hash": "sha512-es0CcOV89VNS9wFmyn+wyFTKweXGW4CEvdaAca6SWRWPyYCbBisnjaHLjWO4Nszuiud84jCpkHsqAJoa768Pvg==" } }, "npm:micromark-extension-mdx-expression": { "type": "npm", "name": "npm:micromark-extension-mdx-expression", "data": { "version": "1.0.8", "packageName": "micromark-extension-mdx-expression", "hash": "sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==" } }, "npm:micromark-extension-mdx-jsx": { "type": "npm", "name": "npm:micromark-extension-mdx-jsx", "data": { "version": "1.0.5", "packageName": "micromark-extension-mdx-jsx", "hash": "sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==" } }, "npm:micromark-extension-mdx-md": { "type": "npm", "name": "npm:micromark-extension-mdx-md", "data": { "version": "1.0.1", "packageName": "micromark-extension-mdx-md", "hash": "sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==" } }, "npm:micromark-extension-mdxjs": { "type": "npm", "name": "npm:micromark-extension-mdxjs", "data": { "version": "1.0.1", "packageName": "micromark-extension-mdxjs", "hash": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==" } }, "npm:micromark-extension-mdxjs-esm": { "type": "npm", "name": "npm:micromark-extension-mdxjs-esm", "data": { "version": "1.0.5", "packageName": "micromark-extension-mdxjs-esm", "hash": "sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==" } }, "npm:micromark-factory-mdx-expression": { "type": "npm", "name": "npm:micromark-factory-mdx-expression", "data": { "version": "1.0.9", "packageName": "micromark-factory-mdx-expression", "hash": "sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==" } }, "npm:micromark-util-events-to-acorn": { "type": "npm", "name": "npm:micromark-util-events-to-acorn", "data": { "version": "1.2.3", "packageName": "micromark-util-events-to-acorn", "hash": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==" } }, "npm:micromatch": { "type": "npm", "name": "npm:micromatch", "data": { "version": "4.0.8", "packageName": "micromatch", "hash": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" } }, "npm:microseconds": { "type": "npm", "name": "npm:microseconds", "data": { "version": "0.2.0", "packageName": "microseconds", "hash": "sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==" } }, "npm:mime": { "type": "npm", "name": "npm:mime", "data": { "version": "1.6.0", "packageName": "mime", "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" } }, "npm:mime-db": { "type": "npm", "name": "npm:mime-db", "data": { "version": "1.53.0", "packageName": "mime-db", "hash": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==" } }, "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-match": { "type": "npm", "name": "npm:mime-match", "data": { "version": "1.0.2", "packageName": "mime-match", "hash": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==" } }, "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: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: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:minimalistic-assert": { "type": "npm", "name": "npm:minimalistic-assert", "data": { "version": "1.0.1", "packageName": "minimalistic-assert", "hash": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" } }, "npm:minimist": { "type": "npm", "name": "npm:minimist", "data": { "version": "1.2.8", "packageName": "minimist", "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" } }, "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": "0.5.6", "packageName": "mkdirp", "hash": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" } }, "npm:mkdirp@1.0.4": { "type": "npm", "name": "npm:mkdirp@1.0.4", "data": { "version": "1.0.4", "packageName": "mkdirp", "hash": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" } }, "npm:mkdirp-classic": { "type": "npm", "name": "npm:mkdirp-classic", "data": { "version": "0.5.3", "packageName": "mkdirp-classic", "hash": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" } }, "npm:ml-array-mean": { "type": "npm", "name": "npm:ml-array-mean", "data": { "version": "1.1.6", "packageName": "ml-array-mean", "hash": "sha512-MIdf7Zc8HznwIisyiJGRH9tRigg3Yf4FldW8DxKxpCCv/g5CafTw0RRu51nojVEOXuCQC7DRVVu5c7XXO/5joQ==" } }, "npm:ml-array-sum": { "type": "npm", "name": "npm:ml-array-sum", "data": { "version": "1.1.6", "packageName": "ml-array-sum", "hash": "sha512-29mAh2GwH7ZmiRnup4UyibQZB9+ZLyMShvt4cH4eTK+cL2oEMIZFnSyB3SS8MlsTh6q/w/yh48KmqLxmovN4Dw==" } }, "npm:ml-distance": { "type": "npm", "name": "npm:ml-distance", "data": { "version": "4.0.1", "packageName": "ml-distance", "hash": "sha512-feZ5ziXs01zhyFUUUeZV5hwc0f5JW0Sh0ckU1koZe/wdVkJdGxcP06KNQuF0WBTj8FttQUzcvQcpcrOp/XrlEw==" } }, "npm:ml-distance-euclidean": { "type": "npm", "name": "npm:ml-distance-euclidean", "data": { "version": "2.0.0", "packageName": "ml-distance-euclidean", "hash": "sha512-yC9/2o8QF0A3m/0IXqCTXCzz2pNEzvmcE/9HFKOZGnTjatvBbsn4lWYJkxENkA4Ug2fnYl7PXQxnPi21sgMy/Q==" } }, "npm:ml-tree-similarity": { "type": "npm", "name": "npm:ml-tree-similarity", "data": { "version": "1.0.0", "packageName": "ml-tree-similarity", "hash": "sha512-XJUyYqjSuUQkNQHMscr6tcjldsOoAekxADTplt40QKfwW6nd++1wHWV9AArl0Zvw/TIHgNaZZNvr8QGvE8wLRg==" } }, "npm:mlly": { "type": "npm", "name": "npm:mlly", "data": { "version": "1.7.1", "packageName": "mlly", "hash": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==" } }, "npm:mobx": { "type": "npm", "name": "npm:mobx", "data": { "version": "6.13.2", "packageName": "mobx", "hash": "sha512-GIubI2qf+P6lG6rSEG0T2pg3jV9/0+O0ncF09+0umRe75+Cbnh1KNLM1GvbTY9RSc7QuU+LcPNZfxDY8B+3XRg==" } }, "npm:mobx-react-lite": { "type": "npm", "name": "npm:mobx-react-lite", "data": { "version": "4.0.7", "packageName": "mobx-react-lite", "hash": "sha512-RjwdseshK9Mg8On5tyJZHtGD+J78ZnCnRaxeQDSiciKVQDUbfZcXhmld0VMxAwvcTnPEHZySGGewm467Fcpreg==" } }, "npm:mobx-state-tree": { "type": "npm", "name": "npm:mobx-state-tree", "data": { "version": "6.0.1", "packageName": "mobx-state-tree", "hash": "sha512-ZmC90+aaZj4Tvwz/G8kihAcZzejiHfkaIrwyneH7ACoZwWY2Gw5SP1mPPPQbVehsXJ8/OhDT4cPUvvzy//+Qog==" } }, "npm:mri": { "type": "npm", "name": "npm:mri", "data": { "version": "1.2.0", "packageName": "mri", "hash": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==" } }, "npm:mrmime": { "type": "npm", "name": "npm:mrmime", "data": { "version": "2.0.0", "packageName": "mrmime", "hash": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==" } }, "npm:msgpackr": { "type": "npm", "name": "npm:msgpackr", "data": { "version": "1.11.0", "packageName": "msgpackr", "hash": "sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw==" } }, "npm:msgpackr-extract": { "type": "npm", "name": "npm:msgpackr-extract", "data": { "version": "3.0.3", "packageName": "msgpackr-extract", "hash": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==" } }, "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:mustache": { "type": "npm", "name": "npm:mustache", "data": { "version": "4.2.0", "packageName": "mustache", "hash": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==" } }, "npm:mz": { "type": "npm", "name": "npm:mz", "data": { "version": "2.7.0", "packageName": "mz", "hash": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" } }, "npm:namespace-emitter": { "type": "npm", "name": "npm:namespace-emitter", "data": { "version": "2.0.1", "packageName": "namespace-emitter", "hash": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==" } }, "npm:nan": { "type": "npm", "name": "npm:nan", "data": { "version": "2.20.0", "packageName": "nan", "hash": "sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==" } }, "npm:nano-time": { "type": "npm", "name": "npm:nano-time", "data": { "version": "1.0.0", "packageName": "nano-time", "hash": "sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==" } }, "npm:nanoid": { "type": "npm", "name": "npm:nanoid", "data": { "version": "4.0.2", "packageName": "nanoid", "hash": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==" } }, "npm:nanoid@3.3.7": { "type": "npm", "name": "npm:nanoid@3.3.7", "data": { "version": "3.3.7", "packageName": "nanoid", "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" } }, "npm:nanoid@3.3.4": { "type": "npm", "name": "npm:nanoid@3.3.4", "data": { "version": "3.3.4", "packageName": "nanoid", "hash": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==" } }, "npm:natural-compare": { "type": "npm", "name": "npm:natural-compare", "data": { "version": "1.4.0", "packageName": "natural-compare", "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" } }, "npm:ncp": { "type": "npm", "name": "npm:ncp", "data": { "version": "2.0.0", "packageName": "ncp", "hash": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==" } }, "npm:needle": { "type": "npm", "name": "npm:needle", "data": { "version": "3.3.1", "packageName": "needle", "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" } }, "npm:negotiator": { "type": "npm", "name": "npm:negotiator", "data": { "version": "0.6.3", "packageName": "negotiator", "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" } }, "npm:neo-async": { "type": "npm", "name": "npm:neo-async", "data": { "version": "2.6.2", "packageName": "neo-async", "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" } }, "npm:nestjs-command": { "type": "npm", "name": "npm:nestjs-command", "data": { "version": "3.1.4", "packageName": "nestjs-command", "hash": "sha512-0RJGR/Z1ePrf/tzvVJjM95U0sJQeMjFCFad1FqWy4ypQ+VxIG9fGkEf6i8zckQOYjHXBZoWG5YwX+/v4Nof/nA==" } }, "npm:netmask": { "type": "npm", "name": "npm:netmask", "data": { "version": "2.0.2", "packageName": "netmask", "hash": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==" } }, "npm:next": { "type": "npm", "name": "npm:next", "data": { "version": "14.2.3", "packageName": "next", "hash": "sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==" } }, "npm:next-mdx-remote": { "type": "npm", "name": "npm:next-mdx-remote", "data": { "version": "4.4.1", "packageName": "next-mdx-remote", "hash": "sha512-1BvyXaIou6xy3XoNF4yaMZUCb6vD2GTAa5ciOa6WoO+gAUTYsb1K4rI/HSC2ogAWLrb/7VSV52skz07vOzmqIQ==" } }, "npm:next-plausible": { "type": "npm", "name": "npm:next-plausible", "data": { "version": "3.12.2", "packageName": "next-plausible", "hash": "sha512-jyOYLAdwaZZR6nrzFhN9xfVjzYOG6mIQ/LLDCfdAS99ELy759cKfNxluGo+pI2Xh9cYxTFYYZGlnkyR3IPy4yg==" } }, "npm:postcss@8.4.31": { "type": "npm", "name": "npm:postcss@8.4.31", "data": { "version": "8.4.31", "packageName": "postcss", "hash": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" } }, "npm:postcss": { "type": "npm", "name": "npm:postcss", "data": { "version": "8.4.38", "packageName": "postcss", "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" } }, "npm:postcss@8.4.45": { "type": "npm", "name": "npm:postcss@8.4.45", "data": { "version": "8.4.45", "packageName": "postcss", "hash": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==" } }, "npm:nice-napi": { "type": "npm", "name": "npm:nice-napi", "data": { "version": "1.0.2", "packageName": "nice-napi", "hash": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==" } }, "npm:node-addon-api@3.2.1": { "type": "npm", "name": "npm:node-addon-api@3.2.1", "data": { "version": "3.2.1", "packageName": "node-addon-api", "hash": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==" } }, "npm:node-addon-api": { "type": "npm", "name": "npm:node-addon-api", "data": { "version": "5.1.0", "packageName": "node-addon-api", "hash": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==" } }, "npm:nlcst-to-string": { "type": "npm", "name": "npm:nlcst-to-string", "data": { "version": "3.1.1", "packageName": "nlcst-to-string", "hash": "sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==" } }, "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-domexception": { "type": "npm", "name": "npm:node-domexception", "data": { "version": "1.0.0", "packageName": "node-domexception", "hash": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" } }, "npm:node-forge": { "type": "npm", "name": "npm:node-forge", "data": { "version": "1.3.1", "packageName": "node-forge", "hash": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" } }, "npm:node-gyp-build": { "type": "npm", "name": "npm:node-gyp-build", "data": { "version": "4.8.2", "packageName": "node-gyp-build", "hash": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==" } }, "npm:node-gyp-build-optional-packages": { "type": "npm", "name": "npm:node-gyp-build-optional-packages", "data": { "version": "5.2.2", "packageName": "node-gyp-build-optional-packages", "hash": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==" } }, "npm:node-html-markdown": { "type": "npm", "name": "npm:node-html-markdown", "data": { "version": "1.3.0", "packageName": "node-html-markdown", "hash": "sha512-OeFi3QwC/cPjvVKZ114tzzu+YoR+v9UXW5RwSXGUqGb0qCl0DvP406tzdL7SFn8pZrMyzXoisfG2zcuF9+zw4g==" } }, "npm:node-html-parser": { "type": "npm", "name": "npm:node-html-parser", "data": { "version": "6.1.13", "packageName": "node-html-parser", "hash": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==" } }, "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.18", "packageName": "node-releases", "hash": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" } }, "npm:node-schedule": { "type": "npm", "name": "npm:node-schedule", "data": { "version": "2.1.1", "packageName": "node-schedule", "hash": "sha512-OXdegQq03OmXEjt2hZP33W2YPs/E5BcFQks46+G2gAxs4gHOIVD1u7EqlYLYSKsaIpyKCK9Gbk0ta1/gjRSMRQ==" } }, "npm:normalize-path": { "type": "npm", "name": "npm:normalize-path", "data": { "version": "3.0.0", "packageName": "normalize-path", "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" } }, "npm:normalize-range": { "type": "npm", "name": "npm:normalize-range", "data": { "version": "0.1.2", "packageName": "normalize-range", "hash": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" } }, "npm:normalize-url": { "type": "npm", "name": "npm:normalize-url", "data": { "version": "6.1.0", "packageName": "normalize-url", "hash": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" } }, "npm:normalize.css": { "type": "npm", "name": "npm:normalize.css", "data": { "version": "8.0.1", "packageName": "normalize.css", "hash": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" } }, "npm:not": { "type": "npm", "name": "npm:not", "data": { "version": "0.1.0", "packageName": "not", "hash": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" } }, "npm:npm-package-arg": { "type": "npm", "name": "npm:npm-package-arg", "data": { "version": "11.0.1", "packageName": "npm-package-arg", "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" } }, "npm:npmlog": { "type": "npm", "name": "npm:npmlog", "data": { "version": "5.0.1", "packageName": "npmlog", "hash": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==" } }, "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:num-sort": { "type": "npm", "name": "npm:num-sort", "data": { "version": "2.1.0", "packageName": "num-sort", "hash": "sha512-1MQz1Ed8z2yckoBeSfkQHHO9K1yDRxxtotKSJ9yvcTUUxSvfvzEq5GwBrjjHEpMlq/k5gvXdmJ1SbYxWtpNoVg==" } }, "npm:nwsapi": { "type": "npm", "name": "npm:nwsapi", "data": { "version": "2.2.12", "packageName": "nwsapi", "hash": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==" } }, "npm:nx": { "type": "npm", "name": "npm:nx", "data": { "version": "19.7.2", "packageName": "nx", "hash": "sha512-mHwRk6UdTkGrLwyYq4Via30kiG2he3d3z1ny0DFlkTQVHZPKpNOf0iROfyZOe31mcjSaTt/eHo7LgEQf1GaXvQ==" } }, "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-hash": { "type": "npm", "name": "npm:object-hash", "data": { "version": "3.0.0", "packageName": "object-hash", "hash": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" } }, "npm:object-inspect": { "type": "npm", "name": "npm:object-inspect", "data": { "version": "1.13.2", "packageName": "object-inspect", "hash": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==" } }, "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.5", "packageName": "object.assign", "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" } }, "npm:object.entries": { "type": "npm", "name": "npm:object.entries", "data": { "version": "1.1.8", "packageName": "object.entries", "hash": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==" } }, "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.hasown": { "type": "npm", "name": "npm:object.hasown", "data": { "version": "1.1.4", "packageName": "object.hasown", "hash": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==" } }, "npm:object.values": { "type": "npm", "name": "npm:object.values", "data": { "version": "1.2.0", "packageName": "object.values", "hash": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==" } }, "npm:oblivious-set": { "type": "npm", "name": "npm:oblivious-set", "data": { "version": "1.0.0", "packageName": "oblivious-set", "hash": "sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==" } }, "npm:obuf": { "type": "npm", "name": "npm:obuf", "data": { "version": "1.1.2", "packageName": "obuf", "hash": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" } }, "npm:on-exit-leak-free": { "type": "npm", "name": "npm:on-exit-leak-free", "data": { "version": "2.1.2", "packageName": "on-exit-leak-free", "hash": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==" } }, "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.0.2", "packageName": "on-headers", "hash": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" } }, "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:only": { "type": "npm", "name": "npm:only", "data": { "version": "0.0.2", "packageName": "only", "hash": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==" } }, "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.1.0": { "type": "npm", "name": "npm:open@10.1.0", "data": { "version": "10.1.0", "packageName": "open", "hash": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==" } }, "npm:openai": { "type": "npm", "name": "npm:openai", "data": { "version": "4.58.2", "packageName": "openai", "hash": "sha512-hIalypYELt7/PcryFpz4Gi1z/8ZDzukWyOhr+jKM6L/GVE+t4NseaENXKt+OxnkkIm/1R2EkdGxgnHrZ0kB5bQ==" } }, "npm:openapi-types": { "type": "npm", "name": "npm:openapi-types", "data": { "version": "12.1.3", "packageName": "openapi-types", "hash": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==" } }, "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:restore-cursor@4.0.0": { "type": "npm", "name": "npm:restore-cursor@4.0.0", "data": { "version": "4.0.0", "packageName": "restore-cursor", "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" } }, "npm:restore-cursor": { "type": "npm", "name": "npm:restore-cursor", "data": { "version": "3.1.0", "packageName": "restore-cursor", "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" } }, "npm:os-filter-obj": { "type": "npm", "name": "npm:os-filter-obj", "data": { "version": "2.0.0", "packageName": "os-filter-obj", "hash": "sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==" } }, "npm:p-cancelable": { "type": "npm", "name": "npm:p-cancelable", "data": { "version": "2.1.1", "packageName": "p-cancelable", "hash": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==" } }, "npm:p-finally": { "type": "npm", "name": "npm:p-finally", "data": { "version": "1.0.0", "packageName": "p-finally", "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" } }, "npm:p-try": { "type": "npm", "name": "npm:p-try", "data": { "version": "2.2.0", "packageName": "p-try", "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" } }, "npm:pac-proxy-agent": { "type": "npm", "name": "npm:pac-proxy-agent", "data": { "version": "7.0.2", "packageName": "pac-proxy-agent", "hash": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==" } }, "npm:pac-resolver": { "type": "npm", "name": "npm:pac-resolver", "data": { "version": "7.0.1", "packageName": "pac-resolver", "hash": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==" } }, "npm:package-json-from-dist": { "type": "npm", "name": "npm:package-json-from-dist", "data": { "version": "1.0.0", "packageName": "package-json-from-dist", "hash": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" } }, "npm:param-case": { "type": "npm", "name": "npm:param-case", "data": { "version": "3.0.4", "packageName": "param-case", "hash": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==" } }, "npm:parchment": { "type": "npm", "name": "npm:parchment", "data": { "version": "1.1.4", "packageName": "parchment", "hash": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==" } }, "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-entities": { "type": "npm", "name": "npm:parse-entities", "data": { "version": "4.0.1", "packageName": "parse-entities", "hash": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==" } }, "npm:parse-entities@2.0.0": { "type": "npm", "name": "npm:parse-entities@2.0.0", "data": { "version": "2.0.0", "packageName": "parse-entities", "hash": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==" } }, "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-latin": { "type": "npm", "name": "npm:parse-latin", "data": { "version": "5.0.1", "packageName": "parse-latin", "hash": "sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==" } }, "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-numeric-range": { "type": "npm", "name": "npm:parse-numeric-range", "data": { "version": "1.3.0", "packageName": "parse-numeric-range", "hash": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" } }, "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-htmlparser2-tree-adapter": { "type": "npm", "name": "npm:parse5-htmlparser2-tree-adapter", "data": { "version": "7.0.0", "packageName": "parse5-htmlparser2-tree-adapter", "hash": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==" } }, "npm:parse5-parser-stream": { "type": "npm", "name": "npm:parse5-parser-stream", "data": { "version": "7.1.2", "packageName": "parse5-parser-stream", "hash": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==" } }, "npm:parseley": { "type": "npm", "name": "npm:parseley", "data": { "version": "0.12.1", "packageName": "parseley", "hash": "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==" } }, "npm:parseurl": { "type": "npm", "name": "npm:parseurl", "data": { "version": "1.3.3", "packageName": "parseurl", "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" } }, "npm:pascal-case": { "type": "npm", "name": "npm:pascal-case", "data": { "version": "3.1.2", "packageName": "pascal-case", "hash": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==" } }, "npm:path-case": { "type": "npm", "name": "npm:path-case", "data": { "version": "3.0.4", "packageName": "path-case", "hash": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==" } }, "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-is-absolute": { "type": "npm", "name": "npm:path-is-absolute", "data": { "version": "1.0.1", "packageName": "path-is-absolute", "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" } }, "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-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:pathval": { "type": "npm", "name": "npm:pathval", "data": { "version": "1.1.1", "packageName": "pathval", "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" } }, "npm:peberminta": { "type": "npm", "name": "npm:peberminta", "data": { "version": "0.9.0", "packageName": "peberminta", "hash": "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==" } }, "npm:peek-readable": { "type": "npm", "name": "npm:peek-readable", "data": { "version": "5.2.0", "packageName": "peek-readable", "hash": "sha512-U94a+eXHzct7vAd19GH3UQ2dH4Satbng0MyYTMaQatL0pvYYL5CTPR25HBhKtecl+4bfu1/i3vC6k0hydO5Vcw==" } }, "npm:pend": { "type": "npm", "name": "npm:pend", "data": { "version": "1.2.0", "packageName": "pend", "hash": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" } }, "npm:periscopic": { "type": "npm", "name": "npm:periscopic", "data": { "version": "3.1.0", "packageName": "periscopic", "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" } }, "npm:picocolors": { "type": "npm", "name": "npm:picocolors", "data": { "version": "1.1.0", "packageName": "picocolors", "hash": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" } }, "npm:pino": { "type": "npm", "name": "npm:pino", "data": { "version": "9.4.0", "packageName": "pino", "hash": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==" } }, "npm:pino-abstract-transport": { "type": "npm", "name": "npm:pino-abstract-transport", "data": { "version": "1.2.0", "packageName": "pino-abstract-transport", "hash": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==" } }, "npm:pino-pretty": { "type": "npm", "name": "npm:pino-pretty", "data": { "version": "11.2.2", "packageName": "pino-pretty", "hash": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==" } }, "npm:pino-std-serializers": { "type": "npm", "name": "npm:pino-std-serializers", "data": { "version": "7.0.0", "packageName": "pino-std-serializers", "hash": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==" } }, "npm:pirates": { "type": "npm", "name": "npm:pirates", "data": { "version": "4.0.6", "packageName": "pirates", "hash": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" } }, "npm:piscina": { "type": "npm", "name": "npm:piscina", "data": { "version": "4.6.1", "packageName": "piscina", "hash": "sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==" } }, "npm:pkg-types": { "type": "npm", "name": "npm:pkg-types", "data": { "version": "1.2.0", "packageName": "pkg-types", "hash": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==" } }, "npm:pluralize": { "type": "npm", "name": "npm:pluralize", "data": { "version": "8.0.0", "packageName": "pluralize", "hash": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" } }, "npm:polotno": { "type": "npm", "name": "npm:polotno", "data": { "version": "2.13.6", "packageName": "polotno", "hash": "sha512-MBarE5gGPByG4M/Y7Ktw+Zt+4s6Syvfh8Lr7nOdVwJDc8Sxm6Hn504ASuR5eQTimiWIdxVrT/Ucw4zRGJxvldw==" } }, "npm:portfinder": { "type": "npm", "name": "npm:portfinder", "data": { "version": "1.0.32", "packageName": "portfinder", "hash": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==" } }, "npm:possible-typed-array-names": { "type": "npm", "name": "npm:possible-typed-array-names", "data": { "version": "1.0.0", "packageName": "possible-typed-array-names", "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" } }, "npm:postcss-calc": { "type": "npm", "name": "npm:postcss-calc", "data": { "version": "9.0.1", "packageName": "postcss-calc", "hash": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==" } }, "npm:postcss-colormin": { "type": "npm", "name": "npm:postcss-colormin", "data": { "version": "6.1.0", "packageName": "postcss-colormin", "hash": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==" } }, "npm:postcss-convert-values": { "type": "npm", "name": "npm:postcss-convert-values", "data": { "version": "6.1.0", "packageName": "postcss-convert-values", "hash": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==" } }, "npm:postcss-discard-comments": { "type": "npm", "name": "npm:postcss-discard-comments", "data": { "version": "6.0.2", "packageName": "postcss-discard-comments", "hash": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==" } }, "npm:postcss-discard-duplicates": { "type": "npm", "name": "npm:postcss-discard-duplicates", "data": { "version": "6.0.3", "packageName": "postcss-discard-duplicates", "hash": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==" } }, "npm:postcss-discard-empty": { "type": "npm", "name": "npm:postcss-discard-empty", "data": { "version": "6.0.3", "packageName": "postcss-discard-empty", "hash": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==" } }, "npm:postcss-discard-overridden": { "type": "npm", "name": "npm:postcss-discard-overridden", "data": { "version": "6.0.2", "packageName": "postcss-discard-overridden", "hash": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==" } }, "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-import@15.1.0": { "type": "npm", "name": "npm:postcss-import@15.1.0", "data": { "version": "15.1.0", "packageName": "postcss-import", "hash": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==" } }, "npm:postcss-js": { "type": "npm", "name": "npm:postcss-js", "data": { "version": "4.0.1", "packageName": "postcss-js", "hash": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==" } }, "npm:postcss-load-config": { "type": "npm", "name": "npm:postcss-load-config", "data": { "version": "4.0.2", "packageName": "postcss-load-config", "hash": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==" } }, "npm:postcss-loader": { "type": "npm", "name": "npm:postcss-loader", "data": { "version": "6.2.1", "packageName": "postcss-loader", "hash": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==" } }, "npm:postcss-merge-longhand": { "type": "npm", "name": "npm:postcss-merge-longhand", "data": { "version": "6.0.5", "packageName": "postcss-merge-longhand", "hash": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==" } }, "npm:postcss-merge-rules": { "type": "npm", "name": "npm:postcss-merge-rules", "data": { "version": "6.1.1", "packageName": "postcss-merge-rules", "hash": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==" } }, "npm:postcss-minify-font-values": { "type": "npm", "name": "npm:postcss-minify-font-values", "data": { "version": "6.1.0", "packageName": "postcss-minify-font-values", "hash": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==" } }, "npm:postcss-minify-gradients": { "type": "npm", "name": "npm:postcss-minify-gradients", "data": { "version": "6.0.3", "packageName": "postcss-minify-gradients", "hash": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==" } }, "npm:postcss-minify-params": { "type": "npm", "name": "npm:postcss-minify-params", "data": { "version": "6.1.0", "packageName": "postcss-minify-params", "hash": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==" } }, "npm:postcss-minify-selectors": { "type": "npm", "name": "npm:postcss-minify-selectors", "data": { "version": "6.0.4", "packageName": "postcss-minify-selectors", "hash": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==" } }, "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.0.5", "packageName": "postcss-modules-local-by-default", "hash": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==" } }, "npm:postcss-modules-scope": { "type": "npm", "name": "npm:postcss-modules-scope", "data": { "version": "3.2.0", "packageName": "postcss-modules-scope", "hash": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==" } }, "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-nested": { "type": "npm", "name": "npm:postcss-nested", "data": { "version": "6.2.0", "packageName": "postcss-nested", "hash": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==" } }, "npm:postcss-normalize-charset": { "type": "npm", "name": "npm:postcss-normalize-charset", "data": { "version": "6.0.2", "packageName": "postcss-normalize-charset", "hash": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==" } }, "npm:postcss-normalize-display-values": { "type": "npm", "name": "npm:postcss-normalize-display-values", "data": { "version": "6.0.2", "packageName": "postcss-normalize-display-values", "hash": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==" } }, "npm:postcss-normalize-positions": { "type": "npm", "name": "npm:postcss-normalize-positions", "data": { "version": "6.0.2", "packageName": "postcss-normalize-positions", "hash": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==" } }, "npm:postcss-normalize-repeat-style": { "type": "npm", "name": "npm:postcss-normalize-repeat-style", "data": { "version": "6.0.2", "packageName": "postcss-normalize-repeat-style", "hash": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==" } }, "npm:postcss-normalize-string": { "type": "npm", "name": "npm:postcss-normalize-string", "data": { "version": "6.0.2", "packageName": "postcss-normalize-string", "hash": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==" } }, "npm:postcss-normalize-timing-functions": { "type": "npm", "name": "npm:postcss-normalize-timing-functions", "data": { "version": "6.0.2", "packageName": "postcss-normalize-timing-functions", "hash": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==" } }, "npm:postcss-normalize-unicode": { "type": "npm", "name": "npm:postcss-normalize-unicode", "data": { "version": "6.1.0", "packageName": "postcss-normalize-unicode", "hash": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==" } }, "npm:postcss-normalize-url": { "type": "npm", "name": "npm:postcss-normalize-url", "data": { "version": "6.0.2", "packageName": "postcss-normalize-url", "hash": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==" } }, "npm:postcss-normalize-whitespace": { "type": "npm", "name": "npm:postcss-normalize-whitespace", "data": { "version": "6.0.2", "packageName": "postcss-normalize-whitespace", "hash": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==" } }, "npm:postcss-ordered-values": { "type": "npm", "name": "npm:postcss-ordered-values", "data": { "version": "6.0.2", "packageName": "postcss-ordered-values", "hash": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==" } }, "npm:postcss-reduce-initial": { "type": "npm", "name": "npm:postcss-reduce-initial", "data": { "version": "6.1.0", "packageName": "postcss-reduce-initial", "hash": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==" } }, "npm:postcss-reduce-transforms": { "type": "npm", "name": "npm:postcss-reduce-transforms", "data": { "version": "6.0.2", "packageName": "postcss-reduce-transforms", "hash": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==" } }, "npm:postcss-selector-parser": { "type": "npm", "name": "npm:postcss-selector-parser", "data": { "version": "6.1.2", "packageName": "postcss-selector-parser", "hash": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" } }, "npm:postcss-svgo": { "type": "npm", "name": "npm:postcss-svgo", "data": { "version": "6.0.3", "packageName": "postcss-svgo", "hash": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==" } }, "npm:postcss-unique-selectors": { "type": "npm", "name": "npm:postcss-unique-selectors", "data": { "version": "6.0.4", "packageName": "postcss-unique-selectors", "hash": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==" } }, "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:preact": { "type": "npm", "name": "npm:preact", "data": { "version": "10.23.2", "packageName": "preact", "hash": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==" } }, "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:prisma": { "type": "npm", "name": "npm:prisma", "data": { "version": "5.19.1", "packageName": "prisma", "hash": "sha512-c5K9MiDaa+VAAyh1OiYk76PXOme9s3E992D7kvvIOhCrNsBQfy2mP2QAQtX0WNj140IgG++12kwZpYB9iIydNQ==" } }, "npm:prisma-paginate": { "type": "npm", "name": "npm:prisma-paginate", "data": { "version": "5.2.1", "packageName": "prisma-paginate", "hash": "sha512-GwR39iSOGUqTkfpEl75hA/LyMUkhAwc2DqyhDkO6ug+u3zBUZlIfEWolqHOCrHOAKQlaNpgnP2nxFLH0LjBMtA==" } }, "npm:proc-log": { "type": "npm", "name": "npm:proc-log", "data": { "version": "3.0.0", "packageName": "proc-log", "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" } }, "npm:process": { "type": "npm", "name": "npm:process", "data": { "version": "0.11.10", "packageName": "process", "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" } }, "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-warning": { "type": "npm", "name": "npm:process-warning", "data": { "version": "4.0.0", "packageName": "process-warning", "hash": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==" } }, "npm:progress": { "type": "npm", "name": "npm:progress", "data": { "version": "2.0.3", "packageName": "progress", "hash": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" } }, "npm:promise-coalesce": { "type": "npm", "name": "npm:promise-coalesce", "data": { "version": "1.1.2", "packageName": "promise-coalesce", "hash": "sha512-zLaJ9b8hnC564fnJH6NFSOGZYYdzrAJn2JUUIwzoQb32fG2QAakpDNM+CZo1km6keXkRXRM+hml1BFAPVnPkxg==" } }, "npm:prompts": { "type": "npm", "name": "npm:prompts", "data": { "version": "2.4.2", "packageName": "prompts", "hash": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" } }, "npm:prop-types": { "type": "npm", "name": "npm:prop-types", "data": { "version": "15.8.1", "packageName": "prop-types", "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" } }, "npm:property-expr": { "type": "npm", "name": "npm:property-expr", "data": { "version": "2.0.6", "packageName": "property-expr", "hash": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==" } }, "npm:property-information": { "type": "npm", "name": "npm:property-information", "data": { "version": "6.5.0", "packageName": "property-information", "hash": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==" } }, "npm:property-information@5.6.0": { "type": "npm", "name": "npm:property-information@5.6.0", "data": { "version": "5.6.0", "packageName": "property-information", "hash": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==" } }, "npm:proto-list": { "type": "npm", "name": "npm:proto-list", "data": { "version": "1.2.4", "packageName": "proto-list", "hash": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" } }, "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-agent": { "type": "npm", "name": "npm:proxy-agent", "data": { "version": "6.4.0", "packageName": "proxy-agent", "hash": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==" } }, "npm:proxy-from-env": { "type": "npm", "name": "npm:proxy-from-env", "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:pseudomap": { "type": "npm", "name": "npm:pseudomap", "data": { "version": "1.0.2", "packageName": "pseudomap", "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" } }, "npm:psl": { "type": "npm", "name": "npm:psl", "data": { "version": "1.9.0", "packageName": "psl", "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" } }, "npm:pump": { "type": "npm", "name": "npm:pump", "data": { "version": "3.0.2", "packageName": "pump", "hash": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==" } }, "npm:punycode": { "type": "npm", "name": "npm:punycode", "data": { "version": "2.3.1", "packageName": "punycode", "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" } }, "npm:punycode@1.4.1": { "type": "npm", "name": "npm:punycode@1.4.1", "data": { "version": "1.4.1", "packageName": "punycode", "hash": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" } }, "npm:pure-rand": { "type": "npm", "name": "npm:pure-rand", "data": { "version": "6.1.0", "packageName": "pure-rand", "hash": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" } }, "npm:querystringify": { "type": "npm", "name": "npm:querystringify", "data": { "version": "2.2.0", "packageName": "querystringify", "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" } }, "npm:queue-microtask": { "type": "npm", "name": "npm:queue-microtask", "data": { "version": "1.2.3", "packageName": "queue-microtask", "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" } }, "npm:queue-tick": { "type": "npm", "name": "npm:queue-tick", "data": { "version": "1.0.1", "packageName": "queue-tick", "hash": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" } }, "npm:quick-format-unescaped": { "type": "npm", "name": "npm:quick-format-unescaped", "data": { "version": "4.0.4", "packageName": "quick-format-unescaped", "hash": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==" } }, "npm:quick-lru": { "type": "npm", "name": "npm:quick-lru", "data": { "version": "5.1.1", "packageName": "quick-lru", "hash": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" } }, "npm:quill": { "type": "npm", "name": "npm:quill", "data": { "version": "1.3.7", "packageName": "quill", "hash": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==" } }, "npm:quill-delta": { "type": "npm", "name": "npm:quill-delta", "data": { "version": "3.6.3", "packageName": "quill-delta", "hash": "sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==" } }, "npm:rambda": { "type": "npm", "name": "npm:rambda", "data": { "version": "9.3.0", "packageName": "rambda", "hash": "sha512-cl/7DCCKNxmsbc0dXZTJTY08rvDdzLhVfE6kPBson1fWzDapLzv0RKSzjpmAqP53fkQqAvq05gpUVHTrUNsuxg==" } }, "npm:randombytes": { "type": "npm", "name": "npm:randombytes", "data": { "version": "2.1.0", "packageName": "randombytes", "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" } }, "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:rasterizehtml": { "type": "npm", "name": "npm:rasterizehtml", "data": { "version": "1.3.1", "packageName": "rasterizehtml", "hash": "sha512-YfFxHJgyBWe6fGKQwiZQKWb5IYICQabg2iCyzjMzOXFKj2g+AfntlOxkM4f1+I0I6XjRp7bVOAxqXbfzsqjqTA==" } }, "npm:raw-body": { "type": "npm", "name": "npm:raw-body", "data": { "version": "2.5.2", "packageName": "raw-body", "hash": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" } }, "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:react-color": { "type": "npm", "name": "npm:react-color", "data": { "version": "2.19.3", "packageName": "react-color", "hash": "sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==" } }, "npm:react-colorful": { "type": "npm", "name": "npm:react-colorful", "data": { "version": "5.6.1", "packageName": "react-colorful", "hash": "sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==" } }, "npm:react-dnd": { "type": "npm", "name": "npm:react-dnd", "data": { "version": "16.0.1", "packageName": "react-dnd", "hash": "sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==" } }, "npm:react-dnd-html5-backend": { "type": "npm", "name": "npm:react-dnd-html5-backend", "data": { "version": "16.0.1", "packageName": "react-dnd-html5-backend", "hash": "sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==" } }, "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-fast-compare": { "type": "npm", "name": "npm:react-fast-compare", "data": { "version": "3.2.2", "packageName": "react-fast-compare", "hash": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" } }, "npm:react-hook-form": { "type": "npm", "name": "npm:react-hook-form", "data": { "version": "7.53.0", "packageName": "react-hook-form", "hash": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==" } }, "npm:react-intersection-observer": { "type": "npm", "name": "npm:react-intersection-observer", "data": { "version": "9.13.1", "packageName": "react-intersection-observer", "hash": "sha512-tSzDaTy0qwNPLJHg8XZhlyHTgGW6drFKTtvjdL+p6um12rcnp8Z5XstE+QNBJ7c64n5o0Lj4ilUleA41bmDoMw==" } }, "npm:react-konva": { "type": "npm", "name": "npm:react-konva", "data": { "version": "18.2.10", "packageName": "react-konva", "hash": "sha512-ohcX1BJINL43m4ynjZ24MxFI1syjBdrXhqVxYVDw2rKgr3yuS0x/6m1Y2Z4sl4T/gKhfreBx8KHisd0XC6OT1g==" } }, "npm:react-konva-utils": { "type": "npm", "name": "npm:react-konva-utils", "data": { "version": "1.0.6", "packageName": "react-konva-utils", "hash": "sha512-011+jyXwadFDkbIUdlTarKwbqME0ljX1vPeW5oyLQx4rtHdcsDr43tdOdSsMT3XpZyl8clgM9I/eK0lBuBuFHg==" } }, "npm:react-loading": { "type": "npm", "name": "npm:react-loading", "data": { "version": "2.0.3", "packageName": "react-loading", "hash": "sha512-Vdqy79zq+bpeWJqC+xjltUjuGApyoItPgL0vgVfcJHhqwU7bAMKzysfGW/ADu6i0z0JiOCRJjo+IkFNkRNbA3A==" } }, "npm:react-popper": { "type": "npm", "name": "npm:react-popper", "data": { "version": "2.3.0", "packageName": "react-popper", "hash": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==" } }, "npm:react-promise-suspense": { "type": "npm", "name": "npm:react-promise-suspense", "data": { "version": "0.3.4", "packageName": "react-promise-suspense", "hash": "sha512-I42jl7L3Ze6kZaq+7zXWSunBa3b1on5yfvUW6Eo/3fFOj6dZ5Bqmcd264nJbTK/gn1HjjILAjSwnZbV4RpSaNQ==" } }, "npm:react-query": { "type": "npm", "name": "npm:react-query", "data": { "version": "3.39.3", "packageName": "react-query", "hash": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==" } }, "npm:react-reconciler": { "type": "npm", "name": "npm:react-reconciler", "data": { "version": "0.29.2", "packageName": "react-reconciler", "hash": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==" } }, "npm:react-remove-scroll-bar": { "type": "npm", "name": "npm:react-remove-scroll-bar", "data": { "version": "2.3.6", "packageName": "react-remove-scroll-bar", "hash": "sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==" } }, "npm:react-router": { "type": "npm", "name": "npm:react-router", "data": { "version": "6.11.2", "packageName": "react-router", "hash": "sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==" } }, "npm:react-router-dom": { "type": "npm", "name": "npm:react-router-dom", "data": { "version": "6.11.2", "packageName": "react-router-dom", "hash": "sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==" } }, "npm:react-slider": { "type": "npm", "name": "npm:react-slider", "data": { "version": "2.0.6", "packageName": "react-slider", "hash": "sha512-gJxG1HwmuMTJ+oWIRCmVWvgwotNCbByTwRkFZC6U4MBsHqJBmxwbYRJUmxy4Tke1ef8r9jfXjgkmY/uHOCEvbA==" } }, "npm:react-sortablejs": { "type": "npm", "name": "npm:react-sortablejs", "data": { "version": "6.1.4", "packageName": "react-sortablejs", "hash": "sha512-fc7cBosfhnbh53Mbm6a45W+F735jwZ1UFIYSrIqcO/gRIFoDyZeMtgKlpV4DdyQfbCzdh5LoALLTDRxhMpTyXQ==" } }, "npm:react-style-singleton": { "type": "npm", "name": "npm:react-style-singleton", "data": { "version": "2.2.1", "packageName": "react-style-singleton", "hash": "sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==" } }, "npm:react-syntax-highlighter": { "type": "npm", "name": "npm:react-syntax-highlighter", "data": { "version": "15.5.0", "packageName": "react-syntax-highlighter", "hash": "sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==" } }, "npm:prismjs@1.27.0": { "type": "npm", "name": "npm:prismjs@1.27.0", "data": { "version": "1.27.0", "packageName": "prismjs", "hash": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" } }, "npm:refractor@3.6.0": { "type": "npm", "name": "npm:refractor@3.6.0", "data": { "version": "3.6.0", "packageName": "refractor", "hash": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==" } }, "npm:refractor": { "type": "npm", "name": "npm:refractor", "data": { "version": "4.8.1", "packageName": "refractor", "hash": "sha512-/fk5sI0iTgFYlmVGYVew90AoYnNMP6pooClx/XKqyeeCQXrL0Kvgn8V0VEht5ccdljbzzF1i3Q213gcntkRExg==" } }, "npm:space-separated-tokens@1.1.5": { "type": "npm", "name": "npm:space-separated-tokens@1.1.5", "data": { "version": "1.1.5", "packageName": "space-separated-tokens", "hash": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==" } }, "npm:space-separated-tokens": { "type": "npm", "name": "npm:space-separated-tokens", "data": { "version": "2.0.2", "packageName": "space-separated-tokens", "hash": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==" } }, "npm:react-tag-autocomplete": { "type": "npm", "name": "npm:react-tag-autocomplete", "data": { "version": "7.3.0", "packageName": "react-tag-autocomplete", "hash": "sha512-YgbGlZ4ZkfQw23yMIvw0gCsex0LtYojLiVsfAb8w05r1npMo5+Q699KXfrUZ3W01U7mrxvd/YcMcw7WVkDdZQA==" } }, "npm:react-textarea-autosize": { "type": "npm", "name": "npm:react-textarea-autosize", "data": { "version": "8.3.4", "packageName": "react-textarea-autosize", "hash": "sha512-CdtmP8Dc19xL8/R6sWvtknD/eCXkQr30dtvC4VmGInhRsfF8X/ihXCq6+9l9qbxmKRiq407/7z5fxE7cVWQNgQ==" } }, "npm:react-tooltip": { "type": "npm", "name": "npm:react-tooltip", "data": { "version": "5.28.0", "packageName": "react-tooltip", "hash": "sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==" } }, "npm:react-transition-group": { "type": "npm", "name": "npm:react-transition-group", "data": { "version": "4.4.5", "packageName": "react-transition-group", "hash": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==" } }, "npm:react-uid": { "type": "npm", "name": "npm:react-uid", "data": { "version": "2.3.3", "packageName": "react-uid", "hash": "sha512-iNpDovcb9qBpBTo8iUgqRSQOS8GV3bWoNaTaUptHkXtAooXSo0OWe7vN6TqqB8x3x0bNBbQx96kkmSltQ5h9kQ==" } }, "npm:react-use-keypress": { "type": "npm", "name": "npm:react-use-keypress", "data": { "version": "1.3.1", "packageName": "react-use-keypress", "hash": "sha512-fo+LQrxviMcZt7efCFPc6CX9/oNEPD+MJ/qSs4nK3/lyRNtquhG9f1J8GQq2VFfIYUVDUdPKz8fGIwErO1Pcuw==" } }, "npm:react-window": { "type": "npm", "name": "npm:react-window", "data": { "version": "1.8.10", "packageName": "react-window", "hash": "sha512-Y0Cx+dnU6NLa5/EvoHukUD0BklJ8qITCtVEPY1C/nL8wwoZ0b5aEw8Ff1dOVHw7fCzMt55XfJDd8S8W8LCaUCg==" } }, "npm:reactcss": { "type": "npm", "name": "npm:reactcss", "data": { "version": "1.2.3", "packageName": "reactcss", "hash": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==" } }, "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-web-to-node-stream": { "type": "npm", "name": "npm:readable-web-to-node-stream", "data": { "version": "3.0.2", "packageName": "readable-web-to-node-stream", "hash": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==" } }, "npm:readdirp": { "type": "npm", "name": "npm:readdirp", "data": { "version": "3.6.0", "packageName": "readdirp", "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" } }, "npm:real-require": { "type": "npm", "name": "npm:real-require", "data": { "version": "0.2.0", "packageName": "real-require", "hash": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==" } }, "npm:redis-commands": { "type": "npm", "name": "npm:redis-commands", "data": { "version": "1.7.0", "packageName": "redis-commands", "hash": "sha512-nJWqw3bTFy21hX/CPKHth6sfhZbdiHP6bTawSgQBlKOVRG7EZkfHbbHwQJnrE4vsQf0CMNE+3gJ4Fmm16vdVlQ==" } }, "npm:redis-errors": { "type": "npm", "name": "npm:redis-errors", "data": { "version": "1.2.0", "packageName": "redis-errors", "hash": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==" } }, "npm:redis-parser": { "type": "npm", "name": "npm:redis-parser", "data": { "version": "3.0.0", "packageName": "redis-parser", "hash": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==" } }, "npm:redux": { "type": "npm", "name": "npm:redux", "data": { "version": "4.2.1", "packageName": "redux", "hash": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==" } }, "npm:reflect.getprototypeof": { "type": "npm", "name": "npm:reflect.getprototypeof", "data": { "version": "1.0.6", "packageName": "reflect.getprototypeof", "hash": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==" } }, "npm:regenerate": { "type": "npm", "name": "npm:regenerate", "data": { "version": "1.4.2", "packageName": "regenerate", "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" } }, "npm:regenerate-unicode-properties": { "type": "npm", "name": "npm:regenerate-unicode-properties", "data": { "version": "10.1.1", "packageName": "regenerate-unicode-properties", "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" } }, "npm:regenerator-runtime": { "type": "npm", "name": "npm:regenerator-runtime", "data": { "version": "0.14.1", "packageName": "regenerator-runtime", "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" } }, "npm:regenerator-transform": { "type": "npm", "name": "npm:regenerator-transform", "data": { "version": "0.15.2", "packageName": "regenerator-transform", "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" } }, "npm:regexp.prototype.flags": { "type": "npm", "name": "npm:regexp.prototype.flags", "data": { "version": "1.5.2", "packageName": "regexp.prototype.flags", "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" } }, "npm:regexpu-core": { "type": "npm", "name": "npm:regexpu-core", "data": { "version": "5.3.2", "packageName": "regexpu-core", "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" } }, "npm:regjsparser": { "type": "npm", "name": "npm:regjsparser", "data": { "version": "0.9.1", "packageName": "regjsparser", "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" } }, "npm:rehype": { "type": "npm", "name": "npm:rehype", "data": { "version": "13.0.1", "packageName": "rehype", "hash": "sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==" } }, "npm:rehype-attr": { "type": "npm", "name": "npm:rehype-attr", "data": { "version": "3.0.3", "packageName": "rehype-attr", "hash": "sha512-Up50Xfra8tyxnkJdCzLBIBtxOcB2M1xdeKe1324U06RAvSjYm7ULSeoM+b/nYPQPVd7jsXJ9+39IG1WAJPXONw==" } }, "npm:rehype-autolink-headings": { "type": "npm", "name": "npm:rehype-autolink-headings", "data": { "version": "7.1.0", "packageName": "rehype-autolink-headings", "hash": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==" } }, "npm:rehype-ignore": { "type": "npm", "name": "npm:rehype-ignore", "data": { "version": "2.0.2", "packageName": "rehype-ignore", "hash": "sha512-BpAT/3lU9DMJ2siYVD/dSR0A/zQgD6Fb+fxkJd4j+wDVy6TYbYpK+FZqu8eM9EuNKGvi4BJR7XTZ/+zF02Dq8w==" } }, "npm:rehype-katex": { "type": "npm", "name": "npm:rehype-katex", "data": { "version": "6.0.3", "packageName": "rehype-katex", "hash": "sha512-ByZlRwRUcWegNbF70CVRm2h/7xy7jQ3R9LaY4VVSvjnoVWwWVhNL60DiZsBpC5tSzYQOCvDbzncIpIjPZWodZA==" } }, "npm:unist-util-find-after@4.0.1": { "type": "npm", "name": "npm:unist-util-find-after@4.0.1", "data": { "version": "4.0.1", "packageName": "unist-util-find-after", "hash": "sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==" } }, "npm:unist-util-find-after": { "type": "npm", "name": "npm:unist-util-find-after", "data": { "version": "5.0.0", "packageName": "unist-util-find-after", "hash": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==" } }, "npm:rehype-parse": { "type": "npm", "name": "npm:rehype-parse", "data": { "version": "9.0.0", "packageName": "rehype-parse", "hash": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==" } }, "npm:rehype-prism-plus": { "type": "npm", "name": "npm:rehype-prism-plus", "data": { "version": "2.0.0", "packageName": "rehype-prism-plus", "hash": "sha512-FeM/9V2N7EvDZVdR2dqhAzlw5YI49m9Tgn7ZrYJeYHIahM6gcXpH0K1y2gNnKanZCydOMluJvX2cB9z3lhY8XQ==" } }, "npm:rehype-raw": { "type": "npm", "name": "npm:rehype-raw", "data": { "version": "7.0.0", "packageName": "rehype-raw", "hash": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==" } }, "npm:rehype-rewrite": { "type": "npm", "name": "npm:rehype-rewrite", "data": { "version": "4.0.2", "packageName": "rehype-rewrite", "hash": "sha512-rjLJ3z6fIV11phwCqHp/KRo8xuUCO8o9bFJCNw5o6O2wlLk6g8r323aRswdGBQwfXPFYeSuZdAjp4tzo6RGqEg==" } }, "npm:rehype-slug": { "type": "npm", "name": "npm:rehype-slug", "data": { "version": "6.0.0", "packageName": "rehype-slug", "hash": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==" } }, "npm:rehype-stringify": { "type": "npm", "name": "npm:rehype-stringify", "data": { "version": "10.0.0", "packageName": "rehype-stringify", "hash": "sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==" } }, "npm:remark": { "type": "npm", "name": "npm:remark", "data": { "version": "14.0.3", "packageName": "remark", "hash": "sha512-bfmJW1dmR2LvaMJuAnE88pZP9DktIFYXazkTfOIKZzi3Knk9lT0roItIA24ydOucI3bV/g/tXBA6hzqq3FV9Ew==" } }, "npm:remark-frontmatter": { "type": "npm", "name": "npm:remark-frontmatter", "data": { "version": "4.0.1", "packageName": "remark-frontmatter", "hash": "sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==" } }, "npm:remark-github-blockquote-alert": { "type": "npm", "name": "npm:remark-github-blockquote-alert", "data": { "version": "1.2.1", "packageName": "remark-github-blockquote-alert", "hash": "sha512-qNf2mSAoZgh3Cl23/9Y1L7S4Kbf9NsdHvYK398ab/52yEsDPDU5I4cuTcgDRrdIX7Ltc6RK+KCLRtWkbFnL6Dg==" } }, "npm:remark-math": { "type": "npm", "name": "npm:remark-math", "data": { "version": "5.1.1", "packageName": "remark-math", "hash": "sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==" } }, "npm:remark-mdx": { "type": "npm", "name": "npm:remark-mdx", "data": { "version": "2.3.0", "packageName": "remark-mdx", "hash": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==" } }, "npm:remark-smartypants": { "type": "npm", "name": "npm:remark-smartypants", "data": { "version": "2.1.0", "packageName": "remark-smartypants", "hash": "sha512-qoF6Vz3BjU2tP6OfZqHOvCU0ACmu/6jhGaINSQRI9mM7wCxNQTKB3JUAN4SVoN2ybElEDTxBIABRep7e569iJw==" } }, "npm:remove-accents": { "type": "npm", "name": "npm:remove-accents", "data": { "version": "0.5.0", "packageName": "remove-accents", "hash": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==" } }, "npm:remove-markdown": { "type": "npm", "name": "npm:remove-markdown", "data": { "version": "0.5.5", "packageName": "remove-markdown", "hash": "sha512-lMR8tOtDqazFT6W2bZidoXwkptMdF3pCxpri0AEokHg0sZlC2GdoLqnoaxsEj1o7/BtXV1MKtT3YviA1t7rW7g==" } }, "npm:repeat-string": { "type": "npm", "name": "npm:repeat-string", "data": { "version": "1.6.1", "packageName": "repeat-string", "hash": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" } }, "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:resend": { "type": "npm", "name": "npm:resend", "data": { "version": "3.5.0", "packageName": "resend", "hash": "sha512-bKu4LhXSecP6krvhfDzyDESApYdNfjirD5kykkT1xO0Cj9TKSiGh5Void4pGTs3Am+inSnp4dg0B5XzdwHBJOQ==" } }, "npm:resolve-alpn": { "type": "npm", "name": "npm:resolve-alpn", "data": { "version": "1.2.1", "packageName": "resolve-alpn", "hash": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" } }, "npm:resolve-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-pkg-maps": { "type": "npm", "name": "npm:resolve-pkg-maps", "data": { "version": "1.0.0", "packageName": "resolve-pkg-maps", "hash": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" } }, "npm:responselike": { "type": "npm", "name": "npm:responselike", "data": { "version": "2.0.1", "packageName": "responselike", "hash": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==" } }, "npm:retext": { "type": "npm", "name": "npm:retext", "data": { "version": "8.1.0", "packageName": "retext", "hash": "sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==" } }, "npm:retext-latin": { "type": "npm", "name": "npm:retext-latin", "data": { "version": "3.1.0", "packageName": "retext-latin", "hash": "sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==" } }, "npm:retext-smartypants": { "type": "npm", "name": "npm:retext-smartypants", "data": { "version": "5.2.0", "packageName": "retext-smartypants", "hash": "sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==" } }, "npm:retext-stringify": { "type": "npm", "name": "npm:retext-stringify", "data": { "version": "3.1.0", "packageName": "retext-stringify", "hash": "sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==" } }, "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.0.4", "packageName": "reusify", "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" } }, "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": { "type": "npm", "name": "npm:rollup", "data": { "version": "4.21.2", "packageName": "rollup", "hash": "sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==" } }, "npm:rrweb-cssom": { "type": "npm", "name": "npm:rrweb-cssom", "data": { "version": "0.6.0", "packageName": "rrweb-cssom", "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" } }, "npm:run-applescript": { "type": "npm", "name": "npm:run-applescript", "data": { "version": "7.0.0", "packageName": "run-applescript", "hash": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==" } }, "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": { "type": "npm", "name": "npm:rxjs", "data": { "version": "7.8.1", "packageName": "rxjs", "hash": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" } }, "npm:sade": { "type": "npm", "name": "npm:sade", "data": { "version": "1.8.1", "packageName": "sade", "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" } }, "npm:safe-array-concat": { "type": "npm", "name": "npm:safe-array-concat", "data": { "version": "1.1.2", "packageName": "safe-array-concat", "hash": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==" } }, "npm:safe-regex-test": { "type": "npm", "name": "npm:safe-regex-test", "data": { "version": "1.0.3", "packageName": "safe-regex-test", "hash": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==" } }, "npm:safe-stable-stringify": { "type": "npm", "name": "npm:safe-stable-stringify", "data": { "version": "2.5.0", "packageName": "safe-stable-stringify", "hash": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==" } }, "npm:safer-buffer": { "type": "npm", "name": "npm:safer-buffer", "data": { "version": "2.1.2", "packageName": "safer-buffer", "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" } }, "npm:sane-domparser-error": { "type": "npm", "name": "npm:sane-domparser-error", "data": { "version": "0.2.0", "packageName": "sane-domparser-error", "hash": "sha512-wxjDV5jty95tNv8N/4WA15UNGqqaor/xX7rnNYY961hifN3bheYoKqtXN+V/M6EUgmUAs6pMul3klwUPMEiVXA==" } }, "npm:sass": { "type": "npm", "name": "npm:sass", "data": { "version": "1.62.1", "packageName": "sass", "hash": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==" } }, "npm:sass-loader": { "type": "npm", "name": "npm:sass-loader", "data": { "version": "12.6.0", "packageName": "sass-loader", "hash": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==" } }, "npm:sax": { "type": "npm", "name": "npm:sax", "data": { "version": "1.4.1", "packageName": "sax", "hash": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" } }, "npm:sax@1.2.4": { "type": "npm", "name": "npm:sax@1.2.4", "data": { "version": "1.2.4", "packageName": "sax", "hash": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" } }, "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:scroll-into-view-if-needed": { "type": "npm", "name": "npm:scroll-into-view-if-needed", "data": { "version": "2.2.31", "packageName": "scroll-into-view-if-needed", "hash": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==" } }, "npm:section-matter": { "type": "npm", "name": "npm:section-matter", "data": { "version": "1.0.0", "packageName": "section-matter", "hash": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==" } }, "npm:secure-compare": { "type": "npm", "name": "npm:secure-compare", "data": { "version": "3.0.1", "packageName": "secure-compare", "hash": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==" } }, "npm:secure-json-parse": { "type": "npm", "name": "npm:secure-json-parse", "data": { "version": "2.7.0", "packageName": "secure-json-parse", "hash": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==" } }, "npm:selderee": { "type": "npm", "name": "npm:selderee", "data": { "version": "0.11.0", "packageName": "selderee", "hash": "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==" } }, "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": "2.4.1", "packageName": "selfsigned", "hash": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==" } }, "npm:semver-regex": { "type": "npm", "name": "npm:semver-regex", "data": { "version": "4.0.5", "packageName": "semver-regex", "hash": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==" } }, "npm:semver-truncate": { "type": "npm", "name": "npm:semver-truncate", "data": { "version": "3.0.0", "packageName": "semver-truncate", "hash": "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==" } }, "npm:sentence-case": { "type": "npm", "name": "npm:sentence-case", "data": { "version": "3.0.4", "packageName": "sentence-case", "hash": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==" } }, "npm:serialize-javascript": { "type": "npm", "name": "npm:serialize-javascript", "data": { "version": "6.0.2", "packageName": "serialize-javascript", "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" } }, "npm:serve-index": { "type": "npm", "name": "npm:serve-index", "data": { "version": "1.9.1", "packageName": "serve-index", "hash": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==" } }, "npm:setprototypeof@1.1.0": { "type": "npm", "name": "npm:setprototypeof@1.1.0", "data": { "version": "1.1.0", "packageName": "setprototypeof", "hash": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" } }, "npm:setprototypeof": { "type": "npm", "name": "npm:setprototypeof", "data": { "version": "1.2.0", "packageName": "setprototypeof", "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" } }, "npm:set-blocking": { "type": "npm", "name": "npm:set-blocking", "data": { "version": "2.0.0", "packageName": "set-blocking", "hash": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" } }, "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:sha256": { "type": "npm", "name": "npm:sha256", "data": { "version": "0.2.0", "packageName": "sha256", "hash": "sha512-kTWMJUaez5iiT9CcMv8jSq6kMhw3ST0uRdcIWl3D77s6AsLXNXRp3heeqqfu5+Dyfu4hwpQnMzhqHh8iNQxw0w==" } }, "npm:shallow-clone": { "type": "npm", "name": "npm:shallow-clone", "data": { "version": "3.0.1", "packageName": "shallow-clone", "hash": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==" } }, "npm:sharp": { "type": "npm", "name": "npm:sharp", "data": { "version": "0.33.5", "packageName": "sharp", "hash": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==" } }, "npm:shell-quote": { "type": "npm", "name": "npm:shell-quote", "data": { "version": "1.8.1", "packageName": "shell-quote", "hash": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==" } }, "npm:side-channel": { "type": "npm", "name": "npm:side-channel", "data": { "version": "1.0.6", "packageName": "side-channel", "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" } }, "npm:siginfo": { "type": "npm", "name": "npm:siginfo", "data": { "version": "2.0.0", "packageName": "siginfo", "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" } }, "npm:simple-concat": { "type": "npm", "name": "npm:simple-concat", "data": { "version": "1.0.1", "packageName": "simple-concat", "hash": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" } }, "npm:simple-get": { "type": "npm", "name": "npm:simple-get", "data": { "version": "3.1.1", "packageName": "simple-get", "hash": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==" } }, "npm:simple-statistics": { "type": "npm", "name": "npm:simple-statistics", "data": { "version": "7.8.5", "packageName": "simple-statistics", "hash": "sha512-yw4aOnkvPLbL80zamrEKznAnk5cIIkjEcx/z0aQl+m/YKMmVufrnWgWJWRspqZtwh+ElZXRhJ0MtnUjFUQV5Ow==" } }, "npm:simple-swizzle": { "type": "npm", "name": "npm:simple-swizzle", "data": { "version": "0.2.2", "packageName": "simple-swizzle", "hash": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" } }, "npm:sirv": { "type": "npm", "name": "npm:sirv", "data": { "version": "2.0.4", "packageName": "sirv", "hash": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==" } }, "npm:sisteransi": { "type": "npm", "name": "npm:sisteransi", "data": { "version": "1.0.5", "packageName": "sisteransi", "hash": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" } }, "npm:slate": { "type": "npm", "name": "npm:slate", "data": { "version": "0.94.1", "packageName": "slate", "hash": "sha512-GH/yizXr1ceBoZ9P9uebIaHe3dC/g6Plpf9nlUwnvoyf6V1UOYrRwkabtOCd3ZfIGxomY4P7lfgLr7FPH8/BKA==" } }, "npm:slate-history": { "type": "npm", "name": "npm:slate-history", "data": { "version": "0.93.0", "packageName": "slate-history", "hash": "sha512-Gr1GMGPipRuxIz41jD2/rbvzPj8eyar56TVMyJBvBeIpQSSjNISssvGNDYfJlSWM8eaRqf6DAcxMKzsLCYeX6g==" } }, "npm:slate-react": { "type": "npm", "name": "npm:slate-react", "data": { "version": "0.98.4", "packageName": "slate-react", "hash": "sha512-8Of3v9hFuX8rIRc86LuuBhU9t8ps+9ARKL4yyhCrKQYZ93Ep/LFA3GvPGvtf3zYuVadZ8tkhRH8tbHOGNAndLw==" } }, "npm:tiny-invariant@1.0.6": { "type": "npm", "name": "npm:tiny-invariant@1.0.6", "data": { "version": "1.0.6", "packageName": "tiny-invariant", "hash": "sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==" } }, "npm:tiny-invariant": { "type": "npm", "name": "npm:tiny-invariant", "data": { "version": "1.2.0", "packageName": "tiny-invariant", "hash": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==" } }, "npm:smart-buffer": { "type": "npm", "name": "npm:smart-buffer", "data": { "version": "4.2.0", "packageName": "smart-buffer", "hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" } }, "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:socks": { "type": "npm", "name": "npm:socks", "data": { "version": "2.8.3", "packageName": "socks", "hash": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==" } }, "npm:socks-proxy-agent": { "type": "npm", "name": "npm:socks-proxy-agent", "data": { "version": "8.0.4", "packageName": "socks-proxy-agent", "hash": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==" } }, "npm:sonic-boom": { "type": "npm", "name": "npm:sonic-boom", "data": { "version": "4.1.0", "packageName": "sonic-boom", "hash": "sha512-NGipjjRicyJJ03rPiZCJYjwlsuP2d1/5QUviozRXC7S3WdVWNK5e3Ojieb9CCyfhq2UC+3+SRd9nG3I2lPRvUw==" } }, "npm:sort-keys": { "type": "npm", "name": "npm:sort-keys", "data": { "version": "1.1.2", "packageName": "sort-keys", "hash": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==" } }, "npm:sort-keys-length": { "type": "npm", "name": "npm:sort-keys-length", "data": { "version": "1.0.1", "packageName": "sort-keys-length", "hash": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==" } }, "npm:sortablejs": { "type": "npm", "name": "npm:sortablejs", "data": { "version": "1.15.3", "packageName": "sortablejs", "hash": "sha512-zdK3/kwwAK1cJgy1rwl1YtNTbRmc8qW/+vgXf75A7NHag5of4pyI6uK86ktmQETyWRH7IGaE73uZOOBcGxgqZg==" } }, "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:spdy": { "type": "npm", "name": "npm:spdy", "data": { "version": "4.0.2", "packageName": "spdy", "hash": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==" } }, "npm:spdy-transport": { "type": "npm", "name": "npm:spdy-transport", "data": { "version": "3.0.0", "packageName": "spdy-transport", "hash": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==" } }, "npm:split2": { "type": "npm", "name": "npm:split2", "data": { "version": "4.2.0", "packageName": "split2", "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" } }, "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:stackframe": { "type": "npm", "name": "npm:stackframe", "data": { "version": "1.3.4", "packageName": "stackframe", "hash": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" } }, "npm:standard-as-callback": { "type": "npm", "name": "npm:standard-as-callback", "data": { "version": "2.1.0", "packageName": "standard-as-callback", "hash": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" } }, "npm:std-env": { "type": "npm", "name": "npm:std-env", "data": { "version": "3.7.0", "packageName": "std-env", "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" } }, "npm:stdin-discarder": { "type": "npm", "name": "npm:stdin-discarder", "data": { "version": "0.1.0", "packageName": "stdin-discarder", "hash": "sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==" } }, "npm:streamroller": { "type": "npm", "name": "npm:streamroller", "data": { "version": "3.1.5", "packageName": "streamroller", "hash": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==" } }, "npm:universalify@0.1.2": { "type": "npm", "name": "npm:universalify@0.1.2", "data": { "version": "0.1.2", "packageName": "universalify", "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" } }, "npm:universalify@0.2.0": { "type": "npm", "name": "npm:universalify@0.2.0", "data": { "version": "0.2.0", "packageName": "universalify", "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" } }, "npm:universalify": { "type": "npm", "name": "npm:universalify", "data": { "version": "2.0.1", "packageName": "universalify", "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" } }, "npm:streamsearch": { "type": "npm", "name": "npm:streamsearch", "data": { "version": "1.1.0", "packageName": "streamsearch", "hash": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" } }, "npm:streamx": { "type": "npm", "name": "npm:streamx", "data": { "version": "2.20.0", "packageName": "streamx", "hash": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==" } }, "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.3", "packageName": "string-width-cjs", "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" } }, "npm:string.prototype.matchall": { "type": "npm", "name": "npm:string.prototype.matchall", "data": { "version": "4.0.11", "packageName": "string.prototype.matchall", "hash": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==" } }, "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.9", "packageName": "string.prototype.trim", "hash": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==" } }, "npm:string.prototype.trimend": { "type": "npm", "name": "npm:string.prototype.trimend", "data": { "version": "1.0.8", "packageName": "string.prototype.trimend", "hash": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==" } }, "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:stringify-entities": { "type": "npm", "name": "npm:stringify-entities", "data": { "version": "4.0.4", "packageName": "stringify-entities", "hash": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==" } }, "npm:strip-ansi-cjs": { "type": "npm", "name": "npm:strip-ansi-cjs", "data": { "version": "npm:strip-ansi@6.0.1", "packageName": "strip-ansi-cjs", "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" } }, "npm:strip-bom-string": { "type": "npm", "name": "npm:strip-bom-string", "data": { "version": "1.0.0", "packageName": "strip-bom-string", "hash": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==" } }, "npm:strip-eof": { "type": "npm", "name": "npm:strip-eof", "data": { "version": "1.0.0", "packageName": "strip-eof", "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" } }, "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": "2.1.0", "packageName": "strip-literal", "hash": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==" } }, "npm:strip-outer": { "type": "npm", "name": "npm:strip-outer", "data": { "version": "2.0.0", "packageName": "strip-outer", "hash": "sha512-A21Xsm1XzUkK0qK1ZrytDUvqsQWict2Cykhvi0fBQntGG5JSprESasEyV1EZ/4CiR5WB5KjzLTrP/bO37B0wPg==" } }, "npm:stripe": { "type": "npm", "name": "npm:stripe", "data": { "version": "15.12.0", "packageName": "stripe", "hash": "sha512-slTbYS1WhRJXVB8YXU8fgHizkUrM9KJyrw4Dd8pLEwzKHYyQTIE46EePC2MVbSDZdE24o1GdNtzmJV4PrPpmJA==" } }, "npm:strnum": { "type": "npm", "name": "npm:strnum", "data": { "version": "1.0.5", "packageName": "strnum", "hash": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" } }, "npm:strong-log-transformer": { "type": "npm", "name": "npm:strong-log-transformer", "data": { "version": "2.1.0", "packageName": "strong-log-transformer", "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" } }, "npm:strtok3": { "type": "npm", "name": "npm:strtok3", "data": { "version": "7.1.1", "packageName": "strtok3", "hash": "sha512-mKX8HA/cdBqMKUr0MMZAFssCkIGoZeSCMXgnt79yKxNFguMLVFgRe6wB+fsL0NmoHDbeyZXczy7vEPSoo3rkzg==" } }, "npm:style-loader": { "type": "npm", "name": "npm:style-loader", "data": { "version": "3.3.4", "packageName": "style-loader", "hash": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==" } }, "npm:styled-jsx": { "type": "npm", "name": "npm:styled-jsx", "data": { "version": "5.1.1", "packageName": "styled-jsx", "hash": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==" } }, "npm:stylehacks": { "type": "npm", "name": "npm:stylehacks", "data": { "version": "6.1.1", "packageName": "stylehacks", "hash": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==" } }, "npm:stylis": { "type": "npm", "name": "npm:stylis", "data": { "version": "4.2.0", "packageName": "stylis", "hash": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" } }, "npm:stylus": { "type": "npm", "name": "npm:stylus", "data": { "version": "0.59.0", "packageName": "stylus", "hash": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==" } }, "npm:stylus-loader": { "type": "npm", "name": "npm:stylus-loader", "data": { "version": "7.1.3", "packageName": "stylus-loader", "hash": "sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==" } }, "npm:sucrase": { "type": "npm", "name": "npm:sucrase", "data": { "version": "3.35.0", "packageName": "sucrase", "hash": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==" } }, "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:svg-round-corners": { "type": "npm", "name": "npm:svg-round-corners", "data": { "version": "0.4.3", "packageName": "svg-round-corners", "hash": "sha512-9zxcdLa9Bh2Bddxa760wSzspWLJ1nTRMKIsVH6MjNm8QssbZGbmY0pOnjwrp/cST+mfod2l3lpbuKFe+c3wHjw==" } }, "npm:svgo": { "type": "npm", "name": "npm:svgo", "data": { "version": "3.3.2", "packageName": "svgo", "hash": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==" } }, "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:sweetalert2": { "type": "npm", "name": "npm:sweetalert2", "data": { "version": "11.14.0", "packageName": "sweetalert2", "hash": "sha512-kF1Q/+GtZZXr+rYVcBNwlEsnxP089CpDbck+MYjvLaQj9x4fzHqN9UhlkHOIR0k09LVu2sx8cU9BnvRlxWIZqg==" } }, "npm:swr": { "type": "npm", "name": "npm:swr", "data": { "version": "2.2.5", "packageName": "swr", "hash": "sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==" } }, "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:tabbable": { "type": "npm", "name": "npm:tabbable", "data": { "version": "6.2.0", "packageName": "tabbable", "hash": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" } }, "npm:tailwind-merge": { "type": "npm", "name": "npm:tailwind-merge", "data": { "version": "1.14.0", "packageName": "tailwind-merge", "hash": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" } }, "npm:tailwind-scrollbar": { "type": "npm", "name": "npm:tailwind-scrollbar", "data": { "version": "3.1.0", "packageName": "tailwind-scrollbar", "hash": "sha512-pmrtDIZeHyu2idTejfV59SbaJyvp1VRjYxAjZBH0jnyrPRo6HL1kD5Glz8VPagasqr6oAx6M05+Tuw429Z8jxg==" } }, "npm:tailwindcss": { "type": "npm", "name": "npm:tailwindcss", "data": { "version": "3.4.3", "packageName": "tailwindcss", "hash": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==" } }, "npm:tapable": { "type": "npm", "name": "npm:tapable", "data": { "version": "2.2.1", "packageName": "tapable", "hash": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" } }, "npm:tar": { "type": "npm", "name": "npm:tar", "data": { "version": "6.2.1", "packageName": "tar", "hash": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" } }, "npm:tar-stream@3.1.7": { "type": "npm", "name": "npm:tar-stream@3.1.7", "data": { "version": "3.1.7", "packageName": "tar-stream", "hash": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" } }, "npm:tar-stream": { "type": "npm", "name": "npm:tar-stream", "data": { "version": "2.2.0", "packageName": "tar-stream", "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" } }, "npm:terser": { "type": "npm", "name": "npm:terser", "data": { "version": "5.32.0", "packageName": "terser", "hash": "sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ==" } }, "npm:terser-webpack-plugin": { "type": "npm", "name": "npm:terser-webpack-plugin", "data": { "version": "5.3.10", "packageName": "terser-webpack-plugin", "hash": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==" } }, "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-decoder": { "type": "npm", "name": "npm:text-decoder", "data": { "version": "1.1.1", "packageName": "text-decoder", "hash": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==" } }, "npm:text-table": { "type": "npm", "name": "npm:text-table", "data": { "version": "0.2.0", "packageName": "text-table", "hash": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" } }, "npm:thenify": { "type": "npm", "name": "npm:thenify", "data": { "version": "3.3.1", "packageName": "thenify", "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" } }, "npm:thenify-all": { "type": "npm", "name": "npm:thenify-all", "data": { "version": "1.6.0", "packageName": "thenify-all", "hash": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" } }, "npm:thingies": { "type": "npm", "name": "npm:thingies", "data": { "version": "1.21.0", "packageName": "thingies", "hash": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==" } }, "npm:thread-stream": { "type": "npm", "name": "npm:thread-stream", "data": { "version": "3.1.0", "packageName": "thread-stream", "hash": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==" } }, "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:tiny-case": { "type": "npm", "name": "npm:tiny-case", "data": { "version": "1.0.3", "packageName": "tiny-case", "hash": "sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==" } }, "npm:tiny-warning": { "type": "npm", "name": "npm:tiny-warning", "data": { "version": "1.0.3", "packageName": "tiny-warning", "hash": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" } }, "npm:tinybench": { "type": "npm", "name": "npm:tinybench", "data": { "version": "2.9.0", "packageName": "tinybench", "hash": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" } }, "npm:tinycolor2": { "type": "npm", "name": "npm:tinycolor2", "data": { "version": "1.6.0", "packageName": "tinycolor2", "hash": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==" } }, "npm:tinypool": { "type": "npm", "name": "npm:tinypool", "data": { "version": "0.8.4", "packageName": "tinypool", "hash": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==" } }, "npm:tinyspy": { "type": "npm", "name": "npm:tinyspy", "data": { "version": "2.2.1", "packageName": "tinyspy", "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" } }, "npm:tmp": { "type": "npm", "name": "npm:tmp", "data": { "version": "0.2.3", "packageName": "tmp", "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" } }, "npm:tmpl": { "type": "npm", "name": "npm:tmpl", "data": { "version": "1.0.5", "packageName": "tmpl", "hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" } }, "npm:to-fast-properties": { "type": "npm", "name": "npm:to-fast-properties", "data": { "version": "2.0.0", "packageName": "to-fast-properties", "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" } }, "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:toggle-selection": { "type": "npm", "name": "npm:toggle-selection", "data": { "version": "1.0.6", "packageName": "toggle-selection", "hash": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" } }, "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": "5.0.1", "packageName": "token-types", "hash": "sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==" } }, "npm:toposort": { "type": "npm", "name": "npm:toposort", "data": { "version": "2.0.2", "packageName": "toposort", "hash": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==" } }, "npm:totalist": { "type": "npm", "name": "npm:totalist", "data": { "version": "3.0.1", "packageName": "totalist", "hash": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" } }, "npm:tough-cookie": { "type": "npm", "name": "npm:tough-cookie", "data": { "version": "4.1.4", "packageName": "tough-cookie", "hash": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==" } }, "npm:tree-dump": { "type": "npm", "name": "npm:tree-dump", "data": { "version": "1.0.2", "packageName": "tree-dump", "hash": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==" } }, "npm:trim-lines": { "type": "npm", "name": "npm:trim-lines", "data": { "version": "3.0.1", "packageName": "trim-lines", "hash": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" } }, "npm:trim-repeated": { "type": "npm", "name": "npm:trim-repeated", "data": { "version": "2.0.0", "packageName": "trim-repeated", "hash": "sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==" } }, "npm:trough": { "type": "npm", "name": "npm:trough", "data": { "version": "2.2.0", "packageName": "trough", "hash": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==" } }, "npm:ts-api-utils": { "type": "npm", "name": "npm:ts-api-utils", "data": { "version": "1.3.0", "packageName": "ts-api-utils", "hash": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" } }, "npm:ts-interface-checker": { "type": "npm", "name": "npm:ts-interface-checker", "data": { "version": "0.1.13", "packageName": "ts-interface-checker", "hash": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" } }, "npm:ts-jest": { "type": "npm", "name": "npm:ts-jest", "data": { "version": "29.2.5", "packageName": "ts-jest", "hash": "sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==" } }, "npm:ts-loader": { "type": "npm", "name": "npm:ts-loader", "data": { "version": "9.5.1", "packageName": "ts-loader", "hash": "sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==" } }, "npm:ts-node": { "type": "npm", "name": "npm:ts-node", "data": { "version": "10.9.1", "packageName": "ts-node", "hash": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==" } }, "npm:tsconfig-paths-webpack-plugin": { "type": "npm", "name": "npm:tsconfig-paths-webpack-plugin", "data": { "version": "4.0.0", "packageName": "tsconfig-paths-webpack-plugin", "hash": "sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==" } }, "npm:tsscmp": { "type": "npm", "name": "npm:tsscmp", "data": { "version": "1.0.6", "packageName": "tsscmp", "hash": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==" } }, "npm:twitter-api-v2": { "type": "npm", "name": "npm:twitter-api-v2", "data": { "version": "1.17.2", "packageName": "twitter-api-v2", "hash": "sha512-V8QvCkuQ+ydIakwYbVC4cuQxGlvjdRZI0L7TT5v9zGsf+SwX40rv3IFRHB8Z1cXJLcRFT0FI3xG3/f4zwS6cRA==" } }, "npm:type-check": { "type": "npm", "name": "npm:type-check", "data": { "version": "0.4.0", "packageName": "type-check", "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" } }, "npm:type-graphql": { "type": "npm", "name": "npm:type-graphql", "data": { "version": "2.0.0-rc.1", "packageName": "type-graphql", "hash": "sha512-HCu4j3jR0tZvAAoO7DMBT3MRmah0DFRe5APymm9lXUghXA0sbhiMf6SLRafRYfk0R0KiUQYRduuGP3ap1RnF1Q==" } }, "npm:type-is": { "type": "npm", "name": "npm:type-is", "data": { "version": "1.6.18", "packageName": "type-is", "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" } }, "npm:typed-array-buffer": { "type": "npm", "name": "npm:typed-array-buffer", "data": { "version": "1.0.2", "packageName": "typed-array-buffer", "hash": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==" } }, "npm:typed-array-byte-length": { "type": "npm", "name": "npm:typed-array-byte-length", "data": { "version": "1.0.1", "packageName": "typed-array-byte-length", "hash": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==" } }, "npm:typed-array-byte-offset": { "type": "npm", "name": "npm:typed-array-byte-offset", "data": { "version": "1.0.2", "packageName": "typed-array-byte-offset", "hash": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==" } }, "npm:typed-array-length": { "type": "npm", "name": "npm:typed-array-length", "data": { "version": "1.0.6", "packageName": "typed-array-length", "hash": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/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:ufo": { "type": "npm", "name": "npm:ufo", "data": { "version": "1.5.4", "packageName": "ufo", "hash": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" } }, "npm:uid": { "type": "npm", "name": "npm:uid", "data": { "version": "2.0.2", "packageName": "uid", "hash": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==" } }, "npm:unbox-primitive": { "type": "npm", "name": "npm:unbox-primitive", "data": { "version": "1.0.2", "packageName": "unbox-primitive", "hash": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==" } }, "npm:unbzip2-stream": { "type": "npm", "name": "npm:unbzip2-stream", "data": { "version": "1.4.3", "packageName": "unbzip2-stream", "hash": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==" } }, "npm:undici": { "type": "npm", "name": "npm:undici", "data": { "version": "6.19.8", "packageName": "undici", "hash": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==" } }, "npm:unherit": { "type": "npm", "name": "npm:unherit", "data": { "version": "3.0.1", "packageName": "unherit", "hash": "sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==" } }, "npm:unicode-canonical-property-names-ecmascript": { "type": "npm", "name": "npm:unicode-canonical-property-names-ecmascript", "data": { "version": "2.0.0", "packageName": "unicode-canonical-property-names-ecmascript", "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" } }, "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.1.0", "packageName": "unicode-match-property-value-ecmascript", "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" } }, "npm:unicode-property-aliases-ecmascript": { "type": "npm", "name": "npm:unicode-property-aliases-ecmascript", "data": { "version": "2.1.0", "packageName": "unicode-property-aliases-ecmascript", "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" } }, "npm:union": { "type": "npm", "name": "npm:union", "data": { "version": "0.5.0", "packageName": "union", "hash": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==" } }, "npm:unist-builder": { "type": "npm", "name": "npm:unist-builder", "data": { "version": "3.0.1", "packageName": "unist-builder", "hash": "sha512-gnpOw7DIpCA0vpr6NqdPvTWnlPTApCTRzr+38E6hCWx3rz/cjo83SsKIlS1Z+L5ttScQ2AwutNnb8+tAvpb6qQ==" } }, "npm:unist-util-filter": { "type": "npm", "name": "npm:unist-util-filter", "data": { "version": "5.0.1", "packageName": "unist-util-filter", "hash": "sha512-pHx7D4Zt6+TsfwylH9+lYhBhzyhEnCXs/lbq/Hstxno5z4gVdyc2WEW0asfjGKPyG4pEKrnBv5hdkO6+aRnQJw==" } }, "npm:unist-util-generated": { "type": "npm", "name": "npm:unist-util-generated", "data": { "version": "2.0.1", "packageName": "unist-util-generated", "hash": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==" } }, "npm:unist-util-map": { "type": "npm", "name": "npm:unist-util-map", "data": { "version": "3.1.3", "packageName": "unist-util-map", "hash": "sha512-4/mDauoxqZ6geK97lJ6n2kDk6JK88Vh+hWMSJqyaaP/7eqN1dDhjcjnNxKNm3YU6Sw7PVJtcFMUbnmHvYzb6Vg==" } }, "npm:unist-util-modify-children": { "type": "npm", "name": "npm:unist-util-modify-children", "data": { "version": "3.1.1", "packageName": "unist-util-modify-children", "hash": "sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==" } }, "npm:unist-util-remove": { "type": "npm", "name": "npm:unist-util-remove", "data": { "version": "3.1.1", "packageName": "unist-util-remove", "hash": "sha512-kfCqZK5YVY5yEa89tvpl7KnBBHu2c6CzMkqHUrlOqaRgGOMp0sMvwWOVrbAtj03KhovQB7i96Gda72v/EFE0vw==" } }, "npm:unist-util-visit-children": { "type": "npm", "name": "npm:unist-util-visit-children", "data": { "version": "2.0.2", "packageName": "unist-util-visit-children", "hash": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==" } }, "npm:unload": { "type": "npm", "name": "npm:unload", "data": { "version": "2.2.0", "packageName": "unload", "hash": "sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==" } }, "npm:unpipe": { "type": "npm", "name": "npm:unpipe", "data": { "version": "1.0.0", "packageName": "unpipe", "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" } }, "npm:untruncate-json": { "type": "npm", "name": "npm:untruncate-json", "data": { "version": "0.0.1", "packageName": "untruncate-json", "hash": "sha512-4W9enDK4X1y1s2S/Rz7ysw6kDuMS3VmRjMFg7GZrNO+98OSe+x5Lh7PKYoVjy3lW/1wmhs6HW0lusnQRHgMarA==" } }, "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.1.0", "packageName": "update-browserslist-db", "hash": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==" } }, "npm:upper-case": { "type": "npm", "name": "npm:upper-case", "data": { "version": "2.0.2", "packageName": "upper-case", "hash": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==" } }, "npm:upper-case-first": { "type": "npm", "name": "npm:upper-case-first", "data": { "version": "2.0.2", "packageName": "upper-case-first", "hash": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==" } }, "npm:uri-js": { "type": "npm", "name": "npm:uri-js", "data": { "version": "4.4.1", "packageName": "uri-js", "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" } }, "npm:url": { "type": "npm", "name": "npm:url", "data": { "version": "0.11.4", "packageName": "url", "hash": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==" } }, "npm:url-join": { "type": "npm", "name": "npm:url-join", "data": { "version": "4.0.1", "packageName": "url-join", "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" } }, "npm:url-loader": { "type": "npm", "name": "npm:url-loader", "data": { "version": "4.1.1", "packageName": "url-loader", "hash": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==" } }, "npm:url-parse": { "type": "npm", "name": "npm:url-parse", "data": { "version": "1.5.10", "packageName": "url-parse", "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" } }, "npm:url-template": { "type": "npm", "name": "npm:url-template", "data": { "version": "2.0.8", "packageName": "url-template", "hash": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==" } }, "npm:urlpattern-polyfill": { "type": "npm", "name": "npm:urlpattern-polyfill", "data": { "version": "10.0.0", "packageName": "urlpattern-polyfill", "hash": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" } }, "npm:urql": { "type": "npm", "name": "npm:urql", "data": { "version": "4.1.0", "packageName": "urql", "hash": "sha512-NfbfTvxy1sM89EQAJWm89qJZihUWk7BSMfrWgfljFXLOf+e7RK7DtV/Tbg2+82HnCG2x3LcEOJenxiFSYEC+bw==" } }, "npm:use-callback-ref": { "type": "npm", "name": "npm:use-callback-ref", "data": { "version": "1.3.2", "packageName": "use-callback-ref", "hash": "sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==" } }, "npm:use-composed-ref": { "type": "npm", "name": "npm:use-composed-ref", "data": { "version": "1.3.0", "packageName": "use-composed-ref", "hash": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==" } }, "npm:use-debounce": { "type": "npm", "name": "npm:use-debounce", "data": { "version": "10.0.3", "packageName": "use-debounce", "hash": "sha512-DxQSI9ZKso689WM1mjgGU3ozcxU1TJElBJ3X6S4SMzMNcm2lVH0AHmyXB+K7ewjz2BSUKJTDqTcwtSMRfB89dg==" } }, "npm:use-deep-compare": { "type": "npm", "name": "npm:use-deep-compare", "data": { "version": "1.3.0", "packageName": "use-deep-compare", "hash": "sha512-94iG+dEdEP/Sl3WWde+w9StIunlV8Dgj+vkt5wTwMoFQLaijiEZSXXy8KtcStpmEDtIptRJiNeD4ACTtVvnIKA==" } }, "npm:use-image": { "type": "npm", "name": "npm:use-image", "data": { "version": "1.1.1", "packageName": "use-image", "hash": "sha512-n4YO2k8AJG/BcDtxmBx8Aa+47kxY5m335dJiCQA5tTeVU4XdhrhqR6wT0WISRXwdMEOv5CSjqekDZkEMiiWaYQ==" } }, "npm:use-isomorphic-layout-effect": { "type": "npm", "name": "npm:use-isomorphic-layout-effect", "data": { "version": "1.1.2", "packageName": "use-isomorphic-layout-effect", "hash": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==" } }, "npm:use-latest": { "type": "npm", "name": "npm:use-latest", "data": { "version": "1.2.1", "packageName": "use-latest", "hash": "sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==" } }, "npm:use-resize-observer": { "type": "npm", "name": "npm:use-resize-observer", "data": { "version": "9.1.0", "packageName": "use-resize-observer", "hash": "sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==" } }, "npm:use-sidecar": { "type": "npm", "name": "npm:use-sidecar", "data": { "version": "1.1.2", "packageName": "use-sidecar", "hash": "sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==" } }, "npm:use-sync-external-store": { "type": "npm", "name": "npm:use-sync-external-store", "data": { "version": "1.2.2", "packageName": "use-sync-external-store", "hash": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==" } }, "npm:utf-8-validate": { "type": "npm", "name": "npm:utf-8-validate", "data": { "version": "5.0.10", "packageName": "utf-8-validate", "hash": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==" } }, "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:uvu": { "type": "npm", "name": "npm:uvu", "data": { "version": "0.5.6", "packageName": "uvu", "hash": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==" } }, "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:validate-npm-package-name": { "type": "npm", "name": "npm:validate-npm-package-name", "data": { "version": "5.0.1", "packageName": "validate-npm-package-name", "hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==" } }, "npm:validator": { "type": "npm", "name": "npm:validator", "data": { "version": "13.12.0", "packageName": "validator", "hash": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==" } }, "npm:value-or-promise": { "type": "npm", "name": "npm:value-or-promise", "data": { "version": "1.0.12", "packageName": "value-or-promise", "hash": "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==" } }, "npm:vary": { "type": "npm", "name": "npm:vary", "data": { "version": "1.1.2", "packageName": "vary", "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" } }, "npm:vfile-matter": { "type": "npm", "name": "npm:vfile-matter", "data": { "version": "3.0.1", "packageName": "vfile-matter", "hash": "sha512-CAAIDwnh6ZdtrqAuxdElUqQRQDQgbbIrYtDYI8gCjXS1qQ+1XdLoK8FIZWxJwn0/I+BkSSZpar3SOgjemQz4fg==" } }, "npm:vite": { "type": "npm", "name": "npm:vite", "data": { "version": "5.4.4", "packageName": "vite", "hash": "sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA==" } }, "npm:vite-node": { "type": "npm", "name": "npm:vite-node", "data": { "version": "1.6.0", "packageName": "vite-node", "hash": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==" } }, "npm:vitest": { "type": "npm", "name": "npm:vitest", "data": { "version": "1.6.0", "packageName": "vitest", "hash": "sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==" } }, "npm:w3c-xmlserializer": { "type": "npm", "name": "npm:w3c-xmlserializer", "data": { "version": "4.0.0", "packageName": "w3c-xmlserializer", "hash": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==" } }, "npm:walker": { "type": "npm", "name": "npm:walker", "data": { "version": "1.0.8", "packageName": "walker", "hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" } }, "npm:warning": { "type": "npm", "name": "npm:warning", "data": { "version": "4.0.3", "packageName": "warning", "hash": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==" } }, "npm:watchpack": { "type": "npm", "name": "npm:watchpack", "data": { "version": "2.4.2", "packageName": "watchpack", "hash": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==" } }, "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:web-namespaces": { "type": "npm", "name": "npm:web-namespaces", "data": { "version": "2.0.1", "packageName": "web-namespaces", "hash": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==" } }, "npm:webpack": { "type": "npm", "name": "npm:webpack", "data": { "version": "5.94.0", "packageName": "webpack", "hash": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==" } }, "npm:webpack-dev-middleware": { "type": "npm", "name": "npm:webpack-dev-middleware", "data": { "version": "7.4.2", "packageName": "webpack-dev-middleware", "hash": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==" } }, "npm:webpack-dev-server": { "type": "npm", "name": "npm:webpack-dev-server", "data": { "version": "5.1.0", "packageName": "webpack-dev-server", "hash": "sha512-aQpaN81X6tXie1FoOB7xlMfCsN19pSvRAeYUHOdFWOlhpQ/LlbfTqYwwmEDFV0h8GGuqmCmKmT+pxcUV/Nt2gQ==" } }, "npm:webpack-merge": { "type": "npm", "name": "npm:webpack-merge", "data": { "version": "5.10.0", "packageName": "webpack-merge", "hash": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==" } }, "npm:wildcard@2.0.1": { "type": "npm", "name": "npm:wildcard@2.0.1", "data": { "version": "2.0.1", "packageName": "wildcard", "hash": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" } }, "npm:wildcard": { "type": "npm", "name": "npm:wildcard", "data": { "version": "1.1.2", "packageName": "wildcard", "hash": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==" } }, "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.2.3", "packageName": "webpack-sources", "hash": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" } }, "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: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:which-boxed-primitive": { "type": "npm", "name": "npm:which-boxed-primitive", "data": { "version": "1.0.2", "packageName": "which-boxed-primitive", "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" } }, "npm:which-builtin-type": { "type": "npm", "name": "npm:which-builtin-type", "data": { "version": "1.1.4", "packageName": "which-builtin-type", "hash": "sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==" } }, "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.15", "packageName": "which-typed-array", "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" } }, "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:wide-align": { "type": "npm", "name": "npm:wide-align", "data": { "version": "1.1.5", "packageName": "wide-align", "hash": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" } }, "npm:wonka": { "type": "npm", "name": "npm:wonka", "data": { "version": "6.3.4", "packageName": "wonka", "hash": "sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==" } }, "npm:word-wrap": { "type": "npm", "name": "npm:word-wrap", "data": { "version": "1.2.5", "packageName": "word-wrap", "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" } }, "npm:wrap-ansi-cjs": { "type": "npm", "name": "npm:wrap-ansi-cjs", "data": { "version": "npm:wrap-ansi@7.0.0", "packageName": "wrap-ansi-cjs", "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" } }, "npm:wrappy": { "type": "npm", "name": "npm:wrappy", "data": { "version": "1.0.2", "packageName": "wrappy", "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" } }, "npm:write-file-atomic": { "type": "npm", "name": "npm:write-file-atomic", "data": { "version": "4.0.2", "packageName": "write-file-atomic", "hash": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==" } }, "npm:xml-name-validator": { "type": "npm", "name": "npm:xml-name-validator", "data": { "version": "4.0.0", "packageName": "xml-name-validator", "hash": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==" } }, "npm:xmlchars": { "type": "npm", "name": "npm:xmlchars", "data": { "version": "2.2.0", "packageName": "xmlchars", "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" } }, "npm:xmlserializer": { "type": "npm", "name": "npm:xmlserializer", "data": { "version": "0.6.1", "packageName": "xmlserializer", "hash": "sha512-FNb0eEqqUUbnuvxuHqNuKH8qCGKqxu+558Zi8UzOoQk8Z9LdvpONK+v7m3gpKVHrk5Aq+0nNLsKxu/6OYh7Umw==" } }, "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:yargs-parser": { "type": "npm", "name": "npm:yargs-parser", "data": { "version": "21.1.1", "packageName": "yargs-parser", "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" } }, "npm:yauzl": { "type": "npm", "name": "npm:yauzl", "data": { "version": "2.10.0", "packageName": "yauzl", "hash": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==" } }, "npm:ylru": { "type": "npm", "name": "npm:ylru", "data": { "version": "1.4.0", "packageName": "ylru", "hash": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==" } }, "npm:yn": { "type": "npm", "name": "npm:yn", "data": { "version": "3.1.1", "packageName": "yn", "hash": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" } }, "npm:yup": { "type": "npm", "name": "npm:yup", "data": { "version": "1.4.0", "packageName": "yup", "hash": "sha512-wPbgkJRCqIf+OHyiTBQoJiP5PFuAXaWiJK6AmYkzQAh5/c2K9hzSApBZG5wV9KoKSePF7sAxmNSvh/13YHkFDg==" } }, "npm:zod": { "type": "npm", "name": "npm:zod", "data": { "version": "3.23.8", "packageName": "zod", "hash": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==" } }, "npm:zod-to-json-schema": { "type": "npm", "name": "npm:zod-to-json-schema", "data": { "version": "3.23.3", "packageName": "zod-to-json-schema", "hash": "sha512-TYWChTxKQbRJp5ST22o/Irt9KC5nj7CdBKYB/AosCRdj/wxEMvv4NNaj9XVUHDOIp53ZxArGhnw5HMZziPFjog==" } }, "npm:zwitch": { "type": "npm", "name": "npm:zwitch", "data": { "version": "2.0.4", "packageName": "zwitch", "hash": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" } } }, "dependencies": { "react-shared-libraries": [], "nestjs-libraries": [], "commands": [], "frontend": [], "backend": [], "workers": [], "cron": [], "docs": [], "npm:@0no-co/graphql.web": [ { "source": "npm:@0no-co/graphql.web", "target": "npm:graphql", "type": "static" } ], "npm:@ampproject/remapping": [ { "source": "npm:@ampproject/remapping", "target": "npm:@jridgewell/gen-mapping", "type": "static" }, { "source": "npm:@ampproject/remapping", "target": "npm:@jridgewell/trace-mapping", "type": "static" } ], "npm:@angular-devkit/core": [ { "source": "npm:@angular-devkit/core", "target": "npm:chokidar", "type": "static" }, { "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", "type": "static" }, { "source": "npm:@angular-devkit/core", "target": "npm:rxjs", "type": "static" }, { "source": "npm:@angular-devkit/core", "target": "npm:source-map@0.7.4", "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:@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", "type": "static" }, { "source": "npm:@angular-devkit/schematics", "target": "npm:ora@5.4.1", "type": "static" }, { "source": "npm:@angular-devkit/schematics", "target": "npm:rxjs", "type": "static" } ], "npm:ansi-styles@4.3.0": [ { "source": "npm:ansi-styles@4.3.0", "target": "npm:color-convert", "type": "static" } ], "npm:bl@4.1.0": [ { "source": "npm:bl@4.1.0", "target": "npm:buffer@5.7.1", "type": "static" }, { "source": "npm:bl@4.1.0", "target": "npm:inherits", "type": "static" }, { "source": "npm:bl@4.1.0", "target": "npm:readable-stream", "type": "static" } ], "npm:buffer@5.7.1": [ { "source": "npm:buffer@5.7.1", "target": "npm:base64-js", "type": "static" }, { "source": "npm:buffer@5.7.1", "target": "npm:ieee754", "type": "static" } ], "npm:chalk@4.1.2": [ { "source": "npm:chalk@4.1.2", "target": "npm:ansi-styles@4.3.0", "type": "static" }, { "source": "npm:chalk@4.1.2", "target": "npm:supports-color@7.2.0", "type": "static" } ], "npm:log-symbols@4.1.0": [ { "source": "npm:log-symbols@4.1.0", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:log-symbols@4.1.0", "target": "npm:is-unicode-supported@0.1.0", "type": "static" } ], "npm:ora@5.4.1": [ { "source": "npm:ora@5.4.1", "target": "npm:bl@4.1.0", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:cli-cursor", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:cli-spinners", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:is-interactive@1.0.0", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:is-unicode-supported@0.1.0", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:log-symbols@4.1.0", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:strip-ansi", "type": "static" }, { "source": "npm:ora@5.4.1", "target": "npm:wcwidth", "type": "static" } ], "npm:supports-color@7.2.0": [ { "source": "npm:supports-color@7.2.0", "target": "npm:has-flag@4.0.0", "type": "static" } ], "npm:@anthropic-ai/sdk": [ { "source": "npm:@anthropic-ai/sdk", "target": "npm:@types/node", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:@types/node-fetch", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:abort-controller", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:agentkeepalive", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:digest-fetch", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:form-data-encoder", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:formdata-node", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:node-fetch", "type": "static" }, { "source": "npm:@anthropic-ai/sdk", "target": "npm:web-streams-polyfill", "type": "static" } ], "npm:@apidevtools/json-schema-ref-parser": [ { "source": "npm:@apidevtools/json-schema-ref-parser", "target": "npm:@jsdevtools/ono", "type": "static" }, { "source": "npm:@apidevtools/json-schema-ref-parser", "target": "npm:call-me-maybe", "type": "static" }, { "source": "npm:@apidevtools/json-schema-ref-parser", "target": "npm:js-yaml", "type": "static" } ], "npm:@apidevtools/swagger-parser": [ { "source": "npm:@apidevtools/swagger-parser", "target": "npm:openapi-types", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:@apidevtools/json-schema-ref-parser", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:@apidevtools/openapi-schemas", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:@apidevtools/swagger-methods", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:@jsdevtools/ono", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:ajv", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:ajv-draft-04", "type": "static" }, { "source": "npm:@apidevtools/swagger-parser", "target": "npm:call-me-maybe", "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/crc32c": [ { "source": "npm:@aws-crypto/crc32c", "target": "npm:@aws-crypto/util", "type": "static" }, { "source": "npm:@aws-crypto/crc32c", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-crypto/crc32c", "target": "npm:tslib", "type": "static" } ], "npm:@aws-crypto/sha1-browser": [ { "source": "npm:@aws-crypto/sha1-browser", "target": "npm:@aws-crypto/supports-web-crypto", "type": "static" }, { "source": "npm:@aws-crypto/sha1-browser", "target": "npm:@aws-crypto/util", "type": "static" }, { "source": "npm:@aws-crypto/sha1-browser", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-crypto/sha1-browser", "target": "npm:@aws-sdk/util-locate-window", "type": "static" }, { "source": "npm:@aws-crypto/sha1-browser", "target": "npm:@smithy/util-utf8@2.3.0", "type": "static" }, { "source": "npm:@aws-crypto/sha1-browser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/is-array-buffer@2.2.0": [ { "source": "npm:@smithy/is-array-buffer@2.2.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-buffer-from@2.2.0": [ { "source": "npm:@smithy/util-buffer-from@2.2.0", "target": "npm:@smithy/is-array-buffer@2.2.0", "type": "static" }, { "source": "npm:@smithy/util-buffer-from@2.2.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-utf8@2.3.0": [ { "source": "npm:@smithy/util-utf8@2.3.0", "target": "npm:@smithy/util-buffer-from@2.2.0", "type": "static" }, { "source": "npm:@smithy/util-utf8@2.3.0", "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@2.3.0", "type": "static" }, { "source": "npm:@aws-crypto/sha256-browser", "target": "npm:tslib", "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": [ { "source": "npm:@aws-crypto/util", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-crypto/util", "target": "npm:@smithy/util-utf8@2.3.0", "type": "static" }, { "source": "npm:@aws-crypto/util", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/client-s3": [ { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-crypto/sha1-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-crypto/sha256-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-crypto/sha256-js", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/client-sso-oidc", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/client-sts", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/core", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/credential-provider-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-bucket-endpoint", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-expect-continue", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-flexible-checksums", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-host-header", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-location-constraint", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-logger", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-recursion-detection", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-sdk-s3", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-ssec", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/middleware-user-agent", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/region-config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/signature-v4-multi-region", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/util-user-agent-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/util-user-agent-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@aws-sdk/xml-builder", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/core", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/eventstream-serde-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/eventstream-serde-config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/eventstream-serde-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/fetch-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/hash-blob-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/hash-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/hash-stream-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/invalid-dependency", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/md5-js", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/middleware-content-length", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/middleware-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/middleware-serde", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/middleware-stack", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/node-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/url-parser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-body-length-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-body-length-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-defaults-mode-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-defaults-mode-node", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-stream", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:@smithy/util-waiter", "type": "static" }, { "source": "npm:@aws-sdk/client-s3", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/client-sso": [ { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-crypto/sha256-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-crypto/sha256-js", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/core", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/middleware-host-header", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/middleware-logger", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/middleware-recursion-detection", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/middleware-user-agent", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/region-config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/util-user-agent-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@aws-sdk/util-user-agent-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/core", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/fetch-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/hash-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/invalid-dependency", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/middleware-content-length", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/middleware-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/middleware-serde", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/middleware-stack", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/node-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/url-parser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-body-length-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-body-length-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-defaults-mode-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-defaults-mode-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@aws-sdk/client-sso", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/client-sso-oidc": [ { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/client-sts", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-crypto/sha256-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-crypto/sha256-js", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/core", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/credential-provider-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/middleware-host-header", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/middleware-logger", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/middleware-recursion-detection", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/middleware-user-agent", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/region-config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/util-user-agent-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@aws-sdk/util-user-agent-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/core", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/fetch-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/hash-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/invalid-dependency", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/middleware-content-length", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/middleware-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/middleware-serde", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/middleware-stack", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/node-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/url-parser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-body-length-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-body-length-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-defaults-mode-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-defaults-mode-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@aws-sdk/client-sso-oidc", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/client-sts": [ { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-crypto/sha256-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-crypto/sha256-js", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/client-sso-oidc", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/core", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/credential-provider-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/middleware-host-header", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/middleware-logger", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/middleware-recursion-detection", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/middleware-user-agent", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/region-config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/util-user-agent-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@aws-sdk/util-user-agent-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/config-resolver", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/core", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/fetch-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/hash-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/invalid-dependency", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/middleware-content-length", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/middleware-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/middleware-serde", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/middleware-stack", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/node-http-handler", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/url-parser", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-body-length-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-body-length-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-defaults-mode-browser", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-defaults-mode-node", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-retry", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@aws-sdk/client-sts", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/core": [ { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/core", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/signature-v4", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/core", "target": "npm:fast-xml-parser", "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/types", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-env", "target": "npm:@smithy/property-provider", "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/types", "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/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-http", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-http", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-http", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-http", "target": "npm:@smithy/util-stream", "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/client-sts", "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-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/types", "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/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-ini", "target": "npm:@smithy/shared-ini-file-loader", "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-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/credential-provider-imds", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-node", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-node", "target": "npm:@smithy/shared-ini-file-loader", "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/types", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-process", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-process", "target": "npm:@smithy/shared-ini-file-loader", "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/client-sso", "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/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/credential-provider-sso", "target": "npm:@smithy/shared-ini-file-loader", "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/client-sts", "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/property-provider", "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/middleware-bucket-endpoint": [ { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:@aws-sdk/util-arn-parser", "type": "static" }, { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:@smithy/util-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/middleware-bucket-endpoint", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-expect-continue": [ { "source": "npm:@aws-sdk/middleware-expect-continue", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-expect-continue", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-expect-continue", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-expect-continue", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-flexible-checksums": [ { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@aws-crypto/crc32", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@aws-crypto/crc32c", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@smithy/is-array-buffer", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@aws-sdk/middleware-flexible-checksums", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-host-header": [ { "source": "npm:@aws-sdk/middleware-host-header", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-host-header", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-host-header", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-host-header", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-location-constraint": [ { "source": "npm:@aws-sdk/middleware-location-constraint", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-location-constraint", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-location-constraint", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-logger": [ { "source": "npm:@aws-sdk/middleware-logger", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-logger", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-logger", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-recursion-detection": [ { "source": "npm:@aws-sdk/middleware-recursion-detection", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-recursion-detection", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-recursion-detection", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-recursion-detection", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-sdk-s3": [ { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@aws-sdk/core", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@aws-sdk/util-arn-parser", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/core", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/signature-v4", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/util-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/util-stream", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@aws-sdk/middleware-sdk-s3", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-ssec": [ { "source": "npm:@aws-sdk/middleware-ssec", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-ssec", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-ssec", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/middleware-user-agent": [ { "source": "npm:@aws-sdk/middleware-user-agent", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-user-agent", "target": "npm:@aws-sdk/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/middleware-user-agent", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/middleware-user-agent", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/middleware-user-agent", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/region-config-resolver": [ { "source": "npm:@aws-sdk/region-config-resolver", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/region-config-resolver", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/region-config-resolver", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/region-config-resolver", "target": "npm:@smithy/util-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/region-config-resolver", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@aws-sdk/region-config-resolver", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/s3-request-presigner": [ { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@aws-sdk/signature-v4-multi-region", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@aws-sdk/util-format-url", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/s3-request-presigner", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/signature-v4-multi-region": [ { "source": "npm:@aws-sdk/signature-v4-multi-region", "target": "npm:@aws-sdk/middleware-sdk-s3", "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/protocol-http", "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/client-sso-oidc", "type": "static" }, { "source": "npm:@aws-sdk/token-providers", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/token-providers", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@aws-sdk/token-providers", "target": "npm:@smithy/shared-ini-file-loader", "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-arn-parser": [ { "source": "npm:@aws-sdk/util-arn-parser", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/util-endpoints": [ { "source": "npm:@aws-sdk/util-endpoints", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/util-endpoints", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/util-endpoints", "target": "npm:@smithy/util-endpoints", "type": "static" }, { "source": "npm:@aws-sdk/util-endpoints", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/util-format-url": [ { "source": "npm:@aws-sdk/util-format-url", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/util-format-url", "target": "npm:@smithy/querystring-builder", "type": "static" }, { "source": "npm:@aws-sdk/util-format-url", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/util-format-url", "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-user-agent-browser": [ { "source": "npm:@aws-sdk/util-user-agent-browser", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/util-user-agent-browser", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/util-user-agent-browser", "target": "npm:bowser", "type": "static" }, { "source": "npm:@aws-sdk/util-user-agent-browser", "target": "npm:tslib", "type": "static" } ], "npm:@aws-sdk/util-user-agent-node": [ { "source": "npm:@aws-sdk/util-user-agent-node", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-sdk/util-user-agent-node", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@aws-sdk/util-user-agent-node", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@aws-sdk/util-user-agent-node", "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:tslib", "type": "static" } ], "npm:@babel/code-frame": [ { "source": "npm:@babel/code-frame", "target": "npm:@babel/highlight", "type": "static" }, { "source": "npm:@babel/code-frame", "target": "npm:picocolors", "type": "static" } ], "npm:@babel/core": [ { "source": "npm:@babel/core", "target": "npm:@ampproject/remapping", "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: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", "type": "static" } ], "npm:@babel/generator": [ { "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-builder-binary-assignment-operator-visitor": [ { "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", "target": "npm:@babel/traverse", "type": "static" }, { "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", "target": "npm:@babel/types", "type": "static" } ], "npm:@babel/helper-compilation-targets": [ { "source": "npm:@babel/helper-compilation-targets", "target": "npm:@babel/compat-data", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", "target": "npm:@babel/helper-validator-option", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", "target": "npm:browserslist", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", "target": "npm:lru-cache", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", "target": "npm:semver", "type": "static" } ], "npm:@babel/helper-create-class-features-plugin": [ { "source": "npm:@babel/helper-create-class-features-plugin", "target": "npm:@babel/core", "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", "type": "static" } ], "npm:@babel/helper-create-regexp-features-plugin": [ { "source": "npm:@babel/helper-create-regexp-features-plugin", "target": "npm:@babel/core", "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", "type": "static" } ], "npm:@babel/helper-define-polyfill-provider": [ { "source": "npm:@babel/helper-define-polyfill-provider", "target": "npm:@babel/core", "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" } ], "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/core", "type": "static" }, { "source": "npm:@babel/helper-module-transforms", "target": "npm:@babel/helper-module-imports", "type": "static" }, { "source": "npm:@babel/helper-module-transforms", "target": "npm:@babel/helper-simple-access", "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/core", "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" } ], "npm:@babel/helper-replace-supers": [ { "source": "npm:@babel/helper-replace-supers", "target": "npm:@babel/core", "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" } ], "npm:@babel/helper-simple-access": [ { "source": "npm:@babel/helper-simple-access", "target": "npm:@babel/traverse", "type": "static" }, { "source": "npm:@babel/helper-simple-access", "target": "npm:@babel/types", "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/highlight": [ { "source": "npm:@babel/highlight", "target": "npm:@babel/helper-validator-identifier", "type": "static" }, { "source": "npm:@babel/highlight", "target": "npm:chalk", "type": "static" }, { "source": "npm:@babel/highlight", "target": "npm:js-tokens", "type": "static" }, { "source": "npm:@babel/highlight", "target": "npm:picocolors", "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/core", "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" } ], "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": [ { "source": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "target": "npm:@babel/helper-plugin-utils", "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/core", "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" } ], "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ { "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-proposal-decorators": [ { "source": "npm:@babel/plugin-proposal-decorators", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-proposal-private-property-in-object": [ { "source": "npm:@babel/plugin-proposal-private-property-in-object", "target": "npm:@babel/core", "type": "static" } ], "npm:@babel/plugin-syntax-async-generators": [ { "source": "npm:@babel/plugin-syntax-async-generators", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-syntax-decorators", "target": "npm:@babel/helper-plugin-utils", "type": "static" } ], "npm:@babel/plugin-syntax-dynamic-import": [ { "source": "npm:@babel/plugin-syntax-dynamic-import", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-syntax-dynamic-import", "target": "npm:@babel/helper-plugin-utils", "type": "static" } ], "npm:@babel/plugin-syntax-export-namespace-from": [ { "source": "npm:@babel/plugin-syntax-export-namespace-from", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-syntax-export-namespace-from", "target": "npm:@babel/helper-plugin-utils", "type": "static" } ], "npm:@babel/plugin-syntax-import-assertions": [ { "source": "npm:@babel/plugin-syntax-import-assertions", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-arrow-functions": [ { "source": "npm:@babel/plugin-transform-arrow-functions", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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/plugin-syntax-async-generators", "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/core", "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" } ], "npm:@babel/plugin-transform-block-scoped-functions": [ { "source": "npm:@babel/plugin-transform-block-scoped-functions", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-class-static-block": [ { "source": "npm:@babel/plugin-transform-class-static-block", "target": "npm:@babel/core", "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-class-static-block", "target": "npm:@babel/plugin-syntax-class-static-block", "type": "static" } ], "npm:@babel/plugin-transform-classes": [ { "source": "npm:@babel/plugin-transform-classes", "target": "npm:@babel/core", "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-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-classes", "target": "npm:globals", "type": "static" } ], "npm:@babel/plugin-transform-computed-properties": [ { "source": "npm:@babel/plugin-transform-computed-properties", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-destructuring": [ { "source": "npm:@babel/plugin-transform-destructuring", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-destructuring", "target": "npm:@babel/helper-plugin-utils", "type": "static" } ], "npm:@babel/plugin-transform-dotall-regex": [ { "source": "npm:@babel/plugin-transform-dotall-regex", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-duplicate-keys": [ { "source": "npm:@babel/plugin-transform-duplicate-keys", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-dynamic-import": [ { "source": "npm:@babel/plugin-transform-dynamic-import", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-dynamic-import", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-dynamic-import", "target": "npm:@babel/plugin-syntax-dynamic-import", "type": "static" } ], "npm:@babel/plugin-transform-exponentiation-operator": [ { "source": "npm:@babel/plugin-transform-exponentiation-operator", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-exponentiation-operator", "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-export-namespace-from", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-export-namespace-from", "target": "npm:@babel/plugin-syntax-export-namespace-from", "type": "static" } ], "npm:@babel/plugin-transform-for-of": [ { "source": "npm:@babel/plugin-transform-for-of", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-function-name": [ { "source": "npm:@babel/plugin-transform-function-name", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-json-strings": [ { "source": "npm:@babel/plugin-transform-json-strings", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-json-strings", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-json-strings", "target": "npm:@babel/plugin-syntax-json-strings", "type": "static" } ], "npm:@babel/plugin-transform-literals": [ { "source": "npm:@babel/plugin-transform-literals", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-logical-assignment-operators", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-logical-assignment-operators", "target": "npm:@babel/plugin-syntax-logical-assignment-operators", "type": "static" } ], "npm:@babel/plugin-transform-member-expression-literals": [ { "source": "npm:@babel/plugin-transform-member-expression-literals", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-modules-commonjs": [ { "source": "npm:@babel/plugin-transform-modules-commonjs", "target": "npm:@babel/core", "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-commonjs", "target": "npm:@babel/helper-simple-access", "type": "static" } ], "npm:@babel/plugin-transform-modules-systemjs": [ { "source": "npm:@babel/plugin-transform-modules-systemjs", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-modules-umd": [ { "source": "npm:@babel/plugin-transform-modules-umd", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-named-capturing-groups-regex": [ { "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-new-target": [ { "source": "npm:@babel/plugin-transform-new-target", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", "type": "static" } ], "npm:@babel/plugin-transform-numeric-separator": [ { "source": "npm:@babel/plugin-transform-numeric-separator", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-numeric-separator", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-numeric-separator", "target": "npm:@babel/plugin-syntax-numeric-separator", "type": "static" } ], "npm:@babel/plugin-transform-object-rest-spread": [ { "source": "npm:@babel/plugin-transform-object-rest-spread", "target": "npm:@babel/core", "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-syntax-object-rest-spread", "type": "static" }, { "source": "npm:@babel/plugin-transform-object-rest-spread", "target": "npm:@babel/plugin-transform-parameters", "type": "static" } ], "npm:@babel/plugin-transform-object-super": [ { "source": "npm:@babel/plugin-transform-object-super", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-optional-catch-binding": [ { "source": "npm:@babel/plugin-transform-optional-catch-binding", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-optional-catch-binding", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-optional-catch-binding", "target": "npm:@babel/plugin-syntax-optional-catch-binding", "type": "static" } ], "npm:@babel/plugin-transform-optional-chaining": [ { "source": "npm:@babel/plugin-transform-optional-chaining", "target": "npm:@babel/core", "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-optional-chaining", "target": "npm:@babel/plugin-syntax-optional-chaining", "type": "static" } ], "npm:@babel/plugin-transform-parameters": [ { "source": "npm:@babel/plugin-transform-parameters", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-private-property-in-object": [ { "source": "npm:@babel/plugin-transform-private-property-in-object", "target": "npm:@babel/core", "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-private-property-in-object", "target": "npm:@babel/plugin-syntax-private-property-in-object", "type": "static" } ], "npm:@babel/plugin-transform-property-literals": [ { "source": "npm:@babel/plugin-transform-property-literals", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-react-display-name", "target": "npm:@babel/helper-plugin-utils", "type": "static" } ], "npm:@babel/plugin-transform-react-jsx": [ { "source": "npm:@babel/plugin-transform-react-jsx", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-react-jsx-development": [ { "source": "npm:@babel/plugin-transform-react-jsx-development", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-react-jsx-source", "target": "npm:@babel/helper-plugin-utils", "type": "static" } ], "npm:@babel/plugin-transform-react-pure-annotations": [ { "source": "npm:@babel/plugin-transform-react-pure-annotations", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-regenerator": [ { "source": "npm:@babel/plugin-transform-regenerator", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@babel/plugin-transform-regenerator", "target": "npm:@babel/helper-plugin-utils", "type": "static" }, { "source": "npm:@babel/plugin-transform-regenerator", "target": "npm:regenerator-transform", "type": "static" } ], "npm:@babel/plugin-transform-reserved-words": [ { "source": "npm:@babel/plugin-transform-reserved-words", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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", "type": "static" } ], "npm:@babel/plugin-transform-shorthand-properties": [ { "source": "npm:@babel/plugin-transform-shorthand-properties", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-sticky-regex": [ { "source": "npm:@babel/plugin-transform-sticky-regex", "target": "npm:@babel/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-unicode-escapes": [ { "source": "npm:@babel/plugin-transform-unicode-escapes", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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" } ], "npm:@babel/plugin-transform-unicode-regex": [ { "source": "npm:@babel/plugin-transform-unicode-regex", "target": "npm:@babel/core", "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" } ], "npm:@babel/plugin-transform-unicode-sets-regex": [ { "source": "npm:@babel/plugin-transform-unicode-sets-regex", "target": "npm:@babel/core", "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" } ], "npm:@babel/preset-env": [ { "source": "npm:@babel/preset-env", "target": "npm:@babel/core", "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-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-async-generators", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-class-properties", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-class-static-block", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-dynamic-import", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-export-namespace-from", "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-import-meta", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-json-strings", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-logical-assignment-operators", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-numeric-separator", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-object-rest-spread", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-optional-catch-binding", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-optional-chaining", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-private-property-in-object", "type": "static" }, { "source": "npm:@babel/preset-env", "target": "npm:@babel/plugin-syntax-top-level-await", "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-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-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", "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", "type": "static" } ], "npm:@babel/preset-modules": [ { "source": "npm:@babel/preset-modules", "target": "npm:@babel/core", "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" } ], "npm:@babel/preset-react": [ { "source": "npm:@babel/preset-react", "target": "npm:@babel/core", "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" } ], "npm:@babel/preset-typescript": [ { "source": "npm:@babel/preset-typescript", "target": "npm:@babel/core", "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" } ], "npm:@babel/runtime": [ { "source": "npm:@babel/runtime", "target": "npm:regenerator-runtime", "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/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:globals", "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" }, { "source": "npm:@babel/types", "target": "npm:to-fast-properties", "type": "static" } ], "npm:@blueprintjs/colors": [ { "source": "npm:@blueprintjs/colors", "target": "npm:tslib@2.6.3", "type": "static" } ], "npm:@blueprintjs/core": [ { "source": "npm:@blueprintjs/core", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:react", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:@blueprintjs/colors", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:@blueprintjs/icons", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:@popperjs/core", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:classnames", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:normalize.css", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:react-popper", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:react-transition-group", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:react-uid", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:tslib@2.6.3", "type": "static" }, { "source": "npm:@blueprintjs/core", "target": "npm:use-sync-external-store", "type": "static" } ], "npm:@blueprintjs/icons": [ { "source": "npm:@blueprintjs/icons", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@blueprintjs/icons", "target": "npm:react", "type": "static" }, { "source": "npm:@blueprintjs/icons", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@blueprintjs/icons", "target": "npm:change-case", "type": "static" }, { "source": "npm:@blueprintjs/icons", "target": "npm:classnames", "type": "static" }, { "source": "npm:@blueprintjs/icons", "target": "npm:tslib@2.6.3", "type": "static" } ], "npm:@blueprintjs/select": [ { "source": "npm:@blueprintjs/select", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@blueprintjs/select", "target": "npm:react", "type": "static" }, { "source": "npm:@blueprintjs/select", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@blueprintjs/select", "target": "npm:@blueprintjs/core", "type": "static" }, { "source": "npm:@blueprintjs/select", "target": "npm:@blueprintjs/icons", "type": "static" }, { "source": "npm:@blueprintjs/select", "target": "npm:classnames", "type": "static" }, { "source": "npm:@blueprintjs/select", "target": "npm:tslib@2.6.3", "type": "static" } ], "npm:@casl/ability": [ { "source": "npm:@casl/ability", "target": "npm:@ucast/mongo2js", "type": "static" } ], "npm:@copilotkit/react-core": [ { "source": "npm:@copilotkit/react-core", "target": "npm:react", "type": "static" }, { "source": "npm:@copilotkit/react-core", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@copilotkit/react-core", "target": "npm:@copilotkit/runtime-client-gql", "type": "static" }, { "source": "npm:@copilotkit/react-core", "target": "npm:@copilotkit/shared", "type": "static" }, { "source": "npm:@copilotkit/react-core", "target": "npm:@scarf/scarf", "type": "static" }, { "source": "npm:@copilotkit/react-core", "target": "npm:untruncate-json", "type": "static" } ], "npm:@copilotkit/react-textarea": [ { "source": "npm:@copilotkit/react-textarea", "target": "npm:react", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@copilotkit/react-core", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@copilotkit/runtime-client-gql", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@copilotkit/shared", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@emotion/css", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@emotion/react", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@emotion/styled", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@mui/material", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@radix-ui/react-dialog", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@radix-ui/react-label", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@radix-ui/react-separator", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:@radix-ui/react-slot", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:class-variance-authority", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:clsx@1.2.1", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:cmdk", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:lodash.merge", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:lucide-react@0.274.0", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:material-icons", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:slate", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:slate-history", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:slate-react", "type": "static" }, { "source": "npm:@copilotkit/react-textarea", "target": "npm:tailwind-merge", "type": "static" } ], "npm:lucide-react@0.274.0": [ { "source": "npm:lucide-react@0.274.0", "target": "npm:react", "type": "static" } ], "npm:@copilotkit/react-ui": [ { "source": "npm:@copilotkit/react-ui", "target": "npm:react", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:@copilotkit/react-core", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:@copilotkit/runtime-client-gql", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:@copilotkit/shared", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:@headlessui/react", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:react-markdown", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:react-syntax-highlighter", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:remark-gfm", "type": "static" }, { "source": "npm:@copilotkit/react-ui", "target": "npm:remark-math", "type": "static" } ], "npm:@copilotkit/runtime": [ { "source": "npm:@copilotkit/runtime", "target": "npm:@copilotkit/shared", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:@google/generative-ai", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:@graphql-yoga/plugin-defer-stream", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:@langchain/community@0.0.53", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:@langchain/core", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:@langchain/openai", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:class-transformer", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:express", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:graphql", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:graphql-scalars", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:graphql-yoga", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:groq-sdk", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:langchain@0.1.37", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:openai", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:pino", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:pino-pretty", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:reflect-metadata@0.2.2", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:rxjs", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:type-graphql", "type": "static" }, { "source": "npm:@copilotkit/runtime", "target": "npm:zod", "type": "static" } ], "npm:@copilotkit/runtime-client-gql": [ { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:react", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:@copilotkit/runtime", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:@copilotkit/shared", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:@urql/core", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:class-transformer", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:class-validator", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:graphql", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:untruncate-json", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:urql", "type": "static" }, { "source": "npm:@copilotkit/runtime-client-gql", "target": "npm:wonka", "type": "static" } ], "npm:@aws-crypto/crc32@3.0.0": [ { "source": "npm:@aws-crypto/crc32@3.0.0", "target": "npm:@aws-crypto/util@3.0.0", "type": "static" }, { "source": "npm:@aws-crypto/crc32@3.0.0", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-crypto/crc32@3.0.0", "target": "npm:tslib@1.14.1", "type": "static" } ], "npm:@aws-crypto/util@3.0.0": [ { "source": "npm:@aws-crypto/util@3.0.0", "target": "npm:@aws-sdk/types", "type": "static" }, { "source": "npm:@aws-crypto/util@3.0.0", "target": "npm:@aws-sdk/util-utf8-browser", "type": "static" }, { "source": "npm:@aws-crypto/util@3.0.0", "target": "npm:tslib@1.14.1", "type": "static" } ], "npm:@langchain/community@0.0.53": [ { "source": "npm:@langchain/community@0.0.53", "target": "npm:@aws-crypto/sha256-js", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@aws-sdk/credential-provider-node", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@smithy/eventstream-codec@2.2.0", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@smithy/protocol-http@3.3.0", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@smithy/signature-v4@2.3.0", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@smithy/util-utf8@2.3.0", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:google-auth-library@8.9.0", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:googleapis@126.0.1", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:html-to-text", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:ioredis", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:jsdom", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:jsonwebtoken", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:lodash", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:redis", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:ws", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@langchain/core", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:@langchain/openai", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:expr-eval", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:flat", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:langsmith@0.1.54", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:uuid", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:zod", "type": "static" }, { "source": "npm:@langchain/community@0.0.53", "target": "npm:zod-to-json-schema", "type": "static" } ], "npm:langsmith@0.1.54": [ { "source": "npm:langsmith@0.1.54", "target": "npm:@langchain/core", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:langchain@0.1.37", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:openai", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:@types/uuid@10.0.0", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:commander@10.0.1", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:p-queue", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:p-retry", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:uuid@10.0.0", "type": "static" }, { "source": "npm:langsmith@0.1.54", "target": "npm:@langchain/core@0.2.32", "type": "static" } ], "npm:@puppeteer/browsers@0.5.0": [ { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:typescript", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:debug@4.3.4", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:extract-zip", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:progress", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:proxy-from-env", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:tar-fs@2.1.1", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:unbzip2-stream", "type": "static" }, { "source": "npm:@puppeteer/browsers@0.5.0", "target": "npm:yargs@17.7.1", "type": "static" } ], "npm:@smithy/eventstream-codec@2.2.0": [ { "source": "npm:@smithy/eventstream-codec@2.2.0", "target": "npm:@aws-crypto/crc32@3.0.0", "type": "static" }, { "source": "npm:@smithy/eventstream-codec@2.2.0", "target": "npm:@smithy/types@2.12.0", "type": "static" }, { "source": "npm:@smithy/eventstream-codec@2.2.0", "target": "npm:@smithy/util-hex-encoding@2.2.0", "type": "static" }, { "source": "npm:@smithy/eventstream-codec@2.2.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/protocol-http@3.3.0": [ { "source": "npm:@smithy/protocol-http@3.3.0", "target": "npm:@smithy/types@2.12.0", "type": "static" }, { "source": "npm:@smithy/protocol-http@3.3.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/signature-v4@2.3.0": [ { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:@smithy/is-array-buffer@2.2.0", "type": "static" }, { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:@smithy/types@2.12.0", "type": "static" }, { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:@smithy/util-hex-encoding@2.2.0", "type": "static" }, { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:@smithy/util-middleware@2.2.0", "type": "static" }, { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:@smithy/util-uri-escape@2.2.0", "type": "static" }, { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:@smithy/util-utf8@2.3.0", "type": "static" }, { "source": "npm:@smithy/signature-v4@2.3.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/types@2.12.0": [ { "source": "npm:@smithy/types@2.12.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-hex-encoding@2.2.0": [ { "source": "npm:@smithy/util-hex-encoding@2.2.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-middleware@2.2.0": [ { "source": "npm:@smithy/util-middleware@2.2.0", "target": "npm:@smithy/types@2.12.0", "type": "static" }, { "source": "npm:@smithy/util-middleware@2.2.0", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-uri-escape@2.2.0": [ { "source": "npm:@smithy/util-uri-escape@2.2.0", "target": "npm:tslib", "type": "static" } ], "npm:agent-base@7.1.1": [ { "source": "npm:agent-base@7.1.1", "target": "npm:debug@4.3.4", "type": "static" }, { "source": "npm:agent-base@7.1.1", "target": "npm:debug", "type": "static" } ], "npm:chromium-bidi@0.4.7": [ { "source": "npm:chromium-bidi@0.4.7", "target": "npm:devtools-protocol@0.0.1107588", "type": "static" }, { "source": "npm:chromium-bidi@0.4.7", "target": "npm:mitt@3.0.0", "type": "static" } ], "npm:cosmiconfig@8.1.3": [ { "source": "npm:cosmiconfig@8.1.3", "target": "npm:import-fresh", "type": "static" }, { "source": "npm:cosmiconfig@8.1.3", "target": "npm:js-yaml@4.1.0", "type": "static" }, { "source": "npm:cosmiconfig@8.1.3", "target": "npm:parse-json", "type": "static" }, { "source": "npm:cosmiconfig@8.1.3", "target": "npm:path-type", "type": "static" } ], "npm:debug@4.3.4": [ { "source": "npm:debug@4.3.4", "target": "npm:ms@2.1.2", "type": "static" } ], "npm:gaxios@5.1.3": [ { "source": "npm:gaxios@5.1.3", "target": "npm:extend", "type": "static" }, { "source": "npm:gaxios@5.1.3", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:gaxios@5.1.3", "target": "npm:is-stream@2.0.1", "type": "static" }, { "source": "npm:gaxios@5.1.3", "target": "npm:node-fetch", "type": "static" } ], "npm:gcp-metadata@5.3.0": [ { "source": "npm:gcp-metadata@5.3.0", "target": "npm:gaxios@5.1.3", "type": "static" }, { "source": "npm:gcp-metadata@5.3.0", "target": "npm:json-bigint", "type": "static" } ], "npm:google-auth-library@8.9.0": [ { "source": "npm:google-auth-library@8.9.0", "target": "npm:arrify", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:base64-js", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:ecdsa-sig-formatter", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:fast-text-encoding", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:gaxios@5.1.3", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:gcp-metadata@5.3.0", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:gtoken@6.1.2", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:jws", "type": "static" }, { "source": "npm:google-auth-library@8.9.0", "target": "npm:lru-cache@6.0.0", "type": "static" } ], "npm:googleapis@126.0.1": [ { "source": "npm:googleapis@126.0.1", "target": "npm:google-auth-library", "type": "static" }, { "source": "npm:googleapis@126.0.1", "target": "npm:googleapis-common", "type": "static" } ], "npm:gaxios": [ { "source": "npm:gaxios", "target": "npm:extend", "type": "static" }, { "source": "npm:gaxios", "target": "npm:https-proxy-agent@7.0.5", "type": "static" }, { "source": "npm:gaxios", "target": "npm:is-stream@2.0.1", "type": "static" }, { "source": "npm:gaxios", "target": "npm:node-fetch", "type": "static" }, { "source": "npm:gaxios", "target": "npm:uuid", "type": "static" } ], "npm:gcp-metadata": [ { "source": "npm:gcp-metadata", "target": "npm:gaxios", "type": "static" }, { "source": "npm:gcp-metadata", "target": "npm:json-bigint", "type": "static" } ], "npm:google-auth-library": [ { "source": "npm:google-auth-library", "target": "npm:base64-js", "type": "static" }, { "source": "npm:google-auth-library", "target": "npm:ecdsa-sig-formatter", "type": "static" }, { "source": "npm:google-auth-library", "target": "npm:gaxios", "type": "static" }, { "source": "npm:google-auth-library", "target": "npm:gcp-metadata", "type": "static" }, { "source": "npm:google-auth-library", "target": "npm:gtoken", "type": "static" }, { "source": "npm:google-auth-library", "target": "npm:jws", "type": "static" } ], "npm:gtoken": [ { "source": "npm:gtoken", "target": "npm:gaxios", "type": "static" }, { "source": "npm:gtoken", "target": "npm:jws", "type": "static" } ], "npm:https-proxy-agent@7.0.5": [ { "source": "npm:https-proxy-agent@7.0.5", "target": "npm:agent-base@7.1.1", "type": "static" }, { "source": "npm:https-proxy-agent@7.0.5", "target": "npm:debug@4.3.4", "type": "static" }, { "source": "npm:https-proxy-agent@7.0.5", "target": "npm:debug", "type": "static" } ], "npm:gtoken@6.1.2": [ { "source": "npm:gtoken@6.1.2", "target": "npm:gaxios@5.1.3", "type": "static" }, { "source": "npm:gtoken@6.1.2", "target": "npm:google-p12-pem", "type": "static" }, { "source": "npm:gtoken@6.1.2", "target": "npm:jws", "type": "static" } ], "npm:js-yaml@4.1.0": [ { "source": "npm:js-yaml@4.1.0", "target": "npm:argparse@2.0.1", "type": "static" } ], "npm:langchain@0.1.37": [ { "source": "npm:langchain@0.1.37", "target": "npm:@aws-sdk/client-s3", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:@aws-sdk/credential-provider-node", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:axios", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:cheerio", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:fast-xml-parser", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:google-auth-library@8.9.0", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:html-to-text", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:ignore", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:ioredis", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:jsdom", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:puppeteer@19.11.1", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:redis", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:ws", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:@anthropic-ai/sdk", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:@langchain/community@0.0.53", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:@langchain/core", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:@langchain/openai", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:@langchain/textsplitters", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:binary-extensions", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:js-tiktoken", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:js-yaml@4.1.0", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:jsonpointer", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:langchainhub", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:langsmith@0.1.54", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:ml-distance", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:openapi-types", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:p-retry", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:uuid", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:yaml", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:zod", "type": "static" }, { "source": "npm:langchain@0.1.37", "target": "npm:zod-to-json-schema", "type": "static" } ], "npm:lru-cache@6.0.0": [ { "source": "npm:lru-cache@6.0.0", "target": "npm:yallist@4.0.0", "type": "static" } ], "npm:puppeteer@19.11.1": [ { "source": "npm:puppeteer@19.11.1", "target": "npm:@puppeteer/browsers@0.5.0", "type": "static" }, { "source": "npm:puppeteer@19.11.1", "target": "npm:cosmiconfig@8.1.3", "type": "static" }, { "source": "npm:puppeteer@19.11.1", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:puppeteer@19.11.1", "target": "npm:progress", "type": "static" }, { "source": "npm:puppeteer@19.11.1", "target": "npm:proxy-from-env", "type": "static" }, { "source": "npm:puppeteer@19.11.1", "target": "npm:puppeteer-core@19.11.1", "type": "static" } ], "npm:puppeteer-core@19.11.1": [ { "source": "npm:puppeteer-core@19.11.1", "target": "npm:typescript", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:@puppeteer/browsers@0.5.0", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:chromium-bidi@0.4.7", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:cross-fetch", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:debug@4.3.4", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:devtools-protocol@0.0.1107588", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:extract-zip", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:proxy-from-env", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:tar-fs@2.1.1", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:unbzip2-stream", "type": "static" }, { "source": "npm:puppeteer-core@19.11.1", "target": "npm:ws@8.13.0", "type": "static" } ], "npm:ws@8.13.0": [ { "source": "npm:ws@8.13.0", "target": "npm:bufferutil", "type": "static" }, { "source": "npm:ws@8.13.0", "target": "npm:utf-8-validate", "type": "static" } ], "npm:tar-fs@2.1.1": [ { "source": "npm:tar-fs@2.1.1", "target": "npm:chownr@1.1.4", "type": "static" }, { "source": "npm:tar-fs@2.1.1", "target": "npm:mkdirp-classic", "type": "static" }, { "source": "npm:tar-fs@2.1.1", "target": "npm:pump", "type": "static" }, { "source": "npm:tar-fs@2.1.1", "target": "npm:tar-stream", "type": "static" } ], "npm:yargs@17.7.1": [ { "source": "npm:yargs@17.7.1", "target": "npm:cliui", "type": "static" }, { "source": "npm:yargs@17.7.1", "target": "npm:escalade", "type": "static" }, { "source": "npm:yargs@17.7.1", "target": "npm:get-caller-file", "type": "static" }, { "source": "npm:yargs@17.7.1", "target": "npm:require-directory", "type": "static" }, { "source": "npm:yargs@17.7.1", "target": "npm:string-width", "type": "static" }, { "source": "npm:yargs@17.7.1", "target": "npm:y18n", "type": "static" }, { "source": "npm:yargs@17.7.1", "target": "npm:yargs-parser", "type": "static" } ], "npm:@copilotkit/shared": [ { "source": "npm:@copilotkit/shared", "target": "npm:@segment/analytics-node", "type": "static" }, { "source": "npm:@copilotkit/shared", "target": "npm:chalk@4.1.2", "type": "static" } ], "npm:@cspotcode/source-map-support": [ { "source": "npm:@cspotcode/source-map-support", "target": "npm:@jridgewell/trace-mapping@0.3.9", "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:@emnapi/core": [ { "source": "npm:@emnapi/core", "target": "npm:@emnapi/wasi-threads", "type": "static" }, { "source": "npm:@emnapi/core", "target": "npm:tslib", "type": "static" } ], "npm:@emnapi/runtime": [ { "source": "npm:@emnapi/runtime", "target": "npm:tslib", "type": "static" } ], "npm:@emnapi/wasi-threads": [ { "source": "npm:@emnapi/wasi-threads", "target": "npm:tslib", "type": "static" } ], "npm:@emotion/babel-plugin": [ { "source": "npm:@emotion/babel-plugin", "target": "npm:@babel/helper-module-imports", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:@emotion/hash", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:@emotion/memoize", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:@emotion/serialize", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:babel-plugin-macros", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:convert-source-map@1.9.0", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:escape-string-regexp", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:find-root", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:source-map", "type": "static" }, { "source": "npm:@emotion/babel-plugin", "target": "npm:stylis", "type": "static" } ], "npm:@emotion/cache": [ { "source": "npm:@emotion/cache", "target": "npm:@emotion/memoize", "type": "static" }, { "source": "npm:@emotion/cache", "target": "npm:@emotion/sheet", "type": "static" }, { "source": "npm:@emotion/cache", "target": "npm:@emotion/utils", "type": "static" }, { "source": "npm:@emotion/cache", "target": "npm:@emotion/weak-memoize", "type": "static" }, { "source": "npm:@emotion/cache", "target": "npm:stylis", "type": "static" } ], "npm:@emotion/css": [ { "source": "npm:@emotion/css", "target": "npm:@emotion/babel-plugin", "type": "static" }, { "source": "npm:@emotion/css", "target": "npm:@emotion/cache", "type": "static" }, { "source": "npm:@emotion/css", "target": "npm:@emotion/serialize", "type": "static" }, { "source": "npm:@emotion/css", "target": "npm:@emotion/sheet", "type": "static" }, { "source": "npm:@emotion/css", "target": "npm:@emotion/utils", "type": "static" } ], "npm:@emotion/is-prop-valid": [ { "source": "npm:@emotion/is-prop-valid", "target": "npm:@emotion/memoize", "type": "static" } ], "npm:@emotion/react": [ { "source": "npm:@emotion/react", "target": "npm:react", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@emotion/babel-plugin", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@emotion/cache", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@emotion/serialize", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@emotion/use-insertion-effect-with-fallbacks", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@emotion/utils", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:@emotion/weak-memoize", "type": "static" }, { "source": "npm:@emotion/react", "target": "npm:hoist-non-react-statics", "type": "static" } ], "npm:@emotion/serialize": [ { "source": "npm:@emotion/serialize", "target": "npm:@emotion/hash", "type": "static" }, { "source": "npm:@emotion/serialize", "target": "npm:@emotion/memoize", "type": "static" }, { "source": "npm:@emotion/serialize", "target": "npm:@emotion/unitless", "type": "static" }, { "source": "npm:@emotion/serialize", "target": "npm:@emotion/utils", "type": "static" }, { "source": "npm:@emotion/serialize", "target": "npm:csstype", "type": "static" } ], "npm:@emotion/styled": [ { "source": "npm:@emotion/styled", "target": "npm:@emotion/react", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:react", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:@emotion/babel-plugin", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:@emotion/is-prop-valid", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:@emotion/serialize", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:@emotion/use-insertion-effect-with-fallbacks", "type": "static" }, { "source": "npm:@emotion/styled", "target": "npm:@emotion/utils", "type": "static" } ], "npm:@emotion/use-insertion-effect-with-fallbacks": [ { "source": "npm:@emotion/use-insertion-effect-with-fallbacks", "target": "npm:react", "type": "static" } ], "npm:@envelop/core": [ { "source": "npm:@envelop/core", "target": "npm:@envelop/types", "type": "static" }, { "source": "npm:@envelop/core", "target": "npm:tslib", "type": "static" } ], "npm:@envelop/types": [ { "source": "npm:@envelop/types", "target": "npm:tslib", "type": "static" } ], "npm:@eslint-community/eslint-utils": [ { "source": "npm:@eslint-community/eslint-utils", "target": "npm:eslint", "type": "static" }, { "source": "npm:@eslint-community/eslint-utils", "target": "npm:eslint-visitor-keys", "type": "static" } ], "npm:@eslint/eslintrc": [ { "source": "npm:@eslint/eslintrc", "target": "npm:ajv@6.12.6", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:debug", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:espree", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:globals@13.24.0", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:ignore", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:import-fresh", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:js-yaml@4.1.0", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:minimatch@3.1.2", "type": "static" }, { "source": "npm:@eslint/eslintrc", "target": "npm:strip-json-comments", "type": "static" } ], "npm:ajv@6.12.6": [ { "source": "npm:ajv@6.12.6", "target": "npm:fast-deep-equal", "type": "static" }, { "source": "npm:ajv@6.12.6", "target": "npm:fast-json-stable-stringify", "type": "static" }, { "source": "npm:ajv@6.12.6", "target": "npm:json-schema-traverse@0.4.1", "type": "static" }, { "source": "npm:ajv@6.12.6", "target": "npm:uri-js", "type": "static" } ], "npm:brace-expansion@1.1.11": [ { "source": "npm:brace-expansion@1.1.11", "target": "npm:balanced-match", "type": "static" }, { "source": "npm:brace-expansion@1.1.11", "target": "npm:concat-map", "type": "static" } ], "npm:globals@13.24.0": [ { "source": "npm:globals@13.24.0", "target": "npm:type-fest@0.20.2", "type": "static" } ], "npm:minimatch@3.1.2": [ { "source": "npm:minimatch@3.1.2", "target": "npm:brace-expansion@1.1.11", "type": "static" } ], "npm:@floating-ui/core": [ { "source": "npm:@floating-ui/core", "target": "npm:@floating-ui/utils", "type": "static" } ], "npm:@floating-ui/dom": [ { "source": "npm:@floating-ui/dom", "target": "npm:@floating-ui/core", "type": "static" }, { "source": "npm:@floating-ui/dom", "target": "npm:@floating-ui/utils", "type": "static" } ], "npm:@floating-ui/react": [ { "source": "npm:@floating-ui/react", "target": "npm:react", "type": "static" }, { "source": "npm:@floating-ui/react", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@floating-ui/react", "target": "npm:@floating-ui/react-dom", "type": "static" }, { "source": "npm:@floating-ui/react", "target": "npm:@floating-ui/utils", "type": "static" }, { "source": "npm:@floating-ui/react", "target": "npm:tabbable", "type": "static" } ], "npm:@floating-ui/react-dom": [ { "source": "npm:@floating-ui/react-dom", "target": "npm:react", "type": "static" }, { "source": "npm:@floating-ui/react-dom", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@floating-ui/react-dom", "target": "npm:@floating-ui/dom", "type": "static" } ], "npm:@graphql-tools/executor": [ { "source": "npm:@graphql-tools/executor", "target": "npm:graphql", "type": "static" }, { "source": "npm:@graphql-tools/executor", "target": "npm:@graphql-tools/utils", "type": "static" }, { "source": "npm:@graphql-tools/executor", "target": "npm:@graphql-typed-document-node/core", "type": "static" }, { "source": "npm:@graphql-tools/executor", "target": "npm:@repeaterjs/repeater", "type": "static" }, { "source": "npm:@graphql-tools/executor", "target": "npm:tslib", "type": "static" }, { "source": "npm:@graphql-tools/executor", "target": "npm:value-or-promise", "type": "static" } ], "npm:@graphql-tools/merge": [ { "source": "npm:@graphql-tools/merge", "target": "npm:graphql", "type": "static" }, { "source": "npm:@graphql-tools/merge", "target": "npm:@graphql-tools/utils", "type": "static" }, { "source": "npm:@graphql-tools/merge", "target": "npm:tslib", "type": "static" } ], "npm:@graphql-tools/schema": [ { "source": "npm:@graphql-tools/schema", "target": "npm:graphql", "type": "static" }, { "source": "npm:@graphql-tools/schema", "target": "npm:@graphql-tools/merge", "type": "static" }, { "source": "npm:@graphql-tools/schema", "target": "npm:@graphql-tools/utils", "type": "static" }, { "source": "npm:@graphql-tools/schema", "target": "npm:tslib", "type": "static" }, { "source": "npm:@graphql-tools/schema", "target": "npm:value-or-promise", "type": "static" } ], "npm:@graphql-tools/utils": [ { "source": "npm:@graphql-tools/utils", "target": "npm:graphql", "type": "static" }, { "source": "npm:@graphql-tools/utils", "target": "npm:@graphql-typed-document-node/core", "type": "static" }, { "source": "npm:@graphql-tools/utils", "target": "npm:cross-inspect", "type": "static" }, { "source": "npm:@graphql-tools/utils", "target": "npm:dset", "type": "static" }, { "source": "npm:@graphql-tools/utils", "target": "npm:tslib", "type": "static" } ], "npm:@graphql-typed-document-node/core": [ { "source": "npm:@graphql-typed-document-node/core", "target": "npm:graphql", "type": "static" } ], "npm:@graphql-yoga/logger": [ { "source": "npm:@graphql-yoga/logger", "target": "npm:tslib", "type": "static" } ], "npm:@graphql-yoga/plugin-defer-stream": [ { "source": "npm:@graphql-yoga/plugin-defer-stream", "target": "npm:graphql", "type": "static" }, { "source": "npm:@graphql-yoga/plugin-defer-stream", "target": "npm:graphql-yoga", "type": "static" }, { "source": "npm:@graphql-yoga/plugin-defer-stream", "target": "npm:@graphql-tools/utils", "type": "static" } ], "npm:@graphql-yoga/subscription": [ { "source": "npm:@graphql-yoga/subscription", "target": "npm:@graphql-yoga/typed-event-target", "type": "static" }, { "source": "npm:@graphql-yoga/subscription", "target": "npm:@repeaterjs/repeater", "type": "static" }, { "source": "npm:@graphql-yoga/subscription", "target": "npm:@whatwg-node/events", "type": "static" }, { "source": "npm:@graphql-yoga/subscription", "target": "npm:tslib", "type": "static" } ], "npm:@graphql-yoga/typed-event-target": [ { "source": "npm:@graphql-yoga/typed-event-target", "target": "npm:@repeaterjs/repeater", "type": "static" }, { "source": "npm:@graphql-yoga/typed-event-target", "target": "npm:tslib", "type": "static" } ], "npm:@headlessui/react": [ { "source": "npm:@headlessui/react", "target": "npm:react", "type": "static" }, { "source": "npm:@headlessui/react", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@headlessui/react", "target": "npm:@floating-ui/react", "type": "static" }, { "source": "npm:@headlessui/react", "target": "npm:@react-aria/focus", "type": "static" }, { "source": "npm:@headlessui/react", "target": "npm:@react-aria/interactions", "type": "static" }, { "source": "npm:@headlessui/react", "target": "npm:@tanstack/react-virtual", "type": "static" } ], "npm:@hookform/resolvers": [ { "source": "npm:@hookform/resolvers", "target": "npm:react-hook-form", "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@3.1.2", "type": "static" } ], "npm:@icons/material": [ { "source": "npm:@icons/material", "target": "npm:react", "type": "static" } ], "npm:@img/sharp-darwin-arm64": [ { "source": "npm:@img/sharp-darwin-arm64", "target": "npm:@img/sharp-libvips-darwin-arm64", "type": "static" } ], "npm:@img/sharp-darwin-x64": [ { "source": "npm:@img/sharp-darwin-x64", "target": "npm:@img/sharp-libvips-darwin-x64", "type": "static" } ], "npm:@img/sharp-linux-arm": [ { "source": "npm:@img/sharp-linux-arm", "target": "npm:@img/sharp-libvips-linux-arm", "type": "static" } ], "npm:@img/sharp-linux-arm64": [ { "source": "npm:@img/sharp-linux-arm64", "target": "npm:@img/sharp-libvips-linux-arm64", "type": "static" } ], "npm:@img/sharp-linux-s390x": [ { "source": "npm:@img/sharp-linux-s390x", "target": "npm:@img/sharp-libvips-linux-s390x", "type": "static" } ], "npm:@img/sharp-linux-x64": [ { "source": "npm:@img/sharp-linux-x64", "target": "npm:@img/sharp-libvips-linux-x64", "type": "static" } ], "npm:@img/sharp-linuxmusl-arm64": [ { "source": "npm:@img/sharp-linuxmusl-arm64", "target": "npm:@img/sharp-libvips-linuxmusl-arm64", "type": "static" } ], "npm:@img/sharp-linuxmusl-x64": [ { "source": "npm:@img/sharp-linuxmusl-x64", "target": "npm:@img/sharp-libvips-linuxmusl-x64", "type": "static" } ], "npm:@img/sharp-wasm32": [ { "source": "npm:@img/sharp-wasm32", "target": "npm:@emnapi/runtime", "type": "static" } ], "npm:@isaacs/cliui": [ { "source": "npm:@isaacs/cliui", "target": "npm:string-width@5.1.2", "type": "static" }, { "source": "npm:@isaacs/cliui", "target": "npm:string-width-cjs", "type": "static" }, { "source": "npm:@isaacs/cliui", "target": "npm:strip-ansi@7.1.0", "type": "static" }, { "source": "npm:@isaacs/cliui", "target": "npm:strip-ansi-cjs", "type": "static" }, { "source": "npm:@isaacs/cliui", "target": "npm:wrap-ansi@8.1.0", "type": "static" }, { "source": "npm:@isaacs/cliui", "target": "npm:wrap-ansi-cjs", "type": "static" } ], "npm:string-width@5.1.2": [ { "source": "npm:string-width@5.1.2", "target": "npm:eastasianwidth", "type": "static" }, { "source": "npm:string-width@5.1.2", "target": "npm:emoji-regex", "type": "static" }, { "source": "npm:string-width@5.1.2", "target": "npm:strip-ansi@7.1.0", "type": "static" } ], "npm:strip-ansi@7.1.0": [ { "source": "npm:strip-ansi@7.1.0", "target": "npm:ansi-regex@6.1.0", "type": "static" } ], "npm:wrap-ansi@8.1.0": [ { "source": "npm:wrap-ansi@8.1.0", "target": "npm:ansi-styles@6.2.1", "type": "static" }, { "source": "npm:wrap-ansi@8.1.0", "target": "npm:string-width@5.1.2", "type": "static" }, { "source": "npm:wrap-ansi@8.1.0", "target": "npm:strip-ansi@7.1.0", "type": "static" } ], "npm:@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", "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", "type": "static" }, { "source": "npm:@jest/console", "target": "npm:chalk@4.1.2", "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/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", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:ansi-escapes", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:ci-info", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:exit", "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:micromatch", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:pretty-format@29.7.0", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:slash", "type": "static" }, { "source": "npm:@jest/core", "target": "npm:strip-ansi", "type": "static" } ], "npm:pretty-format@29.7.0": [ { "source": "npm:pretty-format@29.7.0", "target": "npm:@jest/schemas", "type": "static" }, { "source": "npm:pretty-format@29.7.0", "target": "npm:ansi-styles", "type": "static" }, { "source": "npm:pretty-format@29.7.0", "target": "npm:react-is", "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", "type": "static" }, { "source": "npm:@jest/environment", "target": "npm:jest-mock", "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/expect-utils": [ { "source": "npm:@jest/expect-utils", "target": "npm:jest-get-type", "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", "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/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", "type": "static" }, { "source": "npm:@jest/reporters", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:@jest/reporters", "target": "npm:collect-v8-coverage", "type": "static" }, { "source": "npm:@jest/reporters", "target": "npm:exit", "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:strip-ansi", "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/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@4.1.2", "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:micromatch", "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/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", "type": "static" }, { "source": "npm:@jest/types", "target": "npm:@types/yargs", "type": "static" }, { "source": "npm:@jest/types", "target": "npm:chalk@4.1.2", "type": "static" } ], "npm:@jridgewell/gen-mapping": [ { "source": "npm:@jridgewell/gen-mapping", "target": "npm:@jridgewell/set-array", "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" } ], "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": [ { "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/base64": [ { "source": "npm:@jsonjoy.com/base64", "target": "npm:tslib", "type": "static" } ], "npm:@jsonjoy.com/json-pack": [ { "source": "npm:@jsonjoy.com/json-pack", "target": "npm:tslib", "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/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" } ], "npm:@jsonjoy.com/util": [ { "source": "npm:@jsonjoy.com/util", "target": "npm:tslib", "type": "static" } ], "npm:@langchain/core": [ { "source": "npm:@langchain/core", "target": "npm:ansi-styles", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:camelcase", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:decamelize", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:js-tiktoken", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:langsmith@0.1.54", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:ml-distance", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:mustache", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:p-queue", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:p-retry", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:uuid", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:zod", "type": "static" }, { "source": "npm:@langchain/core", "target": "npm:zod-to-json-schema", "type": "static" } ], "npm:@langchain/openai": [ { "source": "npm:@langchain/openai", "target": "npm:@langchain/core", "type": "static" }, { "source": "npm:@langchain/openai", "target": "npm:js-tiktoken", "type": "static" }, { "source": "npm:@langchain/openai", "target": "npm:openai", "type": "static" }, { "source": "npm:@langchain/openai", "target": "npm:zod", "type": "static" }, { "source": "npm:@langchain/openai", "target": "npm:zod-to-json-schema", "type": "static" } ], "npm:@langchain/textsplitters": [ { "source": "npm:@langchain/textsplitters", "target": "npm:@langchain/core@0.2.32", "type": "static" }, { "source": "npm:@langchain/textsplitters", "target": "npm:js-tiktoken", "type": "static" } ], "npm:@langchain/core@0.2.32": [ { "source": "npm:@langchain/core@0.2.32", "target": "npm:ansi-styles", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:camelcase", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:decamelize", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:js-tiktoken", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:langsmith@0.1.54", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:mustache", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:p-queue", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:p-retry", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:uuid@10.0.0", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:zod", "type": "static" }, { "source": "npm:@langchain/core@0.2.32", "target": "npm:zod-to-json-schema", "type": "static" } ], "npm:@lukeed/uuid": [ { "source": "npm:@lukeed/uuid", "target": "npm:@lukeed/csprng", "type": "static" } ], "npm:@mantine/core": [ { "source": "npm:@mantine/core", "target": "npm:@mantine/hooks", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:react", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:@floating-ui/react@0.19.2", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:@mantine/styles", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:@mantine/utils", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:@radix-ui/react-scroll-area", "type": "static" }, { "source": "npm:@mantine/core", "target": "npm:react-textarea-autosize", "type": "static" } ], "npm:@floating-ui/react@0.19.2": [ { "source": "npm:@floating-ui/react@0.19.2", "target": "npm:react", "type": "static" }, { "source": "npm:@floating-ui/react@0.19.2", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@floating-ui/react@0.19.2", "target": "npm:@floating-ui/react-dom@1.3.0", "type": "static" }, { "source": "npm:@floating-ui/react@0.19.2", "target": "npm:aria-hidden", "type": "static" }, { "source": "npm:@floating-ui/react@0.19.2", "target": "npm:tabbable", "type": "static" } ], "npm:@floating-ui/react-dom@1.3.0": [ { "source": "npm:@floating-ui/react-dom@1.3.0", "target": "npm:react", "type": "static" }, { "source": "npm:@floating-ui/react-dom@1.3.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@floating-ui/react-dom@1.3.0", "target": "npm:@floating-ui/dom", "type": "static" } ], "npm:@mantine/dates": [ { "source": "npm:@mantine/dates", "target": "npm:@mantine/core", "type": "static" }, { "source": "npm:@mantine/dates", "target": "npm:@mantine/hooks", "type": "static" }, { "source": "npm:@mantine/dates", "target": "npm:dayjs", "type": "static" }, { "source": "npm:@mantine/dates", "target": "npm:react", "type": "static" }, { "source": "npm:@mantine/dates", "target": "npm:@mantine/utils", "type": "static" } ], "npm:@mantine/hooks": [ { "source": "npm:@mantine/hooks", "target": "npm:react", "type": "static" } ], "npm:@mantine/modals": [ { "source": "npm:@mantine/modals", "target": "npm:@mantine/core", "type": "static" }, { "source": "npm:@mantine/modals", "target": "npm:@mantine/hooks", "type": "static" }, { "source": "npm:@mantine/modals", "target": "npm:react", "type": "static" }, { "source": "npm:@mantine/modals", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@mantine/modals", "target": "npm:@mantine/utils", "type": "static" } ], "npm:@mantine/styles": [ { "source": "npm:@mantine/styles", "target": "npm:@emotion/react", "type": "static" }, { "source": "npm:@mantine/styles", "target": "npm:react", "type": "static" }, { "source": "npm:@mantine/styles", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@mantine/styles", "target": "npm:clsx@1.1.1", "type": "static" }, { "source": "npm:@mantine/styles", "target": "npm:csstype@3.0.9", "type": "static" } ], "npm:@mantine/utils": [ { "source": "npm:@mantine/utils", "target": "npm:react", "type": "static" } ], "npm:@mapbox/node-pre-gyp": [ { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:detect-libc", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:make-dir", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:node-fetch", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:nopt", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:npmlog", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:rimraf", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@mapbox/node-pre-gyp", "target": "npm:tar", "type": "static" } ], "npm:@mdx-js/mdx": [ { "source": "npm:@mdx-js/mdx", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:@types/mdx", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:estree-util-build-jsx", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:estree-util-is-identifier-name", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:estree-util-to-js@1.2.0", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:estree-walker", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:hast-util-to-estree", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:markdown-extensions", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:periscopic", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:remark-mdx", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:remark-parse", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:remark-rehype", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:unified", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:unist-util-position-from-estree@1.1.2", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:unist-util-stringify-position", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:unist-util-visit", "type": "static" }, { "source": "npm:@mdx-js/mdx", "target": "npm:vfile", "type": "static" } ], "npm:estree-util-to-js@1.2.0": [ { "source": "npm:estree-util-to-js@1.2.0", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:estree-util-to-js@1.2.0", "target": "npm:astring", "type": "static" }, { "source": "npm:estree-util-to-js@1.2.0", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:unist-util-position-from-estree@1.1.2": [ { "source": "npm:unist-util-position-from-estree@1.1.2", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:@mdx-js/react": [ { "source": "npm:@mdx-js/react", "target": "npm:react", "type": "static" }, { "source": "npm:@mdx-js/react", "target": "npm:@types/mdx", "type": "static" }, { "source": "npm:@mdx-js/react", "target": "npm:@types/react", "type": "static" } ], "npm:@meronex/icons": [ { "source": "npm:@meronex/icons", "target": "npm:react", "type": "static" }, { "source": "npm:@meronex/icons", "target": "npm:camelcase@5.3.1", "type": "static" }, { "source": "npm:@meronex/icons", "target": "npm:ncp", "type": "static" } ], "npm:@mintlify/common": [ { "source": "npm:@mintlify/common", "target": "npm:@apidevtools/swagger-parser", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:@mintlify/mdx", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:@mintlify/models", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:@mintlify/validation", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:@sindresorhus/slugify", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:acorn", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:acorn-jsx", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:esast-util-from-js", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:estree-util-to-js", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:estree-walker", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:gray-matter", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:hast-util-from-html", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:hast-util-from-html-isomorphic", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:hast-util-to-html", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:hast-util-to-text", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:is-absolute-url", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:lodash", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:mdast", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:mdast-util-gfm", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:mdast-util-mdx", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:mdast-util-mdx-jsx", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:mdast-util-mdxjs-esm", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:micromark-extension-mdx-jsx", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:micromark-extension-mdxjs", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:micromark-extension-mdxjs-esm", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:openapi-types", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:remark", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:remark-frontmatter", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:remark-gfm", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:remark-math", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:remark-mdx", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:unist-builder", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:unist-util-map", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:unist-util-remove", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:unist-util-remove-position", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:unist-util-visit", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:unist-util-visit-parents", "type": "static" }, { "source": "npm:@mintlify/common", "target": "npm:vfile", "type": "static" } ], "npm:@mintlify/mdx": [ { "source": "npm:@mintlify/mdx", "target": "npm:hast-util-to-string", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:next-mdx-remote", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:refractor", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:rehype-katex", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:remark-gfm", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:remark-math", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:remark-smartypants", "type": "static" }, { "source": "npm:@mintlify/mdx", "target": "npm:unist-util-visit", "type": "static" } ], "npm:@mintlify/models": [ { "source": "npm:@mintlify/models", "target": "npm:axios", "type": "static" }, { "source": "npm:@mintlify/models", "target": "npm:openapi-types", "type": "static" } ], "npm:@mintlify/scraping": [ { "source": "npm:@mintlify/scraping", "target": "npm:@apidevtools/swagger-parser", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:@mintlify/common", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:axios", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:cheerio", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:fs-extra", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:node-html-markdown", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:ora", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:puppeteer", "type": "static" }, { "source": "npm:@mintlify/scraping", "target": "npm:yargs", "type": "static" } ], "npm:@mintlify/validation": [ { "source": "npm:@mintlify/validation", "target": "npm:@mintlify/models", "type": "static" }, { "source": "npm:@mintlify/validation", "target": "npm:lcm", "type": "static" }, { "source": "npm:@mintlify/validation", "target": "npm:lodash", "type": "static" }, { "source": "npm:@mintlify/validation", "target": "npm:openapi-types", "type": "static" }, { "source": "npm:@mintlify/validation", "target": "npm:zod", "type": "static" }, { "source": "npm:@mintlify/validation", "target": "npm:zod-to-json-schema", "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", "type": "static" }, { "source": "npm:@module-federation/bridge-react-webpack-plugin", "target": "npm:semver@7.6.3", "type": "static" } ], "npm:@module-federation/dts-plugin": [ { "source": "npm:@module-federation/dts-plugin", "target": "npm:typescript", "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:axios@1.7.7", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:chalk@3.0.0", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:fs-extra@9.1.0", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:isomorphic-ws", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:koa", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:lodash.clonedeepwith", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:log4js", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:node-schedule", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:rambda", "type": "static" }, { "source": "npm:@module-federation/dts-plugin", "target": "npm:ws", "type": "static" } ], "npm:axios@1.7.7": [ { "source": "npm:axios@1.7.7", "target": "npm:follow-redirects", "type": "static" }, { "source": "npm:axios@1.7.7", "target": "npm:form-data", "type": "static" }, { "source": "npm:axios@1.7.7", "target": "npm:proxy-from-env", "type": "static" } ], "npm:chalk@3.0.0": [ { "source": "npm:chalk@3.0.0", "target": "npm:ansi-styles@4.3.0", "type": "static" }, { "source": "npm:chalk@3.0.0", "target": "npm:supports-color@7.2.0", "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:@module-federation/enhanced": [ { "source": "npm:@module-federation/enhanced", "target": "npm:typescript", "type": "static" }, { "source": "npm:@module-federation/enhanced", "target": "npm:webpack", "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/dts-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:btoa", "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" }, { "source": "npm:@module-federation/managers", "target": "npm:fs-extra@9.1.0", "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:chalk@3.0.0", "type": "static" }, { "source": "npm:@module-federation/manifest", "target": "npm:find-pkg", "type": "static" } ], "npm:@module-federation/rspack": [ { "source": "npm:@module-federation/rspack", "target": "npm:typescript", "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/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": [ { "source": "npm:@module-federation/runtime", "target": "npm:@module-federation/sdk", "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/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:fs-extra@9.1.0", "type": "static" }, { "source": "npm:@module-federation/third-party-dts-extractor", "target": "npm:resolve", "type": "static" } ], "npm:@module-federation/webpack-bundler-runtime": [ { "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:@mole-inc/bin-wrapper": [ { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:bin-check", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:bin-version-check", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:content-disposition", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:ext-name", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:file-type", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:filenamify", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:got", "type": "static" }, { "source": "npm:@mole-inc/bin-wrapper", "target": "npm:os-filter-obj", "type": "static" } ], "npm:@mui/material": [ { "source": "npm:@mui/material", "target": "npm:@emotion/react", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@emotion/styled", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:react", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@mui/core-downloads-tracker", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@mui/system", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@mui/types", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@mui/utils", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@popperjs/core", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:@types/react-transition-group", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:clsx", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:csstype", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:prop-types", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:react-is", "type": "static" }, { "source": "npm:@mui/material", "target": "npm:react-transition-group", "type": "static" } ], "npm:@mui/private-theming": [ { "source": "npm:@mui/private-theming", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@mui/private-theming", "target": "npm:react", "type": "static" }, { "source": "npm:@mui/private-theming", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@mui/private-theming", "target": "npm:@mui/utils", "type": "static" }, { "source": "npm:@mui/private-theming", "target": "npm:prop-types", "type": "static" } ], "npm:@mui/styled-engine": [ { "source": "npm:@mui/styled-engine", "target": "npm:@emotion/react", "type": "static" }, { "source": "npm:@mui/styled-engine", "target": "npm:@emotion/styled", "type": "static" }, { "source": "npm:@mui/styled-engine", "target": "npm:react", "type": "static" }, { "source": "npm:@mui/styled-engine", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@mui/styled-engine", "target": "npm:@emotion/cache", "type": "static" }, { "source": "npm:@mui/styled-engine", "target": "npm:csstype", "type": "static" }, { "source": "npm:@mui/styled-engine", "target": "npm:prop-types", "type": "static" } ], "npm:@mui/system": [ { "source": "npm:@mui/system", "target": "npm:@emotion/react", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@emotion/styled", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:react", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@mui/private-theming", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@mui/styled-engine", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@mui/types", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:@mui/utils", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:clsx", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:csstype", "type": "static" }, { "source": "npm:@mui/system", "target": "npm:prop-types", "type": "static" } ], "npm:@mui/types": [ { "source": "npm:@mui/types", "target": "npm:@types/react", "type": "static" } ], "npm:@mui/utils": [ { "source": "npm:@mui/utils", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:react", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:@mui/types", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:@types/prop-types", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:clsx", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:prop-types", "type": "static" }, { "source": "npm:@mui/utils", "target": "npm:react-is", "type": "static" } ], "npm:@napi-rs/wasm-runtime": [ { "source": "npm:@napi-rs/wasm-runtime", "target": "npm:@emnapi/core", "type": "static" }, { "source": "npm:@napi-rs/wasm-runtime", "target": "npm:@emnapi/runtime", "type": "static" }, { "source": "npm:@napi-rs/wasm-runtime", "target": "npm:@tybys/wasm-util", "type": "static" } ], "npm:@nestjs/cache-manager": [ { "source": "npm:@nestjs/cache-manager", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/cache-manager", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/cache-manager", "target": "npm:cache-manager", "type": "static" }, { "source": "npm:@nestjs/cache-manager", "target": "npm:rxjs", "type": "static" } ], "npm:@nestjs/common": [ { "source": "npm:@nestjs/common", "target": "npm:class-transformer", "type": "static" }, { "source": "npm:@nestjs/common", "target": "npm:class-validator", "type": "static" }, { "source": "npm:@nestjs/common", "target": "npm:reflect-metadata", "type": "static" }, { "source": "npm:@nestjs/common", "target": "npm:rxjs", "type": "static" }, { "source": "npm:@nestjs/common", "target": "npm:iterare", "type": "static" }, { "source": "npm:@nestjs/common", "target": "npm:tslib@2.6.3", "type": "static" }, { "source": "npm:@nestjs/common", "target": "npm:uid", "type": "static" } ], "npm:@nestjs/core": [ { "source": "npm:@nestjs/core", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/core", "target": "npm:@nestjs/microservices", "type": "static" }, { "source": "npm:@nestjs/core", "target": "npm:@nestjs/platform-express", "type": "static" }, { "source": "npm:@nestjs/core", "target": "npm:reflect-metadata", "type": "static" }, { "source": "npm:@nestjs/core", "target": "npm:rxjs", "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@2.6.3", "type": "static" }, { "source": "npm:@nestjs/core", "target": "npm:uid", "type": "static" } ], "npm:@nestjs/mapped-types": [ { "source": "npm:@nestjs/mapped-types", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/mapped-types", "target": "npm:class-transformer", "type": "static" }, { "source": "npm:@nestjs/mapped-types", "target": "npm:class-validator", "type": "static" }, { "source": "npm:@nestjs/mapped-types", "target": "npm:reflect-metadata", "type": "static" } ], "npm:@nestjs/microservices": [ { "source": "npm:@nestjs/microservices", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:cache-manager", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:ioredis", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:reflect-metadata", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:rxjs", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:iterare", "type": "static" }, { "source": "npm:@nestjs/microservices", "target": "npm:tslib@2.6.3", "type": "static" } ], "npm:@nestjs/platform-express": [ { "source": "npm:@nestjs/platform-express", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/platform-express", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/platform-express", "target": "npm:body-parser", "type": "static" }, { "source": "npm:@nestjs/platform-express", "target": "npm:cors", "type": "static" }, { "source": "npm:@nestjs/platform-express", "target": "npm:express@4.19.2", "type": "static" }, { "source": "npm:@nestjs/platform-express", "target": "npm:multer@1.4.4-lts.1", "type": "static" }, { "source": "npm:@nestjs/platform-express", "target": "npm:tslib@2.6.3", "type": "static" } ], "npm:concat-stream@1.6.2": [ { "source": "npm:concat-stream@1.6.2", "target": "npm:buffer-from", "type": "static" }, { "source": "npm:concat-stream@1.6.2", "target": "npm:inherits", "type": "static" }, { "source": "npm:concat-stream@1.6.2", "target": "npm:readable-stream@2.3.8", "type": "static" }, { "source": "npm:concat-stream@1.6.2", "target": "npm:typedarray", "type": "static" } ], "npm:debug@2.6.9": [ { "source": "npm:debug@2.6.9", "target": "npm:ms@2.0.0", "type": "static" } ], "npm:express@4.19.2": [ { "source": "npm:express@4.19.2", "target": "npm:accepts", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:array-flatten", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:body-parser", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:content-disposition", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:content-type", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:cookie@0.6.0", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:cookie-signature", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:debug@2.6.9", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:depd", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:encodeurl@1.0.2", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:escape-html", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:etag", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:finalhandler", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:fresh", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:http-errors", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:merge-descriptors@1.0.1", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:methods", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:on-finished", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:parseurl", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:path-to-regexp@0.1.7", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:proxy-addr", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:qs", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:range-parser", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:safe-buffer", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:send@0.18.0", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:serve-static@1.15.0", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:setprototypeof", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:statuses", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:type-is", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:utils-merge", "type": "static" }, { "source": "npm:express@4.19.2", "target": "npm:vary", "type": "static" } ], "npm:multer@1.4.4-lts.1": [ { "source": "npm:multer@1.4.4-lts.1", "target": "npm:append-field", "type": "static" }, { "source": "npm:multer@1.4.4-lts.1", "target": "npm:busboy", "type": "static" }, { "source": "npm:multer@1.4.4-lts.1", "target": "npm:concat-stream@1.6.2", "type": "static" }, { "source": "npm:multer@1.4.4-lts.1", "target": "npm:mkdirp", "type": "static" }, { "source": "npm:multer@1.4.4-lts.1", "target": "npm:object-assign", "type": "static" }, { "source": "npm:multer@1.4.4-lts.1", "target": "npm:type-is", "type": "static" }, { "source": "npm:multer@1.4.4-lts.1", "target": "npm:xtend", "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:send@0.18.0": [ { "source": "npm:send@0.18.0", "target": "npm:debug@2.6.9", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:depd", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:destroy", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:encodeurl@1.0.2", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:escape-html", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:etag", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:fresh", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:http-errors", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:mime", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:ms", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:on-finished", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:range-parser", "type": "static" }, { "source": "npm:send@0.18.0", "target": "npm:statuses", "type": "static" } ], "npm:serve-static@1.15.0": [ { "source": "npm:serve-static@1.15.0", "target": "npm:encodeurl@1.0.2", "type": "static" }, { "source": "npm:serve-static@1.15.0", "target": "npm:escape-html", "type": "static" }, { "source": "npm:serve-static@1.15.0", "target": "npm:parseurl", "type": "static" }, { "source": "npm:serve-static@1.15.0", "target": "npm:send@0.18.0", "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:@nestjs/schedule": [ { "source": "npm:@nestjs/schedule", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/schedule", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/schedule", "target": "npm:cron", "type": "static" }, { "source": "npm:@nestjs/schedule", "target": "npm:uuid@10.0.0", "type": "static" } ], "npm:@nestjs/schematics": [ { "source": "npm:@nestjs/schematics", "target": "npm:typescript", "type": "static" }, { "source": "npm:@nestjs/schematics", "target": "npm:@angular-devkit/core", "type": "static" }, { "source": "npm:@nestjs/schematics", "target": "npm:@angular-devkit/schematics", "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/serve-static": [ { "source": "npm:@nestjs/serve-static", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/serve-static", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/serve-static", "target": "npm:express", "type": "static" }, { "source": "npm:@nestjs/serve-static", "target": "npm:path-to-regexp@0.2.5", "type": "static" } ], "npm:@nestjs/swagger": [ { "source": "npm:@nestjs/swagger", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/swagger", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/swagger", "target": "npm:class-transformer", "type": "static" }, { "source": "npm:@nestjs/swagger", "target": "npm:class-validator", "type": "static" }, { "source": "npm:@nestjs/swagger", "target": "npm:reflect-metadata", "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", "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:@nestjs/common", "type": "static" }, { "source": "npm:@nestjs/testing", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:@nestjs/testing", "target": "npm:@nestjs/microservices", "type": "static" }, { "source": "npm:@nestjs/testing", "target": "npm:@nestjs/platform-express", "type": "static" }, { "source": "npm:@nestjs/testing", "target": "npm:tslib@2.6.3", "type": "static" } ], "npm:@next/eslint-plugin-next": [ { "source": "npm:@next/eslint-plugin-next", "target": "npm:glob@10.3.10", "type": "static" } ], "npm:glob@10.3.10": [ { "source": "npm:glob@10.3.10", "target": "npm:foreground-child", "type": "static" }, { "source": "npm:glob@10.3.10", "target": "npm:jackspeak", "type": "static" }, { "source": "npm:glob@10.3.10", "target": "npm:minimatch", "type": "static" }, { "source": "npm:glob@10.3.10", "target": "npm:minipass", "type": "static" }, { "source": "npm:glob@10.3.10", "target": "npm:path-scurry", "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/devkit": [ { "source": "npm:@nrwl/devkit", "target": "npm:@nx/devkit", "type": "static" } ], "npm:@nrwl/eslint-plugin-nx": [ { "source": "npm:@nrwl/eslint-plugin-nx", "target": "npm:@nx/eslint-plugin", "type": "static" } ], "npm:@nrwl/jest": [ { "source": "npm:@nrwl/jest", "target": "npm:@nx/jest", "type": "static" } ], "npm:@nrwl/js": [ { "source": "npm:@nrwl/js", "target": "npm:@nx/js", "type": "static" } ], "npm:@nrwl/nest": [ { "source": "npm:@nrwl/nest", "target": "npm:@nx/nest", "type": "static" } ], "npm:@nrwl/next": [ { "source": "npm:@nrwl/next", "target": "npm:@nx/next", "type": "static" } ], "npm:@nrwl/node": [ { "source": "npm:@nrwl/node", "target": "npm:@nx/node", "type": "static" } ], "npm:@nrwl/react": [ { "source": "npm:@nrwl/react", "target": "npm:@nx/react", "type": "static" } ], "npm:@nrwl/tao": [ { "source": "npm:@nrwl/tao", "target": "npm:nx", "type": "static" }, { "source": "npm:@nrwl/tao", "target": "npm:tslib", "type": "static" } ], "npm:@nrwl/vite": [ { "source": "npm:@nrwl/vite", "target": "npm:@nx/vite", "type": "static" } ], "npm:@nrwl/web": [ { "source": "npm:@nrwl/web", "target": "npm:@nx/web", "type": "static" } ], "npm:@nrwl/webpack": [ { "source": "npm:@nrwl/webpack", "target": "npm:@nx/webpack", "type": "static" } ], "npm:@nrwl/workspace": [ { "source": "npm:@nrwl/workspace", "target": "npm:@nx/workspace", "type": "static" } ], "npm:@nuxtjs/opencollective": [ { "source": "npm:@nuxtjs/opencollective", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:@nuxtjs/opencollective", "target": "npm:consola", "type": "static" }, { "source": "npm:@nuxtjs/opencollective", "target": "npm:node-fetch", "type": "static" } ], "npm:@nx/devkit": [ { "source": "npm:@nx/devkit", "target": "npm:nx", "type": "static" }, { "source": "npm:@nx/devkit", "target": "npm:@nrwl/devkit", "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:ignore", "type": "static" }, { "source": "npm:@nx/devkit", "target": "npm:minimatch", "type": "static" }, { "source": "npm:@nx/devkit", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@nx/devkit", "target": "npm:tmp", "type": "static" }, { "source": "npm:@nx/devkit", "target": "npm:tslib", "type": "static" }, { "source": "npm:@nx/devkit", "target": "npm:yargs-parser", "type": "static" } ], "npm:@nx/eslint": [ { "source": "npm:@nx/eslint", "target": "npm:@zkochan/js-yaml", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:eslint", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:@nx/js", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:@nx/linter", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:tslib", "type": "static" }, { "source": "npm:@nx/eslint", "target": "npm:typescript@5.4.5", "type": "static" } ], "npm:@nx/eslint-plugin": [ { "source": "npm:@nx/eslint-plugin", "target": "npm:@typescript-eslint/parser", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:eslint-config-prettier", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:@nrwl/eslint-plugin-nx", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:@nx/js", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:@typescript-eslint/type-utils", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:@typescript-eslint/utils", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:confusing-browser-globals", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:jsonc-eslint-parser", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@nx/eslint-plugin", "target": "npm:tslib", "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:@nrwl/jest", "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:chalk@4.1.2", "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", "type": "static" }, { "source": "npm:@nx/jest", "target": "npm:resolve.exports", "type": "static" }, { "source": "npm:@nx/jest", "target": "npm:semver@7.6.3", "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:@nrwl/js", "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:babel-plugin-const-enum", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:babel-plugin-macros@2.8.0", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:babel-plugin-transform-typescript-metadata", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:chalk@4.1.2", "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:fast-glob", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:fs-extra", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:ignore", "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:minimatch", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:npm-package-arg", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:npm-run-path", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:ora@5.3.0", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:source-map-support", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:ts-node", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:tsconfig-paths", "type": "static" }, { "source": "npm:@nx/js", "target": "npm:tslib", "type": "static" } ], "npm:babel-plugin-macros@2.8.0": [ { "source": "npm:babel-plugin-macros@2.8.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:babel-plugin-macros@2.8.0", "target": "npm:cosmiconfig@6.0.0", "type": "static" }, { "source": "npm:babel-plugin-macros@2.8.0", "target": "npm:resolve", "type": "static" } ], "npm:cosmiconfig@6.0.0": [ { "source": "npm:cosmiconfig@6.0.0", "target": "npm:@types/parse-json", "type": "static" }, { "source": "npm:cosmiconfig@6.0.0", "target": "npm:import-fresh", "type": "static" }, { "source": "npm:cosmiconfig@6.0.0", "target": "npm:parse-json", "type": "static" }, { "source": "npm:cosmiconfig@6.0.0", "target": "npm:path-type", "type": "static" }, { "source": "npm:cosmiconfig@6.0.0", "target": "npm:yaml@1.10.2", "type": "static" } ], "npm:ora@5.3.0": [ { "source": "npm:ora@5.3.0", "target": "npm:bl@4.1.0", "type": "static" }, { "source": "npm:ora@5.3.0", "target": "npm:chalk@4.1.2", "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@1.0.0", "type": "static" }, { "source": "npm:ora@5.3.0", "target": "npm:log-symbols@4.1.0", "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:@nx/linter": [ { "source": "npm:@nx/linter", "target": "npm:@nx/eslint", "type": "static" } ], "npm:@nx/nest": [ { "source": "npm:@nx/nest", "target": "npm:@nestjs/schematics@9.2.0", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:@nrwl/nest", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:@nx/eslint", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:@nx/js", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:@nx/node", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:@phenomnomnominal/tsquery", "type": "static" }, { "source": "npm:@nx/nest", "target": "npm:tslib", "type": "static" } ], "npm:@angular-devkit/core@16.0.1": [ { "source": "npm:@angular-devkit/core@16.0.1", "target": "npm:chokidar", "type": "static" }, { "source": "npm:@angular-devkit/core@16.0.1", "target": "npm:ajv@8.12.0", "type": "static" }, { "source": "npm:@angular-devkit/core@16.0.1", "target": "npm:ajv-formats", "type": "static" }, { "source": "npm:@angular-devkit/core@16.0.1", "target": "npm:jsonc-parser@3.2.0", "type": "static" }, { "source": "npm:@angular-devkit/core@16.0.1", "target": "npm:rxjs", "type": "static" }, { "source": "npm:@angular-devkit/core@16.0.1", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:@angular-devkit/schematics@16.0.1": [ { "source": "npm:@angular-devkit/schematics@16.0.1", "target": "npm:@angular-devkit/core@16.0.1", "type": "static" }, { "source": "npm:@angular-devkit/schematics@16.0.1", "target": "npm:jsonc-parser@3.2.0", "type": "static" }, { "source": "npm:@angular-devkit/schematics@16.0.1", "target": "npm:magic-string@0.30.0", "type": "static" }, { "source": "npm:@angular-devkit/schematics@16.0.1", "target": "npm:ora@5.4.1", "type": "static" }, { "source": "npm:@angular-devkit/schematics@16.0.1", "target": "npm:rxjs", "type": "static" } ], "npm:@nestjs/schematics@9.2.0": [ { "source": "npm:@nestjs/schematics@9.2.0", "target": "npm:typescript", "type": "static" }, { "source": "npm:@nestjs/schematics@9.2.0", "target": "npm:@angular-devkit/core@16.0.1", "type": "static" }, { "source": "npm:@nestjs/schematics@9.2.0", "target": "npm:@angular-devkit/schematics@16.0.1", "type": "static" }, { "source": "npm:@nestjs/schematics@9.2.0", "target": "npm:jsonc-parser@3.2.0", "type": "static" }, { "source": "npm:@nestjs/schematics@9.2.0", "target": "npm:pluralize", "type": "static" } ], "npm:magic-string@0.30.0": [ { "source": "npm:magic-string@0.30.0", "target": "npm:@jridgewell/sourcemap-codec", "type": "static" } ], "npm:@nx/next": [ { "source": "npm:@nx/next", "target": "npm:next", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@babel/plugin-proposal-decorators", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nrwl/next", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/eslint", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/js", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/react", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/web", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/webpack", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@nx/workspace", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@phenomnomnominal/tsquery", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:@svgr/webpack", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:copy-webpack-plugin", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:file-loader", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:fs-extra", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:ignore", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:tslib", "type": "static" }, { "source": "npm:@nx/next", "target": "npm:webpack-merge", "type": "static" } ], "npm:@nx/node": [ { "source": "npm:@nx/node", "target": "npm:@nrwl/node", "type": "static" }, { "source": "npm:@nx/node", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/node", "target": "npm:@nx/eslint", "type": "static" }, { "source": "npm:@nx/node", "target": "npm:@nx/jest", "type": "static" }, { "source": "npm:@nx/node", "target": "npm:@nx/js", "type": "static" }, { "source": "npm:@nx/node", "target": "npm:tslib", "type": "static" } ], "npm:@nx/react": [ { "source": "npm:@nx/react", "target": "npm:@module-federation/enhanced", "type": "static" }, { "source": "npm:@nx/react", "target": "npm:@nrwl/react", "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/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:chalk@4.1.2", "type": "static" }, { "source": "npm:@nx/react", "target": "npm:express", "type": "static" }, { "source": "npm:@nx/react", "target": "npm:file-loader", "type": "static" }, { "source": "npm:@nx/react", "target": "npm:http-proxy-middleware", "type": "static" }, { "source": "npm:@nx/react", "target": "npm:minimatch", "type": "static" }, { "source": "npm:@nx/react", "target": "npm:tslib", "type": "static" } ], "npm:@nx/vite": [ { "source": "npm:@nx/vite", "target": "npm:vite", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:vitest", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:@nrwl/vite", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:@nx/js", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:@phenomnomnominal/tsquery", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:@swc/helpers", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:enquirer", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:minimatch", "type": "static" }, { "source": "npm:@nx/vite", "target": "npm:tsconfig-paths", "type": "static" } ], "npm:@nx/web": [ { "source": "npm:@nx/web", "target": "npm:@nrwl/web", "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:chalk@4.1.2", "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:tslib", "type": "static" } ], "npm:@nx/webpack": [ { "source": "npm:@nx/webpack", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:@nx/webpack", "target": "npm:@module-federation/enhanced", "type": "static" }, { "source": "npm:@nx/webpack", "target": "npm:@module-federation/sdk", "type": "static" }, { "source": "npm:@nx/webpack", "target": "npm:@nrwl/webpack", "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:chalk@4.1.2", "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:express", "type": "static" }, { "source": "npm:@nx/webpack", "target": "npm:fork-ts-checker-webpack-plugin", "type": "static" }, { "source": "npm:@nx/webpack", "target": "npm:http-proxy-middleware", "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: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-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:stylus", "type": "static" }, { "source": "npm:@nx/webpack", "target": "npm:stylus-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:@nrwl/workspace", "type": "static" }, { "source": "npm:@nx/workspace", "target": "npm:@nx/devkit", "type": "static" }, { "source": "npm:@nx/workspace", "target": "npm:chalk@4.1.2", "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:tslib", "type": "static" }, { "source": "npm:@nx/workspace", "target": "npm:yargs-parser", "type": "static" } ], "npm:@phenomnomnominal/tsquery": [ { "source": "npm:@phenomnomnominal/tsquery", "target": "npm:typescript", "type": "static" }, { "source": "npm:@phenomnomnominal/tsquery", "target": "npm:esquery", "type": "static" } ], "npm:@pmmmwh/react-refresh-webpack-plugin": [ { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:react-refresh", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:type-fest", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:webpack", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:webpack-dev-server", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:ansi-html", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:core-js-pure", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:error-stack-parser", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:html-entities", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:loader-utils", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:schema-utils", "type": "static" }, { "source": "npm:@pmmmwh/react-refresh-webpack-plugin", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:@prisma/client": [ { "source": "npm:@prisma/client", "target": "npm:prisma", "type": "static" } ], "npm:@prisma/engines": [ { "source": "npm:@prisma/engines", "target": "npm:@prisma/debug", "type": "static" }, { "source": "npm:@prisma/engines", "target": "npm:@prisma/engines-version", "type": "static" }, { "source": "npm:@prisma/engines", "target": "npm:@prisma/fetch-engine", "type": "static" }, { "source": "npm:@prisma/engines", "target": "npm:@prisma/get-platform", "type": "static" } ], "npm:@prisma/fetch-engine": [ { "source": "npm:@prisma/fetch-engine", "target": "npm:@prisma/debug", "type": "static" }, { "source": "npm:@prisma/fetch-engine", "target": "npm:@prisma/engines-version", "type": "static" }, { "source": "npm:@prisma/fetch-engine", "target": "npm:@prisma/get-platform", "type": "static" } ], "npm:@prisma/get-platform": [ { "source": "npm:@prisma/get-platform", "target": "npm:@prisma/debug", "type": "static" } ], "npm:@puppeteer/browsers": [ { "source": "npm:@puppeteer/browsers", "target": "npm:debug", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:extract-zip", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:progress", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:proxy-agent", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:tar-fs", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:unbzip2-stream", "type": "static" }, { "source": "npm:@puppeteer/browsers", "target": "npm:yargs", "type": "static" } ], "npm:@radix-ui/number": [ { "source": "npm:@radix-ui/number", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-compose-refs": [ { "source": "npm:@radix-ui/react-compose-refs", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-compose-refs", "target": "npm:react", "type": "static" } ], "npm:@radix-ui/react-context": [ { "source": "npm:@radix-ui/react-context", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-context", "target": "npm:react", "type": "static" } ], "npm:@radix-ui/react-dialog": [ { "source": "npm:@radix-ui/react-dialog", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/primitive", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-compose-refs", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-context", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-dismissable-layer", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-focus-guards", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-focus-scope", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-id", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-portal", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-presence", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-primitive", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-slot", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:@radix-ui/react-use-controllable-state", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:aria-hidden", "type": "static" }, { "source": "npm:@radix-ui/react-dialog", "target": "npm:react-remove-scroll", "type": "static" } ], "npm:@radix-ui/react-direction": [ { "source": "npm:@radix-ui/react-direction", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-direction", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-dismissable-layer": [ { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@radix-ui/primitive", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@radix-ui/react-compose-refs", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@radix-ui/react-primitive", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@radix-ui/react-use-callback-ref", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer", "target": "npm:@radix-ui/react-use-escape-keydown", "type": "static" } ], "npm:@radix-ui/react-focus-guards": [ { "source": "npm:@radix-ui/react-focus-guards", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-focus-guards", "target": "npm:react", "type": "static" } ], "npm:@radix-ui/react-focus-scope": [ { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:@radix-ui/react-compose-refs", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:@radix-ui/react-primitive", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope", "target": "npm:@radix-ui/react-use-callback-ref", "type": "static" } ], "npm:@radix-ui/react-id": [ { "source": "npm:@radix-ui/react-id", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-id", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-id", "target": "npm:@radix-ui/react-use-layout-effect", "type": "static" } ], "npm:@radix-ui/react-label": [ { "source": "npm:@radix-ui/react-label", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-label", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-label", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-label", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-label", "target": "npm:@radix-ui/react-primitive", "type": "static" } ], "npm:@radix-ui/react-portal": [ { "source": "npm:@radix-ui/react-portal", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-portal", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-portal", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-portal", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-portal", "target": "npm:@radix-ui/react-primitive", "type": "static" }, { "source": "npm:@radix-ui/react-portal", "target": "npm:@radix-ui/react-use-layout-effect", "type": "static" } ], "npm:@radix-ui/react-presence": [ { "source": "npm:@radix-ui/react-presence", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-presence", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-presence", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-presence", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-presence", "target": "npm:@radix-ui/react-compose-refs", "type": "static" }, { "source": "npm:@radix-ui/react-presence", "target": "npm:@radix-ui/react-use-layout-effect", "type": "static" } ], "npm:@radix-ui/react-primitive": [ { "source": "npm:@radix-ui/react-primitive", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-primitive", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-primitive", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-primitive", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-primitive", "target": "npm:@radix-ui/react-slot", "type": "static" } ], "npm:@radix-ui/react-scroll-area": [ { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/number", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/primitive@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-context@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-direction", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-presence@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-primitive@1.0.1", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-use-callback-ref@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-scroll-area", "target": "npm:@radix-ui/react-use-layout-effect@1.0.0", "type": "static" } ], "npm:@radix-ui/primitive@1.0.0": [ { "source": "npm:@radix-ui/primitive@1.0.0", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-compose-refs@1.0.0": [ { "source": "npm:@radix-ui/react-compose-refs@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-compose-refs@1.0.0", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-context@1.0.0": [ { "source": "npm:@radix-ui/react-context@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-context@1.0.0", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-presence@1.0.0": [ { "source": "npm:@radix-ui/react-presence@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-presence@1.0.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-presence@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-presence@1.0.0", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-presence@1.0.0", "target": "npm:@radix-ui/react-use-layout-effect@1.0.0", "type": "static" } ], "npm:@radix-ui/react-primitive@1.0.1": [ { "source": "npm:@radix-ui/react-primitive@1.0.1", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-primitive@1.0.1", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-primitive@1.0.1", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-primitive@1.0.1", "target": "npm:@radix-ui/react-slot@1.0.1", "type": "static" } ], "npm:@radix-ui/react-slot@1.0.1": [ { "source": "npm:@radix-ui/react-slot@1.0.1", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-slot@1.0.1", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-slot@1.0.1", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" } ], "npm:@radix-ui/react-use-callback-ref@1.0.0": [ { "source": "npm:@radix-ui/react-use-callback-ref@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-use-callback-ref@1.0.0", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-use-layout-effect@1.0.0": [ { "source": "npm:@radix-ui/react-use-layout-effect@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-use-layout-effect@1.0.0", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-separator": [ { "source": "npm:@radix-ui/react-separator", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-separator", "target": "npm:@types/react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-separator", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-separator", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-separator", "target": "npm:@radix-ui/react-primitive", "type": "static" } ], "npm:@radix-ui/react-slot": [ { "source": "npm:@radix-ui/react-slot", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-slot", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-slot", "target": "npm:@radix-ui/react-compose-refs", "type": "static" } ], "npm:@radix-ui/react-use-callback-ref": [ { "source": "npm:@radix-ui/react-use-callback-ref", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-use-callback-ref", "target": "npm:react", "type": "static" } ], "npm:@radix-ui/react-use-controllable-state": [ { "source": "npm:@radix-ui/react-use-controllable-state", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-use-controllable-state", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-use-controllable-state", "target": "npm:@radix-ui/react-use-callback-ref", "type": "static" } ], "npm:@radix-ui/react-use-escape-keydown": [ { "source": "npm:@radix-ui/react-use-escape-keydown", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-use-escape-keydown", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-use-escape-keydown", "target": "npm:@radix-ui/react-use-callback-ref", "type": "static" } ], "npm:@radix-ui/react-use-layout-effect": [ { "source": "npm:@radix-ui/react-use-layout-effect", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@radix-ui/react-use-layout-effect", "target": "npm:react", "type": "static" } ], "npm:@react-aria/focus": [ { "source": "npm:@react-aria/focus", "target": "npm:react", "type": "static" }, { "source": "npm:@react-aria/focus", "target": "npm:@react-aria/interactions", "type": "static" }, { "source": "npm:@react-aria/focus", "target": "npm:@react-aria/utils", "type": "static" }, { "source": "npm:@react-aria/focus", "target": "npm:@react-types/shared", "type": "static" }, { "source": "npm:@react-aria/focus", "target": "npm:@swc/helpers", "type": "static" }, { "source": "npm:@react-aria/focus", "target": "npm:clsx", "type": "static" } ], "npm:@react-aria/interactions": [ { "source": "npm:@react-aria/interactions", "target": "npm:react", "type": "static" }, { "source": "npm:@react-aria/interactions", "target": "npm:@react-aria/ssr", "type": "static" }, { "source": "npm:@react-aria/interactions", "target": "npm:@react-aria/utils", "type": "static" }, { "source": "npm:@react-aria/interactions", "target": "npm:@react-types/shared", "type": "static" }, { "source": "npm:@react-aria/interactions", "target": "npm:@swc/helpers", "type": "static" } ], "npm:@react-aria/ssr": [ { "source": "npm:@react-aria/ssr", "target": "npm:react", "type": "static" }, { "source": "npm:@react-aria/ssr", "target": "npm:@swc/helpers", "type": "static" } ], "npm:@react-aria/utils": [ { "source": "npm:@react-aria/utils", "target": "npm:react", "type": "static" }, { "source": "npm:@react-aria/utils", "target": "npm:@react-aria/ssr", "type": "static" }, { "source": "npm:@react-aria/utils", "target": "npm:@react-stately/utils", "type": "static" }, { "source": "npm:@react-aria/utils", "target": "npm:@react-types/shared", "type": "static" }, { "source": "npm:@react-aria/utils", "target": "npm:@swc/helpers", "type": "static" }, { "source": "npm:@react-aria/utils", "target": "npm:clsx", "type": "static" } ], "npm:@react-email/render": [ { "source": "npm:@react-email/render", "target": "npm:react", "type": "static" }, { "source": "npm:@react-email/render", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@react-email/render", "target": "npm:html-to-text", "type": "static" }, { "source": "npm:@react-email/render", "target": "npm:js-beautify", "type": "static" }, { "source": "npm:@react-email/render", "target": "npm:react-promise-suspense", "type": "static" } ], "npm:@react-stately/utils": [ { "source": "npm:@react-stately/utils", "target": "npm:react", "type": "static" }, { "source": "npm:@react-stately/utils", "target": "npm:@swc/helpers", "type": "static" } ], "npm:@react-types/shared": [ { "source": "npm:@react-types/shared", "target": "npm:react", "type": "static" } ], "npm:@redis/bloom": [ { "source": "npm:@redis/bloom", "target": "npm:@redis/client", "type": "static" } ], "npm:@redis/client": [ { "source": "npm:@redis/client", "target": "npm:cluster-key-slot", "type": "static" }, { "source": "npm:@redis/client", "target": "npm:generic-pool", "type": "static" }, { "source": "npm:@redis/client", "target": "npm:yallist@4.0.0", "type": "static" } ], "npm:@redis/graph": [ { "source": "npm:@redis/graph", "target": "npm:@redis/client", "type": "static" } ], "npm:@redis/json": [ { "source": "npm:@redis/json", "target": "npm:@redis/client", "type": "static" } ], "npm:@redis/search": [ { "source": "npm:@redis/search", "target": "npm:@redis/client", "type": "static" } ], "npm:@redis/time-series": [ { "source": "npm:@redis/time-series", "target": "npm:@redis/client", "type": "static" } ], "npm:@segment/analytics-core": [ { "source": "npm:@segment/analytics-core", "target": "npm:@lukeed/uuid", "type": "static" }, { "source": "npm:@segment/analytics-core", "target": "npm:@segment/analytics-generic-utils", "type": "static" }, { "source": "npm:@segment/analytics-core", "target": "npm:dset", "type": "static" }, { "source": "npm:@segment/analytics-core", "target": "npm:tslib", "type": "static" } ], "npm:@segment/analytics-generic-utils": [ { "source": "npm:@segment/analytics-generic-utils", "target": "npm:tslib", "type": "static" } ], "npm:@segment/analytics-node": [ { "source": "npm:@segment/analytics-node", "target": "npm:@lukeed/uuid", "type": "static" }, { "source": "npm:@segment/analytics-node", "target": "npm:@segment/analytics-core", "type": "static" }, { "source": "npm:@segment/analytics-node", "target": "npm:@segment/analytics-generic-utils", "type": "static" }, { "source": "npm:@segment/analytics-node", "target": "npm:buffer", "type": "static" }, { "source": "npm:@segment/analytics-node", "target": "npm:jose", "type": "static" }, { "source": "npm:@segment/analytics-node", "target": "npm:node-fetch", "type": "static" }, { "source": "npm:@segment/analytics-node", "target": "npm:tslib", "type": "static" } ], "npm:@selderee/plugin-htmlparser2": [ { "source": "npm:@selderee/plugin-htmlparser2", "target": "npm:domhandler", "type": "static" }, { "source": "npm:@selderee/plugin-htmlparser2", "target": "npm:selderee", "type": "static" } ], "npm:@sindresorhus/slugify": [ { "source": "npm:@sindresorhus/slugify", "target": "npm:@sindresorhus/transliterate", "type": "static" }, { "source": "npm:@sindresorhus/slugify", "target": "npm:escape-string-regexp@5.0.0", "type": "static" } ], "npm:@sindresorhus/transliterate": [ { "source": "npm:@sindresorhus/transliterate", "target": "npm:escape-string-regexp@5.0.0", "type": "static" } ], "npm:@sinonjs/commons": [ { "source": "npm:@sinonjs/commons", "target": "npm:type-detect", "type": "static" } ], "npm:@sinonjs/fake-timers": [ { "source": "npm:@sinonjs/fake-timers", "target": "npm:@sinonjs/commons", "type": "static" } ], "npm:@smithy/abort-controller": [ { "source": "npm:@smithy/abort-controller", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/abort-controller", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/chunked-blob-reader": [ { "source": "npm:@smithy/chunked-blob-reader", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/chunked-blob-reader-native": [ { "source": "npm:@smithy/chunked-blob-reader-native", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@smithy/chunked-blob-reader-native", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/config-resolver": [ { "source": "npm:@smithy/config-resolver", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@smithy/config-resolver", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/config-resolver", "target": "npm:@smithy/util-config-provider", "type": "static" }, { "source": "npm:@smithy/config-resolver", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@smithy/config-resolver", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/core": [ { "source": "npm:@smithy/core", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/middleware-retry", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/middleware-serde", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/util-body-length-browser", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@smithy/core", "target": "npm:@smithy/util-utf8", "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/node-config-provider", "type": "static" }, { "source": "npm:@smithy/credential-provider-imds", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@smithy/credential-provider-imds", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/credential-provider-imds", "target": "npm:@smithy/url-parser", "type": "static" }, { "source": "npm:@smithy/credential-provider-imds", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/eventstream-codec": [ { "source": "npm:@smithy/eventstream-codec", "target": "npm:@aws-crypto/crc32", "type": "static" }, { "source": "npm:@smithy/eventstream-codec", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/eventstream-codec", "target": "npm:@smithy/util-hex-encoding", "type": "static" }, { "source": "npm:@smithy/eventstream-codec", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/eventstream-serde-browser": [ { "source": "npm:@smithy/eventstream-serde-browser", "target": "npm:@smithy/eventstream-serde-universal", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-browser", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-browser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/eventstream-serde-config-resolver": [ { "source": "npm:@smithy/eventstream-serde-config-resolver", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-config-resolver", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/eventstream-serde-node": [ { "source": "npm:@smithy/eventstream-serde-node", "target": "npm:@smithy/eventstream-serde-universal", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-node", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-node", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/eventstream-serde-universal": [ { "source": "npm:@smithy/eventstream-serde-universal", "target": "npm:@smithy/eventstream-codec", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-universal", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/eventstream-serde-universal", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/fetch-http-handler": [ { "source": "npm:@smithy/fetch-http-handler", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/fetch-http-handler", "target": "npm:@smithy/querystring-builder", "type": "static" }, { "source": "npm:@smithy/fetch-http-handler", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/fetch-http-handler", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@smithy/fetch-http-handler", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/hash-blob-browser": [ { "source": "npm:@smithy/hash-blob-browser", "target": "npm:@smithy/chunked-blob-reader", "type": "static" }, { "source": "npm:@smithy/hash-blob-browser", "target": "npm:@smithy/chunked-blob-reader-native", "type": "static" }, { "source": "npm:@smithy/hash-blob-browser", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/hash-blob-browser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/hash-node": [ { "source": "npm:@smithy/hash-node", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/hash-node", "target": "npm:@smithy/util-buffer-from", "type": "static" }, { "source": "npm:@smithy/hash-node", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@smithy/hash-node", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/hash-stream-node": [ { "source": "npm:@smithy/hash-stream-node", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/hash-stream-node", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@smithy/hash-stream-node", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/invalid-dependency": [ { "source": "npm:@smithy/invalid-dependency", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/invalid-dependency", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/is-array-buffer": [ { "source": "npm:@smithy/is-array-buffer", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/md5-js": [ { "source": "npm:@smithy/md5-js", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/md5-js", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@smithy/md5-js", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/middleware-content-length": [ { "source": "npm:@smithy/middleware-content-length", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/middleware-content-length", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/middleware-content-length", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/middleware-endpoint": [ { "source": "npm:@smithy/middleware-endpoint", "target": "npm:@smithy/middleware-serde", "type": "static" }, { "source": "npm:@smithy/middleware-endpoint", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@smithy/middleware-endpoint", "target": "npm:@smithy/shared-ini-file-loader", "type": "static" }, { "source": "npm:@smithy/middleware-endpoint", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/middleware-endpoint", "target": "npm:@smithy/url-parser", "type": "static" }, { "source": "npm:@smithy/middleware-endpoint", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@smithy/middleware-endpoint", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/middleware-retry": [ { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/service-error-classification", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:@smithy/util-retry", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:tslib", "type": "static" }, { "source": "npm:@smithy/middleware-retry", "target": "npm:uuid", "type": "static" } ], "npm:@smithy/middleware-serde": [ { "source": "npm:@smithy/middleware-serde", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/middleware-serde", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/middleware-stack": [ { "source": "npm:@smithy/middleware-stack", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/middleware-stack", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/node-config-provider": [ { "source": "npm:@smithy/node-config-provider", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@smithy/node-config-provider", "target": "npm:@smithy/shared-ini-file-loader", "type": "static" }, { "source": "npm:@smithy/node-config-provider", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/node-config-provider", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/node-http-handler": [ { "source": "npm:@smithy/node-http-handler", "target": "npm:@smithy/abort-controller", "type": "static" }, { "source": "npm:@smithy/node-http-handler", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/node-http-handler", "target": "npm:@smithy/querystring-builder", "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/property-provider": [ { "source": "npm:@smithy/property-provider", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/property-provider", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/protocol-http": [ { "source": "npm:@smithy/protocol-http", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/protocol-http", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/querystring-builder": [ { "source": "npm:@smithy/querystring-builder", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/querystring-builder", "target": "npm:@smithy/util-uri-escape", "type": "static" }, { "source": "npm:@smithy/querystring-builder", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/querystring-parser": [ { "source": "npm:@smithy/querystring-parser", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/querystring-parser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/service-error-classification": [ { "source": "npm:@smithy/service-error-classification", "target": "npm:@smithy/types", "type": "static" } ], "npm:@smithy/shared-ini-file-loader": [ { "source": "npm:@smithy/shared-ini-file-loader", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/shared-ini-file-loader", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/signature-v4": [ { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/is-array-buffer", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/util-hex-encoding", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/util-middleware", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/util-uri-escape", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@smithy/signature-v4", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/smithy-client": [ { "source": "npm:@smithy/smithy-client", "target": "npm:@smithy/middleware-endpoint", "type": "static" }, { "source": "npm:@smithy/smithy-client", "target": "npm:@smithy/middleware-stack", "type": "static" }, { "source": "npm:@smithy/smithy-client", "target": "npm:@smithy/protocol-http", "type": "static" }, { "source": "npm:@smithy/smithy-client", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/smithy-client", "target": "npm:@smithy/util-stream", "type": "static" }, { "source": "npm:@smithy/smithy-client", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/types": [ { "source": "npm:@smithy/types", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/url-parser": [ { "source": "npm:@smithy/url-parser", "target": "npm:@smithy/querystring-parser", "type": "static" }, { "source": "npm:@smithy/url-parser", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/url-parser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-base64": [ { "source": "npm:@smithy/util-base64", "target": "npm:@smithy/util-buffer-from", "type": "static" }, { "source": "npm:@smithy/util-base64", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@smithy/util-base64", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-body-length-browser": [ { "source": "npm:@smithy/util-body-length-browser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-body-length-node": [ { "source": "npm:@smithy/util-body-length-node", "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-config-provider": [ { "source": "npm:@smithy/util-config-provider", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-defaults-mode-browser": [ { "source": "npm:@smithy/util-defaults-mode-browser", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-browser", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-browser", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-browser", "target": "npm:bowser", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-browser", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-defaults-mode-node": [ { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:@smithy/config-resolver", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:@smithy/credential-provider-imds", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:@smithy/property-provider", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:@smithy/smithy-client", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-defaults-mode-node", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-endpoints": [ { "source": "npm:@smithy/util-endpoints", "target": "npm:@smithy/node-config-provider", "type": "static" }, { "source": "npm:@smithy/util-endpoints", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-endpoints", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-hex-encoding": [ { "source": "npm:@smithy/util-hex-encoding", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-middleware": [ { "source": "npm:@smithy/util-middleware", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-middleware", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-retry": [ { "source": "npm:@smithy/util-retry", "target": "npm:@smithy/service-error-classification", "type": "static" }, { "source": "npm:@smithy/util-retry", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-retry", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-stream": [ { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/fetch-http-handler", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/node-http-handler", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/util-base64", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/util-buffer-from", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/util-hex-encoding", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:@smithy/util-utf8", "type": "static" }, { "source": "npm:@smithy/util-stream", "target": "npm:tslib", "type": "static" } ], "npm:@smithy/util-uri-escape": [ { "source": "npm:@smithy/util-uri-escape", "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:@smithy/util-waiter": [ { "source": "npm:@smithy/util-waiter", "target": "npm:@smithy/abort-controller", "type": "static" }, { "source": "npm:@smithy/util-waiter", "target": "npm:@smithy/types", "type": "static" }, { "source": "npm:@smithy/util-waiter", "target": "npm:tslib", "type": "static" } ], "npm:@svgr/babel-plugin-add-jsx-attribute": [ { "source": "npm:@svgr/babel-plugin-add-jsx-attribute", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-remove-jsx-attribute": [ { "source": "npm:@svgr/babel-plugin-remove-jsx-attribute", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-remove-jsx-empty-expression": [ { "source": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-replace-jsx-attribute-value": [ { "source": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-svg-dynamic-title": [ { "source": "npm:@svgr/babel-plugin-svg-dynamic-title", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-svg-em-dimensions": [ { "source": "npm:@svgr/babel-plugin-svg-em-dimensions", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-transform-react-native-svg": [ { "source": "npm:@svgr/babel-plugin-transform-react-native-svg", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-plugin-transform-svg-component": [ { "source": "npm:@svgr/babel-plugin-transform-svg-component", "target": "npm:@babel/core", "type": "static" } ], "npm:@svgr/babel-preset": [ { "source": "npm:@svgr/babel-preset", "target": "npm:@babel/core", "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" } ], "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:@svgr/core", "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" } ], "npm:@svgr/plugin-svgo": [ { "source": "npm:@svgr/plugin-svgo", "target": "npm:@svgr/core", "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" } ], "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:@swc-node/core": [ { "source": "npm:@swc-node/core", "target": "npm:@swc/core", "type": "static" }, { "source": "npm:@swc-node/core", "target": "npm:@swc/types", "type": "static" } ], "npm:@swc-node/register": [ { "source": "npm:@swc-node/register", "target": "npm:@swc/core", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:typescript", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:@swc-node/core", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:@swc-node/sourcemap-support", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:colorette", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:debug", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:pirates", "type": "static" }, { "source": "npm:@swc-node/register", "target": "npm:tslib", "type": "static" } ], "npm:@swc-node/sourcemap-support": [ { "source": "npm:@swc-node/sourcemap-support", "target": "npm:source-map-support@0.5.21", "type": "static" }, { "source": "npm:@swc-node/sourcemap-support", "target": "npm:tslib", "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@0.6.1", "type": "static" } ], "npm:@swc/cli": [ { "source": "npm:@swc/cli", "target": "npm:@swc/core", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:chokidar", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:@mole-inc/bin-wrapper", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:@swc/counter", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:commander", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:fast-glob", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:minimatch", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:piscina", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:slash", "type": "static" }, { "source": "npm:@swc/cli", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:@swc/core": [ { "source": "npm:@swc/core", "target": "npm:@swc/helpers", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/counter", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/types@0.1.7", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-darwin-arm64", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-darwin-x64", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-linux-arm-gnueabihf", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-linux-arm64-gnu", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-linux-arm64-musl", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-linux-x64-gnu", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-linux-x64-musl", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-win32-arm64-msvc", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-win32-ia32-msvc", "type": "static" }, { "source": "npm:@swc/core", "target": "npm:@swc/core-win32-x64-msvc", "type": "static" } ], "npm:@swc/types@0.1.7": [ { "source": "npm:@swc/types@0.1.7", "target": "npm:@swc/counter", "type": "static" } ], "npm:@swc/helpers": [ { "source": "npm:@swc/helpers", "target": "npm:tslib", "type": "static" } ], "npm:@swc/types": [ { "source": "npm:@swc/types", "target": "npm:@swc/counter", "type": "static" } ], "npm:@szmarczak/http-timer": [ { "source": "npm:@szmarczak/http-timer", "target": "npm:defer-to-connect", "type": "static" } ], "npm:@tanstack/react-virtual": [ { "source": "npm:@tanstack/react-virtual", "target": "npm:react", "type": "static" }, { "source": "npm:@tanstack/react-virtual", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@tanstack/react-virtual", "target": "npm:@tanstack/virtual-core", "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", "type": "static" }, { "source": "npm:@testing-library/dom", "target": "npm:chalk@4.1.2", "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:pretty-format", "type": "static" } ], "npm:@testing-library/react": [ { "source": "npm:@testing-library/react", "target": "npm:@types/react", "type": "static" }, { "source": "npm:@testing-library/react", "target": "npm:react", "type": "static" }, { "source": "npm:@testing-library/react", "target": "npm:react-dom", "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" } ], "npm:@tybys/wasm-util": [ { "source": "npm:@tybys/wasm-util", "target": "npm:tslib", "type": "static" } ], "npm:@types/acorn": [ { "source": "npm:@types/acorn", "target": "npm:@types/estree", "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/bcrypt": [ { "source": "npm:@types/bcrypt", "target": "npm:@types/node", "type": "static" } ], "npm:@types/body-parser": [ { "source": "npm:@types/body-parser", "target": "npm:@types/connect", "type": "static" }, { "source": "npm:@types/body-parser", "target": "npm:@types/node", "type": "static" } ], "npm:@types/bonjour": [ { "source": "npm:@types/bonjour", "target": "npm:@types/node", "type": "static" } ], "npm:@types/cache-manager-redis-store": [ { "source": "npm:@types/cache-manager-redis-store", "target": "npm:@types/cache-manager", "type": "static" }, { "source": "npm:@types/cache-manager-redis-store", "target": "npm:@types/redis", "type": "static" } ], "npm:@types/cacheable-request": [ { "source": "npm:@types/cacheable-request", "target": "npm:@types/http-cache-semantics", "type": "static" }, { "source": "npm:@types/cacheable-request", "target": "npm:@types/keyv", "type": "static" }, { "source": "npm:@types/cacheable-request", "target": "npm:@types/node", "type": "static" }, { "source": "npm:@types/cacheable-request", "target": "npm:@types/responselike", "type": "static" } ], "npm:@types/concat-stream": [ { "source": "npm:@types/concat-stream", "target": "npm:@types/node", "type": "static" } ], "npm:@types/connect": [ { "source": "npm:@types/connect", "target": "npm:@types/node", "type": "static" } ], "npm:@types/connect-history-api-fallback": [ { "source": "npm:@types/connect-history-api-fallback", "target": "npm:@types/express-serve-static-core", "type": "static" }, { "source": "npm:@types/connect-history-api-fallback", "target": "npm:@types/node", "type": "static" } ], "npm:@types/cookie-parser": [ { "source": "npm:@types/cookie-parser", "target": "npm:@types/express", "type": "static" } ], "npm:@types/debug": [ { "source": "npm:@types/debug", "target": "npm:@types/ms", "type": "static" } ], "npm:@types/estree-jsx": [ { "source": "npm:@types/estree-jsx", "target": "npm:@types/estree", "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/express-serve-static-core": [ { "source": "npm:@types/express-serve-static-core", "target": "npm:@types/node", "type": "static" }, { "source": "npm:@types/express-serve-static-core", "target": "npm:@types/qs", "type": "static" }, { "source": "npm:@types/express-serve-static-core", "target": "npm:@types/range-parser", "type": "static" }, { "source": "npm:@types/express-serve-static-core", "target": "npm:@types/send", "type": "static" } ], "npm:@types/graceful-fs": [ { "source": "npm:@types/graceful-fs", "target": "npm:@types/node", "type": "static" } ], "npm:@types/hast": [ { "source": "npm:@types/hast", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:@types/http-proxy": [ { "source": "npm:@types/http-proxy", "target": "npm:@types/node", "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@29.7.0", "type": "static" } ], "npm:@types/jsdom": [ { "source": "npm:@types/jsdom", "target": "npm:@types/node", "type": "static" }, { "source": "npm:@types/jsdom", "target": "npm:@types/tough-cookie", "type": "static" }, { "source": "npm:@types/jsdom", "target": "npm:parse5@7.1.2", "type": "static" } ], "npm:parse5@7.1.2": [ { "source": "npm:parse5@7.1.2", "target": "npm:entities", "type": "static" } ], "npm:@types/jsonwebtoken": [ { "source": "npm:@types/jsonwebtoken", "target": "npm:@types/node", "type": "static" } ], "npm:@types/keyv": [ { "source": "npm:@types/keyv", "target": "npm:@types/node", "type": "static" } ], "npm:@types/mdast": [ { "source": "npm:@types/mdast", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:@types/multer": [ { "source": "npm:@types/multer", "target": "npm:@types/express", "type": "static" } ], "npm:@types/nlcst": [ { "source": "npm:@types/nlcst", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:@types/node-fetch": [ { "source": "npm:@types/node-fetch", "target": "npm:@types/node", "type": "static" }, { "source": "npm:@types/node-fetch", "target": "npm:form-data", "type": "static" } ], "npm:@types/node-forge": [ { "source": "npm:@types/node-forge", "target": "npm:@types/node", "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/react-dom": [ { "source": "npm:@types/react-dom", "target": "npm:@types/react", "type": "static" } ], "npm:@types/react-reconciler": [ { "source": "npm:@types/react-reconciler", "target": "npm:@types/react", "type": "static" } ], "npm:@types/react-transition-group": [ { "source": "npm:@types/react-transition-group", "target": "npm:@types/react", "type": "static" } ], "npm:@types/redis": [ { "source": "npm:@types/redis", "target": "npm:@types/node", "type": "static" } ], "npm:@types/responselike": [ { "source": "npm:@types/responselike", "target": "npm:@types/node", "type": "static" } ], "npm:@types/send": [ { "source": "npm:@types/send", "target": "npm:@types/mime", "type": "static" }, { "source": "npm:@types/send", "target": "npm:@types/node", "type": "static" } ], "npm:@types/serve-index": [ { "source": "npm:@types/serve-index", "target": "npm:@types/express", "type": "static" } ], "npm:@types/serve-static": [ { "source": "npm:@types/serve-static", "target": "npm:@types/http-errors", "type": "static" }, { "source": "npm:@types/serve-static", "target": "npm:@types/node", "type": "static" }, { "source": "npm:@types/serve-static", "target": "npm:@types/send", "type": "static" } ], "npm:@types/sha256": [ { "source": "npm:@types/sha256", "target": "npm:@types/node", "type": "static" } ], "npm:@types/sockjs": [ { "source": "npm:@types/sockjs", "target": "npm:@types/node", "type": "static" } ], "npm:@types/stripe": [ { "source": "npm:@types/stripe", "target": "npm:stripe", "type": "static" } ], "npm:@types/ws": [ { "source": "npm:@types/ws", "target": "npm:@types/node", "type": "static" } ], "npm:@types/yargs": [ { "source": "npm:@types/yargs", "target": "npm:@types/yargs-parser", "type": "static" } ], "npm:@types/yauzl": [ { "source": "npm:@types/yauzl", "target": "npm:@types/node", "type": "static" } ], "npm:@types/yup": [ { "source": "npm:@types/yup", "target": "npm:yup", "type": "static" } ], "npm:@typescript-eslint/eslint-plugin": [ { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:@typescript-eslint/parser", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:eslint", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:@eslint-community/regexpp", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:@typescript-eslint/scope-manager", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:@typescript-eslint/type-utils", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:@typescript-eslint/utils", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:@typescript-eslint/visitor-keys", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:graphemer", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:ignore", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:natural-compare", "type": "static" }, { "source": "npm:@typescript-eslint/eslint-plugin", "target": "npm:ts-api-utils", "type": "static" } ], "npm:@typescript-eslint/parser": [ { "source": "npm:@typescript-eslint/parser", "target": "npm:eslint", "type": "static" }, { "source": "npm:@typescript-eslint/parser", "target": "npm:@typescript-eslint/scope-manager", "type": "static" }, { "source": "npm:@typescript-eslint/parser", "target": "npm:@typescript-eslint/types", "type": "static" }, { "source": "npm:@typescript-eslint/parser", "target": "npm:@typescript-eslint/typescript-estree", "type": "static" }, { "source": "npm:@typescript-eslint/parser", "target": "npm:@typescript-eslint/visitor-keys", "type": "static" }, { "source": "npm:@typescript-eslint/parser", "target": "npm:debug", "type": "static" } ], "npm:@typescript-eslint/scope-manager": [ { "source": "npm:@typescript-eslint/scope-manager", "target": "npm:@typescript-eslint/types", "type": "static" }, { "source": "npm:@typescript-eslint/scope-manager", "target": "npm:@typescript-eslint/visitor-keys", "type": "static" } ], "npm:@typescript-eslint/type-utils": [ { "source": "npm:@typescript-eslint/type-utils", "target": "npm:eslint", "type": "static" }, { "source": "npm:@typescript-eslint/type-utils", "target": "npm:@typescript-eslint/typescript-estree", "type": "static" }, { "source": "npm:@typescript-eslint/type-utils", "target": "npm:@typescript-eslint/utils", "type": "static" }, { "source": "npm:@typescript-eslint/type-utils", "target": "npm:debug", "type": "static" }, { "source": "npm:@typescript-eslint/type-utils", "target": "npm:ts-api-utils", "type": "static" } ], "npm:@typescript-eslint/typescript-estree": [ { "source": "npm:@typescript-eslint/typescript-estree", "target": "npm:@typescript-eslint/types", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree", "target": "npm:@typescript-eslint/visitor-keys", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree", "target": "npm:debug", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree", "target": "npm: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.5", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree", "target": "npm:ts-api-utils", "type": "static" } ], "npm:minimatch@9.0.5": [ { "source": "npm:minimatch@9.0.5", "target": "npm:brace-expansion", "type": "static" } ], "npm:@typescript-eslint/utils": [ { "source": "npm:@typescript-eslint/utils", "target": "npm:eslint", "type": "static" }, { "source": "npm:@typescript-eslint/utils", "target": "npm:@eslint-community/eslint-utils", "type": "static" }, { "source": "npm:@typescript-eslint/utils", "target": "npm:@typescript-eslint/scope-manager", "type": "static" }, { "source": "npm:@typescript-eslint/utils", "target": "npm:@typescript-eslint/types", "type": "static" }, { "source": "npm:@typescript-eslint/utils", "target": "npm:@typescript-eslint/typescript-estree", "type": "static" } ], "npm:@typescript-eslint/visitor-keys": [ { "source": "npm:@typescript-eslint/visitor-keys", "target": "npm:@typescript-eslint/types", "type": "static" }, { "source": "npm:@typescript-eslint/visitor-keys", "target": "npm:eslint-visitor-keys", "type": "static" } ], "npm:@ucast/js": [ { "source": "npm:@ucast/js", "target": "npm:@ucast/core", "type": "static" } ], "npm:@ucast/mongo": [ { "source": "npm:@ucast/mongo", "target": "npm:@ucast/core", "type": "static" } ], "npm:@ucast/mongo2js": [ { "source": "npm:@ucast/mongo2js", "target": "npm:@ucast/core", "type": "static" }, { "source": "npm:@ucast/mongo2js", "target": "npm:@ucast/js", "type": "static" }, { "source": "npm:@ucast/mongo2js", "target": "npm:@ucast/mongo", "type": "static" } ], "npm:@uidotdev/usehooks": [ { "source": "npm:@uidotdev/usehooks", "target": "npm:react", "type": "static" }, { "source": "npm:@uidotdev/usehooks", "target": "npm:react-dom", "type": "static" } ], "npm:@uiw/react-markdown-preview": [ { "source": "npm:@uiw/react-markdown-preview", "target": "npm:react", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:@uiw/copy-to-clipboard", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:react-markdown@9.0.1", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-attr", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-autolink-headings", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-ignore", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-prism-plus", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-raw", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-rewrite", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:rehype-slug", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:remark-gfm@4.0.0", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:remark-github-blockquote-alert", "type": "static" }, { "source": "npm:@uiw/react-markdown-preview", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:@types/hast@3.0.4": [ { "source": "npm:@types/hast@3.0.4", "target": "npm:@types/unist", "type": "static" } ], "npm:@types/mdast@4.0.4": [ { "source": "npm:@types/mdast@4.0.4", "target": "npm:@types/unist", "type": "static" } ], "npm:mdast-util-find-and-replace@3.0.1": [ { "source": "npm:mdast-util-find-and-replace@3.0.1", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-find-and-replace@3.0.1", "target": "npm:escape-string-regexp@5.0.0", "type": "static" }, { "source": "npm:mdast-util-find-and-replace@3.0.1", "target": "npm:unist-util-is@6.0.0", "type": "static" }, { "source": "npm:mdast-util-find-and-replace@3.0.1", "target": "npm:unist-util-visit-parents@6.0.1", "type": "static" } ], "npm:mdast-util-from-markdown@2.0.1": [ { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:mdast-util-to-string@4.0.0", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:micromark@4.0.0", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:micromark-util-decode-numeric-character-reference@2.0.1", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:micromark-util-decode-string@2.0.0", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:micromark-util-normalize-identifier@2.0.0", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:micromark-util-types@2.0.0", "type": "static" }, { "source": "npm:mdast-util-from-markdown@2.0.1", "target": "npm:unist-util-stringify-position@4.0.0", "type": "static" } ], "npm:mdast-util-gfm@3.0.0": [ { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-gfm-autolink-literal@2.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-gfm-footnote@2.0.0", "type": "static" }, { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-gfm-strikethrough@2.0.0", "type": "static" }, { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-gfm-table@2.0.0", "type": "static" }, { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-gfm-task-list-item@2.0.0", "type": "static" }, { "source": "npm:mdast-util-gfm@3.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" } ], "npm:mdast-util-gfm-autolink-literal@2.0.1": [ { "source": "npm:mdast-util-gfm-autolink-literal@2.0.1", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal@2.0.1", "target": "npm:ccount", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal@2.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal@2.0.1", "target": "npm:mdast-util-find-and-replace@3.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal@2.0.1", "target": "npm:micromark-util-character@2.1.0", "type": "static" } ], "npm:mdast-util-gfm-footnote@2.0.0": [ { "source": "npm:mdast-util-gfm-footnote@2.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-gfm-footnote@2.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-gfm-footnote@2.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm-footnote@2.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" }, { "source": "npm:mdast-util-gfm-footnote@2.0.0", "target": "npm:micromark-util-normalize-identifier@2.0.0", "type": "static" } ], "npm:mdast-util-gfm-strikethrough@2.0.0": [ { "source": "npm:mdast-util-gfm-strikethrough@2.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-gfm-strikethrough@2.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm-strikethrough@2.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" } ], "npm:mdast-util-gfm-table@2.0.0": [ { "source": "npm:mdast-util-gfm-table@2.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-gfm-table@2.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-gfm-table@2.0.0", "target": "npm:markdown-table", "type": "static" }, { "source": "npm:mdast-util-gfm-table@2.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm-table@2.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" } ], "npm:mdast-util-gfm-task-list-item@2.0.0": [ { "source": "npm:mdast-util-gfm-task-list-item@2.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-gfm-task-list-item@2.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-gfm-task-list-item@2.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-gfm-task-list-item@2.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" } ], "npm:mdast-util-phrasing@4.1.0": [ { "source": "npm:mdast-util-phrasing@4.1.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-phrasing@4.1.0", "target": "npm:unist-util-is@6.0.0", "type": "static" } ], "npm:mdast-util-to-hast@13.2.0": [ { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:@ungap/structured-clone", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:micromark-util-sanitize-uri@2.0.0", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:trim-lines", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:unist-util-position@5.0.0", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:unist-util-visit@5.0.0", "type": "static" }, { "source": "npm:mdast-util-to-hast@13.2.0", "target": "npm:vfile@6.0.3", "type": "static" } ], "npm:mdast-util-to-markdown@2.1.0": [ { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:longest-streak", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:mdast-util-phrasing@4.1.0", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:mdast-util-to-string@4.0.0", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:micromark-util-decode-string@2.0.0", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:unist-util-visit@5.0.0", "type": "static" }, { "source": "npm:mdast-util-to-markdown@2.1.0", "target": "npm:zwitch", "type": "static" } ], "npm:mdast-util-to-string@4.0.0": [ { "source": "npm:mdast-util-to-string@4.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" } ], "npm:micromark@4.0.0": [ { "source": "npm:micromark@4.0.0", "target": "npm:@types/debug", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:debug", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-core-commonmark@2.0.1", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-chunked@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-combine-extensions@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-decode-numeric-character-reference@2.0.1", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-encode@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-normalize-identifier@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-resolve-all@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-sanitize-uri@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-subtokenize@2.0.1", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark@4.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-core-commonmark@2.0.1": [ { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-factory-destination@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-factory-label@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-factory-title@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-factory-whitespace@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-chunked@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-classify-character@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-html-tag-name@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-normalize-identifier@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-resolve-all@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-subtokenize@2.0.1", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-core-commonmark@2.0.1", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm@3.0.0": [ { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-extension-gfm-autolink-literal@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-extension-gfm-footnote@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-extension-gfm-strikethrough@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-extension-gfm-table@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-extension-gfm-tagfilter@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-extension-gfm-task-list-item@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-util-combine-extensions@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm@3.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm-autolink-literal@2.1.0": [ { "source": "npm:micromark-extension-gfm-autolink-literal@2.1.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-autolink-literal@2.1.0", "target": "npm:micromark-util-sanitize-uri@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-autolink-literal@2.1.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-autolink-literal@2.1.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm-footnote@2.1.0": [ { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-core-commonmark@2.0.1", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-util-normalize-identifier@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-util-sanitize-uri@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote@2.1.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm-strikethrough@2.1.0": [ { "source": "npm:micromark-extension-gfm-strikethrough@2.1.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough@2.1.0", "target": "npm:micromark-util-chunked@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough@2.1.0", "target": "npm:micromark-util-classify-character@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough@2.1.0", "target": "npm:micromark-util-resolve-all@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough@2.1.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough@2.1.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm-table@2.1.0": [ { "source": "npm:micromark-extension-gfm-table@2.1.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-extension-gfm-table@2.1.0", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-table@2.1.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-table@2.1.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-table@2.1.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm-tagfilter@2.0.0": [ { "source": "npm:micromark-extension-gfm-tagfilter@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-extension-gfm-task-list-item@2.1.0": [ { "source": "npm:micromark-extension-gfm-task-list-item@2.1.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item@2.1.0", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item@2.1.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item@2.1.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item@2.1.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-factory-destination@2.0.0": [ { "source": "npm:micromark-factory-destination@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-factory-destination@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-factory-destination@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-factory-label@2.0.0": [ { "source": "npm:micromark-factory-label@2.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-factory-label@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-factory-label@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-factory-label@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-factory-space@2.0.0": [ { "source": "npm:micromark-factory-space@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-factory-space@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-factory-title@2.0.0": [ { "source": "npm:micromark-factory-title@2.0.0", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark-factory-title@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-factory-title@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-factory-title@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-factory-whitespace@2.0.0": [ { "source": "npm:micromark-factory-whitespace@2.0.0", "target": "npm:micromark-factory-space@2.0.0", "type": "static" }, { "source": "npm:micromark-factory-whitespace@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-factory-whitespace@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-factory-whitespace@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-util-character@2.1.0": [ { "source": "npm:micromark-util-character@2.1.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-util-character@2.1.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-util-chunked@2.0.0": [ { "source": "npm:micromark-util-chunked@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" } ], "npm:micromark-util-classify-character@2.0.0": [ { "source": "npm:micromark-util-classify-character@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-util-classify-character@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-util-classify-character@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-util-combine-extensions@2.0.0": [ { "source": "npm:micromark-util-combine-extensions@2.0.0", "target": "npm:micromark-util-chunked@2.0.0", "type": "static" }, { "source": "npm:micromark-util-combine-extensions@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-util-decode-numeric-character-reference@2.0.1": [ { "source": "npm:micromark-util-decode-numeric-character-reference@2.0.1", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" } ], "npm:micromark-util-decode-string@2.0.0": [ { "source": "npm:micromark-util-decode-string@2.0.0", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:micromark-util-decode-string@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-util-decode-string@2.0.0", "target": "npm:micromark-util-decode-numeric-character-reference@2.0.1", "type": "static" }, { "source": "npm:micromark-util-decode-string@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" } ], "npm:micromark-util-normalize-identifier@2.0.0": [ { "source": "npm:micromark-util-normalize-identifier@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" } ], "npm:micromark-util-resolve-all@2.0.0": [ { "source": "npm:micromark-util-resolve-all@2.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:micromark-util-sanitize-uri@2.0.0": [ { "source": "npm:micromark-util-sanitize-uri@2.0.0", "target": "npm:micromark-util-character@2.1.0", "type": "static" }, { "source": "npm:micromark-util-sanitize-uri@2.0.0", "target": "npm:micromark-util-encode@2.0.0", "type": "static" }, { "source": "npm:micromark-util-sanitize-uri@2.0.0", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" } ], "npm:micromark-util-subtokenize@2.0.1": [ { "source": "npm:micromark-util-subtokenize@2.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:micromark-util-subtokenize@2.0.1", "target": "npm:micromark-util-chunked@2.0.0", "type": "static" }, { "source": "npm:micromark-util-subtokenize@2.0.1", "target": "npm:micromark-util-symbol@2.0.0", "type": "static" }, { "source": "npm:micromark-util-subtokenize@2.0.1", "target": "npm:micromark-util-types@2.0.0", "type": "static" } ], "npm:react-markdown@9.0.1": [ { "source": "npm:react-markdown@9.0.1", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:react", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:hast-util-to-jsx-runtime", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:html-url-attributes", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:mdast-util-to-hast@13.2.0", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:remark-parse@11.0.0", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:remark-rehype@11.1.0", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:unified@11.0.5", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:unist-util-visit@5.0.0", "type": "static" }, { "source": "npm:react-markdown@9.0.1", "target": "npm:vfile@6.0.3", "type": "static" } ], "npm:remark-gfm@4.0.0": [ { "source": "npm:remark-gfm@4.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:remark-gfm@4.0.0", "target": "npm:mdast-util-gfm@3.0.0", "type": "static" }, { "source": "npm:remark-gfm@4.0.0", "target": "npm:micromark-extension-gfm@3.0.0", "type": "static" }, { "source": "npm:remark-gfm@4.0.0", "target": "npm:remark-parse@11.0.0", "type": "static" }, { "source": "npm:remark-gfm@4.0.0", "target": "npm:remark-stringify@11.0.0", "type": "static" }, { "source": "npm:remark-gfm@4.0.0", "target": "npm:unified@11.0.5", "type": "static" } ], "npm:remark-parse@11.0.0": [ { "source": "npm:remark-parse@11.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:remark-parse@11.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:remark-parse@11.0.0", "target": "npm:micromark-util-types@2.0.0", "type": "static" }, { "source": "npm:remark-parse@11.0.0", "target": "npm:unified@11.0.5", "type": "static" } ], "npm:remark-rehype@11.1.0": [ { "source": "npm:remark-rehype@11.1.0", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:remark-rehype@11.1.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:remark-rehype@11.1.0", "target": "npm:mdast-util-to-hast@13.2.0", "type": "static" }, { "source": "npm:remark-rehype@11.1.0", "target": "npm:unified@11.0.5", "type": "static" }, { "source": "npm:remark-rehype@11.1.0", "target": "npm:vfile@6.0.3", "type": "static" } ], "npm:remark-stringify@11.0.0": [ { "source": "npm:remark-stringify@11.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:remark-stringify@11.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" }, { "source": "npm:remark-stringify@11.0.0", "target": "npm:unified@11.0.5", "type": "static" } ], "npm:unified@11.0.5": [ { "source": "npm:unified@11.0.5", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:unified@11.0.5", "target": "npm:bail", "type": "static" }, { "source": "npm:unified@11.0.5", "target": "npm:devlop", "type": "static" }, { "source": "npm:unified@11.0.5", "target": "npm:extend", "type": "static" }, { "source": "npm:unified@11.0.5", "target": "npm:is-plain-obj@4.1.0", "type": "static" }, { "source": "npm:unified@11.0.5", "target": "npm:trough", "type": "static" }, { "source": "npm:unified@11.0.5", "target": "npm:vfile@6.0.3", "type": "static" } ], "npm:unist-util-is@6.0.0": [ { "source": "npm:unist-util-is@6.0.0", "target": "npm:@types/unist", "type": "static" } ], "npm:unist-util-position@5.0.0": [ { "source": "npm:unist-util-position@5.0.0", "target": "npm:@types/unist", "type": "static" } ], "npm:unist-util-stringify-position@4.0.0": [ { "source": "npm:unist-util-stringify-position@4.0.0", "target": "npm:@types/unist", "type": "static" } ], "npm:unist-util-visit@5.0.0": [ { "source": "npm:unist-util-visit@5.0.0", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:unist-util-visit@5.0.0", "target": "npm:unist-util-is@6.0.0", "type": "static" }, { "source": "npm:unist-util-visit@5.0.0", "target": "npm:unist-util-visit-parents@6.0.1", "type": "static" } ], "npm:unist-util-visit-parents@6.0.1": [ { "source": "npm:unist-util-visit-parents@6.0.1", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:unist-util-visit-parents@6.0.1", "target": "npm:unist-util-is@6.0.0", "type": "static" } ], "npm:vfile@6.0.3": [ { "source": "npm:vfile@6.0.3", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:vfile@6.0.3", "target": "npm:vfile-message", "type": "static" } ], "npm:@uiw/react-md-editor": [ { "source": "npm:@uiw/react-md-editor", "target": "npm:react", "type": "static" }, { "source": "npm:@uiw/react-md-editor", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@uiw/react-md-editor", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@uiw/react-md-editor", "target": "npm:@uiw/react-markdown-preview", "type": "static" }, { "source": "npm:@uiw/react-md-editor", "target": "npm:rehype", "type": "static" }, { "source": "npm:@uiw/react-md-editor", "target": "npm:rehype-prism-plus", "type": "static" } ], "npm:@uppy/aws-s3": [ { "source": "npm:@uppy/aws-s3", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/aws-s3", "target": "npm:@uppy/aws-s3-multipart", "type": "static" }, { "source": "npm:@uppy/aws-s3", "target": "npm:@uppy/companion-client", "type": "static" }, { "source": "npm:@uppy/aws-s3", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/aws-s3", "target": "npm:@uppy/xhr-upload", "type": "static" }, { "source": "npm:@uppy/aws-s3", "target": "npm:nanoid", "type": "static" } ], "npm:@uppy/aws-s3-multipart": [ { "source": "npm:@uppy/aws-s3-multipart", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/aws-s3-multipart", "target": "npm:@uppy/companion-client", "type": "static" }, { "source": "npm:@uppy/aws-s3-multipart", "target": "npm:@uppy/utils", "type": "static" } ], "npm:@uppy/companion-client": [ { "source": "npm:@uppy/companion-client", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/companion-client", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/companion-client", "target": "npm:namespace-emitter", "type": "static" }, { "source": "npm:@uppy/companion-client", "target": "npm:p-retry@6.2.0", "type": "static" } ], "npm:p-retry@6.2.0": [ { "source": "npm:p-retry@6.2.0", "target": "npm:@types/retry@0.12.2", "type": "static" }, { "source": "npm:p-retry@6.2.0", "target": "npm:is-network-error", "type": "static" }, { "source": "npm:p-retry@6.2.0", "target": "npm:retry", "type": "static" } ], "npm:@uppy/core": [ { "source": "npm:@uppy/core", "target": "npm:@transloadit/prettier-bytes", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:@uppy/store-default", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:lodash", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:mime-match", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:namespace-emitter", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:nanoid", "type": "static" }, { "source": "npm:@uppy/core", "target": "npm:preact", "type": "static" } ], "npm:@uppy/dashboard": [ { "source": "npm:@uppy/dashboard", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:@transloadit/prettier-bytes", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:@uppy/informer", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:@uppy/provider-views", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:@uppy/status-bar", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:@uppy/thumbnail-generator", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:classnames", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:is-shallow-equal", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:lodash", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:memoize-one", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:nanoid", "type": "static" }, { "source": "npm:@uppy/dashboard", "target": "npm:preact", "type": "static" } ], "npm:@uppy/drag-drop": [ { "source": "npm:@uppy/drag-drop", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/drag-drop", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/drag-drop", "target": "npm:preact", "type": "static" } ], "npm:@uppy/file-input": [ { "source": "npm:@uppy/file-input", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/file-input", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/file-input", "target": "npm:preact", "type": "static" } ], "npm:@uppy/informer": [ { "source": "npm:@uppy/informer", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/informer", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/informer", "target": "npm:preact", "type": "static" } ], "npm:@uppy/progress-bar": [ { "source": "npm:@uppy/progress-bar", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/progress-bar", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/progress-bar", "target": "npm:preact", "type": "static" } ], "npm:@uppy/provider-views": [ { "source": "npm:@uppy/provider-views", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/provider-views", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/provider-views", "target": "npm:classnames", "type": "static" }, { "source": "npm:@uppy/provider-views", "target": "npm:nanoid", "type": "static" }, { "source": "npm:@uppy/provider-views", "target": "npm:p-queue@7.4.1", "type": "static" }, { "source": "npm:@uppy/provider-views", "target": "npm:preact", "type": "static" } ], "npm:p-queue@7.4.1": [ { "source": "npm:p-queue@7.4.1", "target": "npm:eventemitter3", "type": "static" }, { "source": "npm:p-queue@7.4.1", "target": "npm:p-timeout@5.1.0", "type": "static" } ], "npm:@uppy/react": [ { "source": "npm:@uppy/react", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:@uppy/dashboard", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:@uppy/drag-drop", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:@uppy/file-input", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:@uppy/progress-bar", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:@uppy/status-bar", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:react", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/react", "target": "npm:prop-types", "type": "static" } ], "npm:@uppy/status-bar": [ { "source": "npm:@uppy/status-bar", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/status-bar", "target": "npm:@transloadit/prettier-bytes", "type": "static" }, { "source": "npm:@uppy/status-bar", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/status-bar", "target": "npm:classnames", "type": "static" }, { "source": "npm:@uppy/status-bar", "target": "npm:preact", "type": "static" } ], "npm:@uppy/thumbnail-generator": [ { "source": "npm:@uppy/thumbnail-generator", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/thumbnail-generator", "target": "npm:@uppy/utils", "type": "static" }, { "source": "npm:@uppy/thumbnail-generator", "target": "npm:exifr", "type": "static" } ], "npm:@uppy/utils": [ { "source": "npm:@uppy/utils", "target": "npm:lodash", "type": "static" }, { "source": "npm:@uppy/utils", "target": "npm:preact", "type": "static" } ], "npm:@uppy/xhr-upload": [ { "source": "npm:@uppy/xhr-upload", "target": "npm:@uppy/core", "type": "static" }, { "source": "npm:@uppy/xhr-upload", "target": "npm:@uppy/companion-client", "type": "static" }, { "source": "npm:@uppy/xhr-upload", "target": "npm:@uppy/utils", "type": "static" } ], "npm:@urql/core": [ { "source": "npm:@urql/core", "target": "npm:@0no-co/graphql.web", "type": "static" }, { "source": "npm:@urql/core", "target": "npm:wonka", "type": "static" } ], "npm:@virtual-grid/react": [ { "source": "npm:@virtual-grid/react", "target": "npm:react", "type": "static" }, { "source": "npm:@virtual-grid/react", "target": "npm:@tanstack/react-virtual", "type": "static" }, { "source": "npm:@virtual-grid/react", "target": "npm:@virtual-grid/core", "type": "static" }, { "source": "npm:@virtual-grid/react", "target": "npm:@virtual-grid/shared", "type": "static" }, { "source": "npm:@virtual-grid/react", "target": "npm:react-intersection-observer", "type": "static" }, { "source": "npm:@virtual-grid/react", "target": "npm:use-deep-compare", "type": "static" }, { "source": "npm:@virtual-grid/react", "target": "npm:use-resize-observer", "type": "static" } ], "npm:@vitejs/plugin-react": [ { "source": "npm:@vitejs/plugin-react", "target": "npm:vite", "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:@types/babel__core", "type": "static" }, { "source": "npm:@vitejs/plugin-react", "target": "npm:react-refresh@0.14.2", "type": "static" } ], "npm:@vitest/coverage-v8": [ { "source": "npm:@vitest/coverage-v8", "target": "npm:vitest", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:@ampproject/remapping", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:@bcoe/v8-coverage", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:debug", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:istanbul-lib-coverage", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:istanbul-lib-report", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:istanbul-lib-source-maps@5.0.6", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:istanbul-reports", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:magic-string", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:magicast", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:picocolors", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:std-env", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:strip-literal", "type": "static" }, { "source": "npm:@vitest/coverage-v8", "target": "npm:test-exclude", "type": "static" } ], "npm:istanbul-lib-source-maps@5.0.6": [ { "source": "npm:istanbul-lib-source-maps@5.0.6", "target": "npm:@jridgewell/trace-mapping", "type": "static" }, { "source": "npm:istanbul-lib-source-maps@5.0.6", "target": "npm:debug", "type": "static" }, { "source": "npm:istanbul-lib-source-maps@5.0.6", "target": "npm:istanbul-lib-coverage", "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@5.0.0", "type": "static" }, { "source": "npm:@vitest/runner", "target": "npm:pathe", "type": "static" } ], "npm:p-limit@5.0.0": [ { "source": "npm:p-limit@5.0.0", "target": "npm:yocto-queue@1.1.1", "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", "type": "static" }, { "source": "npm:@vitest/ui", "target": "npm:@vitest/utils", "type": "static" }, { "source": "npm:@vitest/ui", "target": "npm:fast-glob@3.3.2", "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:fast-glob@3.3.2": [ { "source": "npm:fast-glob@3.3.2", "target": "npm:@nodelib/fs.stat", "type": "static" }, { "source": "npm:fast-glob@3.3.2", "target": "npm:@nodelib/fs.walk", "type": "static" }, { "source": "npm:fast-glob@3.3.2", "target": "npm:glob-parent@5.1.2", "type": "static" }, { "source": "npm:fast-glob@3.3.2", "target": "npm:merge2", "type": "static" }, { "source": "npm:fast-glob@3.3.2", "target": "npm:micromatch", "type": "static" } ], "npm:glob-parent@5.1.2": [ { "source": "npm:glob-parent@5.1.2", "target": "npm:is-glob", "type": "static" } ], "npm:@vitest/utils": [ { "source": "npm:@vitest/utils", "target": "npm:diff-sequences", "type": "static" }, { "source": "npm:@vitest/utils", "target": "npm:estree-walker", "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:@whatwg-node/events": [ { "source": "npm:@whatwg-node/events", "target": "npm:tslib", "type": "static" } ], "npm:@whatwg-node/fetch": [ { "source": "npm:@whatwg-node/fetch", "target": "npm:@whatwg-node/node-fetch", "type": "static" }, { "source": "npm:@whatwg-node/fetch", "target": "npm:urlpattern-polyfill", "type": "static" } ], "npm:@whatwg-node/node-fetch": [ { "source": "npm:@whatwg-node/node-fetch", "target": "npm:@kamilkisiela/fast-url-parser", "type": "static" }, { "source": "npm:@whatwg-node/node-fetch", "target": "npm:busboy", "type": "static" }, { "source": "npm:@whatwg-node/node-fetch", "target": "npm:fast-querystring", "type": "static" }, { "source": "npm:@whatwg-node/node-fetch", "target": "npm:tslib", "type": "static" } ], "npm:@whatwg-node/server": [ { "source": "npm:@whatwg-node/server", "target": "npm:@whatwg-node/fetch", "type": "static" }, { "source": "npm:@whatwg-node/server", "target": "npm:tslib", "type": "static" } ], "npm:@yarnpkg/parsers": [ { "source": "npm:@yarnpkg/parsers", "target": "npm:js-yaml", "type": "static" }, { "source": "npm:@yarnpkg/parsers", "target": "npm:tslib", "type": "static" } ], "npm:@zkochan/js-yaml": [ { "source": "npm:@zkochan/js-yaml", "target": "npm:argparse@2.0.1", "type": "static" } ], "npm:abort-controller": [ { "source": "npm:abort-controller", "target": "npm:event-target-shim", "type": "static" } ], "npm:accepts": [ { "source": "npm:accepts", "target": "npm:mime-types", "type": "static" }, { "source": "npm:accepts", "target": "npm:negotiator", "type": "static" } ], "npm:acorn-globals": [ { "source": "npm:acorn-globals", "target": "npm:acorn", "type": "static" }, { "source": "npm:acorn-globals", "target": "npm:acorn-walk", "type": "static" } ], "npm:acorn-import-attributes": [ { "source": "npm:acorn-import-attributes", "target": "npm:acorn", "type": "static" } ], "npm:acorn-jsx": [ { "source": "npm:acorn-jsx", "target": "npm:acorn", "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:agentkeepalive": [ { "source": "npm:agentkeepalive", "target": "npm:humanize-ms", "type": "static" } ], "npm:ajv": [ { "source": "npm:ajv", "target": "npm:fast-deep-equal", "type": "static" }, { "source": "npm:ajv", "target": "npm:fast-uri", "type": "static" }, { "source": "npm:ajv", "target": "npm:json-schema-traverse", "type": "static" }, { "source": "npm:ajv", "target": "npm:require-from-string", "type": "static" } ], "npm:ajv-draft-04": [ { "source": "npm:ajv-draft-04", "target": "npm:ajv", "type": "static" } ], "npm:ajv-formats": [ { "source": "npm:ajv-formats", "target": "npm:ajv", "type": "static" } ], "npm:ajv-keywords": [ { "source": "npm:ajv-keywords", "target": "npm:ajv", "type": "static" }, { "source": "npm:ajv-keywords", "target": "npm:fast-deep-equal", "type": "static" } ], "npm:ansi-escapes": [ { "source": "npm:ansi-escapes", "target": "npm:type-fest", "type": "static" } ], "npm:anymatch": [ { "source": "npm:anymatch", "target": "npm:normalize-path", "type": "static" }, { "source": "npm:anymatch", "target": "npm:picomatch@2.3.1", "type": "static" } ], "npm:are-we-there-yet": [ { "source": "npm:are-we-there-yet", "target": "npm:delegates", "type": "static" }, { "source": "npm:are-we-there-yet", "target": "npm:readable-stream", "type": "static" } ], "npm:argparse": [ { "source": "npm:argparse", "target": "npm:sprintf-js", "type": "static" } ], "npm:aria-hidden": [ { "source": "npm:aria-hidden", "target": "npm:tslib", "type": "static" } ], "npm:aria-query": [ { "source": "npm:aria-query", "target": "npm:dequal", "type": "static" } ], "npm:array-buffer-byte-length": [ { "source": "npm:array-buffer-byte-length", "target": "npm:call-bind", "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: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" } ], "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: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" }, { "source": "npm:arraybuffer.prototype.slice", "target": "npm:is-shared-array-buffer", "type": "static" } ], "npm:ast-types": [ { "source": "npm:ast-types", "target": "npm:tslib", "type": "static" } ], "npm:autoprefixer": [ { "source": "npm:autoprefixer", "target": "npm:postcss", "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:normalize-range", "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": [ { "source": "npm:axios", "target": "npm:follow-redirects", "type": "static" }, { "source": "npm:axios", "target": "npm:form-data", "type": "static" }, { "source": "npm:axios", "target": "npm:proxy-from-env", "type": "static" } ], "npm:babel-jest": [ { "source": "npm:babel-jest", "target": "npm:@babel/core", "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@4.1.2", "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:@babel/core", "type": "static" }, { "source": "npm:babel-loader", "target": "npm:webpack", "type": "static" }, { "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/core", "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" } ], "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@5.2.1", "type": "static" }, { "source": "npm:babel-plugin-istanbul", "target": "npm:test-exclude", "type": "static" } ], "npm:istanbul-lib-instrument@5.2.1": [ { "source": "npm:istanbul-lib-instrument@5.2.1", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:istanbul-lib-instrument@5.2.1", "target": "npm:@babel/parser", "type": "static" }, { "source": "npm:istanbul-lib-instrument@5.2.1", "target": "npm:@istanbuljs/schema", "type": "static" }, { "source": "npm:istanbul-lib-instrument@5.2.1", "target": "npm:istanbul-lib-coverage", "type": "static" }, { "source": "npm:istanbul-lib-instrument@5.2.1", "target": "npm:semver", "type": "static" } ], "npm:babel-plugin-jest-hoist": [ { "source": "npm:babel-plugin-jest-hoist", "target": "npm:@babel/template", "type": "static" }, { "source": "npm:babel-plugin-jest-hoist", "target": "npm:@babel/types", "type": "static" }, { "source": "npm:babel-plugin-jest-hoist", "target": "npm:@types/babel__core", "type": "static" }, { "source": "npm:babel-plugin-jest-hoist", "target": "npm:@types/babel__traverse", "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: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.2", "type": "static" } ], "npm:babel-plugin-polyfill-corejs2": [ { "source": "npm:babel-plugin-polyfill-corejs2", "target": "npm:@babel/core", "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", "type": "static" } ], "npm:babel-plugin-polyfill-corejs3": [ { "source": "npm:babel-plugin-polyfill-corejs3", "target": "npm:@babel/core", "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" } ], "npm:babel-plugin-polyfill-regenerator": [ { "source": "npm:babel-plugin-polyfill-regenerator", "target": "npm:@babel/core", "type": "static" }, { "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/core", "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" } ], "npm:babel-preset-jest": [ { "source": "npm:babel-preset-jest", "target": "npm:@babel/core", "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" } ], "npm:bare-fs": [ { "source": "npm:bare-fs", "target": "npm:bare-events", "type": "static" }, { "source": "npm:bare-fs", "target": "npm:bare-path", "type": "static" }, { "source": "npm:bare-fs", "target": "npm:bare-stream", "type": "static" } ], "npm:bare-path": [ { "source": "npm:bare-path", "target": "npm:bare-os", "type": "static" } ], "npm:bare-stream": [ { "source": "npm:bare-stream", "target": "npm:b4a", "type": "static" }, { "source": "npm:bare-stream", "target": "npm:streamx", "type": "static" } ], "npm:basic-auth": [ { "source": "npm:basic-auth", "target": "npm:safe-buffer@5.1.2", "type": "static" } ], "npm:bcrypt": [ { "source": "npm:bcrypt", "target": "npm:@mapbox/node-pre-gyp", "type": "static" }, { "source": "npm:bcrypt", "target": "npm:node-addon-api", "type": "static" } ], "npm:bin-check": [ { "source": "npm:bin-check", "target": "npm:execa", "type": "static" }, { "source": "npm:bin-check", "target": "npm:executable", "type": "static" } ], "npm:bin-version": [ { "source": "npm:bin-version", "target": "npm:execa@5.1.1", "type": "static" }, { "source": "npm:bin-version", "target": "npm:find-versions", "type": "static" } ], "npm:bin-version-check": [ { "source": "npm:bin-version-check", "target": "npm:bin-version", "type": "static" }, { "source": "npm:bin-version-check", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:bin-version-check", "target": "npm:semver-truncate", "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", "type": "static" }, { "source": "npm:execa@5.1.1", "target": "npm:is-stream@2.0.1", "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: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": [ { "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", "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": [ { "source": "npm:brace-expansion", "target": "npm:balanced-match", "type": "static" } ], "npm:braces": [ { "source": "npm:braces", "target": "npm:fill-range", "type": "static" } ], "npm:broadcast-channel": [ { "source": "npm:broadcast-channel", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:detect-node", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:js-sha3", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:microseconds", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:nano-time", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:oblivious-set", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:rimraf", "type": "static" }, { "source": "npm:broadcast-channel", "target": "npm:unload", "type": "static" } ], "npm:browserslist": [ { "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": [ { "source": "npm:buffer", "target": "npm:base64-js", "type": "static" }, { "source": "npm:buffer", "target": "npm:ieee754", "type": "static" } ], "npm:bufferutil": [ { "source": "npm:bufferutil", "target": "npm:node-gyp-build", "type": "static" } ], "npm:bullmq": [ { "source": "npm:bullmq", "target": "npm:cron-parser", "type": "static" }, { "source": "npm:bullmq", "target": "npm:ioredis", "type": "static" }, { "source": "npm:bullmq", "target": "npm:msgpackr", "type": "static" }, { "source": "npm:bullmq", "target": "npm:node-abort-controller", "type": "static" }, { "source": "npm:bullmq", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:bullmq", "target": "npm:tslib", "type": "static" }, { "source": "npm:bullmq", "target": "npm:uuid", "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:cache-content-type": [ { "source": "npm:cache-content-type", "target": "npm:mime-types", "type": "static" }, { "source": "npm:cache-content-type", "target": "npm:ylru", "type": "static" } ], "npm:cache-manager": [ { "source": "npm:cache-manager", "target": "npm:eventemitter3", "type": "static" }, { "source": "npm:cache-manager", "target": "npm:lodash.clonedeep", "type": "static" }, { "source": "npm:cache-manager", "target": "npm:lru-cache@10.4.3", "type": "static" }, { "source": "npm:cache-manager", "target": "npm:promise-coalesce", "type": "static" } ], "npm:cache-manager-redis-store": [ { "source": "npm:cache-manager-redis-store", "target": "npm:redis@3.1.2", "type": "static" } ], "npm:redis@3.1.2": [ { "source": "npm:redis@3.1.2", "target": "npm:denque@1.5.1", "type": "static" }, { "source": "npm:redis@3.1.2", "target": "npm:redis-commands", "type": "static" }, { "source": "npm:redis@3.1.2", "target": "npm:redis-errors", "type": "static" }, { "source": "npm:redis@3.1.2", "target": "npm:redis-parser", "type": "static" } ], "npm:cacheable-request": [ { "source": "npm:cacheable-request", "target": "npm:clone-response", "type": "static" }, { "source": "npm:cacheable-request", "target": "npm:get-stream@5.2.0", "type": "static" }, { "source": "npm:cacheable-request", "target": "npm:http-cache-semantics", "type": "static" }, { "source": "npm:cacheable-request", "target": "npm:keyv", "type": "static" }, { "source": "npm:cacheable-request", "target": "npm:lowercase-keys", "type": "static" }, { "source": "npm:cacheable-request", "target": "npm:normalize-url", "type": "static" }, { "source": "npm:cacheable-request", "target": "npm:responselike", "type": "static" } ], "npm:get-stream@5.2.0": [ { "source": "npm:get-stream@5.2.0", "target": "npm:pump", "type": "static" } ], "npm:call-bind": [ { "source": "npm:call-bind", "target": "npm:es-define-property", "type": "static" }, { "source": "npm:call-bind", "target": "npm:es-errors", "type": "static" }, { "source": "npm:call-bind", "target": "npm:function-bind", "type": "static" }, { "source": "npm:call-bind", "target": "npm:get-intrinsic", "type": "static" }, { "source": "npm:call-bind", "target": "npm:set-function-length", "type": "static" } ], "npm:camel-case": [ { "source": "npm:camel-case", "target": "npm:pascal-case", "type": "static" }, { "source": "npm:camel-case", "target": "npm:tslib", "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:canvas": [ { "source": "npm:canvas", "target": "npm:@mapbox/node-pre-gyp", "type": "static" }, { "source": "npm:canvas", "target": "npm:nan", "type": "static" }, { "source": "npm:canvas", "target": "npm:simple-get", "type": "static" } ], "npm:capital-case": [ { "source": "npm:capital-case", "target": "npm:no-case", "type": "static" }, { "source": "npm:capital-case", "target": "npm:tslib", "type": "static" }, { "source": "npm:capital-case", "target": "npm:upper-case-first", "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@4.1.0", "type": "static" } ], "npm:chalk": [ { "source": "npm:chalk", "target": "npm:ansi-styles@3.2.1", "type": "static" }, { "source": "npm:chalk", "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { "source": "npm:chalk", "target": "npm:supports-color", "type": "static" } ], "npm:ansi-styles@3.2.1": [ { "source": "npm:ansi-styles@3.2.1", "target": "npm:color-convert@1.9.3", "type": "static" } ], "npm:color-convert@1.9.3": [ { "source": "npm:color-convert@1.9.3", "target": "npm:color-name@1.1.3", "type": "static" } ], "npm:change-case": [ { "source": "npm:change-case", "target": "npm:camel-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:capital-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:constant-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:dot-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:header-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:no-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:param-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:pascal-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:path-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:sentence-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:snake-case", "type": "static" }, { "source": "npm:change-case", "target": "npm:tslib", "type": "static" } ], "npm:chart.js": [ { "source": "npm:chart.js", "target": "npm:@kurkle/color", "type": "static" } ], "npm:check-error": [ { "source": "npm:check-error", "target": "npm:get-func-name", "type": "static" } ], "npm:cheerio": [ { "source": "npm:cheerio", "target": "npm:cheerio-select", "type": "static" }, { "source": "npm:cheerio", "target": "npm:dom-serializer", "type": "static" }, { "source": "npm:cheerio", "target": "npm:domhandler", "type": "static" }, { "source": "npm:cheerio", "target": "npm:domutils", "type": "static" }, { "source": "npm:cheerio", "target": "npm:encoding-sniffer", "type": "static" }, { "source": "npm:cheerio", "target": "npm:htmlparser2", "type": "static" }, { "source": "npm:cheerio", "target": "npm:parse5@7.1.2", "type": "static" }, { "source": "npm:cheerio", "target": "npm:parse5-htmlparser2-tree-adapter", "type": "static" }, { "source": "npm:cheerio", "target": "npm:parse5-parser-stream", "type": "static" }, { "source": "npm:cheerio", "target": "npm:undici", "type": "static" }, { "source": "npm:cheerio", "target": "npm:whatwg-mimetype", "type": "static" } ], "npm:cheerio-select": [ { "source": "npm:cheerio-select", "target": "npm:boolbase", "type": "static" }, { "source": "npm:cheerio-select", "target": "npm:css-select", "type": "static" }, { "source": "npm:cheerio-select", "target": "npm:css-what", "type": "static" }, { "source": "npm:cheerio-select", "target": "npm:domelementtype", "type": "static" }, { "source": "npm:cheerio-select", "target": "npm:domhandler", "type": "static" }, { "source": "npm:cheerio-select", "target": "npm:domutils", "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@5.1.2", "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:chromium-bidi": [ { "source": "npm:chromium-bidi", "target": "npm:devtools-protocol", "type": "static" }, { "source": "npm:chromium-bidi", "target": "npm:mitt", "type": "static" }, { "source": "npm:chromium-bidi", "target": "npm:urlpattern-polyfill", "type": "static" }, { "source": "npm:chromium-bidi", "target": "npm:zod", "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:class-variance-authority": [ { "source": "npm:class-variance-authority", "target": "npm:clsx@1.2.1", "type": "static" } ], "npm:cli-cursor": [ { "source": "npm:cli-cursor", "target": "npm:restore-cursor", "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", "type": "static" } ], "npm:clone-deep": [ { "source": "npm:clone-deep", "target": "npm:is-plain-object@2.0.4", "type": "static" }, { "source": "npm:clone-deep", "target": "npm:kind-of", "type": "static" }, { "source": "npm:clone-deep", "target": "npm:shallow-clone", "type": "static" } ], "npm:is-plain-object@2.0.4": [ { "source": "npm:is-plain-object@2.0.4", "target": "npm:isobject", "type": "static" } ], "npm:clone-response": [ { "source": "npm:clone-response", "target": "npm:mimic-response", "type": "static" } ], "npm:cmdk": [ { "source": "npm:cmdk", "target": "npm:react", "type": "static" }, { "source": "npm:cmdk", "target": "npm:react-dom", "type": "static" }, { "source": "npm:cmdk", "target": "npm:@radix-ui/react-dialog@1.0.0", "type": "static" } ], "npm:@radix-ui/react-dialog@1.0.0": [ { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/primitive@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-context@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-dismissable-layer@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-focus-guards@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-focus-scope@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-id@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-portal@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-presence@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-primitive@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-slot@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:@radix-ui/react-use-controllable-state@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:aria-hidden", "type": "static" }, { "source": "npm:@radix-ui/react-dialog@1.0.0", "target": "npm:react-remove-scroll@2.5.4", "type": "static" } ], "npm:@radix-ui/react-dismissable-layer@1.0.0": [ { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:@radix-ui/primitive@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:@radix-ui/react-primitive@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:@radix-ui/react-use-callback-ref@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-dismissable-layer@1.0.0", "target": "npm:@radix-ui/react-use-escape-keydown@1.0.0", "type": "static" } ], "npm:@radix-ui/react-focus-guards@1.0.0": [ { "source": "npm:@radix-ui/react-focus-guards@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-focus-guards@1.0.0", "target": "npm:@babel/runtime", "type": "static" } ], "npm:@radix-ui/react-focus-scope@1.0.0": [ { "source": "npm:@radix-ui/react-focus-scope@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope@1.0.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope@1.0.0", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope@1.0.0", "target": "npm:@radix-ui/react-primitive@1.0.0", "type": "static" }, { "source": "npm:@radix-ui/react-focus-scope@1.0.0", "target": "npm:@radix-ui/react-use-callback-ref@1.0.0", "type": "static" } ], "npm:@radix-ui/react-id@1.0.0": [ { "source": "npm:@radix-ui/react-id@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-id@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-id@1.0.0", "target": "npm:@radix-ui/react-use-layout-effect@1.0.0", "type": "static" } ], "npm:@radix-ui/react-portal@1.0.0": [ { "source": "npm:@radix-ui/react-portal@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-portal@1.0.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-portal@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-portal@1.0.0", "target": "npm:@radix-ui/react-primitive@1.0.0", "type": "static" } ], "npm:@radix-ui/react-primitive@1.0.0": [ { "source": "npm:@radix-ui/react-primitive@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-primitive@1.0.0", "target": "npm:react-dom", "type": "static" }, { "source": "npm:@radix-ui/react-primitive@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-primitive@1.0.0", "target": "npm:@radix-ui/react-slot@1.0.0", "type": "static" } ], "npm:@radix-ui/react-slot@1.0.0": [ { "source": "npm:@radix-ui/react-slot@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-slot@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-slot@1.0.0", "target": "npm:@radix-ui/react-compose-refs@1.0.0", "type": "static" } ], "npm:@radix-ui/react-use-controllable-state@1.0.0": [ { "source": "npm:@radix-ui/react-use-controllable-state@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-use-controllable-state@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-use-controllable-state@1.0.0", "target": "npm:@radix-ui/react-use-callback-ref@1.0.0", "type": "static" } ], "npm:@radix-ui/react-use-escape-keydown@1.0.0": [ { "source": "npm:@radix-ui/react-use-escape-keydown@1.0.0", "target": "npm:react", "type": "static" }, { "source": "npm:@radix-ui/react-use-escape-keydown@1.0.0", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:@radix-ui/react-use-escape-keydown@1.0.0", "target": "npm:@radix-ui/react-use-callback-ref@1.0.0", "type": "static" } ], "npm:react-remove-scroll@2.5.4": [ { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:react", "type": "static" }, { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:react-remove-scroll-bar", "type": "static" }, { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:react-style-singleton", "type": "static" }, { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:tslib", "type": "static" }, { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:use-callback-ref", "type": "static" }, { "source": "npm:react-remove-scroll@2.5.4", "target": "npm:use-sidecar", "type": "static" } ], "npm:color": [ { "source": "npm:color", "target": "npm:color-convert", "type": "static" }, { "source": "npm:color", "target": "npm:color-string", "type": "static" } ], "npm:color-convert": [ { "source": "npm:color-convert", "target": "npm:color-name", "type": "static" } ], "npm:color-string": [ { "source": "npm:color-string", "target": "npm:color-name", "type": "static" }, { "source": "npm:color-string", "target": "npm:simple-swizzle", "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": [ { "source": "npm:comment-json", "target": "npm:array-timsort", "type": "static" }, { "source": "npm:comment-json", "target": "npm:core-util-is", "type": "static" }, { "source": "npm:comment-json", "target": "npm:esprima", "type": "static" }, { "source": "npm:comment-json", "target": "npm:has-own-prop", "type": "static" }, { "source": "npm:comment-json", "target": "npm:repeat-string", "type": "static" } ], "npm:compressible": [ { "source": "npm:compressible", "target": "npm:mime-db", "type": "static" } ], "npm:compression": [ { "source": "npm:compression", "target": "npm:accepts", "type": "static" }, { "source": "npm:compression", "target": "npm:bytes@3.0.0", "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:on-headers", "type": "static" }, { "source": "npm:compression", "target": "npm:safe-buffer@5.1.2", "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:config-chain": [ { "source": "npm:config-chain", "target": "npm:ini", "type": "static" }, { "source": "npm:config-chain", "target": "npm:proto-list", "type": "static" } ], "npm:constant-case": [ { "source": "npm:constant-case", "target": "npm:no-case", "type": "static" }, { "source": "npm:constant-case", "target": "npm:tslib", "type": "static" }, { "source": "npm:constant-case", "target": "npm:upper-case", "type": "static" } ], "npm:content-disposition": [ { "source": "npm:content-disposition", "target": "npm:safe-buffer", "type": "static" } ], "npm:cookie-parser": [ { "source": "npm:cookie-parser", "target": "npm:cookie", "type": "static" }, { "source": "npm:cookie-parser", "target": "npm:cookie-signature", "type": "static" } ], "npm:cookies": [ { "source": "npm:cookies", "target": "npm:depd", "type": "static" }, { "source": "npm:cookies", "target": "npm:keygrip", "type": "static" } ], "npm:copy-anything": [ { "source": "npm:copy-anything", "target": "npm:is-what", "type": "static" } ], "npm:copy-to-clipboard": [ { "source": "npm:copy-to-clipboard", "target": "npm:toggle-selection", "type": "static" } ], "npm:copy-webpack-plugin": [ { "source": "npm:copy-webpack-plugin", "target": "npm:webpack", "type": "static" }, { "source": "npm:copy-webpack-plugin", "target": "npm:fast-glob", "type": "static" }, { "source": "npm:copy-webpack-plugin", "target": "npm:glob-parent", "type": "static" }, { "source": "npm:copy-webpack-plugin", "target": "npm:globby@12.2.0", "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" } ], "npm:globby@12.2.0": [ { "source": "npm:globby@12.2.0", "target": "npm:array-union@3.0.1", "type": "static" }, { "source": "npm:globby@12.2.0", "target": "npm:dir-glob", "type": "static" }, { "source": "npm:globby@12.2.0", "target": "npm:fast-glob", "type": "static" }, { "source": "npm:globby@12.2.0", "target": "npm:ignore", "type": "static" }, { "source": "npm:globby@12.2.0", "target": "npm:merge2", "type": "static" }, { "source": "npm:globby@12.2.0", "target": "npm:slash@4.0.0", "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": [ { "source": "npm:cosmiconfig", "target": "npm:typescript", "type": "static" }, { "source": "npm:cosmiconfig", "target": "npm:import-fresh", "type": "static" }, { "source": "npm:cosmiconfig", "target": "npm:js-yaml@4.1.0", "type": "static" }, { "source": "npm:cosmiconfig", "target": "npm:parse-json", "type": "static" }, { "source": "npm:cosmiconfig", "target": "npm:path-type", "type": "static" } ], "npm:create-jest": [ { "source": "npm:create-jest", "target": "npm:@jest/types", "type": "static" }, { "source": "npm:create-jest", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:create-jest", "target": "npm:exit", "type": "static" }, { "source": "npm:create-jest", "target": "npm:graceful-fs", "type": "static" }, { "source": "npm:create-jest", "target": "npm:jest-config", "type": "static" }, { "source": "npm:create-jest", "target": "npm:jest-util", "type": "static" }, { "source": "npm:create-jest", "target": "npm:prompts", "type": "static" } ], "npm:cron": [ { "source": "npm:cron", "target": "npm:@types/luxon", "type": "static" }, { "source": "npm:cron", "target": "npm:luxon", "type": "static" } ], "npm:cron-parser": [ { "source": "npm:cron-parser", "target": "npm:luxon", "type": "static" } ], "npm:cross-fetch": [ { "source": "npm:cross-fetch", "target": "npm:node-fetch@2.6.7", "type": "static" } ], "npm:node-fetch@2.6.7": [ { "source": "npm:node-fetch@2.6.7", "target": "npm:whatwg-url@5.0.0", "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:cross-inspect": [ { "source": "npm:cross-inspect", "target": "npm:tslib", "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-declaration-sorter": [ { "source": "npm:css-declaration-sorter", "target": "npm:postcss", "type": "static" } ], "npm:css-loader": [ { "source": "npm:css-loader", "target": "npm:webpack", "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@7.6.3", "type": "static" } ], "npm:css-minimizer-webpack-plugin": [ { "source": "npm:css-minimizer-webpack-plugin", "target": "npm:webpack", "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" } ], "npm:css-select": [ { "source": "npm:css-select", "target": "npm:boolbase", "type": "static" }, { "source": "npm:css-select", "target": "npm:css-what", "type": "static" }, { "source": "npm:css-select", "target": "npm:domhandler", "type": "static" }, { "source": "npm:css-select", "target": "npm:domutils", "type": "static" }, { "source": "npm:css-select", "target": "npm:nth-check", "type": "static" } ], "npm:css-tree": [ { "source": "npm:css-tree", "target": "npm:mdn-data", "type": "static" }, { "source": "npm:css-tree", "target": "npm:source-map-js", "type": "static" } ], "npm:cssnano": [ { "source": "npm:cssnano", "target": "npm:postcss", "type": "static" }, { "source": "npm:cssnano", "target": "npm:cssnano-preset-default", "type": "static" }, { "source": "npm:cssnano", "target": "npm:lilconfig", "type": "static" } ], "npm:cssnano-preset-default": [ { "source": "npm:cssnano-preset-default", "target": "npm:postcss", "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" } ], "npm:cssnano-utils": [ { "source": "npm:cssnano-utils", "target": "npm:postcss", "type": "static" } ], "npm:csso": [ { "source": "npm:csso", "target": "npm:css-tree@2.2.1", "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:cssstyle": [ { "source": "npm:cssstyle", "target": "npm:rrweb-cssom", "type": "static" } ], "npm:data-urls": [ { "source": "npm:data-urls", "target": "npm:abab", "type": "static" }, { "source": "npm:data-urls", "target": "npm:whatwg-mimetype@3.0.0", "type": "static" }, { "source": "npm:data-urls", "target": "npm:whatwg-url", "type": "static" } ], "npm:data-view-buffer": [ { "source": "npm:data-view-buffer", "target": "npm:call-bind", "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-bind", "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-bind", "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": [ { "source": "npm:debug", "target": "npm:ms", "type": "static" } ], "npm:decode-named-character-reference": [ { "source": "npm:decode-named-character-reference", "target": "npm:character-entities", "type": "static" } ], "npm:decompress-response": [ { "source": "npm:decompress-response", "target": "npm:mimic-response@3.1.0", "type": "static" } ], "npm:dedent": [ { "source": "npm:dedent", "target": "npm:babel-plugin-macros", "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@1.0.4", "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:degenerator": [ { "source": "npm:degenerator", "target": "npm:ast-types", "type": "static" }, { "source": "npm:degenerator", "target": "npm:escodegen", "type": "static" }, { "source": "npm:degenerator", "target": "npm:esprima", "type": "static" } ], "npm:detect-port": [ { "source": "npm:detect-port", "target": "npm:address", "type": "static" }, { "source": "npm:detect-port", "target": "npm:debug", "type": "static" } ], "npm:devlop": [ { "source": "npm:devlop", "target": "npm:dequal", "type": "static" } ], "npm:digest-fetch": [ { "source": "npm:digest-fetch", "target": "npm:base-64", "type": "static" }, { "source": "npm:digest-fetch", "target": "npm:md5", "type": "static" } ], "npm:dir-glob": [ { "source": "npm:dir-glob", "target": "npm:path-type", "type": "static" } ], "npm:dnd-core": [ { "source": "npm:dnd-core", "target": "npm:@react-dnd/asap", "type": "static" }, { "source": "npm:dnd-core", "target": "npm:@react-dnd/invariant", "type": "static" }, { "source": "npm:dnd-core", "target": "npm:redux", "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:dom-helpers": [ { "source": "npm:dom-helpers", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:dom-helpers", "target": "npm:csstype", "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:domexception": [ { "source": "npm:domexception", "target": "npm:webidl-conversions", "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:ecdsa-sig-formatter": [ { "source": "npm:ecdsa-sig-formatter", "target": "npm:safe-buffer", "type": "static" } ], "npm:editorconfig": [ { "source": "npm:editorconfig", "target": "npm:@one-ini/wasm", "type": "static" }, { "source": "npm:editorconfig", "target": "npm:commander@10.0.1", "type": "static" }, { "source": "npm:editorconfig", "target": "npm:minimatch@9.0.1", "type": "static" }, { "source": "npm:editorconfig", "target": "npm:semver@7.6.3", "type": "static" } ], "npm:minimatch@9.0.1": [ { "source": "npm:minimatch@9.0.1", "target": "npm:brace-expansion", "type": "static" } ], "npm:ejs": [ { "source": "npm:ejs", "target": "npm:jake", "type": "static" } ], "npm:encoding-sniffer": [ { "source": "npm:encoding-sniffer", "target": "npm:iconv-lite@0.6.3", "type": "static" }, { "source": "npm:encoding-sniffer", "target": "npm:whatwg-encoding", "type": "static" } ], "npm:iconv-lite@0.6.3": [ { "source": "npm:iconv-lite@0.6.3", "target": "npm:safer-buffer", "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:error-stack-parser": [ { "source": "npm:error-stack-parser", "target": "npm:stackframe", "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: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-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-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: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:regexp.prototype.flags", "type": "static" }, { "source": "npm:es-abstract", "target": "npm:safe-array-concat", "type": "static" }, { "source": "npm:es-abstract", "target": "npm:safe-regex-test", "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-define-property": [ { "source": "npm:es-define-property", "target": "npm:get-intrinsic", "type": "static" } ], "npm:es-iterator-helpers": [ { "source": "npm:es-iterator-helpers", "target": "npm:call-bind", "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: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:safe-array-concat", "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: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:esast-util-from-estree": [ { "source": "npm:esast-util-from-estree", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:esast-util-from-estree", "target": "npm:devlop", "type": "static" }, { "source": "npm:esast-util-from-estree", "target": "npm:estree-util-visit", "type": "static" }, { "source": "npm:esast-util-from-estree", "target": "npm:unist-util-position-from-estree", "type": "static" } ], "npm:esast-util-from-js": [ { "source": "npm:esast-util-from-js", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:esast-util-from-js", "target": "npm:acorn", "type": "static" }, { "source": "npm:esast-util-from-js", "target": "npm:esast-util-from-estree", "type": "static" }, { "source": "npm:esast-util-from-js", "target": "npm:vfile-message", "type": "static" } ], "npm:esbuild": [ { "source": "npm:esbuild", "target": "npm:@esbuild/aix-ppc64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/android-arm", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/android-arm64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/android-x64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/darwin-arm64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/darwin-x64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/freebsd-arm64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/freebsd-x64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-arm", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-arm64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-ia32", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-loong64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-mips64el", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-ppc64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-riscv64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-s390x", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/linux-x64", "type": "static" }, { "source": "npm:esbuild", "target": "npm:@esbuild/netbsd-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:escodegen": [ { "source": "npm:escodegen", "target": "npm:esprima", "type": "static" }, { "source": "npm:escodegen", "target": "npm:estraverse", "type": "static" }, { "source": "npm:escodegen", "target": "npm:esutils", "type": "static" }, { "source": "npm:escodegen", "target": "npm:source-map@0.6.1", "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", "type": "static" }, { "source": "npm:eslint", "target": "npm:@eslint/js", "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.12.6", "type": "static" }, { "source": "npm:eslint", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:eslint", "target": "npm:cross-spawn", "type": "static" }, { "source": "npm:eslint", "target": "npm:debug", "type": "static" }, { "source": "npm:eslint", "target": "npm:doctrine", "type": "static" }, { "source": "npm:eslint", "target": "npm:escape-string-regexp", "type": "static" }, { "source": "npm:eslint", "target": "npm:eslint-scope", "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", "type": "static" }, { "source": "npm:eslint", "target": "npm:globals@13.24.0", "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@4.1.0", "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@3.1.2", "type": "static" }, { "source": "npm:eslint", "target": "npm:natural-compare", "type": "static" }, { "source": "npm:eslint", "target": "npm:optionator", "type": "static" }, { "source": "npm:eslint", "target": "npm:strip-ansi", "type": "static" }, { "source": "npm:eslint", "target": "npm:text-table", "type": "static" } ], "npm:eslint-config-next": [ { "source": "npm:eslint-config-next", "target": "npm:eslint", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:typescript", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:@next/eslint-plugin-next", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:@rushstack/eslint-patch", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:@typescript-eslint/parser@7.2.0", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:eslint-import-resolver-node", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:eslint-import-resolver-typescript", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:eslint-plugin-import@2.30.0", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:eslint-plugin-jsx-a11y", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:eslint-plugin-react@7.35.2", "type": "static" }, { "source": "npm:eslint-config-next", "target": "npm:eslint-plugin-react-hooks", "type": "static" } ], "npm:@typescript-eslint/parser@7.2.0": [ { "source": "npm:@typescript-eslint/parser@7.2.0", "target": "npm:eslint", "type": "static" }, { "source": "npm:@typescript-eslint/parser@7.2.0", "target": "npm:@typescript-eslint/scope-manager@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/parser@7.2.0", "target": "npm:@typescript-eslint/types@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/parser@7.2.0", "target": "npm:@typescript-eslint/typescript-estree@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/parser@7.2.0", "target": "npm:@typescript-eslint/visitor-keys@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/parser@7.2.0", "target": "npm:debug", "type": "static" } ], "npm:@typescript-eslint/scope-manager@7.2.0": [ { "source": "npm:@typescript-eslint/scope-manager@7.2.0", "target": "npm:@typescript-eslint/types@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/scope-manager@7.2.0", "target": "npm:@typescript-eslint/visitor-keys@7.2.0", "type": "static" } ], "npm:@typescript-eslint/typescript-estree@7.2.0": [ { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:@typescript-eslint/types@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:@typescript-eslint/visitor-keys@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:debug", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:globby", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:is-glob", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:minimatch", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:@typescript-eslint/typescript-estree@7.2.0", "target": "npm:ts-api-utils", "type": "static" } ], "npm:@typescript-eslint/visitor-keys@7.2.0": [ { "source": "npm:@typescript-eslint/visitor-keys@7.2.0", "target": "npm:@typescript-eslint/types@7.2.0", "type": "static" }, { "source": "npm:@typescript-eslint/visitor-keys@7.2.0", "target": "npm:eslint-visitor-keys", "type": "static" } ], "npm:doctrine@2.1.0": [ { "source": "npm:doctrine@2.1.0", "target": "npm:esutils", "type": "static" } ], "npm:eslint-plugin-import@2.30.0": [ { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:eslint", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:@rtsao/scc", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:array-includes", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:array.prototype.findlastindex", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:array.prototype.flat", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:array.prototype.flatmap", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:debug@3.2.7", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:doctrine@2.1.0", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:eslint-import-resolver-node", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:eslint-module-utils", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:hasown", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:is-core-module", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:is-glob", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:minimatch@3.1.2", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:object.fromentries", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:object.groupby", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:object.values", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:semver", "type": "static" }, { "source": "npm:eslint-plugin-import@2.30.0", "target": "npm:tsconfig-paths@3.15.0", "type": "static" } ], "npm:debug@3.2.7": [ { "source": "npm:debug@3.2.7", "target": "npm:ms", "type": "static" } ], "npm:eslint-plugin-react@7.35.2": [ { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:eslint", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:array-includes", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:array.prototype.findlast", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:array.prototype.flatmap", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:array.prototype.tosorted", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:doctrine@2.1.0", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:es-iterator-helpers", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:estraverse", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:hasown", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:jsx-ast-utils", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:minimatch@3.1.2", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:object.entries", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:object.fromentries", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:object.values", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:prop-types", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:resolve@2.0.0-next.5", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:semver", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:string.prototype.matchall", "type": "static" }, { "source": "npm:eslint-plugin-react@7.35.2", "target": "npm:string.prototype.repeat", "type": "static" } ], "npm:json5@1.0.2": [ { "source": "npm:json5@1.0.2", "target": "npm:minimist", "type": "static" } ], "npm:resolve@2.0.0-next.5": [ { "source": "npm:resolve@2.0.0-next.5", "target": "npm:is-core-module", "type": "static" }, { "source": "npm:resolve@2.0.0-next.5", "target": "npm:path-parse", "type": "static" }, { "source": "npm:resolve@2.0.0-next.5", "target": "npm:supports-preserve-symlinks-flag", "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@3.0.0", "type": "static" } ], "npm:eslint-config-prettier": [ { "source": "npm:eslint-config-prettier", "target": "npm:eslint", "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", "type": "static" } ], "npm:eslint-import-resolver-typescript": [ { "source": "npm:eslint-import-resolver-typescript", "target": "npm:eslint", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:eslint-plugin-import", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:@nolyfill/is-core-module", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:debug", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:enhanced-resolve", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:eslint-module-utils", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:fast-glob@3.3.2", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:get-tsconfig", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:is-bun-module", "type": "static" }, { "source": "npm:eslint-import-resolver-typescript", "target": "npm:is-glob", "type": "static" } ], "npm:eslint-module-utils": [ { "source": "npm:eslint-module-utils", "target": "npm:debug@3.2.7", "type": "static" } ], "npm:eslint-plugin-import": [ { "source": "npm:eslint-plugin-import", "target": "npm:eslint", "type": "static" }, { "source": "npm:eslint-plugin-import", "target": "npm:array-includes", "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@2.1.0", "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:has", "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@3.1.2", "type": "static" }, { "source": "npm:eslint-plugin-import", "target": "npm:object.values", "type": "static" }, { "source": "npm:eslint-plugin-import", "target": "npm:resolve", "type": "static" }, { "source": "npm:eslint-plugin-import", "target": "npm:semver", "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:eslint", "type": "static" }, { "source": "npm:eslint-plugin-jsx-a11y", "target": "npm:@babel/runtime", "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", "type": "static" }, { "source": "npm:eslint-plugin-jsx-a11y", "target": "npm:has", "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@3.1.2", "type": "static" }, { "source": "npm:eslint-plugin-jsx-a11y", "target": "npm:object.entries", "type": "static" }, { "source": "npm:eslint-plugin-jsx-a11y", "target": "npm:object.fromentries", "type": "static" }, { "source": "npm:eslint-plugin-jsx-a11y", "target": "npm:semver", "type": "static" } ], "npm:eslint-plugin-react": [ { "source": "npm:eslint-plugin-react", "target": "npm:eslint", "type": "static" }, { "source": "npm:eslint-plugin-react", "target": "npm:array-includes", "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@2.1.0", "type": "static" }, { "source": "npm:eslint-plugin-react", "target": "npm:estraverse", "type": "static" }, { "source": "npm:eslint-plugin-react", "target": "npm:jsx-ast-utils", "type": "static" }, { "source": "npm:eslint-plugin-react", "target": "npm:minimatch@3.1.2", "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.hasown", "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.5", "type": "static" }, { "source": "npm:eslint-plugin-react", "target": "npm:semver", "type": "static" }, { "source": "npm:eslint-plugin-react", "target": "npm:string.prototype.matchall", "type": "static" } ], "npm:eslint-plugin-react-hooks": [ { "source": "npm:eslint-plugin-react-hooks", "target": "npm:eslint", "type": "static" } ], "npm:eslint-scope": [ { "source": "npm:eslint-scope", "target": "npm:esrecurse", "type": "static" }, { "source": "npm:eslint-scope", "target": "npm:estraverse", "type": "static" } ], "npm: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:locate-path@6.0.0": [ { "source": "npm:locate-path@6.0.0", "target": "npm:p-locate@5.0.0", "type": "static" } ], "npm:p-locate@5.0.0": [ { "source": "npm:p-locate@5.0.0", "target": "npm:p-limit", "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:estree-util-attach-comments": [ { "source": "npm:estree-util-attach-comments", "target": "npm:@types/estree", "type": "static" } ], "npm:estree-util-build-jsx": [ { "source": "npm:estree-util-build-jsx", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:estree-util-build-jsx", "target": "npm:estree-util-is-identifier-name", "type": "static" }, { "source": "npm:estree-util-build-jsx", "target": "npm:estree-walker", "type": "static" } ], "npm:estree-util-to-js": [ { "source": "npm:estree-util-to-js", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:estree-util-to-js", "target": "npm:astring", "type": "static" }, { "source": "npm:estree-util-to-js", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:estree-util-visit": [ { "source": "npm:estree-util-visit", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:estree-util-visit", "target": "npm:@types/unist", "type": "static" } ], "npm:estree-walker": [ { "source": "npm:estree-walker", "target": "npm:@types/estree", "type": "static" } ], "npm:execa": [ { "source": "npm:execa", "target": "npm:cross-spawn@5.1.0", "type": "static" }, { "source": "npm:execa", "target": "npm:get-stream", "type": "static" }, { "source": "npm:execa", "target": "npm:is-stream", "type": "static" }, { "source": "npm:execa", "target": "npm:npm-run-path@2.0.2", "type": "static" }, { "source": "npm:execa", "target": "npm:p-finally", "type": "static" }, { "source": "npm:execa", "target": "npm:signal-exit", "type": "static" }, { "source": "npm:execa", "target": "npm:strip-eof", "type": "static" } ], "npm:cross-spawn@5.1.0": [ { "source": "npm:cross-spawn@5.1.0", "target": "npm:lru-cache@4.1.5", "type": "static" }, { "source": "npm:cross-spawn@5.1.0", "target": "npm:shebang-command@1.2.0", "type": "static" }, { "source": "npm:cross-spawn@5.1.0", "target": "npm:which@1.3.1", "type": "static" } ], "npm:lru-cache@4.1.5": [ { "source": "npm:lru-cache@4.1.5", "target": "npm:pseudomap", "type": "static" }, { "source": "npm:lru-cache@4.1.5", "target": "npm:yallist@2.1.2", "type": "static" } ], "npm:npm-run-path@2.0.2": [ { "source": "npm:npm-run-path@2.0.2", "target": "npm:path-key@2.0.1", "type": "static" } ], "npm:shebang-command@1.2.0": [ { "source": "npm:shebang-command@1.2.0", "target": "npm:shebang-regex@1.0.0", "type": "static" } ], "npm:which@1.3.1": [ { "source": "npm:which@1.3.1", "target": "npm:isexe", "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-util", "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@1.20.3", "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@0.6.0", "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.10", "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:body-parser@1.20.3": [ { "source": "npm:body-parser@1.20.3", "target": "npm:bytes", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:content-type", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:debug@2.6.9", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:depd", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:destroy", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:http-errors", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:iconv-lite", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:on-finished", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:qs@6.13.0", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:raw-body", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:type-is", "type": "static" }, { "source": "npm:body-parser@1.20.3", "target": "npm:unpipe", "type": "static" } ], "npm:qs@6.13.0": [ { "source": "npm:qs@6.13.0", "target": "npm:side-channel", "type": "static" } ], "npm:ext-list": [ { "source": "npm:ext-list", "target": "npm:mime-db", "type": "static" } ], "npm:ext-name": [ { "source": "npm:ext-name", "target": "npm:ext-list", "type": "static" }, { "source": "npm:ext-name", "target": "npm:sort-keys-length", "type": "static" } ], "npm:extend-shallow": [ { "source": "npm:extend-shallow", "target": "npm:is-extendable", "type": "static" } ], "npm:extract-zip": [ { "source": "npm:extract-zip", "target": "npm:debug", "type": "static" }, { "source": "npm:extract-zip", "target": "npm:get-stream@5.2.0", "type": "static" }, { "source": "npm:extract-zip", "target": "npm:yauzl", "type": "static" }, { "source": "npm:extract-zip", "target": "npm:@types/yauzl", "type": "static" } ], "npm:fast-glob": [ { "source": "npm:fast-glob", "target": "npm:@nodelib/fs.stat", "type": "static" }, { "source": "npm:fast-glob", "target": "npm:@nodelib/fs.walk", "type": "static" }, { "source": "npm:fast-glob", "target": "npm:glob-parent@5.1.2", "type": "static" }, { "source": "npm:fast-glob", "target": "npm:merge2", "type": "static" }, { "source": "npm:fast-glob", "target": "npm:micromatch", "type": "static" } ], "npm:fast-querystring": [ { "source": "npm:fast-querystring", "target": "npm:fast-decode-uri-component", "type": "static" } ], "npm:fast-xml-parser": [ { "source": "npm:fast-xml-parser", "target": "npm:strnum", "type": "static" } ], "npm:fastq": [ { "source": "npm:fastq", "target": "npm:reusify", "type": "static" } ], "npm:fault": [ { "source": "npm:fault", "target": "npm:format", "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:fd-slicer": [ { "source": "npm:fd-slicer", "target": "npm:pend", "type": "static" } ], "npm:figures": [ { "source": "npm:figures", "target": "npm:escape-string-regexp@1.0.5", "type": "static" } ], "npm:file-entry-cache": [ { "source": "npm:file-entry-cache", "target": "npm:flat-cache", "type": "static" } ], "npm:file-loader": [ { "source": "npm:file-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:file-loader", "target": "npm:loader-utils", "type": "static" }, { "source": "npm:file-loader", "target": "npm:schema-utils@3.3.0", "type": "static" } ], "npm:ajv-keywords@3.5.2": [ { "source": "npm:ajv-keywords@3.5.2", "target": "npm:ajv@6.12.6", "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.12.6", "type": "static" }, { "source": "npm:schema-utils@3.3.0", "target": "npm:ajv-keywords@3.5.2", "type": "static" } ], "npm:file-type": [ { "source": "npm:file-type", "target": "npm:readable-web-to-node-stream", "type": "static" }, { "source": "npm:file-type", "target": "npm:strtok3", "type": "static" }, { "source": "npm:file-type", "target": "npm:token-types", "type": "static" } ], "npm:filelist": [ { "source": "npm:filelist", "target": "npm:minimatch@5.1.6", "type": "static" } ], "npm:minimatch@5.1.6": [ { "source": "npm:minimatch@5.1.6", "target": "npm:brace-expansion", "type": "static" } ], "npm:filenamify": [ { "source": "npm:filenamify", "target": "npm:filename-reserved-regex", "type": "static" }, { "source": "npm:filenamify", "target": "npm:strip-outer", "type": "static" }, { "source": "npm:filenamify", "target": "npm:trim-repeated", "type": "static" } ], "npm:fill-range": [ { "source": "npm:fill-range", "target": "npm:to-regex-range", "type": "static" } ], "npm:finalhandler": [ { "source": "npm:finalhandler", "target": "npm:debug@2.6.9", "type": "static" }, { "source": "npm:finalhandler", "target": "npm:encodeurl@1.0.2", "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": [ { "source": "npm:find-cache-dir", "target": "npm:common-path-prefix", "type": "static" }, { "source": "npm:find-cache-dir", "target": "npm:pkg-dir", "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-versions": [ { "source": "npm:find-versions", "target": "npm:semver-regex", "type": "static" } ], "npm:flat-cache": [ { "source": "npm:flat-cache", "target": "npm:flatted", "type": "static" }, { "source": "npm:flat-cache", "target": "npm:keyv", "type": "static" }, { "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": [ { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:typescript", "type": "static" }, { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:webpack", "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@4.1.2", "type": "static" }, { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:chokidar", "type": "static" }, { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:cosmiconfig@7.1.0", "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@10.1.0", "type": "static" }, { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:memfs", "type": "static" }, { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:minimatch@3.1.2", "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@7.6.3", "type": "static" }, { "source": "npm:fork-ts-checker-webpack-plugin", "target": "npm:tapable", "type": "static" } ], "npm:fs-extra@10.1.0": [ { "source": "npm:fs-extra@10.1.0", "target": "npm:graceful-fs", "type": "static" }, { "source": "npm:fs-extra@10.1.0", "target": "npm:jsonfile", "type": "static" }, { "source": "npm:fs-extra@10.1.0", "target": "npm:universalify", "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:mime-types", "type": "static" } ], "npm:formdata-node": [ { "source": "npm:formdata-node", "target": "npm:node-domexception", "type": "static" }, { "source": "npm:formdata-node", "target": "npm:web-streams-polyfill@4.0.0-beta.3", "type": "static" } ], "npm:front-matter": [ { "source": "npm:front-matter", "target": "npm:js-yaml", "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-minipass": [ { "source": "npm:fs-minipass", "target": "npm:minipass@3.3.6", "type": "static" } ], "npm:minipass@3.3.6": [ { "source": "npm:minipass@3.3.6", "target": "npm:yallist@4.0.0", "type": "static" } ], "npm:function.prototype.name": [ { "source": "npm:function.prototype.name", "target": "npm:call-bind", "type": "static" }, { "source": "npm:function.prototype.name", "target": "npm:define-properties", "type": "static" }, { "source": "npm:function.prototype.name", "target": "npm:es-abstract", "type": "static" }, { "source": "npm:function.prototype.name", "target": "npm:functions-have-names", "type": "static" } ], "npm:gauge": [ { "source": "npm:gauge", "target": "npm:aproba", "type": "static" }, { "source": "npm:gauge", "target": "npm:color-support", "type": "static" }, { "source": "npm:gauge", "target": "npm:console-control-strings", "type": "static" }, { "source": "npm:gauge", "target": "npm:has-unicode", "type": "static" }, { "source": "npm:gauge", "target": "npm:object-assign", "type": "static" }, { "source": "npm:gauge", "target": "npm:signal-exit", "type": "static" }, { "source": "npm:gauge", "target": "npm:string-width", "type": "static" }, { "source": "npm:gauge", "target": "npm:strip-ansi", "type": "static" }, { "source": "npm:gauge", "target": "npm:wide-align", "type": "static" } ], "npm:get-intrinsic": [ { "source": "npm:get-intrinsic", "target": "npm:es-errors", "type": "static" }, { "source": "npm:get-intrinsic", "target": "npm:function-bind", "type": "static" }, { "source": "npm:get-intrinsic", "target": "npm:has-proto", "type": "static" }, { "source": "npm:get-intrinsic", "target": "npm:has-symbols", "type": "static" }, { "source": "npm:get-intrinsic", "target": "npm:hasown", "type": "static" } ], "npm:get-symbol-description": [ { "source": "npm:get-symbol-description", "target": "npm:call-bind", "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:get-tsconfig": [ { "source": "npm:get-tsconfig", "target": "npm:resolve-pkg-maps", "type": "static" } ], "npm:get-uri": [ { "source": "npm:get-uri", "target": "npm:basic-ftp", "type": "static" }, { "source": "npm:get-uri", "target": "npm:data-uri-to-buffer", "type": "static" }, { "source": "npm:get-uri", "target": "npm:debug", "type": "static" }, { "source": "npm:get-uri", "target": "npm:fs-extra", "type": "static" } ], "npm:glob": [ { "source": "npm:glob", "target": "npm:fs.realpath", "type": "static" }, { "source": "npm:glob", "target": "npm:inflight", "type": "static" }, { "source": "npm:glob", "target": "npm:inherits", "type": "static" }, { "source": "npm:glob", "target": "npm:minimatch@3.1.2", "type": "static" }, { "source": "npm:glob", "target": "npm:once", "type": "static" }, { "source": "npm:glob", "target": "npm:path-is-absolute", "type": "static" } ], "npm:glob-parent": [ { "source": "npm:glob-parent", "target": "npm:is-glob", "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", "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: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@3.3.2", "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:google-p12-pem": [ { "source": "npm:google-p12-pem", "target": "npm:node-forge", "type": "static" } ], "npm:googleapis": [ { "source": "npm:googleapis", "target": "npm:google-auth-library", "type": "static" }, { "source": "npm:googleapis", "target": "npm:googleapis-common", "type": "static" } ], "npm:googleapis-common": [ { "source": "npm:googleapis-common", "target": "npm:extend", "type": "static" }, { "source": "npm:googleapis-common", "target": "npm:gaxios", "type": "static" }, { "source": "npm:googleapis-common", "target": "npm:google-auth-library", "type": "static" }, { "source": "npm:googleapis-common", "target": "npm:qs", "type": "static" }, { "source": "npm:googleapis-common", "target": "npm:url-template", "type": "static" }, { "source": "npm:googleapis-common", "target": "npm:uuid", "type": "static" } ], "npm:gopd": [ { "source": "npm:gopd", "target": "npm:get-intrinsic", "type": "static" } ], "npm:got": [ { "source": "npm:got", "target": "npm:@sindresorhus/is", "type": "static" }, { "source": "npm:got", "target": "npm:@szmarczak/http-timer", "type": "static" }, { "source": "npm:got", "target": "npm:@types/cacheable-request", "type": "static" }, { "source": "npm:got", "target": "npm:@types/responselike", "type": "static" }, { "source": "npm:got", "target": "npm:cacheable-lookup", "type": "static" }, { "source": "npm:got", "target": "npm:cacheable-request", "type": "static" }, { "source": "npm:got", "target": "npm:decompress-response", "type": "static" }, { "source": "npm:got", "target": "npm:http2-wrapper", "type": "static" }, { "source": "npm:got", "target": "npm:lowercase-keys", "type": "static" }, { "source": "npm:got", "target": "npm:p-cancelable", "type": "static" }, { "source": "npm:got", "target": "npm:responselike", "type": "static" } ], "npm:graphql-query-complexity": [ { "source": "npm:graphql-query-complexity", "target": "npm:graphql", "type": "static" }, { "source": "npm:graphql-query-complexity", "target": "npm:lodash.get", "type": "static" } ], "npm:graphql-scalars": [ { "source": "npm:graphql-scalars", "target": "npm:graphql", "type": "static" }, { "source": "npm:graphql-scalars", "target": "npm:tslib", "type": "static" } ], "npm:graphql-yoga": [ { "source": "npm:graphql-yoga", "target": "npm:graphql", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@envelop/core", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@graphql-tools/executor", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@graphql-tools/schema", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@graphql-tools/utils", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@graphql-yoga/logger", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@graphql-yoga/subscription", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@whatwg-node/fetch", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:@whatwg-node/server", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:dset", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:lru-cache@10.4.3", "type": "static" }, { "source": "npm:graphql-yoga", "target": "npm:tslib", "type": "static" } ], "npm:gray-matter": [ { "source": "npm:gray-matter", "target": "npm:js-yaml", "type": "static" }, { "source": "npm:gray-matter", "target": "npm:kind-of", "type": "static" }, { "source": "npm:gray-matter", "target": "npm:section-matter", "type": "static" }, { "source": "npm:gray-matter", "target": "npm:strip-bom-string", "type": "static" } ], "npm:groq-sdk": [ { "source": "npm:groq-sdk", "target": "npm:@types/node", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:@types/node-fetch", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:abort-controller", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:agentkeepalive", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:form-data-encoder", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:formdata-node", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:node-fetch", "type": "static" }, { "source": "npm:groq-sdk", "target": "npm:web-streams-polyfill", "type": "static" } ], "npm:has-property-descriptors": [ { "source": "npm:has-property-descriptors", "target": "npm:es-define-property", "type": "static" } ], "npm:has-tostringtag": [ { "source": "npm:has-tostringtag", "target": "npm:has-symbols", "type": "static" } ], "npm:hasown": [ { "source": "npm:hasown", "target": "npm:function-bind", "type": "static" } ], "npm:hast-util-from-dom": [ { "source": "npm:hast-util-from-dom", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-from-dom", "target": "npm:hastscript", "type": "static" }, { "source": "npm:hast-util-from-dom", "target": "npm:web-namespaces", "type": "static" } ], "npm:hast-util-from-html": [ { "source": "npm:hast-util-from-html", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-from-html", "target": "npm:hast-util-from-parse5", "type": "static" }, { "source": "npm:hast-util-from-html", "target": "npm:parse5@7.1.2", "type": "static" }, { "source": "npm:hast-util-from-html", "target": "npm:vfile", "type": "static" }, { "source": "npm:hast-util-from-html", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:hast-util-from-html-isomorphic": [ { "source": "npm:hast-util-from-html-isomorphic", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-from-html-isomorphic", "target": "npm:hast-util-from-dom", "type": "static" }, { "source": "npm:hast-util-from-html-isomorphic", "target": "npm:hast-util-from-html@2.0.2", "type": "static" }, { "source": "npm:hast-util-from-html-isomorphic", "target": "npm:unist-util-remove-position@5.0.0", "type": "static" } ], "npm:hast-util-from-html@2.0.2": [ { "source": "npm:hast-util-from-html@2.0.2", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-from-html@2.0.2", "target": "npm:devlop", "type": "static" }, { "source": "npm:hast-util-from-html@2.0.2", "target": "npm:hast-util-from-parse5@8.0.1", "type": "static" }, { "source": "npm:hast-util-from-html@2.0.2", "target": "npm:parse5@7.1.2", "type": "static" }, { "source": "npm:hast-util-from-html@2.0.2", "target": "npm:vfile@6.0.3", "type": "static" }, { "source": "npm:hast-util-from-html@2.0.2", "target": "npm:vfile-message", "type": "static" } ], "npm:hast-util-from-parse5@8.0.1": [ { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:hastscript", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:vfile@6.0.3", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:vfile-location@5.0.3", "type": "static" }, { "source": "npm:hast-util-from-parse5@8.0.1", "target": "npm:web-namespaces", "type": "static" } ], "npm:unist-util-remove-position@5.0.0": [ { "source": "npm:unist-util-remove-position@5.0.0", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:unist-util-remove-position@5.0.0", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:vfile-location@5.0.3": [ { "source": "npm:vfile-location@5.0.3", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:vfile-location@5.0.3", "target": "npm:vfile@6.0.3", "type": "static" } ], "npm:vfile-message@3.1.4": [ { "source": "npm:vfile-message@3.1.4", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:vfile-message@3.1.4", "target": "npm:unist-util-stringify-position", "type": "static" } ], "npm:hast-util-from-parse5": [ { "source": "npm:hast-util-from-parse5", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-from-parse5", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:hast-util-from-parse5", "target": "npm:hastscript@7.2.0", "type": "static" }, { "source": "npm:hast-util-from-parse5", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-from-parse5", "target": "npm:vfile", "type": "static" }, { "source": "npm:hast-util-from-parse5", "target": "npm:vfile-location", "type": "static" }, { "source": "npm:hast-util-from-parse5", "target": "npm:web-namespaces", "type": "static" } ], "npm:hast-util-parse-selector@3.1.1": [ { "source": "npm:hast-util-parse-selector@3.1.1", "target": "npm:@types/hast", "type": "static" } ], "npm:hastscript@7.2.0": [ { "source": "npm:hastscript@7.2.0", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hastscript@7.2.0", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hastscript@7.2.0", "target": "npm:hast-util-parse-selector@3.1.1", "type": "static" }, { "source": "npm:hastscript@7.2.0", "target": "npm:property-information", "type": "static" }, { "source": "npm:hastscript@7.2.0", "target": "npm:space-separated-tokens", "type": "static" } ], "npm:hast-util-has-property": [ { "source": "npm:hast-util-has-property", "target": "npm:@types/hast@3.0.4", "type": "static" } ], "npm:hast-util-heading-rank": [ { "source": "npm:hast-util-heading-rank", "target": "npm:@types/hast@3.0.4", "type": "static" } ], "npm:hast-util-is-element": [ { "source": "npm:hast-util-is-element", "target": "npm:@types/hast@3.0.4", "type": "static" } ], "npm:hast-util-parse-selector": [ { "source": "npm:hast-util-parse-selector", "target": "npm:@types/hast@3.0.4", "type": "static" } ], "npm:hast-util-raw": [ { "source": "npm:hast-util-raw", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:@types/parse5", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:hast-util-from-parse5", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:hast-util-to-parse5", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:html-void-elements", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:parse5@6.0.1", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:unist-util-position", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:unist-util-visit", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:vfile", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:web-namespaces", "type": "static" }, { "source": "npm:hast-util-raw", "target": "npm:zwitch", "type": "static" } ], "npm:hast-util-select": [ { "source": "npm:hast-util-select", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:bcp-47-match", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:css-selector-parser", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:devlop", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:direction", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:hast-util-has-property", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:hast-util-to-string@3.0.0", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:hast-util-whitespace@3.0.0", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:not", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:nth-check", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:unist-util-visit@5.0.0", "type": "static" }, { "source": "npm:hast-util-select", "target": "npm:zwitch", "type": "static" } ], "npm:hast-util-to-string@3.0.0": [ { "source": "npm:hast-util-to-string@3.0.0", "target": "npm:@types/hast@3.0.4", "type": "static" } ], "npm:hast-util-whitespace@3.0.0": [ { "source": "npm:hast-util-whitespace@3.0.0", "target": "npm:@types/hast@3.0.4", "type": "static" } ], "npm:hast-util-to-estree": [ { "source": "npm:hast-util-to-estree", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:estree-util-attach-comments", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:estree-util-is-identifier-name", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:hast-util-whitespace", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:mdast-util-mdx-expression", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:mdast-util-mdxjs-esm", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:style-to-object", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:unist-util-position", "type": "static" }, { "source": "npm:hast-util-to-estree", "target": "npm:zwitch", "type": "static" } ], "npm:hast-util-to-html": [ { "source": "npm:hast-util-to-html", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:ccount", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:hast-util-raw", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:hast-util-whitespace", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:html-void-elements", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:stringify-entities", "type": "static" }, { "source": "npm:hast-util-to-html", "target": "npm:zwitch", "type": "static" } ], "npm:hast-util-to-jsx-runtime": [ { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:devlop", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:estree-util-is-identifier-name@3.0.0", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:hast-util-whitespace@3.0.0", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:mdast-util-mdx-expression@2.0.0", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:mdast-util-mdx-jsx@3.1.3", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:mdast-util-mdxjs-esm@2.0.1", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:style-to-object@1.0.7", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:unist-util-position@5.0.0", "type": "static" }, { "source": "npm:hast-util-to-jsx-runtime", "target": "npm:vfile-message", "type": "static" } ], "npm:mdast-util-mdx-expression@2.0.0": [ { "source": "npm:mdast-util-mdx-expression@2.0.0", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:mdast-util-mdx-expression@2.0.0", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:mdast-util-mdx-expression@2.0.0", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-mdx-expression@2.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-mdx-expression@2.0.0", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-mdx-expression@2.0.0", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" } ], "npm:mdast-util-mdx-jsx@3.1.3": [ { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:ccount", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:parse-entities", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:stringify-entities", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:unist-util-stringify-position@4.0.0", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx@3.1.3", "target": "npm:vfile-message", "type": "static" } ], "npm:mdast-util-mdxjs-esm@2.0.1": [ { "source": "npm:mdast-util-mdxjs-esm@2.0.1", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm@2.0.1", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm@2.0.1", "target": "npm:@types/mdast@4.0.4", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm@2.0.1", "target": "npm:devlop", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm@2.0.1", "target": "npm:mdast-util-from-markdown@2.0.1", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm@2.0.1", "target": "npm:mdast-util-to-markdown@2.1.0", "type": "static" } ], "npm:style-to-object@1.0.7": [ { "source": "npm:style-to-object@1.0.7", "target": "npm:inline-style-parser@0.2.3", "type": "static" } ], "npm:hast-util-to-parse5": [ { "source": "npm:hast-util-to-parse5", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-to-parse5", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-parse5", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-to-parse5", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-parse5", "target": "npm:web-namespaces", "type": "static" }, { "source": "npm:hast-util-to-parse5", "target": "npm:zwitch", "type": "static" } ], "npm:hast-util-to-string": [ { "source": "npm:hast-util-to-string", "target": "npm:@types/hast", "type": "static" } ], "npm:hast-util-to-text": [ { "source": "npm:hast-util-to-text", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-to-text", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:hast-util-to-text", "target": "npm:hast-util-is-element", "type": "static" }, { "source": "npm:hast-util-to-text", "target": "npm:unist-util-find-after", "type": "static" } ], "npm:hastscript": [ { "source": "npm:hastscript", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hastscript", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hastscript", "target": "npm:hast-util-parse-selector", "type": "static" }, { "source": "npm:hastscript", "target": "npm:property-information", "type": "static" }, { "source": "npm:hastscript", "target": "npm:space-separated-tokens", "type": "static" } ], "npm:header-case": [ { "source": "npm:header-case", "target": "npm:capital-case", "type": "static" }, { "source": "npm:header-case", "target": "npm:tslib", "type": "static" } ], "npm:hoist-non-react-statics": [ { "source": "npm:hoist-non-react-statics", "target": "npm:react-is@16.13.1", "type": "static" } ], "npm:homedir-polyfill": [ { "source": "npm:homedir-polyfill", "target": "npm:parse-passwd", "type": "static" } ], "npm:hosted-git-info": [ { "source": "npm:hosted-git-info", "target": "npm:lru-cache@10.4.3", "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": [ { "source": "npm:html-encoding-sniffer", "target": "npm:whatwg-encoding@2.0.0", "type": "static" } ], "npm:whatwg-encoding@2.0.0": [ { "source": "npm:whatwg-encoding@2.0.0", "target": "npm:iconv-lite@0.6.3", "type": "static" } ], "npm:html-to-text": [ { "source": "npm:html-to-text", "target": "npm:@selderee/plugin-htmlparser2", "type": "static" }, { "source": "npm:html-to-text", "target": "npm:deepmerge", "type": "static" }, { "source": "npm:html-to-text", "target": "npm:dom-serializer", "type": "static" }, { "source": "npm:html-to-text", "target": "npm:htmlparser2@8.0.2", "type": "static" }, { "source": "npm:html-to-text", "target": "npm:selderee", "type": "static" } ], "npm:htmlparser2@8.0.2": [ { "source": "npm:htmlparser2@8.0.2", "target": "npm:domelementtype", "type": "static" }, { "source": "npm:htmlparser2@8.0.2", "target": "npm:domhandler", "type": "static" }, { "source": "npm:htmlparser2@8.0.2", "target": "npm:domutils", "type": "static" }, { "source": "npm:htmlparser2@8.0.2", "target": "npm:entities", "type": "static" } ], "npm:htmlparser2": [ { "source": "npm:htmlparser2", "target": "npm:domelementtype", "type": "static" }, { "source": "npm:htmlparser2", "target": "npm:domhandler", "type": "static" }, { "source": "npm:htmlparser2", "target": "npm:domutils", "type": "static" }, { "source": "npm:htmlparser2", "target": "npm:entities", "type": "static" } ], "npm:http-assert": [ { "source": "npm:http-assert", "target": "npm:deep-equal", "type": "static" }, { "source": "npm:http-assert", "target": "npm:http-errors@1.8.1", "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-errors": [ { "source": "npm:http-errors", "target": "npm:depd", "type": "static" }, { "source": "npm:http-errors", "target": "npm:inherits", "type": "static" }, { "source": "npm:http-errors", "target": "npm:setprototypeof", "type": "static" }, { "source": "npm:http-errors", "target": "npm:statuses", "type": "static" }, { "source": "npm:http-errors", "target": "npm:toidentifier", "type": "static" } ], "npm:http-proxy": [ { "source": "npm:http-proxy", "target": "npm:eventemitter3@4.0.7", "type": "static" }, { "source": "npm:http-proxy", "target": "npm:follow-redirects", "type": "static" }, { "source": "npm:http-proxy", "target": "npm:requires-port", "type": "static" } ], "npm:http-proxy-agent": [ { "source": "npm:http-proxy-agent", "target": "npm:@tootallnate/once", "type": "static" }, { "source": "npm:http-proxy-agent", "target": "npm:agent-base", "type": "static" }, { "source": "npm:http-proxy-agent", "target": "npm:debug", "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-server": [ { "source": "npm:http-server", "target": "npm:basic-auth", "type": "static" }, { "source": "npm:http-server", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:http-server", "target": "npm:corser", "type": "static" }, { "source": "npm:http-server", "target": "npm:he", "type": "static" }, { "source": "npm:http-server", "target": "npm:html-encoding-sniffer", "type": "static" }, { "source": "npm:http-server", "target": "npm:http-proxy", "type": "static" }, { "source": "npm:http-server", "target": "npm:mime", "type": "static" }, { "source": "npm:http-server", "target": "npm:minimist", "type": "static" }, { "source": "npm:http-server", "target": "npm:opener", "type": "static" }, { "source": "npm:http-server", "target": "npm:portfinder", "type": "static" }, { "source": "npm:http-server", "target": "npm:secure-compare", "type": "static" }, { "source": "npm:http-server", "target": "npm:union", "type": "static" }, { "source": "npm:http-server", "target": "npm:url-join", "type": "static" } ], "npm:http2-wrapper": [ { "source": "npm:http2-wrapper", "target": "npm:quick-lru", "type": "static" }, { "source": "npm:http2-wrapper", "target": "npm:resolve-alpn", "type": "static" } ], "npm: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:humanize-ms": [ { "source": "npm:humanize-ms", "target": "npm:ms", "type": "static" } ], "npm:iconv-lite": [ { "source": "npm:iconv-lite", "target": "npm:safer-buffer", "type": "static" } ], "npm:icss-utils": [ { "source": "npm:icss-utils", "target": "npm:postcss", "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@4.2.0", "type": "static" }, { "source": "npm:import-local", "target": "npm:resolve-cwd", "type": "static" } ], "npm:pkg-dir@4.2.0": [ { "source": "npm:pkg-dir@4.2.0", "target": "npm:find-up", "type": "static" } ], "npm:inflight": [ { "source": "npm:inflight", "target": "npm:once", "type": "static" }, { "source": "npm:inflight", "target": "npm:wrappy", "type": "static" } ], "npm:inlineresources": [ { "source": "npm:inlineresources", "target": "npm:css-font-face-src", "type": "static" }, { "source": "npm:inlineresources", "target": "npm:url", "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:invariant": [ { "source": "npm:invariant", "target": "npm:loose-envify", "type": "static" } ], "npm:ioredis": [ { "source": "npm:ioredis", "target": "npm:@ioredis/commands", "type": "static" }, { "source": "npm:ioredis", "target": "npm:cluster-key-slot", "type": "static" }, { "source": "npm:ioredis", "target": "npm:debug", "type": "static" }, { "source": "npm:ioredis", "target": "npm:denque", "type": "static" }, { "source": "npm:ioredis", "target": "npm:lodash.defaults", "type": "static" }, { "source": "npm:ioredis", "target": "npm:lodash.isarguments", "type": "static" }, { "source": "npm:ioredis", "target": "npm:redis-errors", "type": "static" }, { "source": "npm:ioredis", "target": "npm:redis-parser", "type": "static" }, { "source": "npm:ioredis", "target": "npm:standard-as-callback", "type": "static" } ], "npm:ip-address": [ { "source": "npm:ip-address", "target": "npm:jsbn", "type": "static" }, { "source": "npm:ip-address", "target": "npm:sprintf-js@1.1.3", "type": "static" } ], "npm:is-alphanumerical": [ { "source": "npm:is-alphanumerical", "target": "npm:is-alphabetical", "type": "static" }, { "source": "npm:is-alphanumerical", "target": "npm:is-decimal", "type": "static" } ], "npm:is-array-buffer": [ { "source": "npm:is-array-buffer", "target": "npm:call-bind", "type": "static" }, { "source": "npm:is-array-buffer", "target": "npm:get-intrinsic", "type": "static" } ], "npm:is-async-function": [ { "source": "npm:is-async-function", "target": "npm:has-tostringtag", "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-bind", "type": "static" }, { "source": "npm:is-boolean-object", "target": "npm:has-tostringtag", "type": "static" } ], "npm:is-bun-module": [ { "source": "npm:is-bun-module", "target": "npm:semver@7.6.3", "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:is-typed-array", "type": "static" } ], "npm:is-date-object": [ { "source": "npm:is-date-object", "target": "npm:has-tostringtag", "type": "static" } ], "npm:is-finalizationregistry": [ { "source": "npm:is-finalizationregistry", "target": "npm:call-bind", "type": "static" } ], "npm:is-generator-function": [ { "source": "npm:is-generator-function", "target": "npm:has-tostringtag", "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-number-object": [ { "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-bind", "type": "static" }, { "source": "npm:is-regex", "target": "npm:has-tostringtag", "type": "static" } ], "npm:is-shared-array-buffer": [ { "source": "npm:is-shared-array-buffer", "target": "npm:call-bind", "type": "static" } ], "npm:is-string": [ { "source": "npm:is-string", "target": "npm:has-tostringtag", "type": "static" } ], "npm:is-symbol": [ { "source": "npm:is-symbol", "target": "npm:has-symbols", "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-bind", "type": "static" } ], "npm:is-weakset": [ { "source": "npm:is-weakset", "target": "npm:call-bind", "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:isomorphic-ws": [ { "source": "npm:isomorphic-ws", "target": "npm:ws", "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@7.6.3", "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:make-dir@4.0.0": [ { "source": "npm:make-dir@4.0.0", "target": "npm:semver@7.6.3", "type": "static" } ], "npm:istanbul-lib-source-maps": [ { "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-lib-source-maps", "target": "npm:source-map@0.6.1", "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-properties", "type": "static" }, { "source": "npm:iterator.prototype", "target": "npm:get-intrinsic", "type": "static" }, { "source": "npm:iterator.prototype", "target": "npm:has-symbols", "type": "static" }, { "source": "npm:iterator.prototype", "target": "npm:reflect.getprototypeof", "type": "static" }, { "source": "npm:iterator.prototype", "target": "npm:set-function-name", "type": "static" } ], "npm:its-fine": [ { "source": "npm:its-fine", "target": "npm:react", "type": "static" }, { "source": "npm:its-fine", "target": "npm:@types/react-reconciler", "type": "static" } ], "npm:jackspeak": [ { "source": "npm:jackspeak", "target": "npm:@isaacs/cliui", "type": "static" }, { "source": "npm:jackspeak", "target": "npm:@pkgjs/parseargs", "type": "static" } ], "npm:jake": [ { "source": "npm:jake", "target": "npm:async", "type": "static" }, { "source": "npm:jake", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:jake", "target": "npm:filelist", "type": "static" }, { "source": "npm:jake", "target": "npm:minimatch@3.1.2", "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: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", "type": "static" }, { "source": "npm:jest-circus", "target": "npm:chalk@4.1.2", "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@29.7.0", "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@4.1.2", "type": "static" }, { "source": "npm:jest-cli", "target": "npm:create-jest", "type": "static" }, { "source": "npm:jest-cli", "target": "npm:exit", "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:@types/node", "type": "static" }, { "source": "npm:jest-config", "target": "npm:ts-node", "type": "static" }, { "source": "npm:jest-config", "target": "npm:@babel/core", "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@4.1.2", "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-environment-node", "type": "static" }, { "source": "npm:jest-config", "target": "npm:jest-get-type", "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:micromatch", "type": "static" }, { "source": "npm:jest-config", "target": "npm:parse-json", "type": "static" }, { "source": "npm:jest-config", "target": "npm:pretty-format@29.7.0", "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:chalk@4.1.2", "type": "static" }, { "source": "npm:jest-diff", "target": "npm:diff-sequences", "type": "static" }, { "source": "npm:jest-diff", "target": "npm:jest-get-type", "type": "static" }, { "source": "npm:jest-diff", "target": "npm:pretty-format@29.7.0", "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/types", "type": "static" }, { "source": "npm:jest-each", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:jest-each", "target": "npm:jest-get-type", "type": "static" }, { "source": "npm:jest-each", "target": "npm:jest-util", "type": "static" }, { "source": "npm:jest-each", "target": "npm:pretty-format@29.7.0", "type": "static" } ], "npm:jest-environment-jsdom": [ { "source": "npm:jest-environment-jsdom", "target": "npm:canvas", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:@jest/environment", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:@jest/fake-timers", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:@jest/types", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:@types/jsdom", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:@types/node", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:jest-mock", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:jest-util", "type": "static" }, { "source": "npm:jest-environment-jsdom", "target": "npm:jsdom@20.0.3", "type": "static" } ], "npm:cssstyle@2.3.0": [ { "source": "npm:cssstyle@2.3.0", "target": "npm:cssom@0.3.8", "type": "static" } ], "npm:data-urls@3.0.2": [ { "source": "npm:data-urls@3.0.2", "target": "npm:abab", "type": "static" }, { "source": "npm:data-urls@3.0.2", "target": "npm:whatwg-mimetype@3.0.0", "type": "static" }, { "source": "npm:data-urls@3.0.2", "target": "npm:whatwg-url@11.0.0", "type": "static" } ], "npm:jsdom@20.0.3": [ { "source": "npm:jsdom@20.0.3", "target": "npm:canvas", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:abab", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:acorn", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:acorn-globals", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:cssom", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:cssstyle@2.3.0", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:data-urls@3.0.2", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:decimal.js", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:domexception", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:escodegen", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:form-data", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:html-encoding-sniffer", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:http-proxy-agent", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:is-potential-custom-element-name", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:nwsapi", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:parse5@7.1.2", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:saxes", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:symbol-tree", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:tough-cookie", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:w3c-xmlserializer", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:webidl-conversions", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:whatwg-encoding@2.0.0", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:whatwg-mimetype@3.0.0", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:whatwg-url@11.0.0", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:ws", "type": "static" }, { "source": "npm:jsdom@20.0.3", "target": "npm:xml-name-validator", "type": "static" } ], "npm:tr46@3.0.0": [ { "source": "npm:tr46@3.0.0", "target": "npm:punycode", "type": "static" } ], "npm:whatwg-url@11.0.0": [ { "source": "npm:whatwg-url@11.0.0", "target": "npm:tr46@3.0.0", "type": "static" }, { "source": "npm:whatwg-url@11.0.0", "target": "npm:webidl-conversions", "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", "type": "static" }, { "source": "npm:jest-environment-node", "target": "npm:jest-mock", "type": "static" }, { "source": "npm:jest-environment-node", "target": "npm:jest-util", "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/graceful-fs", "type": "static" }, { "source": "npm:jest-haste-map", "target": "npm:@types/node", "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:micromatch", "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@29.7.0", "type": "static" } ], "npm:jest-matcher-utils": [ { "source": "npm:jest-matcher-utils", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:jest-matcher-utils", "target": "npm:jest-diff", "type": "static" }, { "source": "npm:jest-matcher-utils", "target": "npm:jest-get-type", "type": "static" }, { "source": "npm:jest-matcher-utils", "target": "npm:pretty-format@29.7.0", "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@4.1.2", "type": "static" }, { "source": "npm:jest-message-util", "target": "npm:graceful-fs", "type": "static" }, { "source": "npm:jest-message-util", "target": "npm:micromatch", "type": "static" }, { "source": "npm:jest-message-util", "target": "npm:pretty-format@29.7.0", "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", "type": "static" }, { "source": "npm:jest-mock", "target": "npm:jest-util", "type": "static" } ], "npm:jest-pnp-resolver": [ { "source": "npm:jest-pnp-resolver", "target": "npm:jest-resolve", "type": "static" } ], "npm:jest-resolve": [ { "source": "npm:jest-resolve", "target": "npm:chalk@4.1.2", "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:resolve", "type": "static" }, { "source": "npm:jest-resolve", "target": "npm:resolve.exports@2.0.2", "type": "static" }, { "source": "npm:jest-resolve", "target": "npm:slash", "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-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", "type": "static" }, { "source": "npm:jest-runner", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:jest-runner", "target": "npm:emittery", "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: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@0.6.1", "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", "type": "static" }, { "source": "npm:jest-runtime", "target": "npm:chalk@4.1.2", "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", "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/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@4.1.2", "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-get-type", "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:natural-compare", "type": "static" }, { "source": "npm:jest-snapshot", "target": "npm:pretty-format@29.7.0", "type": "static" }, { "source": "npm:jest-snapshot", "target": "npm:semver@7.6.3", "type": "static" } ], "npm:jest-util": [ { "source": "npm:jest-util", "target": "npm:@jest/types", "type": "static" }, { "source": "npm:jest-util", "target": "npm:@types/node", "type": "static" }, { "source": "npm:jest-util", "target": "npm:chalk@4.1.2", "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@2.3.1", "type": "static" } ], "npm:jest-validate": [ { "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@4.1.2", "type": "static" }, { "source": "npm:jest-validate", "target": "npm:jest-get-type", "type": "static" }, { "source": "npm:jest-validate", "target": "npm:leven", "type": "static" }, { "source": "npm:jest-validate", "target": "npm:pretty-format@29.7.0", "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", "type": "static" }, { "source": "npm:jest-watcher", "target": "npm:ansi-escapes", "type": "static" }, { "source": "npm:jest-watcher", "target": "npm:chalk@4.1.2", "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", "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@8.1.1", "type": "static" } ], "npm:supports-color@8.1.1": [ { "source": "npm:supports-color@8.1.1", "target": "npm:has-flag@4.0.0", "type": "static" } ], "npm:js-beautify": [ { "source": "npm:js-beautify", "target": "npm:config-chain", "type": "static" }, { "source": "npm:js-beautify", "target": "npm:editorconfig", "type": "static" }, { "source": "npm:js-beautify", "target": "npm:glob@10.4.5", "type": "static" }, { "source": "npm:js-beautify", "target": "npm:js-cookie", "type": "static" }, { "source": "npm:js-beautify", "target": "npm:nopt@7.2.1", "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@3.4.3", "type": "static" }, { "source": "npm:glob@10.4.5", "target": "npm:minimatch@9.0.5", "type": "static" }, { "source": "npm:glob@10.4.5", "target": "npm:minipass@7.1.2", "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:jackspeak@3.4.3": [ { "source": "npm:jackspeak@3.4.3", "target": "npm:@isaacs/cliui", "type": "static" }, { "source": "npm:jackspeak@3.4.3", "target": "npm:@pkgjs/parseargs", "type": "static" } ], "npm:nopt@7.2.1": [ { "source": "npm:nopt@7.2.1", "target": "npm:abbrev@2.0.0", "type": "static" } ], "npm:js-tiktoken": [ { "source": "npm:js-tiktoken", "target": "npm:base64-js", "type": "static" } ], "npm:js-yaml": [ { "source": "npm:js-yaml", "target": "npm:argparse", "type": "static" }, { "source": "npm:js-yaml", "target": "npm:esprima", "type": "static" } ], "npm:jsdom": [ { "source": "npm:jsdom", "target": "npm:canvas", "type": "static" }, { "source": "npm:jsdom", "target": "npm:abab", "type": "static" }, { "source": "npm:jsdom", "target": "npm:cssstyle", "type": "static" }, { "source": "npm:jsdom", "target": "npm:data-urls", "type": "static" }, { "source": "npm:jsdom", "target": "npm:decimal.js", "type": "static" }, { "source": "npm:jsdom", "target": "npm:domexception", "type": "static" }, { "source": "npm:jsdom", "target": "npm:form-data", "type": "static" }, { "source": "npm:jsdom", "target": "npm:html-encoding-sniffer", "type": "static" }, { "source": "npm:jsdom", "target": "npm:http-proxy-agent", "type": "static" }, { "source": "npm:jsdom", "target": "npm:https-proxy-agent", "type": "static" }, { "source": "npm:jsdom", "target": "npm:is-potential-custom-element-name", "type": "static" }, { "source": "npm:jsdom", "target": "npm:nwsapi", "type": "static" }, { "source": "npm:jsdom", "target": "npm:parse5@7.1.2", "type": "static" }, { "source": "npm:jsdom", "target": "npm:rrweb-cssom", "type": "static" }, { "source": "npm:jsdom", "target": "npm:saxes", "type": "static" }, { "source": "npm:jsdom", "target": "npm:symbol-tree", "type": "static" }, { "source": "npm:jsdom", "target": "npm:tough-cookie", "type": "static" }, { "source": "npm:jsdom", "target": "npm:w3c-xmlserializer", "type": "static" }, { "source": "npm:jsdom", "target": "npm:webidl-conversions", "type": "static" }, { "source": "npm:jsdom", "target": "npm:whatwg-encoding@2.0.0", "type": "static" }, { "source": "npm:jsdom", "target": "npm:whatwg-mimetype@3.0.0", "type": "static" }, { "source": "npm:jsdom", "target": "npm:whatwg-url", "type": "static" }, { "source": "npm:jsdom", "target": "npm:ws", "type": "static" }, { "source": "npm:jsdom", "target": "npm:xml-name-validator", "type": "static" } ], "npm:json-bigint": [ { "source": "npm:json-bigint", "target": "npm:bignumber.js", "type": "static" } ], "npm: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@7.6.3", "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@3.2.2", "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@7.6.3", "type": "static" } ], "npm:jwa@1.4.1": [ { "source": "npm:jwa@1.4.1", "target": "npm:buffer-equal-constant-time", "type": "static" }, { "source": "npm:jwa@1.4.1", "target": "npm:ecdsa-sig-formatter", "type": "static" }, { "source": "npm:jwa@1.4.1", "target": "npm:safe-buffer", "type": "static" } ], "npm:jws@3.2.2": [ { "source": "npm:jws@3.2.2", "target": "npm:jwa@1.4.1", "type": "static" }, { "source": "npm:jws@3.2.2", "target": "npm:safe-buffer", "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:jws": [ { "source": "npm:jws", "target": "npm:jwa", "type": "static" }, { "source": "npm:jws", "target": "npm:safe-buffer", "type": "static" } ], "npm:katex": [ { "source": "npm:katex", "target": "npm:commander", "type": "static" } ], "npm:keygrip": [ { "source": "npm:keygrip", "target": "npm:tsscmp", "type": "static" } ], "npm:keyv": [ { "source": "npm:keyv", "target": "npm:json-buffer", "type": "static" } ], "npm:koa": [ { "source": "npm:koa", "target": "npm:accepts", "type": "static" }, { "source": "npm:koa", "target": "npm:cache-content-type", "type": "static" }, { "source": "npm:koa", "target": "npm:content-disposition", "type": "static" }, { "source": "npm:koa", "target": "npm:content-type", "type": "static" }, { "source": "npm:koa", "target": "npm:cookies", "type": "static" }, { "source": "npm:koa", "target": "npm:debug", "type": "static" }, { "source": "npm:koa", "target": "npm:delegates", "type": "static" }, { "source": "npm:koa", "target": "npm:depd", "type": "static" }, { "source": "npm:koa", "target": "npm:destroy", "type": "static" }, { "source": "npm:koa", "target": "npm:encodeurl@1.0.2", "type": "static" }, { "source": "npm:koa", "target": "npm:escape-html", "type": "static" }, { "source": "npm:koa", "target": "npm:fresh", "type": "static" }, { "source": "npm:koa", "target": "npm:http-assert", "type": "static" }, { "source": "npm:koa", "target": "npm:http-errors@1.8.1", "type": "static" }, { "source": "npm:koa", "target": "npm:is-generator-function", "type": "static" }, { "source": "npm:koa", "target": "npm:koa-compose", "type": "static" }, { "source": "npm:koa", "target": "npm:koa-convert", "type": "static" }, { "source": "npm:koa", "target": "npm:on-finished", "type": "static" }, { "source": "npm:koa", "target": "npm:only", "type": "static" }, { "source": "npm:koa", "target": "npm:parseurl", "type": "static" }, { "source": "npm:koa", "target": "npm:statuses@1.5.0", "type": "static" }, { "source": "npm:koa", "target": "npm:type-is", "type": "static" }, { "source": "npm:koa", "target": "npm:vary", "type": "static" } ], "npm:koa-convert": [ { "source": "npm:koa-convert", "target": "npm:co", "type": "static" }, { "source": "npm:koa-convert", "target": "npm:koa-compose", "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:lcm": [ { "source": "npm:lcm", "target": "npm:gcd", "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@2.1.0", "type": "static" }, { "source": "npm:less", "target": "npm:mime", "type": "static" }, { "source": "npm:less", "target": "npm:needle", "type": "static" }, { "source": "npm:less", "target": "npm:source-map@0.6.1", "type": "static" } ], "npm:less-loader": [ { "source": "npm:less-loader", "target": "npm:less", "type": "static" }, { "source": "npm:less-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:less-loader", "target": "npm:klona", "type": "static" } ], "npm:make-dir@2.1.0": [ { "source": "npm:make-dir@2.1.0", "target": "npm:pify@4.0.1", "type": "static" }, { "source": "npm:make-dir@2.1.0", "target": "npm:semver@5.7.2", "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: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:local-pkg": [ { "source": "npm:local-pkg", "target": "npm:mlly", "type": "static" }, { "source": "npm:local-pkg", "target": "npm:pkg-types", "type": "static" } ], "npm:locate-path": [ { "source": "npm:locate-path", "target": "npm:p-locate", "type": "static" } ], "npm:log-symbols": [ { "source": "npm:log-symbols", "target": "npm:chalk@5.3.0", "type": "static" }, { "source": "npm:log-symbols", "target": "npm:is-unicode-supported", "type": "static" } ], "npm:log4js": [ { "source": "npm:log4js", "target": "npm:date-format", "type": "static" }, { "source": "npm:log4js", "target": "npm:debug", "type": "static" }, { "source": "npm:log4js", "target": "npm:flatted", "type": "static" }, { "source": "npm:log4js", "target": "npm:rfdc", "type": "static" }, { "source": "npm:log4js", "target": "npm:streamroller", "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:lowlight": [ { "source": "npm:lowlight", "target": "npm:fault", "type": "static" }, { "source": "npm:lowlight", "target": "npm:highlight.js", "type": "static" } ], "npm:lru-cache": [ { "source": "npm:lru-cache", "target": "npm:yallist", "type": "static" } ], "npm:lucide-react": [ { "source": "npm:lucide-react", "target": "npm:react", "type": "static" } ], "npm:magic-string": [ { "source": "npm:magic-string", "target": "npm:@jridgewell/sourcemap-codec", "type": "static" } ], "npm:magicast": [ { "source": "npm:magicast", "target": "npm:@babel/parser", "type": "static" }, { "source": "npm:magicast", "target": "npm:@babel/types", "type": "static" }, { "source": "npm:magicast", "target": "npm:source-map-js", "type": "static" } ], "npm:make-dir": [ { "source": "npm:make-dir", "target": "npm:semver", "type": "static" } ], "npm:makeerror": [ { "source": "npm:makeerror", "target": "npm:tmpl", "type": "static" } ], "npm:match-sorter": [ { "source": "npm:match-sorter", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:match-sorter", "target": "npm:remove-accents", "type": "static" } ], "npm:md5": [ { "source": "npm:md5", "target": "npm:charenc", "type": "static" }, { "source": "npm:md5", "target": "npm:crypt", "type": "static" }, { "source": "npm:md5", "target": "npm:is-buffer", "type": "static" } ], "npm:mdast-util-definitions": [ { "source": "npm:mdast-util-definitions", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-definitions", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:mdast-util-definitions", "target": "npm:unist-util-visit", "type": "static" } ], "npm:mdast-util-find-and-replace": [ { "source": "npm:mdast-util-find-and-replace", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-find-and-replace", "target": "npm:escape-string-regexp@5.0.0", "type": "static" }, { "source": "npm:mdast-util-find-and-replace", "target": "npm:unist-util-is", "type": "static" }, { "source": "npm:mdast-util-find-and-replace", "target": "npm:unist-util-visit-parents", "type": "static" } ], "npm:mdast-util-from-markdown": [ { "source": "npm:mdast-util-from-markdown", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:mdast-util-to-string", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:micromark", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:micromark-util-decode-string", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:unist-util-stringify-position", "type": "static" }, { "source": "npm:mdast-util-from-markdown", "target": "npm:uvu", "type": "static" } ], "npm:mdast-util-frontmatter": [ { "source": "npm:mdast-util-frontmatter", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-frontmatter", "target": "npm:mdast-util-to-markdown", "type": "static" }, { "source": "npm:mdast-util-frontmatter", "target": "npm:micromark-extension-frontmatter", "type": "static" } ], "npm:mdast-util-gfm": [ { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-gfm-autolink-literal", "type": "static" }, { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-gfm-footnote", "type": "static" }, { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-gfm-strikethrough", "type": "static" }, { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-gfm-table", "type": "static" }, { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-gfm-task-list-item", "type": "static" }, { "source": "npm:mdast-util-gfm", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-gfm-autolink-literal": [ { "source": "npm:mdast-util-gfm-autolink-literal", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal", "target": "npm:ccount", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal", "target": "npm:mdast-util-find-and-replace", "type": "static" }, { "source": "npm:mdast-util-gfm-autolink-literal", "target": "npm:micromark-util-character", "type": "static" } ], "npm:mdast-util-gfm-footnote": [ { "source": "npm:mdast-util-gfm-footnote", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-gfm-footnote", "target": "npm:mdast-util-to-markdown", "type": "static" }, { "source": "npm:mdast-util-gfm-footnote", "target": "npm:micromark-util-normalize-identifier", "type": "static" } ], "npm:mdast-util-gfm-strikethrough": [ { "source": "npm:mdast-util-gfm-strikethrough", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-gfm-strikethrough", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-gfm-table": [ { "source": "npm:mdast-util-gfm-table", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-gfm-table", "target": "npm:markdown-table", "type": "static" }, { "source": "npm:mdast-util-gfm-table", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:mdast-util-gfm-table", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-gfm-task-list-item": [ { "source": "npm:mdast-util-gfm-task-list-item", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-gfm-task-list-item", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-math": [ { "source": "npm:mdast-util-math", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-math", "target": "npm:longest-streak", "type": "static" }, { "source": "npm:mdast-util-math", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-mdx": [ { "source": "npm:mdast-util-mdx", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:mdast-util-mdx", "target": "npm:mdast-util-mdx-expression", "type": "static" }, { "source": "npm:mdast-util-mdx", "target": "npm:mdast-util-mdx-jsx", "type": "static" }, { "source": "npm:mdast-util-mdx", "target": "npm:mdast-util-mdxjs-esm", "type": "static" }, { "source": "npm:mdast-util-mdx", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-mdx-expression": [ { "source": "npm:mdast-util-mdx-expression", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:mdast-util-mdx-expression", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:mdast-util-mdx-expression", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-mdx-expression", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:mdast-util-mdx-expression", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-mdx-jsx": [ { "source": "npm:mdast-util-mdx-jsx", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:ccount", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:mdast-util-to-markdown", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:parse-entities", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:stringify-entities", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:unist-util-remove-position", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:unist-util-stringify-position", "type": "static" }, { "source": "npm:mdast-util-mdx-jsx", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:mdast-util-mdxjs-esm": [ { "source": "npm:mdast-util-mdxjs-esm", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:mdast-util-mdxjs-esm", "target": "npm:mdast-util-to-markdown", "type": "static" } ], "npm:mdast-util-phrasing": [ { "source": "npm:mdast-util-phrasing", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-phrasing", "target": "npm:unist-util-is", "type": "static" } ], "npm:mdast-util-to-hast": [ { "source": "npm:mdast-util-to-hast", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:mdast-util-definitions", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:micromark-util-sanitize-uri", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:trim-lines", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:unist-util-generated", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:unist-util-position", "type": "static" }, { "source": "npm:mdast-util-to-hast", "target": "npm:unist-util-visit", "type": "static" } ], "npm:mdast-util-to-markdown": [ { "source": "npm:mdast-util-to-markdown", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:longest-streak", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:mdast-util-phrasing", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:mdast-util-to-string", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:micromark-util-decode-string", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:unist-util-visit", "type": "static" }, { "source": "npm:mdast-util-to-markdown", "target": "npm:zwitch", "type": "static" } ], "npm:mdast-util-to-string": [ { "source": "npm:mdast-util-to-string", "target": "npm:@types/mdast", "type": "static" } ], "npm:memfs": [ { "source": "npm:memfs", "target": "npm:fs-monkey", "type": "static" } ], "npm:micromark": [ { "source": "npm:micromark", "target": "npm:@types/debug", "type": "static" }, { "source": "npm:micromark", "target": "npm:debug", "type": "static" }, { "source": "npm:micromark", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-core-commonmark", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-chunked", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-combine-extensions", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-encode", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-resolve-all", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-sanitize-uri", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-subtokenize", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark", "target": "npm:uvu", "type": "static" } ], "npm:micromark-core-commonmark": [ { "source": "npm:micromark-core-commonmark", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-factory-destination", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-factory-label", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-factory-title", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-factory-whitespace", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-chunked", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-classify-character", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-html-tag-name", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-resolve-all", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-subtokenize", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-core-commonmark", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-frontmatter": [ { "source": "npm:micromark-extension-frontmatter", "target": "npm:fault@2.0.1", "type": "static" }, { "source": "npm:micromark-extension-frontmatter", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-frontmatter", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-frontmatter", "target": "npm:micromark-util-types", "type": "static" } ], "npm:fault@2.0.1": [ { "source": "npm:fault@2.0.1", "target": "npm:format", "type": "static" } ], "npm:micromark-extension-gfm": [ { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-extension-gfm-autolink-literal", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-extension-gfm-footnote", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-extension-gfm-strikethrough", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-extension-gfm-table", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-extension-gfm-tagfilter", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-extension-gfm-task-list-item", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-util-combine-extensions", "type": "static" }, { "source": "npm:micromark-extension-gfm", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-extension-gfm-autolink-literal": [ { "source": "npm:micromark-extension-gfm-autolink-literal", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-gfm-autolink-literal", "target": "npm:micromark-util-sanitize-uri", "type": "static" }, { "source": "npm:micromark-extension-gfm-autolink-literal", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-gfm-autolink-literal", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-extension-gfm-footnote": [ { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-core-commonmark", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-util-sanitize-uri", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-gfm-footnote", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-gfm-strikethrough": [ { "source": "npm:micromark-extension-gfm-strikethrough", "target": "npm:micromark-util-chunked", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough", "target": "npm:micromark-util-classify-character", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough", "target": "npm:micromark-util-resolve-all", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-gfm-strikethrough", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-gfm-table": [ { "source": "npm:micromark-extension-gfm-table", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-extension-gfm-table", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-gfm-table", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-gfm-table", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-gfm-table", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-gfm-tagfilter": [ { "source": "npm:micromark-extension-gfm-tagfilter", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-extension-gfm-task-list-item": [ { "source": "npm:micromark-extension-gfm-task-list-item", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-gfm-task-list-item", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-math": [ { "source": "npm:micromark-extension-math", "target": "npm:@types/katex@0.16.7", "type": "static" }, { "source": "npm:micromark-extension-math", "target": "npm:katex", "type": "static" }, { "source": "npm:micromark-extension-math", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-extension-math", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-math", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-math", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-math", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-mdx-expression": [ { "source": "npm:micromark-extension-mdx-expression", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:micromark-factory-mdx-expression", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:micromark-util-events-to-acorn", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-mdx-expression", "target": "npm:uvu", "type": "static" } ], "npm:micromark-extension-mdx-jsx": [ { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:@types/acorn", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:estree-util-is-identifier-name", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:micromark-factory-mdx-expression", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:uvu", "type": "static" }, { "source": "npm:micromark-extension-mdx-jsx", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:micromark-extension-mdx-md": [ { "source": "npm:micromark-extension-mdx-md", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-extension-mdxjs": [ { "source": "npm:micromark-extension-mdxjs", "target": "npm:acorn", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:acorn-jsx", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:micromark-extension-mdx-expression", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:micromark-extension-mdx-jsx", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:micromark-extension-mdx-md", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:micromark-extension-mdxjs-esm", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:micromark-util-combine-extensions", "type": "static" }, { "source": "npm:micromark-extension-mdxjs", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-extension-mdxjs-esm": [ { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:micromark-core-commonmark", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:micromark-util-events-to-acorn", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:unist-util-position-from-estree@1.1.2", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:uvu", "type": "static" }, { "source": "npm:micromark-extension-mdxjs-esm", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:micromark-factory-destination": [ { "source": "npm:micromark-factory-destination", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-factory-destination", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-factory-destination", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-factory-label": [ { "source": "npm:micromark-factory-label", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-factory-label", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-factory-label", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-factory-label", "target": "npm:uvu", "type": "static" } ], "npm:micromark-factory-mdx-expression": [ { "source": "npm:micromark-factory-mdx-expression", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:micromark-util-events-to-acorn", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:unist-util-position-from-estree@1.1.2", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:uvu", "type": "static" }, { "source": "npm:micromark-factory-mdx-expression", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:micromark-factory-space": [ { "source": "npm:micromark-factory-space", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-factory-space", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-factory-title": [ { "source": "npm:micromark-factory-title", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-factory-title", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-factory-title", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-factory-title", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-factory-whitespace": [ { "source": "npm:micromark-factory-whitespace", "target": "npm:micromark-factory-space", "type": "static" }, { "source": "npm:micromark-factory-whitespace", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-factory-whitespace", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-factory-whitespace", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-util-character": [ { "source": "npm:micromark-util-character", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-util-character", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-util-chunked": [ { "source": "npm:micromark-util-chunked", "target": "npm:micromark-util-symbol", "type": "static" } ], "npm:micromark-util-classify-character": [ { "source": "npm:micromark-util-classify-character", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-util-classify-character", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-util-classify-character", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-util-combine-extensions": [ { "source": "npm:micromark-util-combine-extensions", "target": "npm:micromark-util-chunked", "type": "static" }, { "source": "npm:micromark-util-combine-extensions", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-util-decode-numeric-character-reference": [ { "source": "npm:micromark-util-decode-numeric-character-reference", "target": "npm:micromark-util-symbol", "type": "static" } ], "npm:micromark-util-decode-string": [ { "source": "npm:micromark-util-decode-string", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:micromark-util-decode-string", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-util-decode-string", "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { "source": "npm:micromark-util-decode-string", "target": "npm:micromark-util-symbol", "type": "static" } ], "npm:micromark-util-events-to-acorn": [ { "source": "npm:micromark-util-events-to-acorn", "target": "npm:@types/acorn", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:estree-util-visit@1.2.1", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:uvu", "type": "static" }, { "source": "npm:micromark-util-events-to-acorn", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:estree-util-visit@1.2.1": [ { "source": "npm:estree-util-visit@1.2.1", "target": "npm:@types/estree-jsx", "type": "static" }, { "source": "npm:estree-util-visit@1.2.1", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:micromark-util-normalize-identifier": [ { "source": "npm:micromark-util-normalize-identifier", "target": "npm:micromark-util-symbol", "type": "static" } ], "npm:micromark-util-resolve-all": [ { "source": "npm:micromark-util-resolve-all", "target": "npm:micromark-util-types", "type": "static" } ], "npm:micromark-util-sanitize-uri": [ { "source": "npm:micromark-util-sanitize-uri", "target": "npm:micromark-util-character", "type": "static" }, { "source": "npm:micromark-util-sanitize-uri", "target": "npm:micromark-util-encode", "type": "static" }, { "source": "npm:micromark-util-sanitize-uri", "target": "npm:micromark-util-symbol", "type": "static" } ], "npm:micromark-util-subtokenize": [ { "source": "npm:micromark-util-subtokenize", "target": "npm:micromark-util-chunked", "type": "static" }, { "source": "npm:micromark-util-subtokenize", "target": "npm:micromark-util-symbol", "type": "static" }, { "source": "npm:micromark-util-subtokenize", "target": "npm:micromark-util-types", "type": "static" }, { "source": "npm:micromark-util-subtokenize", "target": "npm:uvu", "type": "static" } ], "npm:micromatch": [ { "source": "npm:micromatch", "target": "npm:braces", "type": "static" }, { "source": "npm:micromatch", "target": "npm:picomatch@2.3.1", "type": "static" } ], "npm:mime-match": [ { "source": "npm:mime-match", "target": "npm:wildcard", "type": "static" } ], "npm:mime-types": [ { "source": "npm:mime-types", "target": "npm:mime-db@1.52.0", "type": "static" } ], "npm:mini-css-extract-plugin": [ { "source": "npm:mini-css-extract-plugin", "target": "npm:webpack", "type": "static" }, { "source": "npm:mini-css-extract-plugin", "target": "npm:schema-utils", "type": "static" } ], "npm:minimatch": [ { "source": "npm:minimatch", "target": "npm:brace-expansion", "type": "static" } ], "npm:minizlib": [ { "source": "npm:minizlib", "target": "npm:minipass@3.3.6", "type": "static" }, { "source": "npm:minizlib", "target": "npm:yallist@4.0.0", "type": "static" } ], "npm:mkdirp": [ { "source": "npm:mkdirp", "target": "npm:minimist", "type": "static" } ], "npm:ml-array-mean": [ { "source": "npm:ml-array-mean", "target": "npm:ml-array-sum", "type": "static" } ], "npm:ml-array-sum": [ { "source": "npm:ml-array-sum", "target": "npm:is-any-array", "type": "static" } ], "npm:ml-distance": [ { "source": "npm:ml-distance", "target": "npm:ml-array-mean", "type": "static" }, { "source": "npm:ml-distance", "target": "npm:ml-distance-euclidean", "type": "static" }, { "source": "npm:ml-distance", "target": "npm:ml-tree-similarity", "type": "static" } ], "npm:ml-tree-similarity": [ { "source": "npm:ml-tree-similarity", "target": "npm:binary-search", "type": "static" }, { "source": "npm:ml-tree-similarity", "target": "npm:num-sort", "type": "static" } ], "npm:mlly": [ { "source": "npm:mlly", "target": "npm:acorn", "type": "static" }, { "source": "npm:mlly", "target": "npm:pathe", "type": "static" }, { "source": "npm:mlly", "target": "npm:pkg-types", "type": "static" }, { "source": "npm:mlly", "target": "npm:ufo", "type": "static" } ], "npm:mobx-react-lite": [ { "source": "npm:mobx-react-lite", "target": "npm:mobx", "type": "static" }, { "source": "npm:mobx-react-lite", "target": "npm:react", "type": "static" }, { "source": "npm:mobx-react-lite", "target": "npm:use-sync-external-store", "type": "static" } ], "npm:mobx-state-tree": [ { "source": "npm:mobx-state-tree", "target": "npm:mobx", "type": "static" } ], "npm:msgpackr": [ { "source": "npm:msgpackr", "target": "npm:msgpackr-extract", "type": "static" } ], "npm:msgpackr-extract": [ { "source": "npm:msgpackr-extract", "target": "npm:node-gyp-build-optional-packages", "type": "static" }, { "source": "npm:msgpackr-extract", "target": "npm:@msgpackr-extract/msgpackr-extract-darwin-arm64", "type": "static" }, { "source": "npm:msgpackr-extract", "target": "npm:@msgpackr-extract/msgpackr-extract-darwin-x64", "type": "static" }, { "source": "npm:msgpackr-extract", "target": "npm:@msgpackr-extract/msgpackr-extract-linux-arm", "type": "static" }, { "source": "npm:msgpackr-extract", "target": "npm:@msgpackr-extract/msgpackr-extract-linux-arm64", "type": "static" }, { "source": "npm:msgpackr-extract", "target": "npm:@msgpackr-extract/msgpackr-extract-linux-x64", "type": "static" }, { "source": "npm:msgpackr-extract", "target": "npm:@msgpackr-extract/msgpackr-extract-win32-x64", "type": "static" } ], "npm: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@1.6.2", "type": "static" }, { "source": "npm:multer", "target": "npm:mkdirp", "type": "static" }, { "source": "npm:multer", "target": "npm:object-assign", "type": "static" }, { "source": "npm:multer", "target": "npm:type-is", "type": "static" }, { "source": "npm:multer", "target": "npm:xtend", "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:mz": [ { "source": "npm:mz", "target": "npm:any-promise", "type": "static" }, { "source": "npm:mz", "target": "npm:object-assign", "type": "static" }, { "source": "npm:mz", "target": "npm:thenify-all", "type": "static" } ], "npm:nano-time": [ { "source": "npm:nano-time", "target": "npm:big-integer", "type": "static" } ], "npm:needle": [ { "source": "npm:needle", "target": "npm:iconv-lite@0.6.3", "type": "static" }, { "source": "npm:needle", "target": "npm:sax", "type": "static" } ], "npm:nestjs-command": [ { "source": "npm:nestjs-command", "target": "npm:@nestjs/common", "type": "static" }, { "source": "npm:nestjs-command", "target": "npm:@nestjs/core", "type": "static" }, { "source": "npm:nestjs-command", "target": "npm:yargs", "type": "static" }, { "source": "npm:nestjs-command", "target": "npm:lodash.compact", "type": "static" }, { "source": "npm:nestjs-command", "target": "npm:lodash.flattendeep", "type": "static" } ], "npm:next": [ { "source": "npm:next", "target": "npm:react", "type": "static" }, { "source": "npm:next", "target": "npm:react-dom", "type": "static" }, { "source": "npm:next", "target": "npm:sass", "type": "static" }, { "source": "npm:next", "target": "npm:@next/env", "type": "static" }, { "source": "npm:next", "target": "npm:@swc/helpers@0.5.5", "type": "static" }, { "source": "npm:next", "target": "npm:busboy", "type": "static" }, { "source": "npm:next", "target": "npm:caniuse-lite", "type": "static" }, { "source": "npm:next", "target": "npm:graceful-fs", "type": "static" }, { "source": "npm:next", "target": "npm:postcss@8.4.31", "type": "static" }, { "source": "npm:next", "target": "npm:styled-jsx", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-darwin-arm64", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-darwin-x64", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-linux-arm64-gnu", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-linux-arm64-musl", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-linux-x64-gnu", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-linux-x64-musl", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-win32-arm64-msvc", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-win32-ia32-msvc", "type": "static" }, { "source": "npm:next", "target": "npm:@next/swc-win32-x64-msvc", "type": "static" } ], "npm:next-mdx-remote": [ { "source": "npm:next-mdx-remote", "target": "npm:react", "type": "static" }, { "source": "npm:next-mdx-remote", "target": "npm:react-dom", "type": "static" }, { "source": "npm:next-mdx-remote", "target": "npm:@mdx-js/mdx", "type": "static" }, { "source": "npm:next-mdx-remote", "target": "npm:@mdx-js/react", "type": "static" }, { "source": "npm:next-mdx-remote", "target": "npm:vfile", "type": "static" }, { "source": "npm:next-mdx-remote", "target": "npm:vfile-matter", "type": "static" } ], "npm:next-plausible": [ { "source": "npm:next-plausible", "target": "npm:next", "type": "static" }, { "source": "npm:next-plausible", "target": "npm:react", "type": "static" }, { "source": "npm:next-plausible", "target": "npm:react-dom", "type": "static" } ], "npm:@swc/helpers@0.5.5": [ { "source": "npm:@swc/helpers@0.5.5", "target": "npm:@swc/counter", "type": "static" }, { "source": "npm:@swc/helpers@0.5.5", "target": "npm:tslib", "type": "static" } ], "npm:postcss@8.4.31": [ { "source": "npm:postcss@8.4.31", "target": "npm:nanoid@3.3.7", "type": "static" }, { "source": "npm:postcss@8.4.31", "target": "npm:picocolors", "type": "static" }, { "source": "npm:postcss@8.4.31", "target": "npm:source-map-js", "type": "static" } ], "npm:nice-napi": [ { "source": "npm:nice-napi", "target": "npm:node-addon-api@3.2.1", "type": "static" }, { "source": "npm:nice-napi", "target": "npm:node-gyp-build", "type": "static" } ], "npm:nlcst-to-string": [ { "source": "npm:nlcst-to-string", "target": "npm:@types/nlcst", "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-fetch": [ { "source": "npm:node-fetch", "target": "npm:whatwg-url@5.0.0", "type": "static" } ], "npm:node-gyp-build-optional-packages": [ { "source": "npm:node-gyp-build-optional-packages", "target": "npm:detect-libc", "type": "static" } ], "npm:node-html-markdown": [ { "source": "npm:node-html-markdown", "target": "npm:node-html-parser", "type": "static" } ], "npm:node-html-parser": [ { "source": "npm:node-html-parser", "target": "npm:css-select", "type": "static" }, { "source": "npm:node-html-parser", "target": "npm:he", "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:nopt": [ { "source": "npm:nopt", "target": "npm:abbrev", "type": "static" } ], "npm:npm-package-arg": [ { "source": "npm:npm-package-arg", "target": "npm:hosted-git-info", "type": "static" }, { "source": "npm:npm-package-arg", "target": "npm:proc-log", "type": "static" }, { "source": "npm:npm-package-arg", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:npm-package-arg", "target": "npm:validate-npm-package-name", "type": "static" } ], "npm:npm-run-path": [ { "source": "npm:npm-run-path", "target": "npm:path-key", "type": "static" } ], "npm:npmlog": [ { "source": "npm:npmlog", "target": "npm:are-we-there-yet", "type": "static" }, { "source": "npm:npmlog", "target": "npm:console-control-strings", "type": "static" }, { "source": "npm:npmlog", "target": "npm:gauge", "type": "static" }, { "source": "npm:npmlog", "target": "npm:set-blocking", "type": "static" } ], "npm:nth-check": [ { "source": "npm:nth-check", "target": "npm:boolbase", "type": "static" } ], "npm:nx": [ { "source": "npm:nx", "target": "npm:@swc-node/register", "type": "static" }, { "source": "npm:nx", "target": "npm:@swc/core", "type": "static" }, { "source": "npm:nx", "target": "npm:@napi-rs/wasm-runtime", "type": "static" }, { "source": "npm:nx", "target": "npm:@nrwl/tao", "type": "static" }, { "source": "npm:nx", "target": "npm:@yarnpkg/lockfile", "type": "static" }, { "source": "npm:nx", "target": "npm:@yarnpkg/parsers", "type": "static" }, { "source": "npm:nx", "target": "npm:@zkochan/js-yaml", "type": "static" }, { "source": "npm:nx", "target": "npm:axios@1.7.7", "type": "static" }, { "source": "npm:nx", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:nx", "target": "npm:cli-cursor", "type": "static" }, { "source": "npm:nx", "target": "npm:cli-spinners", "type": "static" }, { "source": "npm:nx", "target": "npm:cliui", "type": "static" }, { "source": "npm:nx", "target": "npm:dotenv", "type": "static" }, { "source": "npm:nx", "target": "npm:dotenv-expand", "type": "static" }, { "source": "npm:nx", "target": "npm:enquirer", "type": "static" }, { "source": "npm:nx", "target": "npm:figures", "type": "static" }, { "source": "npm:nx", "target": "npm:flat", "type": "static" }, { "source": "npm:nx", "target": "npm:front-matter", "type": "static" }, { "source": "npm:nx", "target": "npm:fs-extra", "type": "static" }, { "source": "npm:nx", "target": "npm:ignore", "type": "static" }, { "source": "npm:nx", "target": "npm:jest-diff", "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:minimatch", "type": "static" }, { "source": "npm:nx", "target": "npm:node-machine-id", "type": "static" }, { "source": "npm:nx", "target": "npm:npm-run-path", "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:semver@7.6.3", "type": "static" }, { "source": "npm:nx", "target": "npm:string-width", "type": "static" }, { "source": "npm:nx", "target": "npm:strong-log-transformer", "type": "static" }, { "source": "npm:nx", "target": "npm:tar-stream", "type": "static" }, { "source": "npm:nx", "target": "npm:tmp", "type": "static" }, { "source": "npm:nx", "target": "npm:tsconfig-paths", "type": "static" }, { "source": "npm:nx", "target": "npm:tslib", "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:define-properties", "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: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.hasown": [ { "source": "npm:object.hasown", "target": "npm:define-properties", "type": "static" }, { "source": "npm:object.hasown", "target": "npm:es-abstract", "type": "static" }, { "source": "npm:object.hasown", "target": "npm:es-object-atoms", "type": "static" } ], "npm:object.values": [ { "source": "npm:object.values", "target": "npm:call-bind", "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: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:openai": [ { "source": "npm:openai", "target": "npm:zod", "type": "static" }, { "source": "npm:openai", "target": "npm:@types/node", "type": "static" }, { "source": "npm:openai", "target": "npm:@types/node-fetch", "type": "static" }, { "source": "npm:openai", "target": "npm:@types/qs", "type": "static" }, { "source": "npm:openai", "target": "npm:abort-controller", "type": "static" }, { "source": "npm:openai", "target": "npm:agentkeepalive", "type": "static" }, { "source": "npm:openai", "target": "npm:form-data-encoder", "type": "static" }, { "source": "npm:openai", "target": "npm:formdata-node", "type": "static" }, { "source": "npm:openai", "target": "npm:node-fetch", "type": "static" }, { "source": "npm:openai", "target": "npm:qs", "type": "static" } ], "npm:optionator": [ { "source": "npm:optionator", "target": "npm:deep-is", "type": "static" }, { "source": "npm:optionator", "target": "npm:fast-levenshtein", "type": "static" }, { "source": "npm:optionator", "target": "npm:levn", "type": "static" }, { "source": "npm:optionator", "target": "npm:prelude-ls", "type": "static" }, { "source": "npm:optionator", "target": "npm:type-check", "type": "static" }, { "source": "npm:optionator", "target": "npm:word-wrap", "type": "static" } ], "npm:ora": [ { "source": "npm:ora", "target": "npm:chalk@5.3.0", "type": "static" }, { "source": "npm:ora", "target": "npm:cli-cursor@4.0.0", "type": "static" }, { "source": "npm:ora", "target": "npm:cli-spinners", "type": "static" }, { "source": "npm:ora", "target": "npm:is-interactive", "type": "static" }, { "source": "npm:ora", "target": "npm:is-unicode-supported", "type": "static" }, { "source": "npm:ora", "target": "npm:log-symbols", "type": "static" }, { "source": "npm:ora", "target": "npm:stdin-discarder", "type": "static" }, { "source": "npm:ora", "target": "npm:strip-ansi@7.1.0", "type": "static" }, { "source": "npm:ora", "target": "npm:wcwidth", "type": "static" } ], "npm:cli-cursor@4.0.0": [ { "source": "npm:cli-cursor@4.0.0", "target": "npm:restore-cursor@4.0.0", "type": "static" } ], "npm:restore-cursor@4.0.0": [ { "source": "npm:restore-cursor@4.0.0", "target": "npm:onetime", "type": "static" }, { "source": "npm:restore-cursor@4.0.0", "target": "npm:signal-exit", "type": "static" } ], "npm:os-filter-obj": [ { "source": "npm:os-filter-obj", "target": "npm:arch", "type": "static" } ], "npm:p-limit": [ { "source": "npm:p-limit", "target": "npm:yocto-queue", "type": "static" } ], "npm:p-locate": [ { "source": "npm:p-locate", "target": "npm:p-limit@2.3.0", "type": "static" } ], "npm:p-limit@2.3.0": [ { "source": "npm:p-limit@2.3.0", "target": "npm:p-try", "type": "static" } ], "npm:p-queue": [ { "source": "npm:p-queue", "target": "npm:eventemitter3@4.0.7", "type": "static" }, { "source": "npm:p-queue", "target": "npm:p-timeout", "type": "static" } ], "npm:p-retry": [ { "source": "npm:p-retry", "target": "npm:@types/retry", "type": "static" }, { "source": "npm:p-retry", "target": "npm:retry", "type": "static" } ], "npm:p-timeout": [ { "source": "npm:p-timeout", "target": "npm:p-finally", "type": "static" } ], "npm:pac-proxy-agent": [ { "source": "npm:pac-proxy-agent", "target": "npm:@tootallnate/quickjs-emscripten", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:agent-base@7.1.1", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:debug", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:get-uri", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:http-proxy-agent@7.0.2", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:https-proxy-agent@7.0.5", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:pac-resolver", "type": "static" }, { "source": "npm:pac-proxy-agent", "target": "npm:socks-proxy-agent", "type": "static" } ], "npm:http-proxy-agent@7.0.2": [ { "source": "npm:http-proxy-agent@7.0.2", "target": "npm:agent-base@7.1.1", "type": "static" }, { "source": "npm:http-proxy-agent@7.0.2", "target": "npm:debug", "type": "static" } ], "npm:pac-resolver": [ { "source": "npm:pac-resolver", "target": "npm:degenerator", "type": "static" }, { "source": "npm:pac-resolver", "target": "npm:netmask", "type": "static" } ], "npm:param-case": [ { "source": "npm:param-case", "target": "npm:dot-case", "type": "static" }, { "source": "npm:param-case", "target": "npm:tslib", "type": "static" } ], "npm:parent-module": [ { "source": "npm:parent-module", "target": "npm:callsites", "type": "static" } ], "npm:parse-entities": [ { "source": "npm:parse-entities", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:character-entities", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:character-entities-legacy", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:character-reference-invalid", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:decode-named-character-reference", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:is-alphanumerical", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:is-decimal", "type": "static" }, { "source": "npm:parse-entities", "target": "npm:is-hexadecimal", "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:parse-latin": [ { "source": "npm:parse-latin", "target": "npm:nlcst-to-string", "type": "static" }, { "source": "npm:parse-latin", "target": "npm:unist-util-modify-children", "type": "static" }, { "source": "npm:parse-latin", "target": "npm:unist-util-visit-children", "type": "static" } ], "npm:parse5-htmlparser2-tree-adapter": [ { "source": "npm:parse5-htmlparser2-tree-adapter", "target": "npm:domhandler", "type": "static" }, { "source": "npm:parse5-htmlparser2-tree-adapter", "target": "npm:parse5@7.1.2", "type": "static" } ], "npm:parse5-parser-stream": [ { "source": "npm:parse5-parser-stream", "target": "npm:parse5@7.1.2", "type": "static" } ], "npm:parseley": [ { "source": "npm:parseley", "target": "npm:leac", "type": "static" }, { "source": "npm:parseley", "target": "npm:peberminta", "type": "static" } ], "npm:pascal-case": [ { "source": "npm:pascal-case", "target": "npm:no-case", "type": "static" }, { "source": "npm:pascal-case", "target": "npm:tslib", "type": "static" } ], "npm:path-case": [ { "source": "npm:path-case", "target": "npm:dot-case", "type": "static" }, { "source": "npm:path-case", "target": "npm:tslib", "type": "static" } ], "npm:path-scurry": [ { "source": "npm:path-scurry", "target": "npm:lru-cache@10.4.3", "type": "static" }, { "source": "npm:path-scurry", "target": "npm:minipass", "type": "static" } ], "npm:periscopic": [ { "source": "npm:periscopic", "target": "npm:@types/estree", "type": "static" }, { "source": "npm:periscopic", "target": "npm:estree-walker", "type": "static" }, { "source": "npm:periscopic", "target": "npm:is-reference", "type": "static" } ], "npm:pino": [ { "source": "npm:pino", "target": "npm:atomic-sleep", "type": "static" }, { "source": "npm:pino", "target": "npm:fast-redact", "type": "static" }, { "source": "npm:pino", "target": "npm:on-exit-leak-free", "type": "static" }, { "source": "npm:pino", "target": "npm:pino-abstract-transport", "type": "static" }, { "source": "npm:pino", "target": "npm:pino-std-serializers", "type": "static" }, { "source": "npm:pino", "target": "npm:process-warning", "type": "static" }, { "source": "npm:pino", "target": "npm:quick-format-unescaped", "type": "static" }, { "source": "npm:pino", "target": "npm:real-require", "type": "static" }, { "source": "npm:pino", "target": "npm:safe-stable-stringify", "type": "static" }, { "source": "npm:pino", "target": "npm:sonic-boom", "type": "static" }, { "source": "npm:pino", "target": "npm:thread-stream", "type": "static" } ], "npm:pino-abstract-transport": [ { "source": "npm:pino-abstract-transport", "target": "npm:readable-stream@4.5.2", "type": "static" }, { "source": "npm:pino-abstract-transport", "target": "npm:split2", "type": "static" } ], "npm:readable-stream@4.5.2": [ { "source": "npm:readable-stream@4.5.2", "target": "npm:abort-controller", "type": "static" }, { "source": "npm:readable-stream@4.5.2", "target": "npm:buffer", "type": "static" }, { "source": "npm:readable-stream@4.5.2", "target": "npm:events", "type": "static" }, { "source": "npm:readable-stream@4.5.2", "target": "npm:process", "type": "static" }, { "source": "npm:readable-stream@4.5.2", "target": "npm:string_decoder", "type": "static" } ], "npm:pino-pretty": [ { "source": "npm:pino-pretty", "target": "npm:colorette", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:dateformat", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:fast-copy", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:fast-safe-stringify", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:help-me", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:joycon", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:minimist", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:on-exit-leak-free", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:pino-abstract-transport", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:pump", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:readable-stream@4.5.2", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:secure-json-parse", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:sonic-boom", "type": "static" }, { "source": "npm:pino-pretty", "target": "npm:strip-json-comments", "type": "static" } ], "npm:piscina": [ { "source": "npm:piscina", "target": "npm:nice-napi", "type": "static" } ], "npm:pkg-dir": [ { "source": "npm:pkg-dir", "target": "npm:find-up@6.3.0", "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:locate-path@7.2.0": [ { "source": "npm:locate-path@7.2.0", "target": "npm:p-locate@6.0.0", "type": "static" } ], "npm:p-limit@4.0.0": [ { "source": "npm:p-limit@4.0.0", "target": "npm:yocto-queue@1.1.1", "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:pkg-types": [ { "source": "npm:pkg-types", "target": "npm:confbox", "type": "static" }, { "source": "npm:pkg-types", "target": "npm:mlly", "type": "static" }, { "source": "npm:pkg-types", "target": "npm:pathe", "type": "static" } ], "npm:polotno": [ { "source": "npm:polotno", "target": "npm:react", "type": "static" }, { "source": "npm:polotno", "target": "npm:react-dom", "type": "static" }, { "source": "npm:polotno", "target": "npm:@blueprintjs/core", "type": "static" }, { "source": "npm:polotno", "target": "npm:@blueprintjs/select", "type": "static" }, { "source": "npm:polotno", "target": "npm:@meronex/icons", "type": "static" }, { "source": "npm:polotno", "target": "npm:cssom", "type": "static" }, { "source": "npm:polotno", "target": "npm:fast-json-patch", "type": "static" }, { "source": "npm:polotno", "target": "npm:functions-have-names", "type": "static" }, { "source": "npm:polotno", "target": "npm:gradient-parser", "type": "static" }, { "source": "npm:polotno", "target": "npm:konva", "type": "static" }, { "source": "npm:polotno", "target": "npm:mensch", "type": "static" }, { "source": "npm:polotno", "target": "npm:mobx", "type": "static" }, { "source": "npm:polotno", "target": "npm:mobx-react-lite", "type": "static" }, { "source": "npm:polotno", "target": "npm:mobx-state-tree", "type": "static" }, { "source": "npm:polotno", "target": "npm:nanoid@3.3.4", "type": "static" }, { "source": "npm:polotno", "target": "npm:quill", "type": "static" }, { "source": "npm:polotno", "target": "npm:rasterizehtml", "type": "static" }, { "source": "npm:polotno", "target": "npm:react-color", "type": "static" }, { "source": "npm:polotno", "target": "npm:react-konva", "type": "static" }, { "source": "npm:polotno", "target": "npm:react-konva-utils", "type": "static" }, { "source": "npm:polotno", "target": "npm:react-sortablejs", "type": "static" }, { "source": "npm:polotno", "target": "npm:react-window", "type": "static" }, { "source": "npm:polotno", "target": "npm:sortablejs", "type": "static" }, { "source": "npm:polotno", "target": "npm:svg-round-corners", "type": "static" }, { "source": "npm:polotno", "target": "npm:swr", "type": "static" }, { "source": "npm:polotno", "target": "npm:use-image", "type": "static" } ], "npm:portfinder": [ { "source": "npm:portfinder", "target": "npm:async@2.6.4", "type": "static" }, { "source": "npm:portfinder", "target": "npm:debug@3.2.7", "type": "static" }, { "source": "npm:portfinder", "target": "npm:mkdirp", "type": "static" } ], "npm:async@2.6.4": [ { "source": "npm:async@2.6.4", "target": "npm:lodash", "type": "static" } ], "npm:postcss": [ { "source": "npm:postcss", "target": "npm:nanoid@3.3.7", "type": "static" }, { "source": "npm:postcss", "target": "npm:picocolors", "type": "static" }, { "source": "npm:postcss", "target": "npm:source-map-js", "type": "static" } ], "npm:postcss-calc": [ { "source": "npm:postcss-calc", "target": "npm:postcss", "type": "static" }, { "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:postcss", "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:colord", "type": "static" }, { "source": "npm:postcss-colormin", "target": "npm:postcss-value-parser", "type": "static" } ], "npm:postcss-convert-values": [ { "source": "npm:postcss-convert-values", "target": "npm:postcss", "type": "static" }, { "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", "type": "static" } ], "npm:postcss-discard-duplicates": [ { "source": "npm:postcss-discard-duplicates", "target": "npm:postcss", "type": "static" } ], "npm:postcss-discard-empty": [ { "source": "npm:postcss-discard-empty", "target": "npm:postcss", "type": "static" } ], "npm:postcss-discard-overridden": [ { "source": "npm:postcss-discard-overridden", "target": "npm:postcss", "type": "static" } ], "npm:postcss-import": [ { "source": "npm:postcss-import", "target": "npm:postcss", "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" } ], "npm:postcss-js": [ { "source": "npm:postcss-js", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-js", "target": "npm:camelcase-css", "type": "static" } ], "npm:postcss-load-config": [ { "source": "npm:postcss-load-config", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-load-config", "target": "npm:ts-node", "type": "static" }, { "source": "npm:postcss-load-config", "target": "npm:lilconfig", "type": "static" }, { "source": "npm:postcss-load-config", "target": "npm:yaml", "type": "static" } ], "npm:postcss-loader": [ { "source": "npm:postcss-loader", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:postcss-loader", "target": "npm:cosmiconfig@7.1.0", "type": "static" }, { "source": "npm:postcss-loader", "target": "npm:klona", "type": "static" }, { "source": "npm:postcss-loader", "target": "npm:semver@7.6.3", "type": "static" } ], "npm:postcss-merge-longhand": [ { "source": "npm:postcss-merge-longhand", "target": "npm:postcss", "type": "static" }, { "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:postcss", "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" } ], "npm:postcss-minify-font-values": [ { "source": "npm:postcss-minify-font-values", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-minify-font-values", "target": "npm:postcss-value-parser", "type": "static" } ], "npm:postcss-minify-gradients": [ { "source": "npm:postcss-minify-gradients", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-minify-gradients", "target": "npm:colord", "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:postcss", "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" } ], "npm:postcss-minify-selectors": [ { "source": "npm:postcss-minify-selectors", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-minify-selectors", "target": "npm:postcss-selector-parser", "type": "static" } ], "npm:postcss-modules-extract-imports": [ { "source": "npm:postcss-modules-extract-imports", "target": "npm:postcss", "type": "static" } ], "npm:postcss-modules-local-by-default": [ { "source": "npm:postcss-modules-local-by-default", "target": "npm:postcss", "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" } ], "npm:postcss-modules-scope": [ { "source": "npm:postcss-modules-scope", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-modules-scope", "target": "npm:postcss-selector-parser", "type": "static" } ], "npm:postcss-modules-values": [ { "source": "npm:postcss-modules-values", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-modules-values", "target": "npm:icss-utils", "type": "static" } ], "npm:postcss-nested": [ { "source": "npm:postcss-nested", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-nested", "target": "npm:postcss-selector-parser", "type": "static" } ], "npm:postcss-normalize-charset": [ { "source": "npm:postcss-normalize-charset", "target": "npm:postcss", "type": "static" } ], "npm:postcss-normalize-display-values": [ { "source": "npm:postcss-normalize-display-values", "target": "npm:postcss", "type": "static" }, { "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", "type": "static" }, { "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", "type": "static" }, { "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", "type": "static" }, { "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", "type": "static" }, { "source": "npm:postcss-normalize-timing-functions", "target": "npm:postcss-value-parser", "type": "static" } ], "npm:postcss-normalize-unicode": [ { "source": "npm:postcss-normalize-unicode", "target": "npm:postcss", "type": "static" }, { "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", "type": "static" }, { "source": "npm:postcss-normalize-url", "target": "npm:postcss-value-parser", "type": "static" } ], "npm:postcss-normalize-whitespace": [ { "source": "npm:postcss-normalize-whitespace", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-normalize-whitespace", "target": "npm:postcss-value-parser", "type": "static" } ], "npm:postcss-ordered-values": [ { "source": "npm:postcss-ordered-values", "target": "npm:postcss", "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" } ], "npm:postcss-reduce-initial": [ { "source": "npm:postcss-reduce-initial", "target": "npm:postcss", "type": "static" }, { "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", "type": "static" }, { "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", "type": "static" }, { "source": "npm:postcss-svgo", "target": "npm:postcss-value-parser", "type": "static" }, { "source": "npm:postcss-svgo", "target": "npm:svgo", "type": "static" } ], "npm:postcss-unique-selectors": [ { "source": "npm:postcss-unique-selectors", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-unique-selectors", "target": "npm:postcss-selector-parser", "type": "static" } ], "npm:pretty-format": [ { "source": "npm:pretty-format", "target": "npm:ansi-regex", "type": "static" }, { "source": "npm:pretty-format", "target": "npm:ansi-styles", "type": "static" }, { "source": "npm:pretty-format", "target": "npm:react-is@17.0.2", "type": "static" } ], "npm:prisma": [ { "source": "npm:prisma", "target": "npm:@prisma/engines", "type": "static" }, { "source": "npm:prisma", "target": "npm:fsevents", "type": "static" } ], "npm:prisma-paginate": [ { "source": "npm:prisma-paginate", "target": "npm:@prisma/client", "type": "static" }, { "source": "npm:prisma-paginate", "target": "npm:prisma", "type": "static" } ], "npm:prompts": [ { "source": "npm:prompts", "target": "npm:kleur", "type": "static" }, { "source": "npm:prompts", "target": "npm:sisteransi", "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@16.13.1", "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:proxy-agent": [ { "source": "npm:proxy-agent", "target": "npm:agent-base@7.1.1", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:debug", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:http-proxy-agent@7.0.2", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:https-proxy-agent@7.0.5", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:lru-cache@7.18.3", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:pac-proxy-agent", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:proxy-from-env", "type": "static" }, { "source": "npm:proxy-agent", "target": "npm:socks-proxy-agent", "type": "static" } ], "npm:pump": [ { "source": "npm:pump", "target": "npm:end-of-stream", "type": "static" }, { "source": "npm:pump", "target": "npm:once", "type": "static" } ], "npm:puppeteer": [ { "source": "npm:puppeteer", "target": "npm:@puppeteer/browsers", "type": "static" }, { "source": "npm:puppeteer", "target": "npm:cosmiconfig@9.0.0", "type": "static" }, { "source": "npm:puppeteer", "target": "npm:devtools-protocol", "type": "static" }, { "source": "npm:puppeteer", "target": "npm:puppeteer-core", "type": "static" } ], "npm:puppeteer-core": [ { "source": "npm:puppeteer-core", "target": "npm:@puppeteer/browsers", "type": "static" }, { "source": "npm:puppeteer-core", "target": "npm:chromium-bidi", "type": "static" }, { "source": "npm:puppeteer-core", "target": "npm:debug", "type": "static" }, { "source": "npm:puppeteer-core", "target": "npm:devtools-protocol", "type": "static" }, { "source": "npm:puppeteer-core", "target": "npm:ws@8.18.0", "type": "static" } ], "npm:ws@8.18.0": [ { "source": "npm:ws@8.18.0", "target": "npm:bufferutil", "type": "static" }, { "source": "npm:ws@8.18.0", "target": "npm:utf-8-validate", "type": "static" } ], "npm:cosmiconfig@9.0.0": [ { "source": "npm:cosmiconfig@9.0.0", "target": "npm:typescript", "type": "static" }, { "source": "npm:cosmiconfig@9.0.0", "target": "npm:env-paths", "type": "static" }, { "source": "npm:cosmiconfig@9.0.0", "target": "npm:import-fresh", "type": "static" }, { "source": "npm:cosmiconfig@9.0.0", "target": "npm:js-yaml@4.1.0", "type": "static" }, { "source": "npm:cosmiconfig@9.0.0", "target": "npm:parse-json", "type": "static" } ], "npm:qs": [ { "source": "npm:qs", "target": "npm:side-channel", "type": "static" } ], "npm:quill": [ { "source": "npm:quill", "target": "npm:clone", "type": "static" }, { "source": "npm:quill", "target": "npm:deep-equal", "type": "static" }, { "source": "npm:quill", "target": "npm:eventemitter3@2.0.3", "type": "static" }, { "source": "npm:quill", "target": "npm:extend", "type": "static" }, { "source": "npm:quill", "target": "npm:parchment", "type": "static" }, { "source": "npm:quill", "target": "npm:quill-delta", "type": "static" } ], "npm:quill-delta": [ { "source": "npm:quill-delta", "target": "npm:deep-equal", "type": "static" }, { "source": "npm:quill-delta", "target": "npm:extend", "type": "static" }, { "source": "npm:quill-delta", "target": "npm:fast-diff", "type": "static" } ], "npm:randombytes": [ { "source": "npm:randombytes", "target": "npm:safe-buffer", "type": "static" } ], "npm:rasterizehtml": [ { "source": "npm:rasterizehtml", "target": "npm:inlineresources", "type": "static" }, { "source": "npm:rasterizehtml", "target": "npm:sane-domparser-error", "type": "static" }, { "source": "npm:rasterizehtml", "target": "npm:url", "type": "static" }, { "source": "npm:rasterizehtml", "target": "npm:xmlserializer", "type": "static" } ], "npm:raw-body": [ { "source": "npm:raw-body", "target": "npm:bytes", "type": "static" }, { "source": "npm:raw-body", "target": "npm:http-errors", "type": "static" }, { "source": "npm:raw-body", "target": "npm:iconv-lite", "type": "static" }, { "source": "npm:raw-body", "target": "npm:unpipe", "type": "static" } ], "npm:react": [ { "source": "npm:react", "target": "npm:loose-envify", "type": "static" } ], "npm:react-color": [ { "source": "npm:react-color", "target": "npm:react", "type": "static" }, { "source": "npm:react-color", "target": "npm:@icons/material", "type": "static" }, { "source": "npm:react-color", "target": "npm:lodash", "type": "static" }, { "source": "npm:react-color", "target": "npm:lodash-es", "type": "static" }, { "source": "npm:react-color", "target": "npm:material-colors", "type": "static" }, { "source": "npm:react-color", "target": "npm:prop-types", "type": "static" }, { "source": "npm:react-color", "target": "npm:reactcss", "type": "static" }, { "source": "npm:react-color", "target": "npm:tinycolor2", "type": "static" } ], "npm:react-colorful": [ { "source": "npm:react-colorful", "target": "npm:react", "type": "static" }, { "source": "npm:react-colorful", "target": "npm:react-dom", "type": "static" } ], "npm:react-dnd": [ { "source": "npm:react-dnd", "target": "npm:@types/node", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:react", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:@react-dnd/invariant", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:@react-dnd/shallowequal", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:dnd-core", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:fast-deep-equal", "type": "static" }, { "source": "npm:react-dnd", "target": "npm:hoist-non-react-statics", "type": "static" } ], "npm:react-dnd-html5-backend": [ { "source": "npm:react-dnd-html5-backend", "target": "npm:dnd-core", "type": "static" } ], "npm:react-dom": [ { "source": "npm:react-dom", "target": "npm:react", "type": "static" }, { "source": "npm:react-dom", "target": "npm:loose-envify", "type": "static" }, { "source": "npm:react-dom", "target": "npm:scheduler", "type": "static" } ], "npm:react-hook-form": [ { "source": "npm:react-hook-form", "target": "npm:react", "type": "static" } ], "npm:react-intersection-observer": [ { "source": "npm:react-intersection-observer", "target": "npm:react", "type": "static" }, { "source": "npm:react-intersection-observer", "target": "npm:react-dom", "type": "static" } ], "npm:react-konva": [ { "source": "npm:react-konva", "target": "npm:konva", "type": "static" }, { "source": "npm:react-konva", "target": "npm:react", "type": "static" }, { "source": "npm:react-konva", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-konva", "target": "npm:@types/react-reconciler", "type": "static" }, { "source": "npm:react-konva", "target": "npm:its-fine", "type": "static" }, { "source": "npm:react-konva", "target": "npm:react-reconciler", "type": "static" }, { "source": "npm:react-konva", "target": "npm:scheduler", "type": "static" } ], "npm:react-konva-utils": [ { "source": "npm:react-konva-utils", "target": "npm:konva", "type": "static" }, { "source": "npm:react-konva-utils", "target": "npm:react", "type": "static" }, { "source": "npm:react-konva-utils", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-konva-utils", "target": "npm:react-konva", "type": "static" }, { "source": "npm:react-konva-utils", "target": "npm:use-image", "type": "static" } ], "npm:react-loading": [ { "source": "npm:react-loading", "target": "npm:prop-types", "type": "static" }, { "source": "npm:react-loading", "target": "npm:react", "type": "static" } ], "npm:react-markdown": [ { "source": "npm:react-markdown", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:react", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:@types/prop-types", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:hast-util-whitespace", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:prop-types", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:property-information", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:react-is", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:remark-parse", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:remark-rehype", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:style-to-object", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:unified", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:unist-util-visit", "type": "static" }, { "source": "npm:react-markdown", "target": "npm:vfile", "type": "static" } ], "npm:react-popper": [ { "source": "npm:react-popper", "target": "npm:@popperjs/core", "type": "static" }, { "source": "npm:react-popper", "target": "npm:react", "type": "static" }, { "source": "npm:react-popper", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-popper", "target": "npm:react-fast-compare", "type": "static" }, { "source": "npm:react-popper", "target": "npm:warning", "type": "static" } ], "npm:react-promise-suspense": [ { "source": "npm:react-promise-suspense", "target": "npm:fast-deep-equal@2.0.1", "type": "static" } ], "npm:react-query": [ { "source": "npm:react-query", "target": "npm:react", "type": "static" }, { "source": "npm:react-query", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:react-query", "target": "npm:broadcast-channel", "type": "static" }, { "source": "npm:react-query", "target": "npm:match-sorter", "type": "static" } ], "npm:react-reconciler": [ { "source": "npm:react-reconciler", "target": "npm:react", "type": "static" }, { "source": "npm:react-reconciler", "target": "npm:loose-envify", "type": "static" }, { "source": "npm:react-reconciler", "target": "npm:scheduler", "type": "static" } ], "npm:react-remove-scroll": [ { "source": "npm:react-remove-scroll", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-remove-scroll", "target": "npm:react", "type": "static" }, { "source": "npm:react-remove-scroll", "target": "npm:react-remove-scroll-bar", "type": "static" }, { "source": "npm:react-remove-scroll", "target": "npm:react-style-singleton", "type": "static" }, { "source": "npm:react-remove-scroll", "target": "npm:tslib", "type": "static" }, { "source": "npm:react-remove-scroll", "target": "npm:use-callback-ref", "type": "static" }, { "source": "npm:react-remove-scroll", "target": "npm:use-sidecar", "type": "static" } ], "npm:react-remove-scroll-bar": [ { "source": "npm:react-remove-scroll-bar", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-remove-scroll-bar", "target": "npm:react", "type": "static" }, { "source": "npm:react-remove-scroll-bar", "target": "npm:react-style-singleton", "type": "static" }, { "source": "npm:react-remove-scroll-bar", "target": "npm:tslib", "type": "static" } ], "npm:react-router": [ { "source": "npm:react-router", "target": "npm:react", "type": "static" }, { "source": "npm:react-router", "target": "npm:@remix-run/router", "type": "static" } ], "npm:react-router-dom": [ { "source": "npm:react-router-dom", "target": "npm:react", "type": "static" }, { "source": "npm:react-router-dom", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-router-dom", "target": "npm:@remix-run/router", "type": "static" }, { "source": "npm:react-router-dom", "target": "npm:react-router", "type": "static" } ], "npm:react-slider": [ { "source": "npm:react-slider", "target": "npm:react", "type": "static" }, { "source": "npm:react-slider", "target": "npm:prop-types", "type": "static" } ], "npm:react-sortablejs": [ { "source": "npm:react-sortablejs", "target": "npm:@types/sortablejs", "type": "static" }, { "source": "npm:react-sortablejs", "target": "npm:react", "type": "static" }, { "source": "npm:react-sortablejs", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-sortablejs", "target": "npm:sortablejs", "type": "static" }, { "source": "npm:react-sortablejs", "target": "npm:classnames@2.3.1", "type": "static" }, { "source": "npm:react-sortablejs", "target": "npm:tiny-invariant", "type": "static" } ], "npm:react-style-singleton": [ { "source": "npm:react-style-singleton", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-style-singleton", "target": "npm:react", "type": "static" }, { "source": "npm:react-style-singleton", "target": "npm:get-nonce", "type": "static" }, { "source": "npm:react-style-singleton", "target": "npm:invariant", "type": "static" }, { "source": "npm:react-style-singleton", "target": "npm:tslib", "type": "static" } ], "npm:react-syntax-highlighter": [ { "source": "npm:react-syntax-highlighter", "target": "npm:react", "type": "static" }, { "source": "npm:react-syntax-highlighter", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:react-syntax-highlighter", "target": "npm:highlight.js", "type": "static" }, { "source": "npm:react-syntax-highlighter", "target": "npm:lowlight", "type": "static" }, { "source": "npm:react-syntax-highlighter", "target": "npm:prismjs@1.27.0", "type": "static" }, { "source": "npm:react-syntax-highlighter", "target": "npm:refractor@3.6.0", "type": "static" } ], "npm:hastscript@6.0.0": [ { "source": "npm:hastscript@6.0.0", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hastscript@6.0.0", "target": "npm:comma-separated-tokens@1.0.8", "type": "static" }, { "source": "npm:hastscript@6.0.0", "target": "npm:hast-util-parse-selector@2.2.5", "type": "static" }, { "source": "npm:hastscript@6.0.0", "target": "npm:property-information@5.6.0", "type": "static" }, { "source": "npm:hastscript@6.0.0", "target": "npm:space-separated-tokens@1.1.5", "type": "static" } ], "npm:is-alphanumerical@1.0.4": [ { "source": "npm:is-alphanumerical@1.0.4", "target": "npm:is-alphabetical@1.0.4", "type": "static" }, { "source": "npm:is-alphanumerical@1.0.4", "target": "npm:is-decimal@1.0.4", "type": "static" } ], "npm:parse-entities@2.0.0": [ { "source": "npm:parse-entities@2.0.0", "target": "npm:character-entities@1.2.4", "type": "static" }, { "source": "npm:parse-entities@2.0.0", "target": "npm:character-entities-legacy@1.1.4", "type": "static" }, { "source": "npm:parse-entities@2.0.0", "target": "npm:character-reference-invalid@1.1.4", "type": "static" }, { "source": "npm:parse-entities@2.0.0", "target": "npm:is-alphanumerical@1.0.4", "type": "static" }, { "source": "npm:parse-entities@2.0.0", "target": "npm:is-decimal@1.0.4", "type": "static" }, { "source": "npm:parse-entities@2.0.0", "target": "npm:is-hexadecimal@1.0.4", "type": "static" } ], "npm:property-information@5.6.0": [ { "source": "npm:property-information@5.6.0", "target": "npm:xtend", "type": "static" } ], "npm:refractor@3.6.0": [ { "source": "npm:refractor@3.6.0", "target": "npm:hastscript@6.0.0", "type": "static" }, { "source": "npm:refractor@3.6.0", "target": "npm:parse-entities@2.0.0", "type": "static" }, { "source": "npm:refractor@3.6.0", "target": "npm:prismjs@1.27.0", "type": "static" } ], "npm:react-tag-autocomplete": [ { "source": "npm:react-tag-autocomplete", "target": "npm:react", "type": "static" } ], "npm:react-textarea-autosize": [ { "source": "npm:react-textarea-autosize", "target": "npm:react", "type": "static" }, { "source": "npm:react-textarea-autosize", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:react-textarea-autosize", "target": "npm:use-composed-ref", "type": "static" }, { "source": "npm:react-textarea-autosize", "target": "npm:use-latest", "type": "static" } ], "npm:react-tooltip": [ { "source": "npm:react-tooltip", "target": "npm:react", "type": "static" }, { "source": "npm:react-tooltip", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-tooltip", "target": "npm:@floating-ui/dom", "type": "static" }, { "source": "npm:react-tooltip", "target": "npm:classnames", "type": "static" } ], "npm:react-transition-group": [ { "source": "npm:react-transition-group", "target": "npm:react", "type": "static" }, { "source": "npm:react-transition-group", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-transition-group", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:react-transition-group", "target": "npm:dom-helpers", "type": "static" }, { "source": "npm:react-transition-group", "target": "npm:loose-envify", "type": "static" }, { "source": "npm:react-transition-group", "target": "npm:prop-types", "type": "static" } ], "npm:react-uid": [ { "source": "npm:react-uid", "target": "npm:@types/react", "type": "static" }, { "source": "npm:react-uid", "target": "npm:react", "type": "static" }, { "source": "npm:react-uid", "target": "npm:tslib", "type": "static" } ], "npm:react-use-keypress": [ { "source": "npm:react-use-keypress", "target": "npm:react", "type": "static" }, { "source": "npm:react-use-keypress", "target": "npm:tiny-invariant", "type": "static" } ], "npm:react-window": [ { "source": "npm:react-window", "target": "npm:react", "type": "static" }, { "source": "npm:react-window", "target": "npm:react-dom", "type": "static" }, { "source": "npm:react-window", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:react-window", "target": "npm:memoize-one@5.2.1", "type": "static" } ], "npm:reactcss": [ { "source": "npm:reactcss", "target": "npm:lodash", "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-web-to-node-stream": [ { "source": "npm:readable-web-to-node-stream", "target": "npm:readable-stream", "type": "static" } ], "npm:readdirp": [ { "source": "npm:readdirp", "target": "npm:picomatch@2.3.1", "type": "static" } ], "npm:redis": [ { "source": "npm:redis", "target": "npm:@redis/bloom", "type": "static" }, { "source": "npm:redis", "target": "npm:@redis/client", "type": "static" }, { "source": "npm:redis", "target": "npm:@redis/graph", "type": "static" }, { "source": "npm:redis", "target": "npm:@redis/json", "type": "static" }, { "source": "npm:redis", "target": "npm:@redis/search", "type": "static" }, { "source": "npm:redis", "target": "npm:@redis/time-series", "type": "static" } ], "npm:redis-parser": [ { "source": "npm:redis-parser", "target": "npm:redis-errors", "type": "static" } ], "npm:redux": [ { "source": "npm:redux", "target": "npm:@babel/runtime", "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:get-intrinsic", "type": "static" }, { "source": "npm:reflect.getprototypeof", "target": "npm:globalthis", "type": "static" }, { "source": "npm:reflect.getprototypeof", "target": "npm:which-builtin-type", "type": "static" } ], "npm:refractor": [ { "source": "npm:refractor", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:refractor", "target": "npm:@types/prismjs", "type": "static" }, { "source": "npm:refractor", "target": "npm:hastscript@7.2.0", "type": "static" }, { "source": "npm:refractor", "target": "npm:parse-entities", "type": "static" } ], "npm:regenerate-unicode-properties": [ { "source": "npm:regenerate-unicode-properties", "target": "npm:regenerate", "type": "static" } ], "npm:regenerator-transform": [ { "source": "npm:regenerator-transform", "target": "npm:@babel/runtime", "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:set-function-name", "type": "static" } ], "npm:regexpu-core": [ { "source": "npm:regexpu-core", "target": "npm:@babel/regjsgen", "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: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@0.5.0", "type": "static" } ], "npm:rehype": [ { "source": "npm:rehype", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:rehype", "target": "npm:rehype-parse", "type": "static" }, { "source": "npm:rehype", "target": "npm:rehype-stringify", "type": "static" }, { "source": "npm:rehype", "target": "npm:unified@11.0.5", "type": "static" } ], "npm:rehype-attr": [ { "source": "npm:rehype-attr", "target": "npm:unified@11.0.5", "type": "static" }, { "source": "npm:rehype-attr", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:rehype-autolink-headings": [ { "source": "npm:rehype-autolink-headings", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:rehype-autolink-headings", "target": "npm:@ungap/structured-clone", "type": "static" }, { "source": "npm:rehype-autolink-headings", "target": "npm:hast-util-heading-rank", "type": "static" }, { "source": "npm:rehype-autolink-headings", "target": "npm:hast-util-is-element", "type": "static" }, { "source": "npm:rehype-autolink-headings", "target": "npm:unified@11.0.5", "type": "static" }, { "source": "npm:rehype-autolink-headings", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:rehype-ignore": [ { "source": "npm:rehype-ignore", "target": "npm:hast-util-select", "type": "static" }, { "source": "npm:rehype-ignore", "target": "npm:unified@11.0.5", "type": "static" }, { "source": "npm:rehype-ignore", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:rehype-katex": [ { "source": "npm:rehype-katex", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:rehype-katex", "target": "npm:@types/katex", "type": "static" }, { "source": "npm:rehype-katex", "target": "npm:hast-util-from-html-isomorphic@1.0.0", "type": "static" }, { "source": "npm:rehype-katex", "target": "npm:hast-util-to-text@3.1.2", "type": "static" }, { "source": "npm:rehype-katex", "target": "npm:katex", "type": "static" }, { "source": "npm:rehype-katex", "target": "npm:unist-util-visit", "type": "static" } ], "npm:hast-util-from-dom@4.2.0": [ { "source": "npm:hast-util-from-dom@4.2.0", "target": "npm:hastscript@7.2.0", "type": "static" }, { "source": "npm:hast-util-from-dom@4.2.0", "target": "npm:web-namespaces", "type": "static" } ], "npm:hast-util-from-html-isomorphic@1.0.0": [ { "source": "npm:hast-util-from-html-isomorphic@1.0.0", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-from-html-isomorphic@1.0.0", "target": "npm:hast-util-from-dom@4.2.0", "type": "static" }, { "source": "npm:hast-util-from-html-isomorphic@1.0.0", "target": "npm:hast-util-from-html", "type": "static" }, { "source": "npm:hast-util-from-html-isomorphic@1.0.0", "target": "npm:unist-util-remove-position", "type": "static" } ], "npm:hast-util-is-element@2.1.3": [ { "source": "npm:hast-util-is-element@2.1.3", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-is-element@2.1.3", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:hast-util-to-text@3.1.2": [ { "source": "npm:hast-util-to-text@3.1.2", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:hast-util-to-text@3.1.2", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:hast-util-to-text@3.1.2", "target": "npm:hast-util-is-element@2.1.3", "type": "static" }, { "source": "npm:hast-util-to-text@3.1.2", "target": "npm:unist-util-find-after@4.0.1", "type": "static" } ], "npm:unist-util-find-after@4.0.1": [ { "source": "npm:unist-util-find-after@4.0.1", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unist-util-find-after@4.0.1", "target": "npm:unist-util-is", "type": "static" } ], "npm:rehype-parse": [ { "source": "npm:rehype-parse", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:rehype-parse", "target": "npm:hast-util-from-html@2.0.2", "type": "static" }, { "source": "npm:rehype-parse", "target": "npm:unified@11.0.5", "type": "static" } ], "npm:rehype-prism-plus": [ { "source": "npm:rehype-prism-plus", "target": "npm:hast-util-to-string@3.0.0", "type": "static" }, { "source": "npm:rehype-prism-plus", "target": "npm:parse-numeric-range", "type": "static" }, { "source": "npm:rehype-prism-plus", "target": "npm:refractor", "type": "static" }, { "source": "npm:rehype-prism-plus", "target": "npm:rehype-parse", "type": "static" }, { "source": "npm:rehype-prism-plus", "target": "npm:unist-util-filter", "type": "static" }, { "source": "npm:rehype-prism-plus", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:rehype-raw": [ { "source": "npm:rehype-raw", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:rehype-raw", "target": "npm:hast-util-raw@9.0.4", "type": "static" }, { "source": "npm:rehype-raw", "target": "npm:vfile@6.0.3", "type": "static" } ], "npm:hast-util-raw@9.0.4": [ { "source": "npm:hast-util-raw@9.0.4", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:@ungap/structured-clone", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:hast-util-from-parse5@8.0.1", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:hast-util-to-parse5@8.0.0", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:html-void-elements@3.0.0", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:mdast-util-to-hast@13.2.0", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:parse5@7.1.2", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:unist-util-position@5.0.0", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:unist-util-visit@5.0.0", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:vfile@6.0.3", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:web-namespaces", "type": "static" }, { "source": "npm:hast-util-raw@9.0.4", "target": "npm:zwitch", "type": "static" } ], "npm:hast-util-to-parse5@8.0.0": [ { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:devlop", "type": "static" }, { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:web-namespaces", "type": "static" }, { "source": "npm:hast-util-to-parse5@8.0.0", "target": "npm:zwitch", "type": "static" } ], "npm:rehype-rewrite": [ { "source": "npm:rehype-rewrite", "target": "npm:hast-util-select", "type": "static" }, { "source": "npm:rehype-rewrite", "target": "npm:unified@11.0.5", "type": "static" }, { "source": "npm:rehype-rewrite", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:rehype-slug": [ { "source": "npm:rehype-slug", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:rehype-slug", "target": "npm:github-slugger", "type": "static" }, { "source": "npm:rehype-slug", "target": "npm:hast-util-heading-rank", "type": "static" }, { "source": "npm:rehype-slug", "target": "npm:hast-util-to-string@3.0.0", "type": "static" }, { "source": "npm:rehype-slug", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:rehype-stringify": [ { "source": "npm:rehype-stringify", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:rehype-stringify", "target": "npm:hast-util-to-html@9.0.2", "type": "static" }, { "source": "npm:rehype-stringify", "target": "npm:unified@11.0.5", "type": "static" } ], "npm:hast-util-to-html@9.0.2": [ { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:@types/hast@3.0.4", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:ccount", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:comma-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:hast-util-whitespace@3.0.0", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:html-void-elements@3.0.0", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:mdast-util-to-hast@13.2.0", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:property-information", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:space-separated-tokens", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:stringify-entities", "type": "static" }, { "source": "npm:hast-util-to-html@9.0.2", "target": "npm:zwitch", "type": "static" } ], "npm:remark": [ { "source": "npm:remark", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark", "target": "npm:remark-parse", "type": "static" }, { "source": "npm:remark", "target": "npm:remark-stringify", "type": "static" }, { "source": "npm:remark", "target": "npm:unified", "type": "static" } ], "npm:remark-frontmatter": [ { "source": "npm:remark-frontmatter", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark-frontmatter", "target": "npm:mdast-util-frontmatter", "type": "static" }, { "source": "npm:remark-frontmatter", "target": "npm:micromark-extension-frontmatter", "type": "static" }, { "source": "npm:remark-frontmatter", "target": "npm:unified", "type": "static" } ], "npm:remark-gfm": [ { "source": "npm:remark-gfm", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark-gfm", "target": "npm:mdast-util-gfm", "type": "static" }, { "source": "npm:remark-gfm", "target": "npm:micromark-extension-gfm", "type": "static" }, { "source": "npm:remark-gfm", "target": "npm:unified", "type": "static" } ], "npm:remark-github-blockquote-alert": [ { "source": "npm:remark-github-blockquote-alert", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:remark-math": [ { "source": "npm:remark-math", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark-math", "target": "npm:mdast-util-math", "type": "static" }, { "source": "npm:remark-math", "target": "npm:micromark-extension-math", "type": "static" }, { "source": "npm:remark-math", "target": "npm:unified", "type": "static" } ], "npm:remark-mdx": [ { "source": "npm:remark-mdx", "target": "npm:mdast-util-mdx", "type": "static" }, { "source": "npm:remark-mdx", "target": "npm:micromark-extension-mdxjs", "type": "static" } ], "npm:remark-parse": [ { "source": "npm:remark-parse", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark-parse", "target": "npm:mdast-util-from-markdown", "type": "static" }, { "source": "npm:remark-parse", "target": "npm:unified", "type": "static" } ], "npm:remark-rehype": [ { "source": "npm:remark-rehype", "target": "npm:@types/hast", "type": "static" }, { "source": "npm:remark-rehype", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark-rehype", "target": "npm:mdast-util-to-hast", "type": "static" }, { "source": "npm:remark-rehype", "target": "npm:unified", "type": "static" } ], "npm:remark-smartypants": [ { "source": "npm:remark-smartypants", "target": "npm:retext", "type": "static" }, { "source": "npm:remark-smartypants", "target": "npm:retext-smartypants", "type": "static" }, { "source": "npm:remark-smartypants", "target": "npm:unist-util-visit@5.0.0", "type": "static" } ], "npm:remark-stringify": [ { "source": "npm:remark-stringify", "target": "npm:@types/mdast", "type": "static" }, { "source": "npm:remark-stringify", "target": "npm:mdast-util-to-markdown", "type": "static" }, { "source": "npm:remark-stringify", "target": "npm:unified", "type": "static" } ], "npm:resend": [ { "source": "npm:resend", "target": "npm:@react-email/render", "type": "static" } ], "npm:resolve": [ { "source": "npm:resolve", "target": "npm:is-core-module", "type": "static" }, { "source": "npm:resolve", "target": "npm:path-parse", "type": "static" }, { "source": "npm:resolve", "target": "npm:supports-preserve-symlinks-flag", "type": "static" } ], "npm: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:responselike": [ { "source": "npm:responselike", "target": "npm:lowercase-keys", "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:retext": [ { "source": "npm:retext", "target": "npm:@types/nlcst", "type": "static" }, { "source": "npm:retext", "target": "npm:retext-latin", "type": "static" }, { "source": "npm:retext", "target": "npm:retext-stringify", "type": "static" }, { "source": "npm:retext", "target": "npm:unified", "type": "static" } ], "npm:retext-latin": [ { "source": "npm:retext-latin", "target": "npm:@types/nlcst", "type": "static" }, { "source": "npm:retext-latin", "target": "npm:parse-latin", "type": "static" }, { "source": "npm:retext-latin", "target": "npm:unherit", "type": "static" }, { "source": "npm:retext-latin", "target": "npm:unified", "type": "static" } ], "npm:retext-smartypants": [ { "source": "npm:retext-smartypants", "target": "npm:@types/nlcst", "type": "static" }, { "source": "npm:retext-smartypants", "target": "npm:nlcst-to-string", "type": "static" }, { "source": "npm:retext-smartypants", "target": "npm:unified", "type": "static" }, { "source": "npm:retext-smartypants", "target": "npm:unist-util-visit", "type": "static" } ], "npm:retext-stringify": [ { "source": "npm:retext-stringify", "target": "npm:@types/nlcst", "type": "static" }, { "source": "npm:retext-stringify", "target": "npm:nlcst-to-string", "type": "static" }, { "source": "npm:retext-stringify", "target": "npm:unified", "type": "static" } ], "npm:rimraf": [ { "source": "npm:rimraf", "target": "npm:glob", "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-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-powerpc64le-gnu", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-linux-riscv64-gnu", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-linux-s390x-gnu", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-linux-x64-gnu", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-linux-x64-musl", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-win32-arm64-msvc", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-win32-ia32-msvc", "type": "static" }, { "source": "npm:rollup", "target": "npm:@rollup/rollup-win32-x64-msvc", "type": "static" }, { "source": "npm:rollup", "target": "npm:fsevents", "type": "static" } ], "npm:run-parallel": [ { "source": "npm:run-parallel", "target": "npm:queue-microtask", "type": "static" } ], "npm:rxjs": [ { "source": "npm:rxjs", "target": "npm:tslib", "type": "static" } ], "npm:sade": [ { "source": "npm:sade", "target": "npm:mri", "type": "static" } ], "npm:safe-array-concat": [ { "source": "npm:safe-array-concat", "target": "npm:call-bind", "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-regex-test": [ { "source": "npm:safe-regex-test", "target": "npm:call-bind", "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": [ { "source": "npm:sass", "target": "npm:chokidar", "type": "static" }, { "source": "npm:sass", "target": "npm:immutable", "type": "static" }, { "source": "npm:sass", "target": "npm:source-map-js", "type": "static" } ], "npm:sass-loader": [ { "source": "npm:sass-loader", "target": "npm:sass", "type": "static" }, { "source": "npm:sass-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:sass-loader", "target": "npm:klona", "type": "static" }, { "source": "npm:sass-loader", "target": "npm:neo-async", "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": [ { "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:scroll-into-view-if-needed": [ { "source": "npm:scroll-into-view-if-needed", "target": "npm:compute-scroll-into-view", "type": "static" } ], "npm:section-matter": [ { "source": "npm:section-matter", "target": "npm:extend-shallow", "type": "static" }, { "source": "npm:section-matter", "target": "npm:kind-of", "type": "static" } ], "npm:selderee": [ { "source": "npm:selderee", "target": "npm:parseley", "type": "static" } ], "npm:selfsigned": [ { "source": "npm:selfsigned", "target": "npm:@types/node-forge", "type": "static" }, { "source": "npm:selfsigned", "target": "npm:node-forge", "type": "static" } ], "npm:semver-truncate": [ { "source": "npm:semver-truncate", "target": "npm:semver@7.6.3", "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@1.0.2", "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:sentence-case": [ { "source": "npm:sentence-case", "target": "npm:no-case", "type": "static" }, { "source": "npm:sentence-case", "target": "npm:tslib", "type": "static" }, { "source": "npm:sentence-case", "target": "npm:upper-case-first", "type": "static" } ], "npm:serialize-javascript": [ { "source": "npm:serialize-javascript", "target": "npm:randombytes", "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.6.3", "type": "static" }, { "source": "npm:serve-index", "target": "npm:mime-types", "type": "static" }, { "source": "npm:serve-index", "target": "npm:parseurl", "type": "static" } ], "npm:http-errors@1.6.3": [ { "source": "npm:http-errors@1.6.3", "target": "npm:depd@1.1.2", "type": "static" }, { "source": "npm:http-errors@1.6.3", "target": "npm:inherits@2.0.3", "type": "static" }, { "source": "npm:http-errors@1.6.3", "target": "npm:setprototypeof@1.1.0", "type": "static" }, { "source": "npm:http-errors@1.6.3", "target": "npm:statuses@1.5.0", "type": "static" } ], "npm:serve-static": [ { "source": "npm:serve-static", "target": "npm:encodeurl@1.0.2", "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@0.18.0", "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:sha256": [ { "source": "npm:sha256", "target": "npm:convert-hex", "type": "static" }, { "source": "npm:sha256", "target": "npm:convert-string", "type": "static" } ], "npm:shallow-clone": [ { "source": "npm:shallow-clone", "target": "npm:kind-of", "type": "static" } ], "npm:sharp": [ { "source": "npm:sharp", "target": "npm:color", "type": "static" }, { "source": "npm:sharp", "target": "npm:detect-libc", "type": "static" }, { "source": "npm:sharp", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-darwin-arm64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-darwin-x64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-darwin-arm64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-darwin-x64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-linux-arm", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-linux-arm64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-linux-s390x", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-linux-x64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-linuxmusl-arm64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-libvips-linuxmusl-x64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-linux-arm", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-linux-arm64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-linux-s390x", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-linux-x64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-linuxmusl-arm64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-linuxmusl-x64", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-wasm32", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-win32-ia32", "type": "static" }, { "source": "npm:sharp", "target": "npm:@img/sharp-win32-x64", "type": "static" } ], "npm:shebang-command": [ { "source": "npm:shebang-command", "target": "npm:shebang-regex", "type": "static" } ], "npm:side-channel": [ { "source": "npm:side-channel", "target": "npm:call-bind", "type": "static" }, { "source": "npm:side-channel", "target": "npm:es-errors", "type": "static" }, { "source": "npm:side-channel", "target": "npm:get-intrinsic", "type": "static" }, { "source": "npm:side-channel", "target": "npm:object-inspect", "type": "static" } ], "npm:simple-get": [ { "source": "npm:simple-get", "target": "npm:decompress-response@4.2.1", "type": "static" }, { "source": "npm:simple-get", "target": "npm:once", "type": "static" }, { "source": "npm:simple-get", "target": "npm:simple-concat", "type": "static" } ], "npm:decompress-response@4.2.1": [ { "source": "npm:decompress-response@4.2.1", "target": "npm:mimic-response@2.1.0", "type": "static" } ], "npm:simple-swizzle": [ { "source": "npm:simple-swizzle", "target": "npm:is-arrayish@0.3.2", "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:slate": [ { "source": "npm:slate", "target": "npm:immer", "type": "static" }, { "source": "npm:slate", "target": "npm:is-plain-object", "type": "static" }, { "source": "npm:slate", "target": "npm:tiny-warning", "type": "static" } ], "npm:slate-history": [ { "source": "npm:slate-history", "target": "npm:slate", "type": "static" }, { "source": "npm:slate-history", "target": "npm:is-plain-object", "type": "static" } ], "npm:slate-react": [ { "source": "npm:slate-react", "target": "npm:react", "type": "static" }, { "source": "npm:slate-react", "target": "npm:react-dom", "type": "static" }, { "source": "npm:slate-react", "target": "npm:slate", "type": "static" }, { "source": "npm:slate-react", "target": "npm:@juggle/resize-observer", "type": "static" }, { "source": "npm:slate-react", "target": "npm:@types/is-hotkey", "type": "static" }, { "source": "npm:slate-react", "target": "npm:@types/lodash", "type": "static" }, { "source": "npm:slate-react", "target": "npm:direction@1.0.4", "type": "static" }, { "source": "npm:slate-react", "target": "npm:is-hotkey", "type": "static" }, { "source": "npm:slate-react", "target": "npm:is-plain-object", "type": "static" }, { "source": "npm:slate-react", "target": "npm:lodash", "type": "static" }, { "source": "npm:slate-react", "target": "npm:scroll-into-view-if-needed", "type": "static" }, { "source": "npm:slate-react", "target": "npm:tiny-invariant@1.0.6", "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:socks": [ { "source": "npm:socks", "target": "npm:ip-address", "type": "static" }, { "source": "npm:socks", "target": "npm:smart-buffer", "type": "static" } ], "npm:socks-proxy-agent": [ { "source": "npm:socks-proxy-agent", "target": "npm:agent-base@7.1.1", "type": "static" }, { "source": "npm:socks-proxy-agent", "target": "npm:debug", "type": "static" }, { "source": "npm:socks-proxy-agent", "target": "npm:socks", "type": "static" } ], "npm:sonic-boom": [ { "source": "npm:sonic-boom", "target": "npm:atomic-sleep", "type": "static" } ], "npm:sort-keys": [ { "source": "npm:sort-keys", "target": "npm:is-plain-obj", "type": "static" } ], "npm:sort-keys-length": [ { "source": "npm:sort-keys-length", "target": "npm:sort-keys", "type": "static" } ], "npm:source-map-loader": [ { "source": "npm:source-map-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:source-map-loader", "target": "npm:iconv-lite@0.6.3", "type": "static" }, { "source": "npm:source-map-loader", "target": "npm:source-map-js", "type": "static" } ], "npm:source-map-support": [ { "source": "npm:source-map-support", "target": "npm:buffer-from", "type": "static" }, { "source": "npm:source-map-support", "target": "npm:source-map@0.6.1", "type": "static" } ], "npm: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: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:stack-utils": [ { "source": "npm:stack-utils", "target": "npm:escape-string-regexp@2.0.0", "type": "static" } ], "npm:stdin-discarder": [ { "source": "npm:stdin-discarder", "target": "npm:bl", "type": "static" } ], "npm:streamroller": [ { "source": "npm:streamroller", "target": "npm:date-format", "type": "static" }, { "source": "npm:streamroller", "target": "npm:debug", "type": "static" }, { "source": "npm:streamroller", "target": "npm:fs-extra@8.1.0", "type": "static" } ], "npm:fs-extra@8.1.0": [ { "source": "npm:fs-extra@8.1.0", "target": "npm:graceful-fs", "type": "static" }, { "source": "npm:fs-extra@8.1.0", "target": "npm:jsonfile@4.0.0", "type": "static" }, { "source": "npm:fs-extra@8.1.0", "target": "npm:universalify@0.1.2", "type": "static" } ], "npm:jsonfile@4.0.0": [ { "source": "npm:jsonfile@4.0.0", "target": "npm:graceful-fs", "type": "static" } ], "npm:streamx": [ { "source": "npm:streamx", "target": "npm:fast-fifo", "type": "static" }, { "source": "npm:streamx", "target": "npm:queue-tick", "type": "static" }, { "source": "npm:streamx", "target": "npm:text-decoder", "type": "static" }, { "source": "npm:streamx", "target": "npm:bare-events", "type": "static" } ], "npm:string_decoder": [ { "source": "npm:string_decoder", "target": "npm:safe-buffer", "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": [ { "source": "npm:string-width", "target": "npm:emoji-regex@8.0.0", "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-cjs": [ { "source": "npm:string-width-cjs", "target": "npm:emoji-regex@8.0.0", "type": "static" }, { "source": "npm:string-width-cjs", "target": "npm:is-fullwidth-code-point", "type": "static" }, { "source": "npm:string-width-cjs", "target": "npm:strip-ansi", "type": "static" } ], "npm:string.prototype.matchall": [ { "source": "npm:string.prototype.matchall", "target": "npm:call-bind", "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: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" } ], "npm:string.prototype.trimend": [ { "source": "npm:string.prototype.trimend", "target": "npm:call-bind", "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:stringify-entities": [ { "source": "npm:stringify-entities", "target": "npm:character-entities-html4", "type": "static" }, { "source": "npm:stringify-entities", "target": "npm:character-entities-legacy", "type": "static" } ], "npm:strip-ansi": [ { "source": "npm:strip-ansi", "target": "npm:ansi-regex", "type": "static" } ], "npm:strip-ansi-cjs": [ { "source": "npm:strip-ansi-cjs", "target": "npm:ansi-regex", "type": "static" } ], "npm:strip-literal": [ { "source": "npm:strip-literal", "target": "npm:js-tokens@9.0.0", "type": "static" } ], "npm:stripe": [ { "source": "npm:stripe", "target": "npm:@types/node", "type": "static" }, { "source": "npm:stripe", "target": "npm:qs", "type": "static" } ], "npm:strong-log-transformer": [ { "source": "npm:strong-log-transformer", "target": "npm:duplexer", "type": "static" }, { "source": "npm:strong-log-transformer", "target": "npm:minimist", "type": "static" }, { "source": "npm:strong-log-transformer", "target": "npm:through", "type": "static" } ], "npm:strtok3": [ { "source": "npm:strtok3", "target": "npm:@tokenizer/token", "type": "static" }, { "source": "npm:strtok3", "target": "npm:peek-readable", "type": "static" } ], "npm:style-loader": [ { "source": "npm:style-loader", "target": "npm:webpack", "type": "static" } ], "npm:style-to-object": [ { "source": "npm:style-to-object", "target": "npm:inline-style-parser", "type": "static" } ], "npm:styled-jsx": [ { "source": "npm:styled-jsx", "target": "npm:react", "type": "static" }, { "source": "npm:styled-jsx", "target": "npm:client-only", "type": "static" } ], "npm:stylehacks": [ { "source": "npm:stylehacks", "target": "npm:postcss", "type": "static" }, { "source": "npm:stylehacks", "target": "npm:browserslist", "type": "static" }, { "source": "npm:stylehacks", "target": "npm:postcss-selector-parser", "type": "static" } ], "npm:stylus": [ { "source": "npm:stylus", "target": "npm:@adobe/css-tools", "type": "static" }, { "source": "npm:stylus", "target": "npm:debug", "type": "static" }, { "source": "npm:stylus", "target": "npm:glob", "type": "static" }, { "source": "npm:stylus", "target": "npm:sax@1.2.4", "type": "static" }, { "source": "npm:stylus", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:stylus-loader": [ { "source": "npm:stylus-loader", "target": "npm:stylus", "type": "static" }, { "source": "npm:stylus-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:stylus-loader", "target": "npm:fast-glob@3.3.2", "type": "static" }, { "source": "npm:stylus-loader", "target": "npm:normalize-path", "type": "static" } ], "npm:sucrase": [ { "source": "npm:sucrase", "target": "npm:@jridgewell/gen-mapping", "type": "static" }, { "source": "npm:sucrase", "target": "npm:commander@4.1.1", "type": "static" }, { "source": "npm:sucrase", "target": "npm:glob@10.4.5", "type": "static" }, { "source": "npm:sucrase", "target": "npm:lines-and-columns@1.2.4", "type": "static" }, { "source": "npm:sucrase", "target": "npm:mz", "type": "static" }, { "source": "npm:sucrase", "target": "npm:pirates", "type": "static" }, { "source": "npm:sucrase", "target": "npm:ts-interface-checker", "type": "static" } ], "npm:supports-color": [ { "source": "npm:supports-color", "target": "npm:has-flag", "type": "static" } ], "npm:svgo": [ { "source": "npm:svgo", "target": "npm:@trysound/sax", "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", "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" } ], "npm:swr": [ { "source": "npm:swr", "target": "npm:react", "type": "static" }, { "source": "npm:swr", "target": "npm:client-only", "type": "static" }, { "source": "npm:swr", "target": "npm:use-sync-external-store", "type": "static" } ], "npm:tailwind-scrollbar": [ { "source": "npm:tailwind-scrollbar", "target": "npm:tailwindcss", "type": "static" } ], "npm:tailwindcss": [ { "source": "npm:tailwindcss", "target": "npm:@alloc/quick-lru", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:arg", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:chokidar", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:didyoumean", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:dlv", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:fast-glob@3.3.2", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:glob-parent", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:is-glob", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:jiti", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:lilconfig@2.1.0", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:micromatch", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:normalize-path", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:object-hash", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:picocolors", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:postcss", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:postcss-import@15.1.0", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:postcss-js", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:postcss-load-config", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:postcss-nested", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:postcss-selector-parser", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:resolve", "type": "static" }, { "source": "npm:tailwindcss", "target": "npm:sucrase", "type": "static" } ], "npm:postcss-import@15.1.0": [ { "source": "npm:postcss-import@15.1.0", "target": "npm:postcss", "type": "static" }, { "source": "npm:postcss-import@15.1.0", "target": "npm:postcss-value-parser", "type": "static" }, { "source": "npm:postcss-import@15.1.0", "target": "npm:read-cache", "type": "static" }, { "source": "npm:postcss-import@15.1.0", "target": "npm:resolve", "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@1.0.4", "type": "static" }, { "source": "npm:tar", "target": "npm:yallist@4.0.0", "type": "static" } ], "npm:tar-fs": [ { "source": "npm:tar-fs", "target": "npm:pump", "type": "static" }, { "source": "npm:tar-fs", "target": "npm:tar-stream@3.1.7", "type": "static" }, { "source": "npm:tar-fs", "target": "npm:bare-fs", "type": "static" }, { "source": "npm:tar-fs", "target": "npm:bare-path", "type": "static" } ], "npm:tar-stream@3.1.7": [ { "source": "npm:tar-stream@3.1.7", "target": "npm:b4a", "type": "static" }, { "source": "npm:tar-stream@3.1.7", "target": "npm:fast-fifo", "type": "static" }, { "source": "npm:tar-stream@3.1.7", "target": "npm:streamx", "type": "static" } ], "npm:tar-stream": [ { "source": "npm:tar-stream", "target": "npm:bl@4.1.0", "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: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:terser-webpack-plugin": [ { "source": "npm:terser-webpack-plugin", "target": "npm:webpack", "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@3.3.0", "type": "static" }, { "source": "npm:terser-webpack-plugin", "target": "npm:serialize-javascript", "type": "static" }, { "source": "npm:terser-webpack-plugin", "target": "npm:terser", "type": "static" } ], "npm:jest-worker@27.5.1": [ { "source": "npm:jest-worker@27.5.1", "target": "npm:@types/node", "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@8.1.1", "type": "static" } ], "npm:test-exclude": [ { "source": "npm:test-exclude", "target": "npm:@istanbuljs/schema", "type": "static" }, { "source": "npm:test-exclude", "target": "npm:glob", "type": "static" }, { "source": "npm:test-exclude", "target": "npm:minimatch@3.1.2", "type": "static" } ], "npm:text-decoder": [ { "source": "npm:text-decoder", "target": "npm:b4a", "type": "static" } ], "npm:thenify": [ { "source": "npm:thenify", "target": "npm:any-promise", "type": "static" } ], "npm:thenify-all": [ { "source": "npm:thenify-all", "target": "npm:thenify", "type": "static" } ], "npm:thingies": [ { "source": "npm:thingies", "target": "npm:tslib", "type": "static" } ], "npm:thread-stream": [ { "source": "npm:thread-stream", "target": "npm:real-require", "type": "static" } ], "npm:to-regex-range": [ { "source": "npm:to-regex-range", "target": "npm:is-number", "type": "static" } ], "npm:token-types": [ { "source": "npm:token-types", "target": "npm:@tokenizer/token", "type": "static" }, { "source": "npm:token-types", "target": "npm:ieee754", "type": "static" } ], "npm:tough-cookie": [ { "source": "npm:tough-cookie", "target": "npm:psl", "type": "static" }, { "source": "npm:tough-cookie", "target": "npm:punycode", "type": "static" }, { "source": "npm:tough-cookie", "target": "npm:universalify@0.2.0", "type": "static" }, { "source": "npm:tough-cookie", "target": "npm:url-parse", "type": "static" } ], "npm:tr46": [ { "source": "npm:tr46", "target": "npm:punycode", "type": "static" } ], "npm:tree-dump": [ { "source": "npm:tree-dump", "target": "npm:tslib", "type": "static" } ], "npm:trim-repeated": [ { "source": "npm:trim-repeated", "target": "npm:escape-string-regexp@5.0.0", "type": "static" } ], "npm:ts-api-utils": [ { "source": "npm:ts-api-utils", "target": "npm:typescript", "type": "static" } ], "npm:ts-jest": [ { "source": "npm:ts-jest", "target": "npm:@babel/core", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:@jest/transform", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:@jest/types", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:babel-jest", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:jest", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:typescript", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:bs-logger", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:ejs", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:fast-json-stable-stringify", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:jest-util", "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@7.6.3", "type": "static" }, { "source": "npm:ts-jest", "target": "npm:yargs-parser", "type": "static" } ], "npm:ts-loader": [ { "source": "npm:ts-loader", "target": "npm:typescript", "type": "static" }, { "source": "npm:ts-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:ts-loader", "target": "npm:chalk@4.1.2", "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@7.6.3", "type": "static" }, { "source": "npm:ts-loader", "target": "npm:source-map@0.7.4", "type": "static" } ], "npm:ts-node": [ { "source": "npm:ts-node", "target": "npm:@swc/core", "type": "static" }, { "source": "npm:ts-node", "target": "npm:@types/node", "type": "static" }, { "source": "npm:ts-node", "target": "npm:typescript", "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@4.1.3", "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": [ { "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@3.0.0", "type": "static" } ], "npm:tsconfig-paths-webpack-plugin": [ { "source": "npm:tsconfig-paths-webpack-plugin", "target": "npm:chalk@4.1.2", "type": "static" }, { "source": "npm:tsconfig-paths-webpack-plugin", "target": "npm:enhanced-resolve", "type": "static" }, { "source": "npm:tsconfig-paths-webpack-plugin", "target": "npm:tsconfig-paths", "type": "static" } ], "npm:type-check": [ { "source": "npm:type-check", "target": "npm:prelude-ls", "type": "static" } ], "npm:type-graphql": [ { "source": "npm:type-graphql", "target": "npm:class-validator", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:graphql", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:graphql-scalars", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:@graphql-yoga/subscription", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:@types/node", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:@types/semver", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:graphql-query-complexity", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:semver@7.6.3", "type": "static" }, { "source": "npm:type-graphql", "target": "npm:tslib", "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:typed-array-buffer": [ { "source": "npm:typed-array-buffer", "target": "npm:call-bind", "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" } ], "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:has-proto", "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" } ], "npm:uid": [ { "source": "npm:uid", "target": "npm:@lukeed/csprng", "type": "static" } ], "npm:unbox-primitive": [ { "source": "npm:unbox-primitive", "target": "npm:call-bind", "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:unbzip2-stream": [ { "source": "npm:unbzip2-stream", "target": "npm:buffer@5.7.1", "type": "static" }, { "source": "npm:unbzip2-stream", "target": "npm:through", "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:unified": [ { "source": "npm:unified", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unified", "target": "npm:bail", "type": "static" }, { "source": "npm:unified", "target": "npm:extend", "type": "static" }, { "source": "npm:unified", "target": "npm:is-buffer@2.0.5", "type": "static" }, { "source": "npm:unified", "target": "npm:is-plain-obj@4.1.0", "type": "static" }, { "source": "npm:unified", "target": "npm:trough", "type": "static" }, { "source": "npm:unified", "target": "npm:vfile", "type": "static" } ], "npm:union": [ { "source": "npm:union", "target": "npm:qs", "type": "static" } ], "npm:unist-builder": [ { "source": "npm:unist-builder", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:unist-util-filter": [ { "source": "npm:unist-util-filter", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:unist-util-filter", "target": "npm:unist-util-is@6.0.0", "type": "static" }, { "source": "npm:unist-util-filter", "target": "npm:unist-util-visit-parents@6.0.1", "type": "static" } ], "npm:unist-util-find-after": [ { "source": "npm:unist-util-find-after", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:unist-util-find-after", "target": "npm:unist-util-is@6.0.0", "type": "static" } ], "npm:unist-util-is": [ { "source": "npm:unist-util-is", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:unist-util-map": [ { "source": "npm:unist-util-map", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:unist-util-modify-children": [ { "source": "npm:unist-util-modify-children", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unist-util-modify-children", "target": "npm:array-iterate", "type": "static" } ], "npm:unist-util-position": [ { "source": "npm:unist-util-position", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:unist-util-position-from-estree": [ { "source": "npm:unist-util-position-from-estree", "target": "npm:@types/unist", "type": "static" } ], "npm:unist-util-remove": [ { "source": "npm:unist-util-remove", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unist-util-remove", "target": "npm:unist-util-is", "type": "static" }, { "source": "npm:unist-util-remove", "target": "npm:unist-util-visit-parents", "type": "static" } ], "npm:unist-util-remove-position": [ { "source": "npm:unist-util-remove-position", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unist-util-remove-position", "target": "npm:unist-util-visit", "type": "static" } ], "npm:unist-util-stringify-position": [ { "source": "npm:unist-util-stringify-position", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:unist-util-visit": [ { "source": "npm:unist-util-visit", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unist-util-visit", "target": "npm:unist-util-is", "type": "static" }, { "source": "npm:unist-util-visit", "target": "npm:unist-util-visit-parents", "type": "static" } ], "npm:unist-util-visit-children": [ { "source": "npm:unist-util-visit-children", "target": "npm:@types/unist@2.0.11", "type": "static" } ], "npm:unist-util-visit-parents": [ { "source": "npm:unist-util-visit-parents", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:unist-util-visit-parents", "target": "npm:unist-util-is", "type": "static" } ], "npm:unload": [ { "source": "npm:unload", "target": "npm:@babel/runtime", "type": "static" }, { "source": "npm:unload", "target": "npm:detect-node", "type": "static" } ], "npm:update-browserslist-db": [ { "source": "npm:update-browserslist-db", "target": "npm:browserslist", "type": "static" }, { "source": "npm:update-browserslist-db", "target": "npm:escalade", "type": "static" }, { "source": "npm:update-browserslist-db", "target": "npm:picocolors", "type": "static" } ], "npm:upper-case": [ { "source": "npm:upper-case", "target": "npm:tslib", "type": "static" } ], "npm:upper-case-first": [ { "source": "npm:upper-case-first", "target": "npm:tslib", "type": "static" } ], "npm:uri-js": [ { "source": "npm:uri-js", "target": "npm:punycode", "type": "static" } ], "npm:url": [ { "source": "npm:url", "target": "npm:punycode@1.4.1", "type": "static" }, { "source": "npm:url", "target": "npm:qs@6.13.0", "type": "static" } ], "npm:url-loader": [ { "source": "npm:url-loader", "target": "npm:file-loader", "type": "static" }, { "source": "npm:url-loader", "target": "npm:webpack", "type": "static" }, { "source": "npm:url-loader", "target": "npm:loader-utils", "type": "static" }, { "source": "npm:url-loader", "target": "npm:mime-types", "type": "static" }, { "source": "npm:url-loader", "target": "npm:schema-utils@3.3.0", "type": "static" } ], "npm:url-parse": [ { "source": "npm:url-parse", "target": "npm:querystringify", "type": "static" }, { "source": "npm:url-parse", "target": "npm:requires-port", "type": "static" } ], "npm:urql": [ { "source": "npm:urql", "target": "npm:@urql/core", "type": "static" }, { "source": "npm:urql", "target": "npm:react", "type": "static" }, { "source": "npm:urql", "target": "npm:wonka", "type": "static" } ], "npm:use-callback-ref": [ { "source": "npm:use-callback-ref", "target": "npm:@types/react", "type": "static" }, { "source": "npm:use-callback-ref", "target": "npm:react", "type": "static" }, { "source": "npm:use-callback-ref", "target": "npm:tslib", "type": "static" } ], "npm:use-composed-ref": [ { "source": "npm:use-composed-ref", "target": "npm:react", "type": "static" } ], "npm:use-debounce": [ { "source": "npm:use-debounce", "target": "npm:react", "type": "static" } ], "npm:use-deep-compare": [ { "source": "npm:use-deep-compare", "target": "npm:react", "type": "static" }, { "source": "npm:use-deep-compare", "target": "npm:dequal", "type": "static" } ], "npm:use-image": [ { "source": "npm:use-image", "target": "npm:react", "type": "static" }, { "source": "npm:use-image", "target": "npm:react-dom", "type": "static" } ], "npm:use-isomorphic-layout-effect": [ { "source": "npm:use-isomorphic-layout-effect", "target": "npm:react", "type": "static" } ], "npm:use-latest": [ { "source": "npm:use-latest", "target": "npm:react", "type": "static" }, { "source": "npm:use-latest", "target": "npm:use-isomorphic-layout-effect", "type": "static" } ], "npm:use-resize-observer": [ { "source": "npm:use-resize-observer", "target": "npm:react", "type": "static" }, { "source": "npm:use-resize-observer", "target": "npm:react-dom", "type": "static" }, { "source": "npm:use-resize-observer", "target": "npm:@juggle/resize-observer", "type": "static" } ], "npm:use-sidecar": [ { "source": "npm:use-sidecar", "target": "npm:@types/react", "type": "static" }, { "source": "npm:use-sidecar", "target": "npm:react", "type": "static" }, { "source": "npm:use-sidecar", "target": "npm:detect-node-es", "type": "static" }, { "source": "npm:use-sidecar", "target": "npm:tslib", "type": "static" } ], "npm:use-sync-external-store": [ { "source": "npm:use-sync-external-store", "target": "npm:react", "type": "static" } ], "npm:utf-8-validate": [ { "source": "npm:utf-8-validate", "target": "npm:node-gyp-build", "type": "static" } ], "npm:uvu": [ { "source": "npm:uvu", "target": "npm:dequal", "type": "static" }, { "source": "npm:uvu", "target": "npm:diff@5.2.0", "type": "static" }, { "source": "npm:uvu", "target": "npm:kleur@4.1.5", "type": "static" }, { "source": "npm:uvu", "target": "npm:sade", "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:vfile": [ { "source": "npm:vfile", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:vfile", "target": "npm:is-buffer@2.0.5", "type": "static" }, { "source": "npm:vfile", "target": "npm:unist-util-stringify-position", "type": "static" }, { "source": "npm:vfile", "target": "npm:vfile-message@3.1.4", "type": "static" } ], "npm:vfile-location": [ { "source": "npm:vfile-location", "target": "npm:@types/unist@2.0.11", "type": "static" }, { "source": "npm:vfile-location", "target": "npm:vfile", "type": "static" } ], "npm:vfile-matter": [ { "source": "npm:vfile-matter", "target": "npm:@types/js-yaml", "type": "static" }, { "source": "npm:vfile-matter", "target": "npm:is-buffer@2.0.5", "type": "static" }, { "source": "npm:vfile-matter", "target": "npm:js-yaml@4.1.0", "type": "static" } ], "npm:vfile-message": [ { "source": "npm:vfile-message", "target": "npm:@types/unist", "type": "static" }, { "source": "npm:vfile-message", "target": "npm:unist-util-stringify-position@4.0.0", "type": "static" } ], "npm:vite": [ { "source": "npm:vite", "target": "npm:@types/node", "type": "static" }, { "source": "npm:vite", "target": "npm:less", "type": "static" }, { "source": "npm:vite", "target": "npm:sass", "type": "static" }, { "source": "npm:vite", "target": "npm:stylus", "type": "static" }, { "source": "npm:vite", "target": "npm:terser", "type": "static" }, { "source": "npm:vite", "target": "npm:esbuild", "type": "static" }, { "source": "npm:vite", "target": "npm:postcss@8.4.45", "type": "static" }, { "source": "npm:vite", "target": "npm:rollup", "type": "static" }, { "source": "npm:vite", "target": "npm:fsevents", "type": "static" } ], "npm:vite-node": [ { "source": "npm:vite-node", "target": "npm:cac", "type": "static" }, { "source": "npm:vite-node", "target": "npm:debug", "type": "static" }, { "source": "npm:vite-node", "target": "npm:pathe", "type": "static" }, { "source": "npm:vite-node", "target": "npm:picocolors", "type": "static" }, { "source": "npm:vite-node", "target": "npm:vite", "type": "static" } ], "npm:postcss@8.4.45": [ { "source": "npm:postcss@8.4.45", "target": "npm:nanoid@3.3.7", "type": "static" }, { "source": "npm:postcss@8.4.45", "target": "npm:picocolors", "type": "static" }, { "source": "npm:postcss@8.4.45", "target": "npm:source-map-js", "type": "static" } ], "npm:vitest": [ { "source": "npm:vitest", "target": "npm:@types/node", "type": "static" }, { "source": "npm:vitest", "target": "npm:@vitest/ui", "type": "static" }, { "source": "npm:vitest", "target": "npm:jsdom", "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-walk", "type": "static" }, { "source": "npm:vitest", "target": "npm:chai", "type": "static" }, { "source": "npm:vitest", "target": "npm:debug", "type": "static" }, { "source": "npm:vitest", "target": "npm:execa@8.0.1", "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: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:npm-run-path@5.3.0": [ { "source": "npm:npm-run-path@5.3.0", "target": "npm:path-key@4.0.0", "type": "static" } ], "npm:onetime@6.0.0": [ { "source": "npm:onetime@6.0.0", "target": "npm:mimic-fn@4.0.0", "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:warning": [ { "source": "npm:warning", "target": "npm:loose-envify", "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": [ { "source": "npm:webpack", "target": "npm:@types/estree", "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-attributes", "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@5.1.1", "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:json-parse-even-better-errors", "type": "static" }, { "source": "npm:webpack", "target": "npm:loader-runner", "type": "static" }, { "source": "npm:webpack", "target": "npm:mime-types", "type": "static" }, { "source": "npm:webpack", "target": "npm:neo-async", "type": "static" }, { "source": "npm:webpack", "target": "npm:schema-utils@3.3.0", "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:webpack-dev-middleware": [ { "source": "npm:webpack-dev-middleware", "target": "npm:webpack", "type": "static" }, { "source": "npm:webpack-dev-middleware", "target": "npm:colorette", "type": "static" }, { "source": "npm:webpack-dev-middleware", "target": "npm:memfs@4.11.1", "type": "static" }, { "source": "npm:webpack-dev-middleware", "target": "npm:mime-types", "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:memfs@4.11.1": [ { "source": "npm:memfs@4.11.1", "target": "npm:@jsonjoy.com/json-pack", "type": "static" }, { "source": "npm:memfs@4.11.1", "target": "npm:@jsonjoy.com/util", "type": "static" }, { "source": "npm:memfs@4.11.1", "target": "npm:tree-dump", "type": "static" }, { "source": "npm:memfs@4.11.1", "target": "npm:tslib", "type": "static" } ], "npm:webpack-dev-server": [ { "source": "npm:webpack-dev-server", "target": "npm:webpack", "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/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:html-entities", "type": "static" }, { "source": "npm:webpack-dev-server", "target": "npm:http-proxy-middleware@2.0.6", "type": "static" }, { "source": "npm:webpack-dev-server", "target": "npm:ipaddr.js@2.2.0", "type": "static" }, { "source": "npm:webpack-dev-server", "target": "npm:launch-editor", "type": "static" }, { "source": "npm:webpack-dev-server", "target": "npm:open@10.1.0", "type": "static" }, { "source": "npm:webpack-dev-server", "target": "npm:p-retry@6.2.0", "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@8.18.0", "type": "static" } ], "npm:http-proxy-middleware@2.0.6": [ { "source": "npm:http-proxy-middleware@2.0.6", "target": "npm:@types/express", "type": "static" }, { "source": "npm:http-proxy-middleware@2.0.6", "target": "npm:@types/http-proxy", "type": "static" }, { "source": "npm:http-proxy-middleware@2.0.6", "target": "npm:http-proxy", "type": "static" }, { "source": "npm:http-proxy-middleware@2.0.6", "target": "npm:is-glob", "type": "static" }, { "source": "npm:http-proxy-middleware@2.0.6", "target": "npm:is-plain-obj@3.0.0", "type": "static" }, { "source": "npm:http-proxy-middleware@2.0.6", "target": "npm:micromatch", "type": "static" } ], "npm:is-wsl@3.1.0": [ { "source": "npm:is-wsl@3.1.0", "target": "npm:is-inside-container", "type": "static" } ], "npm:open@10.1.0": [ { "source": "npm:open@10.1.0", "target": "npm:default-browser", "type": "static" }, { "source": "npm:open@10.1.0", "target": "npm:define-lazy-prop@3.0.0", "type": "static" }, { "source": "npm:open@10.1.0", "target": "npm:is-inside-container", "type": "static" }, { "source": "npm:open@10.1.0", "target": "npm:is-wsl@3.1.0", "type": "static" } ], "npm:webpack-merge": [ { "source": "npm:webpack-merge", "target": "npm:clone-deep", "type": "static" }, { "source": "npm:webpack-merge", "target": "npm:flat", "type": "static" }, { "source": "npm:webpack-merge", "target": "npm:wildcard@2.0.1", "type": "static" } ], "npm:webpack-subresource-integrity": [ { "source": "npm:webpack-subresource-integrity", "target": "npm:webpack", "type": "static" }, { "source": "npm:webpack-subresource-integrity", "target": "npm:typed-assert", "type": "static" } ], "npm:eslint-scope@5.1.1": [ { "source": "npm:eslint-scope@5.1.1", "target": "npm:esrecurse", "type": "static" }, { "source": "npm:eslint-scope@5.1.1", "target": "npm:estraverse@4.3.0", "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@0.6.3", "type": "static" } ], "npm:whatwg-url": [ { "source": "npm:whatwg-url", "target": "npm:tr46", "type": "static" }, { "source": "npm:whatwg-url", "target": "npm:webidl-conversions", "type": "static" } ], "npm:which": [ { "source": "npm:which", "target": "npm:isexe", "type": "static" } ], "npm: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: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:for-each", "type": "static" }, { "source": "npm:which-typed-array", "target": "npm:gopd", "type": "static" }, { "source": "npm:which-typed-array", "target": "npm:has-tostringtag", "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:wide-align": [ { "source": "npm:wide-align", "target": "npm:string-width", "type": "static" } ], "npm:wrap-ansi": [ { "source": "npm:wrap-ansi", "target": "npm:ansi-styles@4.3.0", "type": "static" }, { "source": "npm:wrap-ansi", "target": "npm:string-width", "type": "static" }, { "source": "npm:wrap-ansi", "target": "npm:strip-ansi", "type": "static" } ], "npm:wrap-ansi-cjs": [ { "source": "npm:wrap-ansi-cjs", "target": "npm:ansi-styles@4.3.0", "type": "static" }, { "source": "npm:wrap-ansi-cjs", "target": "npm:string-width", "type": "static" }, { "source": "npm:wrap-ansi-cjs", "target": "npm:strip-ansi", "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", "type": "static" } ], "npm:ws": [ { "source": "npm:ws", "target": "npm:bufferutil", "type": "static" }, { "source": "npm:ws", "target": "npm:utf-8-validate", "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:buffer-crc32", "type": "static" }, { "source": "npm:yauzl", "target": "npm:fd-slicer", "type": "static" } ], "npm:yup": [ { "source": "npm:yup", "target": "npm:property-expr", "type": "static" }, { "source": "npm:yup", "target": "npm:tiny-case", "type": "static" }, { "source": "npm:yup", "target": "npm:toposort", "type": "static" }, { "source": "npm:yup", "target": "npm:type-fest@2.19.0", "type": "static" } ], "npm:zod-to-json-schema": [ { "source": "npm:zod-to-json-schema", "target": "npm:zod", "type": "static" } ] }, "version": "6.0" }