Files
toolkit/.nx/workspace-data/project-graph.json
T
2025-07-14 12:07:37 +00:00

22052 lines
599 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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"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",
"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
},
"nx-release-publish": {
"executor": "@nx/js:release-publish",
"dependsOn": [
"^nx-release-publish"
],
"options": {},
"configurations": {},
"parallelism": true
}
},
"implicitDependencies": []
}
}
},
"externalNodes": {
"npm:@aashutoshrathi/word-wrap": {
"type": "npm",
"name": "npm:@aashutoshrathi/word-wrap",
"data": {
"version": "1.2.6",
"packageName": "@aashutoshrathi/word-wrap",
"hash": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA=="
}
},
"npm:@ampproject/remapping": {
"type": "npm",
"name": "npm:@ampproject/remapping",
"data": {
"version": "2.2.1",
"packageName": "@ampproject/remapping",
"hash": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg=="
}
},
"npm:@babel/code-frame": {
"type": "npm",
"name": "npm:@babel/code-frame",
"data": {
"version": "7.22.13",
"packageName": "@babel/code-frame",
"hash": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w=="
}
},
"npm:ansi-styles@3.2.1": {
"type": "npm",
"name": "npm:ansi-styles@3.2.1",
"data": {
"version": "3.2.1",
"packageName": "ansi-styles",
"hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="
}
},
"npm:ansi-styles": {
"type": "npm",
"name": "npm:ansi-styles",
"data": {
"version": "4.3.0",
"packageName": "ansi-styles",
"hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
}
},
"npm:ansi-styles@5.2.0": {
"type": "npm",
"name": "npm:ansi-styles@5.2.0",
"data": {
"version": "5.2.0",
"packageName": "ansi-styles",
"hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
}
},
"npm:chalk@2.4.2": {
"type": "npm",
"name": "npm:chalk@2.4.2",
"data": {
"version": "2.4.2",
"packageName": "chalk",
"hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="
}
},
"npm:chalk": {
"type": "npm",
"name": "npm:chalk",
"data": {
"version": "4.1.2",
"packageName": "chalk",
"hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
}
},
"npm:color-convert@1.9.3": {
"type": "npm",
"name": "npm:color-convert@1.9.3",
"data": {
"version": "1.9.3",
"packageName": "color-convert",
"hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg=="
}
},
"npm:color-convert": {
"type": "npm",
"name": "npm:color-convert",
"data": {
"version": "2.0.1",
"packageName": "color-convert",
"hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
}
},
"npm:color-name@1.1.3": {
"type": "npm",
"name": "npm:color-name@1.1.3",
"data": {
"version": "1.1.3",
"packageName": "color-name",
"hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
}
},
"npm:color-name": {
"type": "npm",
"name": "npm:color-name",
"data": {
"version": "1.1.4",
"packageName": "color-name",
"hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
}
},
"npm:escape-string-regexp@1.0.5": {
"type": "npm",
"name": "npm:escape-string-regexp@1.0.5",
"data": {
"version": "1.0.5",
"packageName": "escape-string-regexp",
"hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
}
},
"npm:escape-string-regexp": {
"type": "npm",
"name": "npm:escape-string-regexp",
"data": {
"version": "4.0.0",
"packageName": "escape-string-regexp",
"hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
}
},
"npm:escape-string-regexp@2.0.0": {
"type": "npm",
"name": "npm:escape-string-regexp@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "escape-string-regexp",
"hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
}
},
"npm:has-flag@3.0.0": {
"type": "npm",
"name": "npm:has-flag@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "has-flag",
"hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
}
},
"npm:has-flag": {
"type": "npm",
"name": "npm:has-flag",
"data": {
"version": "4.0.0",
"packageName": "has-flag",
"hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
}
},
"npm:supports-color@5.5.0": {
"type": "npm",
"name": "npm:supports-color@5.5.0",
"data": {
"version": "5.5.0",
"packageName": "supports-color",
"hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow=="
}
},
"npm:supports-color@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:@babel/compat-data": {
"type": "npm",
"name": "npm:@babel/compat-data",
"data": {
"version": "7.22.9",
"packageName": "@babel/compat-data",
"hash": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ=="
}
},
"npm:@babel/core": {
"type": "npm",
"name": "npm:@babel/core",
"data": {
"version": "7.22.11",
"packageName": "@babel/core",
"hash": "sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ=="
}
},
"npm:convert-source-map@1.9.0": {
"type": "npm",
"name": "npm:convert-source-map@1.9.0",
"data": {
"version": "1.9.0",
"packageName": "convert-source-map",
"hash": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
}
},
"npm:convert-source-map": {
"type": "npm",
"name": "npm:convert-source-map",
"data": {
"version": "2.0.0",
"packageName": "convert-source-map",
"hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
}
},
"npm:semver@6.3.1": {
"type": "npm",
"name": "npm:semver@6.3.1",
"data": {
"version": "6.3.1",
"packageName": "semver",
"hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
}
},
"npm:semver@5.7.2": {
"type": "npm",
"name": "npm:semver@5.7.2",
"data": {
"version": "5.7.2",
"packageName": "semver",
"hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
}
},
"npm:semver@7.5.3": {
"type": "npm",
"name": "npm:semver@7.5.3",
"data": {
"version": "7.5.3",
"packageName": "semver",
"hash": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ=="
}
},
"npm:semver": {
"type": "npm",
"name": "npm:semver",
"data": {
"version": "7.5.4",
"packageName": "semver",
"hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA=="
}
},
"npm:@babel/generator": {
"type": "npm",
"name": "npm:@babel/generator",
"data": {
"version": "7.23.0",
"packageName": "@babel/generator",
"hash": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g=="
}
},
"npm:@babel/helper-compilation-targets": {
"type": "npm",
"name": "npm:@babel/helper-compilation-targets",
"data": {
"version": "7.22.10",
"packageName": "@babel/helper-compilation-targets",
"hash": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q=="
}
},
"npm:@babel/helper-environment-visitor": {
"type": "npm",
"name": "npm:@babel/helper-environment-visitor",
"data": {
"version": "7.22.20",
"packageName": "@babel/helper-environment-visitor",
"hash": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA=="
}
},
"npm:@babel/helper-function-name": {
"type": "npm",
"name": "npm:@babel/helper-function-name",
"data": {
"version": "7.23.0",
"packageName": "@babel/helper-function-name",
"hash": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw=="
}
},
"npm:@babel/helper-hoist-variables": {
"type": "npm",
"name": "npm:@babel/helper-hoist-variables",
"data": {
"version": "7.22.5",
"packageName": "@babel/helper-hoist-variables",
"hash": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw=="
}
},
"npm:@babel/helper-module-imports": {
"type": "npm",
"name": "npm:@babel/helper-module-imports",
"data": {
"version": "7.22.5",
"packageName": "@babel/helper-module-imports",
"hash": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg=="
}
},
"npm:@babel/helper-module-transforms": {
"type": "npm",
"name": "npm:@babel/helper-module-transforms",
"data": {
"version": "7.22.9",
"packageName": "@babel/helper-module-transforms",
"hash": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ=="
}
},
"npm:@babel/helper-plugin-utils": {
"type": "npm",
"name": "npm:@babel/helper-plugin-utils",
"data": {
"version": "7.22.5",
"packageName": "@babel/helper-plugin-utils",
"hash": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg=="
}
},
"npm:@babel/helper-simple-access": {
"type": "npm",
"name": "npm:@babel/helper-simple-access",
"data": {
"version": "7.22.5",
"packageName": "@babel/helper-simple-access",
"hash": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w=="
}
},
"npm:@babel/helper-split-export-declaration": {
"type": "npm",
"name": "npm:@babel/helper-split-export-declaration",
"data": {
"version": "7.22.6",
"packageName": "@babel/helper-split-export-declaration",
"hash": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g=="
}
},
"npm:@babel/helper-string-parser": {
"type": "npm",
"name": "npm:@babel/helper-string-parser",
"data": {
"version": "7.22.5",
"packageName": "@babel/helper-string-parser",
"hash": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw=="
}
},
"npm:@babel/helper-validator-identifier": {
"type": "npm",
"name": "npm:@babel/helper-validator-identifier",
"data": {
"version": "7.22.20",
"packageName": "@babel/helper-validator-identifier",
"hash": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A=="
}
},
"npm:@babel/helper-validator-option": {
"type": "npm",
"name": "npm:@babel/helper-validator-option",
"data": {
"version": "7.22.5",
"packageName": "@babel/helper-validator-option",
"hash": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw=="
}
},
"npm:@babel/helpers": {
"type": "npm",
"name": "npm:@babel/helpers",
"data": {
"version": "7.22.11",
"packageName": "@babel/helpers",
"hash": "sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg=="
}
},
"npm:@babel/highlight": {
"type": "npm",
"name": "npm:@babel/highlight",
"data": {
"version": "7.22.13",
"packageName": "@babel/highlight",
"hash": "sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ=="
}
},
"npm:@babel/parser": {
"type": "npm",
"name": "npm:@babel/parser",
"data": {
"version": "7.23.0",
"packageName": "@babel/parser",
"hash": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw=="
}
},
"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-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.22.5",
"packageName": "@babel/plugin-syntax-jsx",
"hash": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg=="
}
},
"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-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.22.5",
"packageName": "@babel/plugin-syntax-typescript",
"hash": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ=="
}
},
"npm:@babel/runtime": {
"type": "npm",
"name": "npm:@babel/runtime",
"data": {
"version": "7.22.6",
"packageName": "@babel/runtime",
"hash": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ=="
}
},
"npm:@babel/template": {
"type": "npm",
"name": "npm:@babel/template",
"data": {
"version": "7.22.15",
"packageName": "@babel/template",
"hash": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w=="
}
},
"npm:@babel/traverse": {
"type": "npm",
"name": "npm:@babel/traverse",
"data": {
"version": "7.23.2",
"packageName": "@babel/traverse",
"hash": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw=="
}
},
"npm:globals@11.12.0": {
"type": "npm",
"name": "npm:globals@11.12.0",
"data": {
"version": "11.12.0",
"packageName": "globals",
"hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
}
},
"npm:globals": {
"type": "npm",
"name": "npm:globals",
"data": {
"version": "13.21.0",
"packageName": "globals",
"hash": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg=="
}
},
"npm:@babel/types": {
"type": "npm",
"name": "npm:@babel/types",
"data": {
"version": "7.23.0",
"packageName": "@babel/types",
"hash": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg=="
}
},
"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.4.0",
"packageName": "@eslint-community/eslint-utils",
"hash": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA=="
}
},
"npm:@eslint-community/regexpp": {
"type": "npm",
"name": "npm:@eslint-community/regexpp",
"data": {
"version": "4.6.2",
"packageName": "@eslint-community/regexpp",
"hash": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw=="
}
},
"npm:@eslint/eslintrc": {
"type": "npm",
"name": "npm:@eslint/eslintrc",
"data": {
"version": "2.1.2",
"packageName": "@eslint/eslintrc",
"hash": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g=="
}
},
"npm:@eslint/js": {
"type": "npm",
"name": "npm:@eslint/js",
"data": {
"version": "8.48.0",
"packageName": "@eslint/js",
"hash": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw=="
}
},
"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.11.10",
"packageName": "@humanwhocodes/config-array",
"hash": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ=="
}
},
"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": "1.2.1",
"packageName": "@humanwhocodes/object-schema",
"hash": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
}
},
"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:@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.1": {
"type": "npm",
"name": "npm:js-yaml@3.14.1",
"data": {
"version": "3.14.1",
"packageName": "js-yaml",
"hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g=="
}
},
"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.6.4",
"packageName": "@jest/console",
"hash": "sha512-wNK6gC0Ha9QeEPSkeJedQuTQqxZYnDPuDcDhVuVatRvMkL4D0VTvFVZj+Yuh6caG2aOfzkUZ36KtCmLNtR02hw=="
}
},
"npm:@jest/core": {
"type": "npm",
"name": "npm:@jest/core",
"data": {
"version": "29.6.4",
"packageName": "@jest/core",
"hash": "sha512-U/vq5ccNTSVgYH7mHnodHmCffGWHJnz/E1BEWlLuK5pM4FZmGfBn/nrJGLjUsSmyx3otCeqc1T31F4y08AMDLg=="
}
},
"npm:@jest/environment": {
"type": "npm",
"name": "npm:@jest/environment",
"data": {
"version": "29.6.4",
"packageName": "@jest/environment",
"hash": "sha512-sQ0SULEjA1XUTHmkBRl7A1dyITM9yb1yb3ZNKPX3KlTd6IG7mWUe3e2yfExtC2Zz1Q+mMckOLHmL/qLiuQJrBQ=="
}
},
"npm:@jest/expect": {
"type": "npm",
"name": "npm:@jest/expect",
"data": {
"version": "29.6.4",
"packageName": "@jest/expect",
"hash": "sha512-Warhsa7d23+3X5bLbrbYvaehcgX5TLYhI03JKoedTiI8uJU4IhqYBWF7OSSgUyz4IgLpUYPkK0AehA5/fRclAA=="
}
},
"npm:@jest/expect-utils": {
"type": "npm",
"name": "npm:@jest/expect-utils",
"data": {
"version": "29.6.4",
"packageName": "@jest/expect-utils",
"hash": "sha512-FEhkJhqtvBwgSpiTrocquJCdXPsyvNKcl/n7A3u7X4pVoF4bswm11c9d4AV+kfq2Gpv/mM8x7E7DsRvH+djkrg=="
}
},
"npm:@jest/fake-timers": {
"type": "npm",
"name": "npm:@jest/fake-timers",
"data": {
"version": "29.6.4",
"packageName": "@jest/fake-timers",
"hash": "sha512-6UkCwzoBK60edXIIWb0/KWkuj7R7Qq91vVInOe3De6DSpaEiqjKcJw4F7XUet24Wupahj9J6PlR09JqJ5ySDHw=="
}
},
"npm:@jest/globals": {
"type": "npm",
"name": "npm:@jest/globals",
"data": {
"version": "29.6.4",
"packageName": "@jest/globals",
"hash": "sha512-wVIn5bdtjlChhXAzVXavcY/3PEjf4VqM174BM3eGL5kMxLiZD5CLnbmkEyA1Dwh9q8XjP6E8RwjBsY/iCWrWsA=="
}
},
"npm:@jest/reporters": {
"type": "npm",
"name": "npm:@jest/reporters",
"data": {
"version": "29.6.4",
"packageName": "@jest/reporters",
"hash": "sha512-sxUjWxm7QdchdrD3NfWKrL8FBsortZeibSJv4XLjESOOjSUOkjQcb0ZHJwfhEGIvBvTluTzfG2yZWZhkrXJu8g=="
}
},
"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.6.4",
"packageName": "@jest/test-result",
"hash": "sha512-uQ1C0AUEN90/dsyEirgMLlouROgSY+Wc/JanVVk0OiUKa5UFh7sJpMEM3aoUBAz2BRNvUJ8j3d294WFuRxSyOQ=="
}
},
"npm:@jest/test-sequencer": {
"type": "npm",
"name": "npm:@jest/test-sequencer",
"data": {
"version": "29.6.4",
"packageName": "@jest/test-sequencer",
"hash": "sha512-E84M6LbpcRq3fT4ckfKs9ryVanwkaIB0Ws9bw3/yP4seRLg/VaCZ/LgW0MCq5wwk4/iP/qnilD41aj2fsw2RMg=="
}
},
"npm:@jest/transform": {
"type": "npm",
"name": "npm:@jest/transform",
"data": {
"version": "29.6.4",
"packageName": "@jest/transform",
"hash": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA=="
}
},
"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.3",
"packageName": "@jridgewell/gen-mapping",
"hash": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ=="
}
},
"npm:@jridgewell/resolve-uri": {
"type": "npm",
"name": "npm:@jridgewell/resolve-uri",
"data": {
"version": "3.1.1",
"packageName": "@jridgewell/resolve-uri",
"hash": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA=="
}
},
"npm:@jridgewell/set-array": {
"type": "npm",
"name": "npm:@jridgewell/set-array",
"data": {
"version": "1.1.2",
"packageName": "@jridgewell/set-array",
"hash": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="
}
},
"npm:@jridgewell/sourcemap-codec": {
"type": "npm",
"name": "npm:@jridgewell/sourcemap-codec",
"data": {
"version": "1.4.15",
"packageName": "@jridgewell/sourcemap-codec",
"hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
}
},
"npm:@jridgewell/trace-mapping": {
"type": "npm",
"name": "npm:@jridgewell/trace-mapping",
"data": {
"version": "0.3.19",
"packageName": "@jridgewell/trace-mapping",
"hash": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw=="
}
},
"npm:@lerna/add": {
"type": "npm",
"name": "npm:@lerna/add",
"data": {
"version": "6.4.1",
"packageName": "@lerna/add",
"hash": "sha512-YSRnMcsdYnQtQQK0NSyrS9YGXvB3jzvx183o+JTH892MKzSlBqwpBHekCknSibyxga1HeZ0SNKQXgsHAwWkrRw=="
}
},
"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.5.1",
"packageName": "dedent",
"hash": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg=="
}
},
"npm:@lerna/bootstrap": {
"type": "npm",
"name": "npm:@lerna/bootstrap",
"data": {
"version": "6.4.1",
"packageName": "@lerna/bootstrap",
"hash": "sha512-64cm0mnxzxhUUjH3T19ZSjPdn28vczRhhTXhNAvOhhU0sQgHrroam1xQC1395qbkV3iosSertlu8e7xbXW033w=="
}
},
"npm:@lerna/changed": {
"type": "npm",
"name": "npm:@lerna/changed",
"data": {
"version": "6.4.1",
"packageName": "@lerna/changed",
"hash": "sha512-Z/z0sTm3l/iZW0eTSsnQpcY5d6eOpNO0g4wMOK+hIboWG0QOTc8b28XCnfCUO+33UisKl8PffultgoaHMKkGgw=="
}
},
"npm:@lerna/check-working-tree": {
"type": "npm",
"name": "npm:@lerna/check-working-tree",
"data": {
"version": "6.4.1",
"packageName": "@lerna/check-working-tree",
"hash": "sha512-EnlkA1wxaRLqhJdn9HX7h+JYxqiTK9aWEFOPqAE8lqjxHn3RpM9qBp1bAdL7CeUk3kN1lvxKwDEm0mfcIyMbPA=="
}
},
"npm:@lerna/child-process": {
"type": "npm",
"name": "npm:@lerna/child-process",
"data": {
"version": "6.4.1",
"packageName": "@lerna/child-process",
"hash": "sha512-dvEKK0yKmxOv8pccf3I5D/k+OGiLxQp5KYjsrDtkes2pjpCFfQAMbmpol/Tqx6w/2o2rSaRrLsnX8TENo66FsA=="
}
},
"npm:@lerna/clean": {
"type": "npm",
"name": "npm:@lerna/clean",
"data": {
"version": "6.4.1",
"packageName": "@lerna/clean",
"hash": "sha512-FuVyW3mpos5ESCWSkQ1/ViXyEtsZ9k45U66cdM/HnteHQk/XskSQw0sz9R+whrZRUDu6YgYLSoj1j0YAHVK/3A=="
}
},
"npm:@lerna/cli": {
"type": "npm",
"name": "npm:@lerna/cli",
"data": {
"version": "6.4.1",
"packageName": "@lerna/cli",
"hash": "sha512-2pNa48i2wzFEd9LMPKWI3lkW/3widDqiB7oZUM1Xvm4eAOuDWc9I3RWmAUIVlPQNf3n4McxJCvsZZ9BpQN50Fg=="
}
},
"npm:@lerna/collect-uncommitted": {
"type": "npm",
"name": "npm:@lerna/collect-uncommitted",
"data": {
"version": "6.4.1",
"packageName": "@lerna/collect-uncommitted",
"hash": "sha512-5IVQGhlLrt7Ujc5ooYA1Xlicdba/wMcDSnbQwr8ufeqnzV2z4729pLCVk55gmi6ZienH/YeBPHxhB5u34ofE0Q=="
}
},
"npm:@lerna/collect-updates": {
"type": "npm",
"name": "npm:@lerna/collect-updates",
"data": {
"version": "6.4.1",
"packageName": "@lerna/collect-updates",
"hash": "sha512-pzw2/FC+nIqYkknUHK9SMmvP3MsLEjxI597p3WV86cEDN3eb1dyGIGuHiKShtjvT08SKSwpTX+3bCYvLVxtC5Q=="
}
},
"npm:@lerna/command": {
"type": "npm",
"name": "npm:@lerna/command",
"data": {
"version": "6.4.1",
"packageName": "@lerna/command",
"hash": "sha512-3Lifj8UTNYbRad8JMP7IFEEdlIyclWyyvq/zvNnTS9kCOEymfmsB3lGXr07/AFoi6qDrvN64j7YSbPZ6C6qonw=="
}
},
"npm:@lerna/conventional-commits": {
"type": "npm",
"name": "npm:@lerna/conventional-commits",
"data": {
"version": "6.4.1",
"packageName": "@lerna/conventional-commits",
"hash": "sha512-NIvCOjStjQy5O8VojB7/fVReNNDEJOmzRG2sTpgZ/vNS4AzojBQZ/tobzhm7rVkZZ43R9srZeuhfH9WgFsVUSA=="
}
},
"npm:fs-extra@9.1.0": {
"type": "npm",
"name": "npm:fs-extra@9.1.0",
"data": {
"version": "9.1.0",
"packageName": "fs-extra",
"hash": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ=="
}
},
"npm:fs-extra@11.2.0": {
"type": "npm",
"name": "npm:fs-extra@11.2.0",
"data": {
"version": "11.2.0",
"packageName": "fs-extra",
"hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw=="
}
},
"npm:fs-extra": {
"type": "npm",
"name": "npm:fs-extra",
"data": {
"version": "11.1.1",
"packageName": "fs-extra",
"hash": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ=="
}
},
"npm:@lerna/create": {
"type": "npm",
"name": "npm:@lerna/create",
"data": {
"version": "6.4.1",
"packageName": "@lerna/create",
"hash": "sha512-qfQS8PjeGDDlxEvKsI/tYixIFzV2938qLvJohEKWFn64uvdLnXCamQ0wvRJST8p1ZpHWX4AXrB+xEJM3EFABrA=="
}
},
"npm:@lerna/create-symlink": {
"type": "npm",
"name": "npm:@lerna/create-symlink",
"data": {
"version": "6.4.1",
"packageName": "@lerna/create-symlink",
"hash": "sha512-rNivHFYV1GAULxnaTqeGb2AdEN2OZzAiZcx5CFgj45DWXQEGwPEfpFmCSJdXhFZbyd3K0uiDlAXjAmV56ov3FQ=="
}
},
"npm:@lerna/describe-ref": {
"type": "npm",
"name": "npm:@lerna/describe-ref",
"data": {
"version": "6.4.1",
"packageName": "@lerna/describe-ref",
"hash": "sha512-MXGXU8r27wl355kb1lQtAiu6gkxJ5tAisVJvFxFM1M+X8Sq56icNoaROqYrvW6y97A9+3S8Q48pD3SzkFv31Xw=="
}
},
"npm:@lerna/diff": {
"type": "npm",
"name": "npm:@lerna/diff",
"data": {
"version": "6.4.1",
"packageName": "@lerna/diff",
"hash": "sha512-TnzJsRPN2fOjUrmo5Boi43fJmRtBJDsVgwZM51VnLoKcDtO1kcScXJ16Od2Xx5bXbp5dES5vGDLL/USVVWfeAg=="
}
},
"npm:@lerna/exec": {
"type": "npm",
"name": "npm:@lerna/exec",
"data": {
"version": "6.4.1",
"packageName": "@lerna/exec",
"hash": "sha512-KAWfuZpoyd3FMejHUORd0GORMr45/d9OGAwHitfQPVs4brsxgQFjbbBEEGIdwsg08XhkDb4nl6IYVASVTq9+gA=="
}
},
"npm:@lerna/filter-options": {
"type": "npm",
"name": "npm:@lerna/filter-options",
"data": {
"version": "6.4.1",
"packageName": "@lerna/filter-options",
"hash": "sha512-efJh3lP2T+9oyNIP2QNd9EErf0Sm3l3Tz8CILMsNJpjSU6kO43TYWQ+L/ezu2zM99KVYz8GROLqDcHRwdr8qUA=="
}
},
"npm:@lerna/filter-packages": {
"type": "npm",
"name": "npm:@lerna/filter-packages",
"data": {
"version": "6.4.1",
"packageName": "@lerna/filter-packages",
"hash": "sha512-LCMGDGy4b+Mrb6xkcVzp4novbf5MoZEE6ZQF1gqG0wBWqJzNcKeFiOmf352rcDnfjPGZP6ct5+xXWosX/q6qwg=="
}
},
"npm:@lerna/get-npm-exec-opts": {
"type": "npm",
"name": "npm:@lerna/get-npm-exec-opts",
"data": {
"version": "6.4.1",
"packageName": "@lerna/get-npm-exec-opts",
"hash": "sha512-IvN/jyoklrWcjssOf121tZhOc16MaFPOu5ii8a+Oy0jfTriIGv929Ya8MWodj75qec9s+JHoShB8yEcMqZce4g=="
}
},
"npm:@lerna/get-packed": {
"type": "npm",
"name": "npm:@lerna/get-packed",
"data": {
"version": "6.4.1",
"packageName": "@lerna/get-packed",
"hash": "sha512-uaDtYwK1OEUVIXn84m45uPlXShtiUcw6V9TgB3rvHa3rrRVbR7D4r+JXcwVxLGrAS7LwxVbYWEEO/Z/bX7J/Lg=="
}
},
"npm:@lerna/github-client": {
"type": "npm",
"name": "npm:@lerna/github-client",
"data": {
"version": "6.4.1",
"packageName": "@lerna/github-client",
"hash": "sha512-ridDMuzmjMNlcDmrGrV9mxqwUKzt9iYqCPwVYJlRYrnE3jxyg+RdooquqskVFj11djcY6xCV2Q2V1lUYwF+PmA=="
}
},
"npm:@lerna/gitlab-client": {
"type": "npm",
"name": "npm:@lerna/gitlab-client",
"data": {
"version": "6.4.1",
"packageName": "@lerna/gitlab-client",
"hash": "sha512-AdLG4d+jbUvv0jQyygQUTNaTCNSMDxioJso6aAjQ/vkwyy3fBJ6FYzX74J4adSfOxC2MQZITFyuG+c9ggp7pyQ=="
}
},
"npm:@lerna/global-options": {
"type": "npm",
"name": "npm:@lerna/global-options",
"data": {
"version": "6.4.1",
"packageName": "@lerna/global-options",
"hash": "sha512-UTXkt+bleBB8xPzxBPjaCN/v63yQdfssVjhgdbkQ//4kayaRA65LyEtJTi9rUrsLlIy9/rbeb+SAZUHg129fJg=="
}
},
"npm:@lerna/has-npm-version": {
"type": "npm",
"name": "npm:@lerna/has-npm-version",
"data": {
"version": "6.4.1",
"packageName": "@lerna/has-npm-version",
"hash": "sha512-vW191w5iCkwNWWWcy4542ZOpjKYjcP/pU3o3+w6NM1J3yBjWZcNa8lfzQQgde2QkGyNi+i70o6wIca1o0sdKwg=="
}
},
"npm:@lerna/import": {
"type": "npm",
"name": "npm:@lerna/import",
"data": {
"version": "6.4.1",
"packageName": "@lerna/import",
"hash": "sha512-oDg8g1PNrCM1JESLsG3rQBtPC+/K9e4ohs0xDKt5E6p4l7dc0Ib4oo0oCCT/hGzZUlNwHxrc2q9JMRzSAn6P/Q=="
}
},
"npm:@lerna/info": {
"type": "npm",
"name": "npm:@lerna/info",
"data": {
"version": "6.4.1",
"packageName": "@lerna/info",
"hash": "sha512-Ks4R7IndIr4vQXz+702gumPVhH6JVkshje0WKA3+ew2qzYZf68lU1sBe1OZsQJU3eeY2c60ax+bItSa7aaIHGw=="
}
},
"npm:@lerna/init": {
"type": "npm",
"name": "npm:@lerna/init",
"data": {
"version": "6.4.1",
"packageName": "@lerna/init",
"hash": "sha512-CXd/s/xgj0ZTAoOVyolOTLW2BG7uQOhWW4P/ktlwwJr9s3c4H/z+Gj36UXw3q5X1xdR29NZt7Vc6fvROBZMjUQ=="
}
},
"npm:@lerna/link": {
"type": "npm",
"name": "npm:@lerna/link",
"data": {
"version": "6.4.1",
"packageName": "@lerna/link",
"hash": "sha512-O8Rt7MAZT/WT2AwrB/+HY76ktnXA9cDFO9rhyKWZGTHdplbzuJgfsGzu8Xv0Ind+w+a8xLfqtWGPlwiETnDyrw=="
}
},
"npm:@lerna/list": {
"type": "npm",
"name": "npm:@lerna/list",
"data": {
"version": "6.4.1",
"packageName": "@lerna/list",
"hash": "sha512-7a6AKgXgC4X7nK6twVPNrKCiDhrCiAhL/FE4u9HYhHqw9yFwyq8Qe/r1RVOkAOASNZzZ8GuBvob042bpunupCw=="
}
},
"npm:@lerna/listable": {
"type": "npm",
"name": "npm:@lerna/listable",
"data": {
"version": "6.4.1",
"packageName": "@lerna/listable",
"hash": "sha512-L8ANeidM10aoF8aL3L/771Bb9r/TRkbEPzAiC8Iy2IBTYftS87E3rT/4k5KBEGYzMieSKJaskSFBV0OQGYV1Cw=="
}
},
"npm:@lerna/log-packed": {
"type": "npm",
"name": "npm:@lerna/log-packed",
"data": {
"version": "6.4.1",
"packageName": "@lerna/log-packed",
"hash": "sha512-Pwv7LnIgWqZH4vkM1rWTVF+pmWJu7d0ZhVwyhCaBJUsYbo+SyB2ZETGygo3Z/A+vZ/S7ImhEEKfIxU9bg5lScQ=="
}
},
"npm:@lerna/npm-conf": {
"type": "npm",
"name": "npm:@lerna/npm-conf",
"data": {
"version": "6.4.1",
"packageName": "@lerna/npm-conf",
"hash": "sha512-Q+83uySGXYk3n1pYhvxtzyGwBGijYgYecgpiwRG1YNyaeGy+Mkrj19cyTWubT+rU/kM5c6If28+y9kdudvc7zQ=="
}
},
"npm:@lerna/npm-dist-tag": {
"type": "npm",
"name": "npm:@lerna/npm-dist-tag",
"data": {
"version": "6.4.1",
"packageName": "@lerna/npm-dist-tag",
"hash": "sha512-If1Hn4q9fn0JWuBm455iIZDWE6Fsn4Nv8Tpqb+dYf0CtoT5Hn+iT64xSiU5XJw9Vc23IR7dIujkEXm2MVbnvZw=="
}
},
"npm:@lerna/npm-install": {
"type": "npm",
"name": "npm:@lerna/npm-install",
"data": {
"version": "6.4.1",
"packageName": "@lerna/npm-install",
"hash": "sha512-7gI1txMA9qTaT3iiuk/8/vL78wIhtbbOLhMf8m5yQ2G+3t47RUA8MNgUMsq4Zszw9C83drayqesyTf0u8BzVRg=="
}
},
"npm:@lerna/npm-publish": {
"type": "npm",
"name": "npm:@lerna/npm-publish",
"data": {
"version": "6.4.1",
"packageName": "@lerna/npm-publish",
"hash": "sha512-lbNEg+pThPAD8lIgNArm63agtIuCBCF3umxvgTQeLzyqUX6EtGaKJFyz/6c2ANcAuf8UfU7WQxFFbOiolibXTQ=="
}
},
"npm:@lerna/npm-run-script": {
"type": "npm",
"name": "npm:@lerna/npm-run-script",
"data": {
"version": "6.4.1",
"packageName": "@lerna/npm-run-script",
"hash": "sha512-HyvwuyhrGqDa1UbI+pPbI6v+wT6I34R0PW3WCADn6l59+AyqLOCUQQr+dMW7jdYNwjO6c/Ttbvj4W58EWsaGtQ=="
}
},
"npm:@lerna/otplease": {
"type": "npm",
"name": "npm:@lerna/otplease",
"data": {
"version": "6.4.1",
"packageName": "@lerna/otplease",
"hash": "sha512-ePUciFfFdythHNMp8FP5K15R/CoGzSLVniJdD50qm76c4ATXZHnGCW2PGwoeAZCy4QTzhlhdBq78uN0wAs75GA=="
}
},
"npm:@lerna/output": {
"type": "npm",
"name": "npm:@lerna/output",
"data": {
"version": "6.4.1",
"packageName": "@lerna/output",
"hash": "sha512-A1yRLF0bO+lhbIkrryRd6hGSD0wnyS1rTPOWJhScO/Zyv8vIPWhd2fZCLR1gI2d/Kt05qmK3T/zETTwloK7Fww=="
}
},
"npm:@lerna/pack-directory": {
"type": "npm",
"name": "npm:@lerna/pack-directory",
"data": {
"version": "6.4.1",
"packageName": "@lerna/pack-directory",
"hash": "sha512-kBtDL9bPP72/Nl7Gqa2CA3Odb8CYY1EF2jt801f+B37TqRLf57UXQom7yF3PbWPCPmhoU+8Fc4RMpUwSbFC46Q=="
}
},
"npm:@lerna/package": {
"type": "npm",
"name": "npm:@lerna/package",
"data": {
"version": "6.4.1",
"packageName": "@lerna/package",
"hash": "sha512-TrOah58RnwS9R8d3+WgFFTu5lqgZs7M+e1dvcRga7oSJeKscqpEK57G0xspvF3ycjfXQwRMmEtwPmpkeEVLMzA=="
}
},
"npm:@lerna/package-graph": {
"type": "npm",
"name": "npm:@lerna/package-graph",
"data": {
"version": "6.4.1",
"packageName": "@lerna/package-graph",
"hash": "sha512-fQvc59stRYOqxT3Mn7g/yI9/Kw5XetJoKcW5l8XeqKqcTNDURqKnN0qaNBY6lTTLOe4cR7gfXF2l1u3HOz0qEg=="
}
},
"npm:@lerna/prerelease-id-from-version": {
"type": "npm",
"name": "npm:@lerna/prerelease-id-from-version",
"data": {
"version": "6.4.1",
"packageName": "@lerna/prerelease-id-from-version",
"hash": "sha512-uGicdMFrmfHXeC0FTosnUKRgUjrBJdZwrmw7ZWMb5DAJGOuTzrvJIcz5f0/eL3XqypC/7g+9DoTgKjX3hlxPZA=="
}
},
"npm:@lerna/profiler": {
"type": "npm",
"name": "npm:@lerna/profiler",
"data": {
"version": "6.4.1",
"packageName": "@lerna/profiler",
"hash": "sha512-dq2uQxcu0aq6eSoN+JwnvHoAnjtZAVngMvywz5bTAfzz/sSvIad1v8RCpJUMBQHxaPtbfiNvOIQgDZOmCBIM4g=="
}
},
"npm:@lerna/project": {
"type": "npm",
"name": "npm:@lerna/project",
"data": {
"version": "6.4.1",
"packageName": "@lerna/project",
"hash": "sha512-BPFYr4A0mNZ2jZymlcwwh7PfIC+I6r52xgGtJ4KIrIOB6mVKo9u30dgYJbUQxmSuMRTOnX7PJZttQQzSda4gEg=="
}
},
"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:@lerna/prompt": {
"type": "npm",
"name": "npm:@lerna/prompt",
"data": {
"version": "6.4.1",
"packageName": "@lerna/prompt",
"hash": "sha512-vMxCIgF9Vpe80PnargBGAdS/Ib58iYEcfkcXwo7mYBCxEVcaUJFKZ72FEW8rw+H5LkxBlzrBJyfKRoOe0ks9gQ=="
}
},
"npm:@lerna/publish": {
"type": "npm",
"name": "npm:@lerna/publish",
"data": {
"version": "6.4.1",
"packageName": "@lerna/publish",
"hash": "sha512-/D/AECpw2VNMa1Nh4g29ddYKRIqygEV1ftV8PYXVlHpqWN7VaKrcbRU6pn0ldgpFlMyPtESfv1zS32F5CQ944w=="
}
},
"npm:@lerna/pulse-till-done": {
"type": "npm",
"name": "npm:@lerna/pulse-till-done",
"data": {
"version": "6.4.1",
"packageName": "@lerna/pulse-till-done",
"hash": "sha512-efAkOC1UuiyqYBfrmhDBL6ufYtnpSqAG+lT4d/yk3CzJEJKkoCwh2Hb692kqHHQ5F74Uusc8tcRB7GBcfNZRWA=="
}
},
"npm:@lerna/query-graph": {
"type": "npm",
"name": "npm:@lerna/query-graph",
"data": {
"version": "6.4.1",
"packageName": "@lerna/query-graph",
"hash": "sha512-gBGZLgu2x6L4d4ZYDn4+d5rxT9RNBC+biOxi0QrbaIq83I+JpHVmFSmExXK3rcTritrQ3JT9NCqb+Yu9tL9adQ=="
}
},
"npm:@lerna/resolve-symlink": {
"type": "npm",
"name": "npm:@lerna/resolve-symlink",
"data": {
"version": "6.4.1",
"packageName": "@lerna/resolve-symlink",
"hash": "sha512-gnqltcwhWVLUxCuwXWe/ch9WWTxXRI7F0ZvCtIgdfOpbosm3f1g27VO1LjXeJN2i6ks03qqMowqy4xB4uMR9IA=="
}
},
"npm:@lerna/rimraf-dir": {
"type": "npm",
"name": "npm:@lerna/rimraf-dir",
"data": {
"version": "6.4.1",
"packageName": "@lerna/rimraf-dir",
"hash": "sha512-5sDOmZmVj0iXIiEgdhCm0Prjg5q2SQQKtMd7ImimPtWKkV0IyJWxrepJFbeQoFj5xBQF7QB5jlVNEfQfKhD6pQ=="
}
},
"npm:@lerna/run": {
"type": "npm",
"name": "npm:@lerna/run",
"data": {
"version": "6.4.1",
"packageName": "@lerna/run",
"hash": "sha512-HRw7kS6KNqTxqntFiFXPEeBEct08NjnL6xKbbOV6pXXf+lXUQbJlF8S7t6UYqeWgTZ4iU9caIxtZIY+EpW93mQ=="
}
},
"npm:@lerna/run-lifecycle": {
"type": "npm",
"name": "npm:@lerna/run-lifecycle",
"data": {
"version": "6.4.1",
"packageName": "@lerna/run-lifecycle",
"hash": "sha512-42VopI8NC8uVCZ3YPwbTycGVBSgukJltW5Saein0m7TIqFjwSfrcP0n7QJOr+WAu9uQkk+2kBstF5WmvKiqgEA=="
}
},
"npm:@lerna/run-topologically": {
"type": "npm",
"name": "npm:@lerna/run-topologically",
"data": {
"version": "6.4.1",
"packageName": "@lerna/run-topologically",
"hash": "sha512-gXlnAsYrjs6KIUGDnHM8M8nt30Amxq3r0lSCNAt+vEu2sMMEOh9lffGGaJobJZ4bdwoXnKay3uER/TU8E9owMw=="
}
},
"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:cli-spinners@2.6.1": {
"type": "npm",
"name": "npm:cli-spinners@2.6.1",
"data": {
"version": "2.6.1",
"packageName": "cli-spinners",
"hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g=="
}
},
"npm:cli-spinners": {
"type": "npm",
"name": "npm:cli-spinners",
"data": {
"version": "2.9.2",
"packageName": "cli-spinners",
"hash": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg=="
}
},
"npm:define-lazy-prop@2.0.0": {
"type": "npm",
"name": "npm:define-lazy-prop@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "define-lazy-prop",
"hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
}
},
"npm:define-lazy-prop": {
"type": "npm",
"name": "npm:define-lazy-prop",
"data": {
"version": "3.0.0",
"packageName": "define-lazy-prop",
"hash": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg=="
}
},
"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.1",
"packageName": "fast-glob",
"hash": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg=="
}
},
"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@8.1.0": {
"type": "npm",
"name": "npm:glob@8.1.0",
"data": {
"version": "8.1.0",
"packageName": "glob",
"hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ=="
}
},
"npm:glob": {
"type": "npm",
"name": "npm:glob",
"data": {
"version": "7.2.3",
"packageName": "glob",
"hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="
}
},
"npm:is-docker@2.2.1": {
"type": "npm",
"name": "npm:is-docker@2.2.1",
"data": {
"version": "2.2.1",
"packageName": "is-docker",
"hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
}
},
"npm:is-docker": {
"type": "npm",
"name": "npm:is-docker",
"data": {
"version": "3.0.0",
"packageName": "is-docker",
"hash": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ=="
}
},
"npm:lines-and-columns@2.0.4": {
"type": "npm",
"name": "npm:lines-and-columns@2.0.4",
"data": {
"version": "2.0.4",
"packageName": "lines-and-columns",
"hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A=="
}
},
"npm:lines-and-columns": {
"type": "npm",
"name": "npm:lines-and-columns",
"data": {
"version": "1.2.4",
"packageName": "lines-and-columns",
"hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
}
},
"npm:lines-and-columns@2.0.3": {
"type": "npm",
"name": "npm:lines-and-columns@2.0.3",
"data": {
"version": "2.0.3",
"packageName": "lines-and-columns",
"hash": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w=="
}
},
"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@5.1.6": {
"type": "npm",
"name": "npm:minimatch@5.1.6",
"data": {
"version": "5.1.6",
"packageName": "minimatch",
"hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g=="
}
},
"npm:minimatch": {
"type": "npm",
"name": "npm:minimatch",
"data": {
"version": "3.1.2",
"packageName": "minimatch",
"hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw=="
}
},
"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:open@8.4.2": {
"type": "npm",
"name": "npm:open@8.4.2",
"data": {
"version": "8.4.2",
"packageName": "open",
"hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="
}
},
"npm:open": {
"type": "npm",
"name": "npm:open",
"data": {
"version": "9.1.0",
"packageName": "open",
"hash": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg=="
}
},
"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.14.2",
"packageName": "tsconfig-paths",
"hash": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g=="
}
},
"npm:tslib@2.6.2": {
"type": "npm",
"name": "npm:tslib@2.6.2",
"data": {
"version": "2.6.2",
"packageName": "tslib",
"hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
}
},
"npm:tslib@2.6.1": {
"type": "npm",
"name": "npm:tslib@2.6.1",
"data": {
"version": "2.6.1",
"packageName": "tslib",
"hash": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
}
},
"npm:tslib": {
"type": "npm",
"name": "npm:tslib",
"data": {
"version": "1.14.1",
"packageName": "tslib",
"hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
},
"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:@lerna/symlink-binary": {
"type": "npm",
"name": "npm:@lerna/symlink-binary",
"data": {
"version": "6.4.1",
"packageName": "@lerna/symlink-binary",
"hash": "sha512-poZX90VmXRjL/JTvxaUQPeMDxFUIQvhBkHnH+dwW0RjsHB/2Tu4QUAsE0OlFnlWQGsAtXF4FTtW8Xs57E/19Kw=="
}
},
"npm:@lerna/symlink-dependencies": {
"type": "npm",
"name": "npm:@lerna/symlink-dependencies",
"data": {
"version": "6.4.1",
"packageName": "@lerna/symlink-dependencies",
"hash": "sha512-43W2uLlpn3TTYuHVeO/2A6uiTZg6TOk/OSKi21ujD7IfVIYcRYCwCV+8LPP12R3rzyab0JWkWnhp80Z8A2Uykw=="
}
},
"npm:@lerna/temp-write": {
"type": "npm",
"name": "npm:@lerna/temp-write",
"data": {
"version": "6.4.1",
"packageName": "@lerna/temp-write",
"hash": "sha512-7uiGFVoTyos5xXbVQg4bG18qVEn9dFmboXCcHbMj5mc/+/QmU9QeNz/Cq36O5TY6gBbLnyj3lfL5PhzERWKMFg=="
}
},
"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:@lerna/timer": {
"type": "npm",
"name": "npm:@lerna/timer",
"data": {
"version": "6.4.1",
"packageName": "@lerna/timer",
"hash": "sha512-ogmjFTWwRvevZr76a2sAbhmu3Ut2x73nDIn0bcwZwZ3Qc3pHD8eITdjs/wIKkHse3J7l3TO5BFJPnrvDS7HLnw=="
}
},
"npm:@lerna/validation-error": {
"type": "npm",
"name": "npm:@lerna/validation-error",
"data": {
"version": "6.4.1",
"packageName": "@lerna/validation-error",
"hash": "sha512-fxfJvl3VgFd7eBfVMRX6Yal9omDLs2mcGKkNYeCEyt4Uwlz1B5tPAXyk/sNMfkKV2Aat/mlK5tnY13vUrMKkyA=="
}
},
"npm:@lerna/version": {
"type": "npm",
"name": "npm:@lerna/version",
"data": {
"version": "6.4.1",
"packageName": "@lerna/version",
"hash": "sha512-1/krPq0PtEqDXtaaZsVuKev9pXJCkNC1vOo2qCcn6PBkODw/QTAvGcUi0I+BM2c//pdxge9/gfmbDo1lC8RtAQ=="
}
},
"npm:@lerna/write-log-file": {
"type": "npm",
"name": "npm:@lerna/write-log-file",
"data": {
"version": "6.4.1",
"packageName": "@lerna/write-log-file",
"hash": "sha512-LE4fueQSDrQo76F4/gFXL0wnGhqdG7WHVH8D8TrKouF2Afl4NHltObCm4WsSMPjcfciVnZQFfx1ruxU4r/enHQ=="
}
},
"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": "5.3.0",
"packageName": "@npmcli/arborist",
"hash": "sha512-+rZ9zgL1lnbl8Xbb1NQdMjveOMwj4lIYfcDtyJHHi5x4X8jtR6m8SXooJMZy5vmFVZ8w7A2Bnd/oX9eTuU8w5A=="
}
},
"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": {
"type": "npm",
"name": "npm:hosted-git-info",
"data": {
"version": "4.1.0",
"packageName": "hosted-git-info",
"hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA=="
}
},
"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: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: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:@npmcli/fs": {
"type": "npm",
"name": "npm:@npmcli/fs",
"data": {
"version": "2.1.2",
"packageName": "@npmcli/fs",
"hash": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ=="
}
},
"npm:@npmcli/git": {
"type": "npm",
"name": "npm:@npmcli/git",
"data": {
"version": "3.0.2",
"packageName": "@npmcli/git",
"hash": "sha512-CAcd08y3DWBJqJDpfuVL0uijlq5oaXaOJEKHKc4wqrjd00gkvTZB+nFuLn+doOOKddaQS9JfqtNoFCO2LCvA3w=="
}
},
"npm:@npmcli/installed-package-contents": {
"type": "npm",
"name": "npm:@npmcli/installed-package-contents",
"data": {
"version": "1.0.7",
"packageName": "@npmcli/installed-package-contents",
"hash": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw=="
}
},
"npm:@npmcli/map-workspaces": {
"type": "npm",
"name": "npm:@npmcli/map-workspaces",
"data": {
"version": "2.0.4",
"packageName": "@npmcli/map-workspaces",
"hash": "sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg=="
}
},
"npm:brace-expansion@2.0.1": {
"type": "npm",
"name": "npm:brace-expansion@2.0.1",
"data": {
"version": "2.0.1",
"packageName": "brace-expansion",
"hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="
}
},
"npm:brace-expansion": {
"type": "npm",
"name": "npm:brace-expansion",
"data": {
"version": "1.1.11",
"packageName": "brace-expansion",
"hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="
}
},
"npm:@npmcli/metavuln-calculator": {
"type": "npm",
"name": "npm:@npmcli/metavuln-calculator",
"data": {
"version": "3.1.1",
"packageName": "@npmcli/metavuln-calculator",
"hash": "sha512-n69ygIaqAedecLeVH3KnO39M6ZHiJ2dEv5A7DGvcqCB8q17BGUgW8QaanIkbWUo2aYGZqJaOORTLAlIvKjNDKA=="
}
},
"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": "1.0.1",
"packageName": "@npmcli/name-from-folder",
"hash": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA=="
}
},
"npm:@npmcli/node-gyp": {
"type": "npm",
"name": "npm:@npmcli/node-gyp",
"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": "2.0.0",
"packageName": "@npmcli/package-json",
"hash": "sha512-42jnZ6yl16GzjWSH7vtrmWyJDGVa/LXPdpN2rcUWolFjc9ON2N3uz0qdBbQACfmhuJZ2lbKYtmK5qx68ZPLHMA=="
}
},
"npm:@npmcli/promise-spawn": {
"type": "npm",
"name": "npm:@npmcli/promise-spawn",
"data": {
"version": "3.0.0",
"packageName": "@npmcli/promise-spawn",
"hash": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g=="
}
},
"npm:@npmcli/run-script": {
"type": "npm",
"name": "npm:@npmcli/run-script",
"data": {
"version": "4.2.1",
"packageName": "@npmcli/run-script",
"hash": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg=="
}
},
"npm:@nrwl/cli": {
"type": "npm",
"name": "npm:@nrwl/cli",
"data": {
"version": "15.9.7",
"packageName": "@nrwl/cli",
"hash": "sha512-1jtHBDuJzA57My5nLzYiM372mJW0NY6rFKxlWt5a0RLsAZdPTHsd8lE3Gs9XinGC1jhXbruWmhhnKyYtZvX/zA=="
}
},
"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": "3.0.4",
"packageName": "@octokit/auth-token",
"hash": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ=="
}
},
"npm:@octokit/core": {
"type": "npm",
"name": "npm:@octokit/core",
"data": {
"version": "4.2.4",
"packageName": "@octokit/core",
"hash": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ=="
}
},
"npm:@octokit/endpoint": {
"type": "npm",
"name": "npm:@octokit/endpoint",
"data": {
"version": "7.0.6",
"packageName": "@octokit/endpoint",
"hash": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg=="
}
},
"npm:@octokit/graphql": {
"type": "npm",
"name": "npm:@octokit/graphql",
"data": {
"version": "5.0.6",
"packageName": "@octokit/graphql",
"hash": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw=="
}
},
"npm:@octokit/openapi-types": {
"type": "npm",
"name": "npm:@octokit/openapi-types",
"data": {
"version": "18.1.1",
"packageName": "@octokit/openapi-types",
"hash": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw=="
}
},
"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": "6.1.2",
"packageName": "@octokit/plugin-paginate-rest",
"hash": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ=="
}
},
"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": "7.2.3",
"packageName": "@octokit/plugin-rest-endpoint-methods",
"hash": "sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA=="
}
},
"npm:@octokit/types@10.0.0": {
"type": "npm",
"name": "npm:@octokit/types@10.0.0",
"data": {
"version": "10.0.0",
"packageName": "@octokit/types",
"hash": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg=="
}
},
"npm:@octokit/types": {
"type": "npm",
"name": "npm:@octokit/types",
"data": {
"version": "9.3.2",
"packageName": "@octokit/types",
"hash": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA=="
}
},
"npm:@octokit/request": {
"type": "npm",
"name": "npm:@octokit/request",
"data": {
"version": "6.2.8",
"packageName": "@octokit/request",
"hash": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw=="
}
},
"npm:@octokit/request-error": {
"type": "npm",
"name": "npm:@octokit/request-error",
"data": {
"version": "3.0.3",
"packageName": "@octokit/request-error",
"hash": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ=="
}
},
"npm:@octokit/rest": {
"type": "npm",
"name": "npm:@octokit/rest",
"data": {
"version": "19.0.13",
"packageName": "@octokit/rest",
"hash": "sha512-/EzVox5V9gYGdbAI+ovYj3nXQT1TtTHRT+0eZPcuC05UFSWO3mdO9UY1C0i2eLF9Un1ONJkAk+IEtYGAC+TahA=="
}
},
"npm:@octokit/tsconfig": {
"type": "npm",
"name": "npm:@octokit/tsconfig",
"data": {
"version": "1.0.2",
"packageName": "@octokit/tsconfig",
"hash": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA=="
}
},
"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:@pkgr/utils": {
"type": "npm",
"name": "npm:@pkgr/utils",
"data": {
"version": "2.4.2",
"packageName": "@pkgr/utils",
"hash": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw=="
}
},
"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.0",
"packageName": "@sinonjs/commons",
"hash": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA=="
}
},
"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:@types/babel__core": {
"type": "npm",
"name": "npm:@types/babel__core",
"data": {
"version": "7.20.1",
"packageName": "@types/babel__core",
"hash": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw=="
}
},
"npm:@types/babel__generator": {
"type": "npm",
"name": "npm:@types/babel__generator",
"data": {
"version": "7.6.4",
"packageName": "@types/babel__generator",
"hash": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg=="
}
},
"npm:@types/babel__template": {
"type": "npm",
"name": "npm:@types/babel__template",
"data": {
"version": "7.4.1",
"packageName": "@types/babel__template",
"hash": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g=="
}
},
"npm:@types/babel__traverse": {
"type": "npm",
"name": "npm:@types/babel__traverse",
"data": {
"version": "7.20.1",
"packageName": "@types/babel__traverse",
"hash": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg=="
}
},
"npm:@types/graceful-fs": {
"type": "npm",
"name": "npm:@types/graceful-fs",
"data": {
"version": "4.1.6",
"packageName": "@types/graceful-fs",
"hash": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw=="
}
},
"npm:@types/istanbul-lib-coverage": {
"type": "npm",
"name": "npm:@types/istanbul-lib-coverage",
"data": {
"version": "2.0.4",
"packageName": "@types/istanbul-lib-coverage",
"hash": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
}
},
"npm:@types/istanbul-lib-report": {
"type": "npm",
"name": "npm:@types/istanbul-lib-report",
"data": {
"version": "3.0.0",
"packageName": "@types/istanbul-lib-report",
"hash": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg=="
}
},
"npm:@types/istanbul-reports": {
"type": "npm",
"name": "npm:@types/istanbul-reports",
"data": {
"version": "3.0.1",
"packageName": "@types/istanbul-reports",
"hash": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw=="
}
},
"npm:@types/jest": {
"type": "npm",
"name": "npm:@types/jest",
"data": {
"version": "29.5.4",
"packageName": "@types/jest",
"hash": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A=="
}
},
"npm:@types/json-schema": {
"type": "npm",
"name": "npm:@types/json-schema",
"data": {
"version": "7.0.12",
"packageName": "@types/json-schema",
"hash": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA=="
}
},
"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": "20.5.7",
"packageName": "@types/node",
"hash": "sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA=="
}
},
"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.5.0",
"packageName": "@types/semver",
"hash": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw=="
}
},
"npm:@types/signale": {
"type": "npm",
"name": "npm:@types/signale",
"data": {
"version": "1.4.4",
"packageName": "@types/signale",
"hash": "sha512-VYy4VL64gA4uyUIYVj4tiGFF0VpdnRbJeqNENKGX42toNiTvt83rRzxdr0XK4DR3V01zPM0JQNIsL+IwWWfhsQ=="
}
},
"npm:@types/stack-utils": {
"type": "npm",
"name": "npm:@types/stack-utils",
"data": {
"version": "2.0.1",
"packageName": "@types/stack-utils",
"hash": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
}
},
"npm:@types/yargs": {
"type": "npm",
"name": "npm:@types/yargs",
"data": {
"version": "17.0.24",
"packageName": "@types/yargs",
"hash": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw=="
}
},
"npm:@types/yargs-parser": {
"type": "npm",
"name": "npm:@types/yargs-parser",
"data": {
"version": "21.0.0",
"packageName": "@types/yargs-parser",
"hash": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
}
},
"npm:@typescript-eslint/eslint-plugin": {
"type": "npm",
"name": "npm:@typescript-eslint/eslint-plugin",
"data": {
"version": "6.2.1",
"packageName": "@typescript-eslint/eslint-plugin",
"hash": "sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw=="
}
},
"npm:ts-api-utils@1.0.1": {
"type": "npm",
"name": "npm:ts-api-utils@1.0.1",
"data": {
"version": "1.0.1",
"packageName": "ts-api-utils",
"hash": "sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A=="
}
},
"npm:@typescript-eslint/parser": {
"type": "npm",
"name": "npm:@typescript-eslint/parser",
"data": {
"version": "6.2.1",
"packageName": "@typescript-eslint/parser",
"hash": "sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg=="
}
},
"npm:@typescript-eslint/scope-manager": {
"type": "npm",
"name": "npm:@typescript-eslint/scope-manager",
"data": {
"version": "6.2.1",
"packageName": "@typescript-eslint/scope-manager",
"hash": "sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q=="
}
},
"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": "6.2.1",
"packageName": "@typescript-eslint/type-utils",
"hash": "sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ=="
}
},
"npm:@typescript-eslint/types": {
"type": "npm",
"name": "npm:@typescript-eslint/types",
"data": {
"version": "6.2.1",
"packageName": "@typescript-eslint/types",
"hash": "sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ=="
}
},
"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": "6.2.1",
"packageName": "@typescript-eslint/typescript-estree",
"hash": "sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q=="
}
},
"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": "6.2.1",
"packageName": "@typescript-eslint/utils",
"hash": "sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ=="
}
},
"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": "6.2.1",
"packageName": "@typescript-eslint/visitor-keys",
"hash": "sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA=="
}
},
"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:@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": "1.1.1",
"packageName": "abbrev",
"hash": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
}
},
"npm:acorn": {
"type": "npm",
"name": "npm:acorn",
"data": {
"version": "8.10.0",
"packageName": "acorn",
"hash": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw=="
}
},
"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.5.0",
"packageName": "agentkeepalive",
"hash": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew=="
}
},
"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": {
"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:ansi-regex": {
"type": "npm",
"name": "npm:ansi-regex",
"data": {
"version": "5.0.1",
"packageName": "ansi-regex",
"hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
}
},
"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.0.0",
"packageName": "aproba",
"hash": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
}
},
"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:aria-query": {
"type": "npm",
"name": "npm:aria-query",
"data": {
"version": "5.3.0",
"packageName": "aria-query",
"hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A=="
}
},
"npm:array-buffer-byte-length": {
"type": "npm",
"name": "npm:array-buffer-byte-length",
"data": {
"version": "1.0.0",
"packageName": "array-buffer-byte-length",
"hash": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A=="
}
},
"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.6",
"packageName": "array-includes",
"hash": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw=="
}
},
"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.2",
"packageName": "array.prototype.findlastindex",
"hash": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw=="
}
},
"npm:array.prototype.flat": {
"type": "npm",
"name": "npm:array.prototype.flat",
"data": {
"version": "1.3.1",
"packageName": "array.prototype.flat",
"hash": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA=="
}
},
"npm:array.prototype.flatmap": {
"type": "npm",
"name": "npm:array.prototype.flatmap",
"data": {
"version": "1.3.1",
"packageName": "array.prototype.flatmap",
"hash": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ=="
}
},
"npm:arraybuffer.prototype.slice": {
"type": "npm",
"name": "npm:arraybuffer.prototype.slice",
"data": {
"version": "1.0.1",
"packageName": "arraybuffer.prototype.slice",
"hash": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw=="
}
},
"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:asap": {
"type": "npm",
"name": "npm:asap",
"data": {
"version": "2.0.6",
"packageName": "asap",
"hash": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
}
},
"npm:ast-types-flow": {
"type": "npm",
"name": "npm:ast-types-flow",
"data": {
"version": "0.0.7",
"packageName": "ast-types-flow",
"hash": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
}
},
"npm:async": {
"type": "npm",
"name": "npm:async",
"data": {
"version": "3.2.5",
"packageName": "async",
"hash": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
}
},
"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.5",
"packageName": "available-typed-arrays",
"hash": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
}
},
"npm:axe-core": {
"type": "npm",
"name": "npm:axe-core",
"data": {
"version": "4.7.2",
"packageName": "axe-core",
"hash": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g=="
}
},
"npm:axios": {
"type": "npm",
"name": "npm:axios",
"data": {
"version": "1.7.4",
"packageName": "axios",
"hash": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw=="
}
},
"npm:axobject-query": {
"type": "npm",
"name": "npm:axobject-query",
"data": {
"version": "3.2.1",
"packageName": "axobject-query",
"hash": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg=="
}
},
"npm:babel-jest": {
"type": "npm",
"name": "npm:babel-jest",
"data": {
"version": "29.6.4",
"packageName": "babel-jest",
"hash": "sha512-meLj23UlSLddj6PC+YTOFRgDAtjnZom8w/ACsrx0gtPtv5cJZk0A5Unk5bV4wixD7XaPCN1fQvpww8czkZURmw=="
}
},
"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.0",
"packageName": "istanbul-lib-instrument",
"hash": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw=="
}
},
"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.0.1",
"packageName": "babel-preset-current-node-syntax",
"hash": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ=="
}
},
"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: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:big-integer": {
"type": "npm",
"name": "npm:big-integer",
"data": {
"version": "1.6.51",
"packageName": "big-integer",
"hash": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg=="
}
},
"npm:bin-links": {
"type": "npm",
"name": "npm:bin-links",
"data": {
"version": "3.0.3",
"packageName": "bin-links",
"hash": "sha512-zKdnMPWEdh4F5INR07/eBrodC7QrF5JKvqskjz/ZZRXg5YSAZIbn8zGhbhUrElzHBZ2fvEQdOU59RHcTG3GiwA=="
}
},
"npm:npm-normalize-package-bin@2.0.0": {
"type": "npm",
"name": "npm:npm-normalize-package-bin@2.0.0",
"data": {
"version": "2.0.0",
"packageName": "npm-normalize-package-bin",
"hash": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ=="
}
},
"npm:npm-normalize-package-bin": {
"type": "npm",
"name": "npm:npm-normalize-package-bin",
"data": {
"version": "1.0.1",
"packageName": "npm-normalize-package-bin",
"hash": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
}
},
"npm:bl": {
"type": "npm",
"name": "npm:bl",
"data": {
"version": "4.1.0",
"packageName": "bl",
"hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w=="
}
},
"npm:bplist-parser": {
"type": "npm",
"name": "npm:bplist-parser",
"data": {
"version": "0.2.0",
"packageName": "bplist-parser",
"hash": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw=="
}
},
"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.21.10",
"packageName": "browserslist",
"hash": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ=="
}
},
"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:bundle-name": {
"type": "npm",
"name": "npm:bundle-name",
"data": {
"version": "3.0.0",
"packageName": "bundle-name",
"hash": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw=="
}
},
"npm:byte-size": {
"type": "npm",
"name": "npm:byte-size",
"data": {
"version": "7.0.1",
"packageName": "byte-size",
"hash": "sha512-crQdqyCwhokxwV1UyDzLZanhkugAgft7vt0qbbdt60C6Zf3CAiGmtUCylbtYwrU6loOUw3euGrNtW1J651ot1A=="
}
},
"npm:cacache": {
"type": "npm",
"name": "npm:cacache",
"data": {
"version": "16.1.3",
"packageName": "cacache",
"hash": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ=="
}
},
"npm:call-bind": {
"type": "npm",
"name": "npm:call-bind",
"data": {
"version": "1.0.2",
"packageName": "call-bind",
"hash": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA=="
}
},
"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.30001518",
"packageName": "caniuse-lite",
"hash": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA=="
}
},
"npm:char-regex": {
"type": "npm",
"name": "npm:char-regex",
"data": {
"version": "1.0.2",
"packageName": "char-regex",
"hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
}
},
"npm:chardet": {
"type": "npm",
"name": "npm:chardet",
"data": {
"version": "0.7.0",
"packageName": "chardet",
"hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
}
},
"npm: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.8.0",
"packageName": "ci-info",
"hash": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw=="
}
},
"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.2.3",
"packageName": "cjs-module-lexer",
"hash": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ=="
}
},
"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-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:is-plain-object@2.0.4": {
"type": "npm",
"name": "npm:is-plain-object@2.0.4",
"data": {
"version": "2.0.4",
"packageName": "is-plain-object",
"hash": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og=="
}
},
"npm:is-plain-object": {
"type": "npm",
"name": "npm:is-plain-object",
"data": {
"version": "5.0.0",
"packageName": "is-plain-object",
"hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="
}
},
"npm:cmd-shim": {
"type": "npm",
"name": "npm:cmd-shim",
"data": {
"version": "5.0.0",
"packageName": "cmd-shim",
"hash": "sha512-qkCtZ59BidfEwHltnJwkyVZn+XQojdAySM1D1gSeh11Z4pW1Kpolkyo53L5noc0nrxmIvyFwTmJRo4xs7FFLPw=="
}
},
"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-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-map": {
"type": "npm",
"name": "npm:concat-map",
"data": {
"version": "0.0.1",
"packageName": "concat-map",
"hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
}
},
"npm:concat-stream": {
"type": "npm",
"name": "npm:concat-stream",
"data": {
"version": "2.0.0",
"packageName": "concat-stream",
"hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A=="
}
},
"npm:concurrently": {
"type": "npm",
"name": "npm:concurrently",
"data": {
"version": "6.5.1",
"packageName": "concurrently",
"hash": "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag=="
}
},
"npm:rxjs@6.6.7": {
"type": "npm",
"name": "npm:rxjs@6.6.7",
"data": {
"version": "6.6.7",
"packageName": "rxjs",
"hash": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ=="
}
},
"npm:rxjs": {
"type": "npm",
"name": "npm:rxjs",
"data": {
"version": "7.8.1",
"packageName": "rxjs",
"hash": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg=="
}
},
"npm:config-chain": {
"type": "npm",
"name": "npm:config-chain",
"data": {
"version": "1.1.13",
"packageName": "config-chain",
"hash": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ=="
}
},
"npm: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.13",
"packageName": "conventional-changelog-angular",
"hash": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA=="
}
},
"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: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: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.1.0",
"packageName": "cosmiconfig",
"hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA=="
}
},
"npm:cross-spawn": {
"type": "npm",
"name": "npm:cross-spawn",
"data": {
"version": "7.0.3",
"packageName": "cross-spawn",
"hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w=="
}
},
"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: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.3.4",
"packageName": "debug",
"hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="
}
},
"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:debuglog": {
"type": "npm",
"name": "npm:debuglog",
"data": {
"version": "1.0.1",
"packageName": "debuglog",
"hash": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw=="
}
},
"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:default-browser": {
"type": "npm",
"name": "npm:default-browser",
"data": {
"version": "4.0.0",
"packageName": "default-browser",
"hash": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA=="
}
},
"npm:default-browser-id": {
"type": "npm",
"name": "npm:default-browser-id",
"data": {
"version": "3.0.0",
"packageName": "default-browser-id",
"hash": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA=="
}
},
"npm:execa@7.2.0": {
"type": "npm",
"name": "npm:execa@7.2.0",
"data": {
"version": "7.2.0",
"packageName": "execa",
"hash": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA=="
}
},
"npm:execa": {
"type": "npm",
"name": "npm:execa",
"data": {
"version": "5.1.1",
"packageName": "execa",
"hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg=="
}
},
"npm:human-signals@4.3.1": {
"type": "npm",
"name": "npm:human-signals@4.3.1",
"data": {
"version": "4.3.1",
"packageName": "human-signals",
"hash": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ=="
}
},
"npm:human-signals": {
"type": "npm",
"name": "npm:human-signals",
"data": {
"version": "2.1.0",
"packageName": "human-signals",
"hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
}
},
"npm:is-stream@3.0.0": {
"type": "npm",
"name": "npm:is-stream@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "is-stream",
"hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA=="
}
},
"npm:is-stream": {
"type": "npm",
"name": "npm:is-stream",
"data": {
"version": "2.0.1",
"packageName": "is-stream",
"hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
}
},
"npm:mimic-fn@4.0.0": {
"type": "npm",
"name": "npm:mimic-fn@4.0.0",
"data": {
"version": "4.0.0",
"packageName": "mimic-fn",
"hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw=="
}
},
"npm:mimic-fn": {
"type": "npm",
"name": "npm:mimic-fn",
"data": {
"version": "2.1.0",
"packageName": "mimic-fn",
"hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
}
},
"npm:npm-run-path@5.1.0": {
"type": "npm",
"name": "npm:npm-run-path@5.1.0",
"data": {
"version": "5.1.0",
"packageName": "npm-run-path",
"hash": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q=="
}
},
"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:onetime@6.0.0": {
"type": "npm",
"name": "npm:onetime@6.0.0",
"data": {
"version": "6.0.0",
"packageName": "onetime",
"hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ=="
}
},
"npm:onetime": {
"type": "npm",
"name": "npm:onetime",
"data": {
"version": "5.1.2",
"packageName": "onetime",
"hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg=="
}
},
"npm:path-key@4.0.0": {
"type": "npm",
"name": "npm:path-key@4.0.0",
"data": {
"version": "4.0.0",
"packageName": "path-key",
"hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ=="
}
},
"npm:path-key": {
"type": "npm",
"name": "npm:path-key",
"data": {
"version": "3.1.1",
"packageName": "path-key",
"hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
}
},
"npm:strip-final-newline@3.0.0": {
"type": "npm",
"name": "npm:strip-final-newline@3.0.0",
"data": {
"version": "3.0.0",
"packageName": "strip-final-newline",
"hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw=="
}
},
"npm:strip-final-newline": {
"type": "npm",
"name": "npm:strip-final-newline",
"data": {
"version": "2.0.0",
"packageName": "strip-final-newline",
"hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
}
},
"npm:defaults": {
"type": "npm",
"name": "npm:defaults",
"data": {
"version": "1.0.4",
"packageName": "defaults",
"hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A=="
}
},
"npm:define-properties": {
"type": "npm",
"name": "npm:define-properties",
"data": {
"version": "1.2.0",
"packageName": "define-properties",
"hash": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA=="
}
},
"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:dequal": {
"type": "npm",
"name": "npm:dequal",
"data": {
"version": "2.0.3",
"packageName": "dequal",
"hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
}
},
"npm:detect-indent": {
"type": "npm",
"name": "npm:detect-indent",
"data": {
"version": "6.1.0",
"packageName": "detect-indent",
"hash": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA=="
}
},
"npm:detect-indent@5.0.0": {
"type": "npm",
"name": "npm:detect-indent@5.0.0",
"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:dezalgo": {
"type": "npm",
"name": "npm:dezalgo",
"data": {
"version": "1.0.4",
"packageName": "dezalgo",
"hash": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig=="
}
},
"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:duplexer": {
"type": "npm",
"name": "npm:duplexer",
"data": {
"version": "0.1.2",
"packageName": "duplexer",
"hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
}
},
"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.4.479",
"packageName": "electron-to-chromium",
"hash": "sha512-ABv1nHMIR8I5n3O3Een0gr6i0mfM+YcTZqjHy3pAYaOjgFG+BMquuKrSyfYf5CbEkLr9uM05RA3pOk4udNB/aQ=="
}
},
"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": {
"type": "npm",
"name": "npm:iconv-lite",
"data": {
"version": "0.4.24",
"packageName": "iconv-lite",
"hash": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA=="
}
},
"npm:end-of-stream": {
"type": "npm",
"name": "npm:end-of-stream",
"data": {
"version": "1.4.4",
"packageName": "end-of-stream",
"hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q=="
}
},
"npm: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.12.0",
"packageName": "envinfo",
"hash": "sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg=="
}
},
"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.2",
"packageName": "error-ex",
"hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g=="
}
},
"npm:es-abstract": {
"type": "npm",
"name": "npm:es-abstract",
"data": {
"version": "1.22.1",
"packageName": "es-abstract",
"hash": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw=="
}
},
"npm:es-set-tostringtag": {
"type": "npm",
"name": "npm:es-set-tostringtag",
"data": {
"version": "2.0.1",
"packageName": "es-set-tostringtag",
"hash": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg=="
}
},
"npm:es-shim-unscopables": {
"type": "npm",
"name": "npm:es-shim-unscopables",
"data": {
"version": "1.0.0",
"packageName": "es-shim-unscopables",
"hash": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w=="
}
},
"npm:es-to-primitive": {
"type": "npm",
"name": "npm:es-to-primitive",
"data": {
"version": "1.2.1",
"packageName": "es-to-primitive",
"hash": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA=="
}
},
"npm:escalade": {
"type": "npm",
"name": "npm:escalade",
"data": {
"version": "3.1.1",
"packageName": "escalade",
"hash": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
}
},
"npm:eslint": {
"type": "npm",
"name": "npm:eslint",
"data": {
"version": "8.48.0",
"packageName": "eslint",
"hash": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg=="
}
},
"npm:eslint-config-prettier": {
"type": "npm",
"name": "npm:eslint-config-prettier",
"data": {
"version": "8.10.0",
"packageName": "eslint-config-prettier",
"hash": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg=="
}
},
"npm:eslint-import-resolver-node": {
"type": "npm",
"name": "npm:eslint-import-resolver-node",
"data": {
"version": "0.3.7",
"packageName": "eslint-import-resolver-node",
"hash": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA=="
}
},
"npm:eslint-module-utils": {
"type": "npm",
"name": "npm:eslint-module-utils",
"data": {
"version": "2.8.0",
"packageName": "eslint-module-utils",
"hash": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw=="
}
},
"npm:eslint-plugin-escompat": {
"type": "npm",
"name": "npm:eslint-plugin-escompat",
"data": {
"version": "3.4.0",
"packageName": "eslint-plugin-escompat",
"hash": "sha512-ufTPv8cwCxTNoLnTZBFTQ5SxU2w7E7wiMIS7PSxsgP1eAxFjtSaoZ80LRn64hI8iYziE6kJG6gX/ZCJVxh48Bg=="
}
},
"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.0",
"packageName": "eslint-plugin-github",
"hash": "sha512-YKtqBtFbjih1wZNTwZjtLPEG6B/4ySMa38fgOo/rbMJpNKO3+OaKzwwOYkeKx/FapM/4MsTP9ExqUcDV+dkixA=="
}
},
"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.28.0",
"packageName": "eslint-plugin-import",
"hash": "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q=="
}
},
"npm:eslint-plugin-jest": {
"type": "npm",
"name": "npm:eslint-plugin-jest",
"data": {
"version": "27.2.3",
"packageName": "eslint-plugin-jest",
"hash": "sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ=="
}
},
"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.7.1",
"packageName": "eslint-plugin-jsx-a11y",
"hash": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA=="
}
},
"npm:eslint-plugin-no-only-tests": {
"type": "npm",
"name": "npm:eslint-plugin-no-only-tests",
"data": {
"version": "3.1.0",
"packageName": "eslint-plugin-no-only-tests",
"hash": "sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw=="
}
},
"npm:eslint-plugin-prettier": {
"type": "npm",
"name": "npm:eslint-plugin-prettier",
"data": {
"version": "5.0.0",
"packageName": "eslint-plugin-prettier",
"hash": "sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w=="
}
},
"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.5.0",
"packageName": "esquery",
"hash": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg=="
}
},
"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.6.4",
"packageName": "expect",
"hash": "sha512-F2W2UyQ8XYyftHT57dtfg8Ue3X5qLgm2sSug0ivvLRH/VKNRL/pDxg/TH7zVzbQB0tu80clNFy6LU7OS/VSEKA=="
}
},
"npm:exponential-backoff": {
"type": "npm",
"name": "npm:exponential-backoff",
"data": {
"version": "3.1.1",
"packageName": "exponential-backoff",
"hash": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw=="
}
},
"npm:external-editor": {
"type": "npm",
"name": "npm:external-editor",
"data": {
"version": "3.1.0",
"packageName": "external-editor",
"hash": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew=="
}
},
"npm:tmp@0.0.33": {
"type": "npm",
"name": "npm:tmp@0.0.33",
"data": {
"version": "0.0.33",
"packageName": "tmp",
"hash": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw=="
}
},
"npm:tmp": {
"type": "npm",
"name": "npm:tmp",
"data": {
"version": "0.2.3",
"packageName": "tmp",
"hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w=="
}
},
"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.15.0",
"packageName": "fastq",
"hash": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw=="
}
},
"npm:fb-watchman": {
"type": "npm",
"name": "npm:fb-watchman",
"data": {
"version": "2.0.2",
"packageName": "fb-watchman",
"hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA=="
}
},
"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: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.0.4",
"packageName": "flat-cache",
"hash": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg=="
}
},
"npm:flatted": {
"type": "npm",
"name": "npm:flatted",
"data": {
"version": "3.2.7",
"packageName": "flatted",
"hash": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="
}
},
"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.6",
"packageName": "follow-redirects",
"hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA=="
}
},
"npm:for-each": {
"type": "npm",
"name": "npm:for-each",
"data": {
"version": "0.3.3",
"packageName": "for-each",
"hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw=="
}
},
"npm:form-data": {
"type": "npm",
"name": "npm:form-data",
"data": {
"version": "4.0.0",
"packageName": "form-data",
"hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww=="
}
},
"npm:fs-constants": {
"type": "npm",
"name": "npm:fs-constants",
"data": {
"version": "1.0.0",
"packageName": "fs-constants",
"hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
}
},
"npm:fs-minipass": {
"type": "npm",
"name": "npm:fs-minipass",
"data": {
"version": "2.1.0",
"packageName": "fs-minipass",
"hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg=="
}
},
"npm: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.1",
"packageName": "function-bind",
"hash": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
}
},
"npm:function.prototype.name": {
"type": "npm",
"name": "npm:function.prototype.name",
"data": {
"version": "1.1.5",
"packageName": "function.prototype.name",
"hash": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA=="
}
},
"npm:functions-have-names": {
"type": "npm",
"name": "npm:functions-have-names",
"data": {
"version": "1.2.3",
"packageName": "functions-have-names",
"hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
}
},
"npm:gauge": {
"type": "npm",
"name": "npm:gauge",
"data": {
"version": "4.0.4",
"packageName": "gauge",
"hash": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg=="
}
},
"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.2.1",
"packageName": "get-intrinsic",
"hash": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw=="
}
},
"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-stream": {
"type": "npm",
"name": "npm:get-stream",
"data": {
"version": "6.0.1",
"packageName": "get-stream",
"hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
}
},
"npm:get-symbol-description": {
"type": "npm",
"name": "npm:get-symbol-description",
"data": {
"version": "1.0.0",
"packageName": "get-symbol-description",
"hash": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw=="
}
},
"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.1",
"packageName": "git-url-parse",
"hash": "sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ=="
}
},
"npm:gitconfiglocal": {
"type": "npm",
"name": "npm:gitconfiglocal",
"data": {
"version": "1.0.0",
"packageName": "gitconfiglocal",
"hash": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ=="
}
},
"npm:globalthis": {
"type": "npm",
"name": "npm:globalthis",
"data": {
"version": "1.0.3",
"packageName": "globalthis",
"hash": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA=="
}
},
"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.0.1",
"packageName": "gopd",
"hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA=="
}
},
"npm:graceful-fs": {
"type": "npm",
"name": "npm:graceful-fs",
"data": {
"version": "4.2.11",
"packageName": "graceful-fs",
"hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
}
},
"npm:graphemer": {
"type": "npm",
"name": "npm:graphemer",
"data": {
"version": "1.4.0",
"packageName": "graphemer",
"hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="
}
},
"npm: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": {
"type": "npm",
"name": "npm:has",
"data": {
"version": "1.0.3",
"packageName": "has",
"hash": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw=="
}
},
"npm:has-bigints": {
"type": "npm",
"name": "npm:has-bigints",
"data": {
"version": "1.0.2",
"packageName": "has-bigints",
"hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ=="
}
},
"npm:has-property-descriptors": {
"type": "npm",
"name": "npm:has-property-descriptors",
"data": {
"version": "1.0.0",
"packageName": "has-property-descriptors",
"hash": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ=="
}
},
"npm:has-proto": {
"type": "npm",
"name": "npm:has-proto",
"data": {
"version": "1.0.1",
"packageName": "has-proto",
"hash": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg=="
}
},
"npm:has-symbols": {
"type": "npm",
"name": "npm:has-symbols",
"data": {
"version": "1.0.3",
"packageName": "has-symbols",
"hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
}
},
"npm:has-tostringtag": {
"type": "npm",
"name": "npm:has-tostringtag",
"data": {
"version": "1.0.0",
"packageName": "has-tostringtag",
"hash": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ=="
}
},
"npm:has-unicode": {
"type": "npm",
"name": "npm:has-unicode",
"data": {
"version": "2.0.1",
"packageName": "has-unicode",
"hash": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
}
},
"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:html-escaper": {
"type": "npm",
"name": "npm:html-escaper",
"data": {
"version": "2.0.2",
"packageName": "html-escaper",
"hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
}
},
"npm:http-cache-semantics": {
"type": "npm",
"name": "npm:http-cache-semantics",
"data": {
"version": "4.1.1",
"packageName": "http-cache-semantics",
"hash": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
}
},
"npm:http-proxy-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: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.2.4",
"packageName": "ignore",
"hash": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ=="
}
},
"npm:ignore-walk": {
"type": "npm",
"name": "npm:ignore-walk",
"data": {
"version": "5.0.1",
"packageName": "ignore-walk",
"hash": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw=="
}
},
"npm:import-fresh": {
"type": "npm",
"name": "npm:import-fresh",
"data": {
"version": "3.3.0",
"packageName": "import-fresh",
"hash": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw=="
}
},
"npm:import-local": {
"type": "npm",
"name": "npm:import-local",
"data": {
"version": "3.1.0",
"packageName": "import-local",
"hash": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg=="
}
},
"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:inquirer": {
"type": "npm",
"name": "npm:inquirer",
"data": {
"version": "8.2.6",
"packageName": "inquirer",
"hash": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg=="
}
},
"npm:wrap-ansi@6.2.0": {
"type": "npm",
"name": "npm:wrap-ansi@6.2.0",
"data": {
"version": "6.2.0",
"packageName": "wrap-ansi",
"hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA=="
}
},
"npm:wrap-ansi": {
"type": "npm",
"name": "npm:wrap-ansi",
"data": {
"version": "7.0.0",
"packageName": "wrap-ansi",
"hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="
}
},
"npm:internal-slot": {
"type": "npm",
"name": "npm:internal-slot",
"data": {
"version": "1.0.5",
"packageName": "internal-slot",
"hash": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ=="
}
},
"npm:ip-address": {
"type": "npm",
"name": "npm:ip-address",
"data": {
"version": "9.0.5",
"packageName": "ip-address",
"hash": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g=="
}
},
"npm:sprintf-js@1.1.3": {
"type": "npm",
"name": "npm:sprintf-js@1.1.3",
"data": {
"version": "1.1.3",
"packageName": "sprintf-js",
"hash": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
}
},
"npm:sprintf-js": {
"type": "npm",
"name": "npm:sprintf-js",
"data": {
"version": "1.0.3",
"packageName": "sprintf-js",
"hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
}
},
"npm:is-array-buffer": {
"type": "npm",
"name": "npm:is-array-buffer",
"data": {
"version": "3.0.2",
"packageName": "is-array-buffer",
"hash": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w=="
}
},
"npm:is-arrayish": {
"type": "npm",
"name": "npm:is-arrayish",
"data": {
"version": "0.2.1",
"packageName": "is-arrayish",
"hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
}
},
"npm:is-bigint": {
"type": "npm",
"name": "npm:is-bigint",
"data": {
"version": "1.0.4",
"packageName": "is-bigint",
"hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg=="
}
},
"npm:is-boolean-object": {
"type": "npm",
"name": "npm:is-boolean-object",
"data": {
"version": "1.1.2",
"packageName": "is-boolean-object",
"hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA=="
}
},
"npm:is-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.12.1",
"packageName": "is-core-module",
"hash": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg=="
}
},
"npm:is-date-object": {
"type": "npm",
"name": "npm:is-date-object",
"data": {
"version": "1.0.5",
"packageName": "is-date-object",
"hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ=="
}
},
"npm:is-extglob": {
"type": "npm",
"name": "npm:is-extglob",
"data": {
"version": "2.1.1",
"packageName": "is-extglob",
"hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
}
},
"npm:is-fullwidth-code-point": {
"type": "npm",
"name": "npm:is-fullwidth-code-point",
"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-glob": {
"type": "npm",
"name": "npm:is-glob",
"data": {
"version": "4.0.3",
"packageName": "is-glob",
"hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg=="
}
},
"npm:is-inside-container": {
"type": "npm",
"name": "npm:is-inside-container",
"data": {
"version": "1.0.0",
"packageName": "is-inside-container",
"hash": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA=="
}
},
"npm:is-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-negative-zero": {
"type": "npm",
"name": "npm:is-negative-zero",
"data": {
"version": "2.0.2",
"packageName": "is-negative-zero",
"hash": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="
}
},
"npm:is-number": {
"type": "npm",
"name": "npm:is-number",
"data": {
"version": "7.0.0",
"packageName": "is-number",
"hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
}
},
"npm:is-number-object": {
"type": "npm",
"name": "npm:is-number-object",
"data": {
"version": "1.0.7",
"packageName": "is-number-object",
"hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ=="
}
},
"npm:is-obj": {
"type": "npm",
"name": "npm:is-obj",
"data": {
"version": "2.0.0",
"packageName": "is-obj",
"hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
}
},
"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-obj@2.1.0": {
"type": "npm",
"name": "npm:is-plain-obj@2.1.0",
"data": {
"version": "2.1.0",
"packageName": "is-plain-obj",
"hash": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA=="
}
},
"npm:is-regex": {
"type": "npm",
"name": "npm:is-regex",
"data": {
"version": "1.1.4",
"packageName": "is-regex",
"hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg=="
}
},
"npm:is-shared-array-buffer": {
"type": "npm",
"name": "npm:is-shared-array-buffer",
"data": {
"version": "1.0.2",
"packageName": "is-shared-array-buffer",
"hash": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA=="
}
},
"npm:is-ssh": {
"type": "npm",
"name": "npm:is-ssh",
"data": {
"version": "1.4.0",
"packageName": "is-ssh",
"hash": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ=="
}
},
"npm:is-string": {
"type": "npm",
"name": "npm:is-string",
"data": {
"version": "1.0.7",
"packageName": "is-string",
"hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg=="
}
},
"npm:is-symbol": {
"type": "npm",
"name": "npm:is-symbol",
"data": {
"version": "1.0.4",
"packageName": "is-symbol",
"hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg=="
}
},
"npm:is-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.12",
"packageName": "is-typed-array",
"hash": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg=="
}
},
"npm:is-typedarray": {
"type": "npm",
"name": "npm:is-typedarray",
"data": {
"version": "1.0.0",
"packageName": "is-typedarray",
"hash": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
}
},
"npm:is-unicode-supported": {
"type": "npm",
"name": "npm:is-unicode-supported",
"data": {
"version": "0.1.0",
"packageName": "is-unicode-supported",
"hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw=="
}
},
"npm:is-weakref": {
"type": "npm",
"name": "npm:is-weakref",
"data": {
"version": "1.0.2",
"packageName": "is-weakref",
"hash": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ=="
}
},
"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.0",
"packageName": "istanbul-lib-coverage",
"hash": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
}
},
"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.1.6",
"packageName": "istanbul-reports",
"hash": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg=="
}
},
"npm:jake": {
"type": "npm",
"name": "npm:jake",
"data": {
"version": "10.8.7",
"packageName": "jake",
"hash": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w=="
}
},
"npm:jest": {
"type": "npm",
"name": "npm:jest",
"data": {
"version": "29.6.4",
"packageName": "jest",
"hash": "sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw=="
}
},
"npm:jest-changed-files": {
"type": "npm",
"name": "npm:jest-changed-files",
"data": {
"version": "29.6.3",
"packageName": "jest-changed-files",
"hash": "sha512-G5wDnElqLa4/c66ma5PG9eRjE342lIbF6SUnTJi26C3J28Fv2TVY2rOyKB9YGbSA5ogwevgmxc4j4aVjrEK6Yg=="
}
},
"npm:jest-circus": {
"type": "npm",
"name": "npm:jest-circus",
"data": {
"version": "29.6.4",
"packageName": "jest-circus",
"hash": "sha512-YXNrRyntVUgDfZbjXWBMPslX1mQ8MrSG0oM/Y06j9EYubODIyHWP8hMUbjbZ19M3M+zamqEur7O80HODwACoJw=="
}
},
"npm:jest-cli": {
"type": "npm",
"name": "npm:jest-cli",
"data": {
"version": "29.6.4",
"packageName": "jest-cli",
"hash": "sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ=="
}
},
"npm:jest-config": {
"type": "npm",
"name": "npm:jest-config",
"data": {
"version": "29.6.4",
"packageName": "jest-config",
"hash": "sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A=="
}
},
"npm:jest-diff": {
"type": "npm",
"name": "npm:jest-diff",
"data": {
"version": "29.6.4",
"packageName": "jest-diff",
"hash": "sha512-9F48UxR9e4XOEZvoUXEHSWY4qC4zERJaOfrbBg9JpbJOO43R1vN76REt/aMGZoY6GD5g84nnJiBIVlscegefpw=="
}
},
"npm:jest-docblock": {
"type": "npm",
"name": "npm:jest-docblock",
"data": {
"version": "29.6.3",
"packageName": "jest-docblock",
"hash": "sha512-2+H+GOTQBEm2+qFSQ7Ma+BvyV+waiIFxmZF5LdpBsAEjWX8QYjSCa4FrkIYtbfXUJJJnFCYrOtt6TZ+IAiTjBQ=="
}
},
"npm:jest-each": {
"type": "npm",
"name": "npm:jest-each",
"data": {
"version": "29.6.3",
"packageName": "jest-each",
"hash": "sha512-KoXfJ42k8cqbkfshW7sSHcdfnv5agDdHCPA87ZBdmHP+zJstTJc0ttQaJ/x7zK6noAL76hOuTIJ6ZkQRS5dcyg=="
}
},
"npm:jest-environment-node": {
"type": "npm",
"name": "npm:jest-environment-node",
"data": {
"version": "29.6.4",
"packageName": "jest-environment-node",
"hash": "sha512-i7SbpH2dEIFGNmxGCpSc2w9cA4qVD+wfvg2ZnfQ7XVrKL0NA5uDVBIiGH8SR4F0dKEv/0qI5r+aDomDf04DpEQ=="
}
},
"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.6.4",
"packageName": "jest-haste-map",
"hash": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog=="
}
},
"npm:jest-leak-detector": {
"type": "npm",
"name": "npm:jest-leak-detector",
"data": {
"version": "29.6.3",
"packageName": "jest-leak-detector",
"hash": "sha512-0kfbESIHXYdhAdpLsW7xdwmYhLf1BRu4AA118/OxFm0Ho1b2RcTmO4oF6aAMaxpxdxnJ3zve2rgwzNBD4Zbm7Q=="
}
},
"npm:jest-matcher-utils": {
"type": "npm",
"name": "npm:jest-matcher-utils",
"data": {
"version": "29.6.4",
"packageName": "jest-matcher-utils",
"hash": "sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ=="
}
},
"npm:jest-message-util": {
"type": "npm",
"name": "npm:jest-message-util",
"data": {
"version": "29.6.3",
"packageName": "jest-message-util",
"hash": "sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA=="
}
},
"npm:jest-mock": {
"type": "npm",
"name": "npm:jest-mock",
"data": {
"version": "29.6.3",
"packageName": "jest-mock",
"hash": "sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg=="
}
},
"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.6.4",
"packageName": "jest-resolve",
"hash": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q=="
}
},
"npm:jest-resolve-dependencies": {
"type": "npm",
"name": "npm:jest-resolve-dependencies",
"data": {
"version": "29.6.4",
"packageName": "jest-resolve-dependencies",
"hash": "sha512-7+6eAmr1ZBF3vOAJVsfLj1QdqeXG+WYhidfLHBRZqGN24MFRIiKG20ItpLw2qRAsW/D2ZUUmCNf6irUr/v6KHA=="
}
},
"npm:jest-runner": {
"type": "npm",
"name": "npm:jest-runner",
"data": {
"version": "29.6.4",
"packageName": "jest-runner",
"hash": "sha512-SDaLrMmtVlQYDuG0iSPYLycG8P9jLI+fRm8AF/xPKhYDB2g6xDWjXBrR5M8gEWsK6KVFlebpZ4QsrxdyIX1Jaw=="
}
},
"npm:jest-runtime": {
"type": "npm",
"name": "npm:jest-runtime",
"data": {
"version": "29.6.4",
"packageName": "jest-runtime",
"hash": "sha512-s/QxMBLvmwLdchKEjcLfwzP7h+jsHvNEtxGP5P+Fl1FMaJX2jMiIqe4rJw4tFprzCwuSvVUo9bn0uj4gNRXsbA=="
}
},
"npm:jest-snapshot": {
"type": "npm",
"name": "npm:jest-snapshot",
"data": {
"version": "29.6.4",
"packageName": "jest-snapshot",
"hash": "sha512-VC1N8ED7+4uboUKGIDsbvNAZb6LakgIPgAF4RSpF13dN6YaMokfRqO+BaqK4zIh6X3JffgwbzuGqDEjHm/MrvA=="
}
},
"npm:jest-util": {
"type": "npm",
"name": "npm:jest-util",
"data": {
"version": "29.6.3",
"packageName": "jest-util",
"hash": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA=="
}
},
"npm:jest-validate": {
"type": "npm",
"name": "npm:jest-validate",
"data": {
"version": "29.6.3",
"packageName": "jest-validate",
"hash": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg=="
}
},
"npm:jest-watcher": {
"type": "npm",
"name": "npm:jest-watcher",
"data": {
"version": "29.6.4",
"packageName": "jest-watcher",
"hash": "sha512-oqUWvx6+On04ShsT00Ir9T4/FvBeEh2M9PTubgITPxDa739p4hoQweWPRGyYeaojgT0xTpZKF0Y/rSY1UgMxvQ=="
}
},
"npm:jest-worker": {
"type": "npm",
"name": "npm:jest-worker",
"data": {
"version": "29.6.4",
"packageName": "jest-worker",
"hash": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q=="
}
},
"npm:js-tokens": {
"type": "npm",
"name": "npm:js-tokens",
"data": {
"version": "4.0.0",
"packageName": "js-tokens",
"hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
}
},
"npm:jsbn": {
"type": "npm",
"name": "npm:jsbn",
"data": {
"version": "1.1.0",
"packageName": "jsbn",
"hash": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
}
},
"npm:jsesc": {
"type": "npm",
"name": "npm:jsesc",
"data": {
"version": "2.5.2",
"packageName": "jsesc",
"hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
}
},
"npm:json-parse-better-errors": {
"type": "npm",
"name": "npm:json-parse-better-errors",
"data": {
"version": "1.0.2",
"packageName": "json-parse-better-errors",
"hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
}
},
"npm:json-parse-even-better-errors": {
"type": "npm",
"name": "npm:json-parse-even-better-errors",
"data": {
"version": "2.3.1",
"packageName": "json-parse-even-better-errors",
"hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
}
},
"npm:json-schema-traverse": {
"type": "npm",
"name": "npm:json-schema-traverse",
"data": {
"version": "0.4.1",
"packageName": "json-schema-traverse",
"hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
}
},
"npm:json-stable-stringify-without-jsonify": {
"type": "npm",
"name": "npm:json-stable-stringify-without-jsonify",
"data": {
"version": "1.0.1",
"packageName": "json-stable-stringify-without-jsonify",
"hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
}
},
"npm: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.1.0",
"packageName": "jsonfile",
"hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ=="
}
},
"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": "5.2.0",
"packageName": "just-diff",
"hash": "sha512-6ufhP9SHjb7jibNFrNxyFZ6od3g+An6Ai9mhGRvcYe8UJlH0prseN64M+6ZBBUoKYHZsitDP42gAJ8+eVWr3lw=="
}
},
"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: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.22",
"packageName": "language-subtag-registry",
"hash": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
}
},
"npm:language-tags": {
"type": "npm",
"name": "npm:language-tags",
"data": {
"version": "1.0.5",
"packageName": "language-tags",
"hash": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ=="
}
},
"npm:lerna": {
"type": "npm",
"name": "npm:lerna",
"data": {
"version": "6.4.1",
"packageName": "lerna",
"hash": "sha512-0t8TSG4CDAn5+vORjvTFn/ZEGyc4LOEsyBUpzcdIxODHPKM4TVOGvbW9dBs1g40PhOrQfwhHS+3fSx/42j42dQ=="
}
},
"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.2.2",
"packageName": "typescript",
"hash": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
}
},
"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": "6.0.5",
"packageName": "libnpmpublish",
"hash": "sha512-LUR08JKSviZiqrYTDfywvtnsnxr+tOvBU0BF8H+9frt7HMvc6Qn6F8Ubm72g5hDTHbq8qupKfDvDAln2TVPvFg=="
}
},
"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: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": "3.0.3",
"packageName": "normalize-package-data",
"hash": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA=="
}
},
"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: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:makeerror": {
"type": "npm",
"name": "npm:makeerror",
"data": {
"version": "1.0.12",
"packageName": "makeerror",
"hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg=="
}
},
"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: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": {
"type": "npm",
"name": "npm:minipass",
"data": {
"version": "3.3.6",
"packageName": "minipass",
"hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw=="
}
},
"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-collect": {
"type": "npm",
"name": "npm:minipass-collect",
"data": {
"version": "1.0.2",
"packageName": "minipass-collect",
"hash": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA=="
}
},
"npm:minipass-fetch": {
"type": "npm",
"name": "npm:minipass-fetch",
"data": {
"version": "2.1.2",
"packageName": "minipass-fetch",
"hash": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA=="
}
},
"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.1",
"packageName": "minipass-json-stream",
"hash": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg=="
}
},
"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.2",
"packageName": "ms",
"hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
}
},
"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:natural-compare-lite": {
"type": "npm",
"name": "npm:natural-compare-lite",
"data": {
"version": "1.4.0",
"packageName": "natural-compare-lite",
"hash": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g=="
}
},
"npm:negotiator": {
"type": "npm",
"name": "npm:negotiator",
"data": {
"version": "0.6.3",
"packageName": "negotiator",
"hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
}
},
"npm:neo-async": {
"type": "npm",
"name": "npm:neo-async",
"data": {
"version": "2.6.2",
"packageName": "neo-async",
"hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
}
},
"npm: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-fetch": {
"type": "npm",
"name": "npm:node-fetch",
"data": {
"version": "2.7.0",
"packageName": "node-fetch",
"hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="
}
},
"npm:node-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.6.0",
"packageName": "node-gyp-build",
"hash": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ=="
}
},
"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": "5.0.0",
"packageName": "nopt",
"hash": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ=="
}
},
"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.13",
"packageName": "node-releases",
"hash": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ=="
}
},
"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": "1.1.2",
"packageName": "npm-bundled",
"hash": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ=="
}
},
"npm:npm-bundled@2.0.1": {
"type": "npm",
"name": "npm:npm-bundled@2.0.1",
"data": {
"version": "2.0.1",
"packageName": "npm-bundled",
"hash": "sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw=="
}
},
"npm:npm-install-checks": {
"type": "npm",
"name": "npm:npm-install-checks",
"data": {
"version": "5.0.0",
"packageName": "npm-install-checks",
"hash": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA=="
}
},
"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:npm-packlist": {
"type": "npm",
"name": "npm:npm-packlist",
"data": {
"version": "5.1.3",
"packageName": "npm-packlist",
"hash": "sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg=="
}
},
"npm:npm-pick-manifest": {
"type": "npm",
"name": "npm:npm-pick-manifest",
"data": {
"version": "7.0.2",
"packageName": "npm-pick-manifest",
"hash": "sha512-gk37SyRmlIjvTfcYl6RzDbSmS9Y4TOBXfsPnoYqTHARNgWbyDiCSMLUpmALDj4jjcTZpURiEfsSHJj9k7EV4Rw=="
}
},
"npm:npm-registry-fetch": {
"type": "npm",
"name": "npm:npm-registry-fetch",
"data": {
"version": "13.3.1",
"packageName": "npm-registry-fetch",
"hash": "sha512-eukJPi++DKRTjSBRcDZSDDsGqRK3ehbxfFUcgaRd0Yp6kRwOwh2WVn0r+8rMB4nnuzvAk6rQVzl6K5CkYOmnvw=="
}
},
"npm:npmlog": {
"type": "npm",
"name": "npm:npmlog",
"data": {
"version": "6.0.2",
"packageName": "npmlog",
"hash": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg=="
}
},
"npm:object-inspect": {
"type": "npm",
"name": "npm:object-inspect",
"data": {
"version": "1.12.3",
"packageName": "object-inspect",
"hash": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g=="
}
},
"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.4",
"packageName": "object.assign",
"hash": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ=="
}
},
"npm:object.entries": {
"type": "npm",
"name": "npm:object.entries",
"data": {
"version": "1.1.6",
"packageName": "object.entries",
"hash": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w=="
}
},
"npm:object.fromentries": {
"type": "npm",
"name": "npm:object.fromentries",
"data": {
"version": "2.0.6",
"packageName": "object.fromentries",
"hash": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg=="
}
},
"npm:object.groupby": {
"type": "npm",
"name": "npm:object.groupby",
"data": {
"version": "1.0.0",
"packageName": "object.groupby",
"hash": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw=="
}
},
"npm:object.values": {
"type": "npm",
"name": "npm:object.values",
"data": {
"version": "1.1.6",
"packageName": "object.values",
"hash": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw=="
}
},
"npm:once": {
"type": "npm",
"name": "npm:once",
"data": {
"version": "1.4.0",
"packageName": "once",
"hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="
}
},
"npm:optionator": {
"type": "npm",
"name": "npm:optionator",
"data": {
"version": "0.9.3",
"packageName": "optionator",
"hash": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg=="
}
},
"npm:ora": {
"type": "npm",
"name": "npm:ora",
"data": {
"version": "5.4.1",
"packageName": "ora",
"hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ=="
}
},
"npm:os-tmpdir": {
"type": "npm",
"name": "npm:os-tmpdir",
"data": {
"version": "1.0.2",
"packageName": "os-tmpdir",
"hash": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
}
},
"npm: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:pacote": {
"type": "npm",
"name": "npm:pacote",
"data": {
"version": "13.6.2",
"packageName": "pacote",
"hash": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg=="
}
},
"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": "2.0.2",
"packageName": "parse-conflict-json",
"hash": "sha512-jDbRGb00TAPFsKWCpZZOT93SxVP9nONOSgES3AevqRq/CHvavEBvKAjxX9p5Y5F0RZLxH9Ufd9+RwtCsa+lFDA=="
}
},
"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.0.0",
"packageName": "parse-path",
"hash": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog=="
}
},
"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-parse": {
"type": "npm",
"name": "npm:path-parse",
"data": {
"version": "1.0.7",
"packageName": "path-parse",
"hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
}
},
"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.0.0",
"packageName": "picocolors",
"hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
}
},
"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.6",
"packageName": "pirates",
"hash": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg=="
}
},
"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: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.0.3",
"packageName": "prettier",
"hash": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg=="
}
},
"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:pretty-format": {
"type": "npm",
"name": "npm:pretty-format",
"data": {
"version": "29.6.3",
"packageName": "pretty-format",
"hash": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw=="
}
},
"npm:proc-log": {
"type": "npm",
"name": "npm:proc-log",
"data": {
"version": "2.0.1",
"packageName": "proc-log",
"hash": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw=="
}
},
"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.1",
"packageName": "protocols",
"hash": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
}
},
"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:punycode": {
"type": "npm",
"name": "npm:punycode",
"data": {
"version": "2.3.0",
"packageName": "punycode",
"hash": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
}
},
"npm:pure-rand": {
"type": "npm",
"name": "npm:pure-rand",
"data": {
"version": "6.0.2",
"packageName": "pure-rand",
"hash": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ=="
}
},
"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.2.0",
"packageName": "react-is",
"hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
}
},
"npm:read": {
"type": "npm",
"name": "npm:read",
"data": {
"version": "1.0.7",
"packageName": "read",
"hash": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ=="
}
},
"npm:read-cmd-shim": {
"type": "npm",
"name": "npm:read-cmd-shim",
"data": {
"version": "3.0.1",
"packageName": "read-cmd-shim",
"hash": "sha512-kEmDUoYf/CDy8yZbLTmhB1X9kkjf9Q80PCNsDMb7ufrGd6zZSQA1+UyjrO+pZm5K/S4OXCWJeiIt1JA8kAsa6g=="
}
},
"npm:read-package-json": {
"type": "npm",
"name": "npm:read-package-json",
"data": {
"version": "5.0.2",
"packageName": "read-package-json",
"hash": "sha512-BSzugrt4kQ/Z0krro8zhTwV1Kd79ue25IhNN/VtHFy1mG/6Tluyi+msc0UpwaoQzxSHa28mntAjIZY6kEgfR9Q=="
}
},
"npm:read-package-json-fast": {
"type": "npm",
"name": "npm:read-package-json-fast",
"data": {
"version": "2.0.3",
"packageName": "read-package-json-fast",
"hash": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ=="
}
},
"npm:readdir-scoped-modules": {
"type": "npm",
"name": "npm:readdir-scoped-modules",
"data": {
"version": "1.1.0",
"packageName": "readdir-scoped-modules",
"hash": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw=="
}
},
"npm:redent": {
"type": "npm",
"name": "npm:redent",
"data": {
"version": "3.0.0",
"packageName": "redent",
"hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg=="
}
},
"npm:regenerator-runtime": {
"type": "npm",
"name": "npm:regenerator-runtime",
"data": {
"version": "0.13.11",
"packageName": "regenerator-runtime",
"hash": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
}
},
"npm:regexp.prototype.flags": {
"type": "npm",
"name": "npm:regexp.prototype.flags",
"data": {
"version": "1.5.0",
"packageName": "regexp.prototype.flags",
"hash": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA=="
}
},
"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.3",
"packageName": "resolve",
"hash": "sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw=="
}
},
"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.2",
"packageName": "resolve.exports",
"hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg=="
}
},
"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.0.4",
"packageName": "reusify",
"hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
}
},
"npm:rimraf": {
"type": "npm",
"name": "npm:rimraf",
"data": {
"version": "3.0.2",
"packageName": "rimraf",
"hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="
}
},
"npm:run-applescript": {
"type": "npm",
"name": "npm:run-applescript",
"data": {
"version": "5.0.0",
"packageName": "run-applescript",
"hash": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg=="
}
},
"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:safe-array-concat": {
"type": "npm",
"name": "npm:safe-array-concat",
"data": {
"version": "1.0.0",
"packageName": "safe-array-concat",
"hash": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ=="
}
},
"npm:safe-regex-test": {
"type": "npm",
"name": "npm:safe-regex-test",
"data": {
"version": "1.0.0",
"packageName": "safe-regex-test",
"hash": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA=="
}
},
"npm:safer-buffer": {
"type": "npm",
"name": "npm:safer-buffer",
"data": {
"version": "2.1.2",
"packageName": "safer-buffer",
"hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
}
},
"npm:set-blocking": {
"type": "npm",
"name": "npm:set-blocking",
"data": {
"version": "2.0.0",
"packageName": "set-blocking",
"hash": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
}
},
"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.0.4",
"packageName": "side-channel",
"hash": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw=="
}
},
"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: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.3",
"packageName": "socks",
"hash": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw=="
}
},
"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": "4.2.0",
"packageName": "sort-keys",
"hash": "sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg=="
}
},
"npm:sort-keys@2.0.0": {
"type": "npm",
"name": "npm:sort-keys@2.0.0",
"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.17",
"packageName": "spdx-license-ids",
"hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
}
},
"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:ssri": {
"type": "npm",
"name": "npm:ssri",
"data": {
"version": "9.0.1",
"packageName": "ssri",
"hash": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q=="
}
},
"npm:stack-utils": {
"type": "npm",
"name": "npm:stack-utils",
"data": {
"version": "2.0.6",
"packageName": "stack-utils",
"hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ=="
}
},
"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": {
"type": "npm",
"name": "npm:string-width",
"data": {
"version": "4.2.3",
"packageName": "string-width",
"hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="
}
},
"npm:string.prototype.trim": {
"type": "npm",
"name": "npm:string.prototype.trim",
"data": {
"version": "1.2.7",
"packageName": "string.prototype.trim",
"hash": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg=="
}
},
"npm:string.prototype.trimend": {
"type": "npm",
"name": "npm:string.prototype.trimend",
"data": {
"version": "1.0.6",
"packageName": "string.prototype.trimend",
"hash": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ=="
}
},
"npm:string.prototype.trimstart": {
"type": "npm",
"name": "npm:string.prototype.trimstart",
"data": {
"version": "1.0.6",
"packageName": "string.prototype.trimstart",
"hash": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA=="
}
},
"npm:strip-ansi": {
"type": "npm",
"name": "npm:strip-ansi",
"data": {
"version": "6.0.1",
"packageName": "strip-ansi",
"hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="
}
},
"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.8.5",
"packageName": "synckit",
"hash": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q=="
}
},
"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: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:titleize": {
"type": "npm",
"name": "npm:titleize",
"data": {
"version": "3.0.0",
"packageName": "titleize",
"hash": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ=="
}
},
"npm:tmpl": {
"type": "npm",
"name": "npm:tmpl",
"data": {
"version": "1.0.5",
"packageName": "tmpl",
"hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
}
},
"npm:to-fast-properties": {
"type": "npm",
"name": "npm:to-fast-properties",
"data": {
"version": "2.0.0",
"packageName": "to-fast-properties",
"hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog=="
}
},
"npm:to-regex-range": {
"type": "npm",
"name": "npm:to-regex-range",
"data": {
"version": "5.0.1",
"packageName": "to-regex-range",
"hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="
}
},
"npm:tr46": {
"type": "npm",
"name": "npm:tr46",
"data": {
"version": "0.0.3",
"packageName": "tr46",
"hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
}
},
"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": "2.0.0",
"packageName": "treeverse",
"hash": "sha512-N5gJCkLu1aXccpOTtqV6ddSEi6ZmGkh3hjmbu1IjcavJK4qyOVQmi0myQKM7z5jVGmD68SJoliaVrMmVObhj6A=="
}
},
"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-jest": {
"type": "npm",
"name": "npm:ts-jest",
"data": {
"version": "29.1.1",
"packageName": "ts-jest",
"hash": "sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA=="
}
},
"npm:tsutils": {
"type": "npm",
"name": "npm:tsutils",
"data": {
"version": "3.21.0",
"packageName": "tsutils",
"hash": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA=="
}
},
"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.0",
"packageName": "typed-array-buffer",
"hash": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw=="
}
},
"npm:typed-array-byte-length": {
"type": "npm",
"name": "npm:typed-array-byte-length",
"data": {
"version": "1.0.0",
"packageName": "typed-array-byte-length",
"hash": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA=="
}
},
"npm:typed-array-byte-offset": {
"type": "npm",
"name": "npm:typed-array-byte-offset",
"data": {
"version": "1.0.0",
"packageName": "typed-array-byte-offset",
"hash": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg=="
}
},
"npm:typed-array-length": {
"type": "npm",
"name": "npm:typed-array-length",
"data": {
"version": "1.0.4",
"packageName": "typed-array-length",
"hash": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng=="
}
},
"npm:typedarray": {
"type": "npm",
"name": "npm:typedarray",
"data": {
"version": "0.0.6",
"packageName": "typedarray",
"hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
}
},
"npm:typedarray-to-buffer": {
"type": "npm",
"name": "npm:typedarray-to-buffer",
"data": {
"version": "3.1.5",
"packageName": "typedarray-to-buffer",
"hash": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q=="
}
},
"npm:uglify-js": {
"type": "npm",
"name": "npm:uglify-js",
"data": {
"version": "3.17.4",
"packageName": "uglify-js",
"hash": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g=="
}
},
"npm:unbox-primitive": {
"type": "npm",
"name": "npm:unbox-primitive",
"data": {
"version": "1.0.2",
"packageName": "unbox-primitive",
"hash": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw=="
}
},
"npm:unique-filename": {
"type": "npm",
"name": "npm:unique-filename",
"data": {
"version": "2.0.1",
"packageName": "unique-filename",
"hash": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A=="
}
},
"npm:unique-slug": {
"type": "npm",
"name": "npm:unique-slug",
"data": {
"version": "3.0.0",
"packageName": "unique-slug",
"hash": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w=="
}
},
"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.0",
"packageName": "universalify",
"hash": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
}
},
"npm:untildify": {
"type": "npm",
"name": "npm:untildify",
"data": {
"version": "4.0.0",
"packageName": "untildify",
"hash": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw=="
}
},
"npm:upath": {
"type": "npm",
"name": "npm:upath",
"data": {
"version": "2.0.1",
"packageName": "upath",
"hash": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w=="
}
},
"npm:update-browserslist-db": {
"type": "npm",
"name": "npm:update-browserslist-db",
"data": {
"version": "1.0.11",
"packageName": "update-browserslist-db",
"hash": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA=="
}
},
"npm:uri-js": {
"type": "npm",
"name": "npm:uri-js",
"data": {
"version": "4.4.1",
"packageName": "uri-js",
"hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="
}
},
"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.1.0",
"packageName": "v8-to-istanbul",
"hash": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA=="
}
},
"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:webidl-conversions": {
"type": "npm",
"name": "npm:webidl-conversions",
"data": {
"version": "3.0.1",
"packageName": "webidl-conversions",
"hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
}
},
"npm:whatwg-url": {
"type": "npm",
"name": "npm:whatwg-url",
"data": {
"version": "5.0.0",
"packageName": "whatwg-url",
"hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="
}
},
"npm:which": {
"type": "npm",
"name": "npm:which",
"data": {
"version": "2.0.2",
"packageName": "which",
"hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="
}
},
"npm:which-boxed-primitive": {
"type": "npm",
"name": "npm:which-boxed-primitive",
"data": {
"version": "1.0.2",
"packageName": "which-boxed-primitive",
"hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg=="
}
},
"npm:which-typed-array": {
"type": "npm",
"name": "npm:which-typed-array",
"data": {
"version": "1.1.11",
"packageName": "which-typed-array",
"hash": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew=="
}
},
"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:wordwrap": {
"type": "npm",
"name": "npm:wordwrap",
"data": {
"version": "1.0.0",
"packageName": "wordwrap",
"hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q=="
}
},
"npm:wrappy": {
"type": "npm",
"name": "npm:wrappy",
"data": {
"version": "1.0.2",
"packageName": "wrappy",
"hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
}
},
"npm:write-file-atomic": {
"type": "npm",
"name": "npm:write-file-atomic",
"data": {
"version": "4.0.2",
"packageName": "write-file-atomic",
"hash": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg=="
}
},
"npm:write-file-atomic@3.0.3": {
"type": "npm",
"name": "npm:write-file-atomic@3.0.3",
"data": {
"version": "3.0.3",
"packageName": "write-file-atomic",
"hash": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q=="
}
},
"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:write-json-file": {
"type": "npm",
"name": "npm:write-json-file",
"data": {
"version": "4.3.0",
"packageName": "write-json-file",
"hash": "sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ=="
}
},
"npm:write-json-file@3.2.0": {
"type": "npm",
"name": "npm:write-json-file@3.2.0",
"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": "@actions/core",
"type": "static"
},
{
"source": "@actions/tool-cache",
"target": "@actions/exec",
"type": "static"
},
{
"source": "@actions/tool-cache",
"target": "@actions/http-client",
"type": "static"
},
{
"source": "@actions/tool-cache",
"target": "@actions/io",
"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/core",
"type": "static"
},
{
"source": "@actions/attest",
"target": "@actions/github",
"type": "static"
},
{
"source": "@actions/attest",
"target": "@actions/http-client",
"type": "static"
}
],
"@actions/github": [
{
"source": "@actions/github",
"target": "@actions/http-client",
"type": "static"
},
{
"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": "@actions/core",
"type": "static"
},
{
"source": "@actions/glob",
"target": "npm:minimatch",
"type": "static"
}
],
"@actions/io": [],
"npm:@ampproject/remapping": [
{
"source": "npm:@ampproject/remapping",
"target": "npm:@jridgewell/gen-mapping",
"type": "static"
},
{
"source": "npm:@ampproject/remapping",
"target": "npm:@jridgewell/trace-mapping",
"type": "static"
}
],
"npm:@babel/code-frame": [
{
"source": "npm:@babel/code-frame",
"target": "npm:@babel/highlight",
"type": "static"
},
{
"source": "npm:@babel/code-frame",
"target": "npm:chalk@2.4.2",
"type": "static"
}
],
"npm:ansi-styles@3.2.1": [
{
"source": "npm:ansi-styles@3.2.1",
"target": "npm:color-convert@1.9.3",
"type": "static"
}
],
"npm:chalk@2.4.2": [
{
"source": "npm:chalk@2.4.2",
"target": "npm:ansi-styles@3.2.1",
"type": "static"
},
{
"source": "npm:chalk@2.4.2",
"target": "npm:escape-string-regexp@1.0.5",
"type": "static"
},
{
"source": "npm:chalk@2.4.2",
"target": "npm:supports-color@5.5.0",
"type": "static"
}
],
"npm:color-convert@1.9.3": [
{
"source": "npm:color-convert@1.9.3",
"target": "npm:color-name@1.1.3",
"type": "static"
}
],
"npm:supports-color@5.5.0": [
{
"source": "npm:supports-color@5.5.0",
"target": "npm:has-flag@3.0.0",
"type": "static"
}
],
"npm:@babel/core": [
{
"source": "npm:@babel/core",
"target": "npm:@ampproject/remapping",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/generator",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/helper-compilation-targets",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/helper-module-transforms",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/helpers",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/template",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/traverse",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:@babel/types",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:convert-source-map@1.9.0",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:gensync",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:json5",
"type": "static"
},
{
"source": "npm:@babel/core",
"target": "npm:semver@6.3.1",
"type": "static"
}
],
"npm:@babel/generator": [
{
"source": "npm:@babel/generator",
"target": "npm:@babel/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"
},
{
"source": "npm:@babel/helper-compilation-targets",
"target": "npm:semver@6.3.1",
"type": "static"
}
],
"npm:@babel/helper-function-name": [
{
"source": "npm:@babel/helper-function-name",
"target": "npm:@babel/template",
"type": "static"
},
{
"source": "npm:@babel/helper-function-name",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/helper-hoist-variables": [
{
"source": "npm:@babel/helper-hoist-variables",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/helper-module-imports": [
{
"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-environment-visitor",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/helper-module-imports",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/helper-simple-access",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/helper-split-export-declaration",
"type": "static"
},
{
"source": "npm:@babel/helper-module-transforms",
"target": "npm:@babel/helper-validator-identifier",
"type": "static"
}
],
"npm:@babel/helper-simple-access": [
{
"source": "npm:@babel/helper-simple-access",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/helper-split-export-declaration": [
{
"source": "npm:@babel/helper-split-export-declaration",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/helpers": [
{
"source": "npm:@babel/helpers",
"target": "npm:@babel/template",
"type": "static"
},
{
"source": "npm:@babel/helpers",
"target": "npm:@babel/traverse",
"type": "static"
},
{
"source": "npm:@babel/helpers",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/highlight": [
{
"source": "npm:@babel/highlight",
"target": "npm:@babel/helper-validator-identifier",
"type": "static"
},
{
"source": "npm:@babel/highlight",
"target": "npm:chalk@2.4.2",
"type": "static"
},
{
"source": "npm:@babel/highlight",
"target": "npm:js-tokens",
"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-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-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/runtime": [
{
"source": "npm:@babel/runtime",
"target": "npm:regenerator-runtime",
"type": "static"
}
],
"npm:@babel/template": [
{
"source": "npm:@babel/template",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:@babel/template",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/template",
"target": "npm:@babel/types",
"type": "static"
}
],
"npm:@babel/traverse": [
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/code-frame",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/generator",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/helper-environment-visitor",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/helper-function-name",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/helper-hoist-variables",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/helper-split-export-declaration",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/parser",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:@babel/types",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:debug",
"type": "static"
},
{
"source": "npm:@babel/traverse",
"target": "npm:globals@11.12.0",
"type": "static"
}
],
"npm:@babel/types": [
{
"source": "npm:@babel/types",
"target": "npm:@babel/helper-string-parser",
"type": "static"
},
{
"source": "npm:@babel/types",
"target": "npm:@babel/helper-validator-identifier",
"type": "static"
},
{
"source": "npm:@babel/types",
"target": "npm:to-fast-properties",
"type": "static"
}
],
"npm:@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:@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.1",
"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.1": [
{
"source": "npm:js-yaml@3.14.1",
"target": "npm:argparse@1.0.10",
"type": "static"
},
{
"source": "npm:js-yaml@3.14.1",
"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/set-array",
"type": "static"
},
{
"source": "npm:@jridgewell/gen-mapping",
"target": "npm:@jridgewell/sourcemap-codec",
"type": "static"
},
{
"source": "npm:@jridgewell/gen-mapping",
"target": "npm:@jridgewell/trace-mapping",
"type": "static"
}
],
"npm:@jridgewell/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/add": [
{
"source": "npm:@lerna/add",
"target": "npm:@lerna/bootstrap",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:@lerna/npm-conf",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:@lerna/add",
"target": "npm:semver",
"type": "static"
}
],
"npm:@lerna/bootstrap": [
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/has-npm-version",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/npm-install",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/package-graph",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/pulse-till-done",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/rimraf-dir",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/run-lifecycle",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/run-topologically",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/symlink-binary",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/symlink-dependencies",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:@npmcli/arborist",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:get-port",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:multimatch",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:p-map-series",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:p-waterfall",
"type": "static"
},
{
"source": "npm:@lerna/bootstrap",
"target": "npm:semver",
"type": "static"
}
],
"npm:@lerna/changed": [
{
"source": "npm:@lerna/changed",
"target": "npm:@lerna/collect-updates",
"type": "static"
},
{
"source": "npm:@lerna/changed",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/changed",
"target": "npm:@lerna/listable",
"type": "static"
},
{
"source": "npm:@lerna/changed",
"target": "npm:@lerna/output",
"type": "static"
}
],
"npm:@lerna/check-working-tree": [
{
"source": "npm:@lerna/check-working-tree",
"target": "npm:@lerna/collect-uncommitted",
"type": "static"
},
{
"source": "npm:@lerna/check-working-tree",
"target": "npm:@lerna/describe-ref",
"type": "static"
},
{
"source": "npm:@lerna/check-working-tree",
"target": "npm:@lerna/validation-error",
"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/clean": [
{
"source": "npm:@lerna/clean",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:@lerna/prompt",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:@lerna/pulse-till-done",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:@lerna/rimraf-dir",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:p-map-series",
"type": "static"
},
{
"source": "npm:@lerna/clean",
"target": "npm:p-waterfall",
"type": "static"
}
],
"npm:@lerna/cli": [
{
"source": "npm:@lerna/cli",
"target": "npm:@lerna/global-options",
"type": "static"
},
{
"source": "npm:@lerna/cli",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/cli",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/cli",
"target": "npm:yargs",
"type": "static"
}
],
"npm:@lerna/collect-uncommitted": [
{
"source": "npm:@lerna/collect-uncommitted",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/collect-uncommitted",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:@lerna/collect-uncommitted",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/collect-updates": [
{
"source": "npm:@lerna/collect-updates",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/collect-updates",
"target": "npm:@lerna/describe-ref",
"type": "static"
},
{
"source": "npm:@lerna/collect-updates",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:@lerna/collect-updates",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/collect-updates",
"target": "npm:slash",
"type": "static"
}
],
"npm:@lerna/command": [
{
"source": "npm:@lerna/command",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:@lerna/package-graph",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:@lerna/project",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:@lerna/write-log-file",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:clone-deep",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:execa",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:is-ci",
"type": "static"
},
{
"source": "npm:@lerna/command",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/conventional-commits": [
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:conventional-changelog-angular",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:conventional-changelog-core",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:conventional-recommended-bump",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:get-stream",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:pify",
"type": "static"
},
{
"source": "npm:@lerna/conventional-commits",
"target": "npm:semver",
"type": "static"
}
],
"npm:fs-extra@9.1.0": [
{
"source": "npm:fs-extra@9.1.0",
"target": "npm:at-least-node",
"type": "static"
},
{
"source": "npm:fs-extra@9.1.0",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:fs-extra@9.1.0",
"target": "npm:jsonfile",
"type": "static"
},
{
"source": "npm:fs-extra@9.1.0",
"target": "npm:universalify",
"type": "static"
}
],
"npm:@lerna/create": [
{
"source": "npm:@lerna/create",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:@lerna/npm-conf",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/create",
"target": "npm:fs-extra@9.1.0",
"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/create-symlink": [
{
"source": "npm:@lerna/create-symlink",
"target": "npm:cmd-shim",
"type": "static"
},
{
"source": "npm:@lerna/create-symlink",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/create-symlink",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/describe-ref": [
{
"source": "npm:@lerna/describe-ref",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/describe-ref",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/diff": [
{
"source": "npm:@lerna/diff",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/diff",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/diff",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/diff",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/exec": [
{
"source": "npm:@lerna/exec",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/exec",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/exec",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:@lerna/exec",
"target": "npm:@lerna/profiler",
"type": "static"
},
{
"source": "npm:@lerna/exec",
"target": "npm:@lerna/run-topologically",
"type": "static"
},
{
"source": "npm:@lerna/exec",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/exec",
"target": "npm:p-map",
"type": "static"
}
],
"npm:@lerna/filter-options": [
{
"source": "npm:@lerna/filter-options",
"target": "npm:@lerna/collect-updates",
"type": "static"
},
{
"source": "npm:@lerna/filter-options",
"target": "npm:@lerna/filter-packages",
"type": "static"
},
{
"source": "npm:@lerna/filter-options",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/filter-options",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/filter-packages": [
{
"source": "npm:@lerna/filter-packages",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/filter-packages",
"target": "npm:multimatch",
"type": "static"
},
{
"source": "npm:@lerna/filter-packages",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/get-npm-exec-opts": [
{
"source": "npm:@lerna/get-npm-exec-opts",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/get-packed": [
{
"source": "npm:@lerna/get-packed",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/get-packed",
"target": "npm:ssri",
"type": "static"
},
{
"source": "npm:@lerna/get-packed",
"target": "npm:tar",
"type": "static"
}
],
"npm:@lerna/github-client": [
{
"source": "npm:@lerna/github-client",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/github-client",
"target": "npm:@octokit/plugin-enterprise-rest",
"type": "static"
},
{
"source": "npm:@lerna/github-client",
"target": "npm:@octokit/rest",
"type": "static"
},
{
"source": "npm:@lerna/github-client",
"target": "npm:git-url-parse",
"type": "static"
},
{
"source": "npm:@lerna/github-client",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/gitlab-client": [
{
"source": "npm:@lerna/gitlab-client",
"target": "npm:node-fetch",
"type": "static"
},
{
"source": "npm:@lerna/gitlab-client",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/has-npm-version": [
{
"source": "npm:@lerna/has-npm-version",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/has-npm-version",
"target": "npm:semver",
"type": "static"
}
],
"npm:@lerna/import": [
{
"source": "npm:@lerna/import",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:@lerna/prompt",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:@lerna/pulse-till-done",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/import",
"target": "npm:p-map-series",
"type": "static"
}
],
"npm:@lerna/info": [
{
"source": "npm:@lerna/info",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/info",
"target": "npm:@lerna/output",
"type": "static"
},
{
"source": "npm:@lerna/info",
"target": "npm:envinfo",
"type": "static"
}
],
"npm:@lerna/init": [
{
"source": "npm:@lerna/init",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/init",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/init",
"target": "npm:@lerna/project",
"type": "static"
},
{
"source": "npm:@lerna/init",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/init",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/init",
"target": "npm:write-json-file",
"type": "static"
}
],
"npm:@lerna/link": [
{
"source": "npm:@lerna/link",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/link",
"target": "npm:@lerna/package-graph",
"type": "static"
},
{
"source": "npm:@lerna/link",
"target": "npm:@lerna/symlink-dependencies",
"type": "static"
},
{
"source": "npm:@lerna/link",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/link",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/link",
"target": "npm:slash",
"type": "static"
}
],
"npm:@lerna/list": [
{
"source": "npm:@lerna/list",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/list",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:@lerna/list",
"target": "npm:@lerna/listable",
"type": "static"
},
{
"source": "npm:@lerna/list",
"target": "npm:@lerna/output",
"type": "static"
}
],
"npm:@lerna/listable": [
{
"source": "npm:@lerna/listable",
"target": "npm:@lerna/query-graph",
"type": "static"
},
{
"source": "npm:@lerna/listable",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:@lerna/listable",
"target": "npm:columnify",
"type": "static"
}
],
"npm:@lerna/log-packed": [
{
"source": "npm:@lerna/log-packed",
"target": "npm:byte-size",
"type": "static"
},
{
"source": "npm:@lerna/log-packed",
"target": "npm:columnify",
"type": "static"
},
{
"source": "npm:@lerna/log-packed",
"target": "npm:has-unicode",
"type": "static"
},
{
"source": "npm:@lerna/log-packed",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/npm-conf": [
{
"source": "npm:@lerna/npm-conf",
"target": "npm:config-chain",
"type": "static"
},
{
"source": "npm:@lerna/npm-conf",
"target": "npm:pify",
"type": "static"
}
],
"npm:@lerna/npm-dist-tag": [
{
"source": "npm:@lerna/npm-dist-tag",
"target": "npm:@lerna/otplease",
"type": "static"
},
{
"source": "npm:@lerna/npm-dist-tag",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/npm-dist-tag",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:@lerna/npm-dist-tag",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/npm-install": [
{
"source": "npm:@lerna/npm-install",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/npm-install",
"target": "npm:@lerna/get-npm-exec-opts",
"type": "static"
},
{
"source": "npm:@lerna/npm-install",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/npm-install",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/npm-install",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/npm-install",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:@lerna/npm-install",
"target": "npm:write-pkg",
"type": "static"
}
],
"npm:@lerna/npm-publish": [
{
"source": "npm:@lerna/npm-publish",
"target": "npm:@lerna/otplease",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:@lerna/run-lifecycle",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:libnpmpublish",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:pify",
"type": "static"
},
{
"source": "npm:@lerna/npm-publish",
"target": "npm:read-package-json",
"type": "static"
}
],
"npm:@lerna/npm-run-script": [
{
"source": "npm:@lerna/npm-run-script",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/npm-run-script",
"target": "npm:@lerna/get-npm-exec-opts",
"type": "static"
},
{
"source": "npm:@lerna/npm-run-script",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/otplease": [
{
"source": "npm:@lerna/otplease",
"target": "npm:@lerna/prompt",
"type": "static"
}
],
"npm:@lerna/output": [
{
"source": "npm:@lerna/output",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/pack-directory": [
{
"source": "npm:@lerna/pack-directory",
"target": "npm:@lerna/get-packed",
"type": "static"
},
{
"source": "npm:@lerna/pack-directory",
"target": "npm:@lerna/package",
"type": "static"
},
{
"source": "npm:@lerna/pack-directory",
"target": "npm:@lerna/run-lifecycle",
"type": "static"
},
{
"source": "npm:@lerna/pack-directory",
"target": "npm:@lerna/temp-write",
"type": "static"
},
{
"source": "npm:@lerna/pack-directory",
"target": "npm:npm-packlist",
"type": "static"
},
{
"source": "npm:@lerna/pack-directory",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/pack-directory",
"target": "npm:tar",
"type": "static"
}
],
"npm:@lerna/package": [
{
"source": "npm:@lerna/package",
"target": "npm:load-json-file",
"type": "static"
},
{
"source": "npm:@lerna/package",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/package",
"target": "npm:write-pkg",
"type": "static"
}
],
"npm:@lerna/package-graph": [
{
"source": "npm:@lerna/package-graph",
"target": "npm:@lerna/prerelease-id-from-version",
"type": "static"
},
{
"source": "npm:@lerna/package-graph",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/package-graph",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/package-graph",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/package-graph",
"target": "npm:semver",
"type": "static"
}
],
"npm:@lerna/prerelease-id-from-version": [
{
"source": "npm:@lerna/prerelease-id-from-version",
"target": "npm:semver",
"type": "static"
}
],
"npm:@lerna/profiler": [
{
"source": "npm:@lerna/profiler",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/profiler",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/profiler",
"target": "npm:upath",
"type": "static"
}
],
"npm:@lerna/project": [
{
"source": "npm:@lerna/project",
"target": "npm:@lerna/package",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:cosmiconfig",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:dot-prop",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:glob-parent@5.1.2",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:globby",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:js-yaml",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:load-json-file",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:resolve-from@5.0.0",
"type": "static"
},
{
"source": "npm:@lerna/project",
"target": "npm:write-json-file",
"type": "static"
}
],
"npm:glob-parent@5.1.2": [
{
"source": "npm:glob-parent@5.1.2",
"target": "npm:is-glob",
"type": "static"
}
],
"npm:@lerna/prompt": [
{
"source": "npm:@lerna/prompt",
"target": "npm:inquirer",
"type": "static"
},
{
"source": "npm:@lerna/prompt",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/publish": [
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/check-working-tree",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/collect-updates",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/describe-ref",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/log-packed",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/npm-conf",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/npm-dist-tag",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/npm-publish",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/otplease",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/output",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/pack-directory",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/prerelease-id-from-version",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/prompt",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/pulse-till-done",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/run-lifecycle",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/run-topologically",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:@lerna/version",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:libnpmaccess",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:npm-package-arg",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:p-pipe",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:pacote",
"type": "static"
},
{
"source": "npm:@lerna/publish",
"target": "npm:semver",
"type": "static"
}
],
"npm:@lerna/pulse-till-done": [
{
"source": "npm:@lerna/pulse-till-done",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/query-graph": [
{
"source": "npm:@lerna/query-graph",
"target": "npm:@lerna/package-graph",
"type": "static"
}
],
"npm:@lerna/resolve-symlink": [
{
"source": "npm:@lerna/resolve-symlink",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/resolve-symlink",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/resolve-symlink",
"target": "npm:read-cmd-shim",
"type": "static"
}
],
"npm:@lerna/rimraf-dir": [
{
"source": "npm:@lerna/rimraf-dir",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/rimraf-dir",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/rimraf-dir",
"target": "npm:path-exists",
"type": "static"
},
{
"source": "npm:@lerna/rimraf-dir",
"target": "npm:rimraf",
"type": "static"
}
],
"npm:@lerna/run": [
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/npm-run-script",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/output",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/profiler",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/run-topologically",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/timer",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:nx@15.9.7",
"type": "static"
},
{
"source": "npm:@lerna/run",
"target": "npm:p-map",
"type": "static"
}
],
"npm:@lerna/run-lifecycle": [
{
"source": "npm:@lerna/run-lifecycle",
"target": "npm:@lerna/npm-conf",
"type": "static"
},
{
"source": "npm:@lerna/run-lifecycle",
"target": "npm:@npmcli/run-script",
"type": "static"
},
{
"source": "npm:@lerna/run-lifecycle",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/run-lifecycle",
"target": "npm:p-queue",
"type": "static"
}
],
"npm:@lerna/run-topologically": [
{
"source": "npm:@lerna/run-topologically",
"target": "npm:@lerna/query-graph",
"type": "static"
},
{
"source": "npm:@lerna/run-topologically",
"target": "npm:p-queue",
"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: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:minimatch@3.0.5": [
{
"source": "npm:minimatch@3.0.5",
"target": "npm:brace-expansion",
"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@2.6.1",
"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.2.0",
"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@2.0.4",
"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@8.4.2",
"type": "static"
},
{
"source": "npm:nx@15.9.7",
"target": "npm:semver",
"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@2.6.2",
"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:fs-extra",
"type": "static"
}
],
"npm:fs-extra@11.2.0": [
{
"source": "npm:fs-extra@11.2.0",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:fs-extra@11.2.0",
"target": "npm:jsonfile",
"type": "static"
},
{
"source": "npm:fs-extra@11.2.0",
"target": "npm:universalify",
"type": "static"
}
],
"npm:open@8.4.2": [
{
"source": "npm:open@8.4.2",
"target": "npm:define-lazy-prop@2.0.0",
"type": "static"
},
{
"source": "npm:open@8.4.2",
"target": "npm:is-docker@2.2.1",
"type": "static"
},
{
"source": "npm:open@8.4.2",
"target": "npm:is-wsl",
"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",
"type": "static"
}
],
"npm:@lerna/symlink-binary": [
{
"source": "npm:@lerna/symlink-binary",
"target": "npm:@lerna/create-symlink",
"type": "static"
},
{
"source": "npm:@lerna/symlink-binary",
"target": "npm:@lerna/package",
"type": "static"
},
{
"source": "npm:@lerna/symlink-binary",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/symlink-binary",
"target": "npm:p-map",
"type": "static"
}
],
"npm:@lerna/symlink-dependencies": [
{
"source": "npm:@lerna/symlink-dependencies",
"target": "npm:@lerna/create-symlink",
"type": "static"
},
{
"source": "npm:@lerna/symlink-dependencies",
"target": "npm:@lerna/resolve-symlink",
"type": "static"
},
{
"source": "npm:@lerna/symlink-dependencies",
"target": "npm:@lerna/symlink-binary",
"type": "static"
},
{
"source": "npm:@lerna/symlink-dependencies",
"target": "npm:fs-extra@9.1.0",
"type": "static"
},
{
"source": "npm:@lerna/symlink-dependencies",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/symlink-dependencies",
"target": "npm:p-map-series",
"type": "static"
}
],
"npm:@lerna/temp-write": [
{
"source": "npm:@lerna/temp-write",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:@lerna/temp-write",
"target": "npm:is-stream",
"type": "static"
},
{
"source": "npm:@lerna/temp-write",
"target": "npm:make-dir@3.1.0",
"type": "static"
},
{
"source": "npm:@lerna/temp-write",
"target": "npm:temp-dir",
"type": "static"
},
{
"source": "npm:@lerna/temp-write",
"target": "npm:uuid",
"type": "static"
}
],
"npm:make-dir@3.1.0": [
{
"source": "npm:make-dir@3.1.0",
"target": "npm:semver@6.3.1",
"type": "static"
}
],
"npm:@lerna/validation-error": [
{
"source": "npm:@lerna/validation-error",
"target": "npm:npmlog",
"type": "static"
}
],
"npm:@lerna/version": [
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/check-working-tree",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/child-process",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/collect-updates",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/conventional-commits",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/github-client",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/gitlab-client",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/output",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/prerelease-id-from-version",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/prompt",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/run-lifecycle",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/run-topologically",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/temp-write",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:@nrwl/devkit",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:dedent@0.7.0",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:load-json-file",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:p-pipe",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:p-reduce",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:p-waterfall",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:slash",
"type": "static"
},
{
"source": "npm:@lerna/version",
"target": "npm:write-json-file",
"type": "static"
}
],
"npm:@lerna/write-log-file": [
{
"source": "npm:@lerna/write-log-file",
"target": "npm:npmlog",
"type": "static"
},
{
"source": "npm:@lerna/write-log-file",
"target": "npm:write-file-atomic",
"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/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/move-file",
"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/run-script",
"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:json-parse-even-better-errors",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:json-stringify-nice",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:mkdirp",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:mkdirp-infer-owner",
"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@9.1.2",
"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",
"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:readdir-scoped-modules",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:ssri",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:treeverse",
"type": "static"
},
{
"source": "npm:@npmcli/arborist",
"target": "npm:walk-up-path",
"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",
"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:@npmcli/fs": [
{
"source": "npm:@npmcli/fs",
"target": "npm:@gar/promisify",
"type": "static"
},
{
"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:mkdirp",
"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",
"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@8.1.0",
"type": "static"
},
{
"source": "npm:@npmcli/map-workspaces",
"target": "npm:minimatch@5.1.6",
"type": "static"
},
{
"source": "npm:@npmcli/map-workspaces",
"target": "npm:read-package-json-fast",
"type": "static"
}
],
"npm:brace-expansion@2.0.1": [
{
"source": "npm:brace-expansion@2.0.1",
"target": "npm:balanced-match",
"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:minimatch@5.1.6": [
{
"source": "npm:minimatch@5.1.6",
"target": "npm:brace-expansion@2.0.1",
"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:json-parse-even-better-errors",
"type": "static"
}
],
"npm:@npmcli/promise-spawn": [
{
"source": "npm:@npmcli/promise-spawn",
"target": "npm:infer-owner",
"type": "static"
}
],
"npm:@npmcli/run-script": [
{
"source": "npm:@npmcli/run-script",
"target": "npm:@npmcli/node-gyp",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:@npmcli/promise-spawn",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:node-gyp",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:read-package-json-fast",
"type": "static"
},
{
"source": "npm:@npmcli/run-script",
"target": "npm:which",
"type": "static"
}
],
"npm:@nrwl/cli": [
{
"source": "npm:@nrwl/cli",
"target": "npm:nx@15.9.7",
"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:semver",
"type": "static"
},
{
"source": "npm:@nrwl/devkit",
"target": "npm:tmp",
"type": "static"
},
{
"source": "npm:@nrwl/devkit",
"target": "npm:tslib@2.6.2",
"type": "static"
}
],
"npm:@nrwl/tao": [
{
"source": "npm:@nrwl/tao",
"target": "npm:nx",
"type": "static"
},
{
"source": "npm:@nrwl/tao",
"target": "npm:tslib@2.6.2",
"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:is-plain-object",
"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/tsconfig",
"type": "static"
},
{
"source": "npm:@octokit/plugin-paginate-rest",
"target": "npm:@octokit/types",
"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@10.0.0",
"type": "static"
}
],
"npm:@octokit/types@10.0.0": [
{
"source": "npm:@octokit/types@10.0.0",
"target": "npm:@octokit/openapi-types",
"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:is-plain-object",
"type": "static"
},
{
"source": "npm:@octokit/request",
"target": "npm:node-fetch",
"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/core",
"type": "static"
},
{
"source": "npm:@octokit/rest",
"target": "npm:@octokit/plugin-paginate-rest",
"type": "static"
},
{
"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:@pkgr/utils": [
{
"source": "npm:@pkgr/utils",
"target": "npm:cross-spawn",
"type": "static"
},
{
"source": "npm:@pkgr/utils",
"target": "npm:fast-glob",
"type": "static"
},
{
"source": "npm:@pkgr/utils",
"target": "npm:is-glob",
"type": "static"
},
{
"source": "npm:@pkgr/utils",
"target": "npm:open",
"type": "static"
},
{
"source": "npm:@pkgr/utils",
"target": "npm:picocolors",
"type": "static"
},
{
"source": "npm:@pkgr/utils",
"target": "npm:tslib@2.6.1",
"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:@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/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:debug",
"type": "static"
},
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:graphemer",
"type": "static"
},
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:ignore",
"type": "static"
},
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:natural-compare",
"type": "static"
},
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:natural-compare-lite",
"type": "static"
},
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:@typescript-eslint/eslint-plugin",
"target": "npm:ts-api-utils@1.0.1",
"type": "static"
}
],
"npm:ts-api-utils@1.0.1": [
{
"source": "npm:ts-api-utils@1.0.1",
"target": "npm:typescript",
"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@1.0.1",
"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:semver",
"type": "static"
},
{
"source": "npm:@typescript-eslint/typescript-estree",
"target": "npm:ts-api-utils@1.0.1",
"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:@types/json-schema",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:@types/semver",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:@typescript-eslint/scope-manager",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:@typescript-eslint/types",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:@typescript-eslint/typescript-estree",
"type": "static"
},
{
"source": "npm:@typescript-eslint/utils",
"target": "npm:semver",
"type": "static"
}
],
"npm:@typescript-eslint/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.1",
"type": "static"
},
{
"source": "npm:@yarnpkg/parsers",
"target": "npm:tslib@2.6.1",
"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"
},
{
"source": "npm:ajv",
"target": "npm:uri-js",
"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:aria-query": [
{
"source": "npm:aria-query",
"target": "npm:dequal",
"type": "static"
}
],
"npm:array-buffer-byte-length": [
{
"source": "npm:array-buffer-byte-length",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array-buffer-byte-length",
"target": "npm:is-array-buffer",
"type": "static"
}
],
"npm:array-includes": [
{
"source": "npm:array-includes",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:array-includes",
"target": "npm:is-string",
"type": "static"
}
],
"npm:array.prototype.findlastindex": [
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:es-shim-unscopables",
"type": "static"
},
{
"source": "npm:array.prototype.findlastindex",
"target": "npm:get-intrinsic",
"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:get-intrinsic",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:is-array-buffer",
"type": "static"
},
{
"source": "npm:arraybuffer.prototype.slice",
"target": "npm:is-shared-array-buffer",
"type": "static"
}
],
"npm: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:axobject-query": [
{
"source": "npm:axobject-query",
"target": "npm:dequal",
"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"
},
{
"source": "npm:istanbul-lib-instrument@5.2.1",
"target": "npm:semver@6.3.1",
"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-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-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",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:mkdirp-infer-owner",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:npm-normalize-package-bin@2.0.0",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:read-cmd-shim",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:bin-links",
"target": "npm:write-file-atomic",
"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:bplist-parser": [
{
"source": "npm:bplist-parser",
"target": "npm:big-integer",
"type": "static"
}
],
"npm:brace-expansion": [
{
"source": "npm:brace-expansion",
"target": "npm:balanced-match",
"type": "static"
},
{
"source": "npm:brace-expansion",
"target": "npm:concat-map",
"type": "static"
}
],
"npm:braces": [
{
"source": "npm:braces",
"target": "npm:fill-range",
"type": "static"
}
],
"npm:browserslist": [
{
"source": "npm:browserslist",
"target": "npm: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:bundle-name": [
{
"source": "npm:bundle-name",
"target": "npm:run-applescript",
"type": "static"
}
],
"npm:cacache": [
{
"source": "npm:cacache",
"target": "npm:@npmcli/fs",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:@npmcli/move-file",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:chownr",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:fs-minipass",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:glob@8.1.0",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:infer-owner",
"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:mkdirp",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:p-map",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:promise-inflight",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:cacache",
"target": "npm:ssri",
"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:function-bind",
"type": "static"
},
{
"source": "npm:call-bind",
"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:chalk": [
{
"source": "npm:chalk",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:chalk",
"target": "npm:supports-color@7.2.0",
"type": "static"
}
],
"npm:supports-color@7.2.0": [
{
"source": "npm:supports-color@7.2.0",
"target": "npm:has-flag",
"type": "static"
}
],
"npm:cli-cursor": [
{
"source": "npm:cli-cursor",
"target": "npm:restore-cursor",
"type": "static"
}
],
"npm:cliui": [
{
"source": "npm:cliui",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:cliui",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:cliui",
"target": "npm:wrap-ansi",
"type": "static"
}
],
"npm:clone-deep": [
{
"source": "npm:clone-deep",
"target": "npm:is-plain-object@2.0.4",
"type": "static"
},
{
"source": "npm:clone-deep",
"target": "npm:kind-of",
"type": "static"
},
{
"source": "npm:clone-deep",
"target": "npm:shallow-clone",
"type": "static"
}
],
"npm:is-plain-object@2.0.4": [
{
"source": "npm:is-plain-object@2.0.4",
"target": "npm:isobject",
"type": "static"
}
],
"npm: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@6.6.7",
"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:rxjs@6.6.7": [
{
"source": "npm:rxjs@6.6.7",
"target": "npm:tslib",
"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",
"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: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:semver@6.3.1",
"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: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: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:default-browser": [
{
"source": "npm:default-browser",
"target": "npm:bundle-name",
"type": "static"
},
{
"source": "npm:default-browser",
"target": "npm:default-browser-id",
"type": "static"
},
{
"source": "npm:default-browser",
"target": "npm:execa@7.2.0",
"type": "static"
},
{
"source": "npm:default-browser",
"target": "npm:titleize",
"type": "static"
}
],
"npm:default-browser-id": [
{
"source": "npm:default-browser-id",
"target": "npm:bplist-parser",
"type": "static"
},
{
"source": "npm:default-browser-id",
"target": "npm:untildify",
"type": "static"
}
],
"npm:execa@7.2.0": [
{
"source": "npm:execa@7.2.0",
"target": "npm:cross-spawn",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:get-stream",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:human-signals@4.3.1",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:is-stream@3.0.0",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:merge-stream",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:npm-run-path@5.1.0",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:onetime@6.0.0",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:execa@7.2.0",
"target": "npm:strip-final-newline@3.0.0",
"type": "static"
}
],
"npm:npm-run-path@5.1.0": [
{
"source": "npm:npm-run-path@5.1.0",
"target": "npm:path-key@4.0.0",
"type": "static"
}
],
"npm:onetime@6.0.0": [
{
"source": "npm:onetime@6.0.0",
"target": "npm:mimic-fn@4.0.0",
"type": "static"
}
],
"npm:defaults": [
{
"source": "npm:defaults",
"target": "npm:clone",
"type": "static"
}
],
"npm:define-properties": [
{
"source": "npm:define-properties",
"target": "npm:has-property-descriptors",
"type": "static"
},
{
"source": "npm:define-properties",
"target": "npm:object-keys",
"type": "static"
}
],
"npm:dezalgo": [
{
"source": "npm:dezalgo",
"target": "npm:asap",
"type": "static"
},
{
"source": "npm:dezalgo",
"target": "npm:wrappy",
"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: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:es-set-tostringtag",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:es-to-primitive",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:function.prototype.name",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:get-symbol-description",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:globalthis",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:has",
"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: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-negative-zero",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-regex",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-shared-array-buffer",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-string",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-typed-array",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:is-weakref",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:object-inspect",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:object-keys",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:object.assign",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:regexp.prototype.flags",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:safe-array-concat",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:safe-regex-test",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:string.prototype.trim",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:string.prototype.trimend",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:string.prototype.trimstart",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-buffer",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-byte-length",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-byte-offset",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:typed-array-length",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:unbox-primitive",
"type": "static"
},
{
"source": "npm:es-abstract",
"target": "npm:which-typed-array",
"type": "static"
}
],
"npm:es-set-tostringtag": [
{
"source": "npm:es-set-tostringtag",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:es-set-tostringtag",
"target": "npm:has",
"type": "static"
},
{
"source": "npm:es-set-tostringtag",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:es-shim-unscopables": [
{
"source": "npm:es-shim-unscopables",
"target": "npm:has",
"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: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: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:has",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:is-core-module",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:is-glob",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:minimatch",
"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:resolve",
"type": "static"
},
{
"source": "npm:eslint-plugin-import",
"target": "npm:semver@6.3.1",
"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:@babel/runtime",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:aria-query",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:array-includes",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:array.prototype.flatmap",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:ast-types-flow",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:axe-core",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:axobject-query",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:damerau-levenshtein",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:emoji-regex",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:has",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:jsx-ast-utils",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:language-tags",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:minimatch",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:object.entries",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:object.fromentries",
"type": "static"
},
{
"source": "npm:eslint-plugin-jsx-a11y",
"target": "npm:semver@6.3.1",
"type": "static"
}
],
"npm:eslint-plugin-prettier": [
{
"source": "npm:eslint-plugin-prettier",
"target": "npm:eslint",
"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",
"type": "static"
},
{
"source": "npm:external-editor",
"target": "npm:iconv-lite",
"type": "static"
},
{
"source": "npm:external-editor",
"target": "npm:tmp@0.0.33",
"type": "static"
}
],
"npm:tmp@0.0.33": [
{
"source": "npm:tmp@0.0.33",
"target": "npm:os-tmpdir",
"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: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: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:rimraf",
"type": "static"
}
],
"npm:for-each": [
{
"source": "npm:for-each",
"target": "npm:is-callable",
"type": "static"
}
],
"npm:form-data": [
{
"source": "npm:form-data",
"target": "npm:asynckit",
"type": "static"
},
{
"source": "npm:form-data",
"target": "npm:combined-stream",
"type": "static"
},
{
"source": "npm:form-data",
"target": "npm:mime-types",
"type": "static"
}
],
"npm:fs-extra": [
{
"source": "npm:fs-extra",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:fs-extra",
"target": "npm:jsonfile",
"type": "static"
},
{
"source": "npm:fs-extra",
"target": "npm:universalify",
"type": "static"
}
],
"npm:fs-minipass": [
{
"source": "npm:fs-minipass",
"target": "npm:minipass",
"type": "static"
}
],
"npm:function.prototype.name": [
{
"source": "npm:function.prototype.name",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:es-abstract",
"type": "static"
},
{
"source": "npm:function.prototype.name",
"target": "npm:functions-have-names",
"type": "static"
}
],
"npm:gauge": [
{
"source": "npm:gauge",
"target": "npm:aproba",
"type": "static"
},
{
"source": "npm:gauge",
"target": "npm:color-support",
"type": "static"
},
{
"source": "npm:gauge",
"target": "npm:console-control-strings",
"type": "static"
},
{
"source": "npm:gauge",
"target": "npm:has-unicode",
"type": "static"
},
{
"source": "npm:gauge",
"target": "npm: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:function-bind",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:has",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:has-proto",
"type": "static"
},
{
"source": "npm:get-intrinsic",
"target": "npm:has-symbols",
"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",
"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-symbol-description": [
{
"source": "npm:get-symbol-description",
"target": "npm:call-bind",
"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"
},
{
"source": "npm:git-semver-tags",
"target": "npm:semver@6.3.1",
"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"
}
],
"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:gopd": [
{
"source": "npm:gopd",
"target": "npm:get-intrinsic",
"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": [
{
"source": "npm:has",
"target": "npm:function-bind",
"type": "static"
}
],
"npm:has-property-descriptors": [
{
"source": "npm:has-property-descriptors",
"target": "npm:get-intrinsic",
"type": "static"
}
],
"npm:has-tostringtag": [
{
"source": "npm:has-tostringtag",
"target": "npm:has-symbols",
"type": "static"
}
],
"npm:hosted-git-info": [
{
"source": "npm:hosted-git-info",
"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: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:inquirer": [
{
"source": "npm:inquirer",
"target": "npm:ansi-escapes",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:cli-cursor",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:cli-width",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:external-editor",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:figures",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:lodash",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:mute-stream",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:ora",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:run-async",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:rxjs",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:strip-ansi",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:through",
"type": "static"
},
{
"source": "npm:inquirer",
"target": "npm:wrap-ansi@6.2.0",
"type": "static"
}
],
"npm:wrap-ansi@6.2.0": [
{
"source": "npm:wrap-ansi@6.2.0",
"target": "npm:ansi-styles",
"type": "static"
},
{
"source": "npm:wrap-ansi@6.2.0",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:wrap-ansi@6.2.0",
"target": "npm:strip-ansi",
"type": "static"
}
],
"npm:internal-slot": [
{
"source": "npm:internal-slot",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:internal-slot",
"target": "npm:has",
"type": "static"
},
{
"source": "npm:internal-slot",
"target": "npm:side-channel",
"type": "static"
}
],
"npm:ip-address": [
{
"source": "npm:ip-address",
"target": "npm:jsbn",
"type": "static"
},
{
"source": "npm:ip-address",
"target": "npm:sprintf-js@1.1.3",
"type": "static"
}
],
"npm:is-array-buffer": [
{
"source": "npm:is-array-buffer",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:is-array-buffer",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:is-array-buffer",
"target": "npm:is-typed-array",
"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-bind",
"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:has",
"type": "static"
}
],
"npm:is-date-object": [
{
"source": "npm:is-date-object",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-glob": [
{
"source": "npm:is-glob",
"target": "npm:is-extglob",
"type": "static"
}
],
"npm:is-inside-container": [
{
"source": "npm:is-inside-container",
"target": "npm:is-docker",
"type": "static"
}
],
"npm:is-number-object": [
{
"source": "npm:is-number-object",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-regex": [
{
"source": "npm:is-regex",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:is-regex",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-shared-array-buffer": [
{
"source": "npm:is-shared-array-buffer",
"target": "npm:call-bind",
"type": "static"
}
],
"npm:is-ssh": [
{
"source": "npm:is-ssh",
"target": "npm:protocols",
"type": "static"
}
],
"npm:is-string": [
{
"source": "npm:is-string",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm:is-symbol": [
{
"source": "npm:is-symbol",
"target": "npm:has-symbols",
"type": "static"
}
],
"npm:is-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-bind",
"type": "static"
}
],
"npm:is-wsl": [
{
"source": "npm:is-wsl",
"target": "npm:is-docker@2.2.1",
"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:jake": [
{
"source": "npm:jake",
"target": "npm:async",
"type": "static"
},
{
"source": "npm:jake",
"target": "npm:chalk",
"type": "static"
},
{
"source": "npm:jake",
"target": "npm:filelist",
"type": "static"
},
{
"source": "npm:jake",
"target": "npm:minimatch",
"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:exit",
"type": "static"
},
{
"source": "npm:jest-cli",
"target": "npm:graceful-fs",
"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:prompts",
"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:language-tags": [
{
"source": "npm:language-tags",
"target": "npm:language-subtag-registry",
"type": "static"
}
],
"npm:lerna": [
{
"source": "npm:lerna",
"target": "npm:@lerna/add",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/bootstrap",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/changed",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/clean",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/cli",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/command",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/create",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/diff",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/exec",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/filter-options",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/import",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/info",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/init",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/link",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/list",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/publish",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/run",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/validation-error",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@lerna/version",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:@nrwl/devkit",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:import-local",
"type": "static"
},
{
"source": "npm:lerna",
"target": "npm:inquirer",
"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:typescript@4.9.5",
"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",
"type": "static"
},
{
"source": "npm:libnpmaccess",
"target": "npm:npm-package-arg@9.1.2",
"type": "static"
},
{
"source": "npm:libnpmaccess",
"target": "npm:npm-registry-fetch",
"type": "static"
}
],
"npm:libnpmpublish": [
{
"source": "npm:libnpmpublish",
"target": "npm:normalize-package-data@4.0.1",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:npm-package-arg@9.1.2",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:semver",
"type": "static"
},
{
"source": "npm:libnpmpublish",
"target": "npm:ssri",
"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: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",
"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",
"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: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",
"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:semver@5.7.2",
"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:minimatch": [
{
"source": "npm:minimatch",
"target": "npm:brace-expansion",
"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": [
{
"source": "npm:minipass",
"target": "npm:yallist@4.0.0",
"type": "static"
}
],
"npm:minipass-collect": [
{
"source": "npm:minipass-collect",
"target": "npm:minipass",
"type": "static"
}
],
"npm:minipass-fetch": [
{
"source": "npm:minipass-fetch",
"target": "npm:minipass",
"type": "static"
},
{
"source": "npm:minipass-fetch",
"target": "npm:minipass-sized",
"type": "static"
},
{
"source": "npm:minipass-fetch",
"target": "npm:minizlib",
"type": "static"
},
{
"source": "npm:minipass-fetch",
"target": "npm:encoding",
"type": "static"
}
],
"npm:minipass-flush": [
{
"source": "npm:minipass-flush",
"target": "npm:minipass",
"type": "static"
}
],
"npm:minipass-json-stream": [
{
"source": "npm:minipass-json-stream",
"target": "npm:jsonparse",
"type": "static"
},
{
"source": "npm:minipass-json-stream",
"target": "npm:minipass",
"type": "static"
}
],
"npm:minipass-pipeline": [
{
"source": "npm:minipass-pipeline",
"target": "npm:minipass",
"type": "static"
}
],
"npm:minipass-sized": [
{
"source": "npm:minipass-sized",
"target": "npm:minipass",
"type": "static"
}
],
"npm:minizlib": [
{
"source": "npm:minizlib",
"target": "npm:minipass",
"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:encoding",
"type": "static"
},
{
"source": "npm:node-fetch",
"target": "npm:whatwg-url",
"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",
"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@2.0.1",
"type": "static"
},
{
"source": "npm:npm-packlist",
"target": "npm:npm-normalize-package-bin@2.0.0",
"type": "static"
}
],
"npm:npm-bundled@2.0.1": [
{
"source": "npm:npm-bundled@2.0.1",
"target": "npm:npm-normalize-package-bin@2.0.0",
"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@2.0.0",
"type": "static"
},
{
"source": "npm:npm-pick-manifest",
"target": "npm:npm-package-arg@9.1.2",
"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",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:minipass",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm:minipass-fetch",
"type": "static"
},
{
"source": "npm:npm-registry-fetch",
"target": "npm: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@9.1.2",
"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@2.6.1",
"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",
"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@2.0.3",
"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@8.4.2",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:semver@7.5.3",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:string-width",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:strong-log-transformer",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:tar-stream",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:tmp",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:tsconfig-paths@4.2.0",
"type": "static"
},
{
"source": "npm:nx",
"target": "npm:tslib@2.6.1",
"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:semver@7.5.3": [
{
"source": "npm:semver@7.5.3",
"target": "npm:lru-cache@6.0.0",
"type": "static"
}
],
"npm:object.assign": [
{
"source": "npm:object.assign",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:object.assign",
"target": "npm:object-keys",
"type": "static"
}
],
"npm:object.entries": [
{
"source": "npm:object.entries",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.entries",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.entries",
"target": "npm:es-abstract",
"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"
}
],
"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"
},
{
"source": "npm:object.groupby",
"target": "npm:get-intrinsic",
"type": "static"
}
],
"npm:object.values": [
{
"source": "npm:object.values",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:object.values",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:object.values",
"target": "npm:es-abstract",
"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:default-browser",
"type": "static"
},
{
"source": "npm:open",
"target": "npm:define-lazy-prop",
"type": "static"
},
{
"source": "npm:open",
"target": "npm:is-inside-container",
"type": "static"
},
{
"source": "npm:open",
"target": "npm:is-wsl",
"type": "static"
}
],
"npm:optionator": [
{
"source": "npm:optionator",
"target": "npm:@aashutoshrathi/word-wrap",
"type": "static"
},
{
"source": "npm:optionator",
"target": "npm:deep-is",
"type": "static"
},
{
"source": "npm:optionator",
"target": "npm:fast-levenshtein",
"type": "static"
},
{
"source": "npm:optionator",
"target": "npm:levn",
"type": "static"
},
{
"source": "npm:optionator",
"target": "npm:prelude-ls",
"type": "static"
},
{
"source": "npm:optionator",
"target": "npm:type-check",
"type": "static"
}
],
"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: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",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:cacache",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:chownr",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:fs-minipass",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:infer-owner",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:minipass",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:mkdirp",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-package-arg@9.1.2",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-packlist",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-pick-manifest",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:npm-registry-fetch",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:proc-log",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:promise-retry",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:read-package-json",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:read-package-json-fast",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:rimraf",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:ssri",
"type": "static"
},
{
"source": "npm:pacote",
"target": "npm:tar",
"type": "static"
}
],
"npm:parent-module": [
{
"source": "npm:parent-module",
"target": "npm:callsites",
"type": "static"
}
],
"npm:parse-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",
"type": "static"
},
{
"source": "npm:parse-json",
"target": "npm:lines-and-columns",
"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:pkg-dir": [
{
"source": "npm:pkg-dir",
"target": "npm:find-up@4.1.0",
"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",
"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@2.0.0",
"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: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:readdir-scoped-modules": [
{
"source": "npm:readdir-scoped-modules",
"target": "npm:debuglog",
"type": "static"
},
{
"source": "npm:readdir-scoped-modules",
"target": "npm:dezalgo",
"type": "static"
},
{
"source": "npm:readdir-scoped-modules",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:readdir-scoped-modules",
"target": "npm:once",
"type": "static"
}
],
"npm:redent": [
{
"source": "npm:redent",
"target": "npm:indent-string",
"type": "static"
},
{
"source": "npm:redent",
"target": "npm:strip-indent",
"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:functions-have-names",
"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-applescript": [
{
"source": "npm:run-applescript",
"target": "npm:execa",
"type": "static"
}
],
"npm:run-parallel": [
{
"source": "npm:run-parallel",
"target": "npm:queue-microtask",
"type": "static"
}
],
"npm:rxjs": [
{
"source": "npm:rxjs",
"target": "npm:tslib@2.6.2",
"type": "static"
}
],
"npm:safe-array-concat": [
{
"source": "npm:safe-array-concat",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:safe-array-concat",
"target": "npm:isarray",
"type": "static"
}
],
"npm:safe-regex-test": [
{
"source": "npm:safe-regex-test",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:safe-regex-test",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:safe-regex-test",
"target": "npm:is-regex",
"type": "static"
}
],
"npm:semver": [
{
"source": "npm:semver",
"target": "npm:lru-cache@6.0.0",
"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:call-bind",
"type": "static"
},
{
"source": "npm:side-channel",
"target": "npm:get-intrinsic",
"type": "static"
},
{
"source": "npm:side-channel",
"target": "npm:object-inspect",
"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@2.1.0",
"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",
"type": "static"
}
],
"npm:stack-utils": [
{
"source": "npm:stack-utils",
"target": "npm:escape-string-regexp@2.0.0",
"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.prototype.trim": [
{
"source": "npm:string.prototype.trim",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:string.prototype.trim",
"target": "npm:es-abstract",
"type": "static"
}
],
"npm:string.prototype.trimend": [
{
"source": "npm:string.prototype.trimend",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:string.prototype.trimend",
"target": "npm:define-properties",
"type": "static"
},
{
"source": "npm:string.prototype.trimend",
"target": "npm:es-abstract",
"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-abstract",
"type": "static"
}
],
"npm:strip-ansi": [
{
"source": "npm:strip-ansi",
"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/utils",
"type": "static"
},
{
"source": "npm:synckit",
"target": "npm:tslib@2.6.1",
"type": "static"
}
],
"npm:tar": [
{
"source": "npm:tar",
"target": "npm:chownr",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:fs-minipass",
"type": "static"
},
{
"source": "npm:tar",
"target": "npm:minipass@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: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-jest": [
{
"source": "npm:ts-jest",
"target": "npm:@babel/core",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:@jest/types",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:babel-jest",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:jest",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:typescript",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:bs-logger",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:fast-json-stable-stringify",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:jest-util",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:json5",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:lodash.memoize",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:make-error",
"type": "static"
},
{
"source": "npm:ts-jest",
"target": "npm:semver",
"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",
"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-bind",
"type": "static"
},
{
"source": "npm:typed-array-buffer",
"target": "npm:get-intrinsic",
"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: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:has-proto",
"type": "static"
},
{
"source": "npm:typed-array-byte-offset",
"target": "npm:is-typed-array",
"type": "static"
}
],
"npm:typed-array-length": [
{
"source": "npm:typed-array-length",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:for-each",
"type": "static"
},
{
"source": "npm:typed-array-length",
"target": "npm:is-typed-array",
"type": "static"
}
],
"npm:typedarray-to-buffer": [
{
"source": "npm:typedarray-to-buffer",
"target": "npm:is-typedarray",
"type": "static"
}
],
"npm:unbox-primitive": [
{
"source": "npm:unbox-primitive",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:unbox-primitive",
"target": "npm:has-bigints",
"type": "static"
},
{
"source": "npm:unbox-primitive",
"target": "npm:has-symbols",
"type": "static"
},
{
"source": "npm:unbox-primitive",
"target": "npm:which-boxed-primitive",
"type": "static"
}
],
"npm:unique-filename": [
{
"source": "npm:unique-filename",
"target": "npm:unique-slug",
"type": "static"
}
],
"npm:unique-slug": [
{
"source": "npm:unique-slug",
"target": "npm:imurmurhash",
"type": "static"
}
],
"npm:update-browserslist-db": [
{
"source": "npm:update-browserslist-db",
"target": "npm:browserslist",
"type": "static"
},
{
"source": "npm:update-browserslist-db",
"target": "npm:escalade",
"type": "static"
},
{
"source": "npm:update-browserslist-db",
"target": "npm:picocolors",
"type": "static"
}
],
"npm:uri-js": [
{
"source": "npm:uri-js",
"target": "npm:punycode",
"type": "static"
}
],
"npm: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@1.9.0",
"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:whatwg-url": [
{
"source": "npm:whatwg-url",
"target": "npm:tr46",
"type": "static"
},
{
"source": "npm:whatwg-url",
"target": "npm:webidl-conversions",
"type": "static"
}
],
"npm:which": [
{
"source": "npm:which",
"target": "npm:isexe",
"type": "static"
}
],
"npm:which-boxed-primitive": [
{
"source": "npm:which-boxed-primitive",
"target": "npm:is-bigint",
"type": "static"
},
{
"source": "npm:which-boxed-primitive",
"target": "npm:is-boolean-object",
"type": "static"
},
{
"source": "npm:which-boxed-primitive",
"target": "npm:is-number-object",
"type": "static"
},
{
"source": "npm:which-boxed-primitive",
"target": "npm:is-string",
"type": "static"
},
{
"source": "npm:which-boxed-primitive",
"target": "npm:is-symbol",
"type": "static"
}
],
"npm:which-typed-array": [
{
"source": "npm:which-typed-array",
"target": "npm:available-typed-arrays",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:call-bind",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:for-each",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:gopd",
"type": "static"
},
{
"source": "npm:which-typed-array",
"target": "npm:has-tostringtag",
"type": "static"
}
],
"npm: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: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:is-plain-obj@2.1.0",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:make-dir@3.1.0",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:sort-keys",
"type": "static"
},
{
"source": "npm:write-json-file",
"target": "npm:write-file-atomic@3.0.3",
"type": "static"
}
],
"npm:write-file-atomic@3.0.3": [
{
"source": "npm:write-file-atomic@3.0.3",
"target": "npm:imurmurhash",
"type": "static"
},
{
"source": "npm:write-file-atomic@3.0.3",
"target": "npm:is-typedarray",
"type": "static"
},
{
"source": "npm:write-file-atomic@3.0.3",
"target": "npm:signal-exit",
"type": "static"
},
{
"source": "npm:write-file-atomic@3.0.3",
"target": "npm:typedarray-to-buffer",
"type": "static"
}
],
"npm:write-pkg": [
{
"source": "npm:write-pkg",
"target": "npm:sort-keys@2.0.0",
"type": "static"
},
{
"source": "npm:write-pkg",
"target": "npm:type-fest@0.4.1",
"type": "static"
},
{
"source": "npm:write-pkg",
"target": "npm:write-json-file@3.2.0",
"type": "static"
}
],
"npm:make-dir@2.1.0": [
{
"source": "npm:make-dir@2.1.0",
"target": "npm:pify@4.0.1",
"type": "static"
},
{
"source": "npm:make-dir@2.1.0",
"target": "npm:semver@5.7.2",
"type": "static"
}
],
"npm:sort-keys@2.0.0": [
{
"source": "npm:sort-keys@2.0.0",
"target": "npm:is-plain-obj",
"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-json-file@3.2.0": [
{
"source": "npm:write-json-file@3.2.0",
"target": "npm:detect-indent@5.0.0",
"type": "static"
},
{
"source": "npm:write-json-file@3.2.0",
"target": "npm:graceful-fs",
"type": "static"
},
{
"source": "npm:write-json-file@3.2.0",
"target": "npm:make-dir@2.1.0",
"type": "static"
},
{
"source": "npm:write-json-file@3.2.0",
"target": "npm:pify@4.0.1",
"type": "static"
},
{
"source": "npm:write-json-file@3.2.0",
"target": "npm:sort-keys@2.0.0",
"type": "static"
},
{
"source": "npm:write-json-file@3.2.0",
"target": "npm:write-file-atomic@2.4.3",
"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": 1752494399875
}