Files
toolkit/.nx/workspace-data/project-graph.json
T
2026-01-06 15:32:55 +00:00

22431 lines
610 KiB
JSON

{
"nodes": {
"@actions/http-client": {
"name": "@actions/http-client",
"type": "lib",
"data": {
"root": "packages/http-client",
"name": "@actions/http-client",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:http"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"build",
"format",
"format-check",
"tsc"
]
},
"description": "Actions Http Client",
"js": {
"packageName": "@actions/http-client",
"packageVersion": "3.0.0",
"packageMain": "lib/index.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"build": {
"executor": "nx:run-script",
"options": {
"script": "build"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run build"
},
"configurations": {},
"parallelism": true
},
"format": {
"executor": "nx:run-script",
"options": {
"script": "format"
},
"metadata": {
"scriptContent": "prettier --write **/*.ts",
"runCommand": "npm run format"
},
"configurations": {},
"parallelism": true
},
"format-check": {
"executor": "nx:run-script",
"options": {
"script": "format-check"
},
"metadata": {
"scriptContent": "prettier --check **/*.ts",
"runCommand": "npm run format-check"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/tool-cache": {
"name": "@actions/tool-cache",
"type": "lib",
"data": {
"root": "packages/tool-cache",
"name": "@actions/tool-cache",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:exec"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"tsc"
]
},
"description": "Actions tool-cache lib",
"js": {
"packageName": "@actions/tool-cache",
"packageVersion": "2.0.2",
"packageMain": "lib/tool-cache.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/artifact": {
"name": "@actions/artifact",
"type": "lib",
"data": {
"root": "packages/artifact",
"name": "@actions/artifact",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:artifact"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"bootstrap",
"tsc-run",
"tsc",
"gen:docs"
]
},
"description": "Actions artifact lib",
"js": {
"packageName": "@actions/artifact",
"packageVersion": "5.0.1",
"packageMain": "lib/artifact.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "cd ../../ && npm run test ./packages/artifact",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"bootstrap": {
"executor": "nx:run-script",
"options": {
"script": "bootstrap"
},
"metadata": {
"scriptContent": "cd ../../ && npm run bootstrap",
"runCommand": "npm run bootstrap"
},
"configurations": {},
"parallelism": true
},
"tsc-run": {
"executor": "nx:run-script",
"options": {
"script": "tsc-run"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc-run"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "npm run bootstrap && npm run tsc-run",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
},
"gen:docs": {
"executor": "nx:run-script",
"options": {
"script": "gen:docs"
},
"metadata": {
"scriptContent": "typedoc --plugin typedoc-plugin-markdown --out docs/generated src/artifact.ts --githubPages false --readme none",
"runCommand": "npm run gen:docs"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/attest": {
"name": "@actions/attest",
"type": "lib",
"data": {
"root": "packages/attest",
"name": "@actions/attest",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:attestation"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"test",
"tsc"
]
},
"description": "Actions attestation lib",
"js": {
"packageName": "@actions/attest",
"packageVersion": "2.1.0",
"packageMain": "lib/index.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/github": {
"name": "@actions/github",
"type": "lib",
"data": {
"root": "packages/github",
"name": "@actions/github",
"tags": [
"npm:public",
"npm:github",
"npm:actions"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"build",
"format",
"format-check",
"tsc"
]
},
"description": "Actions github lib",
"js": {
"packageName": "@actions/github",
"packageVersion": "6.0.1",
"packageMain": "lib/github.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "jest",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"build": {
"executor": "nx:run-script",
"options": {
"script": "build"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run build"
},
"configurations": {},
"parallelism": true
},
"format": {
"executor": "nx:run-script",
"options": {
"script": "format"
},
"metadata": {
"scriptContent": "prettier --write **/*.ts",
"runCommand": "npm run format"
},
"configurations": {},
"parallelism": true
},
"format-check": {
"executor": "nx:run-script",
"options": {
"script": "format-check"
},
"metadata": {
"scriptContent": "prettier --check **/*.ts",
"runCommand": "npm run format-check"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/cache": {
"name": "@actions/cache",
"type": "lib",
"data": {
"root": "packages/cache",
"name": "@actions/cache",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:cache"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"tsc"
]
},
"description": "Actions cache lib",
"js": {
"packageName": "@actions/cache",
"packageVersion": "5.0.1",
"packageMain": "lib/cache.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/core": {
"name": "@actions/core",
"type": "lib",
"data": {
"root": "packages/core",
"name": "@actions/core",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:core"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"tsc"
]
},
"description": "Actions core lib",
"js": {
"packageName": "@actions/core",
"packageVersion": "2.0.1",
"packageMain": "lib/core.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc -p tsconfig.json",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/exec": {
"name": "@actions/exec",
"type": "lib",
"data": {
"root": "packages/exec",
"name": "@actions/exec",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:exec"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"tsc"
]
},
"description": "Actions exec lib",
"js": {
"packageName": "@actions/exec",
"packageVersion": "2.0.0",
"packageMain": "lib/exec.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/glob": {
"name": "@actions/glob",
"type": "lib",
"data": {
"root": "packages/glob",
"name": "@actions/glob",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:glob"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"tsc"
]
},
"description": "Actions glob lib",
"js": {
"packageName": "@actions/glob",
"packageVersion": "0.5.0",
"packageMain": "lib/glob.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
},
"@actions/io": {
"name": "@actions/io",
"type": "lib",
"data": {
"root": "packages/io",
"name": "@actions/io",
"tags": [
"npm:public",
"npm:github",
"npm:actions",
"npm:io"
],
"metadata": {
"targetGroups": {
"NPM Scripts": [
"audit-moderate",
"test",
"tsc"
]
},
"description": "Actions io lib",
"js": {
"packageName": "@actions/io",
"packageVersion": "2.0.0",
"packageMain": "lib/io.js",
"isInPackageManagerWorkspaces": true
}
},
"targets": {
"audit-moderate": {
"executor": "nx:run-script",
"options": {
"script": "audit-moderate"
},
"metadata": {
"scriptContent": "npm install && npm audit --json --audit-level=moderate > audit.json",
"runCommand": "npm run audit-moderate"
},
"configurations": {},
"parallelism": true
},
"test": {
"executor": "nx:run-script",
"options": {
"script": "test"
},
"metadata": {
"scriptContent": "echo \"Error: run tests from root\" && exit 1",
"runCommand": "npm run test"
},
"configurations": {},
"parallelism": true
},
"tsc": {
"executor": "nx:run-script",
"options": {
"script": "tsc"
},
"metadata": {
"scriptContent": "tsc",
"runCommand": "npm run tsc"
},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
}
},
"externalNodes": {
"npm:@babel/code-frame": {
"type": "npm",
"name": "npm:@babel/code-frame",
"data": {
"version": "7.27.1",
"packageName": "@babel/code-frame",
"hash": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg=="
}
},
"npm:@babel/compat-data": {
"type": "npm",
"name": "npm:@babel/compat-data",
"data": {
"version": "7.28.4",
"packageName": "@babel/compat-data",
"hash": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw=="
}
},
"npm:@babel/core": {
"type": "npm",
"name": "npm:@babel/core",
"data": {
"version": "7.28.4",
"packageName": "@babel/core",
"hash": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA=="
}
},
"npm:@babel/generator": {
"type": "npm",
"name": "npm:@babel/generator",
"data": {
"version": "7.28.3",
"packageName": "@babel/generator",
"hash": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw=="
}
},
"npm:@babel/helper-compilation-targets": {
"type": "npm",
"name": "npm:@babel/helper-compilation-targets",
"data": {
"version": "7.27.2",
"packageName": "@babel/helper-compilation-targets",
"hash": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ=="
}
},
"npm:@babel/helper-globals": {
"type": "npm",
"name": "npm:@babel/helper-globals",
"data": {
"version": "7.28.0",
"packageName": "@babel/helper-globals",
"hash": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw=="
}
},
"npm:@babel/helper-module-imports": {
"type": "npm",
"name": "npm:@babel/helper-module-imports",
"data": {
"version": "7.27.1",
"packageName": "@babel/helper-module-imports",
"hash": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w=="
}
},
"npm:@babel/helper-module-transforms": {
"type": "npm",
"name": "npm:@babel/helper-module-transforms",
"data": {
"version": "7.28.3",
"packageName": "@babel/helper-module-transforms",
"hash": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw=="
}
},
"npm:@babel/helper-plugin-utils": {
"type": "npm",
"name": "npm:@babel/helper-plugin-utils",
"data": {
"version": "7.27.1",
"packageName": "@babel/helper-plugin-utils",
"hash": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw=="
}
},
"npm:@babel/helper-string-parser": {
"type": "npm",
"name": "npm:@babel/helper-string-parser",
"data": {
"version": "7.27.1",
"packageName": "@babel/helper-string-parser",
"hash": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
}
},
"npm:@babel/helper-validator-identifier": {
"type": "npm",
"name": "npm:@babel/helper-validator-identifier",
"data": {
"version": "7.27.1",
"packageName": "@babel/helper-validator-identifier",
"hash": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
}
},
"npm:@babel/helper-validator-option": {
"type": "npm",
"name": "npm:@babel/helper-validator-option",
"data": {
"version": "7.27.1",
"packageName": "@babel/helper-validator-option",
"hash": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg=="
}
},
"npm:@babel/helpers": {
"type": "npm",
"name": "npm:@babel/helpers",
"data": {
"version": "7.28.4",
"packageName": "@babel/helpers",
"hash": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w=="
}
},
"npm:@babel/parser": {
"type": "npm",
"name": "npm:@babel/parser",
"data": {
"version": "7.28.4",
"packageName": "@babel/parser",
"hash": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg=="
}
},
"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-import-attributes": {
"type": "npm",
"name": "npm:@babel/plugin-syntax-import-attributes",
"data": {
"version": "7.27.1",
"packageName": "@babel/plugin-syntax-import-attributes",
"hash": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww=="
}
},
"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.27.1",
"packageName": "@babel/plugin-syntax-jsx",
"hash": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w=="
}
},
"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.27.1",
"packageName": "@babel/plugin-syntax-typescript",
"hash": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ=="
}
},
"npm:@babel/runtime": {
"type": "npm",
"name": "npm:@babel/runtime",
"data": {
"version": "7.28.4",
"packageName": "@babel/runtime",
"hash": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ=="
}
},
"npm:@babel/template": {
"type": "npm",
"name": "npm:@babel/template",
"data": {
"version": "7.27.2",
"packageName": "@babel/template",
"hash": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw=="
}
},
"npm:@babel/traverse": {
"type": "npm",
"name": "npm:@babel/traverse",
"data": {
"version": "7.28.4",
"packageName": "@babel/traverse",
"hash": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ=="
}
},
"npm:@babel/types": {
"type": "npm",
"name": "npm:@babel/types",
"data": {
"version": "7.28.4",
"packageName": "@babel/types",
"hash": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q=="
}
},
"npm:@bcoe/v8-coverage": {
"type": "npm",
"name": "npm:@bcoe/v8-coverage",
"data": {
"version": "0.2.3",
"packageName": "@bcoe/v8-coverage",
"hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
}
},
"npm:@eslint-community/eslint-utils": {
"type": "npm",
"name": "npm:@eslint-community/eslint-utils",
"data": {
"version": "4.9.0",
"packageName": "@eslint-community/eslint-utils",
"hash": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g=="
}
},
"npm:@eslint-community/regexpp": {
"type": "npm",
"name": "npm:@eslint-community/regexpp",
"data": {
"version": "4.12.1",
"packageName": "@eslint-community/regexpp",
"hash": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ=="
}
},
"npm:@eslint/eslintrc": {
"type": "npm",
"name": "npm:@eslint/eslintrc",
"data": {
"version": "2.1.4",
"packageName": "@eslint/eslintrc",
"hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ=="
}
},
"npm:@eslint/js": {
"type": "npm",
"name": "npm:@eslint/js",
"data": {
"version": "8.57.1",
"packageName": "@eslint/js",
"hash": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q=="
}
},
"npm:@gar/promisify": {
"type": "npm",
"name": "npm:@gar/promisify",
"data": {
"version": "1.1.3",
"packageName": "@gar/promisify",
"hash": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="
}
},
"npm:@github/browserslist-config": {
"type": "npm",
"name": "npm:@github/browserslist-config",
"data": {
"version": "1.0.0",
"packageName": "@github/browserslist-config",
"hash": "sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw=="
}
},
"npm:@humanwhocodes/config-array": {
"type": "npm",
"name": "npm:@humanwhocodes/config-array",
"data": {
"version": "0.13.0",
"packageName": "@humanwhocodes/config-array",
"hash": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw=="
}
},
"npm:@humanwhocodes/module-importer": {
"type": "npm",
"name": "npm:@humanwhocodes/module-importer",
"data": {
"version": "1.0.1",
"packageName": "@humanwhocodes/module-importer",
"hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="
}
},
"npm:@humanwhocodes/object-schema": {
"type": "npm",
"name": "npm:@humanwhocodes/object-schema",
"data": {
"version": "2.0.3",
"packageName": "@humanwhocodes/object-schema",
"hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA=="
}
},
"npm:@hutson/parse-repository-url": {
"type": "npm",
"name": "npm:@hutson/parse-repository-url",
"data": {
"version": "3.0.2",
"packageName": "@hutson/parse-repository-url",
"hash": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q=="
}
},
"npm:@inquirer/external-editor": {
"type": "npm",
"name": "npm:@inquirer/external-editor",
"data": {
"version": "1.0.2",
"packageName": "@inquirer/external-editor",
"hash": "sha512-yy9cOoBnx58TlsPrIxauKIFQTiyH+0MK4e97y4sV9ERbI+zDxw7i2hxHLCIEGIE/8PPvDxGhgzIOTSOWcs6/MQ=="
}
},
"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.2.2": {
"type": "npm",
"name": "npm:ansi-regex@6.2.2",
"data": {
"version": "6.2.2",
"packageName": "ansi-regex",
"hash": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg=="
}
},
"npm:ansi-regex": {
"type": "npm",
"name": "npm:ansi-regex",
"data": {
"version": "5.0.1",
"packageName": "ansi-regex",
"hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
}
},
"npm:ansi-styles@6.2.3": {
"type": "npm",
"name": "npm:ansi-styles@6.2.3",
"data": {
"version": "6.2.3",
"packageName": "ansi-styles",
"hash": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg=="
}
},
"npm:ansi-styles@5.2.0": {
"type": "npm",
"name": "npm:ansi-styles@5.2.0",
"data": {
"version": "5.2.0",
"packageName": "ansi-styles",
"hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
}
},
"npm:ansi-styles": {
"type": "npm",
"name": "npm:ansi-styles",
"data": {
"version": "4.3.0",
"packageName": "ansi-styles",
"hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
}
},
"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.2": {
"type": "npm",
"name": "npm:strip-ansi@7.1.2",
"data": {
"version": "7.1.2",
"packageName": "strip-ansi",
"hash": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA=="
}
},
"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@7.0.0": {
"type": "npm",
"name": "npm:wrap-ansi@7.0.0",
"data": {
"version": "7.0.0",
"packageName": "wrap-ansi",
"hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="
}
},
"npm:wrap-ansi": {
"type": "npm",
"name": "npm:wrap-ansi",
"data": {
"version": "6.2.0",
"packageName": "wrap-ansi",
"hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA=="
}
},
"npm:@isaacs/string-locale-compare": {
"type": "npm",
"name": "npm:@isaacs/string-locale-compare",
"data": {
"version": "1.1.0",
"packageName": "@isaacs/string-locale-compare",
"hash": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ=="
}
},
"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:argparse@1.0.10": {
"type": "npm",
"name": "npm:argparse@1.0.10",
"data": {
"version": "1.0.10",
"packageName": "argparse",
"hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="
}
},
"npm:argparse": {
"type": "npm",
"name": "npm:argparse",
"data": {
"version": "2.0.1",
"packageName": "argparse",
"hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
}
},
"npm:find-up@4.1.0": {
"type": "npm",
"name": "npm:find-up@4.1.0",
"data": {
"version": "4.1.0",
"packageName": "find-up",
"hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="
}
},
"npm:find-up": {
"type": "npm",
"name": "npm:find-up",
"data": {
"version": "5.0.0",
"packageName": "find-up",
"hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="
}
},
"npm:find-up@2.1.0": {
"type": "npm",
"name": "npm:find-up@2.1.0",
"data": {
"version": "2.1.0",
"packageName": "find-up",
"hash": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ=="
}
},
"npm:js-yaml@3.14.2": {
"type": "npm",
"name": "npm:js-yaml@3.14.2",
"data": {
"version": "3.14.2",
"packageName": "js-yaml",
"hash": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg=="
}
},
"npm:js-yaml": {
"type": "npm",
"name": "npm:js-yaml",
"data": {
"version": "4.1.0",
"packageName": "js-yaml",
"hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA=="
}
},
"npm:locate-path@5.0.0": {
"type": "npm",
"name": "npm:locate-path@5.0.0",
"data": {
"version": "5.0.0",
"packageName": "locate-path",
"hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g=="
}
},
"npm:locate-path": {
"type": "npm",
"name": "npm:locate-path",
"data": {
"version": "6.0.0",
"packageName": "locate-path",
"hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="
}
},
"npm:locate-path@2.0.0": {
"type": "npm",
"name": "npm:locate-path@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "locate-path",
"hash": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA=="
}
},
"npm:p-limit@2.3.0": {
"type": "npm",
"name": "npm:p-limit@2.3.0",
"data": {
"version": "2.3.0",
"packageName": "p-limit",
"hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="
}
},
"npm:p-limit": {
"type": "npm",
"name": "npm:p-limit",
"data": {
"version": "3.1.0",
"packageName": "p-limit",
"hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="
}
},
"npm:p-limit@1.3.0": {
"type": "npm",
"name": "npm:p-limit@1.3.0",
"data": {
"version": "1.3.0",
"packageName": "p-limit",
"hash": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q=="
}
},
"npm:p-locate@4.1.0": {
"type": "npm",
"name": "npm:p-locate@4.1.0",
"data": {
"version": "4.1.0",
"packageName": "p-locate",
"hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A=="
}
},
"npm:p-locate": {
"type": "npm",
"name": "npm:p-locate",
"data": {
"version": "5.0.0",
"packageName": "p-locate",
"hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw=="
}
},
"npm:p-locate@2.0.0": {
"type": "npm",
"name": "npm:p-locate@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "p-locate",
"hash": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg=="
}
},
"npm:resolve-from@5.0.0": {
"type": "npm",
"name": "npm:resolve-from@5.0.0",
"data": {
"version": "5.0.0",
"packageName": "resolve-from",
"hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
}
},
"npm:resolve-from": {
"type": "npm",
"name": "npm:resolve-from",
"data": {
"version": "4.0.0",
"packageName": "resolve-from",
"hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
}
},
"npm:@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:@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.13",
"packageName": "@jridgewell/gen-mapping",
"hash": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA=="
}
},
"npm:@jridgewell/remapping": {
"type": "npm",
"name": "npm:@jridgewell/remapping",
"data": {
"version": "2.3.5",
"packageName": "@jridgewell/remapping",
"hash": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ=="
}
},
"npm:@jridgewell/resolve-uri": {
"type": "npm",
"name": "npm:@jridgewell/resolve-uri",
"data": {
"version": "3.1.2",
"packageName": "@jridgewell/resolve-uri",
"hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="
}
},
"npm:@jridgewell/sourcemap-codec": {
"type": "npm",
"name": "npm:@jridgewell/sourcemap-codec",
"data": {
"version": "1.5.5",
"packageName": "@jridgewell/sourcemap-codec",
"hash": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
}
},
"npm:@jridgewell/trace-mapping": {
"type": "npm",
"name": "npm:@jridgewell/trace-mapping",
"data": {
"version": "0.3.31",
"packageName": "@jridgewell/trace-mapping",
"hash": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw=="
}
},
"npm:@lerna/child-process": {
"type": "npm",
"name": "npm:@lerna/child-process",
"data": {
"version": "6.6.2",
"packageName": "@lerna/child-process",
"hash": "sha512-QyKIWEnKQFnYu2ey+SAAm1A5xjzJLJJj3bhIZd3QKyXKKjaJ0hlxam/OsWSltxTNbcyH1jRJjC6Cxv31usv0Ag=="
}
},
"npm:@lerna/create": {
"type": "npm",
"name": "npm:@lerna/create",
"data": {
"version": "6.6.2",
"packageName": "@lerna/create",
"hash": "sha512-xQ+1Y7D+9etvUlE+unhG/TwmM6XBzGIdFBaNoW8D8kyOa9M2Jf3vdEtAxVa7mhRz66CENfhL/+I/QkVaa7pwbQ=="
}
},
"npm:dedent@0.7.0": {
"type": "npm",
"name": "npm:dedent@0.7.0",
"data": {
"version": "0.7.0",
"packageName": "dedent",
"hash": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
}
},
"npm:dedent": {
"type": "npm",
"name": "npm:dedent",
"data": {
"version": "1.7.0",
"packageName": "dedent",
"hash": "sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ=="
}
},
"npm:@lerna/legacy-package-management": {
"type": "npm",
"name": "npm:@lerna/legacy-package-management",
"data": {
"version": "6.6.2",
"packageName": "@lerna/legacy-package-management",
"hash": "sha512-0hZxUPKnHwehUO2xC4ldtdX9bW0W1UosxebDIQlZL2STnZnA2IFmIk2lJVUyFW+cmTPQzV93jfS0i69T9Z+teg=="
}
},
"npm:chalk@4.1.0": {
"type": "npm",
"name": "npm:chalk@4.1.0",
"data": {
"version": "4.1.0",
"packageName": "chalk",
"hash": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A=="
}
},
"npm:chalk": {
"type": "npm",
"name": "npm:chalk",
"data": {
"version": "4.1.2",
"packageName": "chalk",
"hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
}
},
"npm:execa@5.0.0": {
"type": "npm",
"name": "npm:execa@5.0.0",
"data": {
"version": "5.0.0",
"packageName": "execa",
"hash": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ=="
}
},
"npm:execa": {
"type": "npm",
"name": "npm:execa",
"data": {
"version": "5.1.1",
"packageName": "execa",
"hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg=="
}
},
"npm:get-stream@6.0.0": {
"type": "npm",
"name": "npm:get-stream@6.0.0",
"data": {
"version": "6.0.0",
"packageName": "get-stream",
"hash": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg=="
}
},
"npm:get-stream": {
"type": "npm",
"name": "npm:get-stream",
"data": {
"version": "6.0.1",
"packageName": "get-stream",
"hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
}
},
"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:graceful-fs@4.2.10": {
"type": "npm",
"name": "npm:graceful-fs@4.2.10",
"data": {
"version": "4.2.10",
"packageName": "graceful-fs",
"hash": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
}
},
"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:inquirer@8.2.4": {
"type": "npm",
"name": "npm:inquirer@8.2.4",
"data": {
"version": "8.2.4",
"packageName": "inquirer",
"hash": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg=="
}
},
"npm:inquirer": {
"type": "npm",
"name": "npm:inquirer",
"data": {
"version": "8.2.7",
"packageName": "inquirer",
"hash": "sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA=="
}
},
"npm:is-stream@2.0.0": {
"type": "npm",
"name": "npm:is-stream@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "is-stream",
"hash": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw=="
}
},
"npm:is-stream": {
"type": "npm",
"name": "npm:is-stream",
"data": {
"version": "2.0.1",
"packageName": "is-stream",
"hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
}
},
"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: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": {
"type": "npm",
"name": "npm:lru-cache",
"data": {
"version": "5.1.1",
"packageName": "lru-cache",
"hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="
}
},
"npm:lru-cache@10.4.3": {
"type": "npm",
"name": "npm:lru-cache@10.4.3",
"data": {
"version": "10.4.3",
"packageName": "lru-cache",
"hash": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
}
},
"npm:make-dir@3.1.0": {
"type": "npm",
"name": "npm:make-dir@3.1.0",
"data": {
"version": "3.1.0",
"packageName": "make-dir",
"hash": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw=="
}
},
"npm:make-dir": {
"type": "npm",
"name": "npm:make-dir",
"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-fetch-happen@11.1.1": {
"type": "npm",
"name": "npm:make-fetch-happen@11.1.1",
"data": {
"version": "11.1.1",
"packageName": "make-fetch-happen",
"hash": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w=="
}
},
"npm:make-fetch-happen": {
"type": "npm",
"name": "npm:make-fetch-happen",
"data": {
"version": "10.2.1",
"packageName": "make-fetch-happen",
"hash": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w=="
}
},
"npm:minipass@5.0.0": {
"type": "npm",
"name": "npm:minipass@5.0.0",
"data": {
"version": "5.0.0",
"packageName": "minipass",
"hash": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ=="
}
},
"npm:minipass": {
"type": "npm",
"name": "npm:minipass",
"data": {
"version": "7.1.2",
"packageName": "minipass",
"hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
}
},
"npm:minipass@4.2.8": {
"type": "npm",
"name": "npm:minipass@4.2.8",
"data": {
"version": "4.2.8",
"packageName": "minipass",
"hash": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ=="
}
},
"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:ssri@10.0.6": {
"type": "npm",
"name": "npm:ssri@10.0.6",
"data": {
"version": "10.0.6",
"packageName": "ssri",
"hash": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ=="
}
},
"npm:ssri": {
"type": "npm",
"name": "npm:ssri",
"data": {
"version": "9.0.1",
"packageName": "ssri",
"hash": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q=="
}
},
"npm:minimatch@3.0.5": {
"type": "npm",
"name": "npm:minimatch@3.0.5",
"data": {
"version": "3.0.5",
"packageName": "minimatch",
"hash": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw=="
}
},
"npm:minimatch@6.2.0": {
"type": "npm",
"name": "npm:minimatch@6.2.0",
"data": {
"version": "6.2.0",
"packageName": "minimatch",
"hash": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg=="
}
},
"npm:minimatch@9.0.5": {
"type": "npm",
"name": "npm:minimatch@9.0.5",
"data": {
"version": "9.0.5",
"packageName": "minimatch",
"hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="
}
},
"npm:minimatch@5.1.6": {
"type": "npm",
"name": "npm:minimatch@5.1.6",
"data": {
"version": "5.1.6",
"packageName": "minimatch",
"hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g=="
}
},
"npm:minimatch@8.0.4": {
"type": "npm",
"name": "npm:minimatch@8.0.4",
"data": {
"version": "8.0.4",
"packageName": "minimatch",
"hash": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA=="
}
},
"npm:minimatch": {
"type": "npm",
"name": "npm:minimatch",
"data": {
"version": "3.1.2",
"packageName": "minimatch",
"hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw=="
}
},
"npm:minipass-fetch@3.0.5": {
"type": "npm",
"name": "npm:minipass-fetch@3.0.5",
"data": {
"version": "3.0.5",
"packageName": "minipass-fetch",
"hash": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg=="
}
},
"npm:minipass-fetch": {
"type": "npm",
"name": "npm:minipass-fetch",
"data": {
"version": "2.1.2",
"packageName": "minipass-fetch",
"hash": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA=="
}
},
"npm:npm-registry-fetch@14.0.3": {
"type": "npm",
"name": "npm:npm-registry-fetch@14.0.3",
"data": {
"version": "14.0.3",
"packageName": "npm-registry-fetch",
"hash": "sha512-YaeRbVNpnWvsGOjX2wk5s85XJ7l1qQBGAp724h8e2CZFFhMSuw9enom7K1mWVUtvXO1uUSFIAPofQK0pPN0ZcA=="
}
},
"npm:npm-registry-fetch@13.3.1": {
"type": "npm",
"name": "npm:npm-registry-fetch@13.3.1",
"data": {
"version": "13.3.1",
"packageName": "npm-registry-fetch",
"hash": "sha512-eukJPi++DKRTjSBRcDZSDDsGqRK3ehbxfFUcgaRd0Yp6kRwOwh2WVn0r+8rMB4nnuzvAk6rQVzl6K5CkYOmnvw=="
}
},
"npm:npm-registry-fetch": {
"type": "npm",
"name": "npm:npm-registry-fetch",
"data": {
"version": "14.0.5",
"packageName": "npm-registry-fetch",
"hash": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA=="
}
},
"npm:npm-package-arg@10.1.0": {
"type": "npm",
"name": "npm:npm-package-arg@10.1.0",
"data": {
"version": "10.1.0",
"packageName": "npm-package-arg",
"hash": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA=="
}
},
"npm:npm-package-arg@9.1.2": {
"type": "npm",
"name": "npm:npm-package-arg@9.1.2",
"data": {
"version": "9.1.2",
"packageName": "npm-package-arg",
"hash": "sha512-pzd9rLEx4TfNJkovvlBSLGhq31gGu2QDexFPWT19yCDh0JgnRhlBLNo5759N0AJmBk+kQ9Y/hXoLnlgFD+ukmg=="
}
},
"npm:npm-package-arg": {
"type": "npm",
"name": "npm:npm-package-arg",
"data": {
"version": "8.1.1",
"packageName": "npm-package-arg",
"hash": "sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg=="
}
},
"npm:pretty-format@29.4.3": {
"type": "npm",
"name": "npm:pretty-format@29.4.3",
"data": {
"version": "29.4.3",
"packageName": "pretty-format",
"hash": "sha512-cvpcHTc42lcsvOOAzd3XuNWTcvk1Jmnzqeu+WsOuiPmxUJTnkbAcFNsRKvEpBEUFVUgy/GTZLulZDcDEi+CIlA=="
}
},
"npm:pretty-format": {
"type": "npm",
"name": "npm:pretty-format",
"data": {
"version": "29.7.0",
"packageName": "pretty-format",
"hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ=="
}
},
"npm:rxjs@7.8.2": {
"type": "npm",
"name": "npm:rxjs@7.8.2",
"data": {
"version": "7.8.2",
"packageName": "rxjs",
"hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA=="
}
},
"npm:rxjs": {
"type": "npm",
"name": "npm:rxjs",
"data": {
"version": "6.6.7",
"packageName": "rxjs",
"hash": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ=="
}
},
"npm:supports-color@7.2.0": {
"type": "npm",
"name": "npm:supports-color@7.2.0",
"data": {
"version": "7.2.0",
"packageName": "supports-color",
"hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="
}
},
"npm:supports-color": {
"type": "npm",
"name": "npm:supports-color",
"data": {
"version": "8.1.1",
"packageName": "supports-color",
"hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="
}
},
"npm:validate-npm-package-name@5.0.1": {
"type": "npm",
"name": "npm:validate-npm-package-name@5.0.1",
"data": {
"version": "5.0.1",
"packageName": "validate-npm-package-name",
"hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ=="
}
},
"npm:validate-npm-package-name@3.0.0": {
"type": "npm",
"name": "npm:validate-npm-package-name@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "validate-npm-package-name",
"hash": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw=="
}
},
"npm:validate-npm-package-name": {
"type": "npm",
"name": "npm:validate-npm-package-name",
"data": {
"version": "4.0.0",
"packageName": "validate-npm-package-name",
"hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q=="
}
},
"npm:write-file-atomic@4.0.1": {
"type": "npm",
"name": "npm:write-file-atomic@4.0.1",
"data": {
"version": "4.0.1",
"packageName": "write-file-atomic",
"hash": "sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ=="
}
},
"npm:write-file-atomic@5.0.1": {
"type": "npm",
"name": "npm:write-file-atomic@5.0.1",
"data": {
"version": "5.0.1",
"packageName": "write-file-atomic",
"hash": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw=="
}
},
"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:write-file-atomic@2.4.3": {
"type": "npm",
"name": "npm:write-file-atomic@2.4.3",
"data": {
"version": "2.4.3",
"packageName": "write-file-atomic",
"hash": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ=="
}
},
"npm:@nodelib/fs.scandir": {
"type": "npm",
"name": "npm:@nodelib/fs.scandir",
"data": {
"version": "2.1.5",
"packageName": "@nodelib/fs.scandir",
"hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="
}
},
"npm:@nodelib/fs.stat": {
"type": "npm",
"name": "npm:@nodelib/fs.stat",
"data": {
"version": "2.0.5",
"packageName": "@nodelib/fs.stat",
"hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
}
},
"npm:@nodelib/fs.walk": {
"type": "npm",
"name": "npm:@nodelib/fs.walk",
"data": {
"version": "1.2.8",
"packageName": "@nodelib/fs.walk",
"hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="
}
},
"npm:@npmcli/arborist": {
"type": "npm",
"name": "npm:@npmcli/arborist",
"data": {
"version": "6.2.3",
"packageName": "@npmcli/arborist",
"hash": "sha512-lpGOC2ilSJXcc2zfW9QtukcCTcMbl3fVI0z4wvFB2AFIl0C+Q6Wv7ccrpdrQa8rvJ1ZVuc6qkX7HVTyKlzGqKA=="
}
},
"npm:@npmcli/run-script@6.0.2": {
"type": "npm",
"name": "npm:@npmcli/run-script@6.0.2",
"data": {
"version": "6.0.2",
"packageName": "@npmcli/run-script",
"hash": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA=="
}
},
"npm:@npmcli/run-script": {
"type": "npm",
"name": "npm:@npmcli/run-script",
"data": {
"version": "4.1.7",
"packageName": "@npmcli/run-script",
"hash": "sha512-WXr/MyM4tpKA4BotB81NccGAv8B48lNH0gRoILucbcAhTQXLCoi6HflMV3KdXubIqvP9SuLsFn68Z7r4jl+ppw=="
}
},
"npm:are-we-there-yet@4.0.2": {
"type": "npm",
"name": "npm:are-we-there-yet@4.0.2",
"data": {
"version": "4.0.2",
"packageName": "are-we-there-yet",
"hash": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg=="
}
},
"npm:are-we-there-yet": {
"type": "npm",
"name": "npm:are-we-there-yet",
"data": {
"version": "3.0.1",
"packageName": "are-we-there-yet",
"hash": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg=="
}
},
"npm:gauge@5.0.2": {
"type": "npm",
"name": "npm:gauge@5.0.2",
"data": {
"version": "5.0.2",
"packageName": "gauge",
"hash": "sha512-pMaFftXPtiGIHCJHdcUUx9Rby/rFT/Kkt3fIIGCs+9PMDIljSyRiqraTlxNtBReJRDfUefpa263RQ3vnp5G/LQ=="
}
},
"npm:gauge": {
"type": "npm",
"name": "npm:gauge",
"data": {
"version": "4.0.4",
"packageName": "gauge",
"hash": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg=="
}
},
"npm:npmlog@7.0.1": {
"type": "npm",
"name": "npm:npmlog@7.0.1",
"data": {
"version": "7.0.1",
"packageName": "npmlog",
"hash": "sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg=="
}
},
"npm:npmlog": {
"type": "npm",
"name": "npm:npmlog",
"data": {
"version": "6.0.2",
"packageName": "npmlog",
"hash": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg=="
}
},
"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:which@3.0.1": {
"type": "npm",
"name": "npm:which@3.0.1",
"data": {
"version": "3.0.1",
"packageName": "which",
"hash": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg=="
}
},
"npm:which": {
"type": "npm",
"name": "npm:which",
"data": {
"version": "2.0.2",
"packageName": "which",
"hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="
}
},
"npm:@npmcli/fs": {
"type": "npm",
"name": "npm:@npmcli/fs",
"data": {
"version": "3.1.1",
"packageName": "@npmcli/fs",
"hash": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg=="
}
},
"npm:@npmcli/fs@2.1.2": {
"type": "npm",
"name": "npm:@npmcli/fs@2.1.2",
"data": {
"version": "2.1.2",
"packageName": "@npmcli/fs",
"hash": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ=="
}
},
"npm:@npmcli/git": {
"type": "npm",
"name": "npm:@npmcli/git",
"data": {
"version": "4.1.0",
"packageName": "@npmcli/git",
"hash": "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ=="
}
},
"npm:@npmcli/installed-package-contents": {
"type": "npm",
"name": "npm:@npmcli/installed-package-contents",
"data": {
"version": "2.1.0",
"packageName": "@npmcli/installed-package-contents",
"hash": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w=="
}
},
"npm:@npmcli/map-workspaces": {
"type": "npm",
"name": "npm:@npmcli/map-workspaces",
"data": {
"version": "3.0.6",
"packageName": "@npmcli/map-workspaces",
"hash": "sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA=="
}
},
"npm:glob@10.5.0": {
"type": "npm",
"name": "npm:glob@10.5.0",
"data": {
"version": "10.5.0",
"packageName": "glob",
"hash": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg=="
}
},
"npm:glob@7.1.4": {
"type": "npm",
"name": "npm:glob@7.1.4",
"data": {
"version": "7.1.4",
"packageName": "glob",
"hash": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A=="
}
},
"npm:glob": {
"type": "npm",
"name": "npm:glob",
"data": {
"version": "7.2.3",
"packageName": "glob",
"hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="
}
},
"npm:glob@9.3.5": {
"type": "npm",
"name": "npm:glob@9.3.5",
"data": {
"version": "9.3.5",
"packageName": "glob",
"hash": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q=="
}
},
"npm:glob@8.1.0": {
"type": "npm",
"name": "npm:glob@8.1.0",
"data": {
"version": "8.1.0",
"packageName": "glob",
"hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ=="
}
},
"npm:@npmcli/metavuln-calculator": {
"type": "npm",
"name": "npm:@npmcli/metavuln-calculator",
"data": {
"version": "5.0.1",
"packageName": "@npmcli/metavuln-calculator",
"hash": "sha512-qb8Q9wIIlEPj3WeA1Lba91R4ZboPL0uspzV0F9uwP+9AYMVB2zOoa7Pbk12g6D2NHAinSbHh6QYmGuRyHZ874Q=="
}
},
"npm:@npmcli/move-file": {
"type": "npm",
"name": "npm:@npmcli/move-file",
"data": {
"version": "2.0.1",
"packageName": "@npmcli/move-file",
"hash": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ=="
}
},
"npm:@npmcli/name-from-folder": {
"type": "npm",
"name": "npm:@npmcli/name-from-folder",
"data": {
"version": "2.0.0",
"packageName": "@npmcli/name-from-folder",
"hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg=="
}
},
"npm:@npmcli/node-gyp": {
"type": "npm",
"name": "npm:@npmcli/node-gyp",
"data": {
"version": "3.0.0",
"packageName": "@npmcli/node-gyp",
"hash": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA=="
}
},
"npm:@npmcli/node-gyp@2.0.0": {
"type": "npm",
"name": "npm:@npmcli/node-gyp@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "@npmcli/node-gyp",
"hash": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A=="
}
},
"npm:@npmcli/package-json": {
"type": "npm",
"name": "npm:@npmcli/package-json",
"data": {
"version": "3.1.1",
"packageName": "@npmcli/package-json",
"hash": "sha512-+UW0UWOYFKCkvszLoTwrYGrjNrT8tI5Ckeb/h+Z1y1fsNJEctl7HmerA5j2FgmoqFaLI2gsA1X9KgMFqx/bRmA=="
}
},
"npm:@npmcli/promise-spawn": {
"type": "npm",
"name": "npm:@npmcli/promise-spawn",
"data": {
"version": "6.0.2",
"packageName": "@npmcli/promise-spawn",
"hash": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg=="
}
},
"npm:@npmcli/promise-spawn@3.0.0": {
"type": "npm",
"name": "npm:@npmcli/promise-spawn@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "@npmcli/promise-spawn",
"hash": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g=="
}
},
"npm:@npmcli/query": {
"type": "npm",
"name": "npm:@npmcli/query",
"data": {
"version": "3.1.0",
"packageName": "@npmcli/query",
"hash": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ=="
}
},
"npm:json-parse-even-better-errors@2.3.1": {
"type": "npm",
"name": "npm:json-parse-even-better-errors@2.3.1",
"data": {
"version": "2.3.1",
"packageName": "json-parse-even-better-errors",
"hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
}
},
"npm:json-parse-even-better-errors": {
"type": "npm",
"name": "npm:json-parse-even-better-errors",
"data": {
"version": "3.0.2",
"packageName": "json-parse-even-better-errors",
"hash": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ=="
}
},
"npm:npm-normalize-package-bin@1.0.1": {
"type": "npm",
"name": "npm:npm-normalize-package-bin@1.0.1",
"data": {
"version": "1.0.1",
"packageName": "npm-normalize-package-bin",
"hash": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
}
},
"npm:npm-normalize-package-bin": {
"type": "npm",
"name": "npm:npm-normalize-package-bin",
"data": {
"version": "3.0.1",
"packageName": "npm-normalize-package-bin",
"hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ=="
}
},
"npm:read-package-json-fast@2.0.3": {
"type": "npm",
"name": "npm:read-package-json-fast@2.0.3",
"data": {
"version": "2.0.3",
"packageName": "read-package-json-fast",
"hash": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ=="
}
},
"npm:read-package-json-fast": {
"type": "npm",
"name": "npm:read-package-json-fast",
"data": {
"version": "3.0.2",
"packageName": "read-package-json-fast",
"hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw=="
}
},
"npm:@nrwl/cli": {
"type": "npm",
"name": "npm:@nrwl/cli",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/cli",
"hash": "sha512-1jtHBDuJzA57My5nLzYiM372mJW0NY6rFKxlWt5a0RLsAZdPTHsd8lE3Gs9XinGC1jhXbruWmhhnKyYtZvX/zA=="
}
},
"npm:@nrwl/tao@15.9.7": {
"type": "npm",
"name": "npm:@nrwl/tao@15.9.7",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/tao",
"hash": "sha512-OBnHNvQf3vBH0qh9YnvBQQWyyFZ+PWguF6dJ8+1vyQYlrLVk/XZ8nJ4ukWFb+QfPv/O8VBmqaofaOI9aFC4yTw=="
}
},
"npm:@nrwl/tao": {
"type": "npm",
"name": "npm:@nrwl/tao",
"data": {
"version": "16.6.0",
"packageName": "@nrwl/tao",
"hash": "sha512-NQkDhmzlR1wMuYzzpl4XrKTYgyIzELdJ+dVrNKf4+p4z5WwKGucgRBj60xMQ3kdV25IX95/fmMDB8qVp/pNQ0Q=="
}
},
"npm:fast-glob@3.2.7": {
"type": "npm",
"name": "npm:fast-glob@3.2.7",
"data": {
"version": "3.2.7",
"packageName": "fast-glob",
"hash": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q=="
}
},
"npm:fast-glob": {
"type": "npm",
"name": "npm:fast-glob",
"data": {
"version": "3.3.3",
"packageName": "fast-glob",
"hash": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg=="
}
},
"npm:fs-extra@11.3.2": {
"type": "npm",
"name": "npm:fs-extra@11.3.2",
"data": {
"version": "11.3.2",
"packageName": "fs-extra",
"hash": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A=="
}
},
"npm:fs-extra": {
"type": "npm",
"name": "npm:fs-extra",
"data": {
"version": "9.1.0",
"packageName": "fs-extra",
"hash": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ=="
}
},
"npm:nx@15.9.7": {
"type": "npm",
"name": "npm:nx@15.9.7",
"data": {
"version": "15.9.7",
"packageName": "nx",
"hash": "sha512-1qlEeDjX9OKZEryC8i4bA+twNg+lB5RKrozlNwWx/lLJHqWPUfvUTvxh+uxlPYL9KzVReQjUuxMLFMsHNqWUrA=="
}
},
"npm:nx": {
"type": "npm",
"name": "npm:nx",
"data": {
"version": "16.6.0",
"packageName": "nx",
"hash": "sha512-4UaS9nRakpZs45VOossA7hzSQY2dsr035EoPRGOc81yoMFW6Sqn1Rgq4hiLbHZOY8MnWNsLMkgolNMz1jC8YUQ=="
}
},
"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@4.2.0": {
"type": "npm",
"name": "npm:tsconfig-paths@4.2.0",
"data": {
"version": "4.2.0",
"packageName": "tsconfig-paths",
"hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg=="
}
},
"npm:tsconfig-paths": {
"type": "npm",
"name": "npm:tsconfig-paths",
"data": {
"version": "3.15.0",
"packageName": "tsconfig-paths",
"hash": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg=="
}
},
"npm:yargs@17.7.2": {
"type": "npm",
"name": "npm:yargs@17.7.2",
"data": {
"version": "17.7.2",
"packageName": "yargs",
"hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w=="
}
},
"npm:yargs": {
"type": "npm",
"name": "npm:yargs",
"data": {
"version": "16.2.0",
"packageName": "yargs",
"hash": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw=="
}
},
"npm:yargs-parser@21.1.1": {
"type": "npm",
"name": "npm:yargs-parser@21.1.1",
"data": {
"version": "21.1.1",
"packageName": "yargs-parser",
"hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="
}
},
"npm:yargs-parser": {
"type": "npm",
"name": "npm:yargs-parser",
"data": {
"version": "20.2.4",
"packageName": "yargs-parser",
"hash": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA=="
}
},
"npm:cliui@8.0.1": {
"type": "npm",
"name": "npm:cliui@8.0.1",
"data": {
"version": "8.0.1",
"packageName": "cliui",
"hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ=="
}
},
"npm:cliui": {
"type": "npm",
"name": "npm:cliui",
"data": {
"version": "7.0.4",
"packageName": "cliui",
"hash": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ=="
}
},
"npm:@nrwl/devkit": {
"type": "npm",
"name": "npm:@nrwl/devkit",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/devkit",
"hash": "sha512-Sb7Am2TMT8AVq8e+vxOlk3AtOA2M0qCmhBzoM1OJbdHaPKc0g0UgSnWRml1kPGg5qfPk72tWclLoZJ5/ut0vTg=="
}
},
"npm:@nrwl/nx-darwin-arm64": {
"type": "npm",
"name": "npm:@nrwl/nx-darwin-arm64",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-darwin-arm64",
"hash": "sha512-aBUgnhlkrgC0vu0fK6eb9Vob7eFnkuknrK+YzTjmLrrZwj7FGNAeyGXSlyo1dVokIzjVKjJg2saZZ0WQbfuCJw=="
}
},
"npm:@nrwl/nx-darwin-x64": {
"type": "npm",
"name": "npm:@nrwl/nx-darwin-x64",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-darwin-x64",
"hash": "sha512-L+elVa34jhGf1cmn38Z0sotQatmLovxoASCIw5r1CBZZeJ5Tg7Y9nOwjRiDixZxNN56hPKXm6xl9EKlVHVeKlg=="
}
},
"npm:@nrwl/nx-linux-arm-gnueabihf": {
"type": "npm",
"name": "npm:@nrwl/nx-linux-arm-gnueabihf",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-linux-arm-gnueabihf",
"hash": "sha512-pqmfqqEUGFu6PmmHKyXyUw1Al0Ki8PSaR0+ndgCAb1qrekVDGDfznJfaqxN0JSLeolPD6+PFtLyXNr9ZyPFlFg=="
}
},
"npm:@nrwl/nx-linux-arm64-gnu": {
"type": "npm",
"name": "npm:@nrwl/nx-linux-arm64-gnu",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-linux-arm64-gnu",
"hash": "sha512-NYOa/eRrqmM+In5g3M0rrPVIS9Z+q6fvwXJYf/KrjOHqqan/KL+2TOfroA30UhcBrwghZvib7O++7gZ2hzwOnA=="
}
},
"npm:@nrwl/nx-linux-arm64-musl": {
"type": "npm",
"name": "npm:@nrwl/nx-linux-arm64-musl",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-linux-arm64-musl",
"hash": "sha512-zyStqjEcmbvLbejdTOrLUSEdhnxNtdQXlmOuymznCzYUEGRv+4f7OAepD3yRoR0a/57SSORZmmGQB7XHZoYZJA=="
}
},
"npm:@nrwl/nx-linux-x64-gnu": {
"type": "npm",
"name": "npm:@nrwl/nx-linux-x64-gnu",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-linux-x64-gnu",
"hash": "sha512-saNK5i2A8pKO3Il+Ejk/KStTApUpWgCxjeUz9G+T8A+QHeDloZYH2c7pU/P3jA9QoNeKwjVO9wYQllPL9loeVg=="
}
},
"npm:@nrwl/nx-linux-x64-musl": {
"type": "npm",
"name": "npm:@nrwl/nx-linux-x64-musl",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-linux-x64-musl",
"hash": "sha512-extIUThYN94m4Vj4iZggt6hhMZWQSukBCo8pp91JHnDcryBg7SnYmnikwtY1ZAFyyRiNFBLCKNIDFGkKkSrZ9Q=="
}
},
"npm:@nrwl/nx-win32-arm64-msvc": {
"type": "npm",
"name": "npm:@nrwl/nx-win32-arm64-msvc",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-win32-arm64-msvc",
"hash": "sha512-GSQ54hJ5AAnKZb4KP4cmBnJ1oC4ILxnrG1mekxeM65c1RtWg9NpBwZ8E0gU3xNrTv8ZNsBeKi/9UhXBxhsIh8A=="
}
},
"npm:@nrwl/nx-win32-x64-msvc": {
"type": "npm",
"name": "npm:@nrwl/nx-win32-x64-msvc",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/nx-win32-x64-msvc",
"hash": "sha512-x6URof79RPd8AlapVbPefUD3ynJZpmah3tYaYZ9xZRMXojVtEHV8Qh5vysKXQ1rNYJiiB8Ah6evSKWLbAH60tw=="
}
},
"npm:@nx/nx-darwin-arm64": {
"type": "npm",
"name": "npm:@nx/nx-darwin-arm64",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-darwin-arm64",
"hash": "sha512-8nJuqcWG/Ob39rebgPLpv2h/V46b9Rqqm/AGH+bYV9fNJpxgMXclyincbMIWvfYN2tW+Vb9DusiTxV6RPrLapA=="
}
},
"npm:@nx/nx-darwin-x64": {
"type": "npm",
"name": "npm:@nx/nx-darwin-x64",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-darwin-x64",
"hash": "sha512-T4DV0/2PkPZjzjmsmQEyjPDNBEKc4Rhf7mbIZlsHXj27BPoeNjEcbjtXKuOZHZDIpGFYECGT/sAF6C2NVYgmxw=="
}
},
"npm:@nx/nx-freebsd-x64": {
"type": "npm",
"name": "npm:@nx/nx-freebsd-x64",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-freebsd-x64",
"hash": "sha512-Ck/yejYgp65dH9pbExKN/X0m22+xS3rWF1DBr2LkP6j1zJaweRc3dT83BWgt5mCjmcmZVk3J8N01AxULAzUAqA=="
}
},
"npm:@nx/nx-linux-arm-gnueabihf": {
"type": "npm",
"name": "npm:@nx/nx-linux-arm-gnueabihf",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-linux-arm-gnueabihf",
"hash": "sha512-eyk/R1mBQ3X0PCSS+Cck3onvr3wmZVmM/+x0x9Ai02Vm6q9Eq6oZ1YtZGQsklNIyw1vk2WV9rJCStfu9mLecEw=="
}
},
"npm:@nx/nx-linux-arm64-gnu": {
"type": "npm",
"name": "npm:@nx/nx-linux-arm64-gnu",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-linux-arm64-gnu",
"hash": "sha512-S0qFFdQFDmBIEZqBAJl4K47V3YuMvDvthbYE0enXrXApWgDApmhtxINXSOjSus7DNq9kMrgtSDGkBmoBot61iw=="
}
},
"npm:@nx/nx-linux-arm64-musl": {
"type": "npm",
"name": "npm:@nx/nx-linux-arm64-musl",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-linux-arm64-musl",
"hash": "sha512-TXWY5VYtg2wX/LWxyrUkDVpqCyJHF7fWoVMUSlFe+XQnk9wp/yIbq2s0k3h8I4biYb6AgtcVqbR4ID86lSNuMA=="
}
},
"npm:@nx/nx-linux-x64-gnu": {
"type": "npm",
"name": "npm:@nx/nx-linux-x64-gnu",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-linux-x64-gnu",
"hash": "sha512-qQIpSVN8Ij4oOJ5v+U+YztWJ3YQkeCIevr4RdCE9rDilfq9RmBD94L4VDm7NRzYBuQL8uQxqWzGqb7ZW4mfHpw=="
}
},
"npm:@nx/nx-linux-x64-musl": {
"type": "npm",
"name": "npm:@nx/nx-linux-x64-musl",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-linux-x64-musl",
"hash": "sha512-EYOHe11lfVfEfZqSAIa1c39mx2Obr4mqd36dBZx+0UKhjrcmWiOdsIVYMQSb3n0TqB33BprjI4p9ZcFSDuoNbA=="
}
},
"npm:@nx/nx-win32-arm64-msvc": {
"type": "npm",
"name": "npm:@nx/nx-win32-arm64-msvc",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-win32-arm64-msvc",
"hash": "sha512-f1BmuirOrsAGh5+h/utkAWNuqgohvBoekQgMxYcyJxSkFN+pxNG1U68P59Cidn0h9mkyonxGVCBvWwJa3svVFA=="
}
},
"npm:@nx/nx-win32-x64-msvc": {
"type": "npm",
"name": "npm:@nx/nx-win32-x64-msvc",
"data": {
"version": "16.6.0",
"packageName": "@nx/nx-win32-x64-msvc",
"hash": "sha512-UmTTjFLpv4poVZE3RdUHianU8/O9zZYBiAnTRq5spwSDwxJHnLTZBUxFFf3ztCxeHOUIfSyW9utpGfCMCptzvQ=="
}
},
"npm:@octokit/auth-token": {
"type": "npm",
"name": "npm:@octokit/auth-token",
"data": {
"version": "4.0.0",
"packageName": "@octokit/auth-token",
"hash": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA=="
}
},
"npm:@octokit/core": {
"type": "npm",
"name": "npm:@octokit/core",
"data": {
"version": "5.2.2",
"packageName": "@octokit/core",
"hash": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg=="
}
},
"npm:@octokit/endpoint": {
"type": "npm",
"name": "npm:@octokit/endpoint",
"data": {
"version": "9.0.6",
"packageName": "@octokit/endpoint",
"hash": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw=="
}
},
"npm:@octokit/graphql": {
"type": "npm",
"name": "npm:@octokit/graphql",
"data": {
"version": "7.1.1",
"packageName": "@octokit/graphql",
"hash": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g=="
}
},
"npm:@octokit/openapi-types": {
"type": "npm",
"name": "npm:@octokit/openapi-types",
"data": {
"version": "24.2.0",
"packageName": "@octokit/openapi-types",
"hash": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg=="
}
},
"npm:@octokit/openapi-types@20.0.0": {
"type": "npm",
"name": "npm:@octokit/openapi-types@20.0.0",
"data": {
"version": "20.0.0",
"packageName": "@octokit/openapi-types",
"hash": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA=="
}
},
"npm:@octokit/openapi-types@14.0.0": {
"type": "npm",
"name": "npm:@octokit/openapi-types@14.0.0",
"data": {
"version": "14.0.0",
"packageName": "@octokit/openapi-types",
"hash": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw=="
}
},
"npm:@octokit/plugin-enterprise-rest": {
"type": "npm",
"name": "npm:@octokit/plugin-enterprise-rest",
"data": {
"version": "6.0.1",
"packageName": "@octokit/plugin-enterprise-rest",
"hash": "sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw=="
}
},
"npm:@octokit/plugin-paginate-rest": {
"type": "npm",
"name": "npm:@octokit/plugin-paginate-rest",
"data": {
"version": "9.2.2",
"packageName": "@octokit/plugin-paginate-rest",
"hash": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ=="
}
},
"npm:@octokit/types@12.6.0": {
"type": "npm",
"name": "npm:@octokit/types@12.6.0",
"data": {
"version": "12.6.0",
"packageName": "@octokit/types",
"hash": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw=="
}
},
"npm:@octokit/types@8.2.1": {
"type": "npm",
"name": "npm:@octokit/types@8.2.1",
"data": {
"version": "8.2.1",
"packageName": "@octokit/types",
"hash": "sha512-8oWMUji8be66q2B9PmEIUyQm00VPDPun07umUWSaCwxmeaquFBro4Hcc3ruVoDo3zkQyZBlRvhIMEYS3pBhanw=="
}
},
"npm:@octokit/types": {
"type": "npm",
"name": "npm:@octokit/types",
"data": {
"version": "13.10.0",
"packageName": "@octokit/types",
"hash": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA=="
}
},
"npm:@octokit/plugin-request-log": {
"type": "npm",
"name": "npm:@octokit/plugin-request-log",
"data": {
"version": "1.0.4",
"packageName": "@octokit/plugin-request-log",
"hash": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA=="
}
},
"npm:@octokit/plugin-rest-endpoint-methods": {
"type": "npm",
"name": "npm:@octokit/plugin-rest-endpoint-methods",
"data": {
"version": "6.8.1",
"packageName": "@octokit/plugin-rest-endpoint-methods",
"hash": "sha512-QrlaTm8Lyc/TbU7BL/8bO49vp+RZ6W3McxxmmQTgYxf2sWkO8ZKuj4dLhPNJD6VCUW1hetCmeIM0m6FTVpDiEg=="
}
},
"npm:@octokit/request": {
"type": "npm",
"name": "npm:@octokit/request",
"data": {
"version": "8.4.1",
"packageName": "@octokit/request",
"hash": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw=="
}
},
"npm:@octokit/request-error": {
"type": "npm",
"name": "npm:@octokit/request-error",
"data": {
"version": "5.1.1",
"packageName": "@octokit/request-error",
"hash": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g=="
}
},
"npm:@octokit/rest": {
"type": "npm",
"name": "npm:@octokit/rest",
"data": {
"version": "19.0.3",
"packageName": "@octokit/rest",
"hash": "sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ=="
}
},
"npm:@parcel/watcher": {
"type": "npm",
"name": "npm:@parcel/watcher",
"data": {
"version": "2.0.4",
"packageName": "@parcel/watcher",
"hash": "sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg=="
}
},
"npm:@pkgjs/parseargs": {
"type": "npm",
"name": "npm:@pkgjs/parseargs",
"data": {
"version": "0.11.0",
"packageName": "@pkgjs/parseargs",
"hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="
}
},
"npm:@pkgr/core": {
"type": "npm",
"name": "npm:@pkgr/core",
"data": {
"version": "0.2.9",
"packageName": "@pkgr/core",
"hash": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA=="
}
},
"npm:@rtsao/scc": {
"type": "npm",
"name": "npm:@rtsao/scc",
"data": {
"version": "1.1.0",
"packageName": "@rtsao/scc",
"hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="
}
},
"npm:@sigstore/bundle": {
"type": "npm",
"name": "npm:@sigstore/bundle",
"data": {
"version": "1.1.0",
"packageName": "@sigstore/bundle",
"hash": "sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog=="
}
},
"npm:@sigstore/protobuf-specs": {
"type": "npm",
"name": "npm:@sigstore/protobuf-specs",
"data": {
"version": "0.2.1",
"packageName": "@sigstore/protobuf-specs",
"hash": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A=="
}
},
"npm:@sigstore/sign": {
"type": "npm",
"name": "npm:@sigstore/sign",
"data": {
"version": "1.0.0",
"packageName": "@sigstore/sign",
"hash": "sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA=="
}
},
"npm:@sigstore/tuf": {
"type": "npm",
"name": "npm:@sigstore/tuf",
"data": {
"version": "1.0.3",
"packageName": "@sigstore/tuf",
"hash": "sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg=="
}
},
"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:@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:@tootallnate/once": {
"type": "npm",
"name": "npm:@tootallnate/once",
"data": {
"version": "2.0.0",
"packageName": "@tootallnate/once",
"hash": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A=="
}
},
"npm:@tufjs/canonical-json": {
"type": "npm",
"name": "npm:@tufjs/canonical-json",
"data": {
"version": "1.0.0",
"packageName": "@tufjs/canonical-json",
"hash": "sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ=="
}
},
"npm:@tufjs/models": {
"type": "npm",
"name": "npm:@tufjs/models",
"data": {
"version": "1.0.4",
"packageName": "@tufjs/models",
"hash": "sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A=="
}
},
"npm:@types/babel__core": {
"type": "npm",
"name": "npm:@types/babel__core",
"data": {
"version": "7.20.5",
"packageName": "@types/babel__core",
"hash": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="
}
},
"npm:@types/babel__generator": {
"type": "npm",
"name": "npm:@types/babel__generator",
"data": {
"version": "7.27.0",
"packageName": "@types/babel__generator",
"hash": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg=="
}
},
"npm:@types/babel__template": {
"type": "npm",
"name": "npm:@types/babel__template",
"data": {
"version": "7.4.4",
"packageName": "@types/babel__template",
"hash": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A=="
}
},
"npm:@types/babel__traverse": {
"type": "npm",
"name": "npm:@types/babel__traverse",
"data": {
"version": "7.28.0",
"packageName": "@types/babel__traverse",
"hash": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q=="
}
},
"npm:@types/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/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.14",
"packageName": "@types/jest",
"hash": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ=="
}
},
"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/minimatch": {
"type": "npm",
"name": "npm:@types/minimatch",
"data": {
"version": "3.0.5",
"packageName": "@types/minimatch",
"hash": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
}
},
"npm:@types/minimist": {
"type": "npm",
"name": "npm:@types/minimist",
"data": {
"version": "1.2.5",
"packageName": "@types/minimist",
"hash": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag=="
}
},
"npm:@types/node": {
"type": "npm",
"name": "npm:@types/node",
"data": {
"version": "24.5.2",
"packageName": "@types/node",
"hash": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ=="
}
},
"npm:@types/normalize-package-data": {
"type": "npm",
"name": "npm:@types/normalize-package-data",
"data": {
"version": "2.4.4",
"packageName": "@types/normalize-package-data",
"hash": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
}
},
"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/semver": {
"type": "npm",
"name": "npm:@types/semver",
"data": {
"version": "7.7.1",
"packageName": "@types/semver",
"hash": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA=="
}
},
"npm:@types/signale": {
"type": "npm",
"name": "npm:@types/signale",
"data": {
"version": "1.4.7",
"packageName": "@types/signale",
"hash": "sha512-nc0j37QupTT7OcYeH3gRE1ZfzUalEUsDKJsJ3IsJr0pjjFZTjtrX1Bsn6Kv56YXI/H9rNSwAkIPRxNlZI8GyQw=="
}
},
"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/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:@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/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@5.62.0": {
"type": "npm",
"name": "npm:@typescript-eslint/scope-manager@5.62.0",
"data": {
"version": "5.62.0",
"packageName": "@typescript-eslint/scope-manager",
"hash": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w=="
}
},
"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@5.62.0": {
"type": "npm",
"name": "npm:@typescript-eslint/types@5.62.0",
"data": {
"version": "5.62.0",
"packageName": "@typescript-eslint/types",
"hash": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ=="
}
},
"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@5.62.0": {
"type": "npm",
"name": "npm:@typescript-eslint/typescript-estree@5.62.0",
"data": {
"version": "5.62.0",
"packageName": "@typescript-eslint/typescript-estree",
"hash": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA=="
}
},
"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/utils@5.62.0": {
"type": "npm",
"name": "npm:@typescript-eslint/utils@5.62.0",
"data": {
"version": "5.62.0",
"packageName": "@typescript-eslint/utils",
"hash": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ=="
}
},
"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@5.62.0": {
"type": "npm",
"name": "npm:@typescript-eslint/visitor-keys@5.62.0",
"data": {
"version": "5.62.0",
"packageName": "@typescript-eslint/visitor-keys",
"hash": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw=="
}
},
"npm:@ungap/structured-clone": {
"type": "npm",
"name": "npm:@ungap/structured-clone",
"data": {
"version": "1.3.0",
"packageName": "@ungap/structured-clone",
"hash": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g=="
}
},
"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.6",
"packageName": "@zkochan/js-yaml",
"hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg=="
}
},
"npm:abbrev": {
"type": "npm",
"name": "npm:abbrev",
"data": {
"version": "2.0.0",
"packageName": "abbrev",
"hash": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ=="
}
},
"npm:abbrev@1.1.1": {
"type": "npm",
"name": "npm:abbrev@1.1.1",
"data": {
"version": "1.1.1",
"packageName": "abbrev",
"hash": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
}
},
"npm:acorn": {
"type": "npm",
"name": "npm:acorn",
"data": {
"version": "8.15.0",
"packageName": "acorn",
"hash": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg=="
}
},
"npm:acorn-jsx": {
"type": "npm",
"name": "npm:acorn-jsx",
"data": {
"version": "5.3.2",
"packageName": "acorn-jsx",
"hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="
}
},
"npm:add-stream": {
"type": "npm",
"name": "npm:add-stream",
"data": {
"version": "1.0.0",
"packageName": "add-stream",
"hash": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ=="
}
},
"npm:agent-base": {
"type": "npm",
"name": "npm:agent-base",
"data": {
"version": "6.0.2",
"packageName": "agent-base",
"hash": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ=="
}
},
"npm:agentkeepalive": {
"type": "npm",
"name": "npm:agentkeepalive",
"data": {
"version": "4.6.0",
"packageName": "agentkeepalive",
"hash": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ=="
}
},
"npm:aggregate-error": {
"type": "npm",
"name": "npm:aggregate-error",
"data": {
"version": "3.1.0",
"packageName": "aggregate-error",
"hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA=="
}
},
"npm:ajv": {
"type": "npm",
"name": "npm:ajv",
"data": {
"version": "6.12.6",
"packageName": "ajv",
"hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="
}
},
"npm:ansi-colors": {
"type": "npm",
"name": "npm:ansi-colors",
"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:type-fest@0.21.3": {
"type": "npm",
"name": "npm:type-fest@0.21.3",
"data": {
"version": "0.21.3",
"packageName": "type-fest",
"hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
}
},
"npm:type-fest@0.6.0": {
"type": "npm",
"name": "npm:type-fest@0.6.0",
"data": {
"version": "0.6.0",
"packageName": "type-fest",
"hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
}
},
"npm:type-fest@0.8.1": {
"type": "npm",
"name": "npm:type-fest@0.8.1",
"data": {
"version": "0.8.1",
"packageName": "type-fest",
"hash": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
}
},
"npm:type-fest@0.18.1": {
"type": "npm",
"name": "npm:type-fest@0.18.1",
"data": {
"version": "0.18.1",
"packageName": "type-fest",
"hash": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw=="
}
},
"npm:type-fest@0.16.0": {
"type": "npm",
"name": "npm:type-fest@0.16.0",
"data": {
"version": "0.16.0",
"packageName": "type-fest",
"hash": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="
}
},
"npm:type-fest@4.41.0": {
"type": "npm",
"name": "npm:type-fest@4.41.0",
"data": {
"version": "4.41.0",
"packageName": "type-fest",
"hash": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA=="
}
},
"npm:type-fest": {
"type": "npm",
"name": "npm:type-fest",
"data": {
"version": "0.20.2",
"packageName": "type-fest",
"hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
}
},
"npm:type-fest@0.4.1": {
"type": "npm",
"name": "npm:type-fest@0.4.1",
"data": {
"version": "0.4.1",
"packageName": "type-fest",
"hash": "sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw=="
}
},
"npm:anymatch": {
"type": "npm",
"name": "npm:anymatch",
"data": {
"version": "3.1.3",
"packageName": "anymatch",
"hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw=="
}
},
"npm:aproba": {
"type": "npm",
"name": "npm:aproba",
"data": {
"version": "2.1.0",
"packageName": "aproba",
"hash": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew=="
}
},
"npm:aria-query": {
"type": "npm",
"name": "npm:aria-query",
"data": {
"version": "5.3.2",
"packageName": "aria-query",
"hash": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw=="
}
},
"npm:array-buffer-byte-length": {
"type": "npm",
"name": "npm:array-buffer-byte-length",
"data": {
"version": "1.0.2",
"packageName": "array-buffer-byte-length",
"hash": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw=="
}
},
"npm:array-differ": {
"type": "npm",
"name": "npm:array-differ",
"data": {
"version": "3.0.0",
"packageName": "array-differ",
"hash": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg=="
}
},
"npm:array-ify": {
"type": "npm",
"name": "npm:array-ify",
"data": {
"version": "1.0.0",
"packageName": "array-ify",
"hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng=="
}
},
"npm:array-includes": {
"type": "npm",
"name": "npm:array-includes",
"data": {
"version": "3.1.9",
"packageName": "array-includes",
"hash": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ=="
}
},
"npm:array-union": {
"type": "npm",
"name": "npm:array-union",
"data": {
"version": "2.1.0",
"packageName": "array-union",
"hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
}
},
"npm:array.prototype.findlastindex": {
"type": "npm",
"name": "npm:array.prototype.findlastindex",
"data": {
"version": "1.2.6",
"packageName": "array.prototype.findlastindex",
"hash": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ=="
}
},
"npm:array.prototype.flat": {
"type": "npm",
"name": "npm:array.prototype.flat",
"data": {
"version": "1.3.3",
"packageName": "array.prototype.flat",
"hash": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg=="
}
},
"npm:array.prototype.flatmap": {
"type": "npm",
"name": "npm:array.prototype.flatmap",
"data": {
"version": "1.3.3",
"packageName": "array.prototype.flatmap",
"hash": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg=="
}
},
"npm:arraybuffer.prototype.slice": {
"type": "npm",
"name": "npm:arraybuffer.prototype.slice",
"data": {
"version": "1.0.4",
"packageName": "arraybuffer.prototype.slice",
"hash": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ=="
}
},
"npm:arrify": {
"type": "npm",
"name": "npm:arrify",
"data": {
"version": "1.0.1",
"packageName": "arrify",
"hash": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA=="
}
},
"npm:arrify@2.0.1": {
"type": "npm",
"name": "npm:arrify@2.0.1",
"data": {
"version": "2.0.1",
"packageName": "arrify",
"hash": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
}
},
"npm:ast-types-flow": {
"type": "npm",
"name": "npm:ast-types-flow",
"data": {
"version": "0.0.8",
"packageName": "ast-types-flow",
"hash": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ=="
}
},
"npm:async": {
"type": "npm",
"name": "npm:async",
"data": {
"version": "3.2.6",
"packageName": "async",
"hash": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
}
},
"npm:async-function": {
"type": "npm",
"name": "npm:async-function",
"data": {
"version": "1.0.0",
"packageName": "async-function",
"hash": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA=="
}
},
"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: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.3",
"packageName": "axe-core",
"hash": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg=="
}
},
"npm:axios": {
"type": "npm",
"name": "npm:axios",
"data": {
"version": "1.12.2",
"packageName": "axios",
"hash": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw=="
}
},
"npm:axobject-query": {
"type": "npm",
"name": "npm:axobject-query",
"data": {
"version": "4.1.0",
"packageName": "axobject-query",
"hash": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ=="
}
},
"npm:babel-jest": {
"type": "npm",
"name": "npm:babel-jest",
"data": {
"version": "29.7.0",
"packageName": "babel-jest",
"hash": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg=="
}
},
"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-preset-current-node-syntax": {
"type": "npm",
"name": "npm:babel-preset-current-node-syntax",
"data": {
"version": "1.2.0",
"packageName": "babel-preset-current-node-syntax",
"hash": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg=="
}
},
"npm:babel-preset-jest": {
"type": "npm",
"name": "npm:babel-preset-jest",
"data": {
"version": "29.6.3",
"packageName": "babel-preset-jest",
"hash": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA=="
}
},
"npm:balanced-match": {
"type": "npm",
"name": "npm:balanced-match",
"data": {
"version": "1.0.2",
"packageName": "balanced-match",
"hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
}
},
"npm:base64-js": {
"type": "npm",
"name": "npm:base64-js",
"data": {
"version": "1.5.1",
"packageName": "base64-js",
"hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
}
},
"npm:baseline-browser-mapping": {
"type": "npm",
"name": "npm:baseline-browser-mapping",
"data": {
"version": "2.8.6",
"packageName": "baseline-browser-mapping",
"hash": "sha512-wrH5NNqren/QMtKUEEJf7z86YjfqW/2uw3IL3/xpqZUC95SSVIFXYQeeGjL6FT/X68IROu6RMehZQS5foy2BXw=="
}
},
"npm:before-after-hook": {
"type": "npm",
"name": "npm:before-after-hook",
"data": {
"version": "2.2.3",
"packageName": "before-after-hook",
"hash": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
}
},
"npm:bin-links": {
"type": "npm",
"name": "npm:bin-links",
"data": {
"version": "4.0.4",
"packageName": "bin-links",
"hash": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA=="
}
},
"npm:cmd-shim@6.0.3": {
"type": "npm",
"name": "npm:cmd-shim@6.0.3",
"data": {
"version": "6.0.3",
"packageName": "cmd-shim",
"hash": "sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA=="
}
},
"npm:cmd-shim": {
"type": "npm",
"name": "npm:cmd-shim",
"data": {
"version": "5.0.0",
"packageName": "cmd-shim",
"hash": "sha512-qkCtZ59BidfEwHltnJwkyVZn+XQojdAySM1D1gSeh11Z4pW1Kpolkyo53L5noc0nrxmIvyFwTmJRo4xs7FFLPw=="
}
},
"npm:read-cmd-shim@4.0.0": {
"type": "npm",
"name": "npm:read-cmd-shim@4.0.0",
"data": {
"version": "4.0.0",
"packageName": "read-cmd-shim",
"hash": "sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q=="
}
},
"npm:read-cmd-shim": {
"type": "npm",
"name": "npm:read-cmd-shim",
"data": {
"version": "3.0.0",
"packageName": "read-cmd-shim",
"hash": "sha512-KQDVjGqhZk92PPNRj9ZEXEuqg8bUobSKRw+q0YQ3TKI5xkce7bUJobL4Z/OtiEbAAv70yEpYIXp4iQ9L8oPVog=="
}
},
"npm:bl": {
"type": "npm",
"name": "npm:bl",
"data": {
"version": "4.1.0",
"packageName": "bl",
"hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w=="
}
},
"npm:brace-expansion": {
"type": "npm",
"name": "npm:brace-expansion",
"data": {
"version": "2.0.2",
"packageName": "brace-expansion",
"hash": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="
}
},
"npm:braces": {
"type": "npm",
"name": "npm:braces",
"data": {
"version": "3.0.3",
"packageName": "braces",
"hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA=="
}
},
"npm:browserslist": {
"type": "npm",
"name": "npm:browserslist",
"data": {
"version": "4.26.2",
"packageName": "browserslist",
"hash": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A=="
}
},
"npm:bs-logger": {
"type": "npm",
"name": "npm:bs-logger",
"data": {
"version": "0.2.6",
"packageName": "bs-logger",
"hash": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog=="
}
},
"npm:bser": {
"type": "npm",
"name": "npm:bser",
"data": {
"version": "2.1.1",
"packageName": "bser",
"hash": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ=="
}
},
"npm:buffer": {
"type": "npm",
"name": "npm:buffer",
"data": {
"version": "5.7.1",
"packageName": "buffer",
"hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ=="
}
},
"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:builtins": {
"type": "npm",
"name": "npm:builtins",
"data": {
"version": "5.1.0",
"packageName": "builtins",
"hash": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg=="
}
},
"npm:builtins@1.0.3": {
"type": "npm",
"name": "npm:builtins@1.0.3",
"data": {
"version": "1.0.3",
"packageName": "builtins",
"hash": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ=="
}
},
"npm:byte-size": {
"type": "npm",
"name": "npm:byte-size",
"data": {
"version": "7.0.0",
"packageName": "byte-size",
"hash": "sha512-NNiBxKgxybMBtWdmvx7ZITJi4ZG+CYUgwOSZTfqB1qogkRHrhbQE/R2r5Fh94X+InN5MCYz6SvB/ejHMj/HbsQ=="
}
},
"npm:cacache": {
"type": "npm",
"name": "npm:cacache",
"data": {
"version": "17.1.4",
"packageName": "cacache",
"hash": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A=="
}
},
"npm:cacache@16.1.3": {
"type": "npm",
"name": "npm:cacache@16.1.3",
"data": {
"version": "16.1.3",
"packageName": "cacache",
"hash": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ=="
}
},
"npm:call-bind": {
"type": "npm",
"name": "npm:call-bind",
"data": {
"version": "1.0.8",
"packageName": "call-bind",
"hash": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww=="
}
},
"npm:call-bind-apply-helpers": {
"type": "npm",
"name": "npm:call-bind-apply-helpers",
"data": {
"version": "1.0.2",
"packageName": "call-bind-apply-helpers",
"hash": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ=="
}
},
"npm:call-bound": {
"type": "npm",
"name": "npm:call-bound",
"data": {
"version": "1.0.4",
"packageName": "call-bound",
"hash": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="
}
},
"npm:callsites": {
"type": "npm",
"name": "npm:callsites",
"data": {
"version": "3.1.0",
"packageName": "callsites",
"hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
}
},
"npm:camelcase": {
"type": "npm",
"name": "npm:camelcase",
"data": {
"version": "5.3.1",
"packageName": "camelcase",
"hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
}
},
"npm:camelcase@6.3.0": {
"type": "npm",
"name": "npm:camelcase@6.3.0",
"data": {
"version": "6.3.0",
"packageName": "camelcase",
"hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
}
},
"npm:camelcase-keys": {
"type": "npm",
"name": "npm:camelcase-keys",
"data": {
"version": "6.2.2",
"packageName": "camelcase-keys",
"hash": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg=="
}
},
"npm:caniuse-lite": {
"type": "npm",
"name": "npm:caniuse-lite",
"data": {
"version": "1.0.30001745",
"packageName": "caniuse-lite",
"hash": "sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ=="
}
},
"npm:char-regex": {
"type": "npm",
"name": "npm:char-regex",
"data": {
"version": "1.0.2",
"packageName": "char-regex",
"hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
}
},
"npm:chardet": {
"type": "npm",
"name": "npm:chardet",
"data": {
"version": "2.1.0",
"packageName": "chardet",
"hash": "sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA=="
}
},
"npm:chardet@0.7.0": {
"type": "npm",
"name": "npm:chardet@0.7.0",
"data": {
"version": "0.7.0",
"packageName": "chardet",
"hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
}
},
"npm:chownr": {
"type": "npm",
"name": "npm:chownr",
"data": {
"version": "2.0.0",
"packageName": "chownr",
"hash": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
}
},
"npm:ci-info": {
"type": "npm",
"name": "npm:ci-info",
"data": {
"version": "3.9.0",
"packageName": "ci-info",
"hash": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ=="
}
},
"npm:ci-info@2.0.0": {
"type": "npm",
"name": "npm:ci-info@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "ci-info",
"hash": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
}
},
"npm:cjs-module-lexer": {
"type": "npm",
"name": "npm:cjs-module-lexer",
"data": {
"version": "1.4.3",
"packageName": "cjs-module-lexer",
"hash": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q=="
}
},
"npm:clean-stack": {
"type": "npm",
"name": "npm:clean-stack",
"data": {
"version": "2.2.0",
"packageName": "clean-stack",
"hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
}
},
"npm:cli-cursor": {
"type": "npm",
"name": "npm:cli-cursor",
"data": {
"version": "3.1.0",
"packageName": "cli-cursor",
"hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw=="
}
},
"npm:cli-spinners": {
"type": "npm",
"name": "npm:cli-spinners",
"data": {
"version": "2.6.1",
"packageName": "cli-spinners",
"hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g=="
}
},
"npm:cli-width": {
"type": "npm",
"name": "npm:cli-width",
"data": {
"version": "3.0.0",
"packageName": "cli-width",
"hash": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw=="
}
},
"npm:clone": {
"type": "npm",
"name": "npm:clone",
"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: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-convert": {
"type": "npm",
"name": "npm:color-convert",
"data": {
"version": "2.0.1",
"packageName": "color-convert",
"hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
}
},
"npm:color-name": {
"type": "npm",
"name": "npm:color-name",
"data": {
"version": "1.1.4",
"packageName": "color-name",
"hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
}
},
"npm: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: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:common-ancestor-path": {
"type": "npm",
"name": "npm:common-ancestor-path",
"data": {
"version": "1.0.1",
"packageName": "common-ancestor-path",
"hash": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w=="
}
},
"npm:compare-func": {
"type": "npm",
"name": "npm:compare-func",
"data": {
"version": "2.0.0",
"packageName": "compare-func",
"hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA=="
}
},
"npm:dot-prop@5.3.0": {
"type": "npm",
"name": "npm:dot-prop@5.3.0",
"data": {
"version": "5.3.0",
"packageName": "dot-prop",
"hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q=="
}
},
"npm:dot-prop": {
"type": "npm",
"name": "npm:dot-prop",
"data": {
"version": "6.0.1",
"packageName": "dot-prop",
"hash": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA=="
}
},
"npm:concat-stream": {
"type": "npm",
"name": "npm:concat-stream",
"data": {
"version": "2.0.0",
"packageName": "concat-stream",
"hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A=="
}
},
"npm:concurrently": {
"type": "npm",
"name": "npm:concurrently",
"data": {
"version": "6.5.1",
"packageName": "concurrently",
"hash": "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag=="
}
},
"npm:config-chain": {
"type": "npm",
"name": "npm:config-chain",
"data": {
"version": "1.1.12",
"packageName": "config-chain",
"hash": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA=="
}
},
"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:conventional-changelog-angular": {
"type": "npm",
"name": "npm:conventional-changelog-angular",
"data": {
"version": "5.0.12",
"packageName": "conventional-changelog-angular",
"hash": "sha512-5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw=="
}
},
"npm:conventional-changelog-core": {
"type": "npm",
"name": "npm:conventional-changelog-core",
"data": {
"version": "4.2.4",
"packageName": "conventional-changelog-core",
"hash": "sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg=="
}
},
"npm:hosted-git-info@4.1.0": {
"type": "npm",
"name": "npm:hosted-git-info@4.1.0",
"data": {
"version": "4.1.0",
"packageName": "hosted-git-info",
"hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA=="
}
},
"npm:hosted-git-info": {
"type": "npm",
"name": "npm:hosted-git-info",
"data": {
"version": "6.1.3",
"packageName": "hosted-git-info",
"hash": "sha512-HVJyzUrLIL1c0QmviVh5E8VGyUS7xCFPS6yydaVd1UegW+ibV/CohqTH9MkOLDp5o+rb82DMo77PTuc9F/8GKw=="
}
},
"npm:hosted-git-info@5.2.1": {
"type": "npm",
"name": "npm:hosted-git-info@5.2.1",
"data": {
"version": "5.2.1",
"packageName": "hosted-git-info",
"hash": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw=="
}
},
"npm:hosted-git-info@2.8.9": {
"type": "npm",
"name": "npm:hosted-git-info@2.8.9",
"data": {
"version": "2.8.9",
"packageName": "hosted-git-info",
"hash": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
}
},
"npm:hosted-git-info@3.0.8": {
"type": "npm",
"name": "npm:hosted-git-info@3.0.8",
"data": {
"version": "3.0.8",
"packageName": "hosted-git-info",
"hash": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw=="
}
},
"npm:normalize-package-data@3.0.3": {
"type": "npm",
"name": "npm:normalize-package-data@3.0.3",
"data": {
"version": "3.0.3",
"packageName": "normalize-package-data",
"hash": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA=="
}
},
"npm:normalize-package-data@2.5.0": {
"type": "npm",
"name": "npm:normalize-package-data@2.5.0",
"data": {
"version": "2.5.0",
"packageName": "normalize-package-data",
"hash": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA=="
}
},
"npm:normalize-package-data": {
"type": "npm",
"name": "npm:normalize-package-data",
"data": {
"version": "5.0.0",
"packageName": "normalize-package-data",
"hash": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q=="
}
},
"npm:normalize-package-data@4.0.1": {
"type": "npm",
"name": "npm:normalize-package-data@4.0.1",
"data": {
"version": "4.0.1",
"packageName": "normalize-package-data",
"hash": "sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg=="
}
},
"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": {
"type": "npm",
"name": "npm:yallist",
"data": {
"version": "3.1.1",
"packageName": "yallist",
"hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
}
},
"npm:conventional-changelog-preset-loader": {
"type": "npm",
"name": "npm:conventional-changelog-preset-loader",
"data": {
"version": "2.3.4",
"packageName": "conventional-changelog-preset-loader",
"hash": "sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g=="
}
},
"npm:conventional-changelog-writer": {
"type": "npm",
"name": "npm:conventional-changelog-writer",
"data": {
"version": "5.0.1",
"packageName": "conventional-changelog-writer",
"hash": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ=="
}
},
"npm:conventional-commits-filter": {
"type": "npm",
"name": "npm:conventional-commits-filter",
"data": {
"version": "2.0.7",
"packageName": "conventional-commits-filter",
"hash": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA=="
}
},
"npm:conventional-commits-parser": {
"type": "npm",
"name": "npm:conventional-commits-parser",
"data": {
"version": "3.2.4",
"packageName": "conventional-commits-parser",
"hash": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q=="
}
},
"npm:conventional-recommended-bump": {
"type": "npm",
"name": "npm:conventional-recommended-bump",
"data": {
"version": "6.1.0",
"packageName": "conventional-recommended-bump",
"hash": "sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw=="
}
},
"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:core-util-is": {
"type": "npm",
"name": "npm:core-util-is",
"data": {
"version": "1.0.3",
"packageName": "core-util-is",
"hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
}
},
"npm:cosmiconfig": {
"type": "npm",
"name": "npm:cosmiconfig",
"data": {
"version": "7.0.0",
"packageName": "cosmiconfig",
"hash": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA=="
}
},
"npm:create-jest": {
"type": "npm",
"name": "npm:create-jest",
"data": {
"version": "29.7.0",
"packageName": "create-jest",
"hash": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q=="
}
},
"npm:cross-spawn": {
"type": "npm",
"name": "npm:cross-spawn",
"data": {
"version": "7.0.6",
"packageName": "cross-spawn",
"hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="
}
},
"npm:crypto-random-string": {
"type": "npm",
"name": "npm:crypto-random-string",
"data": {
"version": "2.0.0",
"packageName": "crypto-random-string",
"hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
}
},
"npm:cssesc": {
"type": "npm",
"name": "npm:cssesc",
"data": {
"version": "3.0.0",
"packageName": "cssesc",
"hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
}
},
"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:dargs": {
"type": "npm",
"name": "npm:dargs",
"data": {
"version": "7.0.0",
"packageName": "dargs",
"hash": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg=="
}
},
"npm:data-uri-to-buffer": {
"type": "npm",
"name": "npm:data-uri-to-buffer",
"data": {
"version": "4.0.1",
"packageName": "data-uri-to-buffer",
"hash": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A=="
}
},
"npm:data-view-buffer": {
"type": "npm",
"name": "npm:data-view-buffer",
"data": {
"version": "1.0.2",
"packageName": "data-view-buffer",
"hash": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ=="
}
},
"npm:data-view-byte-length": {
"type": "npm",
"name": "npm:data-view-byte-length",
"data": {
"version": "1.0.2",
"packageName": "data-view-byte-length",
"hash": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ=="
}
},
"npm:data-view-byte-offset": {
"type": "npm",
"name": "npm:data-view-byte-offset",
"data": {
"version": "1.0.1",
"packageName": "data-view-byte-offset",
"hash": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ=="
}
},
"npm:date-fns": {
"type": "npm",
"name": "npm:date-fns",
"data": {
"version": "2.30.0",
"packageName": "date-fns",
"hash": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw=="
}
},
"npm:dateformat": {
"type": "npm",
"name": "npm:dateformat",
"data": {
"version": "3.0.3",
"packageName": "dateformat",
"hash": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q=="
}
},
"npm:debug": {
"type": "npm",
"name": "npm:debug",
"data": {
"version": "4.4.3",
"packageName": "debug",
"hash": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="
}
},
"npm:debug@3.2.7": {
"type": "npm",
"name": "npm:debug@3.2.7",
"data": {
"version": "3.2.7",
"packageName": "debug",
"hash": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="
}
},
"npm:decamelize": {
"type": "npm",
"name": "npm:decamelize",
"data": {
"version": "1.2.0",
"packageName": "decamelize",
"hash": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="
}
},
"npm:decamelize-keys": {
"type": "npm",
"name": "npm:decamelize-keys",
"data": {
"version": "1.1.1",
"packageName": "decamelize-keys",
"hash": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg=="
}
},
"npm:map-obj@1.0.1": {
"type": "npm",
"name": "npm:map-obj@1.0.1",
"data": {
"version": "1.0.1",
"packageName": "map-obj",
"hash": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg=="
}
},
"npm:map-obj": {
"type": "npm",
"name": "npm:map-obj",
"data": {
"version": "4.3.0",
"packageName": "map-obj",
"hash": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ=="
}
},
"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:defaults": {
"type": "npm",
"name": "npm:defaults",
"data": {
"version": "1.0.4",
"packageName": "defaults",
"hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A=="
}
},
"npm:define-data-property": {
"type": "npm",
"name": "npm:define-data-property",
"data": {
"version": "1.1.4",
"packageName": "define-data-property",
"hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A=="
}
},
"npm:define-lazy-prop": {
"type": "npm",
"name": "npm:define-lazy-prop",
"data": {
"version": "2.0.0",
"packageName": "define-lazy-prop",
"hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
}
},
"npm:define-properties": {
"type": "npm",
"name": "npm:define-properties",
"data": {
"version": "1.2.1",
"packageName": "define-properties",
"hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg=="
}
},
"npm:del": {
"type": "npm",
"name": "npm:del",
"data": {
"version": "6.1.1",
"packageName": "del",
"hash": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg=="
}
},
"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:deprecation": {
"type": "npm",
"name": "npm:deprecation",
"data": {
"version": "2.3.1",
"packageName": "deprecation",
"hash": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
}
},
"npm:detect-indent": {
"type": "npm",
"name": "npm:detect-indent",
"data": {
"version": "5.0.0",
"packageName": "detect-indent",
"hash": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g=="
}
},
"npm:detect-newline": {
"type": "npm",
"name": "npm:detect-newline",
"data": {
"version": "3.1.0",
"packageName": "detect-newline",
"hash": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
}
},
"npm:diff-sequences": {
"type": "npm",
"name": "npm:diff-sequences",
"data": {
"version": "29.6.3",
"packageName": "diff-sequences",
"hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q=="
}
},
"npm:dir-glob": {
"type": "npm",
"name": "npm:dir-glob",
"data": {
"version": "3.0.1",
"packageName": "dir-glob",
"hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA=="
}
},
"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:dotenv": {
"type": "npm",
"name": "npm:dotenv",
"data": {
"version": "10.0.0",
"packageName": "dotenv",
"hash": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
}
},
"npm:dunder-proto": {
"type": "npm",
"name": "npm:dunder-proto",
"data": {
"version": "1.0.1",
"packageName": "dunder-proto",
"hash": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="
}
},
"npm: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: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.223",
"packageName": "electron-to-chromium",
"hash": "sha512-qKm55ic6nbEmagFlTFczML33rF90aU+WtrJ9MdTCThrcvDNdUHN4p6QfVN78U06ZmguqXIyMPyYhw2TrbDUwPQ=="
}
},
"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:encoding": {
"type": "npm",
"name": "npm:encoding",
"data": {
"version": "0.1.13",
"packageName": "encoding",
"hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A=="
}
},
"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@0.4.24": {
"type": "npm",
"name": "npm:iconv-lite@0.4.24",
"data": {
"version": "0.4.24",
"packageName": "iconv-lite",
"hash": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA=="
}
},
"npm:iconv-lite": {
"type": "npm",
"name": "npm:iconv-lite",
"data": {
"version": "0.7.0",
"packageName": "iconv-lite",
"hash": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ=="
}
},
"npm:end-of-stream": {
"type": "npm",
"name": "npm:end-of-stream",
"data": {
"version": "1.4.5",
"packageName": "end-of-stream",
"hash": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg=="
}
},
"npm:enquirer": {
"type": "npm",
"name": "npm:enquirer",
"data": {
"version": "2.3.6",
"packageName": "enquirer",
"hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg=="
}
},
"npm:env-paths": {
"type": "npm",
"name": "npm:env-paths",
"data": {
"version": "2.2.1",
"packageName": "env-paths",
"hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="
}
},
"npm:envinfo": {
"type": "npm",
"name": "npm:envinfo",
"data": {
"version": "7.14.0",
"packageName": "envinfo",
"hash": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg=="
}
},
"npm:err-code": {
"type": "npm",
"name": "npm:err-code",
"data": {
"version": "2.0.3",
"packageName": "err-code",
"hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
}
},
"npm:error-ex": {
"type": "npm",
"name": "npm:error-ex",
"data": {
"version": "1.3.4",
"packageName": "error-ex",
"hash": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ=="
}
},
"npm:es-abstract": {
"type": "npm",
"name": "npm:es-abstract",
"data": {
"version": "1.24.0",
"packageName": "es-abstract",
"hash": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg=="
}
},
"npm:es-define-property": {
"type": "npm",
"name": "npm:es-define-property",
"data": {
"version": "1.0.1",
"packageName": "es-define-property",
"hash": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="
}
},
"npm:es-errors": {
"type": "npm",
"name": "npm:es-errors",
"data": {
"version": "1.3.0",
"packageName": "es-errors",
"hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
}
},
"npm:es-object-atoms": {
"type": "npm",
"name": "npm:es-object-atoms",
"data": {
"version": "1.1.1",
"packageName": "es-object-atoms",
"hash": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA=="
}
},
"npm:es-set-tostringtag": {
"type": "npm",
"name": "npm:es-set-tostringtag",
"data": {
"version": "2.1.0",
"packageName": "es-set-tostringtag",
"hash": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA=="
}
},
"npm:es-shim-unscopables": {
"type": "npm",
"name": "npm:es-shim-unscopables",
"data": {
"version": "1.1.0",
"packageName": "es-shim-unscopables",
"hash": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw=="
}
},
"npm:es-to-primitive": {
"type": "npm",
"name": "npm:es-to-primitive",
"data": {
"version": "1.3.0",
"packageName": "es-to-primitive",
"hash": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g=="
}
},
"npm:escalade": {
"type": "npm",
"name": "npm:escalade",
"data": {
"version": "3.2.0",
"packageName": "escalade",
"hash": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="
}
},
"npm:escape-string-regexp": {
"type": "npm",
"name": "npm:escape-string-regexp",
"data": {
"version": "4.0.0",
"packageName": "escape-string-regexp",
"hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
}
},
"npm:escape-string-regexp@1.0.5": {
"type": "npm",
"name": "npm:escape-string-regexp@1.0.5",
"data": {
"version": "1.0.5",
"packageName": "escape-string-regexp",
"hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
}
},
"npm: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:eslint": {
"type": "npm",
"name": "npm:eslint",
"data": {
"version": "8.57.1",
"packageName": "eslint",
"hash": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA=="
}
},
"npm:eslint-config-prettier": {
"type": "npm",
"name": "npm:eslint-config-prettier",
"data": {
"version": "8.10.2",
"packageName": "eslint-config-prettier",
"hash": "sha512-/IGJ6+Dka158JnP5n5YFMOszjDWrXggGz1LaK/guZq9vZTmniaKlHcsscvkAhn9y4U+BU3JuUdYvtAMcv30y4A=="
}
},
"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-module-utils": {
"type": "npm",
"name": "npm:eslint-module-utils",
"data": {
"version": "2.12.1",
"packageName": "eslint-module-utils",
"hash": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw=="
}
},
"npm:eslint-plugin-escompat": {
"type": "npm",
"name": "npm:eslint-plugin-escompat",
"data": {
"version": "3.11.4",
"packageName": "eslint-plugin-escompat",
"hash": "sha512-j0ywwNnIufshOzgAu+PfIig1c7VRClKSNKzpniMT2vXQ4leL5q+e/SpMFQU0nrdL2WFFM44XmhSuwmxb3G0CJg=="
}
},
"npm:eslint-plugin-eslint-comments": {
"type": "npm",
"name": "npm:eslint-plugin-eslint-comments",
"data": {
"version": "3.2.0",
"packageName": "eslint-plugin-eslint-comments",
"hash": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ=="
}
},
"npm:eslint-plugin-filenames": {
"type": "npm",
"name": "npm:eslint-plugin-filenames",
"data": {
"version": "1.3.2",
"packageName": "eslint-plugin-filenames",
"hash": "sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w=="
}
},
"npm:eslint-plugin-github": {
"type": "npm",
"name": "npm:eslint-plugin-github",
"data": {
"version": "4.10.2",
"packageName": "eslint-plugin-github",
"hash": "sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA=="
}
},
"npm:eslint-plugin-i18n-text": {
"type": "npm",
"name": "npm:eslint-plugin-i18n-text",
"data": {
"version": "1.0.1",
"packageName": "eslint-plugin-i18n-text",
"hash": "sha512-3G3UetST6rdqhqW9SfcfzNYMpQXS7wNkJvp6dsXnjzGiku6Iu5hl3B0kmk6lIcFPwYjhQIY+tXVRtK9TlGT7RA=="
}
},
"npm:eslint-plugin-import": {
"type": "npm",
"name": "npm:eslint-plugin-import",
"data": {
"version": "2.32.0",
"packageName": "eslint-plugin-import",
"hash": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA=="
}
},
"npm:eslint-plugin-jest": {
"type": "npm",
"name": "npm:eslint-plugin-jest",
"data": {
"version": "27.9.0",
"packageName": "eslint-plugin-jest",
"hash": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug=="
}
},
"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-scope": {
"type": "npm",
"name": "npm:eslint-scope",
"data": {
"version": "7.2.2",
"packageName": "eslint-scope",
"hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg=="
}
},
"npm:estraverse@4.3.0": {
"type": "npm",
"name": "npm:estraverse@4.3.0",
"data": {
"version": "4.3.0",
"packageName": "estraverse",
"hash": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
}
},
"npm:estraverse": {
"type": "npm",
"name": "npm:estraverse",
"data": {
"version": "5.3.0",
"packageName": "estraverse",
"hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
}
},
"npm:eslint-plugin-jsx-a11y": {
"type": "npm",
"name": "npm:eslint-plugin-jsx-a11y",
"data": {
"version": "6.10.2",
"packageName": "eslint-plugin-jsx-a11y",
"hash": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q=="
}
},
"npm:eslint-plugin-no-only-tests": {
"type": "npm",
"name": "npm:eslint-plugin-no-only-tests",
"data": {
"version": "3.3.0",
"packageName": "eslint-plugin-no-only-tests",
"hash": "sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q=="
}
},
"npm:eslint-plugin-prettier": {
"type": "npm",
"name": "npm:eslint-plugin-prettier",
"data": {
"version": "5.5.4",
"packageName": "eslint-plugin-prettier",
"hash": "sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg=="
}
},
"npm:eslint-rule-documentation": {
"type": "npm",
"name": "npm:eslint-rule-documentation",
"data": {
"version": "1.0.23",
"packageName": "eslint-rule-documentation",
"hash": "sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw=="
}
},
"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: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:esutils": {
"type": "npm",
"name": "npm:esutils",
"data": {
"version": "2.0.3",
"packageName": "esutils",
"hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
}
},
"npm:eventemitter3": {
"type": "npm",
"name": "npm:eventemitter3",
"data": {
"version": "4.0.7",
"packageName": "eventemitter3",
"hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
}
},
"npm:exit": {
"type": "npm",
"name": "npm:exit",
"data": {
"version": "0.1.2",
"packageName": "exit",
"hash": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="
}
},
"npm:expect": {
"type": "npm",
"name": "npm:expect",
"data": {
"version": "29.7.0",
"packageName": "expect",
"hash": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw=="
}
},
"npm:exponential-backoff": {
"type": "npm",
"name": "npm:exponential-backoff",
"data": {
"version": "3.1.2",
"packageName": "exponential-backoff",
"hash": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA=="
}
},
"npm:external-editor": {
"type": "npm",
"name": "npm:external-editor",
"data": {
"version": "3.1.0",
"packageName": "external-editor",
"hash": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew=="
}
},
"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-diff": {
"type": "npm",
"name": "npm:fast-diff",
"data": {
"version": "1.3.0",
"packageName": "fast-diff",
"hash": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw=="
}
},
"npm:fast-json-stable-stringify": {
"type": "npm",
"name": "npm:fast-json-stable-stringify",
"data": {
"version": "2.1.0",
"packageName": "fast-json-stable-stringify",
"hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
}
},
"npm:fast-levenshtein": {
"type": "npm",
"name": "npm:fast-levenshtein",
"data": {
"version": "2.0.6",
"packageName": "fast-levenshtein",
"hash": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
}
},
"npm:fastq": {
"type": "npm",
"name": "npm:fastq",
"data": {
"version": "1.19.1",
"packageName": "fastq",
"hash": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ=="
}
},
"npm:fb-watchman": {
"type": "npm",
"name": "npm:fb-watchman",
"data": {
"version": "2.0.2",
"packageName": "fb-watchman",
"hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA=="
}
},
"npm:fetch-blob": {
"type": "npm",
"name": "npm:fetch-blob",
"data": {
"version": "3.2.0",
"packageName": "fetch-blob",
"hash": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ=="
}
},
"npm:figures": {
"type": "npm",
"name": "npm:figures",
"data": {
"version": "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-url": {
"type": "npm",
"name": "npm:file-url",
"data": {
"version": "3.0.0",
"packageName": "file-url",
"hash": "sha512-g872QGsHexznxkIAdK8UiZRe7SkE6kvylShU4Nsj8NvfvZag7S0QuQ4IgvPDkk75HxgjIVDwycFTDAgIiO4nDA=="
}
},
"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:fill-range": {
"type": "npm",
"name": "npm:fill-range",
"data": {
"version": "7.1.1",
"packageName": "fill-range",
"hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="
}
},
"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.3",
"packageName": "flatted",
"hash": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg=="
}
},
"npm:flow-bin": {
"type": "npm",
"name": "npm:flow-bin",
"data": {
"version": "0.115.0",
"packageName": "flow-bin",
"hash": "sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ=="
}
},
"npm:follow-redirects": {
"type": "npm",
"name": "npm:follow-redirects",
"data": {
"version": "1.15.11",
"packageName": "follow-redirects",
"hash": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ=="
}
},
"npm:for-each": {
"type": "npm",
"name": "npm:for-each",
"data": {
"version": "0.3.5",
"packageName": "for-each",
"hash": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg=="
}
},
"npm:foreground-child": {
"type": "npm",
"name": "npm:foreground-child",
"data": {
"version": "3.3.1",
"packageName": "foreground-child",
"hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="
}
},
"npm:form-data": {
"type": "npm",
"name": "npm:form-data",
"data": {
"version": "4.0.4",
"packageName": "form-data",
"hash": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow=="
}
},
"npm:formdata-polyfill": {
"type": "npm",
"name": "npm:formdata-polyfill",
"data": {
"version": "4.0.10",
"packageName": "formdata-polyfill",
"hash": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g=="
}
},
"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": "3.0.3",
"packageName": "fs-minipass",
"hash": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw=="
}
},
"npm:fs-minipass@2.1.0": {
"type": "npm",
"name": "npm:fs-minipass@2.1.0",
"data": {
"version": "2.1.0",
"packageName": "fs-minipass",
"hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg=="
}
},
"npm:fs.realpath": {
"type": "npm",
"name": "npm:fs.realpath",
"data": {
"version": "1.0.0",
"packageName": "fs.realpath",
"hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
}
},
"npm:fsevents": {
"type": "npm",
"name": "npm:fsevents",
"data": {
"version": "2.3.3",
"packageName": "fsevents",
"hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="
}
},
"npm:function-bind": {
"type": "npm",
"name": "npm:function-bind",
"data": {
"version": "1.1.2",
"packageName": "function-bind",
"hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
}
},
"npm:function.prototype.name": {
"type": "npm",
"name": "npm:function.prototype.name",
"data": {
"version": "1.1.8",
"packageName": "function.prototype.name",
"hash": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q=="
}
},
"npm:functions-have-names": {
"type": "npm",
"name": "npm:functions-have-names",
"data": {
"version": "1.2.3",
"packageName": "functions-have-names",
"hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
}
},
"npm: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-intrinsic": {
"type": "npm",
"name": "npm:get-intrinsic",
"data": {
"version": "1.3.0",
"packageName": "get-intrinsic",
"hash": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ=="
}
},
"npm:get-package-type": {
"type": "npm",
"name": "npm:get-package-type",
"data": {
"version": "0.1.0",
"packageName": "get-package-type",
"hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
}
},
"npm:get-pkg-repo": {
"type": "npm",
"name": "npm:get-pkg-repo",
"data": {
"version": "4.2.1",
"packageName": "get-pkg-repo",
"hash": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA=="
}
},
"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: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": {
"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: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:through2@2.0.5": {
"type": "npm",
"name": "npm:through2@2.0.5",
"data": {
"version": "2.0.5",
"packageName": "through2",
"hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ=="
}
},
"npm:through2": {
"type": "npm",
"name": "npm:through2",
"data": {
"version": "4.0.2",
"packageName": "through2",
"hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw=="
}
},
"npm:get-port": {
"type": "npm",
"name": "npm:get-port",
"data": {
"version": "5.1.1",
"packageName": "get-port",
"hash": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ=="
}
},
"npm:get-proto": {
"type": "npm",
"name": "npm:get-proto",
"data": {
"version": "1.0.1",
"packageName": "get-proto",
"hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g=="
}
},
"npm:get-symbol-description": {
"type": "npm",
"name": "npm:get-symbol-description",
"data": {
"version": "1.1.0",
"packageName": "get-symbol-description",
"hash": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg=="
}
},
"npm:git-raw-commits": {
"type": "npm",
"name": "npm:git-raw-commits",
"data": {
"version": "2.0.11",
"packageName": "git-raw-commits",
"hash": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A=="
}
},
"npm:git-remote-origin-url": {
"type": "npm",
"name": "npm:git-remote-origin-url",
"data": {
"version": "2.0.0",
"packageName": "git-remote-origin-url",
"hash": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw=="
}
},
"npm:pify@2.3.0": {
"type": "npm",
"name": "npm:pify@2.3.0",
"data": {
"version": "2.3.0",
"packageName": "pify",
"hash": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog=="
}
},
"npm:pify": {
"type": "npm",
"name": "npm:pify",
"data": {
"version": "5.0.0",
"packageName": "pify",
"hash": "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA=="
}
},
"npm:pify@3.0.0": {
"type": "npm",
"name": "npm:pify@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "pify",
"hash": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg=="
}
},
"npm:pify@4.0.1": {
"type": "npm",
"name": "npm:pify@4.0.1",
"data": {
"version": "4.0.1",
"packageName": "pify",
"hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
}
},
"npm:git-semver-tags": {
"type": "npm",
"name": "npm:git-semver-tags",
"data": {
"version": "4.1.1",
"packageName": "git-semver-tags",
"hash": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA=="
}
},
"npm:git-up": {
"type": "npm",
"name": "npm:git-up",
"data": {
"version": "7.0.0",
"packageName": "git-up",
"hash": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ=="
}
},
"npm:git-url-parse": {
"type": "npm",
"name": "npm:git-url-parse",
"data": {
"version": "13.1.0",
"packageName": "git-url-parse",
"hash": "sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA=="
}
},
"npm:gitconfiglocal": {
"type": "npm",
"name": "npm:gitconfiglocal",
"data": {
"version": "1.0.0",
"packageName": "gitconfiglocal",
"hash": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ=="
}
},
"npm:globals": {
"type": "npm",
"name": "npm:globals",
"data": {
"version": "13.24.0",
"packageName": "globals",
"hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ=="
}
},
"npm:globalthis": {
"type": "npm",
"name": "npm:globalthis",
"data": {
"version": "1.0.4",
"packageName": "globalthis",
"hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ=="
}
},
"npm:globby": {
"type": "npm",
"name": "npm:globby",
"data": {
"version": "11.1.0",
"packageName": "globby",
"hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g=="
}
},
"npm:gopd": {
"type": "npm",
"name": "npm:gopd",
"data": {
"version": "1.2.0",
"packageName": "gopd",
"hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="
}
},
"npm:graphemer": {
"type": "npm",
"name": "npm:graphemer",
"data": {
"version": "1.4.0",
"packageName": "graphemer",
"hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="
}
},
"npm:handlebars": {
"type": "npm",
"name": "npm:handlebars",
"data": {
"version": "4.7.8",
"packageName": "handlebars",
"hash": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ=="
}
},
"npm:hard-rejection": {
"type": "npm",
"name": "npm:hard-rejection",
"data": {
"version": "2.1.0",
"packageName": "hard-rejection",
"hash": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA=="
}
},
"npm:has-bigints": {
"type": "npm",
"name": "npm:has-bigints",
"data": {
"version": "1.1.0",
"packageName": "has-bigints",
"hash": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg=="
}
},
"npm:has-flag": {
"type": "npm",
"name": "npm:has-flag",
"data": {
"version": "4.0.0",
"packageName": "has-flag",
"hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
}
},
"npm:has-property-descriptors": {
"type": "npm",
"name": "npm:has-property-descriptors",
"data": {
"version": "1.0.2",
"packageName": "has-property-descriptors",
"hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg=="
}
},
"npm:has-proto": {
"type": "npm",
"name": "npm:has-proto",
"data": {
"version": "1.2.0",
"packageName": "has-proto",
"hash": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ=="
}
},
"npm:has-symbols": {
"type": "npm",
"name": "npm:has-symbols",
"data": {
"version": "1.1.0",
"packageName": "has-symbols",
"hash": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="
}
},
"npm:has-tostringtag": {
"type": "npm",
"name": "npm:has-tostringtag",
"data": {
"version": "1.0.2",
"packageName": "has-tostringtag",
"hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw=="
}
},
"npm: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:html-escaper": {
"type": "npm",
"name": "npm:html-escaper",
"data": {
"version": "2.0.2",
"packageName": "html-escaper",
"hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
}
},
"npm:http-cache-semantics": {
"type": "npm",
"name": "npm:http-cache-semantics",
"data": {
"version": "4.2.0",
"packageName": "http-cache-semantics",
"hash": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ=="
}
},
"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:https-proxy-agent": {
"type": "npm",
"name": "npm:https-proxy-agent",
"data": {
"version": "5.0.1",
"packageName": "https-proxy-agent",
"hash": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA=="
}
},
"npm:human-signals": {
"type": "npm",
"name": "npm:human-signals",
"data": {
"version": "2.1.0",
"packageName": "human-signals",
"hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
}
},
"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: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:ignore-walk": {
"type": "npm",
"name": "npm:ignore-walk",
"data": {
"version": "5.0.1",
"packageName": "ignore-walk",
"hash": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw=="
}
},
"npm:ignore-walk@6.0.5": {
"type": "npm",
"name": "npm:ignore-walk@6.0.5",
"data": {
"version": "6.0.5",
"packageName": "ignore-walk",
"hash": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A=="
}
},
"npm:import-fresh": {
"type": "npm",
"name": "npm:import-fresh",
"data": {
"version": "3.3.1",
"packageName": "import-fresh",
"hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ=="
}
},
"npm:import-local": {
"type": "npm",
"name": "npm:import-local",
"data": {
"version": "3.2.0",
"packageName": "import-local",
"hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA=="
}
},
"npm:imurmurhash": {
"type": "npm",
"name": "npm:imurmurhash",
"data": {
"version": "0.1.4",
"packageName": "imurmurhash",
"hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="
}
},
"npm:indent-string": {
"type": "npm",
"name": "npm:indent-string",
"data": {
"version": "4.0.0",
"packageName": "indent-string",
"hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
}
},
"npm:infer-owner": {
"type": "npm",
"name": "npm:infer-owner",
"data": {
"version": "1.0.4",
"packageName": "infer-owner",
"hash": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
}
},
"npm:inflight": {
"type": "npm",
"name": "npm:inflight",
"data": {
"version": "1.0.6",
"packageName": "inflight",
"hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA=="
}
},
"npm:inherits": {
"type": "npm",
"name": "npm:inherits",
"data": {
"version": "2.0.4",
"packageName": "inherits",
"hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
}
},
"npm:ini": {
"type": "npm",
"name": "npm:ini",
"data": {
"version": "1.3.8",
"packageName": "ini",
"hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
}
},
"npm:init-package-json": {
"type": "npm",
"name": "npm:init-package-json",
"data": {
"version": "3.0.2",
"packageName": "init-package-json",
"hash": "sha512-YhlQPEjNFqlGdzrBfDNRLhvoSgX7iQRgSxgsNknRQ9ITXFT7UMfVMWhBTOh2Y+25lRnGrv5Xz8yZwQ3ACR6T3A=="
}
},
"npm:proc-log@2.0.1": {
"type": "npm",
"name": "npm:proc-log@2.0.1",
"data": {
"version": "2.0.1",
"packageName": "proc-log",
"hash": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw=="
}
},
"npm:proc-log": {
"type": "npm",
"name": "npm:proc-log",
"data": {
"version": "3.0.0",
"packageName": "proc-log",
"hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A=="
}
},
"npm:internal-slot": {
"type": "npm",
"name": "npm:internal-slot",
"data": {
"version": "1.1.0",
"packageName": "internal-slot",
"hash": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw=="
}
},
"npm:ip-address": {
"type": "npm",
"name": "npm:ip-address",
"data": {
"version": "10.0.1",
"packageName": "ip-address",
"hash": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA=="
}
},
"npm:is-array-buffer": {
"type": "npm",
"name": "npm:is-array-buffer",
"data": {
"version": "3.0.5",
"packageName": "is-array-buffer",
"hash": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A=="
}
},
"npm:is-arrayish": {
"type": "npm",
"name": "npm:is-arrayish",
"data": {
"version": "0.2.1",
"packageName": "is-arrayish",
"hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
}
},
"npm:is-async-function": {
"type": "npm",
"name": "npm:is-async-function",
"data": {
"version": "2.1.1",
"packageName": "is-async-function",
"hash": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ=="
}
},
"npm:is-bigint": {
"type": "npm",
"name": "npm:is-bigint",
"data": {
"version": "1.1.0",
"packageName": "is-bigint",
"hash": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ=="
}
},
"npm:is-boolean-object": {
"type": "npm",
"name": "npm:is-boolean-object",
"data": {
"version": "1.2.2",
"packageName": "is-boolean-object",
"hash": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A=="
}
},
"npm:is-callable": {
"type": "npm",
"name": "npm:is-callable",
"data": {
"version": "1.2.7",
"packageName": "is-callable",
"hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA=="
}
},
"npm:is-ci": {
"type": "npm",
"name": "npm:is-ci",
"data": {
"version": "2.0.0",
"packageName": "is-ci",
"hash": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w=="
}
},
"npm:is-core-module": {
"type": "npm",
"name": "npm:is-core-module",
"data": {
"version": "2.16.1",
"packageName": "is-core-module",
"hash": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w=="
}
},
"npm:is-data-view": {
"type": "npm",
"name": "npm:is-data-view",
"data": {
"version": "1.0.2",
"packageName": "is-data-view",
"hash": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw=="
}
},
"npm:is-date-object": {
"type": "npm",
"name": "npm:is-date-object",
"data": {
"version": "1.1.0",
"packageName": "is-date-object",
"hash": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg=="
}
},
"npm:is-docker": {
"type": "npm",
"name": "npm:is-docker",
"data": {
"version": "2.2.1",
"packageName": "is-docker",
"hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
}
},
"npm:is-extglob": {
"type": "npm",
"name": "npm:is-extglob",
"data": {
"version": "2.1.1",
"packageName": "is-extglob",
"hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
}
},
"npm:is-finalizationregistry": {
"type": "npm",
"name": "npm:is-finalizationregistry",
"data": {
"version": "1.1.1",
"packageName": "is-finalizationregistry",
"hash": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg=="
}
},
"npm:is-fullwidth-code-point": {
"type": "npm",
"name": "npm:is-fullwidth-code-point",
"data": {
"version": "3.0.0",
"packageName": "is-fullwidth-code-point",
"hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
}
},
"npm:is-generator-fn": {
"type": "npm",
"name": "npm:is-generator-fn",
"data": {
"version": "2.1.0",
"packageName": "is-generator-fn",
"hash": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
}
},
"npm:is-generator-function": {
"type": "npm",
"name": "npm:is-generator-function",
"data": {
"version": "1.1.0",
"packageName": "is-generator-function",
"hash": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ=="
}
},
"npm:is-glob": {
"type": "npm",
"name": "npm:is-glob",
"data": {
"version": "4.0.3",
"packageName": "is-glob",
"hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg=="
}
},
"npm:is-interactive": {
"type": "npm",
"name": "npm:is-interactive",
"data": {
"version": "1.0.0",
"packageName": "is-interactive",
"hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w=="
}
},
"npm:is-lambda": {
"type": "npm",
"name": "npm:is-lambda",
"data": {
"version": "1.0.1",
"packageName": "is-lambda",
"hash": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
}
},
"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-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.1.1",
"packageName": "is-number-object",
"hash": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw=="
}
},
"npm:is-obj": {
"type": "npm",
"name": "npm:is-obj",
"data": {
"version": "2.0.0",
"packageName": "is-obj",
"hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
}
},
"npm:is-path-cwd": {
"type": "npm",
"name": "npm:is-path-cwd",
"data": {
"version": "2.2.0",
"packageName": "is-path-cwd",
"hash": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ=="
}
},
"npm:is-path-inside": {
"type": "npm",
"name": "npm:is-path-inside",
"data": {
"version": "3.0.3",
"packageName": "is-path-inside",
"hash": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ=="
}
},
"npm:is-plain-obj": {
"type": "npm",
"name": "npm:is-plain-obj",
"data": {
"version": "1.1.0",
"packageName": "is-plain-obj",
"hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg=="
}
},
"npm:is-plain-object": {
"type": "npm",
"name": "npm:is-plain-object",
"data": {
"version": "2.0.4",
"packageName": "is-plain-object",
"hash": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og=="
}
},
"npm:is-regex": {
"type": "npm",
"name": "npm:is-regex",
"data": {
"version": "1.2.1",
"packageName": "is-regex",
"hash": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g=="
}
},
"npm:is-set": {
"type": "npm",
"name": "npm:is-set",
"data": {
"version": "2.0.3",
"packageName": "is-set",
"hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg=="
}
},
"npm:is-shared-array-buffer": {
"type": "npm",
"name": "npm:is-shared-array-buffer",
"data": {
"version": "1.0.4",
"packageName": "is-shared-array-buffer",
"hash": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A=="
}
},
"npm:is-ssh": {
"type": "npm",
"name": "npm:is-ssh",
"data": {
"version": "1.4.1",
"packageName": "is-ssh",
"hash": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg=="
}
},
"npm:is-string": {
"type": "npm",
"name": "npm:is-string",
"data": {
"version": "1.1.1",
"packageName": "is-string",
"hash": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA=="
}
},
"npm:is-symbol": {
"type": "npm",
"name": "npm:is-symbol",
"data": {
"version": "1.1.1",
"packageName": "is-symbol",
"hash": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w=="
}
},
"npm:is-text-path": {
"type": "npm",
"name": "npm:is-text-path",
"data": {
"version": "1.0.1",
"packageName": "is-text-path",
"hash": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w=="
}
},
"npm:is-typed-array": {
"type": "npm",
"name": "npm:is-typed-array",
"data": {
"version": "1.1.15",
"packageName": "is-typed-array",
"hash": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ=="
}
},
"npm:is-unicode-supported": {
"type": "npm",
"name": "npm:is-unicode-supported",
"data": {
"version": "0.1.0",
"packageName": "is-unicode-supported",
"hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw=="
}
},
"npm:is-weakmap": {
"type": "npm",
"name": "npm:is-weakmap",
"data": {
"version": "2.0.2",
"packageName": "is-weakmap",
"hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w=="
}
},
"npm:is-weakref": {
"type": "npm",
"name": "npm:is-weakref",
"data": {
"version": "1.1.1",
"packageName": "is-weakref",
"hash": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew=="
}
},
"npm:is-weakset": {
"type": "npm",
"name": "npm:is-weakset",
"data": {
"version": "2.0.4",
"packageName": "is-weakset",
"hash": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ=="
}
},
"npm:is-wsl": {
"type": "npm",
"name": "npm:is-wsl",
"data": {
"version": "2.2.0",
"packageName": "is-wsl",
"hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="
}
},
"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:istanbul-lib-coverage": {
"type": "npm",
"name": "npm:istanbul-lib-coverage",
"data": {
"version": "3.2.2",
"packageName": "istanbul-lib-coverage",
"hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg=="
}
},
"npm:istanbul-lib-report": {
"type": "npm",
"name": "npm:istanbul-lib-report",
"data": {
"version": "3.0.1",
"packageName": "istanbul-lib-report",
"hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw=="
}
},
"npm:istanbul-lib-source-maps": {
"type": "npm",
"name": "npm:istanbul-lib-source-maps",
"data": {
"version": "4.0.1",
"packageName": "istanbul-lib-source-maps",
"hash": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw=="
}
},
"npm:istanbul-reports": {
"type": "npm",
"name": "npm:istanbul-reports",
"data": {
"version": "3.2.0",
"packageName": "istanbul-reports",
"hash": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA=="
}
},
"npm:jackspeak": {
"type": "npm",
"name": "npm:jackspeak",
"data": {
"version": "3.4.3",
"packageName": "jackspeak",
"hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw=="
}
},
"npm:jake": {
"type": "npm",
"name": "npm:jake",
"data": {
"version": "10.9.4",
"packageName": "jake",
"hash": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA=="
}
},
"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-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: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:js-tokens": {
"type": "npm",
"name": "npm:js-tokens",
"data": {
"version": "4.0.0",
"packageName": "js-tokens",
"hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
}
},
"npm:jsesc": {
"type": "npm",
"name": "npm:jsesc",
"data": {
"version": "3.1.0",
"packageName": "jsesc",
"hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA=="
}
},
"npm:json-buffer": {
"type": "npm",
"name": "npm:json-buffer",
"data": {
"version": "3.0.1",
"packageName": "json-buffer",
"hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
}
},
"npm:json-parse-better-errors": {
"type": "npm",
"name": "npm:json-parse-better-errors",
"data": {
"version": "1.0.2",
"packageName": "json-parse-better-errors",
"hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
}
},
"npm:json-schema-traverse": {
"type": "npm",
"name": "npm:json-schema-traverse",
"data": {
"version": "0.4.1",
"packageName": "json-schema-traverse",
"hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
}
},
"npm:json-stable-stringify-without-jsonify": {
"type": "npm",
"name": "npm:json-stable-stringify-without-jsonify",
"data": {
"version": "1.0.1",
"packageName": "json-stable-stringify-without-jsonify",
"hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
}
},
"npm:json-stringify-nice": {
"type": "npm",
"name": "npm:json-stringify-nice",
"data": {
"version": "1.1.4",
"packageName": "json-stringify-nice",
"hash": "sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw=="
}
},
"npm:json-stringify-safe": {
"type": "npm",
"name": "npm:json-stringify-safe",
"data": {
"version": "5.0.1",
"packageName": "json-stringify-safe",
"hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
}
},
"npm:json5": {
"type": "npm",
"name": "npm:json5",
"data": {
"version": "2.2.3",
"packageName": "json5",
"hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
}
},
"npm:json5@1.0.2": {
"type": "npm",
"name": "npm:json5@1.0.2",
"data": {
"version": "1.0.2",
"packageName": "json5",
"hash": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA=="
}
},
"npm:jsonc-parser": {
"type": "npm",
"name": "npm:jsonc-parser",
"data": {
"version": "3.2.0",
"packageName": "jsonc-parser",
"hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
}
},
"npm:jsonfile": {
"type": "npm",
"name": "npm:jsonfile",
"data": {
"version": "6.2.0",
"packageName": "jsonfile",
"hash": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg=="
}
},
"npm:jsonparse": {
"type": "npm",
"name": "npm:jsonparse",
"data": {
"version": "1.3.1",
"packageName": "jsonparse",
"hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg=="
}
},
"npm:JSONStream": {
"type": "npm",
"name": "npm:JSONStream",
"data": {
"version": "1.3.5",
"packageName": "JSONStream",
"hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ=="
}
},
"npm:jsx-ast-utils": {
"type": "npm",
"name": "npm:jsx-ast-utils",
"data": {
"version": "3.3.5",
"packageName": "jsx-ast-utils",
"hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ=="
}
},
"npm:just-diff": {
"type": "npm",
"name": "npm:just-diff",
"data": {
"version": "6.0.2",
"packageName": "just-diff",
"hash": "sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA=="
}
},
"npm:just-diff-apply": {
"type": "npm",
"name": "npm:just-diff-apply",
"data": {
"version": "5.5.0",
"packageName": "just-diff-apply",
"hash": "sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw=="
}
},
"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:language-subtag-registry": {
"type": "npm",
"name": "npm:language-subtag-registry",
"data": {
"version": "0.3.23",
"packageName": "language-subtag-registry",
"hash": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ=="
}
},
"npm:language-tags": {
"type": "npm",
"name": "npm:language-tags",
"data": {
"version": "1.0.9",
"packageName": "language-tags",
"hash": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA=="
}
},
"npm:lerna": {
"type": "npm",
"name": "npm:lerna",
"data": {
"version": "6.6.2",
"packageName": "lerna",
"hash": "sha512-W4qrGhcdutkRdHEaDf9eqp7u4JvI+1TwFy5woX6OI8WPe4PYBdxuILAsvhp614fUG41rKSGDKlOh+AWzdSidTg=="
}
},
"npm:rimraf@4.4.1": {
"type": "npm",
"name": "npm:rimraf@4.4.1",
"data": {
"version": "4.4.1",
"packageName": "rimraf",
"hash": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og=="
}
},
"npm:rimraf": {
"type": "npm",
"name": "npm:rimraf",
"data": {
"version": "3.0.2",
"packageName": "rimraf",
"hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="
}
},
"npm:typescript@4.9.5": {
"type": "npm",
"name": "npm:typescript@4.9.5",
"data": {
"version": "4.9.5",
"packageName": "typescript",
"hash": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
}
},
"npm:typescript": {
"type": "npm",
"name": "npm:typescript",
"data": {
"version": "5.9.2",
"packageName": "typescript",
"hash": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="
}
},
"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:libnpmaccess": {
"type": "npm",
"name": "npm:libnpmaccess",
"data": {
"version": "6.0.4",
"packageName": "libnpmaccess",
"hash": "sha512-qZ3wcfIyUoW0+qSFkMBovcTrSGJ3ZeyvpR7d5N9pEYv/kXs8sHP2wiqEIXBKLFrZlmM0kR0RJD7mtfLngtlLag=="
}
},
"npm:libnpmpublish": {
"type": "npm",
"name": "npm:libnpmpublish",
"data": {
"version": "7.1.4",
"packageName": "libnpmpublish",
"hash": "sha512-mMntrhVwut5prP4rJ228eEbEyvIzLWhqFuY90j5QeXBCTT2pWSMno7Yo2S2qplPUr02zPurGH4heGLZ+wORczg=="
}
},
"npm:lines-and-columns": {
"type": "npm",
"name": "npm:lines-and-columns",
"data": {
"version": "2.0.4",
"packageName": "lines-and-columns",
"hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A=="
}
},
"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:load-json-file": {
"type": "npm",
"name": "npm:load-json-file",
"data": {
"version": "6.2.0",
"packageName": "load-json-file",
"hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ=="
}
},
"npm:load-json-file@4.0.0": {
"type": "npm",
"name": "npm:load-json-file@4.0.0",
"data": {
"version": "4.0.0",
"packageName": "load-json-file",
"hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw=="
}
},
"npm:lodash": {
"type": "npm",
"name": "npm:lodash",
"data": {
"version": "4.17.21",
"packageName": "lodash",
"hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
},
"npm:lodash.camelcase": {
"type": "npm",
"name": "npm:lodash.camelcase",
"data": {
"version": "4.3.0",
"packageName": "lodash.camelcase",
"hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
}
},
"npm:lodash.ismatch": {
"type": "npm",
"name": "npm:lodash.ismatch",
"data": {
"version": "4.4.0",
"packageName": "lodash.ismatch",
"hash": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g=="
}
},
"npm:lodash.kebabcase": {
"type": "npm",
"name": "npm:lodash.kebabcase",
"data": {
"version": "4.1.1",
"packageName": "lodash.kebabcase",
"hash": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g=="
}
},
"npm:lodash.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.snakecase": {
"type": "npm",
"name": "npm:lodash.snakecase",
"data": {
"version": "4.1.1",
"packageName": "lodash.snakecase",
"hash": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw=="
}
},
"npm:lodash.upperfirst": {
"type": "npm",
"name": "npm:lodash.upperfirst",
"data": {
"version": "4.3.1",
"packageName": "lodash.upperfirst",
"hash": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg=="
}
},
"npm:log-symbols": {
"type": "npm",
"name": "npm:log-symbols",
"data": {
"version": "4.1.0",
"packageName": "log-symbols",
"hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg=="
}
},
"npm:make-error": {
"type": "npm",
"name": "npm:make-error",
"data": {
"version": "1.3.6",
"packageName": "make-error",
"hash": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
}
},
"npm:unique-filename@2.0.1": {
"type": "npm",
"name": "npm:unique-filename@2.0.1",
"data": {
"version": "2.0.1",
"packageName": "unique-filename",
"hash": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A=="
}
},
"npm:unique-filename": {
"type": "npm",
"name": "npm:unique-filename",
"data": {
"version": "3.0.0",
"packageName": "unique-filename",
"hash": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g=="
}
},
"npm:unique-slug@3.0.0": {
"type": "npm",
"name": "npm:unique-slug@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "unique-slug",
"hash": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w=="
}
},
"npm:unique-slug": {
"type": "npm",
"name": "npm:unique-slug",
"data": {
"version": "4.0.0",
"packageName": "unique-slug",
"hash": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ=="
}
},
"npm:makeerror": {
"type": "npm",
"name": "npm:makeerror",
"data": {
"version": "1.0.12",
"packageName": "makeerror",
"hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg=="
}
},
"npm:math-intrinsics": {
"type": "npm",
"name": "npm:math-intrinsics",
"data": {
"version": "1.1.0",
"packageName": "math-intrinsics",
"hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="
}
},
"npm:meow": {
"type": "npm",
"name": "npm:meow",
"data": {
"version": "8.1.2",
"packageName": "meow",
"hash": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q=="
}
},
"npm:read-pkg@5.2.0": {
"type": "npm",
"name": "npm:read-pkg@5.2.0",
"data": {
"version": "5.2.0",
"packageName": "read-pkg",
"hash": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg=="
}
},
"npm:read-pkg": {
"type": "npm",
"name": "npm:read-pkg",
"data": {
"version": "3.0.0",
"packageName": "read-pkg",
"hash": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA=="
}
},
"npm:read-pkg-up@7.0.1": {
"type": "npm",
"name": "npm:read-pkg-up@7.0.1",
"data": {
"version": "7.0.1",
"packageName": "read-pkg-up",
"hash": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg=="
}
},
"npm:read-pkg-up": {
"type": "npm",
"name": "npm:read-pkg-up",
"data": {
"version": "3.0.0",
"packageName": "read-pkg-up",
"hash": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw=="
}
},
"npm:merge-stream": {
"type": "npm",
"name": "npm:merge-stream",
"data": {
"version": "2.0.0",
"packageName": "merge-stream",
"hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
}
},
"npm:merge2": {
"type": "npm",
"name": "npm:merge2",
"data": {
"version": "1.4.1",
"packageName": "merge2",
"hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
}
},
"npm:micromatch": {
"type": "npm",
"name": "npm:micromatch",
"data": {
"version": "4.0.8",
"packageName": "micromatch",
"hash": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="
}
},
"npm:mime-db": {
"type": "npm",
"name": "npm:mime-db",
"data": {
"version": "1.52.0",
"packageName": "mime-db",
"hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
}
},
"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:min-indent": {
"type": "npm",
"name": "npm:min-indent",
"data": {
"version": "1.0.1",
"packageName": "min-indent",
"hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
}
},
"npm:minimist": {
"type": "npm",
"name": "npm:minimist",
"data": {
"version": "1.2.8",
"packageName": "minimist",
"hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
}
},
"npm:minimist-options": {
"type": "npm",
"name": "npm:minimist-options",
"data": {
"version": "4.1.0",
"packageName": "minimist-options",
"hash": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A=="
}
},
"npm:minipass-collect": {
"type": "npm",
"name": "npm:minipass-collect",
"data": {
"version": "1.0.2",
"packageName": "minipass-collect",
"hash": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA=="
}
},
"npm:minipass-flush": {
"type": "npm",
"name": "npm:minipass-flush",
"data": {
"version": "1.0.5",
"packageName": "minipass-flush",
"hash": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw=="
}
},
"npm:minipass-json-stream": {
"type": "npm",
"name": "npm:minipass-json-stream",
"data": {
"version": "1.0.2",
"packageName": "minipass-json-stream",
"hash": "sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg=="
}
},
"npm:minipass-pipeline": {
"type": "npm",
"name": "npm:minipass-pipeline",
"data": {
"version": "1.2.4",
"packageName": "minipass-pipeline",
"hash": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A=="
}
},
"npm:minipass-sized": {
"type": "npm",
"name": "npm:minipass-sized",
"data": {
"version": "1.0.3",
"packageName": "minipass-sized",
"hash": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g=="
}
},
"npm:minizlib": {
"type": "npm",
"name": "npm:minizlib",
"data": {
"version": "2.1.2",
"packageName": "minizlib",
"hash": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg=="
}
},
"npm:mkdirp": {
"type": "npm",
"name": "npm:mkdirp",
"data": {
"version": "1.0.4",
"packageName": "mkdirp",
"hash": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
}
},
"npm:mkdirp-infer-owner": {
"type": "npm",
"name": "npm:mkdirp-infer-owner",
"data": {
"version": "2.0.0",
"packageName": "mkdirp-infer-owner",
"hash": "sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw=="
}
},
"npm:modify-values": {
"type": "npm",
"name": "npm:modify-values",
"data": {
"version": "1.0.1",
"packageName": "modify-values",
"hash": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw=="
}
},
"npm:ms": {
"type": "npm",
"name": "npm:ms",
"data": {
"version": "2.1.3",
"packageName": "ms",
"hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}
},
"npm:multimatch": {
"type": "npm",
"name": "npm:multimatch",
"data": {
"version": "5.0.0",
"packageName": "multimatch",
"hash": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA=="
}
},
"npm:mute-stream": {
"type": "npm",
"name": "npm:mute-stream",
"data": {
"version": "0.0.8",
"packageName": "mute-stream",
"hash": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA=="
}
},
"npm:natural-compare": {
"type": "npm",
"name": "npm:natural-compare",
"data": {
"version": "1.4.0",
"packageName": "natural-compare",
"hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
}
},
"npm:negotiator": {
"type": "npm",
"name": "npm:negotiator",
"data": {
"version": "0.6.4",
"packageName": "negotiator",
"hash": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w=="
}
},
"npm:neo-async": {
"type": "npm",
"name": "npm:neo-async",
"data": {
"version": "2.6.2",
"packageName": "neo-async",
"hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
}
},
"npm:node-addon-api": {
"type": "npm",
"name": "npm:node-addon-api",
"data": {
"version": "3.2.1",
"packageName": "node-addon-api",
"hash": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A=="
}
},
"npm:node-domexception": {
"type": "npm",
"name": "npm:node-domexception",
"data": {
"version": "1.0.0",
"packageName": "node-domexception",
"hash": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
}
},
"npm:node-fetch": {
"type": "npm",
"name": "npm:node-fetch",
"data": {
"version": "3.3.2",
"packageName": "node-fetch",
"hash": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA=="
}
},
"npm:node-gyp": {
"type": "npm",
"name": "npm:node-gyp",
"data": {
"version": "9.4.1",
"packageName": "node-gyp",
"hash": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ=="
}
},
"npm:node-gyp-build": {
"type": "npm",
"name": "npm:node-gyp-build",
"data": {
"version": "4.8.4",
"packageName": "node-gyp-build",
"hash": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ=="
}
},
"npm:nopt@6.0.0": {
"type": "npm",
"name": "npm:nopt@6.0.0",
"data": {
"version": "6.0.0",
"packageName": "nopt",
"hash": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g=="
}
},
"npm:nopt": {
"type": "npm",
"name": "npm:nopt",
"data": {
"version": "7.2.1",
"packageName": "nopt",
"hash": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w=="
}
},
"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.21",
"packageName": "node-releases",
"hash": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw=="
}
},
"npm:normalize-path": {
"type": "npm",
"name": "npm:normalize-path",
"data": {
"version": "3.0.0",
"packageName": "normalize-path",
"hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
}
},
"npm:npm-bundled": {
"type": "npm",
"name": "npm:npm-bundled",
"data": {
"version": "3.0.1",
"packageName": "npm-bundled",
"hash": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ=="
}
},
"npm:npm-bundled@1.1.2": {
"type": "npm",
"name": "npm:npm-bundled@1.1.2",
"data": {
"version": "1.1.2",
"packageName": "npm-bundled",
"hash": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ=="
}
},
"npm:npm-install-checks": {
"type": "npm",
"name": "npm:npm-install-checks",
"data": {
"version": "6.3.0",
"packageName": "npm-install-checks",
"hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw=="
}
},
"npm:npm-packlist": {
"type": "npm",
"name": "npm:npm-packlist",
"data": {
"version": "5.1.1",
"packageName": "npm-packlist",
"hash": "sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw=="
}
},
"npm:npm-packlist@7.0.4": {
"type": "npm",
"name": "npm:npm-packlist@7.0.4",
"data": {
"version": "7.0.4",
"packageName": "npm-packlist",
"hash": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q=="
}
},
"npm:npm-pick-manifest": {
"type": "npm",
"name": "npm:npm-pick-manifest",
"data": {
"version": "8.0.2",
"packageName": "npm-pick-manifest",
"hash": "sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg=="
}
},
"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:object-inspect": {
"type": "npm",
"name": "npm:object-inspect",
"data": {
"version": "1.13.4",
"packageName": "object-inspect",
"hash": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="
}
},
"npm:object-keys": {
"type": "npm",
"name": "npm:object-keys",
"data": {
"version": "1.1.1",
"packageName": "object-keys",
"hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
}
},
"npm:object.assign": {
"type": "npm",
"name": "npm:object.assign",
"data": {
"version": "4.1.7",
"packageName": "object.assign",
"hash": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw=="
}
},
"npm:object.fromentries": {
"type": "npm",
"name": "npm:object.fromentries",
"data": {
"version": "2.0.8",
"packageName": "object.fromentries",
"hash": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ=="
}
},
"npm:object.groupby": {
"type": "npm",
"name": "npm:object.groupby",
"data": {
"version": "1.0.3",
"packageName": "object.groupby",
"hash": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ=="
}
},
"npm:object.values": {
"type": "npm",
"name": "npm:object.values",
"data": {
"version": "1.2.1",
"packageName": "object.values",
"hash": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA=="
}
},
"npm: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:open": {
"type": "npm",
"name": "npm:open",
"data": {
"version": "8.4.2",
"packageName": "open",
"hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="
}
},
"npm:optionator": {
"type": "npm",
"name": "npm:optionator",
"data": {
"version": "0.9.4",
"packageName": "optionator",
"hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g=="
}
},
"npm:ora": {
"type": "npm",
"name": "npm:ora",
"data": {
"version": "5.4.1",
"packageName": "ora",
"hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ=="
}
},
"npm:own-keys": {
"type": "npm",
"name": "npm:own-keys",
"data": {
"version": "1.0.1",
"packageName": "own-keys",
"hash": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg=="
}
},
"npm:p-finally": {
"type": "npm",
"name": "npm:p-finally",
"data": {
"version": "1.0.0",
"packageName": "p-finally",
"hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow=="
}
},
"npm:p-map": {
"type": "npm",
"name": "npm:p-map",
"data": {
"version": "4.0.0",
"packageName": "p-map",
"hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ=="
}
},
"npm:p-map-series": {
"type": "npm",
"name": "npm:p-map-series",
"data": {
"version": "2.1.0",
"packageName": "p-map-series",
"hash": "sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q=="
}
},
"npm:p-pipe": {
"type": "npm",
"name": "npm:p-pipe",
"data": {
"version": "3.1.0",
"packageName": "p-pipe",
"hash": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw=="
}
},
"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-reduce": {
"type": "npm",
"name": "npm:p-reduce",
"data": {
"version": "2.1.0",
"packageName": "p-reduce",
"hash": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw=="
}
},
"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:p-try": {
"type": "npm",
"name": "npm:p-try",
"data": {
"version": "2.2.0",
"packageName": "p-try",
"hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
}
},
"npm:p-try@1.0.0": {
"type": "npm",
"name": "npm:p-try@1.0.0",
"data": {
"version": "1.0.0",
"packageName": "p-try",
"hash": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww=="
}
},
"npm:p-waterfall": {
"type": "npm",
"name": "npm:p-waterfall",
"data": {
"version": "2.1.1",
"packageName": "p-waterfall",
"hash": "sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw=="
}
},
"npm:package-json-from-dist": {
"type": "npm",
"name": "npm:package-json-from-dist",
"data": {
"version": "1.0.1",
"packageName": "package-json-from-dist",
"hash": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
}
},
"npm:pacote": {
"type": "npm",
"name": "npm:pacote",
"data": {
"version": "15.1.1",
"packageName": "pacote",
"hash": "sha512-eeqEe77QrA6auZxNHIp+1TzHQ0HBKf5V6c8zcaYZ134EJe1lCi+fjXATkNiEEfbG+e50nu02GLvUtmZcGOYabQ=="
}
},
"npm:read-package-json@6.0.4": {
"type": "npm",
"name": "npm:read-package-json@6.0.4",
"data": {
"version": "6.0.4",
"packageName": "read-package-json",
"hash": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw=="
}
},
"npm:read-package-json": {
"type": "npm",
"name": "npm:read-package-json",
"data": {
"version": "5.0.1",
"packageName": "read-package-json",
"hash": "sha512-MALHuNgYWdGW3gKzuNMuYtcSSZbGQm94fAp16xt8VsYTLBjUSc55bLMKe6gzpWue0Tfi6CBgwCSdDAqutGDhMg=="
}
},
"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-conflict-json": {
"type": "npm",
"name": "npm:parse-conflict-json",
"data": {
"version": "3.0.1",
"packageName": "parse-conflict-json",
"hash": "sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw=="
}
},
"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-json@4.0.0": {
"type": "npm",
"name": "npm:parse-json@4.0.0",
"data": {
"version": "4.0.0",
"packageName": "parse-json",
"hash": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw=="
}
},
"npm:parse-path": {
"type": "npm",
"name": "npm:parse-path",
"data": {
"version": "7.1.0",
"packageName": "parse-path",
"hash": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw=="
}
},
"npm:parse-url": {
"type": "npm",
"name": "npm:parse-url",
"data": {
"version": "8.1.0",
"packageName": "parse-url",
"hash": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w=="
}
},
"npm:path-exists": {
"type": "npm",
"name": "npm:path-exists",
"data": {
"version": "4.0.0",
"packageName": "path-exists",
"hash": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
}
},
"npm:path-exists@3.0.0": {
"type": "npm",
"name": "npm:path-exists@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "path-exists",
"hash": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
}
},
"npm:path-is-absolute": {
"type": "npm",
"name": "npm:path-is-absolute",
"data": {
"version": "1.0.1",
"packageName": "path-is-absolute",
"hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
}
},
"npm:path-key": {
"type": "npm",
"name": "npm:path-key",
"data": {
"version": "3.1.1",
"packageName": "path-key",
"hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
}
},
"npm:path-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:path-type@3.0.0": {
"type": "npm",
"name": "npm:path-type@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "path-type",
"hash": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg=="
}
},
"npm:picocolors": {
"type": "npm",
"name": "npm:picocolors",
"data": {
"version": "1.1.1",
"packageName": "picocolors",
"hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
}
},
"npm:picomatch": {
"type": "npm",
"name": "npm:picomatch",
"data": {
"version": "2.3.1",
"packageName": "picomatch",
"hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
}
},
"npm:pirates": {
"type": "npm",
"name": "npm:pirates",
"data": {
"version": "4.0.7",
"packageName": "pirates",
"hash": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA=="
}
},
"npm:pkg-dir": {
"type": "npm",
"name": "npm:pkg-dir",
"data": {
"version": "4.2.0",
"packageName": "pkg-dir",
"hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ=="
}
},
"npm:possible-typed-array-names": {
"type": "npm",
"name": "npm:possible-typed-array-names",
"data": {
"version": "1.1.0",
"packageName": "possible-typed-array-names",
"hash": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="
}
},
"npm:postcss-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:prelude-ls": {
"type": "npm",
"name": "npm:prelude-ls",
"data": {
"version": "1.2.1",
"packageName": "prelude-ls",
"hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
}
},
"npm:prettier": {
"type": "npm",
"name": "npm:prettier",
"data": {
"version": "3.6.2",
"packageName": "prettier",
"hash": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ=="
}
},
"npm:prettier-linter-helpers": {
"type": "npm",
"name": "npm:prettier-linter-helpers",
"data": {
"version": "1.0.0",
"packageName": "prettier-linter-helpers",
"hash": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w=="
}
},
"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:promise-all-reject-late": {
"type": "npm",
"name": "npm:promise-all-reject-late",
"data": {
"version": "1.0.1",
"packageName": "promise-all-reject-late",
"hash": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw=="
}
},
"npm:promise-call-limit": {
"type": "npm",
"name": "npm:promise-call-limit",
"data": {
"version": "1.0.2",
"packageName": "promise-call-limit",
"hash": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA=="
}
},
"npm:promise-inflight": {
"type": "npm",
"name": "npm:promise-inflight",
"data": {
"version": "1.0.1",
"packageName": "promise-inflight",
"hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g=="
}
},
"npm:promise-retry": {
"type": "npm",
"name": "npm:promise-retry",
"data": {
"version": "2.0.1",
"packageName": "promise-retry",
"hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g=="
}
},
"npm:prompts": {
"type": "npm",
"name": "npm:prompts",
"data": {
"version": "2.4.2",
"packageName": "prompts",
"hash": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q=="
}
},
"npm:promzard": {
"type": "npm",
"name": "npm:promzard",
"data": {
"version": "0.3.0",
"packageName": "promzard",
"hash": "sha512-JZeYqd7UAcHCwI+sTOeUDYkvEU+1bQ7iE0UT1MgB/tERkAPkesW46MrpIySzODi+owTjZtiF8Ay5j9m60KmMBw=="
}
},
"npm:proto-list": {
"type": "npm",
"name": "npm:proto-list",
"data": {
"version": "1.2.4",
"packageName": "proto-list",
"hash": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="
}
},
"npm:protocols": {
"type": "npm",
"name": "npm:protocols",
"data": {
"version": "2.0.2",
"packageName": "protocols",
"hash": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ=="
}
},
"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:pure-rand": {
"type": "npm",
"name": "npm:pure-rand",
"data": {
"version": "6.1.0",
"packageName": "pure-rand",
"hash": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA=="
}
},
"npm:q": {
"type": "npm",
"name": "npm:q",
"data": {
"version": "1.5.1",
"packageName": "q",
"hash": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw=="
}
},
"npm:queue-microtask": {
"type": "npm",
"name": "npm:queue-microtask",
"data": {
"version": "1.2.3",
"packageName": "queue-microtask",
"hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
}
},
"npm:quick-lru": {
"type": "npm",
"name": "npm:quick-lru",
"data": {
"version": "4.0.1",
"packageName": "quick-lru",
"hash": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="
}
},
"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:read": {
"type": "npm",
"name": "npm:read",
"data": {
"version": "1.0.7",
"packageName": "read",
"hash": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ=="
}
},
"npm:redent": {
"type": "npm",
"name": "npm:redent",
"data": {
"version": "3.0.0",
"packageName": "redent",
"hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg=="
}
},
"npm:reflect.getprototypeof": {
"type": "npm",
"name": "npm:reflect.getprototypeof",
"data": {
"version": "1.0.10",
"packageName": "reflect.getprototypeof",
"hash": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw=="
}
},
"npm:regexp.prototype.flags": {
"type": "npm",
"name": "npm:regexp.prototype.flags",
"data": {
"version": "1.5.4",
"packageName": "regexp.prototype.flags",
"hash": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA=="
}
},
"npm: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:resolve": {
"type": "npm",
"name": "npm:resolve",
"data": {
"version": "1.22.10",
"packageName": "resolve",
"hash": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w=="
}
},
"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.exports": {
"type": "npm",
"name": "npm:resolve.exports",
"data": {
"version": "2.0.3",
"packageName": "resolve.exports",
"hash": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A=="
}
},
"npm:restore-cursor": {
"type": "npm",
"name": "npm:restore-cursor",
"data": {
"version": "3.1.0",
"packageName": "restore-cursor",
"hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA=="
}
},
"npm:retry": {
"type": "npm",
"name": "npm:retry",
"data": {
"version": "0.12.0",
"packageName": "retry",
"hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="
}
},
"npm:reusify": {
"type": "npm",
"name": "npm:reusify",
"data": {
"version": "1.1.0",
"packageName": "reusify",
"hash": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="
}
},
"npm:run-async": {
"type": "npm",
"name": "npm:run-async",
"data": {
"version": "2.4.1",
"packageName": "run-async",
"hash": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ=="
}
},
"npm:run-parallel": {
"type": "npm",
"name": "npm:run-parallel",
"data": {
"version": "1.2.0",
"packageName": "run-parallel",
"hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="
}
},
"npm:tslib@1.14.1": {
"type": "npm",
"name": "npm:tslib@1.14.1",
"data": {
"version": "1.14.1",
"packageName": "tslib",
"hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
},
"npm:tslib": {
"type": "npm",
"name": "npm:tslib",
"data": {
"version": "2.8.1",
"packageName": "tslib",
"hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
}
},
"npm:safe-array-concat": {
"type": "npm",
"name": "npm:safe-array-concat",
"data": {
"version": "1.1.3",
"packageName": "safe-array-concat",
"hash": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q=="
}
},
"npm:safe-push-apply": {
"type": "npm",
"name": "npm:safe-push-apply",
"data": {
"version": "1.0.0",
"packageName": "safe-push-apply",
"hash": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA=="
}
},
"npm:safe-regex-test": {
"type": "npm",
"name": "npm:safe-regex-test",
"data": {
"version": "1.1.0",
"packageName": "safe-regex-test",
"hash": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw=="
}
},
"npm:safer-buffer": {
"type": "npm",
"name": "npm:safer-buffer",
"data": {
"version": "2.1.2",
"packageName": "safer-buffer",
"hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
}
},
"npm:semver": {
"type": "npm",
"name": "npm:semver",
"data": {
"version": "7.7.2",
"packageName": "semver",
"hash": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="
}
},
"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:set-proto": {
"type": "npm",
"name": "npm:set-proto",
"data": {
"version": "1.0.0",
"packageName": "set-proto",
"hash": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw=="
}
},
"npm:shallow-clone": {
"type": "npm",
"name": "npm:shallow-clone",
"data": {
"version": "3.0.1",
"packageName": "shallow-clone",
"hash": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA=="
}
},
"npm:shebang-command": {
"type": "npm",
"name": "npm:shebang-command",
"data": {
"version": "2.0.0",
"packageName": "shebang-command",
"hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="
}
},
"npm:shebang-regex": {
"type": "npm",
"name": "npm:shebang-regex",
"data": {
"version": "3.0.0",
"packageName": "shebang-regex",
"hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
}
},
"npm:side-channel": {
"type": "npm",
"name": "npm:side-channel",
"data": {
"version": "1.1.0",
"packageName": "side-channel",
"hash": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw=="
}
},
"npm:side-channel-list": {
"type": "npm",
"name": "npm:side-channel-list",
"data": {
"version": "1.0.0",
"packageName": "side-channel-list",
"hash": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA=="
}
},
"npm:side-channel-map": {
"type": "npm",
"name": "npm:side-channel-map",
"data": {
"version": "1.0.1",
"packageName": "side-channel-map",
"hash": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA=="
}
},
"npm:side-channel-weakmap": {
"type": "npm",
"name": "npm:side-channel-weakmap",
"data": {
"version": "1.0.2",
"packageName": "side-channel-weakmap",
"hash": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="
}
},
"npm:sigstore": {
"type": "npm",
"name": "npm:sigstore",
"data": {
"version": "1.9.0",
"packageName": "sigstore",
"hash": "sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A=="
}
},
"npm:sisteransi": {
"type": "npm",
"name": "npm:sisteransi",
"data": {
"version": "1.0.5",
"packageName": "sisteransi",
"hash": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
}
},
"npm:slash": {
"type": "npm",
"name": "npm:slash",
"data": {
"version": "3.0.0",
"packageName": "slash",
"hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
}
},
"npm:smart-buffer": {
"type": "npm",
"name": "npm:smart-buffer",
"data": {
"version": "4.2.0",
"packageName": "smart-buffer",
"hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg=="
}
},
"npm:socks": {
"type": "npm",
"name": "npm:socks",
"data": {
"version": "2.8.7",
"packageName": "socks",
"hash": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A=="
}
},
"npm:socks-proxy-agent": {
"type": "npm",
"name": "npm:socks-proxy-agent",
"data": {
"version": "7.0.0",
"packageName": "socks-proxy-agent",
"hash": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww=="
}
},
"npm:sort-keys": {
"type": "npm",
"name": "npm:sort-keys",
"data": {
"version": "2.0.0",
"packageName": "sort-keys",
"hash": "sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg=="
}
},
"npm:source-map": {
"type": "npm",
"name": "npm:source-map",
"data": {
"version": "0.6.1",
"packageName": "source-map",
"hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
}
},
"npm:source-map-support": {
"type": "npm",
"name": "npm:source-map-support",
"data": {
"version": "0.5.13",
"packageName": "source-map-support",
"hash": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w=="
}
},
"npm:spawn-command": {
"type": "npm",
"name": "npm:spawn-command",
"data": {
"version": "0.0.2",
"packageName": "spawn-command",
"hash": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ=="
}
},
"npm:spdx-correct": {
"type": "npm",
"name": "npm:spdx-correct",
"data": {
"version": "3.2.0",
"packageName": "spdx-correct",
"hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA=="
}
},
"npm:spdx-exceptions": {
"type": "npm",
"name": "npm:spdx-exceptions",
"data": {
"version": "2.5.0",
"packageName": "spdx-exceptions",
"hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
}
},
"npm:spdx-expression-parse": {
"type": "npm",
"name": "npm:spdx-expression-parse",
"data": {
"version": "3.0.1",
"packageName": "spdx-expression-parse",
"hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q=="
}
},
"npm:spdx-license-ids": {
"type": "npm",
"name": "npm:spdx-license-ids",
"data": {
"version": "3.0.22",
"packageName": "spdx-license-ids",
"hash": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ=="
}
},
"npm:split": {
"type": "npm",
"name": "npm:split",
"data": {
"version": "1.0.1",
"packageName": "split",
"hash": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg=="
}
},
"npm:split2": {
"type": "npm",
"name": "npm:split2",
"data": {
"version": "3.2.2",
"packageName": "split2",
"hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg=="
}
},
"npm:sprintf-js": {
"type": "npm",
"name": "npm:sprintf-js",
"data": {
"version": "1.0.3",
"packageName": "sprintf-js",
"hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
}
},
"npm:stack-utils": {
"type": "npm",
"name": "npm:stack-utils",
"data": {
"version": "2.0.6",
"packageName": "stack-utils",
"hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ=="
}
},
"npm:stop-iteration-iterator": {
"type": "npm",
"name": "npm:stop-iteration-iterator",
"data": {
"version": "1.1.0",
"packageName": "stop-iteration-iterator",
"hash": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ=="
}
},
"npm: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.includes": {
"type": "npm",
"name": "npm:string.prototype.includes",
"data": {
"version": "2.0.1",
"packageName": "string.prototype.includes",
"hash": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg=="
}
},
"npm:string.prototype.trim": {
"type": "npm",
"name": "npm:string.prototype.trim",
"data": {
"version": "1.2.10",
"packageName": "string.prototype.trim",
"hash": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA=="
}
},
"npm:string.prototype.trimend": {
"type": "npm",
"name": "npm:string.prototype.trimend",
"data": {
"version": "1.0.9",
"packageName": "string.prototype.trimend",
"hash": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ=="
}
},
"npm:string.prototype.trimstart": {
"type": "npm",
"name": "npm:string.prototype.trimstart",
"data": {
"version": "1.0.8",
"packageName": "string.prototype.trimstart",
"hash": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg=="
}
},
"npm: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-final-newline": {
"type": "npm",
"name": "npm:strip-final-newline",
"data": {
"version": "2.0.0",
"packageName": "strip-final-newline",
"hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
}
},
"npm:strip-indent": {
"type": "npm",
"name": "npm:strip-indent",
"data": {
"version": "3.0.0",
"packageName": "strip-indent",
"hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ=="
}
},
"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: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: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-element-attributes": {
"type": "npm",
"name": "npm:svg-element-attributes",
"data": {
"version": "1.3.1",
"packageName": "svg-element-attributes",
"hash": "sha512-Bh05dSOnJBf3miNMqpsormfNtfidA/GxQVakhtn0T4DECWKeXQRQUceYjJ+OxYiiLdGe4Jo9iFV8wICFapFeIA=="
}
},
"npm:synckit": {
"type": "npm",
"name": "npm:synckit",
"data": {
"version": "0.11.11",
"packageName": "synckit",
"hash": "sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw=="
}
},
"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": {
"type": "npm",
"name": "npm:tar-stream",
"data": {
"version": "2.2.0",
"packageName": "tar-stream",
"hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ=="
}
},
"npm:temp-dir": {
"type": "npm",
"name": "npm:temp-dir",
"data": {
"version": "1.0.0",
"packageName": "temp-dir",
"hash": "sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ=="
}
},
"npm:temp-dir@2.0.0": {
"type": "npm",
"name": "npm:temp-dir@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "temp-dir",
"hash": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
}
},
"npm:tempy": {
"type": "npm",
"name": "npm:tempy",
"data": {
"version": "1.0.0",
"packageName": "tempy",
"hash": "sha512-eLXG5B1G0mRPHmgH2WydPl5v4jH35qEn3y/rA/aahKhIa91Pn119SsU7n7v/433gtT9ONzC8ISvNHIh2JSTm0w=="
}
},
"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-extensions": {
"type": "npm",
"name": "npm:text-extensions",
"data": {
"version": "1.9.0",
"packageName": "text-extensions",
"hash": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ=="
}
},
"npm:text-table": {
"type": "npm",
"name": "npm:text-table",
"data": {
"version": "0.2.0",
"packageName": "text-table",
"hash": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
}
},
"npm:through": {
"type": "npm",
"name": "npm:through",
"data": {
"version": "2.3.8",
"packageName": "through",
"hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
}
},
"npm:tmp": {
"type": "npm",
"name": "npm:tmp",
"data": {
"version": "0.2.5",
"packageName": "tmp",
"hash": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow=="
}
},
"npm:tmpl": {
"type": "npm",
"name": "npm:tmpl",
"data": {
"version": "1.0.5",
"packageName": "tmpl",
"hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
}
},
"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:tree-kill": {
"type": "npm",
"name": "npm:tree-kill",
"data": {
"version": "1.2.2",
"packageName": "tree-kill",
"hash": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="
}
},
"npm:treeverse": {
"type": "npm",
"name": "npm:treeverse",
"data": {
"version": "3.0.0",
"packageName": "treeverse",
"hash": "sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ=="
}
},
"npm:trim-newlines": {
"type": "npm",
"name": "npm:trim-newlines",
"data": {
"version": "3.0.1",
"packageName": "trim-newlines",
"hash": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw=="
}
},
"npm:ts-api-utils": {
"type": "npm",
"name": "npm:ts-api-utils",
"data": {
"version": "1.4.3",
"packageName": "ts-api-utils",
"hash": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw=="
}
},
"npm:ts-jest": {
"type": "npm",
"name": "npm:ts-jest",
"data": {
"version": "29.4.4",
"packageName": "ts-jest",
"hash": "sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw=="
}
},
"npm:tsutils": {
"type": "npm",
"name": "npm:tsutils",
"data": {
"version": "3.21.0",
"packageName": "tsutils",
"hash": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA=="
}
},
"npm:tuf-js": {
"type": "npm",
"name": "npm:tuf-js",
"data": {
"version": "1.1.7",
"packageName": "tuf-js",
"hash": "sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg=="
}
},
"npm:type-check": {
"type": "npm",
"name": "npm:type-check",
"data": {
"version": "0.4.0",
"packageName": "type-check",
"hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew=="
}
},
"npm:type-detect": {
"type": "npm",
"name": "npm:type-detect",
"data": {
"version": "4.0.8",
"packageName": "type-detect",
"hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
}
},
"npm:typed-array-buffer": {
"type": "npm",
"name": "npm:typed-array-buffer",
"data": {
"version": "1.0.3",
"packageName": "typed-array-buffer",
"hash": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw=="
}
},
"npm:typed-array-byte-length": {
"type": "npm",
"name": "npm:typed-array-byte-length",
"data": {
"version": "1.0.3",
"packageName": "typed-array-byte-length",
"hash": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg=="
}
},
"npm:typed-array-byte-offset": {
"type": "npm",
"name": "npm:typed-array-byte-offset",
"data": {
"version": "1.0.4",
"packageName": "typed-array-byte-offset",
"hash": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ=="
}
},
"npm:typed-array-length": {
"type": "npm",
"name": "npm:typed-array-length",
"data": {
"version": "1.0.7",
"packageName": "typed-array-length",
"hash": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="
}
},
"npm:typedarray": {
"type": "npm",
"name": "npm:typedarray",
"data": {
"version": "0.0.6",
"packageName": "typedarray",
"hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
}
},
"npm:uglify-js": {
"type": "npm",
"name": "npm:uglify-js",
"data": {
"version": "3.19.3",
"packageName": "uglify-js",
"hash": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ=="
}
},
"npm:unbox-primitive": {
"type": "npm",
"name": "npm:unbox-primitive",
"data": {
"version": "1.1.0",
"packageName": "unbox-primitive",
"hash": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw=="
}
},
"npm:undici-types": {
"type": "npm",
"name": "npm:undici-types",
"data": {
"version": "7.12.0",
"packageName": "undici-types",
"hash": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ=="
}
},
"npm:unique-string": {
"type": "npm",
"name": "npm:unique-string",
"data": {
"version": "2.0.0",
"packageName": "unique-string",
"hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg=="
}
},
"npm:universal-user-agent": {
"type": "npm",
"name": "npm:universal-user-agent",
"data": {
"version": "6.0.1",
"packageName": "universal-user-agent",
"hash": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ=="
}
},
"npm:universalify": {
"type": "npm",
"name": "npm:universalify",
"data": {
"version": "2.0.1",
"packageName": "universalify",
"hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw=="
}
},
"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.3",
"packageName": "update-browserslist-db",
"hash": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw=="
}
},
"npm:uri-js": {
"type": "npm",
"name": "npm:uri-js",
"data": {
"version": "npm:uri-js-replace@1.0.1",
"packageName": "uri-js",
"hash": "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g=="
}
},
"npm:util-deprecate": {
"type": "npm",
"name": "npm:util-deprecate",
"data": {
"version": "1.0.2",
"packageName": "util-deprecate",
"hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
}
},
"npm:uuid": {
"type": "npm",
"name": "npm:uuid",
"data": {
"version": "8.3.2",
"packageName": "uuid",
"hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
}
},
"npm:v8-compile-cache": {
"type": "npm",
"name": "npm:v8-compile-cache",
"data": {
"version": "2.3.0",
"packageName": "v8-compile-cache",
"hash": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
}
},
"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-license": {
"type": "npm",
"name": "npm:validate-npm-package-license",
"data": {
"version": "3.0.4",
"packageName": "validate-npm-package-license",
"hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew=="
}
},
"npm:walk-up-path": {
"type": "npm",
"name": "npm:walk-up-path",
"data": {
"version": "1.0.0",
"packageName": "walk-up-path",
"hash": "sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg=="
}
},
"npm:walker": {
"type": "npm",
"name": "npm:walker",
"data": {
"version": "1.0.8",
"packageName": "walker",
"hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ=="
}
},
"npm:wcwidth": {
"type": "npm",
"name": "npm:wcwidth",
"data": {
"version": "1.0.1",
"packageName": "wcwidth",
"hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg=="
}
},
"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:which-boxed-primitive": {
"type": "npm",
"name": "npm:which-boxed-primitive",
"data": {
"version": "1.1.1",
"packageName": "which-boxed-primitive",
"hash": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA=="
}
},
"npm:which-builtin-type": {
"type": "npm",
"name": "npm:which-builtin-type",
"data": {
"version": "1.2.1",
"packageName": "which-builtin-type",
"hash": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q=="
}
},
"npm:which-collection": {
"type": "npm",
"name": "npm:which-collection",
"data": {
"version": "1.0.2",
"packageName": "which-collection",
"hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw=="
}
},
"npm:which-typed-array": {
"type": "npm",
"name": "npm:which-typed-array",
"data": {
"version": "1.1.19",
"packageName": "which-typed-array",
"hash": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw=="
}
},
"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:word-wrap": {
"type": "npm",
"name": "npm:word-wrap",
"data": {
"version": "1.2.5",
"packageName": "word-wrap",
"hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA=="
}
},
"npm:wordwrap": {
"type": "npm",
"name": "npm:wordwrap",
"data": {
"version": "1.0.0",
"packageName": "wordwrap",
"hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q=="
}
},
"npm:wrap-ansi-cjs": {
"type": "npm",
"name": "npm:wrap-ansi-cjs",
"data": {
"version": "npm:wrap-ansi@7.0.0",
"packageName": "wrap-ansi-cjs",
"hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="
}
},
"npm:wrappy": {
"type": "npm",
"name": "npm:wrappy",
"data": {
"version": "1.0.2",
"packageName": "wrappy",
"hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
}
},
"npm:write-json-file": {
"type": "npm",
"name": "npm:write-json-file",
"data": {
"version": "3.2.0",
"packageName": "write-json-file",
"hash": "sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ=="
}
},
"npm:write-pkg": {
"type": "npm",
"name": "npm:write-pkg",
"data": {
"version": "4.0.0",
"packageName": "write-pkg",
"hash": "sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA=="
}
},
"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:yaml": {
"type": "npm",
"name": "npm:yaml",
"data": {
"version": "1.10.2",
"packageName": "yaml",
"hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
}
},
"npm:yocto-queue": {
"type": "npm",
"name": "npm:yocto-queue",
"data": {
"version": "0.1.0",
"packageName": "yocto-queue",
"hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}
}
},
"dependencies": {
"@actions/http-client": [
{
"source": "@actions/http-client",
"target": "npm:@types/node",
"type": "static"
}
],
"@actions/tool-cache": [
{
"source": "@actions/tool-cache",
"target": "npm:@types/semver",
"type": "static"
},
{
"source": "@actions/tool-cache",
"target": "npm:semver",
"type": "static"
}
],
"@actions/artifact": [
{
"source": "@actions/artifact",
"target": "npm:typescript",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "@actions/core",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "@actions/github",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "@actions/http-client",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "npm:@octokit/core",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "npm:@octokit/plugin-request-log",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "npm:@octokit/request",
"type": "static"
},
{
"source": "@actions/artifact",
"target": "npm:@octokit/request-error",
"type": "static"
}
],
"@actions/attest": [
{
"source": "@actions/attest",
"target": "@actions/github",
"type": "static"
},
{
"source": "@actions/attest",
"target": "npm:@sigstore/bundle",
"type": "static"
},
{
"source": "@actions/attest",
"target": "npm:@sigstore/sign",
"type": "static"
}
],
"@actions/github": [
{
"source": "@actions/github",
"target": "npm:@octokit/core",
"type": "static"
},
{
"source": "@actions/github",
"target": "npm:@octokit/plugin-paginate-rest",
"type": "static"
},
{
"source": "@actions/github",
"target": "npm:@octokit/plugin-rest-endpoint-methods",
"type": "static"
},
{
"source": "@actions/github",
"target": "npm:@octokit/request",
"type": "static"
},
{
"source": "@actions/github",
"target": "npm:@octokit/request-error",
"type": "static"
}
],
"@actions/cache": [
{
"source": "@actions/cache",
"target": "npm:@types/node",
"type": "static"
},
{
"source": "@actions/cache",
"target": "npm:@types/semver",
"type": "static"
},
{
"source": "@actions/cache",
"target": "npm:typescript",
"type": "static"
},
{
"source": "@actions/cache",
"target": "@actions/core",
"type": "static"
},
{
"source": "@actions/cache",
"target": "@actions/exec",
"type": "static"
},
{
"source": "@actions/cache",
"target": "@actions/glob",
"type": "static"
},
{
"source": "@actions/cache",
"target": "@actions/http-client",
"type": "static"
},
{
"source": "@actions/cache",
"target": "@actions/io",
"type": "static"
},
{
"source": "@actions/cache",
"target": "npm:semver",
"type": "static"
}
],
"@actions/core": [
{
"source": "@actions/core",
"target": "npm:@types/node",
"type": "static"
},
{
"source": "@actions/core",
"target": "@actions/exec",
"type": "static"
},
{
"source": "@actions/core",
"target": "@actions/http-client",
"type": "static"
}
],
"@actions/exec": [
{
"source": "@actions/exec",
"target": "@actions/io",
"type": "static"
}
],
"@actions/glob": [
{
"source": "@actions/glob",
"target": "npm:minimatch",
"type": "static"
}
],
"@actions/io": [],
"npm:@babel/code-frame": [
{
"source": "npm:@babel/code-frame",
"target": "npm:@babel/helper-validator-identifier",
"type": "static"
},
{
"source": "npm:@babel/code-frame",
"target": "npm:js-tokens",
"type": "static"
},
{
"source": "npm:@babel/code-frame",
"target": "npm:picocolors",
"type": "static"
}
],
"npm:@babel/core": [
{
"source": "npm:@babel/core",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/generator",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/helper-compilation-targets",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/helper-module-transforms",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/helpers",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/template",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/traverse",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/types",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@jridgewell/remapping",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:convert-source-map",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:gensync",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:json5",
"type": "static"
}
],
"npm:@babel/generator": [
{
"source": "npm:@babel/generator",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/generator",
"target": "npm:@babel/types",
"type": "static"
},
{
"source": "npm:@babel/generator",
"target": "npm:@jridgewell/gen-mapping",
"type": "static"
},
{
"source": "npm:@babel/generator",
"target": "npm:@jridgewell/trace-mapping",
"type": "static"
},
{
"source": "npm:@babel/generator",
"target": "npm:jsesc",
"type": "static"
}
],
"npm:@babel/helper-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"
}
],
"npm:@babel/helper-module-imports": [
{
"source": "npm:@babel/helper-module-imports",
"target": "npm:@babel/traverse",
"type": "static"
},
{
"source": "npm:@babel/helper-module-imports",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/helper-module-transforms": [
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/core",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/helper-module-imports",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/helper-validator-identifier",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/traverse",
"type": "static"
}
],
"npm:@babel/helpers": [
{
"source": "npm:@babel/helpers",
"target": "npm:@babel/template",
"type": "static"
},
{
"source": "npm:@babel/helpers",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/parser": [
{
"source": "npm:@babel/parser",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/plugin-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-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/template": [
{
"source": "npm:@babel/template",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:@babel/template",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/template",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/traverse": [
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/generator",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/helper-globals",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/template",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/types",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:debug",
"type": "static"
}
],
"npm:@babel/types": [
{
"source": "npm:@babel/types",
"target": "npm:@babel/helper-string-parser",
"type": "static"
},
{
"source": "npm:@babel/types",
"target": "npm:@babel/helper-validator-identifier",
"type": "static"
}
],
"npm:@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",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:espree",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:globals",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:import-fresh",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:js-yaml",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:@eslint/eslintrc",
"target": "npm:strip-json-comments",
"type": "static"
}
],
"npm:@humanwhocodes/config-array": [
{
"source": "npm:@humanwhocodes/config-array",
"target": "npm:@humanwhocodes/object-schema",
"type": "static"
},
{
"source": "npm:@humanwhocodes/config-array",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:@humanwhocodes/config-array",
"target": "npm:minimatch",
"type": "static"
}
],
"npm:@inquirer/external-editor": [
{
"source": "npm:@inquirer/external-editor",
"target": "npm:@types/node",
"type": "static"
},
{
"source": "npm:@inquirer/external-editor",
"target": "npm:chardet",
"type": "static"
},
{
"source": "npm:@inquirer/external-editor",
"target": "npm:iconv-lite",
"type": "static"
}
],
"npm:@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.2",
"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.2",
"type": "static"
}
],
"npm:strip-ansi@7.1.2": [
{
"source": "npm:strip-ansi@7.1.2",
"target": "npm:ansi-regex@6.2.2",
"type": "static"
}
],
"npm:wrap-ansi@8.1.0": [
{
"source": "npm:wrap-ansi@8.1.0",
"target": "npm:ansi-styles@6.2.3",
"type": "static"
},
{
"source": "npm:wrap-ansi@8.1.0",
"target": "npm:string-width@5.1.2",
"type": "static"
},
{
"source": "npm:wrap-ansi@8.1.0",
"target": "npm:strip-ansi@7.1.2",
"type": "static"
}
],
"npm:@istanbuljs/load-nyc-config": [
{
"source": "npm:@istanbuljs/load-nyc-config",
"target": "npm:camelcase",
"type": "static"
},
{
"source": "npm:@istanbuljs/load-nyc-config",
"target": "npm:find-up@4.1.0",
"type": "static"
},
{
"source": "npm:@istanbuljs/load-nyc-config",
"target": "npm:get-package-type",
"type": "static"
},
{
"source": "npm:@istanbuljs/load-nyc-config",
"target": "npm:js-yaml@3.14.2",
"type": "static"
},
{
"source": "npm:@istanbuljs/load-nyc-config",
"target": "npm:resolve-from@5.0.0",
"type": "static"
}
],
"npm:argparse@1.0.10": [
{
"source": "npm:argparse@1.0.10",
"target": "npm:sprintf-js",
"type": "static"
}
],
"npm:find-up@4.1.0": [
{
"source": "npm:find-up@4.1.0",
"target": "npm:locate-path@5.0.0",
"type": "static"
},
{
"source": "npm:find-up@4.1.0",
"target": "npm:path-exists",
"type": "static"
}
],
"npm:js-yaml@3.14.2": [
{
"source": "npm:js-yaml@3.14.2",
"target": "npm:argparse@1.0.10",
"type": "static"
},
{
"source": "npm:js-yaml@3.14.2",
"target": "npm:esprima",
"type": "static"
}
],
"npm:locate-path@5.0.0": [
{
"source": "npm:locate-path@5.0.0",
"target": "npm:p-locate@4.1.0",
"type": "static"
}
],
"npm:p-limit@2.3.0": [
{
"source": "npm:p-limit@2.3.0",
"target": "npm:p-try",
"type": "static"
}
],
"npm:p-locate@4.1.0": [
{
"source": "npm:p-locate@4.1.0",
"target": "npm:p-limit@2.3.0",
"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",
"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",
"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",
"type": "static"
},
{
"source": "npm:@jest/core",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:@jest/core",
"target": "npm:strip-ansi",
"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",
"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",
"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",
"type": "static"
}
],
"npm:@jridgewell/gen-mapping": [
{
"source": "npm:@jridgewell/gen-mapping",
"target": "npm:@jridgewell/sourcemap-codec",
"type": "static"
},
{
"source": "npm:@jridgewell/gen-mapping",
"target": "npm:@jridgewell/trace-mapping",
"type": "static"
}
],
"npm:@jridgewell/remapping": [
{
"source": "npm:@jridgewell/remapping",
"target": "npm:@jridgewell/gen-mapping",
"type": "static"
},
{
"source": "npm:@jridgewell/remapping",
"target": "npm:@jridgewell/trace-mapping",
"type": "static"
}
],
"npm:@jridgewell/trace-mapping": [
{
"source": "npm:@jridgewell/trace-mapping",
"target": "npm:@jridgewell/resolve-uri",
"type": "static"
},
{
"source": "npm:@jridgewell/trace-mapping",
"target": "npm:@jridgewell/sourcemap-codec",
"type": "static"
}
],
"npm:@lerna/child-process": [
{
"source": "npm:@lerna/child-process",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:@lerna/child-process",
"target": "npm:execa",
"type": "static"
},
{
"source": "npm:@lerna/child-process",
"target": "npm:strong-log-transformer",
"type": "static"
}
],
"npm:@lerna/create": [
{
"source": "npm:@lerna/create",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:fs-extra",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:init-package-json",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:p-reduce",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:pify",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:validate-npm-package-license",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:validate-npm-package-name",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:yargs-parser",
"type": "static"
}
],
"npm:@lerna/legacy-package-management": [
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:@npmcli/arborist",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:@npmcli/run-script",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:@nrwl/devkit",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:@octokit/rest",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:byte-size",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:chalk@4.1.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:clone-deep",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:cmd-shim",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:columnify",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:config-chain",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:conventional-changelog-core",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:conventional-recommended-bump",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:cosmiconfig",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:dot-prop",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:execa@5.0.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:file-url",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:find-up",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:fs-extra",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:get-port",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:get-stream@6.0.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:git-url-parse",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:glob-parent@5.1.2",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:globby",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:graceful-fs@4.2.10",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:has-unicode",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:inquirer@8.2.4",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:is-ci",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:is-stream@2.0.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:libnpmpublish",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:load-json-file",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:make-dir@3.1.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:minimatch@3.0.5",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:multimatch",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:npm-packlist",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:npm-registry-fetch@14.0.3",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:p-map-series",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:p-queue",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:p-waterfall",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:pify",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:pretty-format@29.4.3",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:read-cmd-shim",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:read-package-json",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:resolve-from@5.0.0",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:ssri",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:strong-log-transformer",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:temp-dir",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:tempy",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:upath",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:uuid",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:write-file-atomic@4.0.1",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:write-pkg",
"type": "static"
},
{
"source": "npm:@lerna/legacy-package-management",
"target": "npm:yargs",
"type": "static"
}
],
"npm:chalk@4.1.0": [
{
"source": "npm:chalk@4.1.0",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:chalk@4.1.0",
"target": "npm:supports-color@7.2.0",
"type": "static"
}
],
"npm:execa@5.0.0": [
{
"source": "npm:execa@5.0.0",
"target": "npm:cross-spawn",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:get-stream@6.0.0",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:human-signals",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:is-stream@2.0.0",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:merge-stream",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:npm-run-path",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:onetime",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:execa@5.0.0",
"target": "npm:strip-final-newline",
"type": "static"
}
],
"npm:glob-parent@5.1.2": [
{
"source": "npm:glob-parent@5.1.2",
"target": "npm:is-glob",
"type": "static"
}
],
"npm:inquirer@8.2.4": [
{
"source": "npm:inquirer@8.2.4",
"target": "npm:ansi-escapes",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:cli-cursor",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:cli-width",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:external-editor",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:figures",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:mute-stream",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:ora",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:run-async",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:rxjs@7.8.2",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:through",
"type": "static"
},
{
"source": "npm:inquirer@8.2.4",
"target": "npm:wrap-ansi@7.0.0",
"type": "static"
}
],
"npm:chalk": [
{
"source": "npm:chalk",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:chalk",
"target": "npm:supports-color@7.2.0",
"type": "static"
}
],
"npm:make-fetch-happen@11.1.1": [
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:agentkeepalive",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:cacache",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:http-cache-semantics",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:http-proxy-agent",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:https-proxy-agent",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:is-lambda",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:lru-cache@7.18.3",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:minipass@5.0.0",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:minipass-fetch@3.0.5",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:minipass-flush",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:minipass-pipeline",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:negotiator",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:promise-retry",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:socks-proxy-agent",
"type": "static"
},
{
"source": "npm:make-fetch-happen@11.1.1",
"target": "npm:ssri@10.0.6",
"type": "static"
}
],
"npm:ssri@10.0.6": [
{
"source": "npm:ssri@10.0.6",
"target": "npm:minipass",
"type": "static"
}
],
"npm:minipass-fetch@3.0.5": [
{
"source": "npm:minipass-fetch@3.0.5",
"target": "npm:minipass",
"type": "static"
},
{
"source": "npm:minipass-fetch@3.0.5",
"target": "npm:minipass-sized",
"type": "static"
},
{
"source": "npm:minipass-fetch@3.0.5",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:minipass-fetch@3.0.5",
"target": "npm:encoding",
"type": "static"
}
],
"npm:npm-registry-fetch@14.0.3": [
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:make-fetch-happen@11.1.1",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:minipass@4.2.8",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:minipass-fetch@3.0.5",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:minipass-json-stream",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:npm-package-arg@10.1.0",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@14.0.3",
"target": "npm:proc-log",
"type": "static"
}
],
"npm:npm-package-arg@10.1.0": [
{
"source": "npm:npm-package-arg@10.1.0",
"target": "npm:hosted-git-info",
"type": "static"
},
{
"source": "npm:npm-package-arg@10.1.0",
"target": "npm:proc-log",
"type": "static"
},
{
"source": "npm:npm-package-arg@10.1.0",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:npm-package-arg@10.1.0",
"target": "npm:validate-npm-package-name@5.0.1",
"type": "static"
}
],
"npm:pretty-format@29.4.3": [
{
"source": "npm:pretty-format@29.4.3",
"target": "npm:@jest/schemas",
"type": "static"
},
{
"source": "npm:pretty-format@29.4.3",
"target": "npm:ansi-styles@5.2.0",
"type": "static"
},
{
"source": "npm:pretty-format@29.4.3",
"target": "npm:react-is",
"type": "static"
}
],
"npm:rxjs@7.8.2": [
{
"source": "npm:rxjs@7.8.2",
"target": "npm:tslib",
"type": "static"
}
],
"npm:supports-color@7.2.0": [
{
"source": "npm:supports-color@7.2.0",
"target": "npm:has-flag",
"type": "static"
}
],
"npm:wrap-ansi@7.0.0": [
{
"source": "npm:wrap-ansi@7.0.0",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:wrap-ansi@7.0.0",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:wrap-ansi@7.0.0",
"target": "npm:strip-ansi",
"type": "static"
}
],
"npm:write-file-atomic@4.0.1": [
{
"source": "npm:write-file-atomic@4.0.1",
"target": "npm:imurmurhash",
"type": "static"
},
{
"source": "npm:write-file-atomic@4.0.1",
"target": "npm:signal-exit",
"type": "static"
}
],
"npm:@nodelib/fs.scandir": [
{
"source": "npm:@nodelib/fs.scandir",
"target": "npm:@nodelib/fs.stat",
"type": "static"
},
{
"source": "npm:@nodelib/fs.scandir",
"target": "npm:run-parallel",
"type": "static"
}
],
"npm:@nodelib/fs.walk": [
{
"source": "npm:@nodelib/fs.walk",
"target": "npm:@nodelib/fs.scandir",
"type": "static"
},
{
"source": "npm:@nodelib/fs.walk",
"target": "npm:fastq",
"type": "static"
}
],
"npm:@npmcli/arborist": [
{
"source": "npm:@npmcli/arborist",
"target": "npm:@isaacs/string-locale-compare",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/fs",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/installed-package-contents",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/map-workspaces",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/metavuln-calculator",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/name-from-folder",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/node-gyp",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/package-json",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/query",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:@npmcli/run-script@6.0.2",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:bin-links",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:cacache",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:common-ancestor-path",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:hosted-git-info",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:json-stringify-nice",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:minimatch@6.2.0",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:nopt",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:npm-install-checks",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:npm-package-arg@10.1.0",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:npm-pick-manifest",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:npmlog@7.0.1",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:parse-conflict-json",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:proc-log",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:promise-all-reject-late",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:promise-call-limit",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:read-package-json-fast",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:ssri@10.0.6",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:treeverse",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:walk-up-path",
"type": "static"
}
],
"npm:@npmcli/run-script@6.0.2": [
{
"source": "npm:@npmcli/run-script@6.0.2",
"target": "npm:@npmcli/node-gyp",
"type": "static"
},
{
"source": "npm:@npmcli/run-script@6.0.2",
"target": "npm:@npmcli/promise-spawn",
"type": "static"
},
{
"source": "npm:@npmcli/run-script@6.0.2",
"target": "npm:node-gyp",
"type": "static"
},
{
"source": "npm:@npmcli/run-script@6.0.2",
"target": "npm:read-package-json-fast",
"type": "static"
},
{
"source": "npm:@npmcli/run-script@6.0.2",
"target": "npm:which@3.0.1",
"type": "static"
}
],
"npm:gauge@5.0.2": [
{
"source": "npm:gauge@5.0.2",
"target": "npm:aproba",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:color-support",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:console-control-strings",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:has-unicode",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:signal-exit@4.1.0",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:gauge@5.0.2",
"target": "npm:wide-align",
"type": "static"
}
],
"npm:minimatch@6.2.0": [
{
"source": "npm:minimatch@6.2.0",
"target": "npm:brace-expansion",
"type": "static"
}
],
"npm:npmlog@7.0.1": [
{
"source": "npm:npmlog@7.0.1",
"target": "npm:are-we-there-yet@4.0.2",
"type": "static"
},
{
"source": "npm:npmlog@7.0.1",
"target": "npm:console-control-strings",
"type": "static"
},
{
"source": "npm:npmlog@7.0.1",
"target": "npm:gauge@5.0.2",
"type": "static"
},
{
"source": "npm:npmlog@7.0.1",
"target": "npm:set-blocking",
"type": "static"
}
],
"npm:which@3.0.1": [
{
"source": "npm:which@3.0.1",
"target": "npm:isexe",
"type": "static"
}
],
"npm:@npmcli/fs": [
{
"source": "npm:@npmcli/fs",
"target": "npm:semver",
"type": "static"
}
],
"npm:@npmcli/git": [
{
"source": "npm:@npmcli/git",
"target": "npm:@npmcli/promise-spawn",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:lru-cache@7.18.3",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:npm-pick-manifest",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:proc-log",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:promise-inflight",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:promise-retry",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@npmcli/git",
"target": "npm:which@3.0.1",
"type": "static"
}
],
"npm:@npmcli/installed-package-contents": [
{
"source": "npm:@npmcli/installed-package-contents",
"target": "npm:npm-bundled",
"type": "static"
},
{
"source": "npm:@npmcli/installed-package-contents",
"target": "npm:npm-normalize-package-bin",
"type": "static"
}
],
"npm:@npmcli/map-workspaces": [
{
"source": "npm:@npmcli/map-workspaces",
"target": "npm:@npmcli/name-from-folder",
"type": "static"
},
{
"source": "npm:@npmcli/map-workspaces",
"target": "npm:glob@10.5.0",
"type": "static"
},
{
"source": "npm:@npmcli/map-workspaces",
"target": "npm:minimatch@9.0.5",
"type": "static"
},
{
"source": "npm:@npmcli/map-workspaces",
"target": "npm:read-package-json-fast",
"type": "static"
}
],
"npm:glob@10.5.0": [
{
"source": "npm:glob@10.5.0",
"target": "npm:foreground-child",
"type": "static"
},
{
"source": "npm:glob@10.5.0",
"target": "npm:jackspeak",
"type": "static"
},
{
"source": "npm:glob@10.5.0",
"target": "npm:minimatch@9.0.5",
"type": "static"
},
{
"source": "npm:glob@10.5.0",
"target": "npm:minipass",
"type": "static"
},
{
"source": "npm:glob@10.5.0",
"target": "npm:package-json-from-dist",
"type": "static"
},
{
"source": "npm:glob@10.5.0",
"target": "npm:path-scurry",
"type": "static"
}
],
"npm:minimatch@9.0.5": [
{
"source": "npm:minimatch@9.0.5",
"target": "npm:brace-expansion",
"type": "static"
}
],
"npm:@npmcli/metavuln-calculator": [
{
"source": "npm:@npmcli/metavuln-calculator",
"target": "npm:cacache",
"type": "static"
},
{
"source": "npm:@npmcli/metavuln-calculator",
"target": "npm:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:@npmcli/metavuln-calculator",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:@npmcli/metavuln-calculator",
"target": "npm:semver",
"type": "static"
}
],
"npm:@npmcli/move-file": [
{
"source": "npm:@npmcli/move-file",
"target": "npm:mkdirp",
"type": "static"
},
{
"source": "npm:@npmcli/move-file",
"target": "npm:rimraf",
"type": "static"
}
],
"npm:@npmcli/package-json": [
{
"source": "npm:@npmcli/package-json",
"target": "npm:@npmcli/git",
"type": "static"
},
{
"source": "npm:@npmcli/package-json",
"target": "npm:glob@10.5.0",
"type": "static"
},
{
"source": "npm:@npmcli/package-json",
"target": "npm:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:@npmcli/package-json",
"target": "npm:normalize-package-data",
"type": "static"
},
{
"source": "npm:@npmcli/package-json",
"target": "npm:npm-normalize-package-bin",
"type": "static"
},
{
"source": "npm:@npmcli/package-json",
"target": "npm:proc-log",
"type": "static"
}
],
"npm:@npmcli/promise-spawn": [
{
"source": "npm:@npmcli/promise-spawn",
"target": "npm:which@3.0.1",
"type": "static"
}
],
"npm:@npmcli/query": [
{
"source": "npm:@npmcli/query",
"target": "npm:postcss-selector-parser",
"type": "static"
}
],
"npm:@npmcli/run-script": [
{
"source": "npm:@npmcli/run-script",
"target": "npm:@npmcli/node-gyp@2.0.0",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:@npmcli/promise-spawn@3.0.0",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:node-gyp",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:read-package-json-fast@2.0.3",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:which",
"type": "static"
}
],
"npm:@npmcli/promise-spawn@3.0.0": [
{
"source": "npm:@npmcli/promise-spawn@3.0.0",
"target": "npm:infer-owner",
"type": "static"
}
],
"npm:read-package-json-fast@2.0.3": [
{
"source": "npm:read-package-json-fast@2.0.3",
"target": "npm:json-parse-even-better-errors@2.3.1",
"type": "static"
},
{
"source": "npm:read-package-json-fast@2.0.3",
"target": "npm:npm-normalize-package-bin@1.0.1",
"type": "static"
}
],
"npm:@nrwl/cli": [
{
"source": "npm:@nrwl/cli",
"target": "npm:nx@15.9.7",
"type": "static"
}
],
"npm:@nrwl/tao@15.9.7": [
{
"source": "npm:@nrwl/tao@15.9.7",
"target": "npm:nx@15.9.7",
"type": "static"
}
],
"npm:fast-glob@3.2.7": [
{
"source": "npm:fast-glob@3.2.7",
"target": "npm:@nodelib/fs.stat",
"type": "static"
},
{
"source": "npm:fast-glob@3.2.7",
"target": "npm:@nodelib/fs.walk",
"type": "static"
},
{
"source": "npm:fast-glob@3.2.7",
"target": "npm:glob-parent@5.1.2",
"type": "static"
},
{
"source": "npm:fast-glob@3.2.7",
"target": "npm:merge2",
"type": "static"
},
{
"source": "npm:fast-glob@3.2.7",
"target": "npm:micromatch",
"type": "static"
}
],
"npm:fs-extra@11.3.2": [
{
"source": "npm:fs-extra@11.3.2",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:fs-extra@11.3.2",
"target": "npm:jsonfile",
"type": "static"
},
{
"source": "npm:fs-extra@11.3.2",
"target": "npm:universalify",
"type": "static"
},
{
"source": "npm:fs-extra@11.3.2",
"target": "npm:graceful-fs@4.2.10",
"type": "static"
}
],
"npm:glob@7.1.4": [
{
"source": "npm:glob@7.1.4",
"target": "npm:fs.realpath",
"type": "static"
},
{
"source": "npm:glob@7.1.4",
"target": "npm:inflight",
"type": "static"
},
{
"source": "npm:glob@7.1.4",
"target": "npm:inherits",
"type": "static"
},
{
"source": "npm:glob@7.1.4",
"target": "npm:minimatch@3.0.5",
"type": "static"
},
{
"source": "npm:glob@7.1.4",
"target": "npm:once",
"type": "static"
},
{
"source": "npm:glob@7.1.4",
"target": "npm:path-is-absolute",
"type": "static"
}
],
"npm:nx@15.9.7": [
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/cli",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/tao@15.9.7",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@parcel/watcher",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@yarnpkg/lockfile",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@yarnpkg/parsers",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@zkochan/js-yaml",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:axios",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:cli-cursor",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:cli-spinners",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:cliui",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:dotenv",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:enquirer",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:fast-glob@3.2.7",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:figures",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:flat",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:fs-extra@11.3.2",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:glob@7.1.4",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:js-yaml",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:jsonc-parser",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:lines-and-columns",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:minimatch@3.0.5",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:npm-run-path",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:open",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:strong-log-transformer",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:tar-stream",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:tmp",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:tsconfig-paths@4.2.0",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:tslib",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:v8-compile-cache",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:yargs@17.7.2",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:yargs-parser@21.1.1",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-darwin-arm64",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-darwin-x64",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-linux-arm-gnueabihf",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-linux-arm64-gnu",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-linux-arm64-musl",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-linux-x64-gnu",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-linux-x64-musl",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-win32-arm64-msvc",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:@nrwl/nx-win32-x64-msvc",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:chalk@4.1.0",
"type": "static"
}
],
"npm:tsconfig-paths@4.2.0": [
{
"source": "npm:tsconfig-paths@4.2.0",
"target": "npm:json5",
"type": "static"
},
{
"source": "npm:tsconfig-paths@4.2.0",
"target": "npm:minimist",
"type": "static"
},
{
"source": "npm:tsconfig-paths@4.2.0",
"target": "npm:strip-bom@3.0.0",
"type": "static"
}
],
"npm:yargs@17.7.2": [
{
"source": "npm:yargs@17.7.2",
"target": "npm:cliui@8.0.1",
"type": "static"
},
{
"source": "npm:yargs@17.7.2",
"target": "npm:escalade",
"type": "static"
},
{
"source": "npm:yargs@17.7.2",
"target": "npm:get-caller-file",
"type": "static"
},
{
"source": "npm:yargs@17.7.2",
"target": "npm:require-directory",
"type": "static"
},
{
"source": "npm:yargs@17.7.2",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:yargs@17.7.2",
"target": "npm:y18n",
"type": "static"
},
{
"source": "npm:yargs@17.7.2",
"target": "npm:yargs-parser@21.1.1",
"type": "static"
}
],
"npm:cliui@8.0.1": [
{
"source": "npm:cliui@8.0.1",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:cliui@8.0.1",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:cliui@8.0.1",
"target": "npm:wrap-ansi@7.0.0",
"type": "static"
}
],
"npm:@nrwl/devkit": [
{
"source": "npm:@nrwl/devkit",
"target": "npm:nx",
"type": "static"
},
{
"source": "npm:@nrwl/devkit",
"target": "npm:ejs",
"type": "static"
},
{
"source": "npm:@nrwl/devkit",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:@nrwl/devkit",
"target": "npm:tmp",
"type": "static"
},
{
"source": "npm:@nrwl/devkit",
"target": "npm:tslib",
"type": "static"
}
],
"npm:@nrwl/tao": [
{
"source": "npm:@nrwl/tao",
"target": "npm:nx",
"type": "static"
},
{
"source": "npm:@nrwl/tao",
"target": "npm:tslib",
"type": "static"
}
],
"npm:@octokit/core": [
{
"source": "npm:@octokit/core",
"target": "npm:@octokit/auth-token",
"type": "static"
},
{
"source": "npm:@octokit/core",
"target": "npm:@octokit/graphql",
"type": "static"
},
{
"source": "npm:@octokit/core",
"target": "npm:@octokit/request",
"type": "static"
},
{
"source": "npm:@octokit/core",
"target": "npm:@octokit/request-error",
"type": "static"
},
{
"source": "npm:@octokit/core",
"target": "npm:@octokit/types",
"type": "static"
},
{
"source": "npm:@octokit/core",
"target": "npm:before-after-hook",
"type": "static"
},
{
"source": "npm:@octokit/core",
"target": "npm:universal-user-agent",
"type": "static"
}
],
"npm:@octokit/endpoint": [
{
"source": "npm:@octokit/endpoint",
"target": "npm:@octokit/types",
"type": "static"
},
{
"source": "npm:@octokit/endpoint",
"target": "npm:universal-user-agent",
"type": "static"
}
],
"npm:@octokit/graphql": [
{
"source": "npm:@octokit/graphql",
"target": "npm:@octokit/request",
"type": "static"
},
{
"source": "npm:@octokit/graphql",
"target": "npm:@octokit/types",
"type": "static"
},
{
"source": "npm:@octokit/graphql",
"target": "npm:universal-user-agent",
"type": "static"
}
],
"npm:@octokit/plugin-paginate-rest": [
{
"source": "npm:@octokit/plugin-paginate-rest",
"target": "npm:@octokit/core",
"type": "static"
},
{
"source": "npm:@octokit/plugin-paginate-rest",
"target": "npm:@octokit/types@12.6.0",
"type": "static"
}
],
"npm:@octokit/types@12.6.0": [
{
"source": "npm:@octokit/types@12.6.0",
"target": "npm:@octokit/openapi-types@20.0.0",
"type": "static"
}
],
"npm:@octokit/plugin-request-log": [
{
"source": "npm:@octokit/plugin-request-log",
"target": "npm:@octokit/core",
"type": "static"
}
],
"npm:@octokit/plugin-rest-endpoint-methods": [
{
"source": "npm:@octokit/plugin-rest-endpoint-methods",
"target": "npm:@octokit/core",
"type": "static"
},
{
"source": "npm:@octokit/plugin-rest-endpoint-methods",
"target": "npm:@octokit/types@8.2.1",
"type": "static"
},
{
"source": "npm:@octokit/plugin-rest-endpoint-methods",
"target": "npm:deprecation",
"type": "static"
}
],
"npm:@octokit/types@8.2.1": [
{
"source": "npm:@octokit/types@8.2.1",
"target": "npm:@octokit/openapi-types@14.0.0",
"type": "static"
}
],
"npm:@octokit/request": [
{
"source": "npm:@octokit/request",
"target": "npm:@octokit/endpoint",
"type": "static"
},
{
"source": "npm:@octokit/request",
"target": "npm:@octokit/request-error",
"type": "static"
},
{
"source": "npm:@octokit/request",
"target": "npm:@octokit/types",
"type": "static"
},
{
"source": "npm:@octokit/request",
"target": "npm:universal-user-agent",
"type": "static"
}
],
"npm:@octokit/request-error": [
{
"source": "npm:@octokit/request-error",
"target": "npm:@octokit/types",
"type": "static"
},
{
"source": "npm:@octokit/request-error",
"target": "npm:deprecation",
"type": "static"
},
{
"source": "npm:@octokit/request-error",
"target": "npm:once",
"type": "static"
}
],
"npm:@octokit/rest": [
{
"source": "npm:@octokit/rest",
"target": "npm:@octokit/plugin-request-log",
"type": "static"
},
{
"source": "npm:@octokit/rest",
"target": "npm:@octokit/plugin-rest-endpoint-methods",
"type": "static"
}
],
"npm:@octokit/types": [
{
"source": "npm:@octokit/types",
"target": "npm:@octokit/openapi-types",
"type": "static"
}
],
"npm:@parcel/watcher": [
{
"source": "npm:@parcel/watcher",
"target": "npm:node-addon-api",
"type": "static"
},
{
"source": "npm:@parcel/watcher",
"target": "npm:node-gyp-build",
"type": "static"
}
],
"npm:@sigstore/bundle": [
{
"source": "npm:@sigstore/bundle",
"target": "npm:@sigstore/protobuf-specs",
"type": "static"
}
],
"npm:@sigstore/sign": [
{
"source": "npm:@sigstore/sign",
"target": "npm:@sigstore/bundle",
"type": "static"
},
{
"source": "npm:@sigstore/sign",
"target": "npm:@sigstore/protobuf-specs",
"type": "static"
},
{
"source": "npm:@sigstore/sign",
"target": "npm:make-fetch-happen@11.1.1",
"type": "static"
}
],
"npm:@sigstore/tuf": [
{
"source": "npm:@sigstore/tuf",
"target": "npm:@sigstore/protobuf-specs",
"type": "static"
},
{
"source": "npm:@sigstore/tuf",
"target": "npm:tuf-js",
"type": "static"
}
],
"npm:@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:@tufjs/models": [
{
"source": "npm:@tufjs/models",
"target": "npm:@tufjs/canonical-json",
"type": "static"
},
{
"source": "npm:@tufjs/models",
"target": "npm:minimatch@9.0.5",
"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/graceful-fs": [
{
"source": "npm:@types/graceful-fs",
"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",
"type": "static"
}
],
"npm:@types/node": [
{
"source": "npm:@types/node",
"target": "npm:undici-types",
"type": "static"
}
],
"npm:@types/signale": [
{
"source": "npm:@types/signale",
"target": "npm:@types/node",
"type": "static"
}
],
"npm:@types/yargs": [
{
"source": "npm:@types/yargs",
"target": "npm:@types/yargs-parser",
"type": "static"
}
],
"npm:@typescript-eslint/eslint-plugin": [
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:@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",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree",
"target": "npm:ts-api-utils",
"type": "static"
}
],
"npm:@typescript-eslint/utils": [
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:@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:@yarnpkg/parsers": [
{
"source": "npm:@yarnpkg/parsers",
"target": "npm:js-yaml@3.14.2",
"type": "static"
},
{
"source": "npm:@yarnpkg/parsers",
"target": "npm:tslib",
"type": "static"
}
],
"npm:@zkochan/js-yaml": [
{
"source": "npm:@zkochan/js-yaml",
"target": "npm:argparse",
"type": "static"
}
],
"npm:acorn-jsx": [
{
"source": "npm:acorn-jsx",
"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:aggregate-error": [
{
"source": "npm:aggregate-error",
"target": "npm:clean-stack",
"type": "static"
},
{
"source": "npm:aggregate-error",
"target": "npm:indent-string",
"type": "static"
}
],
"npm:ajv": [
{
"source": "npm:ajv",
"target": "npm:fast-deep-equal",
"type": "static"
},
{
"source": "npm:ajv",
"target": "npm:fast-json-stable-stringify",
"type": "static"
},
{
"source": "npm:ajv",
"target": "npm:json-schema-traverse",
"type": "static"
}
],
"npm:ansi-escapes": [
{
"source": "npm:ansi-escapes",
"target": "npm:type-fest@0.21.3",
"type": "static"
}
],
"npm:ansi-styles": [
{
"source": "npm:ansi-styles",
"target": "npm:color-convert",
"type": "static"
}
],
"npm:anymatch": [
{
"source": "npm:anymatch",
"target": "npm:normalize-path",
"type": "static"
},
{
"source": "npm:anymatch",
"target": "npm:picomatch",
"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:array-buffer-byte-length": [
{
"source": "npm:array-buffer-byte-length",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:array-buffer-byte-length",
"target": "npm:is-array-buffer",
"type": "static"
}
],
"npm:array-includes": [
{
"source": "npm:array-includes",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:is-string",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:math-intrinsics",
"type": "static"
}
],
"npm:array.prototype.findlastindex": [
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:es-shim-unscopables",
"type": "static"
}
],
"npm:array.prototype.flat": [
{
"source": "npm:array.prototype.flat",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array.prototype.flat",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:array.prototype.flat",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:array.prototype.flat",
"target": "npm:es-shim-unscopables",
"type": "static"
}
],
"npm:array.prototype.flatmap": [
{
"source": "npm:array.prototype.flatmap",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array.prototype.flatmap",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:array.prototype.flatmap",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:array.prototype.flatmap",
"target": "npm:es-shim-unscopables",
"type": "static"
}
],
"npm:arraybuffer.prototype.slice": [
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:array-buffer-byte-length",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:is-array-buffer",
"type": "static"
}
],
"npm: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",
"type": "static"
},
{
"source": "npm:babel-jest",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:babel-jest",
"target": "npm:slash",
"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"
}
],
"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-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:bin-links": [
{
"source": "npm:bin-links",
"target": "npm:cmd-shim@6.0.3",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:npm-normalize-package-bin",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:read-cmd-shim@4.0.0",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:write-file-atomic@5.0.1",
"type": "static"
}
],
"npm:write-file-atomic@5.0.1": [
{
"source": "npm:write-file-atomic@5.0.1",
"target": "npm:imurmurhash",
"type": "static"
},
{
"source": "npm:write-file-atomic@5.0.1",
"target": "npm:signal-exit@4.1.0",
"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:brace-expansion": [
{
"source": "npm:brace-expansion",
"target": "npm:balanced-match",
"type": "static"
}
],
"npm:braces": [
{
"source": "npm:braces",
"target": "npm:fill-range",
"type": "static"
}
],
"npm:browserslist": [
{
"source": "npm:browserslist",
"target": "npm:baseline-browser-mapping",
"type": "static"
},
{
"source": "npm:browserslist",
"target": "npm:caniuse-lite",
"type": "static"
},
{
"source": "npm:browserslist",
"target": "npm:electron-to-chromium",
"type": "static"
},
{
"source": "npm:browserslist",
"target": "npm:node-releases",
"type": "static"
},
{
"source": "npm:browserslist",
"target": "npm:update-browserslist-db",
"type": "static"
}
],
"npm:bs-logger": [
{
"source": "npm:bs-logger",
"target": "npm:fast-json-stable-stringify",
"type": "static"
}
],
"npm:bser": [
{
"source": "npm:bser",
"target": "npm:node-int64",
"type": "static"
}
],
"npm:buffer": [
{
"source": "npm:buffer",
"target": "npm:base64-js",
"type": "static"
},
{
"source": "npm:buffer",
"target": "npm:ieee754",
"type": "static"
}
],
"npm:builtins": [
{
"source": "npm:builtins",
"target": "npm:semver",
"type": "static"
}
],
"npm:cacache": [
{
"source": "npm:cacache",
"target": "npm:@npmcli/fs",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:fs-minipass",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:glob@10.5.0",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:lru-cache@7.18.3",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:minipass",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:minipass-collect",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:minipass-flush",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:minipass-pipeline",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:ssri@10.0.6",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:tar",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:unique-filename",
"type": "static"
}
],
"npm:call-bind": [
{
"source": "npm:call-bind",
"target": "npm:call-bind-apply-helpers",
"type": "static"
},
{
"source": "npm:call-bind",
"target": "npm:es-define-property",
"type": "static"
},
{
"source": "npm:call-bind",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:call-bind",
"target": "npm:set-function-length",
"type": "static"
}
],
"npm:call-bind-apply-helpers": [
{
"source": "npm:call-bind-apply-helpers",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:call-bind-apply-helpers",
"target": "npm:function-bind",
"type": "static"
}
],
"npm:call-bound": [
{
"source": "npm:call-bound",
"target": "npm:call-bind-apply-helpers",
"type": "static"
},
{
"source": "npm:call-bound",
"target": "npm:get-intrinsic",
"type": "static"
}
],
"npm:camelcase-keys": [
{
"source": "npm:camelcase-keys",
"target": "npm:camelcase",
"type": "static"
},
{
"source": "npm:camelcase-keys",
"target": "npm:map-obj",
"type": "static"
},
{
"source": "npm:camelcase-keys",
"target": "npm:quick-lru",
"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@7.0.0",
"type": "static"
}
],
"npm:clone-deep": [
{
"source": "npm:clone-deep",
"target": "npm:is-plain-object",
"type": "static"
},
{
"source": "npm:clone-deep",
"target": "npm:kind-of",
"type": "static"
},
{
"source": "npm:clone-deep",
"target": "npm:shallow-clone",
"type": "static"
}
],
"npm:cmd-shim": [
{
"source": "npm:cmd-shim",
"target": "npm:mkdirp-infer-owner",
"type": "static"
}
],
"npm:color-convert": [
{
"source": "npm:color-convert",
"target": "npm:color-name",
"type": "static"
}
],
"npm:columnify": [
{
"source": "npm:columnify",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:columnify",
"target": "npm:wcwidth",
"type": "static"
}
],
"npm:combined-stream": [
{
"source": "npm:combined-stream",
"target": "npm:delayed-stream",
"type": "static"
}
],
"npm:compare-func": [
{
"source": "npm:compare-func",
"target": "npm:array-ify",
"type": "static"
},
{
"source": "npm:compare-func",
"target": "npm:dot-prop@5.3.0",
"type": "static"
}
],
"npm:dot-prop@5.3.0": [
{
"source": "npm:dot-prop@5.3.0",
"target": "npm:is-obj",
"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:concurrently": [
{
"source": "npm:concurrently",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:date-fns",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:rxjs",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:spawn-command",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:supports-color",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:tree-kill",
"type": "static"
},
{
"source": "npm:concurrently",
"target": "npm:yargs",
"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:conventional-changelog-angular": [
{
"source": "npm:conventional-changelog-angular",
"target": "npm:compare-func",
"type": "static"
},
{
"source": "npm:conventional-changelog-angular",
"target": "npm:q",
"type": "static"
}
],
"npm:conventional-changelog-core": [
{
"source": "npm:conventional-changelog-core",
"target": "npm:add-stream",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:conventional-changelog-writer",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:conventional-commits-parser",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:dateformat",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:get-pkg-repo",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:git-raw-commits",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:git-remote-origin-url",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:git-semver-tags",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:normalize-package-data@3.0.3",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:q",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:read-pkg",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:read-pkg-up",
"type": "static"
},
{
"source": "npm:conventional-changelog-core",
"target": "npm:through2",
"type": "static"
}
],
"npm:hosted-git-info@4.1.0": [
{
"source": "npm:hosted-git-info@4.1.0",
"target": "npm:lru-cache@6.0.0",
"type": "static"
}
],
"npm:lru-cache@6.0.0": [
{
"source": "npm:lru-cache@6.0.0",
"target": "npm:yallist@4.0.0",
"type": "static"
}
],
"npm:normalize-package-data@3.0.3": [
{
"source": "npm:normalize-package-data@3.0.3",
"target": "npm:hosted-git-info@4.1.0",
"type": "static"
},
{
"source": "npm:normalize-package-data@3.0.3",
"target": "npm:is-core-module",
"type": "static"
},
{
"source": "npm:normalize-package-data@3.0.3",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:normalize-package-data@3.0.3",
"target": "npm:validate-npm-package-license",
"type": "static"
}
],
"npm:conventional-changelog-writer": [
{
"source": "npm:conventional-changelog-writer",
"target": "npm:conventional-commits-filter",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:dateformat",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:handlebars",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:json-stringify-safe",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:meow",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:split",
"type": "static"
},
{
"source": "npm:conventional-changelog-writer",
"target": "npm:through2",
"type": "static"
}
],
"npm:conventional-commits-filter": [
{
"source": "npm:conventional-commits-filter",
"target": "npm:lodash.ismatch",
"type": "static"
},
{
"source": "npm:conventional-commits-filter",
"target": "npm:modify-values",
"type": "static"
}
],
"npm:conventional-commits-parser": [
{
"source": "npm:conventional-commits-parser",
"target": "npm:is-text-path",
"type": "static"
},
{
"source": "npm:conventional-commits-parser",
"target": "npm:JSONStream",
"type": "static"
},
{
"source": "npm:conventional-commits-parser",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:conventional-commits-parser",
"target": "npm:meow",
"type": "static"
},
{
"source": "npm:conventional-commits-parser",
"target": "npm:split2",
"type": "static"
},
{
"source": "npm:conventional-commits-parser",
"target": "npm:through2",
"type": "static"
}
],
"npm:conventional-recommended-bump": [
{
"source": "npm:conventional-recommended-bump",
"target": "npm:concat-stream",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:conventional-changelog-preset-loader",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:conventional-commits-filter",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:conventional-commits-parser",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:git-raw-commits",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:git-semver-tags",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:meow",
"type": "static"
},
{
"source": "npm:conventional-recommended-bump",
"target": "npm:q",
"type": "static"
}
],
"npm:cosmiconfig": [
{
"source": "npm:cosmiconfig",
"target": "npm:@types/parse-json",
"type": "static"
},
{
"source": "npm:cosmiconfig",
"target": "npm:import-fresh",
"type": "static"
},
{
"source": "npm:cosmiconfig",
"target": "npm:parse-json",
"type": "static"
},
{
"source": "npm:cosmiconfig",
"target": "npm:path-type",
"type": "static"
},
{
"source": "npm:cosmiconfig",
"target": "npm:yaml",
"type": "static"
}
],
"npm:create-jest": [
{
"source": "npm:create-jest",
"target": "npm:@jest/types",
"type": "static"
},
{
"source": "npm:create-jest",
"target": "npm:chalk",
"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: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:data-view-buffer": [
{
"source": "npm:data-view-buffer",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:data-view-buffer",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:data-view-buffer",
"target": "npm:is-data-view",
"type": "static"
}
],
"npm:data-view-byte-length": [
{
"source": "npm:data-view-byte-length",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:data-view-byte-length",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:data-view-byte-length",
"target": "npm:is-data-view",
"type": "static"
}
],
"npm:data-view-byte-offset": [
{
"source": "npm:data-view-byte-offset",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:data-view-byte-offset",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:data-view-byte-offset",
"target": "npm:is-data-view",
"type": "static"
}
],
"npm:date-fns": [
{
"source": "npm:date-fns",
"target": "npm:@babel/runtime",
"type": "static"
}
],
"npm:debug": [
{
"source": "npm:debug",
"target": "npm:ms",
"type": "static"
}
],
"npm:decamelize-keys": [
{
"source": "npm:decamelize-keys",
"target": "npm:decamelize",
"type": "static"
},
{
"source": "npm:decamelize-keys",
"target": "npm:map-obj@1.0.1",
"type": "static"
}
],
"npm:defaults": [
{
"source": "npm:defaults",
"target": "npm:clone",
"type": "static"
}
],
"npm:define-data-property": [
{
"source": "npm:define-data-property",
"target": "npm:es-define-property",
"type": "static"
},
{
"source": "npm:define-data-property",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:define-data-property",
"target": "npm:gopd",
"type": "static"
}
],
"npm:define-properties": [
{
"source": "npm:define-properties",
"target": "npm:define-data-property",
"type": "static"
},
{
"source": "npm:define-properties",
"target": "npm:has-property-descriptors",
"type": "static"
},
{
"source": "npm:define-properties",
"target": "npm:object-keys",
"type": "static"
}
],
"npm:del": [
{
"source": "npm:del",
"target": "npm:globby",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:is-glob",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:is-path-cwd",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:is-path-inside",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:del",
"target": "npm:slash",
"type": "static"
}
],
"npm:dir-glob": [
{
"source": "npm:dir-glob",
"target": "npm:path-type",
"type": "static"
}
],
"npm:doctrine": [
{
"source": "npm:doctrine",
"target": "npm:esutils",
"type": "static"
}
],
"npm:dot-prop": [
{
"source": "npm:dot-prop",
"target": "npm:is-obj",
"type": "static"
}
],
"npm:dunder-proto": [
{
"source": "npm:dunder-proto",
"target": "npm:call-bind-apply-helpers",
"type": "static"
},
{
"source": "npm:dunder-proto",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:dunder-proto",
"target": "npm:gopd",
"type": "static"
}
],
"npm:ejs": [
{
"source": "npm:ejs",
"target": "npm:jake",
"type": "static"
}
],
"npm:encoding": [
{
"source": "npm:encoding",
"target": "npm:iconv-lite@0.6.3",
"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:enquirer": [
{
"source": "npm:enquirer",
"target": "npm:ansi-colors",
"type": "static"
}
],
"npm:error-ex": [
{
"source": "npm:error-ex",
"target": "npm:is-arrayish",
"type": "static"
}
],
"npm:es-abstract": [
{
"source": "npm:es-abstract",
"target": "npm:array-buffer-byte-length",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:arraybuffer.prototype.slice",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:available-typed-arrays",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:data-view-buffer",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:data-view-byte-length",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:data-view-byte-offset",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:es-define-property",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:es-set-tostringtag",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:es-to-primitive",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:function.prototype.name",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:get-symbol-description",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:globalthis",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:has-property-descriptors",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:has-proto",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:hasown",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:internal-slot",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-array-buffer",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-callable",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-data-view",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-negative-zero",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-regex",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-set",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-shared-array-buffer",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-string",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-typed-array",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-weakref",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:math-intrinsics",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:object-inspect",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:object-keys",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:object.assign",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:own-keys",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:regexp.prototype.flags",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:safe-array-concat",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:safe-push-apply",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:safe-regex-test",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:set-proto",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:stop-iteration-iterator",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:string.prototype.trim",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:string.prototype.trimend",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:string.prototype.trimstart",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-buffer",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-byte-length",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-byte-offset",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-length",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:unbox-primitive",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:which-typed-array",
"type": "static"
}
],
"npm:es-object-atoms": [
{
"source": "npm:es-object-atoms",
"target": "npm:es-errors",
"type": "static"
}
],
"npm:es-set-tostringtag": [
{
"source": "npm:es-set-tostringtag",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:es-set-tostringtag",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:es-set-tostringtag",
"target": "npm:has-tostringtag",
"type": "static"
},
{
"source": "npm:es-set-tostringtag",
"target": "npm:hasown",
"type": "static"
}
],
"npm:es-shim-unscopables": [
{
"source": "npm:es-shim-unscopables",
"target": "npm:hasown",
"type": "static"
}
],
"npm:es-to-primitive": [
{
"source": "npm:es-to-primitive",
"target": "npm:is-callable",
"type": "static"
},
{
"source": "npm:es-to-primitive",
"target": "npm:is-date-object",
"type": "static"
},
{
"source": "npm:es-to-primitive",
"target": "npm:is-symbol",
"type": "static"
}
],
"npm: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",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:cross-spawn",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:doctrine",
"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",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:glob-parent",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:globals",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:graphemer",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:imurmurhash",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:is-glob",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:is-path-inside",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:js-yaml",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:json-stable-stringify-without-jsonify",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:levn",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:lodash.merge",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:natural-compare",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:optionator",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:eslint",
"target": "npm:text-table",
"type": "static"
}
],
"npm: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:debug@3.2.7": [
{
"source": "npm:debug@3.2.7",
"target": "npm:ms",
"type": "static"
}
],
"npm:eslint-module-utils": [
{
"source": "npm:eslint-module-utils",
"target": "npm:debug@3.2.7",
"type": "static"
}
],
"npm:eslint-plugin-escompat": [
{
"source": "npm:eslint-plugin-escompat",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-escompat",
"target": "npm:browserslist",
"type": "static"
}
],
"npm:eslint-plugin-eslint-comments": [
{
"source": "npm:eslint-plugin-eslint-comments",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-eslint-comments",
"target": "npm:escape-string-regexp@1.0.5",
"type": "static"
},
{
"source": "npm:eslint-plugin-eslint-comments",
"target": "npm:ignore",
"type": "static"
}
],
"npm:eslint-plugin-filenames": [
{
"source": "npm:eslint-plugin-filenames",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-filenames",
"target": "npm:lodash.camelcase",
"type": "static"
},
{
"source": "npm:eslint-plugin-filenames",
"target": "npm:lodash.kebabcase",
"type": "static"
},
{
"source": "npm:eslint-plugin-filenames",
"target": "npm:lodash.snakecase",
"type": "static"
},
{
"source": "npm:eslint-plugin-filenames",
"target": "npm:lodash.upperfirst",
"type": "static"
}
],
"npm:eslint-plugin-github": [
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:@github/browserslist-config",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:@typescript-eslint/eslint-plugin",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:@typescript-eslint/parser",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:aria-query",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-config-prettier",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-escompat",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-eslint-comments",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-filenames",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-i18n-text",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-import",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-jsx-a11y",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-no-only-tests",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-plugin-prettier",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:eslint-rule-documentation",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:jsx-ast-utils",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:prettier",
"type": "static"
},
{
"source": "npm:eslint-plugin-github",
"target": "npm:svg-element-attributes",
"type": "static"
}
],
"npm:eslint-plugin-i18n-text": [
{
"source": "npm:eslint-plugin-i18n-text",
"target": "npm:eslint",
"type": "static"
}
],
"npm:eslint-plugin-import": [
{
"source": "npm:eslint-plugin-import",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:@rtsao/scc",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:array-includes",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:array.prototype.findlastindex",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:array.prototype.flat",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:array.prototype.flatmap",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:debug@3.2.7",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:doctrine@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:hasown",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:is-core-module",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:is-glob",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:object.fromentries",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:object.groupby",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:object.values",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:string.prototype.trimend",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:tsconfig-paths",
"type": "static"
}
],
"npm:doctrine@2.1.0": [
{
"source": "npm:doctrine@2.1.0",
"target": "npm:esutils",
"type": "static"
}
],
"npm:eslint-plugin-jest": [
{
"source": "npm:eslint-plugin-jest",
"target": "npm:@typescript-eslint/eslint-plugin",
"type": "static"
},
{
"source": "npm:eslint-plugin-jest",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-jest",
"target": "npm:jest",
"type": "static"
},
{
"source": "npm:eslint-plugin-jest",
"target": "npm:@typescript-eslint/utils@5.62.0",
"type": "static"
}
],
"npm:@typescript-eslint/scope-manager@5.62.0": [
{
"source": "npm:@typescript-eslint/scope-manager@5.62.0",
"target": "npm:@typescript-eslint/types@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/scope-manager@5.62.0",
"target": "npm:@typescript-eslint/visitor-keys@5.62.0",
"type": "static"
}
],
"npm:@typescript-eslint/typescript-estree@5.62.0": [
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:@typescript-eslint/types@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:@typescript-eslint/visitor-keys@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:globby",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:is-glob",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree@5.62.0",
"target": "npm:tsutils",
"type": "static"
}
],
"npm:@typescript-eslint/utils@5.62.0": [
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:@eslint-community/eslint-utils",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:@types/json-schema",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:@types/semver",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:@typescript-eslint/scope-manager@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:@typescript-eslint/types@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:@typescript-eslint/typescript-estree@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:eslint-scope@5.1.1",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils@5.62.0",
"target": "npm:semver",
"type": "static"
}
],
"npm:@typescript-eslint/visitor-keys@5.62.0": [
{
"source": "npm:@typescript-eslint/visitor-keys@5.62.0",
"target": "npm:@typescript-eslint/types@5.62.0",
"type": "static"
},
{
"source": "npm:@typescript-eslint/visitor-keys@5.62.0",
"target": "npm:eslint-visitor-keys",
"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:eslint-plugin-jsx-a11y": [
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:eslint",
"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:hasown",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:jsx-ast-utils",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:language-tags",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:object.fromentries",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:safe-regex-test",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:string.prototype.includes",
"type": "static"
}
],
"npm:eslint-plugin-prettier": [
{
"source": "npm:eslint-plugin-prettier",
"target": "npm:eslint",
"type": "static"
},
{
"source": "npm:eslint-plugin-prettier",
"target": "npm:eslint-config-prettier",
"type": "static"
},
{
"source": "npm:eslint-plugin-prettier",
"target": "npm:prettier",
"type": "static"
},
{
"source": "npm:eslint-plugin-prettier",
"target": "npm:prettier-linter-helpers",
"type": "static"
},
{
"source": "npm:eslint-plugin-prettier",
"target": "npm:synckit",
"type": "static"
}
],
"npm:eslint-scope": [
{
"source": "npm:eslint-scope",
"target": "npm:esrecurse",
"type": "static"
},
{
"source": "npm:eslint-scope",
"target": "npm:estraverse",
"type": "static"
}
],
"npm:espree": [
{
"source": "npm:espree",
"target": "npm:acorn",
"type": "static"
},
{
"source": "npm:espree",
"target": "npm:acorn-jsx",
"type": "static"
},
{
"source": "npm:espree",
"target": "npm:eslint-visitor-keys",
"type": "static"
}
],
"npm:esquery": [
{
"source": "npm:esquery",
"target": "npm:estraverse",
"type": "static"
}
],
"npm:esrecurse": [
{
"source": "npm:esrecurse",
"target": "npm:estraverse",
"type": "static"
}
],
"npm:execa": [
{
"source": "npm:execa",
"target": "npm:cross-spawn",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:get-stream",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:human-signals",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:is-stream",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:merge-stream",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:npm-run-path",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:onetime",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:execa",
"target": "npm:strip-final-newline",
"type": "static"
}
],
"npm: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:external-editor": [
{
"source": "npm:external-editor",
"target": "npm:chardet@0.7.0",
"type": "static"
},
{
"source": "npm:external-editor",
"target": "npm:iconv-lite@0.4.24",
"type": "static"
}
],
"npm:iconv-lite@0.4.24": [
{
"source": "npm:iconv-lite@0.4.24",
"target": "npm:safer-buffer",
"type": "static"
}
],
"npm:fast-glob": [
{
"source": "npm:fast-glob",
"target": "npm:@nodelib/fs.stat",
"type": "static"
},
{
"source": "npm:fast-glob",
"target": "npm:@nodelib/fs.walk",
"type": "static"
},
{
"source": "npm:fast-glob",
"target": "npm:glob-parent@5.1.2",
"type": "static"
},
{
"source": "npm:fast-glob",
"target": "npm:merge2",
"type": "static"
},
{
"source": "npm:fast-glob",
"target": "npm:micromatch",
"type": "static"
}
],
"npm:fastq": [
{
"source": "npm:fastq",
"target": "npm:reusify",
"type": "static"
}
],
"npm:fb-watchman": [
{
"source": "npm:fb-watchman",
"target": "npm:bser",
"type": "static"
}
],
"npm:fetch-blob": [
{
"source": "npm:fetch-blob",
"target": "npm:node-domexception",
"type": "static"
},
{
"source": "npm:fetch-blob",
"target": "npm:web-streams-polyfill",
"type": "static"
}
],
"npm:figures": [
{
"source": "npm:figures",
"target": "npm:escape-string-regexp@1.0.5",
"type": "static"
}
],
"npm:file-entry-cache": [
{
"source": "npm:file-entry-cache",
"target": "npm:flat-cache",
"type": "static"
}
],
"npm: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:fill-range": [
{
"source": "npm:fill-range",
"target": "npm:to-regex-range",
"type": "static"
}
],
"npm:find-up": [
{
"source": "npm:find-up",
"target": "npm:locate-path",
"type": "static"
},
{
"source": "npm:find-up",
"target": "npm:path-exists",
"type": "static"
}
],
"npm: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:form-data": [
{
"source": "npm:form-data",
"target": "npm:asynckit",
"type": "static"
},
{
"source": "npm:form-data",
"target": "npm:combined-stream",
"type": "static"
},
{
"source": "npm:form-data",
"target": "npm:es-set-tostringtag",
"type": "static"
},
{
"source": "npm:form-data",
"target": "npm:hasown",
"type": "static"
},
{
"source": "npm:form-data",
"target": "npm:mime-types",
"type": "static"
}
],
"npm:formdata-polyfill": [
{
"source": "npm:formdata-polyfill",
"target": "npm:fetch-blob",
"type": "static"
}
],
"npm:fs-extra": [
{
"source": "npm:fs-extra",
"target": "npm:at-least-node",
"type": "static"
},
{
"source": "npm:fs-extra",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:fs-extra",
"target": "npm:jsonfile",
"type": "static"
},
{
"source": "npm:fs-extra",
"target": "npm:universalify",
"type": "static"
}
],
"npm:fs-minipass": [
{
"source": "npm:fs-minipass",
"target": "npm:minipass",
"type": "static"
}
],
"npm:function.prototype.name": [
{
"source": "npm:function.prototype.name",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:functions-have-names",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:hasown",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:is-callable",
"type": "static"
}
],
"npm: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: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:call-bind-apply-helpers",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:es-define-property",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:function-bind",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:hasown",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:math-intrinsics",
"type": "static"
}
],
"npm:get-pkg-repo": [
{
"source": "npm:get-pkg-repo",
"target": "npm:@hutson/parse-repository-url",
"type": "static"
},
{
"source": "npm:get-pkg-repo",
"target": "npm:hosted-git-info@4.1.0",
"type": "static"
},
{
"source": "npm:get-pkg-repo",
"target": "npm:through2@2.0.5",
"type": "static"
},
{
"source": "npm:get-pkg-repo",
"target": "npm:yargs",
"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:string_decoder@1.1.1": [
{
"source": "npm:string_decoder@1.1.1",
"target": "npm:safe-buffer@5.1.2",
"type": "static"
}
],
"npm:through2@2.0.5": [
{
"source": "npm:through2@2.0.5",
"target": "npm:readable-stream@2.3.8",
"type": "static"
},
{
"source": "npm:through2@2.0.5",
"target": "npm:xtend",
"type": "static"
}
],
"npm:get-proto": [
{
"source": "npm:get-proto",
"target": "npm:dunder-proto",
"type": "static"
},
{
"source": "npm:get-proto",
"target": "npm:es-object-atoms",
"type": "static"
}
],
"npm:get-symbol-description": [
{
"source": "npm:get-symbol-description",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:get-symbol-description",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:get-symbol-description",
"target": "npm:get-intrinsic",
"type": "static"
}
],
"npm:git-raw-commits": [
{
"source": "npm:git-raw-commits",
"target": "npm:dargs",
"type": "static"
},
{
"source": "npm:git-raw-commits",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:git-raw-commits",
"target": "npm:meow",
"type": "static"
},
{
"source": "npm:git-raw-commits",
"target": "npm:split2",
"type": "static"
},
{
"source": "npm:git-raw-commits",
"target": "npm:through2",
"type": "static"
}
],
"npm:git-remote-origin-url": [
{
"source": "npm:git-remote-origin-url",
"target": "npm:gitconfiglocal",
"type": "static"
},
{
"source": "npm:git-remote-origin-url",
"target": "npm:pify@2.3.0",
"type": "static"
}
],
"npm:git-semver-tags": [
{
"source": "npm:git-semver-tags",
"target": "npm:meow",
"type": "static"
}
],
"npm:git-up": [
{
"source": "npm:git-up",
"target": "npm:is-ssh",
"type": "static"
},
{
"source": "npm:git-up",
"target": "npm:parse-url",
"type": "static"
}
],
"npm:git-url-parse": [
{
"source": "npm:git-url-parse",
"target": "npm:git-up",
"type": "static"
}
],
"npm:gitconfiglocal": [
{
"source": "npm:gitconfiglocal",
"target": "npm:ini",
"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",
"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:globals": [
{
"source": "npm:globals",
"target": "npm:type-fest",
"type": "static"
}
],
"npm:globalthis": [
{
"source": "npm:globalthis",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:globalthis",
"target": "npm:gopd",
"type": "static"
}
],
"npm:globby": [
{
"source": "npm:globby",
"target": "npm:array-union",
"type": "static"
},
{
"source": "npm:globby",
"target": "npm:dir-glob",
"type": "static"
},
{
"source": "npm:globby",
"target": "npm:fast-glob",
"type": "static"
},
{
"source": "npm:globby",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:globby",
"target": "npm:merge2",
"type": "static"
},
{
"source": "npm:globby",
"target": "npm:slash",
"type": "static"
}
],
"npm:handlebars": [
{
"source": "npm:handlebars",
"target": "npm:minimist",
"type": "static"
},
{
"source": "npm:handlebars",
"target": "npm:neo-async",
"type": "static"
},
{
"source": "npm:handlebars",
"target": "npm:source-map",
"type": "static"
},
{
"source": "npm:handlebars",
"target": "npm:wordwrap",
"type": "static"
},
{
"source": "npm:handlebars",
"target": "npm:uglify-js",
"type": "static"
}
],
"npm:has-property-descriptors": [
{
"source": "npm:has-property-descriptors",
"target": "npm:es-define-property",
"type": "static"
}
],
"npm:has-proto": [
{
"source": "npm:has-proto",
"target": "npm:dunder-proto",
"type": "static"
}
],
"npm:has-tostringtag": [
{
"source": "npm:has-tostringtag",
"target": "npm:has-symbols",
"type": "static"
}
],
"npm:hasown": [
{
"source": "npm:hasown",
"target": "npm:function-bind",
"type": "static"
}
],
"npm:hosted-git-info": [
{
"source": "npm:hosted-git-info",
"target": "npm:lru-cache@7.18.3",
"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: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:ignore-walk": [
{
"source": "npm:ignore-walk",
"target": "npm:minimatch@5.1.6",
"type": "static"
}
],
"npm:import-fresh": [
{
"source": "npm:import-fresh",
"target": "npm:parent-module",
"type": "static"
},
{
"source": "npm:import-fresh",
"target": "npm:resolve-from",
"type": "static"
}
],
"npm:import-local": [
{
"source": "npm:import-local",
"target": "npm:pkg-dir",
"type": "static"
},
{
"source": "npm:import-local",
"target": "npm:resolve-cwd",
"type": "static"
}
],
"npm:inflight": [
{
"source": "npm:inflight",
"target": "npm:once",
"type": "static"
},
{
"source": "npm:inflight",
"target": "npm:wrappy",
"type": "static"
}
],
"npm:init-package-json": [
{
"source": "npm:init-package-json",
"target": "npm:npm-package-arg@9.1.2",
"type": "static"
},
{
"source": "npm:init-package-json",
"target": "npm:promzard",
"type": "static"
},
{
"source": "npm:init-package-json",
"target": "npm:read",
"type": "static"
},
{
"source": "npm:init-package-json",
"target": "npm:read-package-json",
"type": "static"
},
{
"source": "npm:init-package-json",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:init-package-json",
"target": "npm:validate-npm-package-license",
"type": "static"
},
{
"source": "npm:init-package-json",
"target": "npm:validate-npm-package-name",
"type": "static"
}
],
"npm:hosted-git-info@5.2.1": [
{
"source": "npm:hosted-git-info@5.2.1",
"target": "npm:lru-cache@7.18.3",
"type": "static"
}
],
"npm:npm-package-arg@9.1.2": [
{
"source": "npm:npm-package-arg@9.1.2",
"target": "npm:hosted-git-info@5.2.1",
"type": "static"
},
{
"source": "npm:npm-package-arg@9.1.2",
"target": "npm:proc-log@2.0.1",
"type": "static"
},
{
"source": "npm:npm-package-arg@9.1.2",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:npm-package-arg@9.1.2",
"target": "npm:validate-npm-package-name",
"type": "static"
}
],
"npm:inquirer": [
{
"source": "npm:inquirer",
"target": "npm:@inquirer/external-editor",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:ansi-escapes",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:cli-cursor",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:cli-width",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:figures",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:mute-stream",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:ora",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:run-async",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:rxjs@7.8.2",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:through",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:wrap-ansi",
"type": "static"
}
],
"npm:internal-slot": [
{
"source": "npm:internal-slot",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:internal-slot",
"target": "npm:hasown",
"type": "static"
},
{
"source": "npm:internal-slot",
"target": "npm:side-channel",
"type": "static"
}
],
"npm:is-array-buffer": [
{
"source": "npm:is-array-buffer",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:is-array-buffer",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-array-buffer",
"target": "npm:get-intrinsic",
"type": "static"
}
],
"npm:is-async-function": [
{
"source": "npm:is-async-function",
"target": "npm:async-function",
"type": "static"
},
{
"source": "npm:is-async-function",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-async-function",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:is-async-function",
"target": "npm:has-tostringtag",
"type": "static"
},
{
"source": "npm:is-async-function",
"target": "npm:safe-regex-test",
"type": "static"
}
],
"npm:is-bigint": [
{
"source": "npm:is-bigint",
"target": "npm:has-bigints",
"type": "static"
}
],
"npm:is-boolean-object": [
{
"source": "npm:is-boolean-object",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-boolean-object",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-ci": [
{
"source": "npm:is-ci",
"target": "npm:ci-info@2.0.0",
"type": "static"
}
],
"npm:is-core-module": [
{
"source": "npm:is-core-module",
"target": "npm:hasown",
"type": "static"
}
],
"npm:is-data-view": [
{
"source": "npm:is-data-view",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-data-view",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:is-data-view",
"target": "npm:is-typed-array",
"type": "static"
}
],
"npm:is-date-object": [
{
"source": "npm:is-date-object",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-date-object",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-finalizationregistry": [
{
"source": "npm:is-finalizationregistry",
"target": "npm:call-bound",
"type": "static"
}
],
"npm:is-generator-function": [
{
"source": "npm:is-generator-function",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-generator-function",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:is-generator-function",
"target": "npm:has-tostringtag",
"type": "static"
},
{
"source": "npm:is-generator-function",
"target": "npm:safe-regex-test",
"type": "static"
}
],
"npm:is-glob": [
{
"source": "npm:is-glob",
"target": "npm:is-extglob",
"type": "static"
}
],
"npm:is-number-object": [
{
"source": "npm:is-number-object",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-number-object",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-plain-object": [
{
"source": "npm:is-plain-object",
"target": "npm:isobject",
"type": "static"
}
],
"npm:is-regex": [
{
"source": "npm:is-regex",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-regex",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:is-regex",
"target": "npm:has-tostringtag",
"type": "static"
},
{
"source": "npm:is-regex",
"target": "npm:hasown",
"type": "static"
}
],
"npm:is-shared-array-buffer": [
{
"source": "npm:is-shared-array-buffer",
"target": "npm:call-bound",
"type": "static"
}
],
"npm:is-ssh": [
{
"source": "npm:is-ssh",
"target": "npm:protocols",
"type": "static"
}
],
"npm:is-string": [
{
"source": "npm:is-string",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-string",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-symbol": [
{
"source": "npm:is-symbol",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-symbol",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:is-symbol",
"target": "npm:safe-regex-test",
"type": "static"
}
],
"npm:is-text-path": [
{
"source": "npm:is-text-path",
"target": "npm:text-extensions",
"type": "static"
}
],
"npm:is-typed-array": [
{
"source": "npm:is-typed-array",
"target": "npm:which-typed-array",
"type": "static"
}
],
"npm:is-weakref": [
{
"source": "npm:is-weakref",
"target": "npm:call-bound",
"type": "static"
}
],
"npm:is-weakset": [
{
"source": "npm:is-weakset",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:is-weakset",
"target": "npm:get-intrinsic",
"type": "static"
}
],
"npm:is-wsl": [
{
"source": "npm:is-wsl",
"target": "npm:is-docker",
"type": "static"
}
],
"npm:istanbul-lib-instrument": [
{
"source": "npm:istanbul-lib-instrument",
"target": "npm:@babel/core",
"type": "static"
},
{
"source": "npm:istanbul-lib-instrument",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:istanbul-lib-instrument",
"target": "npm:@istanbuljs/schema",
"type": "static"
},
{
"source": "npm:istanbul-lib-instrument",
"target": "npm:istanbul-lib-coverage",
"type": "static"
},
{
"source": "npm:istanbul-lib-instrument",
"target": "npm:semver",
"type": "static"
}
],
"npm:istanbul-lib-report": [
{
"source": "npm:istanbul-lib-report",
"target": "npm:istanbul-lib-coverage",
"type": "static"
},
{
"source": "npm:istanbul-lib-report",
"target": "npm:make-dir",
"type": "static"
},
{
"source": "npm:istanbul-lib-report",
"target": "npm:supports-color@7.2.0",
"type": "static"
}
],
"npm:istanbul-lib-source-maps": [
{
"source": "npm:istanbul-lib-source-maps",
"target": "npm: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",
"type": "static"
}
],
"npm:istanbul-reports": [
{
"source": "npm:istanbul-reports",
"target": "npm:html-escaper",
"type": "static"
},
{
"source": "npm:istanbul-reports",
"target": "npm:istanbul-lib-report",
"type": "static"
}
],
"npm:jackspeak": [
{
"source": "npm:jackspeak",
"target": "npm:@isaacs/cliui",
"type": "static"
},
{
"source": "npm:jackspeak",
"target": "npm:@pkgjs/parseargs",
"type": "static"
}
],
"npm:jake": [
{
"source": "npm:jake",
"target": "npm:async",
"type": "static"
},
{
"source": "npm:jake",
"target": "npm:filelist",
"type": "static"
},
{
"source": "npm:jake",
"target": "npm:picocolors",
"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",
"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",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:co",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:dedent",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:is-generator-fn",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:jest-each",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:jest-matcher-utils",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:jest-message-util",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:jest-runtime",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:jest-snapshot",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:jest-util",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:p-limit",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:pretty-format",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:pure-rand",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:jest-circus",
"target": "npm:stack-utils",
"type": "static"
}
],
"npm:jest-cli": [
{
"source": "npm:jest-cli",
"target": "npm:@jest/core",
"type": "static"
},
{
"source": "npm:jest-cli",
"target": "npm:@jest/test-result",
"type": "static"
},
{
"source": "npm:jest-cli",
"target": "npm:@jest/types",
"type": "static"
},
{
"source": "npm:jest-cli",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:jest-cli",
"target": "npm: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@17.7.2",
"type": "static"
}
],
"npm:jest-config": [
{
"source": "npm:jest-config",
"target": "npm:@types/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",
"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",
"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",
"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",
"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",
"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",
"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",
"type": "static"
}
],
"npm:jest-matcher-utils": [
{
"source": "npm:jest-matcher-utils",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:jest-matcher-utils",
"target": "npm:jest-diff",
"type": "static"
},
{
"source": "npm:jest-matcher-utils",
"target": "npm:jest-get-type",
"type": "static"
},
{
"source": "npm:jest-matcher-utils",
"target": "npm:pretty-format",
"type": "static"
}
],
"npm:jest-message-util": [
{
"source": "npm:jest-message-util",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:@jest/types",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:@types/stack-utils",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:micromatch",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:pretty-format",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:jest-message-util",
"target": "npm:stack-utils",
"type": "static"
}
],
"npm:jest-mock": [
{
"source": "npm:jest-mock",
"target": "npm:@jest/types",
"type": "static"
},
{
"source": "npm:jest-mock",
"target": "npm:@types/node",
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"type": "static"
},
{
"source": "npm:jest-snapshot",
"target": "npm:semver",
"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",
"type": "static"
},
{
"source": "npm:jest-util",
"target": "npm:ci-info",
"type": "static"
},
{
"source": "npm:jest-util",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:jest-util",
"target": "npm:picomatch",
"type": "static"
}
],
"npm:jest-validate": [
{
"source": "npm:jest-validate",
"target": "npm:@jest/types",
"type": "static"
},
{
"source": "npm:jest-validate",
"target": "npm:camelcase@6.3.0",
"type": "static"
},
{
"source": "npm:jest-validate",
"target": "npm:chalk",
"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",
"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",
"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",
"type": "static"
}
],
"npm:js-yaml": [
{
"source": "npm:js-yaml",
"target": "npm:argparse",
"type": "static"
}
],
"npm:jsonfile": [
{
"source": "npm:jsonfile",
"target": "npm:universalify",
"type": "static"
},
{
"source": "npm:jsonfile",
"target": "npm:graceful-fs",
"type": "static"
}
],
"npm:JSONStream": [
{
"source": "npm:JSONStream",
"target": "npm:jsonparse",
"type": "static"
},
{
"source": "npm:JSONStream",
"target": "npm:through",
"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:keyv": [
{
"source": "npm:keyv",
"target": "npm:json-buffer",
"type": "static"
}
],
"npm:language-tags": [
{
"source": "npm:language-tags",
"target": "npm:language-subtag-registry",
"type": "static"
}
],
"npm:lerna": [
{
"source": "npm:lerna",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/create",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/legacy-package-management",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@npmcli/arborist",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@npmcli/run-script",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@nrwl/devkit",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@octokit/plugin-enterprise-rest",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@octokit/rest",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:byte-size",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:chalk@4.1.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:clone-deep",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:cmd-shim",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:columnify",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:config-chain",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:conventional-changelog-angular",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:conventional-changelog-core",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:conventional-recommended-bump",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:cosmiconfig",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:dot-prop",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:envinfo",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:execa@5.0.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:fs-extra",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:get-port",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:get-stream@6.0.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:git-url-parse",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:glob-parent@5.1.2",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:globby",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:graceful-fs@4.2.10",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:has-unicode",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:import-local",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:init-package-json",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:inquirer",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:is-ci",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:is-stream@2.0.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:js-yaml",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:libnpmaccess",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:libnpmpublish",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:load-json-file",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:make-dir@3.1.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:minimatch@3.0.5",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:multimatch",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:npm-packlist",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:nx@15.9.7",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:p-map-series",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:p-pipe",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:p-queue",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:p-reduce",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:p-waterfall",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:pify",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:read-cmd-shim",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:read-package-json",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:resolve-from@5.0.0",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:rimraf@4.4.1",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:ssri",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:strong-log-transformer",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:temp-dir",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:typescript@4.9.5",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:upath",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:uuid",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:validate-npm-package-license",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:validate-npm-package-name",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:write-file-atomic@4.0.1",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:write-pkg",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:yargs",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:yargs-parser",
"type": "static"
}
],
"npm:rimraf@4.4.1": [
{
"source": "npm:rimraf@4.4.1",
"target": "npm:glob@9.3.5",
"type": "static"
}
],
"npm:glob@9.3.5": [
{
"source": "npm:glob@9.3.5",
"target": "npm:fs.realpath",
"type": "static"
},
{
"source": "npm:glob@9.3.5",
"target": "npm:minimatch@8.0.4",
"type": "static"
},
{
"source": "npm:glob@9.3.5",
"target": "npm:minipass@4.2.8",
"type": "static"
},
{
"source": "npm:glob@9.3.5",
"target": "npm:path-scurry",
"type": "static"
}
],
"npm:minimatch@8.0.4": [
{
"source": "npm:minimatch@8.0.4",
"target": "npm:brace-expansion",
"type": "static"
}
],
"npm:levn": [
{
"source": "npm:levn",
"target": "npm:prelude-ls",
"type": "static"
},
{
"source": "npm:levn",
"target": "npm:type-check",
"type": "static"
}
],
"npm:libnpmaccess": [
{
"source": "npm:libnpmaccess",
"target": "npm:aproba",
"type": "static"
},
{
"source": "npm:libnpmaccess",
"target": "npm:minipass@3.3.6",
"type": "static"
},
{
"source": "npm:libnpmaccess",
"target": "npm:npm-package-arg@9.1.2",
"type": "static"
},
{
"source": "npm:libnpmaccess",
"target": "npm:npm-registry-fetch@13.3.1",
"type": "static"
}
],
"npm:minipass@3.3.6": [
{
"source": "npm:minipass@3.3.6",
"target": "npm:yallist@4.0.0",
"type": "static"
}
],
"npm:npm-registry-fetch@13.3.1": [
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:make-fetch-happen",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:minipass@3.3.6",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:minipass-fetch",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:minipass-json-stream",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:npm-package-arg@9.1.2",
"type": "static"
},
{
"source": "npm:npm-registry-fetch@13.3.1",
"target": "npm:proc-log@2.0.1",
"type": "static"
}
],
"npm:libnpmpublish": [
{
"source": "npm:libnpmpublish",
"target": "npm:ci-info",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:normalize-package-data",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:npm-package-arg@10.1.0",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:proc-log",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:sigstore",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:ssri@10.0.6",
"type": "static"
}
],
"npm:load-json-file": [
{
"source": "npm:load-json-file",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:load-json-file",
"target": "npm:parse-json",
"type": "static"
},
{
"source": "npm:load-json-file",
"target": "npm:strip-bom",
"type": "static"
},
{
"source": "npm:load-json-file",
"target": "npm:type-fest@0.6.0",
"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",
"type": "static"
},
{
"source": "npm:log-symbols",
"target": "npm:is-unicode-supported",
"type": "static"
}
],
"npm:lru-cache": [
{
"source": "npm:lru-cache",
"target": "npm:yallist",
"type": "static"
}
],
"npm:make-dir": [
{
"source": "npm:make-dir",
"target": "npm:semver",
"type": "static"
}
],
"npm:make-fetch-happen": [
{
"source": "npm:make-fetch-happen",
"target": "npm:agentkeepalive",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:cacache@16.1.3",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:http-cache-semantics",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:http-proxy-agent",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:https-proxy-agent",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:is-lambda",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:lru-cache@7.18.3",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:minipass@3.3.6",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:minipass-collect",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:minipass-fetch",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:minipass-flush",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:minipass-pipeline",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:negotiator",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:promise-retry",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:socks-proxy-agent",
"type": "static"
},
{
"source": "npm:make-fetch-happen",
"target": "npm:ssri",
"type": "static"
}
],
"npm:@npmcli/fs@2.1.2": [
{
"source": "npm:@npmcli/fs@2.1.2",
"target": "npm:@gar/promisify",
"type": "static"
},
{
"source": "npm:@npmcli/fs@2.1.2",
"target": "npm:semver",
"type": "static"
}
],
"npm:cacache@16.1.3": [
{
"source": "npm:cacache@16.1.3",
"target": "npm:@npmcli/fs@2.1.2",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:@npmcli/move-file",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:chownr",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:fs-minipass@2.1.0",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:glob@8.1.0",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:infer-owner",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:lru-cache@7.18.3",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:minipass@3.3.6",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:minipass-collect",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:minipass-flush",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:minipass-pipeline",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:mkdirp",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:promise-inflight",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:ssri",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:tar",
"type": "static"
},
{
"source": "npm:cacache@16.1.3",
"target": "npm:unique-filename@2.0.1",
"type": "static"
}
],
"npm:fs-minipass@2.1.0": [
{
"source": "npm:fs-minipass@2.1.0",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:glob@8.1.0": [
{
"source": "npm:glob@8.1.0",
"target": "npm:fs.realpath",
"type": "static"
},
{
"source": "npm:glob@8.1.0",
"target": "npm:inflight",
"type": "static"
},
{
"source": "npm:glob@8.1.0",
"target": "npm:inherits",
"type": "static"
},
{
"source": "npm:glob@8.1.0",
"target": "npm:minimatch@5.1.6",
"type": "static"
},
{
"source": "npm:glob@8.1.0",
"target": "npm:once",
"type": "static"
}
],
"npm:unique-filename@2.0.1": [
{
"source": "npm:unique-filename@2.0.1",
"target": "npm:unique-slug@3.0.0",
"type": "static"
}
],
"npm:unique-slug@3.0.0": [
{
"source": "npm:unique-slug@3.0.0",
"target": "npm:imurmurhash",
"type": "static"
}
],
"npm:makeerror": [
{
"source": "npm:makeerror",
"target": "npm:tmpl",
"type": "static"
}
],
"npm:meow": [
{
"source": "npm:meow",
"target": "npm:@types/minimist",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:camelcase-keys",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:decamelize-keys",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:hard-rejection",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:minimist-options",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:normalize-package-data@3.0.3",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:read-pkg-up@7.0.1",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:redent",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:trim-newlines",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:type-fest@0.18.1",
"type": "static"
},
{
"source": "npm:meow",
"target": "npm:yargs-parser",
"type": "static"
}
],
"npm:read-pkg@5.2.0": [
{
"source": "npm:read-pkg@5.2.0",
"target": "npm:@types/normalize-package-data",
"type": "static"
},
{
"source": "npm:read-pkg@5.2.0",
"target": "npm:normalize-package-data@2.5.0",
"type": "static"
},
{
"source": "npm:read-pkg@5.2.0",
"target": "npm:parse-json",
"type": "static"
},
{
"source": "npm:read-pkg@5.2.0",
"target": "npm:type-fest@0.6.0",
"type": "static"
}
],
"npm:read-pkg-up@7.0.1": [
{
"source": "npm:read-pkg-up@7.0.1",
"target": "npm:find-up@4.1.0",
"type": "static"
},
{
"source": "npm:read-pkg-up@7.0.1",
"target": "npm:read-pkg@5.2.0",
"type": "static"
},
{
"source": "npm:read-pkg-up@7.0.1",
"target": "npm:type-fest@0.8.1",
"type": "static"
}
],
"npm:normalize-package-data@2.5.0": [
{
"source": "npm:normalize-package-data@2.5.0",
"target": "npm:hosted-git-info@2.8.9",
"type": "static"
},
{
"source": "npm:normalize-package-data@2.5.0",
"target": "npm:resolve",
"type": "static"
},
{
"source": "npm:normalize-package-data@2.5.0",
"target": "npm:validate-npm-package-license",
"type": "static"
}
],
"npm:micromatch": [
{
"source": "npm:micromatch",
"target": "npm:braces",
"type": "static"
},
{
"source": "npm:micromatch",
"target": "npm:picomatch",
"type": "static"
}
],
"npm:mime-types": [
{
"source": "npm:mime-types",
"target": "npm:mime-db",
"type": "static"
}
],
"npm:minimist-options": [
{
"source": "npm:minimist-options",
"target": "npm:arrify",
"type": "static"
},
{
"source": "npm:minimist-options",
"target": "npm:is-plain-obj",
"type": "static"
},
{
"source": "npm:minimist-options",
"target": "npm:kind-of",
"type": "static"
}
],
"npm:minipass-collect": [
{
"source": "npm:minipass-collect",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:minipass-fetch": [
{
"source": "npm:minipass-fetch",
"target": "npm:minipass@3.3.6",
"type": "static"
},
{
"source": "npm:minipass-fetch",
"target": "npm:minipass-sized",
"type": "static"
},
{
"source": "npm:minipass-fetch",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:minipass-fetch",
"target": "npm:encoding",
"type": "static"
}
],
"npm:minipass-flush": [
{
"source": "npm:minipass-flush",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:minipass-json-stream": [
{
"source": "npm:minipass-json-stream",
"target": "npm:jsonparse",
"type": "static"
},
{
"source": "npm:minipass-json-stream",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:minipass-pipeline": [
{
"source": "npm:minipass-pipeline",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:minipass-sized": [
{
"source": "npm:minipass-sized",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:minizlib": [
{
"source": "npm:minizlib",
"target": "npm:minipass@3.3.6",
"type": "static"
},
{
"source": "npm:minizlib",
"target": "npm:yallist@4.0.0",
"type": "static"
}
],
"npm:mkdirp-infer-owner": [
{
"source": "npm:mkdirp-infer-owner",
"target": "npm:chownr",
"type": "static"
},
{
"source": "npm:mkdirp-infer-owner",
"target": "npm:infer-owner",
"type": "static"
},
{
"source": "npm:mkdirp-infer-owner",
"target": "npm:mkdirp",
"type": "static"
}
],
"npm:multimatch": [
{
"source": "npm:multimatch",
"target": "npm:@types/minimatch",
"type": "static"
},
{
"source": "npm:multimatch",
"target": "npm:array-differ",
"type": "static"
},
{
"source": "npm:multimatch",
"target": "npm:array-union",
"type": "static"
},
{
"source": "npm:multimatch",
"target": "npm:arrify@2.0.1",
"type": "static"
},
{
"source": "npm:multimatch",
"target": "npm:minimatch",
"type": "static"
}
],
"npm:node-fetch": [
{
"source": "npm:node-fetch",
"target": "npm:data-uri-to-buffer",
"type": "static"
},
{
"source": "npm:node-fetch",
"target": "npm:fetch-blob",
"type": "static"
},
{
"source": "npm:node-fetch",
"target": "npm:formdata-polyfill",
"type": "static"
}
],
"npm:node-gyp": [
{
"source": "npm:node-gyp",
"target": "npm:env-paths",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:exponential-backoff",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:glob",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:make-fetch-happen",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:nopt@6.0.0",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:tar",
"type": "static"
},
{
"source": "npm:node-gyp",
"target": "npm:which",
"type": "static"
}
],
"npm:nopt@6.0.0": [
{
"source": "npm:nopt@6.0.0",
"target": "npm:abbrev@1.1.1",
"type": "static"
}
],
"npm:nopt": [
{
"source": "npm:nopt",
"target": "npm:abbrev",
"type": "static"
}
],
"npm:normalize-package-data": [
{
"source": "npm:normalize-package-data",
"target": "npm:hosted-git-info",
"type": "static"
},
{
"source": "npm:normalize-package-data",
"target": "npm:is-core-module",
"type": "static"
},
{
"source": "npm:normalize-package-data",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:normalize-package-data",
"target": "npm:validate-npm-package-license",
"type": "static"
}
],
"npm:npm-bundled": [
{
"source": "npm:npm-bundled",
"target": "npm:npm-normalize-package-bin",
"type": "static"
}
],
"npm:npm-install-checks": [
{
"source": "npm:npm-install-checks",
"target": "npm:semver",
"type": "static"
}
],
"npm:npm-package-arg": [
{
"source": "npm:npm-package-arg",
"target": "npm:hosted-git-info@3.0.8",
"type": "static"
},
{
"source": "npm:npm-package-arg",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:npm-package-arg",
"target": "npm:validate-npm-package-name@3.0.0",
"type": "static"
}
],
"npm:hosted-git-info@3.0.8": [
{
"source": "npm:hosted-git-info@3.0.8",
"target": "npm:lru-cache@6.0.0",
"type": "static"
}
],
"npm:validate-npm-package-name@3.0.0": [
{
"source": "npm:validate-npm-package-name@3.0.0",
"target": "npm:builtins@1.0.3",
"type": "static"
}
],
"npm:npm-packlist": [
{
"source": "npm:npm-packlist",
"target": "npm:glob@8.1.0",
"type": "static"
},
{
"source": "npm:npm-packlist",
"target": "npm:ignore-walk",
"type": "static"
},
{
"source": "npm:npm-packlist",
"target": "npm:npm-bundled@1.1.2",
"type": "static"
},
{
"source": "npm:npm-packlist",
"target": "npm:npm-normalize-package-bin@1.0.1",
"type": "static"
}
],
"npm:npm-bundled@1.1.2": [
{
"source": "npm:npm-bundled@1.1.2",
"target": "npm:npm-normalize-package-bin@1.0.1",
"type": "static"
}
],
"npm:npm-pick-manifest": [
{
"source": "npm:npm-pick-manifest",
"target": "npm:npm-install-checks",
"type": "static"
},
{
"source": "npm:npm-pick-manifest",
"target": "npm:npm-normalize-package-bin",
"type": "static"
},
{
"source": "npm:npm-pick-manifest",
"target": "npm:npm-package-arg@10.1.0",
"type": "static"
},
{
"source": "npm:npm-pick-manifest",
"target": "npm:semver",
"type": "static"
}
],
"npm:npm-registry-fetch": [
{
"source": "npm:npm-registry-fetch",
"target": "npm:make-fetch-happen@11.1.1",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:minipass@5.0.0",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:minipass-fetch@3.0.5",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:minipass-json-stream",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:npm-package-arg@10.1.0",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:proc-log",
"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:nx": [
{
"source": "npm:nx",
"target": "npm:@nrwl/tao",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@parcel/watcher",
"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",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:cli-cursor",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:cli-spinners",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:cliui",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:dotenv",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:enquirer",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:fast-glob@3.2.7",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:figures",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:flat",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:fs-extra@11.3.2",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:glob@7.1.4",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:js-yaml",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:jsonc-parser",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:lines-and-columns",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:minimatch@3.0.5",
"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: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@4.2.0",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:tslib",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:v8-compile-cache",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:yargs@17.7.2",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:yargs-parser@21.1.1",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-darwin-arm64",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-darwin-x64",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-freebsd-x64",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-linux-arm-gnueabihf",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-linux-arm64-gnu",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-linux-arm64-musl",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-linux-x64-gnu",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-linux-x64-musl",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-win32-arm64-msvc",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:@nx/nx-win32-x64-msvc",
"type": "static"
}
],
"npm:object.assign": [
{
"source": "npm:object.assign",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:object-keys",
"type": "static"
}
],
"npm:object.fromentries": [
{
"source": "npm:object.fromentries",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.fromentries",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.fromentries",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:object.fromentries",
"target": "npm:es-object-atoms",
"type": "static"
}
],
"npm:object.groupby": [
{
"source": "npm:object.groupby",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.groupby",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.groupby",
"target": "npm:es-abstract",
"type": "static"
}
],
"npm:object.values": [
{
"source": "npm:object.values",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.values",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:object.values",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.values",
"target": "npm:es-object-atoms",
"type": "static"
}
],
"npm: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: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:bl",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:cli-cursor",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:cli-spinners",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:is-interactive",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:is-unicode-supported",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:log-symbols",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:ora",
"target": "npm:wcwidth",
"type": "static"
}
],
"npm:own-keys": [
{
"source": "npm:own-keys",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:own-keys",
"target": "npm:object-keys",
"type": "static"
},
{
"source": "npm:own-keys",
"target": "npm:safe-push-apply",
"type": "static"
}
],
"npm:p-limit": [
{
"source": "npm:p-limit",
"target": "npm:yocto-queue",
"type": "static"
}
],
"npm:p-locate": [
{
"source": "npm:p-locate",
"target": "npm:p-limit",
"type": "static"
}
],
"npm:p-map": [
{
"source": "npm:p-map",
"target": "npm:aggregate-error",
"type": "static"
}
],
"npm:p-queue": [
{
"source": "npm:p-queue",
"target": "npm:eventemitter3",
"type": "static"
},
{
"source": "npm:p-queue",
"target": "npm:p-timeout",
"type": "static"
}
],
"npm:p-timeout": [
{
"source": "npm:p-timeout",
"target": "npm:p-finally",
"type": "static"
}
],
"npm:p-waterfall": [
{
"source": "npm:p-waterfall",
"target": "npm:p-reduce",
"type": "static"
}
],
"npm:pacote": [
{
"source": "npm:pacote",
"target": "npm:@npmcli/git",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:@npmcli/installed-package-contents",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:@npmcli/promise-spawn",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:@npmcli/run-script@6.0.2",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:cacache",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:fs-minipass",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:minipass@4.2.8",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-package-arg@10.1.0",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-packlist@7.0.4",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-pick-manifest",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:proc-log",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:promise-retry",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:read-package-json@6.0.4",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:read-package-json-fast",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:sigstore",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:ssri@10.0.6",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:tar",
"type": "static"
}
],
"npm:ignore-walk@6.0.5": [
{
"source": "npm:ignore-walk@6.0.5",
"target": "npm:minimatch@9.0.5",
"type": "static"
}
],
"npm:npm-packlist@7.0.4": [
{
"source": "npm:npm-packlist@7.0.4",
"target": "npm:ignore-walk@6.0.5",
"type": "static"
}
],
"npm:read-package-json@6.0.4": [
{
"source": "npm:read-package-json@6.0.4",
"target": "npm:glob@10.5.0",
"type": "static"
},
{
"source": "npm:read-package-json@6.0.4",
"target": "npm:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:read-package-json@6.0.4",
"target": "npm:normalize-package-data",
"type": "static"
},
{
"source": "npm:read-package-json@6.0.4",
"target": "npm:npm-normalize-package-bin",
"type": "static"
}
],
"npm:parent-module": [
{
"source": "npm:parent-module",
"target": "npm:callsites",
"type": "static"
}
],
"npm:parse-conflict-json": [
{
"source": "npm:parse-conflict-json",
"target": "npm:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:parse-conflict-json",
"target": "npm:just-diff",
"type": "static"
},
{
"source": "npm:parse-conflict-json",
"target": "npm:just-diff-apply",
"type": "static"
}
],
"npm:parse-json": [
{
"source": "npm:parse-json",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:parse-json",
"target": "npm:error-ex",
"type": "static"
},
{
"source": "npm:parse-json",
"target": "npm:json-parse-even-better-errors@2.3.1",
"type": "static"
},
{
"source": "npm:parse-json",
"target": "npm:lines-and-columns@1.2.4",
"type": "static"
}
],
"npm:parse-path": [
{
"source": "npm:parse-path",
"target": "npm:protocols",
"type": "static"
}
],
"npm:parse-url": [
{
"source": "npm:parse-url",
"target": "npm:parse-path",
"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:pkg-dir": [
{
"source": "npm:pkg-dir",
"target": "npm:find-up@4.1.0",
"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:prettier-linter-helpers": [
{
"source": "npm:prettier-linter-helpers",
"target": "npm:fast-diff",
"type": "static"
}
],
"npm:pretty-format": [
{
"source": "npm:pretty-format",
"target": "npm:@jest/schemas",
"type": "static"
},
{
"source": "npm:pretty-format",
"target": "npm:ansi-styles@5.2.0",
"type": "static"
},
{
"source": "npm:pretty-format",
"target": "npm:react-is",
"type": "static"
}
],
"npm:promise-retry": [
{
"source": "npm:promise-retry",
"target": "npm:err-code",
"type": "static"
},
{
"source": "npm:promise-retry",
"target": "npm:retry",
"type": "static"
}
],
"npm:prompts": [
{
"source": "npm:prompts",
"target": "npm:kleur",
"type": "static"
},
{
"source": "npm:prompts",
"target": "npm:sisteransi",
"type": "static"
}
],
"npm:promzard": [
{
"source": "npm:promzard",
"target": "npm:read",
"type": "static"
}
],
"npm:read": [
{
"source": "npm:read",
"target": "npm:mute-stream",
"type": "static"
}
],
"npm:read-package-json": [
{
"source": "npm:read-package-json",
"target": "npm:glob@8.1.0",
"type": "static"
},
{
"source": "npm:read-package-json",
"target": "npm:json-parse-even-better-errors@2.3.1",
"type": "static"
},
{
"source": "npm:read-package-json",
"target": "npm:normalize-package-data@4.0.1",
"type": "static"
},
{
"source": "npm:read-package-json",
"target": "npm:npm-normalize-package-bin@1.0.1",
"type": "static"
}
],
"npm:read-package-json-fast": [
{
"source": "npm:read-package-json-fast",
"target": "npm:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:read-package-json-fast",
"target": "npm:npm-normalize-package-bin",
"type": "static"
}
],
"npm:normalize-package-data@4.0.1": [
{
"source": "npm:normalize-package-data@4.0.1",
"target": "npm:hosted-git-info@5.2.1",
"type": "static"
},
{
"source": "npm:normalize-package-data@4.0.1",
"target": "npm:is-core-module",
"type": "static"
},
{
"source": "npm:normalize-package-data@4.0.1",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:normalize-package-data@4.0.1",
"target": "npm:validate-npm-package-license",
"type": "static"
}
],
"npm:read-pkg": [
{
"source": "npm:read-pkg",
"target": "npm:load-json-file@4.0.0",
"type": "static"
},
{
"source": "npm:read-pkg",
"target": "npm:normalize-package-data@2.5.0",
"type": "static"
},
{
"source": "npm:read-pkg",
"target": "npm:path-type@3.0.0",
"type": "static"
}
],
"npm:read-pkg-up": [
{
"source": "npm:read-pkg-up",
"target": "npm:find-up@2.1.0",
"type": "static"
},
{
"source": "npm:read-pkg-up",
"target": "npm:read-pkg",
"type": "static"
}
],
"npm:find-up@2.1.0": [
{
"source": "npm:find-up@2.1.0",
"target": "npm:locate-path@2.0.0",
"type": "static"
}
],
"npm:locate-path@2.0.0": [
{
"source": "npm:locate-path@2.0.0",
"target": "npm:p-locate@2.0.0",
"type": "static"
},
{
"source": "npm:locate-path@2.0.0",
"target": "npm:path-exists@3.0.0",
"type": "static"
}
],
"npm:p-limit@1.3.0": [
{
"source": "npm:p-limit@1.3.0",
"target": "npm:p-try@1.0.0",
"type": "static"
}
],
"npm:p-locate@2.0.0": [
{
"source": "npm:p-locate@2.0.0",
"target": "npm:p-limit@1.3.0",
"type": "static"
}
],
"npm:load-json-file@4.0.0": [
{
"source": "npm:load-json-file@4.0.0",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:load-json-file@4.0.0",
"target": "npm:parse-json@4.0.0",
"type": "static"
},
{
"source": "npm:load-json-file@4.0.0",
"target": "npm:pify@3.0.0",
"type": "static"
},
{
"source": "npm:load-json-file@4.0.0",
"target": "npm:strip-bom@3.0.0",
"type": "static"
}
],
"npm:parse-json@4.0.0": [
{
"source": "npm:parse-json@4.0.0",
"target": "npm:error-ex",
"type": "static"
},
{
"source": "npm:parse-json@4.0.0",
"target": "npm:json-parse-better-errors",
"type": "static"
}
],
"npm:path-type@3.0.0": [
{
"source": "npm:path-type@3.0.0",
"target": "npm:pify@3.0.0",
"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:redent": [
{
"source": "npm:redent",
"target": "npm:indent-string",
"type": "static"
},
{
"source": "npm:redent",
"target": "npm:strip-indent",
"type": "static"
}
],
"npm:reflect.getprototypeof": [
{
"source": "npm:reflect.getprototypeof",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:reflect.getprototypeof",
"target": "npm:which-builtin-type",
"type": "static"
}
],
"npm:regexp.prototype.flags": [
{
"source": "npm:regexp.prototype.flags",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:regexp.prototype.flags",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:regexp.prototype.flags",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:regexp.prototype.flags",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:regexp.prototype.flags",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:regexp.prototype.flags",
"target": "npm:set-function-name",
"type": "static"
}
],
"npm: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@5.0.0",
"type": "static"
}
],
"npm:restore-cursor": [
{
"source": "npm:restore-cursor",
"target": "npm:onetime",
"type": "static"
},
{
"source": "npm:restore-cursor",
"target": "npm:signal-exit",
"type": "static"
}
],
"npm:rimraf": [
{
"source": "npm:rimraf",
"target": "npm:glob",
"type": "static"
}
],
"npm:run-parallel": [
{
"source": "npm:run-parallel",
"target": "npm:queue-microtask",
"type": "static"
}
],
"npm:rxjs": [
{
"source": "npm:rxjs",
"target": "npm:tslib@1.14.1",
"type": "static"
}
],
"npm:safe-array-concat": [
{
"source": "npm:safe-array-concat",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:isarray",
"type": "static"
}
],
"npm:safe-push-apply": [
{
"source": "npm:safe-push-apply",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:safe-push-apply",
"target": "npm:isarray",
"type": "static"
}
],
"npm:safe-regex-test": [
{
"source": "npm:safe-regex-test",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:safe-regex-test",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:safe-regex-test",
"target": "npm:is-regex",
"type": "static"
}
],
"npm:set-function-length": [
{
"source": "npm:set-function-length",
"target": "npm:define-data-property",
"type": "static"
},
{
"source": "npm:set-function-length",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:set-function-length",
"target": "npm:function-bind",
"type": "static"
},
{
"source": "npm:set-function-length",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:set-function-length",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:set-function-length",
"target": "npm:has-property-descriptors",
"type": "static"
}
],
"npm:set-function-name": [
{
"source": "npm:set-function-name",
"target": "npm:define-data-property",
"type": "static"
},
{
"source": "npm:set-function-name",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:set-function-name",
"target": "npm:functions-have-names",
"type": "static"
},
{
"source": "npm:set-function-name",
"target": "npm:has-property-descriptors",
"type": "static"
}
],
"npm:set-proto": [
{
"source": "npm:set-proto",
"target": "npm:dunder-proto",
"type": "static"
},
{
"source": "npm:set-proto",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:set-proto",
"target": "npm:es-object-atoms",
"type": "static"
}
],
"npm:shallow-clone": [
{
"source": "npm:shallow-clone",
"target": "npm:kind-of",
"type": "static"
}
],
"npm:shebang-command": [
{
"source": "npm:shebang-command",
"target": "npm:shebang-regex",
"type": "static"
}
],
"npm:side-channel": [
{
"source": "npm:side-channel",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:side-channel",
"target": "npm:object-inspect",
"type": "static"
},
{
"source": "npm:side-channel",
"target": "npm:side-channel-list",
"type": "static"
},
{
"source": "npm:side-channel",
"target": "npm:side-channel-map",
"type": "static"
},
{
"source": "npm:side-channel",
"target": "npm:side-channel-weakmap",
"type": "static"
}
],
"npm:side-channel-list": [
{
"source": "npm:side-channel-list",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:side-channel-list",
"target": "npm:object-inspect",
"type": "static"
}
],
"npm:side-channel-map": [
{
"source": "npm:side-channel-map",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:side-channel-map",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:side-channel-map",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:side-channel-map",
"target": "npm:object-inspect",
"type": "static"
}
],
"npm:side-channel-weakmap": [
{
"source": "npm:side-channel-weakmap",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:side-channel-weakmap",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:side-channel-weakmap",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:side-channel-weakmap",
"target": "npm:object-inspect",
"type": "static"
},
{
"source": "npm:side-channel-weakmap",
"target": "npm:side-channel-map",
"type": "static"
}
],
"npm:sigstore": [
{
"source": "npm:sigstore",
"target": "npm:@sigstore/bundle",
"type": "static"
},
{
"source": "npm:sigstore",
"target": "npm:@sigstore/protobuf-specs",
"type": "static"
},
{
"source": "npm:sigstore",
"target": "npm:@sigstore/sign",
"type": "static"
},
{
"source": "npm:sigstore",
"target": "npm:@sigstore/tuf",
"type": "static"
},
{
"source": "npm:sigstore",
"target": "npm:make-fetch-happen@11.1.1",
"type": "static"
}
],
"npm:socks": [
{
"source": "npm:socks",
"target": "npm:ip-address",
"type": "static"
},
{
"source": "npm:socks",
"target": "npm:smart-buffer",
"type": "static"
}
],
"npm:socks-proxy-agent": [
{
"source": "npm:socks-proxy-agent",
"target": "npm:agent-base",
"type": "static"
},
{
"source": "npm:socks-proxy-agent",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:socks-proxy-agent",
"target": "npm:socks",
"type": "static"
}
],
"npm:sort-keys": [
{
"source": "npm:sort-keys",
"target": "npm:is-plain-obj",
"type": "static"
}
],
"npm:source-map-support": [
{
"source": "npm:source-map-support",
"target": "npm:buffer-from",
"type": "static"
},
{
"source": "npm:source-map-support",
"target": "npm:source-map",
"type": "static"
}
],
"npm:spdx-correct": [
{
"source": "npm:spdx-correct",
"target": "npm:spdx-expression-parse",
"type": "static"
},
{
"source": "npm:spdx-correct",
"target": "npm:spdx-license-ids",
"type": "static"
}
],
"npm:spdx-expression-parse": [
{
"source": "npm:spdx-expression-parse",
"target": "npm:spdx-exceptions",
"type": "static"
},
{
"source": "npm:spdx-expression-parse",
"target": "npm:spdx-license-ids",
"type": "static"
}
],
"npm:split": [
{
"source": "npm:split",
"target": "npm:through",
"type": "static"
}
],
"npm:split2": [
{
"source": "npm:split2",
"target": "npm:readable-stream",
"type": "static"
}
],
"npm:ssri": [
{
"source": "npm:ssri",
"target": "npm:minipass@3.3.6",
"type": "static"
}
],
"npm:stack-utils": [
{
"source": "npm:stack-utils",
"target": "npm:escape-string-regexp@2.0.0",
"type": "static"
}
],
"npm:stop-iteration-iterator": [
{
"source": "npm:stop-iteration-iterator",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:stop-iteration-iterator",
"target": "npm:internal-slot",
"type": "static"
}
],
"npm:string_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.includes": [
{
"source": "npm:string.prototype.includes",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:string.prototype.includes",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:string.prototype.includes",
"target": "npm:es-abstract",
"type": "static"
}
],
"npm:string.prototype.trim": [
{
"source": "npm:string.prototype.trim",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:define-data-property",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:es-object-atoms",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:has-property-descriptors",
"type": "static"
}
],
"npm:string.prototype.trimend": [
{
"source": "npm:string.prototype.trimend",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:string.prototype.trimend",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:string.prototype.trimend",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:string.prototype.trimend",
"target": "npm:es-object-atoms",
"type": "static"
}
],
"npm:string.prototype.trimstart": [
{
"source": "npm:string.prototype.trimstart",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:string.prototype.trimstart",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:string.prototype.trimstart",
"target": "npm:es-object-atoms",
"type": "static"
}
],
"npm: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-indent": [
{
"source": "npm:strip-indent",
"target": "npm:min-indent",
"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:supports-color": [
{
"source": "npm:supports-color",
"target": "npm:has-flag",
"type": "static"
}
],
"npm:synckit": [
{
"source": "npm:synckit",
"target": "npm:@pkgr/core",
"type": "static"
}
],
"npm:tar": [
{
"source": "npm:tar",
"target": "npm:chownr",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:fs-minipass@2.1.0",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:minipass@5.0.0",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:mkdirp",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:yallist@4.0.0",
"type": "static"
}
],
"npm:tar-stream": [
{
"source": "npm:tar-stream",
"target": "npm:bl",
"type": "static"
},
{
"source": "npm:tar-stream",
"target": "npm:end-of-stream",
"type": "static"
},
{
"source": "npm:tar-stream",
"target": "npm:fs-constants",
"type": "static"
},
{
"source": "npm:tar-stream",
"target": "npm:inherits",
"type": "static"
},
{
"source": "npm:tar-stream",
"target": "npm:readable-stream",
"type": "static"
}
],
"npm:tempy": [
{
"source": "npm:tempy",
"target": "npm:del",
"type": "static"
},
{
"source": "npm:tempy",
"target": "npm:is-stream",
"type": "static"
},
{
"source": "npm:tempy",
"target": "npm:temp-dir@2.0.0",
"type": "static"
},
{
"source": "npm:tempy",
"target": "npm:type-fest@0.16.0",
"type": "static"
},
{
"source": "npm:tempy",
"target": "npm:unique-string",
"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",
"type": "static"
}
],
"npm:through2": [
{
"source": "npm:through2",
"target": "npm:readable-stream",
"type": "static"
}
],
"npm:to-regex-range": [
{
"source": "npm:to-regex-range",
"target": "npm:is-number",
"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:jest-util",
"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:fast-json-stable-stringify",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:handlebars",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:json5",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:lodash.memoize",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:make-error",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:type-fest@4.41.0",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:yargs-parser@21.1.1",
"type": "static"
}
],
"npm:tsconfig-paths": [
{
"source": "npm:tsconfig-paths",
"target": "npm:@types/json5",
"type": "static"
},
{
"source": "npm:tsconfig-paths",
"target": "npm:json5@1.0.2",
"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:json5@1.0.2": [
{
"source": "npm:json5@1.0.2",
"target": "npm:minimist",
"type": "static"
}
],
"npm:tsutils": [
{
"source": "npm:tsutils",
"target": "npm:typescript",
"type": "static"
},
{
"source": "npm:tsutils",
"target": "npm:tslib@1.14.1",
"type": "static"
}
],
"npm:tuf-js": [
{
"source": "npm:tuf-js",
"target": "npm:@tufjs/models",
"type": "static"
},
{
"source": "npm:tuf-js",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:tuf-js",
"target": "npm:make-fetch-happen@11.1.1",
"type": "static"
}
],
"npm:type-check": [
{
"source": "npm:type-check",
"target": "npm:prelude-ls",
"type": "static"
}
],
"npm:typed-array-buffer": [
{
"source": "npm:typed-array-buffer",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:typed-array-buffer",
"target": "npm:es-errors",
"type": "static"
},
{
"source": "npm:typed-array-buffer",
"target": "npm:is-typed-array",
"type": "static"
}
],
"npm:typed-array-byte-length": [
{
"source": "npm:typed-array-byte-length",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:typed-array-byte-length",
"target": "npm:for-each",
"type": "static"
},
{
"source": "npm:typed-array-byte-length",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:typed-array-byte-length",
"target": "npm:has-proto",
"type": "static"
},
{
"source": "npm:typed-array-byte-length",
"target": "npm:is-typed-array",
"type": "static"
}
],
"npm:typed-array-byte-offset": [
{
"source": "npm:typed-array-byte-offset",
"target": "npm:available-typed-arrays",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:for-each",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:has-proto",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:is-typed-array",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:reflect.getprototypeof",
"type": "static"
}
],
"npm:typed-array-length": [
{
"source": "npm:typed-array-length",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:for-each",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:is-typed-array",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:possible-typed-array-names",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:reflect.getprototypeof",
"type": "static"
}
],
"npm:unbox-primitive": [
{
"source": "npm:unbox-primitive",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:unbox-primitive",
"target": "npm:has-bigints",
"type": "static"
},
{
"source": "npm:unbox-primitive",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:unbox-primitive",
"target": "npm:which-boxed-primitive",
"type": "static"
}
],
"npm:unique-filename": [
{
"source": "npm:unique-filename",
"target": "npm:unique-slug",
"type": "static"
}
],
"npm:unique-slug": [
{
"source": "npm:unique-slug",
"target": "npm:imurmurhash",
"type": "static"
}
],
"npm:unique-string": [
{
"source": "npm:unique-string",
"target": "npm:crypto-random-string",
"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: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:validate-npm-package-license": [
{
"source": "npm:validate-npm-package-license",
"target": "npm:spdx-correct",
"type": "static"
},
{
"source": "npm:validate-npm-package-license",
"target": "npm:spdx-expression-parse",
"type": "static"
}
],
"npm:validate-npm-package-name": [
{
"source": "npm:validate-npm-package-name",
"target": "npm:builtins",
"type": "static"
}
],
"npm:walker": [
{
"source": "npm:walker",
"target": "npm:makeerror",
"type": "static"
}
],
"npm:wcwidth": [
{
"source": "npm:wcwidth",
"target": "npm:defaults",
"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:call-bound",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:function.prototype.name",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:has-tostringtag",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:is-async-function",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:is-date-object",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:is-finalizationregistry",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:is-generator-function",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:is-regex",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:is-weakref",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:isarray",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:which-boxed-primitive",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:which-collection",
"type": "static"
},
{
"source": "npm:which-builtin-type",
"target": "npm:which-typed-array",
"type": "static"
}
],
"npm:which-collection": [
{
"source": "npm:which-collection",
"target": "npm:is-map",
"type": "static"
},
{
"source": "npm:which-collection",
"target": "npm:is-set",
"type": "static"
},
{
"source": "npm:which-collection",
"target": "npm:is-weakmap",
"type": "static"
},
{
"source": "npm:which-collection",
"target": "npm:is-weakset",
"type": "static"
}
],
"npm:which-typed-array": [
{
"source": "npm:which-typed-array",
"target": "npm:available-typed-arrays",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:call-bound",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:for-each",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:get-proto",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:wide-align": [
{
"source": "npm:wide-align",
"target": "npm:string-width",
"type": "static"
}
],
"npm:wrap-ansi": [
{
"source": "npm:wrap-ansi",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:wrap-ansi",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:wrap-ansi",
"target": "npm:strip-ansi",
"type": "static"
}
],
"npm:wrap-ansi-cjs": [
{
"source": "npm:wrap-ansi-cjs",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:wrap-ansi-cjs",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:wrap-ansi-cjs",
"target": "npm:strip-ansi",
"type": "static"
}
],
"npm: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:write-json-file": [
{
"source": "npm:write-json-file",
"target": "npm:detect-indent",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:make-dir@2.1.0",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:pify@4.0.1",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:sort-keys",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:write-file-atomic@2.4.3",
"type": "static"
}
],
"npm:make-dir@2.1.0": [
{
"source": "npm:make-dir@2.1.0",
"target": "npm:pify@4.0.1",
"type": "static"
}
],
"npm:write-file-atomic@2.4.3": [
{
"source": "npm:write-file-atomic@2.4.3",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:write-file-atomic@2.4.3",
"target": "npm:imurmurhash",
"type": "static"
},
{
"source": "npm:write-file-atomic@2.4.3",
"target": "npm:signal-exit",
"type": "static"
}
],
"npm:write-pkg": [
{
"source": "npm:write-pkg",
"target": "npm:sort-keys",
"type": "static"
},
{
"source": "npm:write-pkg",
"target": "npm:type-fest@0.4.1",
"type": "static"
},
{
"source": "npm:write-pkg",
"target": "npm:write-json-file",
"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"
}
]
},
"version": "6.0",
"errors": [],
"computedAt": 1767713297294
}