From 9843dc0a8134ed15de2d4de034863f49dd02041d Mon Sep 17 00:00:00 2001 From: typeholes Date: Mon, 13 May 2024 12:44:49 -0400 Subject: [PATCH 01/46] initial nuxt UI integration --- .gitignore | 3 + .vscode/settings.json | 10 +- .vscodeignore | 1 + debug.sh | 4 + eslint.config.mjs | 2 + package.json | 41 +- playground/index.js | 15 + playground/traces/trace.json | 1467 ++++++++ playground/traces/types.json | 483 +++ pnpm-lock.yaml | 6107 +++++++++++++++++++++++++++++-- pnpm-workspace.yaml | 1 + src/contributions.ts | 24 + src/index.ts | 7 +- src/traceDiagnostics.ts | 102 + src/webview.ts | 43 + tsconfig.json | 9 +- ui/app.vue | 39 + ui/error.vue | 3 + ui/nuxt.config.ts | 35 + ui/package.json | 19 + ui/plugins/vscode-api.client.ts | 11 + ui/plugins/vscode-ui.client.ts | 13 + ui/tsconfig.json | 4 + 23 files changed, 8172 insertions(+), 271 deletions(-) create mode 100755 debug.sh create mode 100644 playground/index.js create mode 100644 playground/traces/trace.json create mode 100644 playground/traces/types.json create mode 100644 src/contributions.ts create mode 100644 src/traceDiagnostics.ts create mode 100644 src/webview.ts create mode 100644 ui/app.vue create mode 100644 ui/error.vue create mode 100644 ui/nuxt.config.ts create mode 100644 ui/package.json create mode 100644 ui/plugins/vscode-api.client.ts create mode 100644 ui/plugins/vscode-ui.client.ts create mode 100644 ui/tsconfig.json diff --git a/.gitignore b/.gitignore index d6fbcba..7cd9a46 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ .nitro .cache dist +out +spa/dist +*.vsix # Node dependencies node_modules diff --git a/.vscode/settings.json b/.vscode/settings.json index e0a2fa5..4abb98f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,12 @@ { "npm.packageManager": "pnpm", - "editor.defaultFormatter": "dbaeumer.vscode-eslint" + "editor.defaultFormatter": "dbaeumer.vscode-eslint", + "cSpell.words": [ + "antfu", + "Trpc", + "tsperf" + ], + "eslint.experimental.useFlatConfig": true, + "eslint.format.enable": true, + "eslint.lintTask.enable": false } diff --git a/.vscodeignore b/.vscodeignore index 7a537c4..0a8a113 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,3 +3,4 @@ node_modules test .github .vscode +spa \ No newline at end of file diff --git a/debug.sh b/debug.sh new file mode 100755 index 0000000..b7d5cac --- /dev/null +++ b/debug.sh @@ -0,0 +1,4 @@ +pnpm ui:build --sourcemap +pnpm build --sourcemap + +code ./playground --extensionDevelopmentPath=. --inspect-brk-extensions 3300 diff --git a/eslint.config.mjs b/eslint.config.mjs index 1684ad9..e7db4a7 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -4,5 +4,7 @@ export default antfu({ stylistic: true, ignores: [ 'playground/**', + 'spa/.quasar/**', + 'out/**', ], }) diff --git a/package.json b/package.json index cb51db5..f140b4b 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,47 @@ "onLanguage:typescript", "workspaceContains:tsconfig.json" ], + "contributes": { + "configuration": { + "title": "tsperf.tracer", + "properties": { + "tsperf.tracer.checkTimeWarning": { + "type": "number", + "default": 1, + "description": "Warn when type check times exceed this number of seconds" + }, + "tsperf.tracer.port": { + "type": "number", + "default": 3000, + "description": "port to run local web server on" + } + } + }, + "commands": [ + { + "command": "tsperf.tracer.openInBrowser", + "title": "Open trace view in browser", + "icon": { + "dark": "resources/todo.svg", + "light": "resources/todo.svg" + } + }, + { + "command": "tsperf.tracer.runTrace", + "title": "tsc trace", + "icon": { + "dark": "resources/todo.svg", + "light": "resources/todo.svg" + } + } + ] + }, "scripts": { + "pretest": "npm run compile && npm run lint", "build": "rollup -c", - "dev": "nr build --watch", + "dev": "nr build --watch --sourcemap", + "ui:dev": "nuxt dev ui", + "ui:build": "nuxt build ui", "lint": "eslint .", "vscode:prepublish": "nr build", "publish": "vsce publish --no-dependencies", @@ -41,6 +79,7 @@ "typecheck": "tsc --noEmit && pnpm --filter ui typecheck", "release": "bumpp && nr publish" }, + "dependencies": {}, "devDependencies": { "@antfu/eslint-config": "^2.17.0", "@antfu/ni": "^0.21.12", diff --git a/playground/index.js b/playground/index.js new file mode 100644 index 0000000..6c3f0da --- /dev/null +++ b/playground/index.js @@ -0,0 +1,15 @@ +"use strict"; +const example = {}; +const exampleUsage1 = example(); +const exampleUsage2 = exampleUsage1(); +const exampleUsage3 = exampleUsage2(); +const exampleUsage4 = exampleUsage3(); +const exampleUsage5 = exampleUsage4(); +const exampleUsage6 = exampleUsage5(); +const exampleUsage7 = exampleUsage6(); +const exampleUsage8 = exampleUsage7(); +const exampleUsage9 = exampleUsage8(); +const exampleUsage10 = exampleUsage9(); +const exampleUsage11 = exampleUsage10(); +// +// diff --git a/playground/traces/trace.json b/playground/traces/trace.json new file mode 100644 index 0000000..cf29896 --- /dev/null +++ b/playground/traces/trace.json @@ -0,0 +1,1467 @@ +[ +{"name":"process_name","args":{"name":"tsc"},"cat":"__metadata","ph":"M","ts":391404.20603752136,"pid":1,"tid":1}, +{"name":"thread_name","args":{"name":"Main"},"cat":"__metadata","ph":"M","ts":391404.20603752136,"pid":1,"tid":1}, +{"name":"TracingStartedInBrowser","cat":"disabled-by-default-devtools.timeline","ph":"M","ts":391404.20603752136,"pid":1,"tid":1}, +{"pid":1,"tid":1,"ph":"B","cat":"program","ts":392884.3059539795,"name":"createProgram","args":{"configFilePath":"/home/hw/projects/tracer/playground/tsconfig.json"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":396608.5059642792,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":405162.00590133667,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":394559.7059726715,"name":"findSourceFile","dur":11473.299980163574,"args":{"fileName":"/home/hw/projects/tracer/playground/index.ts","fileIncludeKind":"RootFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":394274.1060256958,"name":"processRootFiles","dur":12007.299900054932,"args":{"count":1}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":448853.20687294006,"name":"resolveTypeReferenceDirectiveNamesWorker","dur":39470.29995918274,"args":{"containingFileName":"/home/hw/projects/tracer/playground/__inferred type names__.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":489444.00691986084,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":491996.40703201294,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":494371.5069293976,"name":"resolveModuleNamesWorker","dur":40039.60108757019,"args":{"containingFileName":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":535173.7079620361,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":559092.6079750061,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":534838.6080265045,"name":"findSourceFile","dur":24473.79994392395,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":559662.3079776764,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":562218.0080413818,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":563178.5080432892,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":574952.2089958191,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":562935.1079463959,"name":"findSourceFile","dur":12391.901016235352,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":559389.6079063416,"name":"findSourceFile","dur":16135.20097732544,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":575855.4089069366,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-brush/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":578577.3088932037,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-brush/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":579525.5088806152,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":583381.3090324402,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":579319.6089267731,"name":"findSourceFile","dur":4212.800025939941,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":583871.4089393616,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":588132.8089237213,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":588518.0089473724,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":590200.0088691711,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":591353.2090187073,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/geojson/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":592957.808971405,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/geojson/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":588326.4088630676,"name":"findSourceFile","dur":4794.500112533569,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":593382.908821106,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-delaunay/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":597176.3088703156,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-delaunay/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":597571.809053421,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dispatch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":598279.3090343475,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dispatch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":598613.508939743,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":601733.108997345,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":598418.408870697,"name":"findSourceFile","dur":7477.400064468384,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":606170.3088283539,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dsv/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":609779.8089981079,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dsv/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":610200.7088661194,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":615557.1088790894,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":609958.8088989258,"name":"findSourceFile","dur":5750.600099563599,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":615967.9088592529,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-fetch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":618046.9088554382,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-fetch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":618825.208902359,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":624807.1088790894,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":618595.2088832855,"name":"findSourceFile","dur":6379.800081253052,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":625209.8088264465,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":627240.6089305878,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":627658.6089134216,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":637725.909948349,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":627383.6090564728,"name":"findSourceFile","dur":11085.600852966309,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":638843.6100482941,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":641803.6098480225,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":638583.3098888397,"name":"findSourceFile","dur":3353.100061416626,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":642202.7099132538,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-interpolate/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":644099.0099906921,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-interpolate/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":645023.6098766327,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-path/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":645494.9100017548,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-path/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":645695.209980011,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-polygon/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":645971.0099697113,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-polygon/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":646155.4100513458,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-quadtree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":647870.609998703,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-quadtree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":648124.9098777771,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":652661.4098548889,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":647981.0099601746,"name":"findSourceFile","dur":4883.899927139282,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":653623.7099170685,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":668014.1098499298,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":668966.8099880219,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":675068.510055542,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":668773.509979248,"name":"findSourceFile","dur":6452.399969100952,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":652986.909866333,"name":"findSourceFile","dur":22285.799980163574,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":675531.3098430634,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale-chromatic/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":676935.909986496,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale-chromatic/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":677780.0099849701,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":685305.4099082947,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":677120.7098960876,"name":"findSourceFile","dur":9069.000005722046,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":686523.0100154877,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":687636.4099979401,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":687864.8099899292,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-timer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":688377.2099018097,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-timer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":688631.3099861145,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":692860.7099056244,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":688457.0100307465,"name":"findSourceFile","dur":5028.999805450439,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":693874.51004982,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-zoom/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":698735.1109981537,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-zoom/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":488940.6068325043,"name":"findSourceFile","dur":210687.80422210693,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":488709.40685272217,"name":"processTypeReferenceDirective","dur":211033.20407867432,"args":{"directive":"d3","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":699991.1110401154,"name":"findSourceFile","dur":14.499902725219727,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":699984.0109348297,"name":"processTypeReferenceDirective","dur":99.6999740600586,"args":{"directive":"d3-color","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":701371.2110519409,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":720655.2109718323,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":721055.9108257294,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/helpers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":721276.8108844757,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/helpers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":722430.0110340118,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/estree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":727231.2109470367,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/estree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":727590.9109115601,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":737857.4109077454,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":727423.2108592987,"name":"findSourceFile","dur":10588.99998664856,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":701102.2109985352,"name":"findSourceFile","dur":36958.09984207153,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":701095.8108901978,"name":"processTypeReferenceDirective","dur":37002.5999546051,"args":{"directive":"eslint","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":738427.4108409882,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":740411.4110469818,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":741037.2109413147,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/unist/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":741869.1108226776,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/unist/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":738294.8110103607,"name":"findSourceFile","dur":3680.6998252868652,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":738286.1108779907,"name":"processTypeReferenceDirective","dur":3737.800121307373,"args":{"directive":"mdast","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":742245.3110218048,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":743394.4108486176,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":743670.3109741211,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":748218.5108661652,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":748788.5110378265,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert/strict.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":749038.9108657837,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert/strict.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":749548.6109256744,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":753676.6109466553,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":756579.0109634399,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":757701.1108398438,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":758516.0109996796,"name":"resolveModuleNamesWorker","dur":2602.200984954834,"args":{"containingFileName":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":761363.8119697571,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":764757.0118904114,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":769882.1120262146,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":771749.8118877411,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":769729.4118404388,"name":"findSourceFile","dur":2136.9001865386963,"args":{"fileName":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":772048.9120483398,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/header.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":772235.2118492126,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/header.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":772432.9118728638,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/readable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":772816.0119056702,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/readable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":773133.712053299,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":773907.6118469238,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":774545.8118915558,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":780181.0119152069,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":774455.011844635,"name":"findSourceFile","dur":5978.200197219849,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":780726.6118526459,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":782801.8119335175,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":773040.6119823456,"name":"findSourceFile","dur":10548.799991607666,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":783755.8119297028,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":784926.7120361328,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":785342.111825943,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":785886.9118690491,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":786929.4118881226,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":787576.611995697,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":787702.211856842,"name":"resolveModuleNamesWorker","dur":4382.1001052856445,"args":{"containingFileName":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":786833.0118656158,"name":"findSourceFile","dur":5371.600151062012,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":785115.1118278503,"name":"findSourceFile","dur":7128.300189971924,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":783648.7119197845,"name":"findSourceFile","dur":8623.500108718872,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":761236.5119457245,"name":"findSourceFile","dur":31061.59996986389,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":792453.7119865417,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":792753.0119419098,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":792998.6119270325,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-origin.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":793149.4119167328,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-origin.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":793288.8119220734,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":793862.4119758606,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":794425.8120059967,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool-stats.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":794711.4119529724,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool-stats.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":795029.7119617462,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/handlers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":795256.2119960785,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/handlers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":795493.6120510101,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/balanced-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":795759.9120140076,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/balanced-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":796111.4120483398,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":796450.0119686127,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":796728.1119823456,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-client.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":797119.5118427277,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-client.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":797459.3119621277,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":798009.4120502472,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":798324.8119354248,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-interceptor.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":799211.2119197845,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-interceptor.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":799560.1119995117,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":799898.5118865967,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":799478.7118434906,"name":"findSourceFile","dur":680.5000305175781,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":800353.1119823456,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":800553.1120300293,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":800803.4119606018,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/proxy-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":801141.8118476868,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/proxy-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":801515.4118537903,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/api.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":801951.8120288849,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/api.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":802239.7119998932,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cookies.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":802684.711933136,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cookies.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":803058.2120418549,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/filereader.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":803672.8119850159,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/filereader.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":804133.0120563507,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":805029.8118591309,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":805532.5119495392,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/diagnostics-channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":805981.8120002747,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/diagnostics-channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":806421.1118221283,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/websocket.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":807668.2119369507,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/websocket.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":808503.3118724823,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/content-type.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":808857.6118946075,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/content-type.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":809092.0119285583,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":809807.8119754791,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":809985.6119155884,"name":"findSourceFile","dur":17.199993133544922,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":809003.2119750977,"name":"findSourceFile","dur":1055.0000667572021,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":810513.5118961334,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/interceptors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":810792.0119762421,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/interceptors.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":756475.3110408783,"name":"findSourceFile","dur":54909.400939941406,"args":{"fileName":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":749440.4108524323,"name":"findSourceFile","dur":62304.80098724365,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":811996.8118667603,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/async_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":813461.2119197845,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/async_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":814251.5120506287,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":825386.9118690491,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":813687.8118515015,"name":"findSourceFile","dur":12198.301076889038,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":826206.512928009,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":839163.6128425598,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":826014.8129463196,"name":"findSourceFile","dur":13705.49988746643,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":840011.2128257751,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":845028.2130241394,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":839841.8128490448,"name":"findSourceFile","dur":5883.5999965667725,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":846040.1129722595,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/console.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":847905.8129787445,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/console.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":848456.8128585815,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/constants.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":848753.4129619598,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/constants.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":849645.9128856659,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":868292.5128936768,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":849307.7130317688,"name":"findSourceFile","dur":19397.300004959106,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":868912.2128486633,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":872844.1128730774,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":868787.8129482269,"name":"findSourceFile","dur":4432.899951934814,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":873450.4129886627,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/diagnostics_channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":875942.412853241,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/diagnostics_channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":876551.3129234314,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":884858.3128452301,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":876279.6130180359,"name":"findSourceFile","dur":8928.699970245361,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":885642.1129703522,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":888472.512960434,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":889077.4128437042,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":890495.8138465881,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":888949.6128559113,"name":"findSourceFile","dur":1774.6009826660156,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":890943.7139034271,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dom-events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":892085.9138965607,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dom-events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":893059.7138404846,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":897443.913936615,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":898491.6138648987,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":920566.4138793945,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":897762.913942337,"name":"findSourceFile","dur":23376.30009651184,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":921465.6138420105,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":927356.9140434265,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":928320.8138942719,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":940609.4138622284,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":928115.0138378143,"name":"findSourceFile","dur":12830.2001953125,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":941290.2138233185,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":955405.7149887085,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":941061.7139339447,"name":"findSourceFile","dur":14797.701120376587,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":956113.9149665833,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/https.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":958856.9149971008,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/https.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":959413.3150577545,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":967502.6149749756,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":959181.1149120331,"name":"findSourceFile","dur":8620.700120925903,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":968046.215057373,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/module.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":968943.1149959564,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/module.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":969407.8149795532,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":973032.8149795532,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":969245.6150054932,"name":"findSourceFile","dur":4077.4998664855957,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":973561.2149238586,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/os.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":975141.11495018,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/os.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":975434.1149330139,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/path.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":975979.514837265,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/path.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":988383.6150169373,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":989572.6149082184,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":976170.6149578094,"name":"findSourceFile","dur":13639.899969100952,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":990279.8149585724,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":992782.4149131775,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":989914.0150547028,"name":"findSourceFile","dur":3167.59991645813,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":993301.31483078,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/punycode.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":993695.8148479462,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/punycode.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":993986.7148399353,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/querystring.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":994385.8149051666,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/querystring.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":994647.5148200989,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":996207.2148323059,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":996873.7149238586,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":997331.5148353577,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":997789.4148826599,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":999876.3148784637,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":997689.4149780273,"name":"findSourceFile","dur":2560.6000423431396,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1000495.2149391174,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1006354.1150093079,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1007078.2148838043,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1007469.9149131775,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1007811.8150234222,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/consumers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1008038.614988327,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/consumers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1008378.114938736,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/web.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1009711.2150192261,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/web.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1010019.3150043488,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1010368.4148788452,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1009905.8148860931,"name":"findSourceFile","dur":693.7000751495361,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1010854.9149036407,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/test.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1013975.5148887634,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/test.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1014673.0148792267,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1015871.0148334503,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1017096.9150066376,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1017461.8148803711,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1017837.3148441315,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1021371.7160224915,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1017712.014913559,"name":"findSourceFile","dur":4185.701131820679,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1022152.0159244537,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/trace_events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1022657.9158306122,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/trace_events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1022875.6158351898,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tty.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1023522.2158432007,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tty.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1023877.415895462,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/url.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1025828.2158374786,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/url.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1026385.4160308838,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1030708.7159156799,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1026220.4158306122,"name":"findSourceFile","dur":4810.200214385986,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1031230.3159236908,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/v8.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1032567.0158863068,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/v8.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1032878.9160251617,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/vm.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1034281.7158699036,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/vm.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1034661.3159179688,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/wasi.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1035626.6160011292,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/wasi.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1036043.4160232544,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/worker_threads.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1039306.5159320831,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/worker_threads.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1040040.7159328461,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1043745.4159259796,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1039909.0158939362,"name":"findSourceFile","dur":4126.100063323975,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts","fileIncludeKind":"ReferenceFile"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1044255.1159858704,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.global.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1044385.2159976959,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.global.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1047147.0160484314,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1047463.9158248901,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1048363.9159202576,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1048586.8158340454,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1067840.3160572052,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1068084.4159126282,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1068900.715827942,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1069083.9159488678,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1085465.3170108795,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1085697.1168518066,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1117586.3168239594,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1117852.9169559479,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1120507.9169273376,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1144559.8168373108,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1145558.81690979,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1146510.7169151306,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1150655.8179855347,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1151020.318031311,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1147180.6168556213,"name":"findSourceFile","dur":3952.4011611938477,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1118355.7169437408,"name":"findSourceFile","dur":32894.30093765259,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1152359.0178489685,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1155116.2178516388,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1155927.8178215027,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.collection.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1156635.3180408478,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.collection.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1157589.2179012299,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1159426.9180297852,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1159672.31798172,"name":"resolveLibrary","dur":390.79999923706055,"args":{"resolveFrom":"/home/hw/projects/tracer/playground/__lib_node_modules_lookup_lib.es2015.symbol.d.ts__.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1160697.1180438995,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1161067.4178600311,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1157305.517911911,"name":"findSourceFile","dur":3893.5000896453857,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1161849.417924881,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.generator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1162253.6180019379,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.generator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1162934.417963028,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1163302.5178909302,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1164119.4179058075,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.proxy.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1164655.1179885864,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.proxy.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1165500.1180171967,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.reflect.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1165905.8179855347,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.reflect.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1166824.6178627014,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1168072.5178718567,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1086131.8168640137,"name":"findSourceFile","dur":82097.40114212036,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1169078.017950058,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.array.include.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1169375.0178813934,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.array.include.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1170317.9178237915,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1170572.61800766,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1069450.8159160614,"name":"findSourceFile","dur":101238.80195617676,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1171244.0178394318,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1171625.1180171967,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1172316.517829895,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1172923.6178398132,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1173733.8180541992,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1173918.0178642273,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1174371.5178966522,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1174574.9180316925,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1175196.4180469513,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.typedarrays.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1175389.718055725,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.typedarrays.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1175928.1179904938,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1176097.9180335999,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1068670.415878296,"name":"findSourceFile","dur":107480.20195960999,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1176788.918018341,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asynciterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1177263.0178928375,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asynciterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1178031.8179130554,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asyncgenerator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1178424.017906189,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asyncgenerator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1179186.418056488,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1179381.7179203033,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1179850.7180213928,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1180160.3178977966,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1179696.2180137634,"name":"findSourceFile","dur":560.2998733520508,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1180700.1178264618,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1181089.917898178,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1049076.3158798218,"name":"findSourceFile","dur":132112.202167511,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1181653.6178588867,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1182237.9179000854,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1183153.6178588867,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1183403.6178588867,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1183977.4179458618,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1184140.6178474426,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1184647.4180221558,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1184796.1180210114,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1185390.8178806305,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1185571.4180469513,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1047987.4160289764,"name":"findSourceFile","dur":137645.30181884766,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1186435.7178211212,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.bigint.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1187947.8180408478,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.bigint.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1188766.1180496216,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1189570.1179504395,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1190112.2179031372,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1190304.0180206299,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1189983.118057251,"name":"findSourceFile","dur":439.0997886657715,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1191012.4180316925,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.number.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1191178.4179210663,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.number.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1191690.1178359985,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1191933.117866516,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1192521.5179920197,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1192848.0179309845,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1193875.2179145813,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1194232.5179576874,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1194927.2179603577,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1195161.6179943085,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1045509.7160339355,"name":"findSourceFile","dur":149817.9018497467,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1195865.417957306,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.esnext.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1196008.218050003,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.esnext.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":742094.810962677,"name":"findSourceFile","dur":453996.3068962097,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":742068.3109760284,"name":"processTypeReferenceDirective","dur":454067.60692596436,"args":{"directive":"node","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1196276.517868042,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/normalize-package-data/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1196559.3178272247,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/normalize-package-data/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1196780.6179523468,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/resolve/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1197532.5179100037,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/resolve/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1197756.017923355,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1198263.6179924011,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1198500.2179145813,"name":"resolveModuleNamesWorker","dur":2481.800079345703,"args":{"containingFileName":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1201217.917919159,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/parse.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1201423.218011856,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/parse.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1201885.8180046082,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/semver.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1202399.1179466248,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/semver.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1202840.2178287506,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1203023.118019104,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1203301.5179634094,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/clean.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1203451.318025589,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/clean.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1203650.918006897,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/inc.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1203852.017879486,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/inc.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1204125.3180503845,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/diff.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1204280.3180217743,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/diff.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1204503.7178993225,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/major.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1204654.2179584503,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/major.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1204964.318037033,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/minor.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1205150.0179767609,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/minor.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1205435.518026352,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1205594.017982483,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1205954.3180465698,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/prerelease.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1206149.9178409576,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/prerelease.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1206424.6180057526,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1206618.017911911,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1206937.9179477692,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rcompare.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1207132.117986679,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rcompare.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1207399.5180130005,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-loose.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1207557.21783638,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-loose.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1207759.3178749084,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-build.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1207935.8179569244,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-build.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1208205.7180404663,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/sort.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1208367.7179813385,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/sort.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1208590.3179645538,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rsort.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1208898.2179164886,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rsort.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1209202.6178836823,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gt.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1209366.1179542542,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gt.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1209595.0179100037,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lt.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1209750.617980957,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lt.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1209969.4180488586,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1210352.9179096222,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1209894.817829132,"name":"findSourceFile","dur":815.000057220459,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1210948.4179019928,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/neq.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1211141.3178443909,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/neq.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1211504.7178268433,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gte.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1211669.517993927,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gte.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1211900.0179767609,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lte.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1212063.5180473328,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lte.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1212327.218055725,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/cmp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1212519.3178653717,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/cmp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1212782.7188968658,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/coerce.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1212940.7188892365,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/coerce.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1213202.1188735962,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1213371.9189167023,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1220625.718832016,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/range.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1220971.0190296173,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/range.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1221367.2189712524,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/comparator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1221583.219051361,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/comparator.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1213122.7190494537,"name":"findSourceFile","dur":8685.399770736694,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts","fileIncludeKind":"Import"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1222012.7189159393,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/max-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1222197.0188617706,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/max-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1222581.4189910889,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1222846.8189239502,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1223140.2189731598,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/to-comparators.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1223298.7189292908,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/to-comparators.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1223509.3188285828,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-version.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1223664.9188995361,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-version.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1223908.9188575745,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1224064.4190311432,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1224293.818950653,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/outside.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1224461.019039154,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/outside.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1224686.9189739227,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/gtr.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1224842.0188426971,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/gtr.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1225091.2189483643,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/ltr.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1225250.5190372467,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/ltr.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1225479.2189598083,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/intersects.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1225629.5189857483,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/intersects.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1225834.2189788818,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/simplify.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1225987.8189563751,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/simplify.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1226203.0189037323,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/subset.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1226351.6190052032,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/subset.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1226626.5189647675,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/internals/identifiers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1227201.1189460754,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/internals/identifiers.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1197659.0180397034,"name":"findSourceFile","dur":29663.00082206726,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1197645.8179950714,"name":"processTypeReferenceDirective","dur":29723.30093383789,"args":{"directive":"semver","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1229750.5190372467,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1305184.6199035645,"name":"createSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1227469.81883049,"name":"findSourceFile","dur":77923.30121994019,"args":{"fileName":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts","fileIncludeKind":"AutomaticTypeDirectiveFile"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1227461.9188308716,"name":"processTypeReferenceDirective","dur":77985.60118675232,"args":{"directive":"vscode","hasResolved":true,"refKind":8}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":448490.2069568634,"name":"processTypeReferences","dur":856991.8129444122,"args":{"count":42}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1306174.5200157166,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1306344.820022583,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1306732.4199676514,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1306850.5198955536,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1308709.619998932,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1309027.0199775696,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1309459.419965744,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1309621.819972992,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1310044.9199676514,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1310413.1200313568,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1309945.2199935913,"name":"findSourceFile","dur":534.2998504638672,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1310952.8198242188,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1311596.9200134277,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1306651.8199443817,"name":"findSourceFile","dur":5105.900049209595,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts","isDefaultLib":true,"fileIncludeKind":"LibReferenceDirective"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1312180.3200244904,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1312487.319946289,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1312907.2198867798,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.error.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1313190.819978714,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.error.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1313614.019870758,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1313948.3199119568,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1314383.719921112,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1314536.4198684692,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1314909.2199802399,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1315115.5200004578,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1315520.220041275,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1315669.5199012756,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"parse","ts":1316118.819952011,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"parse","ts":1316357.7198982239,"name":"createSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"program","ts":1306003.6199092865,"name":"findSourceFile","dur":10444.200038909912,"args":{"fileName":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts","isDefaultLib":true,"fileIncludeKind":"LibFile"}}, +{"pid":1,"tid":1,"ph":"E","cat":"program","ts":1322524.2199897766,"name":"createProgram","args":{"configFilePath":"/home/hw/projects/tracer/playground/tsconfig.json"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1332379.6198368073,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1360433.5210323334,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1360859.1208457947,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361043.2209968567,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361129.2209625244,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361163.8209819794,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361198.2209682465,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361226.9208431244,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361259.2208385468,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361287.3208522797,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361314.220905304,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361343.9209461212,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361371.320962906,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361399.220943451,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361428.5209178925,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361459.0208530426,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361530.9209823608,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1361575.4208564758,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1361614.3209934235,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1363633.9209079742,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1363768.5208320618,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.collection.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1364801.4209270477,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.collection.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1364886.4209651947,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.generator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1365627.7208328247,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.generator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1365717.2210216522,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1367790.8208370209,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1367852.3209095001,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1368163.1209850311,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1368209.3210220337,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.proxy.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1368736.5210056305,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.proxy.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1368794.821023941,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.reflect.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1370011.920928955,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.reflect.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1370078.0210494995,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1370186.2208843231,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1370222.720861435,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1371293.720960617,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1371354.1209697723,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.array.include.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1371710.7210159302,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.array.include.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1371760.421037674,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1372072.921037674,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1372124.3209838867,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1372200.3209590912,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1372322.3209381104,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1372503.8208961487,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1372646.8210220337,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1373310.5208873749,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1373374.820947647,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1373446.9208717346,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1373474.920988083,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1373787.0209217072,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1373843.6210155487,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.typedarrays.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1373975.0208854675,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.typedarrays.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1374009.5210075378,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asyncgenerator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1374254.8208236694,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asyncgenerator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1374291.3210391998,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asynciterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1374461.8208408356,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asynciterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1374496.0210323334,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1375293.1208610535,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1375357.6209545135,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1375435.320854187,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1375464.1208648682,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1375637.8209590912,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1375698.2209682465,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1376176.2208938599,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1376225.520849228,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1376342.0209884644,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1376380.620956421,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1376435.4209899902,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1376460.921049118,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1376500.62084198,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1376526.9210338593,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1376688.12084198,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1376728.420972824,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.bigint.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1379210.7210159302,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.bigint.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1379290.4210090637,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1379396.1210250854,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1379427.8209209442,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1379652.2209644318,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1379699.1209983826,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1380060.0209236145,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1380111.1209392548,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1380214.320898056,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1380247.1208572388,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1380309.420824051,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1380336.4210128784,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1382310.1208209991,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1382437.0210170746,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.number.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1382504.0209293365,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.number.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1382532.6209068298,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1382696.2208747864,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1382726.0210514069,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1382801.020860672,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1382827.9209136963,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1383011.6209983826,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1383046.3209152222,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1383621.2208271027,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1383671.1208820343,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1383893.7208652496,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1383927.6208877563,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.error.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1384235.4209423065,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.error.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1384267.7209377289,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1384593.3208465576,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1384632.621049881,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1384679.5208454132,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1384704.6208381653,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1384917.1209335327,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1384998.5208511353,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1385048.1209754944,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1385074.7208595276,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1385164.5209789276,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1385192.020893097,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.esnext.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1385240.3209209442,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.esnext.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1385267.2209739685,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1386083.72092247,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1386146.6209888458,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1386273.8208770752,"name":"bindSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1386306.3209056854,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1387970.7210063934,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1388050.8208274841,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1395305.5210113525,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1395405.2209854126,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1398076.621055603,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1398171.2210178375,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1398882.8208446503,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1398959.2208862305,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-brush/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1399616.821050644,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-brush/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1399708.920955658,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1400840.9209251404,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1400916.720867157,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1402007.7209472656,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1402391.8209075928,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/geojson/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1403349.5209217072,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/geojson/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1403667.9208278656,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1404473.021030426,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1404775.92086792,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-delaunay/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1406338.82188797,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-delaunay/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1406752.8219223022,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dispatch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1407200.021982193,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dispatch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1407476.0220050812,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1408441.9219493866,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1408943.8219070435,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dsv/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1409912.0218753815,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dsv/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1410291.522026062,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1411119.6219921112,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1411526.8218517303,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-fetch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1412358.7219715118,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-fetch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1412734.3218326569,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1414614.4218444824,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1414952.4219036102,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1415893.0218219757,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1416243.0219650269,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1418397.1219062805,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1418712.5220298767,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1420542.6218509674,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1420967.2219753265,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-interpolate/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1422137.2220516205,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-interpolate/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1422607.1219444275,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-path/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1423134.421825409,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-path/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1423513.8218402863,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-polygon/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1423992.6218986511,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-polygon/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1424370.421886444,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-quadtree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1425251.02186203,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-quadtree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1425635.2219581604,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1426326.2219429016,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1426702.821969986,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1427647.0220088959,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1428050.7218837738,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1430186.2218379974,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1430578.6218643188,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale-chromatic/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1431467.2219753265,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale-chromatic/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1431562.3219013214,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1442634.5219612122,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1442776.121854782,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1443021.9218730927,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1443110.3219985962,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-timer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1443295.7220077515,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-timer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1443392.7218914032,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1444093.0218696594,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1444181.7219257355,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-zoom/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1445180.9220314026,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-zoom/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1445277.1220207214,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1445639.0218734741,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1445738.522052765,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/helpers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1445828.3219337463,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/helpers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1445892.1220302582,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/estree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1451637.3219490051,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/estree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1451760.822057724,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1453495.1219558716,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1453624.1219043732,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1462797.2218990326,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1462938.4219646454,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/unist/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1463136.7218494415,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/unist/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1463228.3220291138,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1463777.1220207214,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1464239.4218444824,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1466602.2219657898,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1467138.622045517,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert/strict.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1468150.4218578339,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert/strict.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1468260.7219219208,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1469544.2218780518,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1469641.0219669342,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/header.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1469696.7220306396,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/header.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1469759.3219280243,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/readable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1469954.0219306946,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/readable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1470039.521932602,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1470307.4219226837,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1470409.5220565796,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1471720.4229831696,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1471831.923007965,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1472257.5228214264,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1472341.0229682922,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1472752.4230480194,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1473044.0230369568,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1473787.4228954315,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1474065.822839737,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1475116.1229610443,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1475412.0228290558,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1478431.0228824615,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1478771.5229988098,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1479376.8229484558,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1479951.1229991913,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-origin.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1480446.1228847504,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-origin.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1480870.2230453491,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool-stats.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1481390.422821045,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool-stats.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1481826.022863388,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1482450.623035431,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1482889.2228603363,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/handlers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1483398.6229896545,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/handlers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1483834.0229988098,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/balanced-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1484406.0230255127,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/balanced-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1484726.8228530884,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1484915.7228469849,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1485002.0229816437,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-interceptor.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1485449.522972107,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-interceptor.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1485536.3228321075,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1485856.6229343414,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1485956.022977829,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-client.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1486189.8229122162,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-client.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1486301.4228343964,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1486521.0230350494,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1486710.322856903,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1486921.422958374,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1487013.522863388,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/proxy-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1487185.0228309631,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/proxy-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1487272.1228599548,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/api.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1487439.9230480194,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/api.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1487522.822856903,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cookies.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1487646.4228630066,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cookies.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1487740.9229278564,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1487974.7228622437,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1488058.8228702545,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/filereader.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1488300.6229400635,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/filereader.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1488386.7230415344,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/diagnostics-channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1488757.8229904175,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/diagnostics-channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1488831.022977829,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/websocket.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1489272.6228237152,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/websocket.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1489346.3230133057,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/content-type.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1489436.4228248596,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/content-type.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1489503.2229423523,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1489690.222978592,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1489757.022857666,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/interceptors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1489816.0228729248,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/interceptors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1489877.522945404,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1490437.3228549957,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1490522.423028946,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1492208.7228298187,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1492362.0228767395,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/async_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1492807.2228431702,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/async_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1492911.7228984833,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1494998.023033142,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1495109.5230579376,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1498092.922925949,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1498177.1228313446,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1499694.6229934692,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1499768.322944641,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/console.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1500336.0228538513,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/console.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1500441.123008728,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/constants.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1500677.7229309082,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/constants.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1500771.122932434,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1508991.9228553772,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1509176.3229370117,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1510221.7228412628,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1510328.222990036,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/diagnostics_channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1510668.823003769,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/diagnostics_channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1510793.5228347778,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1512287.722826004,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1512385.8230113983,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1512940.5229091644,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1513041.923046112,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1513171.3228225708,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1513256.8228244781,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dom-events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1513692.9228305817,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dom-events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1513814.5229816437,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1514984.8229885101,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1515109.722852707,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1534621.5229034424,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1535186.6228580475,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1536652.7240276337,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1537108.1240177155,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1540164.7238731384,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1540678.9238452911,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1546037.2240543365,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1546178.6239147186,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/https.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1547418.4238910675,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/https.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1547513.8239860535,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1552466.2239551544,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1552598.1240272522,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/module.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1553068.0239200592,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/module.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1553160.323858261,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1554544.224023819,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1554638.2238864899,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/os.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1555614.6240234375,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/os.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1555724.123954773,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/path.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1555954.8239707947,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/path.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1556085.5238437653,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1556660.323858261,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1556759.0239048004,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1558238.823890686,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1558334.4240188599,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/punycode.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1558431.0238361359,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/punycode.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1558517.9238319397,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/querystring.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1558642.0240402222,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/querystring.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1558726.723909378,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1559343.8239097595,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1559432.224035263,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1559636.4238262177,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1559726.923942566,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1560505.5239200592,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1560620.323896408,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1565079.7238349915,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1565200.3238201141,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1565401.023864746,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1565488.224029541,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/consumers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1565608.423948288,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/consumers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1565674.823999405,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/web.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1566331.0239315033,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/web.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1566429.42404747,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1566505.2239894867,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1566593.1239128113,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/test.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1568205.8238983154,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/test.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1568310.1239204407,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1568709.7239494324,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1568800.6238937378,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1568906.5239429474,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1568973.6239910126,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1570216.824054718,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1570314.1238689423,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/trace_events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1570394.9239253998,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/trace_events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1570457.9238891602,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tty.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1570785.6240272522,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tty.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1570834.4240188599,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/url.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1571281.5239429474,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/url.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1571354.6240329742,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1573197.6239681244,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1573300.1239299774,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/v8.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1573858.8240146637,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/v8.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1573956.8238258362,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/vm.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1574421.4239120483,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/vm.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1574498.123884201,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/wasi.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1574801.7239570618,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/wasi.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1574890.4240131378,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/worker_threads.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1576299.3240356445,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/worker_threads.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1576378.6239624023,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1584647.624015808,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1584790.0240421295,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.global.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1584834.9239826202,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.global.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1584866.024017334,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1584889.0240192413,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1584949.723958969,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/normalize-package-data/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1585209.223985672,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/normalize-package-data/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1585296.9238758087,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/resolve/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1585677.0238876343,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/resolve/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1585764.5239830017,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/semver.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1585895.1239585876,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/semver.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1585979.3238639832,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/parse.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586031.3239097595,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/parse.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586091.6240215302,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586203.5238742828,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586264.6238803864,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/clean.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586308.2239627838,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/clean.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586334.1238498688,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/inc.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586416.3239002228,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/inc.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586499.423980713,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/diff.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586555.223941803,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/diff.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586616.024017334,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/major.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586674.4239330292,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/major.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586735.8238697052,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/minor.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586780.2238464355,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/minor.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586804.6238422394,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586842.7238464355,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1586902.2238254547,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/prerelease.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1586949.2239952087,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/prerelease.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587009.9239349365,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587095.1240062714,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587186.723947525,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rcompare.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587237.0238304138,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rcompare.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587263.023853302,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-loose.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587306.0238361359,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-loose.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587330.4238319397,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-build.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587421.7238426208,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-build.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587504.1239261627,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/sort.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587555.3238391876,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/sort.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587614.5238876343,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rsort.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587667.223930359,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rsort.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587728.1239032745,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gt.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587773.6239433289,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gt.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587839.1239643097,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lt.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1587884.7239017487,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lt.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1587945.2240467072,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588025.624036789,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588085.5238437653,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/neq.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588164.0238761902,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/neq.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588250.2238750458,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gte.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588297.7240085602,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gte.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588357.624053955,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lte.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588402.5239944458,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lte.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588427.42395401,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/cmp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588471.923828125,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/cmp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588532.3238372803,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/coerce.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588578.323841095,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/coerce.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588637.7239227295,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/comparator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588733.1240177155,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/comparator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588823.7240314484,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/range.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1588907.3238372803,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/range.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1588989.5238876343,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589037.724018097,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589097.5239276886,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/max-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589153.1238555908,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/max-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589213.9239311218,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589280.3239822388,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589341.6240215302,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/to-comparators.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589385.9238624573,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/to-comparators.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589411.1239910126,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-version.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589453.4239768982,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-version.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589511.323928833,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589557.9240322113,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589618.0238723755,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/outside.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589779.4239521027,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/outside.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589840.8238887787,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/gtr.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589888.524055481,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/gtr.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1589948.7240314484,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/ltr.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1589999.9239444733,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/ltr.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1590060.024023056,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/intersects.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1590105.3240299225,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/intersects.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1590165.1239395142,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/simplify.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1590212.1238708496,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/simplify.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1590271.4240550995,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/subset.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1590316.1239624023,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/subset.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1590376.123905182,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/internals/identifiers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1590438.2238388062,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/internals/identifiers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1590499.1240501404,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1590959.6240520477,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"bind","ts":1591067.9240226746,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"bind","ts":1606418.8249111176,"name":"bindSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1614034.6250534058,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1658079.2248249054,"name":"checkExpression","dur":3491.50013923645,"args":{"kind":213,"pos":1052,"end":1100,"path":"/home/hw/projects/tracer/playground/index.ts","results":{"typeId":321,"uninstantiatedTypeId":321}}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1656702.224969864,"name":"checkVariableDeclaration","dur":5052.999973297119,"args":{"kind":260,"pos":1036,"end":1100,"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1668644.2258358002,"name":"checkExpression","dur":1593.3001041412354,"args":{"kind":213,"pos":1470,"end":1506,"path":"/home/hw/projects/tracer/playground/index.ts","results":{"typeId":433,"uninstantiatedTypeId":433}}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1668494.9259757996,"name":"checkVariableDeclaration","dur":1915.799856185913,"args":{"kind":260,"pos":1454,"end":1506,"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1677881.8259239197,"name":"checkExpression","dur":20510.600090026855,"args":{"kind":213,"pos":1647,"end":1684,"path":"/home/hw/projects/tracer/playground/index.ts","results":{"typeId":481,"uninstantiatedTypeId":481}}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1677708.5258960724,"name":"checkVariableDeclaration","dur":21252.300024032593,"args":{"kind":260,"pos":1630,"end":1684,"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"check","ts":1699834.725856781,"name":"checkDeferredNode","dur":546.6001033782959,"args":{"kind":234,"pos":882,"end":1030,"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1701522.9258537292,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"emit","ts":1702359.9259853363,"name":"emit","args":{}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703009.526014328,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703281.2259197235,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703423.7258434296,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703451.6258239746,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703473.0260372162,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703492.1259880066,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703510.9260082245,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703529.6258926392,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703547.7259159088,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703565.925836563,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703594.025850296,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703613.2259368896,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703635.125875473,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703654.2258262634,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703673.5260486603,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703692.4259662628,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703846.7259407043,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703893.3260440826,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703923.5260486603,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703944.9260234833,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703962.7258777618,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.collection.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1703980.6258678436,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.collection.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1703996.925830841,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.generator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704015.0258541107,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.generator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704031.3260555267,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704048.8259792328,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704064.9259090424,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704082.4258327484,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704098.7260341644,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.proxy.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704116.0259246826,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.proxy.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704132.32588768,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.reflect.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704149.8260498047,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.reflect.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704166.6259765625,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704183.9258670807,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704200.8259296417,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704224.4260311127,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704241.7259216309,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.array.include.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704259.6259117126,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.array.include.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704341.0258293152,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704375.3259181976,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2016.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704394.9258327484,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704413.1259918213,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704429.7258853912,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704447.5259780884,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704463.625907898,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704481.125831604,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704497.2259998322,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704515.125989914,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704530.925989151,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704547.9259490967,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704563.8258457184,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.typedarrays.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704581.025838852,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.typedarrays.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704596.7259407043,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asyncgenerator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704614.1259670258,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asyncgenerator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704629.8258304596,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asynciterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704647.3259925842,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.asynciterable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704663.526058197,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704680.9258460999,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704696.6259479523,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704714.4260406494,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704762.7258300781,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704792.2258377075,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2018.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704809.5259666443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704827.425956726,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704844.025850296,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704861.125946045,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704877.5260448456,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704894.3259716034,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704910.1259708405,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704927.5259971619,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.symbol.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704943.4258937836,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704960.2258205414,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1704976.5260219574,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.bigint.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1704993.4258460999,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.bigint.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705009.6259117126,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705027.3258686066,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.date.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705043.3259010315,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705060.4259967804,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705076.6258239746,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705093.7259197235,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705109.9259853363,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705127.2258758545,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705143.3260440826,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705160.425901413,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705181.9260120392,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705199.3260383606,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705215.9259319305,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.number.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705233.0260276794,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.number.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705249.6259212494,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705267.2259807587,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.promise.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705344.326019287,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705379.725933075,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705399.0259170532,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705418.2260036469,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.weakref.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705434.7259998322,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705452.625989914,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705469.225883484,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705487.025976181,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.array.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705503.1259059906,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.error.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705520.6258296967,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.error.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705536.7259979248,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705554.326057434,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705570.5258846283,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705588.3259773254,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.object.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705604.7258377075,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705621.7260360718,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.sharedmemory.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705638.0259990692,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705654.7260284424,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705671.0259914398,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705694.7259902954,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.regexp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705711.3258838654,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.esnext.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705728.7259101868,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.esnext.intl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705745.5258369446,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705768.9259052277,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705785.8259677887,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705810.0259304047,"name":"checkSourceFile","args":{"path":"/home/hw/projects/TypeScript/lib/lib.decorators.legacy.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705831.925868988,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705854.5260429382,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/playground/index.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705871.526002884,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705890.8259868622,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-array/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705907.2258472443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705926.8260002136,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-selection/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705943.2258605957,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705960.1259231567,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-axis/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1705975.8260250092,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-brush/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1705992.9258823395,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-brush/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706008.425951004,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706025.326013565,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-chord/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706041.32604599,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706058.2258701324,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-color/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706073.725938797,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/geojson/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706091.425895691,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/geojson/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706107.6259613037,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706129.4260025024,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-contour/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706145.525932312,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-delaunay/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706162.425994873,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-delaunay/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706178.3258914948,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dispatch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706202.8260231018,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dispatch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706219.7258472443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706465.9259319305,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-drag/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706496.6259002686,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dsv/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706516.9260501862,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-dsv/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706533.525943756,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706550.9259700775,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-ease/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706567.4259662628,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-fetch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706585.625886917,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-fetch/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706602.2260189056,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706619.626045227,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-force/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706636.225938797,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706659.9259376526,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706676.6259670258,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706694.4258213043,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-geo/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706713.42587471,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706731.5258979797,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-hierarchy/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706748.4259605408,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-interpolate/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706765.725851059,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-interpolate/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706782.5260162354,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-path/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706810.0259304047,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-path/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706827.0258903503,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-polygon/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706844.025850296,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-polygon/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706860.5258464813,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-quadtree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706877.5260448456,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-quadtree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706894.026041031,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706911.6258621216,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-random/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706928.8258552551,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706947.4258422852,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706964.3259048462,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1706981.9259643555,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1706998.6259937286,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale-chromatic/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707016.02602005,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-scale-chromatic/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707032.8259468079,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707050.4260063171,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-shape/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707066.8258666992,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707084.5258235931,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-time-format/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707100.9259223938,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-timer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707118.2260513306,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-timer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707134.9258422852,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707152.4260044098,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-transition/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707169.126033783,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-zoom/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707186.3260269165,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3-zoom/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707207.0260047913,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707225.8260250092,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/d3/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707243.4258460999,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/helpers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707321.5260505676,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/helpers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707346.025943756,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/estree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707365.926027298,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/estree/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707383.8260173798,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707402.3258686066,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/json-schema/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707419.6259975433,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707438.0259513855,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/eslint/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707454.8258781433,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/unist/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707472.0258712769,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/unist/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707488.3258342743,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707505.5258274078,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/mdast/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707529.1259288788,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707554.025888443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707572.2260475159,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert/strict.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707590.826034546,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/assert/strict.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707607.8259944916,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707625.6258487701,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/buffer/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707642.5259113312,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/header.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707660.6259346008,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/header.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707677.325963974,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/readable.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707695.025920868,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/readable.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707717.9260253906,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707737.1258735657,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/file.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707754.8258304596,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707773.5259532928,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/fetch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707790.825843811,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707809.7259998322,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/formdata.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707826.9259929657,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707845.3259468079,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/connector.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707862.625837326,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707880.625963211,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/client.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707898.125886917,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707915.825843811,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707932.92593956,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707950.8259296417,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1707968.2259559631,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1707986.7260456085,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-dispatcher.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708004.2259693146,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-origin.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708022.7258205414,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/global-origin.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708040.0259494781,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool-stats.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708058.6259365082,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool-stats.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708075.6258964539,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708093.7259197235,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708111.0260486603,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/handlers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708211.3258838654,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/handlers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708241.0259246826,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/balanced-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708321.0258483887,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/balanced-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708348.7260341644,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708369.0259456635,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708387.125968933,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-interceptor.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708405.62582016,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-interceptor.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708423.1259822845,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708440.7260417938,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708458.2259654999,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-client.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708475.9259223938,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-client.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708492.8259849548,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708510.2260112762,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-pool.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708526.8259048462,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708544.4259643555,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/mock-errors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708561.625957489,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/proxy-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708579.2260169983,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/proxy-agent.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708596.025943756,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/api.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708613.6260032654,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/api.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708630.825996399,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cookies.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708648.2260227203,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cookies.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708664.9260520935,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708682.5258731842,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708699.4259357452,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/filereader.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708724.1258621216,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/filereader.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708741.7259216309,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/diagnostics-channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708760.0259780884,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/diagnostics-channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708776.7260074615,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/websocket.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708794.52586174,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/websocket.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708812.0260238647,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/content-type.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708830.1260471344,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/content-type.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708847.12600708,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708864.4258975983,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/cache.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708881.0260295868,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/interceptors.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708898.9260196686,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/interceptors.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708915.7259464264,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708933.3260059357,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/undici-types/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708949.9258995056,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1708967.525959015,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1708984.3258857727,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/async_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709002.2258758545,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/async_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709019.026041031,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709036.1258983612,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/buffer.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709053.0259609222,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709070.8260536194,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/child_process.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709087.826013565,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709105.2260398865,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/cluster.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709125.825881958,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/console.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709143.0258750916,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/console.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709159.826040268,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/constants.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709177.325963974,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/constants.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709194.0259933472,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709211.2259864807,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/crypto.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709228.0259132385,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709323.4260082245,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dgram.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709345.9260463715,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/diagnostics_channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709402.025938034,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/diagnostics_channel.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709421.725988388,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709442.1260356903,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709459.3260288239,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709477.5259494781,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dns/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709494.626045227,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709512.7258300781,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/domain.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709529.5259952545,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dom-events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709558.7258338928,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/dom-events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709576.8258571625,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709593.8260555267,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709610.6259822845,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709627.9258728027,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709644.9258327484,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709663.1259918213,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/fs/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709685.525894165,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709702.7258872986,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709719.1259860992,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709735.8260154724,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/http2.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709752.825975418,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/https.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709770.1258659363,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/https.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709786.7259979248,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709805.4258823395,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/inspector.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709822.5259780884,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/module.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709839.9260044098,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/module.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709856.626033783,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709873.9259243011,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/net.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709890.4259204865,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/os.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709907.62591362,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/os.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1709924.1259098053,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/path.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1709971.3258743286,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/path.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710004.0259361267,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710023.9260196686,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/perf_hooks.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710041.8260097504,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710060.0259304047,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/process.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710077.0258903503,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/punycode.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710094.8259830475,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/punycode.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710111.5260124207,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/querystring.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710128.8259029388,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/querystring.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710151.0260105133,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710168.1258678436,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710184.2260360718,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710201.1258602142,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/readline/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710217.4258232117,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710235.1260185242,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/repl.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710298.2258796692,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710327.0258903503,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710345.12591362,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710363.72590065,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710380.2258968353,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/consumers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710397.1259593964,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/consumers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710413.7258529663,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/web.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710431.625843048,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/stream/web.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710448.0259418488,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710465.2259349823,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/string_decoder.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710481.7259311676,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/test.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710498.9259243011,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/test.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710515.9258842468,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710532.8259468079,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710549.1259098053,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710566.3259029388,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/timers/promises.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710583.025932312,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710606.2259674072,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tls.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710623.025894165,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/trace_events.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710639.925956726,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/trace_events.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710656.525850296,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tty.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710674.1259098053,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/tty.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710690.6259059906,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/url.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710713.625907898,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/url.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710745.8260059357,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710766.4258480072,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/util.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710782.9258441925,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/v8.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710800.0259399414,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/v8.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710816.2260055542,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/vm.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710833.2259654999,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/vm.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710850.2259254456,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/wasi.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710867.625951767,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/wasi.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710884.225845337,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/worker_threads.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710901.8259048462,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/worker_threads.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710918.625831604,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710935.525894165,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/zlib.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710952.5258541107,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.global.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1710970.3259468079,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.global.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1710987.4260425568,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711005.3260326385,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/node/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711022.1259593964,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/normalize-package-data/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711044.6259975433,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/normalize-package-data/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711061.8259906769,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/resolve/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711078.6259174347,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/resolve/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711094.9258804321,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/semver.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711112.625837326,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/semver.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711129.1258335114,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/parse.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711146.4259624481,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/parse.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711162.9259586334,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711180.3259849548,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711196.6259479523,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/clean.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711214.1258716583,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/clean.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711230.6258678436,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/inc.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711247.8258609772,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/inc.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711264.2259597778,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/diff.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711281.725883484,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/diff.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711298.8259792328,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/major.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711315.8259391785,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/major.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711332.3259353638,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/minor.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711349.7259616852,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/minor.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711366.4259910583,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711384.0260505676,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/patch.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711400.7258415222,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/prerelease.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711418.3259010315,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/prerelease.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711438.9259815216,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711456.8259716034,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711479.2258739471,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rcompare.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711497.0259666443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rcompare.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711514.3258571625,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-loose.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711615.3259277344,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-loose.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711652.6260375977,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-build.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711674.0260124207,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/compare-build.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711691.3259029388,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/sort.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711708.825826645,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/sort.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711725.525856018,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rsort.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711742.8259849548,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/rsort.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711759.6259117126,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gt.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711776.6258716583,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gt.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711793.4260368347,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lt.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711810.725927353,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lt.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711827.2259235382,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711844.4259166718,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/eq.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711861.0260486603,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/neq.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711878.8259029388,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/neq.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711895.4260349274,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gte.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711912.9259586334,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/gte.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711934.5259666443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lte.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711952.2259235382,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/lte.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1711968.8260555267,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/cmp.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1711985.925912857,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/cmp.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712002.4259090424,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/coerce.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712019.8259353638,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/coerce.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712036.9260311127,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/comparator.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712054.6259880066,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/comparator.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712071.9258785248,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/range.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712089.3259048462,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/classes/range.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712106.125831604,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712123.7258911133,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/functions/satisfies.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712140.4259204865,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/max-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712158.3259105682,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/max-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712175.125837326,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712192.3258304596,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-satisfying.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712208.7259292603,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/to-comparators.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712225.9259223938,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/to-comparators.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712242.625951767,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-version.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712260.325908661,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/min-version.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712276.9260406494,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712294.6259975433,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/valid.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712313.626050949,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/outside.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712335.3259563446,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/outside.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712352.1258831024,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/gtr.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712370.225906372,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/gtr.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712388.1258964539,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/ltr.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712439.5258426666,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/ltr.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712463.42587471,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/intersects.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712481.9259643555,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/intersects.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712498.6259937286,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/simplify.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712517.0259475708,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/simplify.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712534.1260433197,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/subset.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712551.9258975983,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/ranges/subset.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712569.1258907318,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/internals/identifiers.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712586.5259170532,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/internals/identifiers.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712603.7259101868,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712622.0259666443,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/semver/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"B","cat":"check","ts":1712639.925956726,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"E","cat":"check","ts":1712658.1258773804,"name":"checkSourceFile","args":{"path":"/home/hw/projects/tracer/node_modules/@types/vscode/index.d.ts"}}, +{"pid":1,"tid":1,"ph":"X","cat":"emit","ts":1713516.1259174347,"name":"emitJsFileOrBundle","dur":15351.300954818726,"args":{"jsFilePath":"/home/hw/projects/tracer/playground/index.js"}}, +{"pid":1,"tid":1,"ph":"E","cat":"emit","ts":1729184.7269535065,"name":"emit","args":{}} +] diff --git a/playground/traces/types.json b/playground/traces/types.json new file mode 100644 index 0000000..a1bf9e2 --- /dev/null +++ b/playground/traces/types.json @@ -0,0 +1,483 @@ +[{"id":1,"intrinsicName":"any","recursionId":0,"flags":["Any"],"ts":1329411.9198322296}, +{"id":2,"intrinsicName":"any","recursionId":1,"flags":["Any"],"ts":1329429.9199581146}, +{"id":3,"intrinsicName":"any","recursionId":2,"flags":["Any"],"ts":1329433.01987648}, +{"id":4,"intrinsicName":"any","recursionId":3,"flags":["Any"],"ts":1329435.7199668884}, +{"id":5,"intrinsicName":"error","recursionId":4,"flags":["Any"],"ts":1329438.4200572968}, +{"id":6,"intrinsicName":"unresolved","recursionId":5,"flags":["Any"],"ts":1329439.9199485779}, +{"id":7,"intrinsicName":"any","recursionId":6,"flags":["Any"],"ts":1329442.6200389862}, +{"id":8,"intrinsicName":"intrinsic","recursionId":7,"flags":["Any"],"ts":1329444.4198608398}, +{"id":9,"intrinsicName":"unknown","recursionId":8,"flags":["Unknown"],"ts":1329450.3200054169}, +{"id":10,"intrinsicName":"undefined","recursionId":9,"flags":["Undefined"],"ts":1329587.3198509216}, +{"id":11,"intrinsicName":"undefined","recursionId":10,"flags":["Undefined"],"ts":1329607.0199012756}, +{"id":12,"intrinsicName":"undefined","recursionId":11,"flags":["Undefined"],"ts":1329609.719991684}, +{"id":13,"intrinsicName":"null","recursionId":12,"flags":["Null"],"ts":1329611.1199855804}, +{"id":14,"intrinsicName":"string","recursionId":13,"flags":["String"],"ts":1329612.519979477}, +{"id":15,"intrinsicName":"number","recursionId":14,"flags":["Number"],"ts":1329613.7199401855}, +{"id":16,"intrinsicName":"bigint","recursionId":15,"flags":["BigInt"],"ts":1329614.8200035095}, +{"id":17,"intrinsicName":"false","recursionId":16,"flags":["BooleanLiteral"],"display":"false","ts":1329619.2200183868}, +{"id":18,"intrinsicName":"false","recursionId":17,"flags":["BooleanLiteral"],"display":"false","ts":1329622.0200061798}, +{"id":19,"intrinsicName":"true","recursionId":18,"flags":["BooleanLiteral"],"display":"true","ts":1329626.7199516296}, +{"id":20,"intrinsicName":"true","recursionId":19,"flags":["BooleanLiteral"],"display":"true","ts":1329628.319978714}, +{"id":21,"intrinsicName":"boolean","recursionId":20,"unionTypes":[18,20],"flags":["Boolean","BooleanLike","PossiblyFalsy","Union"],"ts":1330214.5199775696}, +{"id":22,"intrinsicName":"symbol","recursionId":21,"flags":["ESSymbol"],"ts":1330289.7198200226}, +{"id":23,"intrinsicName":"void","recursionId":22,"flags":["Void"],"ts":1330292.6199436188}, +{"id":24,"intrinsicName":"never","recursionId":23,"flags":["Never"],"ts":1330293.9200401306}, +{"id":25,"intrinsicName":"never","recursionId":24,"flags":["Never"],"ts":1330295.5198287964}, +{"id":26,"intrinsicName":"never","recursionId":25,"flags":["Never"],"ts":1330297.4200248718}, +{"id":27,"intrinsicName":"never","recursionId":26,"flags":["Never"],"ts":1330299.1199493408}, +{"id":28,"intrinsicName":"object","recursionId":27,"flags":["NonPrimitive"],"ts":1330300.619840622}, +{"id":29,"recursionId":28,"unionTypes":[14,15],"flags":["Union"],"ts":1330314.0199184418}, +{"id":30,"recursionId":29,"unionTypes":[14,15,22],"flags":["Union"],"ts":1330324.6200084686}, +{"id":31,"recursionId":30,"unionTypes":[15,16],"flags":["Union"],"ts":1330332.219839096}, +{"id":32,"recursionId":31,"unionTypes":[10,13,14,15,16,18,20],"flags":["Union"],"ts":1330480.6199073792}, +{"id":33,"recursionId":32,"flags":["TemplateLiteral"],"ts":1331100.819826126}, +{"id":34,"intrinsicName":"never","recursionId":33,"flags":["Never"],"ts":1331173.719882965}, +{"id":35,"recursionId":34,"flags":["Object"],"display":"{}","ts":1331231.5199375153}, +{"id":36,"recursionId":35,"flags":["Object"],"display":"{}","ts":1331290.4200553894}, +{"id":37,"symbolName":"__type","recursionId":36,"flags":["Object"],"display":"{}","ts":1331302.9198646545}, +{"id":38,"recursionId":37,"flags":["Object"],"display":"{}","ts":1331305.0198554993}, +{"id":39,"recursionId":38,"unionTypes":[10,13,38],"flags":["Union"],"ts":1331339.819908142}, +{"id":40,"recursionId":39,"flags":["Object"],"display":"{}","ts":1331349.119901657}, +{"id":41,"recursionId":40,"flags":["Object"],"display":"{}","ts":1331355.9198379517}, +{"id":42,"recursionId":41,"flags":["Object"],"display":"{}","ts":1331357.820034027}, +{"id":43,"recursionId":42,"flags":["Object"],"display":"{}","ts":1331359.1198921204}, +{"id":44,"recursionId":43,"flags":["Object"],"display":"{}","ts":1331360.2199554443}, +{"id":45,"flags":["TypeParameter","IncludesMissingType"],"ts":1331499.5198249817}, +{"id":46,"flags":["TypeParameter","IncludesMissingType"],"ts":1331505.4199695587}, +{"id":47,"flags":["TypeParameter","IncludesMissingType"],"ts":1331511.0199451447}, +{"id":48,"flags":["TypeParameter","IncludesMissingType"],"ts":1331511.9199752808}, +{"id":49,"flags":["TypeParameter","IncludesMissingType"],"ts":1331512.5198364258}, +{"id":50,"recursionId":44,"flags":["StringLiteral"],"display":"\"\"","ts":1331807.9199790955}, +{"id":51,"recursionId":45,"flags":["NumberLiteral"],"display":"0","ts":1331836.0199928284}, +{"id":52,"recursionId":46,"flags":["BigIntLiteral"],"display":"0n","ts":1331887.7198696136}, +{"id":53,"recursionId":47,"flags":["StringLiteral"],"display":"\"string\"","ts":1331920.1200008392}, +{"id":54,"recursionId":48,"flags":["StringLiteral"],"display":"\"number\"","ts":1331922.6200580597}, +{"id":55,"recursionId":49,"flags":["StringLiteral"],"display":"\"bigint\"","ts":1331924.0200519562}, +{"id":56,"recursionId":50,"flags":["StringLiteral"],"display":"\"boolean\"","ts":1331925.1198768616}, +{"id":57,"recursionId":51,"flags":["StringLiteral"],"display":"\"symbol\"","ts":1331927.0198345184}, +{"id":58,"recursionId":52,"flags":["StringLiteral"],"display":"\"undefined\"","ts":1331928.2200336456}, +{"id":59,"recursionId":53,"flags":["StringLiteral"],"display":"\"object\"","ts":1331932.2199821472}, +{"id":60,"recursionId":54,"flags":["StringLiteral"],"display":"\"function\"","ts":1331936.6199970245}, +{"id":61,"recursionId":55,"unionTypes":[53,54,55,56,57,58,59,60],"flags":["Union"],"ts":1331974.9200344086}, +{"id":62,"symbolName":"IArguments","recursionId":56,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":402,"character":2},"end":{"line":408,"character":2}},"flags":["Object"],"ts":1610025.1250267029}, +{"id":63,"symbolName":"globalThis","recursionId":57,"flags":["Object"],"display":"typeof globalThis","ts":1610485.0249290466}, +{"id":64,"symbolName":"Array","recursionId":58,"instantiatedType":64,"typeArguments":[65],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1320,"character":2},"end":{"line":1504,"character":2}},"flags":["Object"],"ts":1610631.024837494}, +{"id":65,"symbolName":"T","recursionId":59,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1322,"character":17},"end":{"line":1322,"character":18}},"flags":["TypeParameter","IncludesMissingType"],"ts":1610709.5248699188}, +{"id":66,"symbolName":"Array","recursionId":58,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1320,"character":2},"end":{"line":1504,"character":2}},"flags":["TypeParameter","IncludesMissingType"],"ts":1610847.6250171661}, +{"id":67,"symbolName":"Object","recursionId":60,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":121,"character":2},"end":{"line":153,"character":2}},"flags":["Object"],"ts":1610900.2249240875}, +{"id":68,"symbolName":"Function","recursionId":61,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":270,"character":39},"end":{"line":307,"character":2}},"flags":["Object"],"ts":1610920.9249019623}, +{"id":69,"symbolName":"CallableFunction","recursionId":62,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":329,"character":136},"end":{"line":366,"character":2}},"flags":["Object"],"ts":1610942.724943161}, +{"id":70,"symbolName":"NewableFunction","recursionId":63,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":366,"character":2},"end":{"line":402,"character":2}},"flags":["Object"],"ts":1611661.7250442505}, +{"id":71,"symbolName":"String","recursionId":64,"instantiatedType":71,"typeArguments":[],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":408,"character":2},"end":{"line":532,"character":2}},"flags":["Object"],"ts":1611822.525024414}, +{"id":72,"symbolName":"RelativeIndexable","recursionId":65,"instantiatedType":72,"typeArguments":[73],"firstDeclaration":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts","start":{"line":120,"character":6},"end":{"line":131,"character":6}},"flags":["Object"],"ts":1611903.4249782562}, +{"id":73,"symbolName":"T","recursionId":66,"firstDeclaration":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts","start":{"line":124,"character":33},"end":{"line":124,"character":34}},"flags":["TypeParameter","IncludesMissingType"],"ts":1611922.8248596191}, +{"id":74,"symbolName":"RelativeIndexable","recursionId":65,"firstDeclaration":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts","start":{"line":120,"character":6},"end":{"line":131,"character":6}},"flags":["TypeParameter","IncludesMissingType"],"ts":1611930.624961853}, +{"id":75,"symbolName":"String","recursionId":64,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":408,"character":2},"end":{"line":532,"character":2}},"flags":["TypeParameter","IncludesMissingType"],"ts":1611936.224937439}, +{"id":76,"symbolName":"Number","recursionId":67,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":557,"character":41},"end":{"line":586,"character":2}},"flags":["Object"],"ts":1611947.6249217987}, +{"id":77,"symbolName":"Boolean","recursionId":68,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":544,"character":39},"end":{"line":549,"character":2}},"flags":["Object"],"ts":1611967.5250053406}, +{"id":78,"symbolName":"RegExp","recursionId":69,"instantiatedType":78,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":991,"character":2},"end":{"line":1023,"character":2}},"flags":["Object"],"ts":1611982.4249744415}, +{"id":79,"symbolName":"RegExp","recursionId":69,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":991,"character":2},"end":{"line":1023,"character":2}},"flags":["TypeParameter","IncludesMissingType"],"ts":1611990.924835205}, +{"id":80,"symbolName":"Array","recursionId":58,"instantiatedType":64,"typeArguments":[1],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1320,"character":2},"end":{"line":1504,"character":2}},"flags":["Object"],"ts":1612088.7248516083}, +{"id":81,"symbolName":"Array","recursionId":58,"instantiatedType":64,"typeArguments":[2],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1320,"character":2},"end":{"line":1504,"character":2}},"flags":["Object"],"ts":1612107.6250076294}, +{"id":82,"symbolName":"ReadonlyArray","recursionId":70,"instantiatedType":82,"typeArguments":[83],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1182,"character":24},"end":{"line":1313,"character":2}},"flags":["Object"],"ts":1612142.2250270844}, +{"id":83,"symbolName":"T","recursionId":71,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1188,"character":25},"end":{"line":1188,"character":26}},"flags":["TypeParameter","IncludesMissingType"],"ts":1612149.3248939514}, +{"id":84,"symbolName":"ReadonlyArray","recursionId":70,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1182,"character":24},"end":{"line":1313,"character":2}},"flags":["TypeParameter","IncludesMissingType"],"ts":1612271.3248729706}, +{"id":85,"symbolName":"ReadonlyArray","recursionId":70,"instantiatedType":82,"typeArguments":[1],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1182,"character":24},"end":{"line":1313,"character":2}},"flags":["Object"],"ts":1612285.325050354}, +{"id":86,"symbolName":"ThisType","recursionId":72,"instantiatedType":86,"typeArguments":[87],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1673,"character":29},"end":{"line":1678,"character":25}},"flags":["Object"],"ts":1612296.7250347137}, +{"id":87,"symbolName":"T","recursionId":73,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1678,"character":20},"end":{"line":1678,"character":21}},"flags":["TypeParameter","IncludesMissingType"],"ts":1612308.2249164581}, +{"id":88,"symbolName":"ThisType","recursionId":72,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1673,"character":29},"end":{"line":1678,"character":25}},"flags":["TypeParameter","IncludesMissingType"],"ts":1612321.3248252869}, +{"id":89,"symbolName":"T1","recursionId":74,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":13},"end":{"line":1,"character":15}},"flags":["TypeParameter","IncludesMissingType"],"ts":1615666.7249202728}, +{"id":90,"symbolName":"T2","recursionId":75,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":16},"end":{"line":1,"character":19}},"flags":["TypeParameter","IncludesMissingType"],"ts":1616554.9249649048}, +{"id":91,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1617578.0248641968}, +{"id":92,"recursionId":77,"keyofType":89,"flags":["Index","IncludesNonWideningType"],"ts":1617933.5248470306}, +{"id":93,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[89,90],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1618158.9250564575}, +{"id":94,"recursionId":79,"keyofType":90,"flags":["Index","IncludesNonWideningType"],"ts":1618673.2249259949}, +{"id":95,"recursionId":80,"substitutionBaseType":91,"constraintType":94,"flags":["Substitution","IncludesInstantiable"],"ts":1619087.6250267029}, +{"id":96,"recursionId":81,"indexedAccessObjectType":90,"indexedAccessIndexType":95,"flags":["IndexedAccess","IncludesWildcard"],"ts":1619574.6250152588}, +{"id":97,"recursionId":82,"intersectionTypes":[94,91],"flags":["Intersection"],"ts":1620512.2249126434}, +{"id":98,"symbolName":"SymbolConstructor","recursionId":83,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts","start":{"line":1,"character":1},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1623210.8249664307}, +{"id":99,"symbolName":"iterator","recursionId":84,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts","start":{"line":21,"character":30},"end":{"line":26,"character":38}},"flags":["UniqueESSymbol"],"ts":1626851.6249656677}, +{"id":100,"symbolName":"RelativeIndexable","recursionId":65,"instantiatedType":72,"typeArguments":[14],"firstDeclaration":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts","start":{"line":120,"character":6},"end":{"line":131,"character":6}},"flags":["Object"],"ts":1628906.424999237}, +{"id":101,"symbolName":"RelativeIndexable","recursionId":65,"instantiatedType":72,"typeArguments":[14,71],"firstDeclaration":{"path":"/home/hw/projects/tracer/node_modules/@types/node/globals.d.ts","start":{"line":120,"character":6},"end":{"line":131,"character":6}},"flags":["Object"],"ts":1629176.125049591}, +{"id":102,"symbolName":"Symbol","recursionId":85,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":98,"character":51},"end":{"line":106,"character":2}},"flags":["Object"],"ts":1630126.324892044}, +{"id":103,"symbolName":"toPrimitive","recursionId":86,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts","start":{"line":62,"character":35},"end":{"line":68,"character":41}},"flags":["UniqueESSymbol"],"ts":1630317.8248405457}, +{"id":104,"symbolName":"toStringTag","recursionId":87,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts","start":{"line":68,"character":41},"end":{"line":74,"character":41}},"flags":["UniqueESSymbol"],"ts":1630658.6248874664}, +{"id":105,"symbolName":"toString","recursionId":88,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":410,"character":19},"end":{"line":412,"character":24}},"flags":["Object"],"display":"() => string","ts":1630932.7249526978}, +{"id":106,"symbolName":"toString","recursionId":89,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":559,"character":19},"end":{"line":564,"character":38}},"flags":["Object"],"display":"(radix?: number | undefined) => string","ts":1631026.2248516083}, +{"id":107,"symbolName":"toString","recursionId":90,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":100,"character":19},"end":{"line":102,"character":24}},"flags":["Object"],"display":"() => string","ts":1631032.7248573303}, +{"id":108,"recursionId":91,"flags":["StringLiteral"],"display":"\"charAt\"","ts":1631188.1248950958}, +{"id":109,"symbolName":"charAt","recursionId":92,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":412,"character":24},"end":{"line":418,"character":33}},"flags":["Object"],"display":"(pos: number) => string","ts":1631306.6248893738}, +{"id":110,"recursionId":93,"flags":["StringLiteral"],"display":"\"charCodeAt\"","ts":1631341.4249420166}, +{"id":111,"symbolName":"charCodeAt","recursionId":94,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":418,"character":33},"end":{"line":424,"character":39}},"flags":["Object"],"display":"(index: number) => number","ts":1631353.5249233246}, +{"id":112,"recursionId":95,"flags":["StringLiteral"],"display":"\"concat\"","ts":1631370.6250190735}, +{"id":113,"symbolName":"concat","recursionId":96,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":424,"character":39},"end":{"line":430,"character":42}},"flags":["Object"],"display":"(...strings: string[]) => string","ts":1631379.9250125885}, +{"id":114,"recursionId":97,"flags":["StringLiteral"],"display":"\"indexOf\"","ts":1631394.325017929}, +{"id":115,"symbolName":"indexOf","recursionId":98,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":430,"character":42},"end":{"line":437,"character":62}},"flags":["Object"],"display":"(searchString: string, position?: number | undefined) => number","ts":1631504.6248435974}, +{"id":116,"recursionId":99,"flags":["StringLiteral"],"display":"\"lastIndexOf\"","ts":1631527.3249149323}, +{"id":117,"symbolName":"lastIndexOf","recursionId":100,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":437,"character":62},"end":{"line":444,"character":66}},"flags":["Object"],"display":"(searchString: string, position?: number | undefined) => number","ts":1631545.0248718262}, +{"id":118,"recursionId":101,"flags":["StringLiteral"],"display":"\"localeCompare\"","ts":1631567.1248435974}, +{"id":119,"symbolName":"localeCompare","recursionId":102,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":444,"character":66},"end":{"line":450,"character":41}},"flags":["Object"],"display":"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; (that: string, locales?: LocalesArgument, options?: CollatorOptions | undefined): number; }","ts":1631618.0248260498}, +{"id":120,"symbolName":"localeCompare","recursionId":102,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":444,"character":66},"end":{"line":450,"character":41}},"flags":["Object"],"display":"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; (that: string, locales?: LocalesArgument, options?: CollatorOptions | undefined): number; }","ts":1632229.325056076}, +{"id":121,"recursionId":103,"flags":["StringLiteral"],"display":"\"match\"","ts":1632380.0249099731}, +{"id":122,"symbolName":"match","recursionId":104,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":450,"character":41},"end":{"line":456,"character":61}},"flags":["Object"],"display":"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }","ts":1632405.1249027252}, +{"id":123,"symbolName":"match","recursionId":104,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":450,"character":41},"end":{"line":456,"character":61}},"flags":["Object"],"display":"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }","ts":1632443.1250095367}, +{"id":124,"recursionId":105,"flags":["StringLiteral"],"display":"\"replace\"","ts":1632474.6248722076}, +{"id":125,"symbolName":"replace","recursionId":106,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":456,"character":61},"end":{"line":463,"character":73}},"flags":["Object"],"display":"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }","ts":1632494.225025177}, +{"id":126,"symbolName":"replace","recursionId":106,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":456,"character":61},"end":{"line":463,"character":73}},"flags":["Object"],"display":"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }","ts":1632614.8250102997}, +{"id":127,"recursionId":107,"flags":["StringLiteral"],"display":"\"search\"","ts":1632645.8249092102}, +{"id":128,"symbolName":"search","recursionId":108,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":470,"character":108},"end":{"line":476,"character":45}},"flags":["Object"],"display":"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }","ts":1632657.1249961853}, +{"id":129,"symbolName":"search","recursionId":108,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":470,"character":108},"end":{"line":476,"character":45}},"flags":["Object"],"display":"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }","ts":1632690.4249191284}, +{"id":130,"recursionId":109,"flags":["StringLiteral"],"display":"\"slice\"","ts":1632711.524963379}, +{"id":131,"symbolName":"slice","recursionId":110,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":476,"character":45},"end":{"line":484,"character":49}},"flags":["Object"],"display":"(start?: number | undefined, end?: number | undefined) => string","ts":1632723.2248783112}, +{"id":132,"recursionId":111,"flags":["StringLiteral"],"display":"\"split\"","ts":1632743.0248260498}, +{"id":133,"symbolName":"split","recursionId":112,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":484,"character":49},"end":{"line":491,"character":65}},"flags":["Object"],"display":"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }","ts":1632973.1249809265}, +{"id":134,"symbolName":"split","recursionId":112,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":484,"character":49},"end":{"line":491,"character":65}},"flags":["Object"],"display":"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }","ts":1633007.4248313904}, +{"id":135,"recursionId":113,"flags":["StringLiteral"],"display":"\"substring\"","ts":1633052.3250102997}, +{"id":136,"symbolName":"substring","recursionId":114,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":491,"character":65},"end":{"line":499,"character":52}},"flags":["Object"],"display":"(start: number, end?: number | undefined) => string","ts":1633062.2248649597}, +{"id":137,"recursionId":115,"flags":["StringLiteral"],"display":"\"toLowerCase\"","ts":1633078.8249969482}, +{"id":138,"symbolName":"toLowerCase","recursionId":116,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":499,"character":52},"end":{"line":502,"character":27}},"flags":["Object"],"display":"() => string","ts":1633085.424900055}, +{"id":139,"recursionId":117,"flags":["StringLiteral"],"display":"\"toLocaleLowerCase\"","ts":1633097.7249145508}, +{"id":140,"symbolName":"toLocaleLowerCase","recursionId":118,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":502,"character":27},"end":{"line":505,"character":60}},"flags":["Object"],"display":"{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }","ts":1633104.2249202728}, +{"id":141,"symbolName":"toLocaleLowerCase","recursionId":118,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":502,"character":27},"end":{"line":505,"character":60}},"flags":["Object"],"display":"{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }","ts":1633126.4250278473}, +{"id":142,"recursionId":119,"flags":["StringLiteral"],"display":"\"toUpperCase\"","ts":1633142.9250240326}, +{"id":143,"symbolName":"toUpperCase","recursionId":120,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":505,"character":60},"end":{"line":508,"character":27}},"flags":["Object"],"display":"() => string","ts":1633149.624824524}, +{"id":144,"recursionId":121,"flags":["StringLiteral"],"display":"\"toLocaleUpperCase\"","ts":1633161.2248420715}, +{"id":145,"symbolName":"toLocaleUpperCase","recursionId":122,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":508,"character":27},"end":{"line":511,"character":60}},"flags":["Object"],"display":"{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }","ts":1633169.4250106812}, +{"id":146,"symbolName":"toLocaleUpperCase","recursionId":122,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":508,"character":27},"end":{"line":511,"character":60}},"flags":["Object"],"display":"{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }","ts":1633188.0249977112}, +{"id":147,"recursionId":123,"flags":["StringLiteral"],"display":"\"trim\"","ts":1633209.324836731}, +{"id":148,"symbolName":"trim","recursionId":124,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":511,"character":60},"end":{"line":514,"character":20}},"flags":["Object"],"display":"() => string","ts":1633312.5250339508}, +{"id":149,"recursionId":125,"flags":["StringLiteral"],"display":"\"length\"","ts":1633331.7248821259}, +{"id":150,"recursionId":126,"flags":["StringLiteral"],"display":"\"substr\"","ts":1633407.7248573303}, +{"id":151,"symbolName":"substr","recursionId":127,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":517,"character":29},"end":{"line":526,"character":51}},"flags":["Object"],"display":"(from: number, length?: number | undefined) => string","ts":1633415.3249263763}, +{"id":152,"symbolName":"valueOf","recursionId":128,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":526,"character":51},"end":{"line":529,"character":23}},"flags":["Object"],"display":"() => string","ts":1633445.6248283386}, +{"id":153,"symbolName":"valueOf","recursionId":129,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":582,"character":45},"end":{"line":585,"character":23}},"flags":["Object"],"display":"() => number","ts":1633450.2248764038}, +{"id":154,"symbolName":"valueOf","recursionId":130,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":102,"character":24},"end":{"line":105,"character":23}},"flags":["Object"],"display":"() => symbol","ts":1633453.3250331879}, +{"id":155,"recursionId":131,"flags":["StringLiteral"],"display":"\"codePointAt\"","ts":1633470.7248210907}, +{"id":156,"symbolName":"codePointAt","recursionId":132,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":402,"character":19},"end":{"line":410,"character":50}},"flags":["Object"],"display":"(pos: number) => number | undefined","ts":1633479.8250198364}, +{"id":157,"symbolName":"codePointAt","recursionId":132,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":402,"character":19},"end":{"line":410,"character":50}},"flags":["Object"],"display":"(pos: number) => number | undefined","ts":1633510.624885559}, +{"id":158,"recursionId":133,"flags":["StringLiteral"],"display":"\"includes\"","ts":1633525.6249904633}, +{"id":159,"symbolName":"includes","recursionId":134,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":410,"character":50},"end":{"line":419,"character":64}},"flags":["Object"],"display":"(searchString: string, position?: number | undefined) => boolean","ts":1633531.9249629974}, +{"id":160,"recursionId":135,"flags":["StringLiteral"],"display":"\"endsWith\"","ts":1633540.2250289917}, +{"id":161,"symbolName":"endsWith","recursionId":136,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":419,"character":64},"end":{"line":426,"character":67}},"flags":["Object"],"display":"(searchString: string, endPosition?: number | undefined) => boolean","ts":1633545.8250045776}, +{"id":162,"recursionId":137,"flags":["StringLiteral"],"display":"\"normalize\"","ts":1633636.724948883}, +{"id":163,"symbolName":"normalize","recursionId":138,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":426,"character":67},"end":{"line":434,"character":62}},"flags":["Object"],"display":"{ (form: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\"): string; (form?: string | undefined): string; }","ts":1633647.0248699188}, +{"id":164,"symbolName":"normalize","recursionId":138,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":426,"character":67},"end":{"line":434,"character":62}},"flags":["Object"],"display":"{ (form: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\"): string; (form?: string | undefined): string; }","ts":1633680.4249286652}, +{"id":165,"recursionId":139,"flags":["StringLiteral"],"display":"\"repeat\"","ts":1633695.7249641418}, +{"id":166,"symbolName":"repeat","recursionId":140,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":442,"character":38},"end":{"line":449,"character":35}},"flags":["Object"],"display":"(count: number) => string","ts":1633703.924894333}, +{"id":167,"recursionId":141,"flags":["StringLiteral"],"display":"\"startsWith\"","ts":1633795.8250045776}, +{"id":168,"symbolName":"startsWith","recursionId":142,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":449,"character":35},"end":{"line":456,"character":66}},"flags":["Object"],"display":"(searchString: string, position?: number | undefined) => boolean","ts":1633803.2250404358}, +{"id":169,"recursionId":143,"flags":["StringLiteral"],"display":"\"anchor\"","ts":1633813.225030899}, +{"id":170,"symbolName":"anchor","recursionId":144,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":456,"character":66},"end":{"line":463,"character":34}},"flags":["Object"],"display":"(name: string) => string","ts":1633818.7248706818}, +{"id":171,"recursionId":145,"flags":["StringLiteral"],"display":"\"big\"","ts":1633825.8249759674}, +{"id":172,"symbolName":"big","recursionId":146,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":463,"character":34},"end":{"line":469,"character":19}},"flags":["Object"],"display":"() => string","ts":1633830.6250572205}, +{"id":173,"recursionId":147,"flags":["StringLiteral"],"display":"\"blink\"","ts":1633837.5248908997}, +{"id":174,"symbolName":"blink","recursionId":148,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":469,"character":19},"end":{"line":475,"character":21}},"flags":["Object"],"display":"() => string","ts":1633850.625038147}, +{"id":175,"recursionId":149,"flags":["StringLiteral"],"display":"\"bold\"","ts":1633860.8248233795}, +{"id":176,"symbolName":"bold","recursionId":150,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":475,"character":21},"end":{"line":481,"character":20}},"flags":["Object"],"display":"() => string","ts":1633865.8249378204}, +{"id":177,"recursionId":151,"flags":["StringLiteral"],"display":"\"fixed\"","ts":1633872.925043106}, +{"id":178,"symbolName":"fixed","recursionId":152,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":481,"character":20},"end":{"line":487,"character":21}},"flags":["Object"],"display":"() => string","ts":1633877.7248859406}, +{"id":179,"recursionId":153,"flags":["StringLiteral"],"display":"\"fontcolor\"","ts":1633884.6249580383}, +{"id":180,"symbolName":"fontcolor","recursionId":154,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":487,"character":21},"end":{"line":493,"character":38}},"flags":["Object"],"display":"(color: string) => string","ts":1633889.2250061035}, +{"id":181,"recursionId":155,"flags":["StringLiteral"],"display":"\"fontsize\"","ts":1633897.125005722}, +{"id":182,"symbolName":"fontsize","recursionId":156,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":493,"character":38},"end":{"line":499,"character":36}},"flags":["Object"],"display":"{ (size: number): string; (size: string): string; }","ts":1633902.1248817444}, +{"id":183,"symbolName":"fontsize","recursionId":156,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":493,"character":38},"end":{"line":499,"character":36}},"flags":["Object"],"display":"{ (size: number): string; (size: string): string; }","ts":1633933.9249134064}, +{"id":184,"recursionId":157,"flags":["StringLiteral"],"display":"\"italics\"","ts":1633945.7249641418}, +{"id":185,"symbolName":"italics","recursionId":158,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":505,"character":36},"end":{"line":511,"character":23}},"flags":["Object"],"display":"() => string","ts":1633951.7250061035}, +{"id":186,"recursionId":159,"flags":["StringLiteral"],"display":"\"link\"","ts":1633959.1250419617}, +{"id":187,"symbolName":"link","recursionId":160,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":511,"character":23},"end":{"line":517,"character":31}},"flags":["Object"],"display":"(url: string) => string","ts":1633963.9248847961}, +{"id":188,"recursionId":161,"flags":["StringLiteral"],"display":"\"small\"","ts":1634060.124874115}, +{"id":189,"symbolName":"small","recursionId":162,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":517,"character":31},"end":{"line":523,"character":21}},"flags":["Object"],"display":"() => string","ts":1634068.3250427246}, +{"id":190,"recursionId":163,"flags":["StringLiteral"],"display":"\"strike\"","ts":1634081.2249183655}, +{"id":191,"symbolName":"strike","recursionId":164,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":523,"character":21},"end":{"line":529,"character":22}},"flags":["Object"],"display":"() => string","ts":1634086.4248275757}, +{"id":192,"recursionId":165,"flags":["StringLiteral"],"display":"\"sub\"","ts":1634096.3249206543}, +{"id":193,"symbolName":"sub","recursionId":166,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":529,"character":22},"end":{"line":535,"character":19}},"flags":["Object"],"display":"() => string","ts":1634101.224899292}, +{"id":194,"recursionId":167,"flags":["StringLiteral"],"display":"\"sup\"","ts":1634108.1249713898}, +{"id":195,"symbolName":"sup","recursionId":168,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.core.d.ts","start":{"line":535,"character":19},"end":{"line":541,"character":19}},"flags":["Object"],"display":"() => string","ts":1634112.8249168396}, +{"id":196,"recursionId":169,"flags":["StringLiteral"],"display":"\"padStart\"","ts":1634119.9250221252}, +{"id":197,"symbolName":"padStart","recursionId":170,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts","start":{"line":19,"character":19},"end":{"line":31,"character":62}},"flags":["Object"],"display":"(maxLength: number, fillString?: string | undefined) => string","ts":1634126.9249916077}, +{"id":198,"recursionId":171,"flags":["StringLiteral"],"display":"\"padEnd\"","ts":1634133.5248947144}, +{"id":199,"symbolName":"padEnd","recursionId":172,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2017.string.d.ts","start":{"line":31,"character":62},"end":{"line":44,"character":60}},"flags":["Object"],"display":"(maxLength: number, fillString?: string | undefined) => string","ts":1634138.2248401642}, +{"id":200,"recursionId":173,"flags":["StringLiteral"],"display":"\"trimEnd\"","ts":1634145.124912262}, +{"id":201,"symbolName":"trimEnd","recursionId":174,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts","start":{"line":19,"character":19},"end":{"line":21,"character":23}},"flags":["Object"],"display":"() => string","ts":1634149.924993515}, +{"id":202,"recursionId":175,"flags":["StringLiteral"],"display":"\"trimStart\"","ts":1634156.3248634338}, +{"id":203,"symbolName":"trimStart","recursionId":176,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts","start":{"line":21,"character":23},"end":{"line":24,"character":25}},"flags":["Object"],"display":"() => string","ts":1634161.124944687}, +{"id":204,"recursionId":177,"flags":["StringLiteral"],"display":"\"trimLeft\"","ts":1634167.7248477936}, +{"id":205,"symbolName":"trimLeft","recursionId":178,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts","start":{"line":24,"character":25},"end":{"line":30,"character":24}},"flags":["Object"],"display":"() => string","ts":1634172.425031662}, +{"id":206,"recursionId":179,"flags":["StringLiteral"],"display":"\"trimRight\"","ts":1634178.7250041962}, +{"id":207,"symbolName":"trimRight","recursionId":180,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2019.string.d.ts","start":{"line":30,"character":24},"end":{"line":36,"character":25}},"flags":["Object"],"display":"() => string","ts":1634183.3250522614}, +{"id":208,"recursionId":181,"flags":["StringLiteral"],"display":"\"matchAll\"","ts":1634189.8250579834}, +{"id":209,"symbolName":"matchAll","recursionId":182,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2020.string.d.ts","start":{"line":21,"character":19},"end":{"line":27,"character":65}},"flags":["Object"],"display":"(regexp: RegExp) => IterableIterator","ts":1634194.8249340057}, +{"id":210,"recursionId":183,"flags":["StringLiteral"],"display":"\"replaceAll\"","ts":1634202.1248340607}, +{"id":211,"symbolName":"replaceAll","recursionId":184,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts","start":{"line":19,"character":19},"end":{"line":25,"character":76}},"flags":["Object"],"display":"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; }","ts":1634281.8248271942}, +{"id":212,"symbolName":"replaceAll","recursionId":184,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2021.string.d.ts","start":{"line":19,"character":19},"end":{"line":25,"character":76}},"flags":["Object"],"display":"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; }","ts":1634308.3250522614}, +{"id":213,"recursionId":185,"flags":["StringLiteral"],"display":"\"at\"","ts":1634403.625011444}, +{"id":214,"symbolName":"at","recursionId":186,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts","start":{"line":19,"character":19},"end":{"line":24,"character":43}},"flags":["Object"],"display":"(index: number) => string | undefined","ts":1634413.3248329163}, +{"id":215,"symbolName":"at","recursionId":186,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2022.string.d.ts","start":{"line":19,"character":19},"end":{"line":24,"character":43}},"flags":["Object"],"display":"(index: number) => string | undefined","ts":1634450.7248401642}, +{"id":216,"symbolName":"__@iterator@12","recursionId":187,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es2015.iterable.d.ts","start":{"line":236,"character":19},"end":{"line":238,"character":51}},"flags":["Object"],"display":"() => IterableIterator","ts":1634474.8249053955}, +{"id":217,"recursionId":188,"flags":["StringLiteral"],"display":"\"toFixed\"","ts":1634498.9249706268}, +{"id":218,"symbolName":"toFixed","recursionId":189,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":564,"character":38},"end":{"line":570,"character":46}},"flags":["Object"],"display":"(fractionDigits?: number | undefined) => string","ts":1634585.0248336792}, +{"id":219,"recursionId":190,"flags":["StringLiteral"],"display":"\"toExponential\"","ts":1634592.1249389648}, +{"id":220,"symbolName":"toExponential","recursionId":191,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":570,"character":46},"end":{"line":576,"character":52}},"flags":["Object"],"display":"(fractionDigits?: number | undefined) => string","ts":1634608.4249019623}, +{"id":221,"recursionId":192,"flags":["StringLiteral"],"display":"\"toPrecision\"","ts":1634613.7249469757}, +{"id":222,"symbolName":"toPrecision","recursionId":193,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":576,"character":52},"end":{"line":582,"character":45}},"flags":["Object"],"display":"(precision?: number | undefined) => string","ts":1634624.9248981476}, +{"id":223,"symbolName":"toLocaleString","recursionId":194,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":128,"character":24},"end":{"line":131,"character":30}},"flags":["Object"],"display":"() => string","ts":1634640.4249668121}, +{"id":224,"symbolName":"toLocaleString","recursionId":195,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":4556,"character":19},"end":{"line":4562,"character":93}},"flags":["Object"],"display":"{ (locales?: string | string[] | undefined, options?: NumberFormatOptions | undefined): string; (locales?: LocalesArgument, options?: NumberFormatOptions | undefined): string; }","ts":1634643.7249183655}, +{"id":225,"recursionId":196,"unionTypes":[223,224],"flags":["Union"],"ts":1634662.824869156}, +{"id":226,"recursionId":197,"flags":["StringLiteral"],"display":"\"toLocaleString\"","ts":1634774.1248607635}, +{"id":227,"recursionId":198,"indexedAccessObjectType":89,"indexedAccessIndexType":91,"flags":["IndexedAccess","IncludesWildcard"],"ts":1636528.9249420166}, +{"id":228,"symbolName":"PossibleGenerics","recursionId":199,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":3,"character":2},"end":{"line":10,"character":2}},"flags":["Object"],"ts":1638072.224855423}, +{"id":229,"symbolName":"Required","recursionId":200,"aliasTypeArguments":[230],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1580,"character":3},"end":{"line":1587,"character":3}},"flags":["Object"],"ts":1640013.1249427795}, +{"id":230,"symbolName":"T","recursionId":201,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1585,"character":15},"end":{"line":1585,"character":16}},"flags":["TypeParameter","IncludesMissingType"],"ts":1640021.9249725342}, +{"id":231,"symbolName":"P","recursionId":202,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1586,"character":6},"end":{"line":1586,"character":18}},"flags":["TypeParameter","IncludesMissingType"],"ts":1640025.2249240875}, +{"id":232,"recursionId":203,"keyofType":230,"flags":["Index","IncludesNonWideningType"],"ts":1640150.1250267029}, +{"id":233,"symbolName":"Required","recursionId":200,"aliasTypeArguments":[228],"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1580,"character":3},"end":{"line":1587,"character":3}},"flags":["Object"],"ts":1640669.7249412537}, +{"id":234,"symbolName":"P","recursionId":202,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1586,"character":6},"end":{"line":1586,"character":18}},"flags":["TypeParameter","IncludesMissingType"],"ts":1640692.6250457764}, +{"id":235,"symbolName":"T","recursionId":204,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":16,"character":20},"end":{"line":16,"character":38}},"flags":["TypeParameter","IncludesMissingType"],"ts":1640959.0249061584}, +{"id":236,"symbolName":"Defaults","recursionId":205,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":16,"character":39},"end":{"line":16,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641045.3250408173}, +{"id":237,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[235,236],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1641068.2249069214}, +{"id":238,"symbolName":"NodeItem","recursionId":206,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641080.1248550415}, +{"id":239,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[235,236,238],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1641089.6248817444}, +{"id":240,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641129.8248767853}, +{"id":241,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641131.325006485}, +{"id":242,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641132.6248645782}, +{"id":243,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641133.6250305176}, +{"id":244,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641333.4250450134}, +{"id":245,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641335.424900055}, +{"id":246,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641336.1248970032}, +{"id":247,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1641336.8248939514}, +{"id":248,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[236,241],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1643512.9249095917}, +{"id":249,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1643518.224954605}, +{"id":250,"recursionId":211,"flags":["StringLiteral"],"display":"\"Output\"","ts":1644054.524898529}, +{"id":251,"recursionId":212,"flags":["StringLiteral"],"display":"\"Error\"","ts":1644062.6249313354}, +{"id":252,"recursionId":213,"flags":["StringLiteral"],"display":"\"ResultResolverController\"","ts":1644066.4248466492}, +{"id":253,"recursionId":214,"flags":["StringLiteral"],"display":"\"ErrorResolverController\"","ts":1644069.42486763}, +{"id":254,"recursionId":215,"unionTypes":[250,251,252,253],"flags":["Union"],"ts":1644091.4249420166}, +{"id":255,"recursionId":216,"indexedAccessObjectType":230,"indexedAccessIndexType":231,"flags":["IndexedAccess","IncludesWildcard"],"ts":1644265.0249004364}, +{"id":256,"recursionId":217,"keyofType":236,"flags":["Index","IncludesNonWideningType"],"ts":1645096.3249206543}, +{"id":257,"recursionId":218,"conditionalCheckType":91,"conditionalExtendsType":94,"conditionalTrueType":-1,"conditionalFalseType":-1,"flags":["Conditional","IncludesEmptyObject"],"ts":1647313.1248950958}, +{"id":258,"recursionId":219,"keyofType":241,"flags":["Index","IncludesNonWideningType"],"ts":1648495.8250522614}, +{"id":259,"recursionId":218,"conditionalCheckType":250,"conditionalExtendsType":258,"conditionalTrueType":264,"conditionalFalseType":265,"flags":["Conditional","IncludesEmptyObject"],"ts":1648505.224943161}, +{"id":260,"recursionId":81,"indexedAccessObjectType":90,"indexedAccessIndexType":91,"flags":["IndexedAccess","IncludesWildcard"],"ts":1648691.824913025}, +{"id":261,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1648784.1248512268}, +{"id":262,"recursionId":220,"keyofType":261,"flags":["Index","IncludesNonWideningType"],"ts":1648797.3248958588}, +{"id":263,"recursionId":221,"intersectionTypes":[258,250],"flags":["Intersection"],"ts":1648939.7249221802}, +{"id":264,"recursionId":222,"indexedAccessObjectType":241,"indexedAccessIndexType":263,"flags":["IndexedAccess","IncludesWildcard"],"ts":1648953.6249637604}, +{"id":265,"recursionId":223,"indexedAccessObjectType":236,"indexedAccessIndexType":250,"flags":["IndexedAccess","IncludesWildcard"],"ts":1648999.1250038147}, +{"id":266,"recursionId":218,"conditionalCheckType":251,"conditionalExtendsType":258,"conditionalTrueType":268,"conditionalFalseType":269,"flags":["Conditional","IncludesEmptyObject"],"ts":1649084.5248699188}, +{"id":267,"recursionId":224,"intersectionTypes":[258,251],"flags":["Intersection"],"ts":1649303.8249015808}, +{"id":268,"recursionId":222,"indexedAccessObjectType":241,"indexedAccessIndexType":267,"flags":["IndexedAccess","IncludesWildcard"],"ts":1649319.8249340057}, +{"id":269,"recursionId":223,"indexedAccessObjectType":236,"indexedAccessIndexType":251,"flags":["IndexedAccess","IncludesWildcard"],"ts":1649334.324836731}, +{"id":270,"recursionId":218,"conditionalCheckType":252,"conditionalExtendsType":258,"conditionalTrueType":272,"conditionalFalseType":273,"flags":["Conditional","IncludesEmptyObject"],"ts":1649397.125005722}, +{"id":271,"recursionId":225,"intersectionTypes":[258,252],"flags":["Intersection"],"ts":1649639.4250392914}, +{"id":272,"recursionId":222,"indexedAccessObjectType":241,"indexedAccessIndexType":271,"flags":["IndexedAccess","IncludesWildcard"],"ts":1649653.0249118805}, +{"id":273,"recursionId":223,"indexedAccessObjectType":236,"indexedAccessIndexType":252,"flags":["IndexedAccess","IncludesWildcard"],"ts":1649668.725013733}, +{"id":274,"recursionId":218,"conditionalCheckType":253,"conditionalExtendsType":258,"conditionalTrueType":276,"conditionalFalseType":277,"flags":["Conditional","IncludesEmptyObject"],"ts":1649728.824853897}, +{"id":275,"recursionId":226,"intersectionTypes":[258,253],"flags":["Intersection"],"ts":1649936.9249343872}, +{"id":276,"recursionId":222,"indexedAccessObjectType":241,"indexedAccessIndexType":275,"flags":["IndexedAccess","IncludesWildcard"],"ts":1649946.8250274658}, +{"id":277,"recursionId":223,"indexedAccessObjectType":236,"indexedAccessIndexType":253,"flags":["IndexedAccess","IncludesWildcard"],"ts":1649956.9249153137}, +{"id":278,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[242,240],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1650252.424955368}, +{"id":279,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1650257.9250335693}, +{"id":280,"recursionId":227,"keyofType":242,"flags":["Index","IncludesNonWideningType"],"ts":1650519.525051117}, +{"id":281,"recursionId":228,"keyofType":240,"flags":["Index","IncludesNonWideningType"],"ts":1650609.1248989105}, +{"id":282,"recursionId":218,"conditionalCheckType":250,"conditionalExtendsType":281,"conditionalTrueType":286,"conditionalFalseType":287,"flags":["Conditional","IncludesEmptyObject"],"ts":1650614.224910736}, +{"id":283,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1650645.5249786377}, +{"id":284,"recursionId":229,"keyofType":283,"flags":["Index","IncludesNonWideningType"],"ts":1650647.4249362946}, +{"id":285,"recursionId":230,"intersectionTypes":[281,250],"flags":["Intersection"],"ts":1650832.5250148773}, +{"id":286,"recursionId":231,"indexedAccessObjectType":240,"indexedAccessIndexType":285,"flags":["IndexedAccess","IncludesWildcard"],"ts":1650843.924999237}, +{"id":287,"recursionId":232,"indexedAccessObjectType":242,"indexedAccessIndexType":250,"flags":["IndexedAccess","IncludesWildcard"],"ts":1650858.1249713898}, +{"id":288,"recursionId":218,"conditionalCheckType":251,"conditionalExtendsType":281,"conditionalTrueType":290,"conditionalFalseType":291,"flags":["Conditional","IncludesEmptyObject"],"ts":1650887.524843216}, +{"id":289,"recursionId":233,"intersectionTypes":[281,251],"flags":["Intersection"],"ts":1650962.6250267029}, +{"id":290,"recursionId":231,"indexedAccessObjectType":240,"indexedAccessIndexType":289,"flags":["IndexedAccess","IncludesWildcard"],"ts":1650973.0248451233}, +{"id":291,"recursionId":232,"indexedAccessObjectType":242,"indexedAccessIndexType":251,"flags":["IndexedAccess","IncludesWildcard"],"ts":1650982.724905014}, +{"id":292,"recursionId":218,"conditionalCheckType":252,"conditionalExtendsType":281,"conditionalTrueType":294,"conditionalFalseType":295,"flags":["Conditional","IncludesEmptyObject"],"ts":1651004.8248767853}, +{"id":293,"recursionId":234,"intersectionTypes":[281,252],"flags":["Intersection"],"ts":1651077.5249004364}, +{"id":294,"recursionId":231,"indexedAccessObjectType":240,"indexedAccessIndexType":293,"flags":["IndexedAccess","IncludesWildcard"],"ts":1651170.424938202}, +{"id":295,"recursionId":232,"indexedAccessObjectType":242,"indexedAccessIndexType":252,"flags":["IndexedAccess","IncludesWildcard"],"ts":1651185.3249073029}, +{"id":296,"recursionId":218,"conditionalCheckType":253,"conditionalExtendsType":281,"conditionalTrueType":298,"conditionalFalseType":299,"flags":["Conditional","IncludesEmptyObject"],"ts":1651214.5249843597}, +{"id":297,"recursionId":235,"intersectionTypes":[281,253],"flags":["Intersection"],"ts":1651387.1250152588}, +{"id":298,"recursionId":231,"indexedAccessObjectType":240,"indexedAccessIndexType":297,"flags":["IndexedAccess","IncludesWildcard"],"ts":1651408.7250232697}, +{"id":299,"recursionId":232,"indexedAccessObjectType":242,"indexedAccessIndexType":253,"flags":["IndexedAccess","IncludesWildcard"],"ts":1651421.0250377655}, +{"id":300,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[243,242],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1652298.5248565674}, +{"id":301,"symbolName":"__type","recursionId":236,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":29,"character":32},"end":{"line":35,"character":4}},"flags":["Object"],"display":"{ Output: string; Error: string; ResultResolverController: string; ErrorResolverController: string; }","ts":1653649.5249271393}, +{"id":302,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[301,233],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1653732.8250408173}, +{"id":303,"symbolName":"__object","recursionId":237,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":29,"character":16},"end":{"line":29,"character":19}},"flags":["Object"],"display":"{}","ts":1655217.3249721527}, +{"id":304,"recursionId":238,"unionTypes":[10,302],"flags":["Union"],"ts":1657471.0249900818}, +{"id":305,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1658030.6248664856}, +{"id":306,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1658033.4248542786}, +{"id":307,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1658038.6250019073}, +{"id":308,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1658042.424917221}, +{"id":309,"symbolName":"__type","recursionId":239,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":38,"character":31},"end":{"line":38,"character":49}},"flags":["Object"],"display":"{ Output: number; }","ts":1659078.3250331879}, +{"id":310,"symbolName":"Error","recursionId":240,"firstDeclaration":{"path":"/home/hw/projects/TypeScript/lib/lib.es5.d.ts","start":{"line":1073,"character":39},"end":{"line":1079,"character":2}},"flags":["Object"],"ts":1659150.0248908997}, +{"id":311,"symbolName":"__type","recursionId":241,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":38,"character":50},"end":{"line":38,"character":67}},"flags":["Object"],"display":"{ Error: Error; }","ts":1659199.5248794556}, +{"id":312,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[233,306],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1660188.6248588562}, +{"id":313,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1660191.624879837}, +{"id":314,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[233,311],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1660235.4249954224}, +{"id":315,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1660237.1249198914}, +{"id":316,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[307,305],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1660265.2249336243}, +{"id":317,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1660266.7248249054}, +{"id":318,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[314,309],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1660286.0250473022}, +{"id":319,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1660287.1248722076}, +{"id":320,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[308,307],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1661505.8250427246}, +{"id":321,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[318,314],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1661553.925037384}, +{"id":322,"recursionId":242,"unionTypes":[10,321],"flags":["Union"],"ts":1661942.3248767853}, +{"id":323,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1661989.8250102997}, +{"id":324,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1661991.2250041962}, +{"id":325,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1661991.9250011444}, +{"id":326,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1661992.5248622894}, +{"id":327,"symbolName":"__type","recursionId":243,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":39,"character":37},"end":{"line":39,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1662330.1248550415}, +{"id":328,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[314,324],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1662418.6248779297}, +{"id":329,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1662420.6249713898}, +{"id":330,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[314,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1662472.0249176025}, +{"id":331,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1662473.3250141144}, +{"id":332,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[325,323],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1662497.02501297}, +{"id":333,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1662498.1248378754}, +{"id":334,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[330,327],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1662555.824995041}, +{"id":335,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1662557.52491951}, +{"id":336,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[326,325],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1662816.4248466492}, +{"id":337,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[334,330],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1662824.9249458313}, +{"id":338,"recursionId":244,"unionTypes":[10,337],"flags":["Union"],"ts":1663001.524925232}, +{"id":339,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663040.5249595642}, +{"id":340,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663041.524887085}, +{"id":341,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663042.1249866486}, +{"id":342,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663042.624950409}, +{"id":343,"symbolName":"__type","recursionId":245,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":40,"character":37},"end":{"line":40,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1663162.824869156}, +{"id":344,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[330,340],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1663238.4250164032}, +{"id":345,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663239.9249076843}, +{"id":346,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[330,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1663285.7248783112}, +{"id":347,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663286.8249416351}, +{"id":348,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[341,339],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1663303.5249710083}, +{"id":349,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663304.4250011444}, +{"id":350,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[346,343],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1663450.8249759674}, +{"id":351,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663452.5249004364}, +{"id":352,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[342,341],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1663735.4249954224}, +{"id":353,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[350,346],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1663744.6248531342}, +{"id":354,"recursionId":246,"unionTypes":[10,353],"flags":["Union"],"ts":1663917.5250530243}, +{"id":355,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663952.1248340607}, +{"id":356,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663953.0248641968}, +{"id":357,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663953.724861145}, +{"id":358,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1663954.3249607086}, +{"id":359,"symbolName":"__type","recursionId":247,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":41,"character":37},"end":{"line":41,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1664112.725019455}, +{"id":360,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[346,356],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1664183.8250160217}, +{"id":361,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664185.3249073029}, +{"id":362,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[346,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1664259.6249580383}, +{"id":363,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664260.7250213623}, +{"id":364,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[357,355],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1664279.0260314941}, +{"id":365,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664280.025959015}, +{"id":366,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[362,359],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1664387.7258300781}, +{"id":367,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664389.2259597778}, +{"id":368,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[358,357],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1664561.9258880615}, +{"id":369,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[366,362],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1664574.5258331299}, +{"id":370,"recursionId":248,"unionTypes":[10,369],"flags":["Union"],"ts":1664777.5259017944}, +{"id":371,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664929.4259548187}, +{"id":372,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664930.6259155273}, +{"id":373,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664931.3259124756}, +{"id":374,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1664931.9260120392}, +{"id":375,"symbolName":"__type","recursionId":249,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":42,"character":37},"end":{"line":42,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1665066.8258666992}, +{"id":376,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[362,372],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1665249.125957489}, +{"id":377,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665250.9260177612}, +{"id":378,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[362,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1665387.2258663177}, +{"id":379,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665388.3259296417}, +{"id":380,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[373,371],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1665409.62600708}, +{"id":381,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665410.6259346008}, +{"id":382,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[378,375],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1665431.625843048}, +{"id":383,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665432.6260089874}, +{"id":384,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[374,373],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1665553.22599411}, +{"id":385,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[382,378],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1665560.4259967804}, +{"id":386,"recursionId":250,"unionTypes":[10,385],"flags":["Union"],"ts":1665918.025970459}, +{"id":387,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665965.626001358}, +{"id":388,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665966.7258262634}, +{"id":389,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665967.325925827}, +{"id":390,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1665967.9260253906}, +{"id":391,"symbolName":"__type","recursionId":251,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":43,"character":37},"end":{"line":43,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1666273.2260227203}, +{"id":392,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[378,388],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1666355.6258678436}, +{"id":393,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1666357.3260307312}, +{"id":394,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[378,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1666697.1259117126}, +{"id":395,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1666699.0258693695}, +{"id":396,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[389,387],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1666716.8259620667}, +{"id":397,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1666717.9260253906}, +{"id":398,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[394,391],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1666730.6258678436}, +{"id":399,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1666731.5258979797}, +{"id":400,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[390,389],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1666854.425907135}, +{"id":401,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[398,394],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1666861.7260456085}, +{"id":402,"recursionId":252,"unionTypes":[10,401],"flags":["Union"],"ts":1667356.2259674072}, +{"id":403,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1667404.9258232117}, +{"id":404,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1667406.1260223389}, +{"id":405,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1667406.725883484}, +{"id":406,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1667407.3259830475}, +{"id":407,"symbolName":"__type","recursionId":253,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":44,"character":37},"end":{"line":44,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1667515.6259536743}, +{"id":408,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[394,404],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1667580.0259113312}, +{"id":409,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1667581.4259052277}, +{"id":410,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[394,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1668247.0259666443}, +{"id":411,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668249.125957489}, +{"id":412,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[405,403],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1668268.9259052277}, +{"id":413,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668270.0259685516}, +{"id":414,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[410,407],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1668282.1259498596}, +{"id":415,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668283.0259799957}, +{"id":416,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[406,405],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1668414.7260189056}, +{"id":417,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[414,410],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1668429.025888443}, +{"id":418,"recursionId":254,"unionTypes":[10,417],"flags":["Union"],"ts":1668591.3259983063}, +{"id":419,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668632.8258514404}, +{"id":420,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668633.8260173798}, +{"id":421,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668634.526014328}, +{"id":422,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668635.125875473}, +{"id":423,"symbolName":"__type","recursionId":255,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":45,"character":37},"end":{"line":45,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1668721.1258411407}, +{"id":424,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[410,420],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1668778.2258987427}, +{"id":425,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1668779.5259952545}, +{"id":426,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[410,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1669923.0258464813}, +{"id":427,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1669926.3260364532}, +{"id":428,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[421,419],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1669948.725938797}, +{"id":429,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1669950.0260353088}, +{"id":430,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[426,423],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1669961.3258838654}, +{"id":431,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1669962.3260498047}, +{"id":432,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[422,421],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1670224.3258953094}, +{"id":433,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[430,426],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1670232.9258918762}, +{"id":434,"recursionId":256,"unionTypes":[10,433],"flags":["Union"],"ts":1670691.0259723663}, +{"id":435,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1670746.8259334564}, +{"id":436,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1670748.3258247375}, +{"id":437,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1670749.125957489}, +{"id":438,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1670749.6259212494}, +{"id":439,"symbolName":"__type","recursionId":257,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":46,"character":37},"end":{"line":46,"character":55}},"flags":["Object"],"display":"{ Output: number; }","ts":1670865.625858307}, +{"id":440,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[426,436],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1670933.9258670807}, +{"id":441,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1670935.3258609772}, +{"id":442,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[426,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1672707.9260349274}, +{"id":443,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1672710.9260559082}, +{"id":444,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[437,435],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1672729.425907135}, +{"id":445,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1672730.6258678436}, +{"id":446,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[442,439],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1672740.5259609222}, +{"id":447,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1672741.3258552551}, +{"id":448,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[438,437],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1672900.526046753}, +{"id":449,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[446,442],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1672907.8259468079}, +{"id":450,"recursionId":258,"unionTypes":[10,449],"flags":["Union"],"ts":1673130.1259994507}, +{"id":451,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1673165.6260490417}, +{"id":452,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1673167.0260429382}, +{"id":453,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1673167.6259040833}, +{"id":454,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1673168.2260036469}, +{"id":455,"symbolName":"__type","recursionId":259,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":47,"character":39},"end":{"line":47,"character":57}},"flags":["Object"],"display":"{ Output: number; }","ts":1673274.1260528564}, +{"id":456,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[442,452],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1673336.5259170532}, +{"id":457,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1673337.9259109497}, +{"id":458,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[442,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1677174.2260456085}, +{"id":459,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677178.5259246826}, +{"id":460,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[453,451],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1677200.2258300781}, +{"id":461,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677201.325893402}, +{"id":462,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[458,455],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1677210.625886917}, +{"id":463,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677211.5259170532}, +{"id":464,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[454,453],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1677612.5259399414}, +{"id":465,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[462,458],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1677622.5259304047}, +{"id":466,"recursionId":260,"unionTypes":[10,465],"flags":["Union"],"ts":1677830.9259414673}, +{"id":467,"symbolName":"S","recursionId":207,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":20,"character":4},"end":{"line":21,"character":36}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677870.225906372}, +{"id":468,"symbolName":"NewDefaults","recursionId":208,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":21,"character":37},"end":{"line":22,"character":42}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677871.2258338928}, +{"id":469,"symbolName":"UpdatedDefaults","recursionId":209,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":22,"character":43},"end":{"line":23,"character":65}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677871.8259334564}, +{"id":470,"symbolName":"Child","recursionId":210,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":23,"character":66},"end":{"line":24,"character":52}},"flags":["TypeParameter","IncludesMissingType"],"ts":1677872.3258972168}, +{"id":471,"symbolName":"__type","recursionId":261,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":48,"character":39},"end":{"line":48,"character":57}},"flags":["Object"],"display":"{ Output: number; }","ts":1678125.7259845734}, +{"id":472,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[458,468],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1678186.3260269165}, +{"id":473,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1678187.726020813}, +{"id":474,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[458,37],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1697951.1258602142}, +{"id":475,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1697955.6260108948}, +{"id":476,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[469,467],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1697977.1258831024}, +{"id":477,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1697978.325843811}, +{"id":478,"symbolName":"LMerge","recursionId":78,"aliasTypeArguments":[474,471],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":1,"character":1},"end":{"line":3,"character":2}},"flags":["Object"],"ts":1697988.4259700775}, +{"id":479,"symbolName":"k","recursionId":76,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":2,"character":4},"end":{"line":2,"character":17}},"flags":["TypeParameter","IncludesMissingType"],"ts":1697989.3260002136}, +{"id":480,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[470,469],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1698379.1258335114}, +{"id":481,"symbolName":"NodeItem","recursionId":206,"instantiatedType":237,"typeArguments":[478,474],"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":12,"character":43},"end":{"line":27,"character":2}},"flags":["Object"],"ts":1698387.7258300781}, +{"id":482,"symbolName":"__object","recursionId":262,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":29,"character":16},"end":{"line":29,"character":19}},"flags":["Object"],"display":"{}","ts":1699988.4259700775}, +{"id":483,"symbolName":"__object","recursionId":263,"firstDeclaration":{"path":"/home/hw/projects/tracer/playground/index.ts","start":{"line":29,"character":16},"end":{"line":29,"character":19}},"flags":["Object"],"display":"{}","ts":1700158.0259799957}] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f136fb7..21cd7ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,8 +65,28 @@ importers: playground: {} + ui: + dependencies: + '@nuxt/devtools': + specifier: latest + version: 1.3.1(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(nuxt@3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(rollup@4.17.2)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + '@vscode/webview-ui-toolkit': + specifier: ^1.4.0 + version: 1.4.0(react@18.3.1) + nuxt: + specifier: ^3.11.2 + version: 3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + devDependencies: + '@types/vscode-webview': + specifier: ^1.57.5 + version: 1.57.5 + packages: + '@ampproject/remapping@2.3.0': + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + '@antfu/eslint-config@2.17.0': resolution: {integrity: sha512-OvLgETKfNTFD1PaGToM/Mu1A53lbMCXN4TLLL3QloGK3IkuSvNoGumLwkK1wQ1AsZAG+hfGoe+Rkd7V9Wv7MlA==} hasBin: true @@ -110,6 +130,9 @@ packages: svelte-eslint-parser: optional: true + '@antfu/install-pkg@0.1.1': + resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} + '@antfu/install-pkg@0.3.3': resolution: {integrity: sha512-nHHsk3NXQ6xkCfiRRC8Nfrg8pU5kkr3P3Y9s9dKqiuRmBD0Yap7fymNDjGFKeWhZQHqqbCS5CfeMy9wtExM24w==} @@ -172,6 +195,88 @@ packages: resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.24.4': + resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} + engines: {node: '>=6.9.0'} + + '@babel/core@7.24.5': + resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.24.5': + resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-annotate-as-pure@7.22.5': + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-compilation-targets@7.23.6': + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-create-class-features-plugin@7.24.5': + resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-environment-visitor@7.22.20': + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-function-name@7.23.0': + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-hoist-variables@7.22.5': + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-member-expression-to-functions@7.24.5': + resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.22.15': + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.24.3': + resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-transforms@7.24.5': + resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-optimise-call-expression@7.22.5': + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-plugin-utils@7.24.5': + resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-replace-supers@7.24.1': + resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-simple-access@7.24.5': + resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} + + '@babel/helper-split-export-declaration@7.24.5': + resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} + engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.24.1': resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} @@ -180,6 +285,14 @@ packages: resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.23.5': + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + + '@babel/helpers@7.24.5': + resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.5': resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} engines: {node: '>=6.9.0'} @@ -189,6 +302,71 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/plugin-proposal-decorators@7.24.1': + resolution: {integrity: sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-decorators@7.24.1': + resolution: {integrity: sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-attributes@7.24.1': + resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-meta@7.10.4': + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-jsx@7.24.1': + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-typescript@7.24.1': + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-modules-commonjs@7.24.1': + resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-typescript@7.24.5': + resolution: {integrity: sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/preset-typescript@7.24.1': + resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/standalone@7.24.5': + resolution: {integrity: sha512-Sl8oN9bGfRlNUA2jzfzoHEZxFBDliBlwi5mPVCAWKSlBNkXXJOHpu7SDOqjF6mRoTa6GNX/1kAWG3Tr+YQ3N7A==} + engines: {node: '>=6.9.0'} + + '@babel/template@7.24.0': + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.24.5': + resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} + engines: {node: '>=6.9.0'} + '@babel/types@7.24.5': resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} @@ -201,6 +379,10 @@ packages: bundledDependencies: - is-unicode-supported + '@cloudflare/kv-asset-handler@0.3.2': + resolution: {integrity: sha512-EeEjMobfuJrwoctj7FA1y1KEbM0+Q1xSjobIEyie9k4haVEBB7vkDvsasw1pM3rO39mL2akxIAzLMUAtrMHZhA==} + engines: {node: '>=16.13'} + '@es-joy/jsdoccomment@0.43.0': resolution: {integrity: sha512-Q1CnsQrytI3TlCB1IVWXWeqUIPGVEKGaE7IbVdt13Nq/3i0JESAkQQERrfiQkmlpijl+++qyqPgaS31Bvc1jRQ==} engines: {node: '>=16'} @@ -365,6 +547,19 @@ packages: resolution: {integrity: sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@fastify/busboy@2.1.1': + resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} + engines: {node: '>=14'} + + '@floating-ui/core@1.6.1': + resolution: {integrity: sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==} + + '@floating-ui/dom@1.1.1': + resolution: {integrity: sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==} + + '@floating-ui/utils@0.2.2': + resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==} + '@humanwhocodes/config-array@0.13.0': resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} engines: {node: '>=10.10.0'} @@ -380,6 +575,19 @@ packages: resolution: {integrity: sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg==} engines: {node: '>=18.18'} + '@iconify/types@2.0.0': + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} + + '@iconify/utils@2.1.23': + resolution: {integrity: sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==} + + '@ioredis/commands@1.2.0': + resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==} + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + '@jest/schemas@29.6.3': resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -409,6 +617,46 @@ packages: resolution: {integrity: sha512-f5DRIOZf7wxogefH03RjMPMdBF7ADTWUMoOs9kaJo06EfwF+aFhMZMDZxHg/Xe12hptN9xoZjGso2fdjapBRIA==} engines: {node: '>=10'} + '@kwsites/file-exists@1.1.1': + resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} + + '@kwsites/promise-deferred@1.1.1': + resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} + + '@mapbox/node-pre-gyp@1.0.11': + resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} + hasBin: true + + '@microsoft/fast-element@1.13.0': + resolution: {integrity: sha512-iFhzKbbD0cFRo9cEzLS3Tdo9BYuatdxmCEKCpZs1Cro/93zNMpZ/Y9/Z7SknmW6fhDZbpBvtO8lLh9TFEcNVAQ==} + + '@microsoft/fast-foundation@2.49.6': + resolution: {integrity: sha512-DZVr+J/NIoskFC1Y6xnAowrMkdbf2d5o7UyWK6gW5AiQ6S386Ql8dw4KcC4kHaeE1yL2CKvweE79cj6ZhJhTvA==} + + '@microsoft/fast-react-wrapper@0.3.24': + resolution: {integrity: sha512-sRnSBIKaO42p4mYoYR60spWVkg89wFxFAgQETIMazAm2TxtlsnsGszJnTwVhXq2Uz+XNiD8eKBkfzK5c/i6/Kw==} + peerDependencies: + react: '>=16.9.0' + + '@microsoft/fast-web-utilities@5.4.1': + resolution: {integrity: sha512-ReWYncndjV3c8D8iq9tp7NcFNc1vbVHvcBFPME2nNFKNbS1XCesYZGlIlf3ot5EmuOXPlrzUHOWzQ2vFpIkqDg==} + + '@mswjs/interceptors@0.27.2': + resolution: {integrity: sha512-mE6PhwcoW70EX8+h+Y/4dLfHk33GFt/y5PzDJz56ktMyaVGFXMJ5BYLbUjdmGEABfE0x5GgAGyKbrbkYww2s3A==} + engines: {node: '>=18'} + + '@netlify/functions@2.6.3': + resolution: {integrity: sha512-7Z9gWyAuPI2NnBOvpYPD66KIWOgNznLz9BkyZ0c7qeRE6p23UCMVZ2VsrJpjPDgoJtKplGSBzASl6fQD7iEeWw==} + engines: {node: '>=14.0.0'} + + '@netlify/node-cookies@0.1.0': + resolution: {integrity: sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==} + engines: {node: ^14.16.0 || >=16.0.0} + + '@netlify/serverless-functions-api@1.18.0': + resolution: {integrity: sha512-VCU5btoGZ8M6iI7HSwpfZXCpBLKWFmRtq5xYt0K7dY96BZWVBmaZY6Tn+w4L2DrGXwAsIeOFNp8CHjVXfuCAkg==} + engines: {node: '>=18.0.0'} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -421,127 +669,463 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@rollup/plugin-node-resolve@15.2.3': - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} - engines: {node: '>=14.0.0'} + '@npmcli/agent@2.2.2': + resolution: {integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@npmcli/fs@3.1.1': + resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/git@5.0.7': + resolution: {integrity: sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@npmcli/installed-package-contents@2.1.0': + resolution: {integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + '@npmcli/node-gyp@3.0.0': + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/package-json@5.1.0': + resolution: {integrity: sha512-1aL4TuVrLS9sf8quCLerU3H9J4vtCtgu8VauYozrmEyU57i/EdKleCnsQ7vpnABIH6c9mnTxcH5sFkO3BlV8wQ==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@npmcli/promise-spawn@7.0.2': + resolution: {integrity: sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@npmcli/redact@2.0.0': + resolution: {integrity: sha512-SEjCPAVHWYUIQR+Yn03kJmrJjZDtJLYpj300m3HV9OTRZNpC5YpbMsM3eTkECyT4aWj8lDr9WeY6TWefpubtYQ==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@npmcli/run-script@8.1.0': + resolution: {integrity: sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@nuxt/devalue@2.0.2': + resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} + + '@nuxt/devtools-kit@1.3.1': + resolution: {integrity: sha512-YckEiiTef3dMckwLLUb+feKV0O8pS9s8ujw/FQ600oQbOCbq6hpWY5HQYxVYc3E41wu87lFiIZ1rnHjO3nM9sw==} peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + nuxt: ^3.9.0 + vite: '*' - '@rollup/pluginutils@5.1.0': - resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} - engines: {node: '>=14.0.0'} + '@nuxt/devtools-wizard@1.3.1': + resolution: {integrity: sha512-t6qTp573s1NWoS1nqOqKRld6wFWDiMzoFojBG8GeqTwPi2NYbjyPbQobmvMGiihkWPudMpChhAhYwTTyCPFE7Q==} + hasBin: true + + '@nuxt/devtools@1.3.1': + resolution: {integrity: sha512-SuiuqtlN6OMPn7hYqbydcJmRF/L86yxi8ApcjNVnMURYBPaAAN9egkEFpQ6AjzjX+UnaG1hU8FE0w6pWKSRp3A==} + hasBin: true peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + nuxt: ^3.9.0 + vite: '*' - '@rollup/rollup-android-arm-eabi@4.17.2': - resolution: {integrity: sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==} - cpu: [arm] - os: [android] + '@nuxt/kit@3.11.2': + resolution: {integrity: sha512-yiYKP0ZWMW7T3TCmsv4H8+jEsB/nFriRAR8bKoSqSV9bkVYWPE36sf7JDux30dQ91jSlQG6LQkB3vCHYTS2cIg==} + engines: {node: ^14.18.0 || >=16.10.0} - '@rollup/rollup-android-arm64@4.17.2': - resolution: {integrity: sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==} + '@nuxt/schema@3.11.2': + resolution: {integrity: sha512-Z0bx7N08itD5edtpkstImLctWMNvxTArsKXzS35ZuqyAyKBPcRjO1CU01slH0ahO30Gg9kbck3/RKNZPwfOjJg==} + engines: {node: ^14.18.0 || >=16.10.0} + + '@nuxt/telemetry@2.5.4': + resolution: {integrity: sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==} + hasBin: true + + '@nuxt/ui-templates@1.3.3': + resolution: {integrity: sha512-3BG5doAREcD50dbKyXgmjD4b1GzY8CUy3T41jMhHZXNDdaNwOd31IBq+D6dV00OSrDVhzrTVj0IxsUsnMyHvIQ==} + + '@nuxt/vite-builder@3.11.2': + resolution: {integrity: sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==} + engines: {node: ^14.18.0 || >=16.10.0} + peerDependencies: + vue: ^3.3.4 + + '@open-draft/deferred-promise@2.2.0': + resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==} + + '@open-draft/logger@0.3.0': + resolution: {integrity: sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==} + + '@open-draft/until@2.1.0': + resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==} + + '@opentelemetry/api-logs@0.50.0': + resolution: {integrity: sha512-JdZuKrhOYggqOpUljAq4WWNi5nB10PmgoF0y2CvedLGXd0kSawb/UBnWT8gg1ND3bHCNHStAIVT0ELlxJJRqrA==} + engines: {node: '>=14'} + + '@opentelemetry/api@1.8.0': + resolution: {integrity: sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==} + engines: {node: '>=8.0.0'} + + '@opentelemetry/core@1.23.0': + resolution: {integrity: sha512-hdQ/a9TMzMQF/BO8Cz1juA43/L5YGtCSiKoOHmrTEf7VMDAZgy8ucpWx3eQTnQ3gBloRcWtzvcrMZABC3PTSKQ==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + + '@opentelemetry/core@1.24.1': + resolution: {integrity: sha512-wMSGfsdmibI88K9wB498zXY04yThPexo8jvwNNlm542HZB7XrrMRBbAyKJqG8qDRJwIBdBrPMi4V9ZPW/sqrcg==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + + '@opentelemetry/otlp-transformer@0.50.0': + resolution: {integrity: sha512-s0sl1Yfqd5q1Kjrf6DqXPWzErL+XHhrXOfejh4Vc/SMTNqC902xDsC8JQxbjuramWt/+hibfguIvi7Ns8VLolA==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.3.0 <1.9.0' + + '@opentelemetry/resources@1.23.0': + resolution: {integrity: sha512-iPRLfVfcEQynYGo7e4Di+ti+YQTAY0h5mQEUJcHlU9JOqpb4x965O6PZ+wMcwYVY63G96KtdS86YCM1BF1vQZg==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + + '@opentelemetry/resources@1.24.1': + resolution: {integrity: sha512-cyv0MwAaPF7O86x5hk3NNgenMObeejZFLJJDVuSeSMIsknlsj3oOZzRv3qSzlwYomXsICfBeFFlxwHQte5mGXQ==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + + '@opentelemetry/sdk-logs@0.50.0': + resolution: {integrity: sha512-PeUEupBB29p9nlPNqXoa1PUWNLsZnxG0DCDj3sHqzae+8y76B/A5hvZjg03ulWdnvBLYpnJslqzylG9E0IL87g==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.4.0 <1.9.0' + '@opentelemetry/api-logs': '>=0.39.1' + + '@opentelemetry/sdk-metrics@1.23.0': + resolution: {integrity: sha512-4OkvW6+wST4h6LFG23rXSTf6nmTf201h9dzq7bE0z5R9ESEVLERZz6WXwE7PSgg1gdjlaznm1jLJf8GttypFDg==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.3.0 <1.9.0' + + '@opentelemetry/sdk-trace-base@1.23.0': + resolution: {integrity: sha512-PzBmZM8hBomUqvCddF/5Olyyviayka44O5nDWq673np3ctnvwMOvNrsUORZjKja1zJbwEuD9niAGbnVrz3jwRQ==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + + '@opentelemetry/sdk-trace-base@1.24.1': + resolution: {integrity: sha512-zz+N423IcySgjihl2NfjBf0qw1RWe11XIAWVrTNOSSI6dtSPJiVom2zipFB2AEEtJWpv0Iz6DY6+TjnyTV5pWg==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.9.0' + + '@opentelemetry/semantic-conventions@1.23.0': + resolution: {integrity: sha512-MiqFvfOzfR31t8cc74CTP1OZfz7MbqpAnLCra8NqQoaHJX6ncIRTdYOQYBDQ2uFISDq0WY8Y9dDTWvsgzzBYRg==} + engines: {node: '>=14'} + + '@opentelemetry/semantic-conventions@1.24.1': + resolution: {integrity: sha512-VkliWlS4/+GHLLW7J/rVBA00uXus1SWvwFvcUDxDwmFxYfg/2VI6ekwdXS28cjI8Qz2ky2BzG8OUHo+WeYIWqw==} + engines: {node: '>=14'} + + '@parcel/watcher-android-arm64@2.4.1': + resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==} + engines: {node: '>= 10.0.0'} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.17.2': - resolution: {integrity: sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==} + '@parcel/watcher-darwin-arm64@2.4.1': + resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==} + engines: {node: '>= 10.0.0'} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.17.2': - resolution: {integrity: sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==} + '@parcel/watcher-darwin-x64@2.4.1': + resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==} + engines: {node: '>= 10.0.0'} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.17.2': - resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==} - cpu: [arm] - os: [linux] + '@parcel/watcher-freebsd-x64@2.4.1': + resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [freebsd] - '@rollup/rollup-linux-arm-musleabihf@4.17.2': - resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==} + '@parcel/watcher-linux-arm-glibc@2.4.1': + resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==} + engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.17.2': - resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==} + '@parcel/watcher-linux-arm64-glibc@2.4.1': + resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==} + engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.17.2': - resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==} + '@parcel/watcher-linux-arm64-musl@2.4.1': + resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==} + engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.17.2': - resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==} - cpu: [ppc64] - os: [linux] - - '@rollup/rollup-linux-riscv64-gnu@4.17.2': - resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==} - cpu: [riscv64] - os: [linux] - - '@rollup/rollup-linux-s390x-gnu@4.17.2': - resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==} - cpu: [s390x] - os: [linux] - - '@rollup/rollup-linux-x64-gnu@4.17.2': - resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==} + '@parcel/watcher-linux-x64-glibc@2.4.1': + resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==} + engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.17.2': - resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==} + '@parcel/watcher-linux-x64-musl@2.4.1': + resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==} + engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.17.2': - resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==} + '@parcel/watcher-wasm@2.4.1': + resolution: {integrity: sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==} + engines: {node: '>= 10.0.0'} + bundledDependencies: + - napi-wasm + + '@parcel/watcher-win32-arm64@2.4.1': + resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==} + engines: {node: '>= 10.0.0'} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.17.2': - resolution: {integrity: sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==} + '@parcel/watcher-win32-ia32@2.4.1': + resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==} + engines: {node: '>= 10.0.0'} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.17.2': - resolution: {integrity: sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==} + '@parcel/watcher-win32-x64@2.4.1': + resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==} + engines: {node: '>= 10.0.0'} cpu: [x64] os: [win32] - '@sinclair/typebox@0.27.8': - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + '@parcel/watcher@2.4.1': + resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==} + engines: {node: '>= 10.0.0'} - '@stylistic/eslint-plugin-js@2.1.0': - resolution: {integrity: sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: '>=8.40.0' + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} - '@stylistic/eslint-plugin-jsx@2.1.0': - resolution: {integrity: sha512-mMD7S+IndZo2vxmwpHVTCwx2O1VdtE5tmpeNwgaEcXODzWV1WTWpnsc/PECQKIr/mkLPFWiSIqcuYNhQ/3l6AQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: '>=8.40.0' + '@polka/url@1.0.0-next.25': + resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - '@stylistic/eslint-plugin-plus@2.1.0': - resolution: {integrity: sha512-S5QAlgYXESJaSBFhBSBLZy9o36gXrXQwWSt6QkO+F0SrT9vpV5JF/VKoh+ojO7tHzd8Ckmyouq02TT9Sv2B0zQ==} + '@rollup/plugin-alias@5.1.0': + resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==} + engines: {node: '>=14.0.0'} peerDependencies: - eslint: '*' + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true - '@stylistic/eslint-plugin-ts@2.1.0': - resolution: {integrity: sha512-2ioFibufHYBALx2TBrU4KXovCkN8qCqcb9yIHc0fyOfTaO5jw4d56WW7YRcF3Zgde6qFyXwAN6z/+w4pnmos1g==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@rollup/plugin-commonjs@25.0.7': + resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.68.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-inject@5.0.5': + resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-json@6.1.0': + resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-node-resolve@15.2.3': + resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.78.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-replace@5.0.5': + resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-terser@0.4.4': + resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/pluginutils@4.2.1': + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} + engines: {node: '>= 8.0.0'} + + '@rollup/pluginutils@5.1.0': + resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/rollup-android-arm-eabi@4.17.2': + resolution: {integrity: sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.17.2': + resolution: {integrity: sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.17.2': + resolution: {integrity: sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.17.2': + resolution: {integrity: sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-linux-arm-gnueabihf@4.17.2': + resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.17.2': + resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.17.2': + resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.17.2': + resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.17.2': + resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.17.2': + resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.17.2': + resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.17.2': + resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.17.2': + resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.17.2': + resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.17.2': + resolution: {integrity: sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.17.2': + resolution: {integrity: sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==} + cpu: [x64] + os: [win32] + + '@shikijs/core@1.3.0': + resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==} + + '@sigstore/bundle@2.3.1': + resolution: {integrity: sha512-eqV17lO3EIFqCWK3969Rz+J8MYrRZKw9IBHpSo6DEcEX2c+uzDFOgHE9f2MnyDpfs48LFO4hXmk9KhQ74JzU1g==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@sigstore/core@1.1.0': + resolution: {integrity: sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@sigstore/protobuf-specs@0.3.2': + resolution: {integrity: sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@sigstore/sign@2.3.1': + resolution: {integrity: sha512-YZ71wKIOweC8ViUeZXboz0iPLqMkskxuoeN/D1CEpAyZvEepbX9oRMIoO6a/DxUqO1VEaqmcmmqzSiqtOsvSmw==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@sigstore/tuf@2.3.3': + resolution: {integrity: sha512-agQhHNkIddXFslkudjV88vTXiAMEyUtso3at6ZHUNJ1agZb7Ze6VW/PddHipdWBu1t+8OWLW5X5yZOPiOnaWJQ==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@sigstore/verify@1.2.0': + resolution: {integrity: sha512-hQF60nc9yab+Csi4AyoAmilGNfpXT+EXdBgFkP9OgPwIBPwyqVf7JAWPtmqrrrneTmAT6ojv7OlH1f6Ix5BG4Q==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@sinclair/typebox@0.27.8': + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + + '@sindresorhus/merge-streams@2.3.0': + resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} + engines: {node: '>=18'} + + '@stylistic/eslint-plugin-js@2.1.0': + resolution: {integrity: sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: '>=8.40.0' + + '@stylistic/eslint-plugin-jsx@2.1.0': + resolution: {integrity: sha512-mMD7S+IndZo2vxmwpHVTCwx2O1VdtE5tmpeNwgaEcXODzWV1WTWpnsc/PECQKIr/mkLPFWiSIqcuYNhQ/3l6AQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: '>=8.40.0' + + '@stylistic/eslint-plugin-plus@2.1.0': + resolution: {integrity: sha512-S5QAlgYXESJaSBFhBSBLZy9o36gXrXQwWSt6QkO+F0SrT9vpV5JF/VKoh+ojO7tHzd8Ckmyouq02TT9Sv2B0zQ==} + peerDependencies: + eslint: '*' + + '@stylistic/eslint-plugin-ts@2.1.0': + resolution: {integrity: sha512-2ioFibufHYBALx2TBrU4KXovCkN8qCqcb9yIHc0fyOfTaO5jw4d56WW7YRcF3Zgde6qFyXwAN6z/+w4pnmos1g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -551,6 +1135,18 @@ packages: peerDependencies: eslint: '>=8.40.0' + '@trysound/sax@0.2.0': + resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} + engines: {node: '>=10.13.0'} + + '@tufjs/canonical-json@2.0.0': + resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} + engines: {node: ^16.14.0 || >=18.0.0} + + '@tufjs/models@2.0.1': + resolution: {integrity: sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==} + engines: {node: ^16.14.0 || >=18.0.0} + '@types/d3-array@3.2.1': resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} @@ -653,6 +1249,9 @@ packages: '@types/geojson@7946.0.14': resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} + '@types/http-proxy@1.17.14': + resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} + '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -674,9 +1273,15 @@ packages: '@types/unist@2.0.10': resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} + '@types/vscode-webview@1.57.5': + resolution: {integrity: sha512-iBAUYNYkz+uk1kdsq05fEcoh8gJmwT3lqqFPN7MGyjQ3HVloViMdo7ZJ8DFIP8WOK74PjOEilosqAyxV2iUFUw==} + '@types/vscode@1.89.0': resolution: {integrity: sha512-TMfGKLSVxfGfoO8JfIE/neZqv7QLwS4nwPwL/NwMvxtAY2230H2I4Z5xx6836pmJvMAzqooRQ4pmLm7RUicP3A==} + '@types/web-bluetooth@0.0.20': + resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} + '@typescript-eslint/eslint-plugin@7.8.0': resolution: {integrity: sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==} engines: {node: ^18.18.0 || >=20.0.0} @@ -735,6 +1340,128 @@ packages: resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==} engines: {node: ^18.18.0 || >=20.0.0} + '@unhead/dom@1.9.10': + resolution: {integrity: sha512-F4sBrmd8kG8MEqcVTGL0Y6tXbJMdWK724pznUzefpZTs1GaVypFikLluaLt4EnICcVhOBSe4TkGrc8N21IJJzQ==} + + '@unhead/schema@1.9.10': + resolution: {integrity: sha512-3ROh0doKfA7cIcU0zmjYVvNOiJuxSOcjInL+7iOFIxQovEWr1PcDnrnbEWGJsXrLA8eqjrjmhuDqAr3JbMGsLg==} + + '@unhead/shared@1.9.10': + resolution: {integrity: sha512-LBXxm/8ahY4FZ0FbWVaM1ANFO5QpPzvaYwjAQhgHANsrqFP2EqoGcOv1CfhdQbxg8vpGXkjI7m0r/8E9d3JoDA==} + + '@unhead/ssr@1.9.10': + resolution: {integrity: sha512-4hy3uFrYGJd5h0jmCIC0vFBf5DDhbz+j6tkATTNIaLz5lR4ZdFT+ipwzR20GvnaOiGWiOhZF3yv9FTJQyX4jog==} + + '@unhead/vue@1.9.10': + resolution: {integrity: sha512-Zi65eTU5IIaqqXAVOVJ4fnwJRR751FZIFlzYOjIekf1eNkISy+A4xyz3NIEQWSlXCrOiDNgDhT0YgKUcx5FfHQ==} + peerDependencies: + vue: '>=2.7 || >=3' + + '@unocss/astro@0.60.2': + resolution: {integrity: sha512-H8kJHj8aCQXksr0o7OpHqNkzm0RmpOm+qCt8vRcJJVFrdzQyaIQ/vyq3BUTV0Ex6OSzPirTe8fOaWoZdKtKf2Q==} + peerDependencies: + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + peerDependenciesMeta: + vite: + optional: true + + '@unocss/cli@0.60.2': + resolution: {integrity: sha512-zX7eM95UI6LpKRfHTr8T2gSlFFXemPUswBxR5H4vPVlLeeCOhJWfc04vGdtSwoix5qFdnhQWIwzXGXAaB+kwoA==} + engines: {node: '>=14'} + hasBin: true + + '@unocss/config@0.60.2': + resolution: {integrity: sha512-EEgivE1xEnamAsYMcmjUmLJjOa9dBdV2zygT/blSFyX6rMfA4OuRlZ8hgfeWrHImZGiTXUU0jV2EaRmK9jEImQ==} + engines: {node: '>=14'} + + '@unocss/core@0.60.2': + resolution: {integrity: sha512-9i+eAJAqvy9bv0vrQxUU7VtR+wO6Vfk6dqrPHKRV/vlbwRT18v/C++dQ2L6PLM1CKxgNTeld0iTlpo8J3xZlxQ==} + + '@unocss/extractor-arbitrary-variants@0.60.2': + resolution: {integrity: sha512-uO4ZPUcaYvyWshXnqzFnSWeh+Du6xVYwaz3oBKq4n7Ryw2Grc0IhiZe6n9MC8w6nkbopdo6ngr5LnFGp86horQ==} + + '@unocss/inspector@0.60.2': + resolution: {integrity: sha512-tc+TtTA7yNCS10oT7MfI2rEv1KErwLgEDRvBLCM1vsXmjzsGxkhqnT3vT5pqRkENYh/QhmIfpz1899GvH8WBMQ==} + + '@unocss/postcss@0.60.2': + resolution: {integrity: sha512-fGXzhx5bh1iYxQ0wThmUsu+KMxCTqZsQQZ/a2kbTNzmOIslX1/cCWaQ62BWsfER7rOnZVG6DzGR+3CzVcDzuXg==} + engines: {node: '>=14'} + peerDependencies: + postcss: ^8.4.21 + + '@unocss/preset-attributify@0.60.2': + resolution: {integrity: sha512-PQDObhVtopL/eEceAHX/pBmPQhm50l4yhTu/pMH31hL13DuRYODngWe00jjgmMRTwIAFpMpDVKk2GjxeD05+cQ==} + + '@unocss/preset-icons@0.60.2': + resolution: {integrity: sha512-knE4CKn4tgjvyZQSZTuC5FIO2/jcP1AWBvpWyJTax5kcKAIrL8IU4b7PhiPwPrQpe0LBTtyQKWCXqWXp7DhDwA==} + + '@unocss/preset-mini@0.60.2': + resolution: {integrity: sha512-Vp5UWzD9FgxeYNhyJIXjMt8HyL7joGJWzmFa2zR8ZAYZ+WIIIJWtxa+9/H8gJgnGTWa2H9oyj9h3IqOYT/lmSg==} + + '@unocss/preset-tagify@0.60.2': + resolution: {integrity: sha512-M730DpoPJ8/uG7aKme9EYrzspr0WfKp7z3CTpb2hb4YHuiCXmiTjdxo5xa9vK3ZGQTZlUkG0rz3TLw8tRKqRDg==} + + '@unocss/preset-typography@0.60.2': + resolution: {integrity: sha512-QKJi1LbC/f8RwwSwV6yQCXu/8wlBcrNyKiUSe7o9I2NYP+mzINlp64pXEP43UtUQo6x8Dil/TuzpRqMFPG/pMA==} + + '@unocss/preset-uno@0.60.2': + resolution: {integrity: sha512-ggOCehuBm6depGV+79heBlcYlwgcfbIMLnxbywZPIrLwPB/4YaTArBcG4giKILyu4p2PcodAZvfv4uYXrLaE5Q==} + + '@unocss/preset-web-fonts@0.60.2': + resolution: {integrity: sha512-1lHZVOR6JHkPOvFBQeqZLoAwDk9spUxrX2WfLSVL+sCuBLLeo8voa/LnCxPxKiQwKZGEEoh+qM2MKsLnRd+P6w==} + + '@unocss/preset-wind@0.60.2': + resolution: {integrity: sha512-9Ml2Wyn7LAcKfqHMJmflT/jdz5eLZtm3SEZKH5Lfk5MOyeVm6NDXjXK140u3zaP5tGKqtO6akJZGtYktWJ6+WQ==} + + '@unocss/reset@0.60.2': + resolution: {integrity: sha512-kM0DYAcbmzpAyHefa/W+cifBTScWeZGsNpKagMQ6vci6OlTUiDB1GcmhQZ6dC0Ks59GtPmRbzZLaK1MgG6ayrA==} + + '@unocss/rule-utils@0.60.2': + resolution: {integrity: sha512-pg3XbU0s0TmmRk0UkSV6wTlca+Zz5xe9V+Mk8a5QqVp0oJ2jNWHO9AfzF4NcvTzM2zV2a/WbpjSBgoK8iAz3zg==} + engines: {node: '>=14'} + + '@unocss/scope@0.60.2': + resolution: {integrity: sha512-pdwNZzQBb6rllgCwirPPrydDZH2XL0DI8/W7iM1RKYiNeDYjoDAWdVD46CrRmxadiHesrhdIwDL6rQz7Q7bl0w==} + + '@unocss/transformer-attributify-jsx-babel@0.60.2': + resolution: {integrity: sha512-mb66b39qsjyH7+XqC/0ciLdPatVKH5CfMDxUMvzczuFTQ/+V3VAN/Mm6Ru+oxMgbf7qPTALSnLgu6RUhEldTzA==} + + '@unocss/transformer-attributify-jsx@0.60.2': + resolution: {integrity: sha512-GZbtuZLz3COMhEqdc33zmn8cKupAzVeLcAV66EL+zj7hfZIvrIEs5RFajtzlkQa7RC5YOOjZfHxMccGBEP1RMQ==} + + '@unocss/transformer-compile-class@0.60.2': + resolution: {integrity: sha512-dZfkGsqd7mdyRRCG8om5lTxQ4CjaaDka8gPbVawbDkK4U53G2vnN3daVlE7UflUXS32hOPj16RfOcb8cH+pypw==} + + '@unocss/transformer-directives@0.60.2': + resolution: {integrity: sha512-p4ZtXoz1mZ125WfANFAD6pXwQJdA4lfff5abZfoDiTPLvtvYQFmwGCeBXUnEKAnBnTwwiBD2zsIwGfumWAsqrA==} + + '@unocss/transformer-variant-group@0.60.2': + resolution: {integrity: sha512-2eE2MZhFhNj+3fxO9VE1yC8LddUn9vetNZKrgGlegrBH/jOL9Pn/vygBmMAg1XFLEgC3DtvwdzCKMVttV30Ivw==} + + '@unocss/vite@0.60.2': + resolution: {integrity: sha512-+gBjyT5z/aZgPIZxpUbiXyOt1diY9YQfIJStOhBG0MP6daMdDX78SnDuUq/zKMk9EJuZ3FxhbZF5dYSD4bhJmw==} + peerDependencies: + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + + '@vercel/nft@0.26.5': + resolution: {integrity: sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==} + engines: {node: '>=16'} + hasBin: true + + '@vitejs/plugin-vue-jsx@3.1.0': + resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 + vue: ^3.0.0 + + '@vitejs/plugin-vue@5.0.4': + resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 + vue: ^3.2.25 + '@vitest/expect@1.6.0': resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} @@ -755,6 +1482,36 @@ packages: engines: {node: '>= 16'} hasBin: true + '@vscode/webview-ui-toolkit@1.4.0': + resolution: {integrity: sha512-modXVHQkZLsxgmd5yoP3ptRC/G8NBDD+ob+ngPiWNQdlrH6H1xR/qgOBD85bfU3BhOB5sZzFWBwwhp9/SfoHww==} + peerDependencies: + react: '>=16.9.0' + + '@vue-macros/common@1.10.3': + resolution: {integrity: sha512-YSgzcbXrRo8a/TF/YIguqEmTld1KA60VETKJG8iFuaAfj7j+Tbdin3cj7/cYbcCHORSq1v9IThgq7r8keH7LXQ==} + engines: {node: '>=16.14.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + peerDependenciesMeta: + vue: + optional: true + + '@vue/babel-helper-vue-transform-on@1.2.2': + resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==} + + '@vue/babel-plugin-jsx@1.2.2': + resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + + '@vue/babel-plugin-resolve-type@1.2.2': + resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@vue/compiler-core@3.4.27': resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} @@ -767,35 +1524,165 @@ packages: '@vue/compiler-ssr@3.4.27': resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} - '@vue/shared@3.4.27': - resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} + '@vue/devtools-api@6.6.1': + resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - acorn-jsx@5.3.2: - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + '@vue/devtools-applet@7.1.3': + resolution: {integrity: sha512-525h17FzUF7ssko/U+yeP5jv0HaGm3eI4dVqncWPRCLTDtOy1V+srjoxYqr5qnzx6AdIU2icPQF2KNomd9FGZw==} peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + vue: ^3.0.0 - acorn-walk@8.3.2: - resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} - engines: {node: '>=0.4.0'} + '@vue/devtools-core@7.1.3': + resolution: {integrity: sha512-pVbWi8pf2Z/fZPioYOIgu+cv9pQG55k4D8bL31ec+Wfe+pQR0ImFDu0OhHfch1Ra8uvLLrAZTF4IKeGAkmzD4A==} - acorn@8.11.3: - resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} - engines: {node: '>=0.4.0'} - hasBin: true + '@vue/devtools-kit@7.1.3': + resolution: {integrity: sha512-NFskFSJMVCBXTkByuk2llzI3KD3Blcm7WqiRorWjD6nClHPgkH5BobDH08rfulqq5ocRt5xV+3qOT1Q9FXJrwQ==} + peerDependencies: + vue: ^3.0.0 - agent-base@7.1.1: - resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} - engines: {node: '>= 14'} + '@vue/devtools-shared@7.1.3': + resolution: {integrity: sha512-KJ3AfgjTn3tJz/XKF+BlVShNPecim3G21oHRue+YQOsooW+0s+qXvm09U09aO7yBza5SivL1QgxSrzAbiKWjhQ==} - ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + '@vue/devtools-ui@7.1.3': + resolution: {integrity: sha512-gO2EV3T0wO+HK884+m6UgTEirNOuf+k8U4PcR0vIYA97/A9nTzv9HheCRyFMiHMePYxnlBOsgD7K2fp1/M+EWA==} + peerDependencies: + '@unocss/reset': '>=0.50.0-0' + floating-vue: '>=2.0.0-0' + unocss: '>=0.50.0-0' + vue: '>=3.0.0-0' - ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + '@vue/reactivity@3.4.27': + resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} - ansi-styles@3.2.1: + '@vue/runtime-core@3.4.27': + resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} + + '@vue/runtime-dom@3.4.27': + resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} + + '@vue/server-renderer@3.4.27': + resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==} + peerDependencies: + vue: 3.4.27 + + '@vue/shared@3.4.27': + resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} + + '@vueuse/components@10.9.0': + resolution: {integrity: sha512-BHQpA0yIi3y7zKa1gYD0FUzLLkcRTqVhP8smnvsCK6GFpd94Nziq1XVPD7YpFeho0k5BzbBiNZF7V/DpkJ967A==} + + '@vueuse/core@10.9.0': + resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} + + '@vueuse/integrations@10.9.0': + resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==} + peerDependencies: + async-validator: '*' + axios: '*' + change-case: '*' + drauu: '*' + focus-trap: '*' + fuse.js: '*' + idb-keyval: '*' + jwt-decode: '*' + nprogress: '*' + qrcode: '*' + sortablejs: '*' + universal-cookie: '*' + peerDependenciesMeta: + async-validator: + optional: true + axios: + optional: true + change-case: + optional: true + drauu: + optional: true + focus-trap: + optional: true + fuse.js: + optional: true + idb-keyval: + optional: true + jwt-decode: + optional: true + nprogress: + optional: true + qrcode: + optional: true + sortablejs: + optional: true + universal-cookie: + optional: true + + '@vueuse/metadata@10.9.0': + resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} + + '@vueuse/shared@10.9.0': + resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} + + abbrev@1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + + abbrev@2.0.0: + resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + + acorn-import-attributes@1.9.5: + resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==} + peerDependencies: + acorn: ^8 + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn-walk@8.3.2: + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} + engines: {node: '>=0.4.0'} + + acorn@8.11.3: + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} + engines: {node: '>=0.4.0'} + hasBin: true + + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + agent-base@7.1.1: + resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} + engines: {node: '>= 14'} + + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ansi-colors@4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + + ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} @@ -807,14 +1694,33 @@ packages: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} + aproba@2.0.0: + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + + archiver-utils@5.0.2: + resolution: {integrity: sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==} + engines: {node: '>= 14'} + + archiver@7.0.1: + resolution: {integrity: sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==} + engines: {node: '>= 14'} + are-docs-informative@0.0.2: resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} engines: {node: '>=14'} + are-we-there-yet@2.0.0: + resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} + engines: {node: '>=10'} + argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} @@ -825,15 +1731,46 @@ packages: assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + ast-kit@0.12.1: + resolution: {integrity: sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==} + engines: {node: '>=16.14.0'} + + ast-kit@0.9.5: + resolution: {integrity: sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==} + engines: {node: '>=16.14.0'} + + ast-walker-scope@0.5.0: + resolution: {integrity: sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==} + engines: {node: '>=16.14.0'} + + async-sema@3.1.1: + resolution: {integrity: sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==} + + async@3.2.5: + resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} + asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + autoprefixer@10.4.19: + resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + azure-devops-node-api@12.5.0: resolution: {integrity: sha512-R5eFskGvOm3U/GzeAuxRkUsAl0hrAwGgWn6zAd2KrZmrEhWZVqLew4OOupbQlXUuojUzpGtq62SmdhJ06N88og==} + b4a@1.6.6: + resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} + balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + bare-events@2.2.2: + resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==} + base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} @@ -841,6 +1778,12 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} + bindings@1.5.0: + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + + birpc@0.2.17: + resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==} + bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} @@ -865,6 +1808,10 @@ packages: buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + buffer-crc32@1.0.0: + resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==} + engines: {node: '>=8.0.0'} + buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} @@ -874,6 +1821,9 @@ packages: buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} @@ -894,6 +1844,10 @@ packages: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} + cacache@18.0.3: + resolution: {integrity: sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==} + engines: {node: ^16.14.0 || >=18.0.0} + call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} @@ -905,6 +1859,13 @@ packages: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} + camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + + caniuse-api@3.0.0: + resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} + caniuse-lite@1.0.30001617: resolution: {integrity: sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==} @@ -920,6 +1881,10 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} + chalk@5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + character-entities-legacy@1.1.4: resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} @@ -961,10 +1926,25 @@ packages: resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} engines: {node: '>=4'} + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + + clear@0.1.0: + resolution: {integrity: sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==} + + clipboardy@4.0.0: + resolution: {integrity: sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==} + engines: {node: '>=18'} + cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} + cluster-key-slot@1.1.2: + resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==} + engines: {node: '>=0.10.0'} + cockatiel@3.1.3: resolution: {integrity: sha512-xC759TpZ69d7HhfDp8m2WkRwEUiCkxY8Ee2OQH/3H6zmy2D/5Sm+zSTbPRa+V2QyjDtpMvjOIAOVjA2gp6N1kQ==} engines: {node: '>=16'} @@ -982,6 +1962,16 @@ packages: color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + color-support@1.1.3: + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + hasBin: true + + colord@2.9.3: + resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} + + colorette@2.0.20: + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} @@ -997,10 +1987,21 @@ packages: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} + commander@8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + comment-parser@1.4.1: resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} engines: {node: '>= 12.0.0'} + commondir@1.0.1: + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + + compress-commons@6.0.2: + resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==} + engines: {node: '>= 14'} + concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -1011,16 +2012,70 @@ packages: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} + console-control-strings@1.1.0: + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + + cookie-es@1.1.0: + resolution: {integrity: sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw==} + core-js-compat@3.37.0: resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==} + core-util-is@1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + + crc-32@1.2.2: + resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} + engines: {node: '>=0.8'} + hasBin: true + + crc32-stream@6.0.0: + resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==} + engines: {node: '>= 14'} + + create-require@1.1.1: + resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + + croner@8.0.2: + resolution: {integrity: sha512-HgSdlSUX8mIgDTTiQpWUP4qY4IFRMsduPCYdca34Pelt8MVdxdaDOzreFtCscA6R+cRZd7UbD1CD3uyx6J3X1A==} + engines: {node: '>=18.0'} + + cronstrue@2.50.0: + resolution: {integrity: sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==} + hasBin: true + cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} + crossws@0.2.4: + resolution: {integrity: sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==} + peerDependencies: + uWebSockets.js: '*' + peerDependenciesMeta: + uWebSockets.js: + optional: true + + css-declaration-sorter@7.2.0: + resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + postcss: ^8.0.9 + css-select@5.1.0: resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + css-tree@2.2.1: + resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + + css-tree@2.3.1: + resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} @@ -1030,6 +2085,31 @@ packages: engines: {node: '>=4'} hasBin: true + cssnano-preset-default@6.1.2: + resolution: {integrity: sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + cssnano-utils@4.0.2: + resolution: {integrity: sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + cssnano@6.1.2: + resolution: {integrity: sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + csso@5.0.5: + resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + d3-array@3.2.4: resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==} engines: {node: '>=12'} @@ -1160,6 +2240,28 @@ packages: resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==} engines: {node: '>=12'} + db0@0.1.4: + resolution: {integrity: sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==} + peerDependencies: + '@libsql/client': ^0.5.2 + better-sqlite3: ^9.4.3 + drizzle-orm: ^0.29.4 + peerDependenciesMeta: + '@libsql/client': + optional: true + better-sqlite3: + optional: true + drizzle-orm: + optional: true + + debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: @@ -1226,17 +2328,44 @@ packages: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} + delegates@1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + + denque@2.1.0: + resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==} + engines: {node: '>=0.10'} + + depd@2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + destr@2.0.3: resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} + destroy@1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} + devalue@4.3.3: + resolution: {integrity: sha512-UH8EL6H2ifcY8TbD2QsxwCC/pr5xSwPvv85LrLXVihmHVC3T3YqTCIwnR5ak0yO1KYqlxrPVOA/JVZJYPy2ATg==} + diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + diff@5.2.0: + resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} + engines: {node: '>=0.3.1'} + dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -1258,19 +2387,42 @@ packages: domutils@3.1.0: resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + dot-prop@8.0.2: + resolution: {integrity: sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==} + engines: {node: '>=16'} + dotenv@16.4.5: resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} engines: {node: '>=12'} + duplexer@0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + ecdsa-sig-formatter@1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} + ee-first@1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + electron-to-chromium@1.4.762: resolution: {integrity: sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + encodeurl@1.0.2: + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} + + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} @@ -1285,9 +2437,19 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + + err-code@2.0.3: + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + error-stack-parser-es@0.1.2: + resolution: {integrity: sha512-amcbvvI4SkWBOWpwH/pyz/vFGRRjFvvGmgHFAzOoOV5at2IGjIoqjcCqtfVRoisT3qZ69r0/cfWIyXlRbbg3IA==} + es-define-property@1.0.0: resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} engines: {node: '>= 0.4'} @@ -1308,6 +2470,9 @@ packages: resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} engines: {node: '>=6'} + escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} @@ -1316,6 +2481,10 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} + escape-string-regexp@5.0.0: + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} + eslint-compat-utils@0.5.0: resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} engines: {node: '>=12'} @@ -1521,21 +2690,49 @@ packages: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} + etag@1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + + event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} + execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + + execa@7.2.0: + resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} + engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + execa@8.0.1: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} + exenv-es6@1.1.1: + resolution: {integrity: sha512-vlVu3N8d6yEMpMsEm+7sUBAI81aqYYuEvfK0jNqmdb/OPXzzH7QWDDnVjMvDSY47JdHEqx/dfC/q8WkfoTmpGQ==} + expand-template@2.0.3: resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} + exponential-backoff@3.1.1: + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + + externality@1.0.2: + resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==} + fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + fast-fifo@1.3.2: + resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} + fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -1556,6 +2753,9 @@ packages: resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} engines: {node: '>=16.0.0'} + file-uri-to-path@1.0.0: + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} @@ -1579,17 +2779,48 @@ packages: flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + floating-vue@5.2.2: + resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==} + peerDependencies: + '@nuxt/kit': ^3.2.0 + vue: ^3.2.0 + peerDependenciesMeta: + '@nuxt/kit': + optional: true + + focus-trap@7.5.4: + resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} + + foreground-child@3.1.1: + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} + form-data@4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} engines: {node: '>= 6'} + fraction.js@4.3.7: + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} + + fresh@0.5.2: + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} + fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + engines: {node: '>=14.14'} + fs-minipass@2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} + fs-minipass@3.0.3: + resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -1601,6 +2832,14 @@ packages: function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + gauge@3.0.2: + resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} + engines: {node: '>=10'} + + gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} @@ -1612,6 +2851,13 @@ packages: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} + get-port-please@3.1.2: + resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==} + + get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + get-stream@8.0.1: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} @@ -1623,6 +2869,16 @@ packages: resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==} hasBin: true + git-config-path@2.0.0: + resolution: {integrity: sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==} + engines: {node: '>=4'} + + git-up@7.0.0: + resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} + + git-url-parse@14.0.0: + resolution: {integrity: sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==} + github-from-package@0.0.0: resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} @@ -1634,9 +2890,26 @@ packages: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} + glob@10.3.14: + resolution: {integrity: sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + + global-directory@4.0.1: + resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} + engines: {node: '>=18'} + + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} @@ -1653,6 +2926,10 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} + globby@14.0.1: + resolution: {integrity: sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==} + engines: {node: '>=18'} + gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -1662,6 +2939,17 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + gzip-size@6.0.0: + resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} + engines: {node: '>=10'} + + gzip-size@7.0.0: + resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + h3@1.11.1: + resolution: {integrity: sha512-AbaH6IDnZN6nmbnJOH72y3c5Wwh9P97soSVdGSBbcDACRdkC0FEWf25pzx4f/NuOCK6quHmW18yF2Wx+G4Zi1A==} + has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} @@ -1681,6 +2969,9 @@ packages: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} + has-unicode@2.0.1: + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + hash-sum@2.0.0: resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==} @@ -1688,6 +2979,9 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} + hookable@5.5.3: + resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} + hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -1695,17 +2989,51 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} + hosted-git-info@7.0.2: + resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} + engines: {node: ^16.14.0 || >=18.0.0} + + html-tags@3.3.1: + resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} + engines: {node: '>=8'} + htmlparser2@8.0.2: resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + http-cache-semantics@4.1.1: + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + + http-errors@2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + http-proxy-agent@7.0.2: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} + http-shutdown@1.2.2: + resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} + + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + https-proxy-agent@7.0.4: resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} engines: {node: '>= 14'} + httpxy@0.1.5: + resolution: {integrity: sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ==} + + human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + + human-signals@4.3.1: + resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} + engines: {node: '>=14.18.0'} + human-signals@5.0.0: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} @@ -1717,10 +3045,17 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + ignore-walk@6.0.5: + resolution: {integrity: sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} + image-meta@0.2.0: + resolution: {integrity: sha512-ZBGjl0ZMEMeOC3Ns0wUF/5UdUmr3qQhBSCniT0LxOgGGIRHiNFOkMtIHB7EOznRU47V2AxPgiVP+s+0/UCU0Hg==} + import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} @@ -1742,10 +3077,25 @@ packages: ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + ini@4.1.1: + resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + internmap@2.0.3: resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} engines: {node: '>=12'} + ioredis@5.4.1: + resolution: {integrity: sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==} + engines: {node: '>=12.22.0'} + + ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} + + iron-webcrypto@1.2.1: + resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} + is-alphabetical@1.0.4: resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} @@ -1799,9 +3149,19 @@ packages: engines: {node: '>=14.16'} hasBin: true + is-installed-globally@1.0.0: + resolution: {integrity: sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==} + engines: {node: '>=18'} + + is-lambda@1.0.1: + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} + is-node-process@1.2.0: + resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==} + is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -1810,7 +3170,25 @@ packages: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} - is-stream@3.0.0: + is-path-inside@4.0.0: + resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==} + engines: {node: '>=12'} + + is-primitive@3.0.1: + resolution: {integrity: sha512-GljRxhWvlCNRfZyORiH77FwdFwGcMO620o37EOYC0ORWdq+WYNVqW0w2Juzew4M+L81l6/QS3t5gkkihyRqv9w==} + engines: {node: '>=0.10.0'} + + is-reference@1.2.1: + resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} + + is-ssh@1.4.0: + resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} + + is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + + is-stream@3.0.0: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -1822,9 +3200,24 @@ packages: resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} engines: {node: '>=16'} + is64bit@2.0.0: + resolution: {integrity: sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==} + engines: {node: '>=18'} + + isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + isexe@3.1.1: + resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} + engines: {node: '>=16'} + + jackspeak@2.3.6: + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} + jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true @@ -1839,6 +3232,9 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true + jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + jsdoc-type-pratt-parser@4.0.0: resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} engines: {node: '>=12.0.0'} @@ -1847,6 +3243,11 @@ packages: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true + jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + jsesc@3.0.2: resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} engines: {node: '>=6'} @@ -1858,12 +3259,21 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + json-parse-even-better-errors@3.0.2: + resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + jsonc-eslint-parser@2.4.0: resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1871,6 +3281,13 @@ packages: jsonc-parser@3.2.1: resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} + jsonfile@6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + + jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + jsonwebtoken@9.0.2: resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} engines: {node: '>=12', npm: '>=6'} @@ -1897,6 +3314,23 @@ packages: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} + klona@2.0.6: + resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} + engines: {node: '>= 8'} + + knitwork@1.1.0: + resolution: {integrity: sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==} + + kolorist@1.8.0: + resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} + + launch-editor@2.6.1: + resolution: {integrity: sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==} + + lazystream@1.0.1: + resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} + engines: {node: '>= 0.6.3'} + leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} @@ -1905,12 +3339,24 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} + lilconfig@3.1.1: + resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} + engines: {node: '>=14'} + lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} linkify-it@3.0.3: resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==} + listhen@1.7.2: + resolution: {integrity: sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==} + hasBin: true + + local-pkg@0.4.3: + resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} + engines: {node: '>=14'} + local-pkg@0.5.0: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} @@ -1927,9 +3373,18 @@ packages: resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + lodash-es@4.17.21: + resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + + lodash.defaults@4.2.0: + resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} + lodash.includes@4.3.0: resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} + lodash.isarguments@3.1.0: + resolution: {integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==} + lodash.isboolean@3.0.3: resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==} @@ -1945,25 +3400,57 @@ packages: lodash.isstring@4.0.1: resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==} + lodash.memoize@4.1.2: + resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} + lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} lodash.once@4.1.1: resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==} + lodash.uniq@4.5.0: + resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} + lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + loupe@2.3.7: resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} + lru-cache@10.2.2: + resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} + engines: {node: 14 || >=16.14} + + lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} + magic-string-ast@0.5.0: + resolution: {integrity: sha512-mxjxZ5zoR4+ybulZ7Z5qdZUTdAfiKJ1Il80kN/I4jWsHTTqNKZ9KsBa3Jepo+3U09I04qiyC2+7MZD8v4rJOoA==} + engines: {node: '>=16.14.0'} + magic-string@0.30.10: resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} + magicast@0.3.4: + resolution: {integrity: sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==} + + make-dir@3.1.0: + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} + + make-fetch-happen@13.0.1: + resolution: {integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==} + engines: {node: ^16.14.0 || >=18.0.0} + markdown-it@12.3.2: resolution: {integrity: sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==} hasBin: true @@ -1974,6 +3461,12 @@ packages: mdast-util-to-string@2.0.0: resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} + mdn-data@2.0.28: + resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} + + mdn-data@2.0.30: + resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + mdurl@1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} @@ -2004,6 +3497,20 @@ packages: engines: {node: '>=4'} hasBin: true + mime@3.0.0: + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} + engines: {node: '>=10.0.0'} + hasBin: true + + mime@4.0.3: + resolution: {integrity: sha512-KgUb15Oorc0NEKPbvfa0wRU+PItIEZmiv+pyAO2i0oTIVTJhlzMclU7w4RXWQrSOVH5ax/p/CkIO7KI4OyFJTQ==} + engines: {node: '>=16'} + hasBin: true + + mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + mimic-fn@4.0.0: resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} engines: {node: '>=12'} @@ -2019,6 +3526,10 @@ packages: minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + minimatch@9.0.4: resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} engines: {node: '>=16 || 14 >=14.17'} @@ -2026,6 +3537,29 @@ packages: minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + minipass-collect@2.0.1: + resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} + engines: {node: '>=16 || 14 >=14.17'} + + minipass-fetch@3.0.5: + resolution: {integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + minipass-flush@1.0.5: + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} + + minipass-json-stream@1.0.1: + resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} + + minipass-pipeline@1.2.4: + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} + + minipass-sized@1.0.3: + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + engines: {node: '>=8'} + minipass@3.3.6: resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} @@ -2034,10 +3568,20 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} + minipass@7.1.1: + resolution: {integrity: sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==} + engines: {node: '>=16 || 14 >=14.17'} + minizlib@2.1.2: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} + mitt@2.1.0: + resolution: {integrity: sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg==} + + mitt@3.0.1: + resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} + mkdirp-classic@0.5.3: resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} @@ -2049,6 +3593,17 @@ packages: mlly@1.7.0: resolution: {integrity: sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==} + mri@1.2.0: + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} + engines: {node: '>=4'} + + mrmime@2.0.0: + resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} + engines: {node: '>=10'} + + ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} @@ -2063,6 +3618,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@5.0.7: + resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==} + engines: {node: ^18 || >=20} + hasBin: true + napi-build-utils@1.0.2: resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} @@ -2072,6 +3632,20 @@ packages: natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + negotiator@0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + + nitropack@2.9.6: + resolution: {integrity: sha512-HP2PE0dREcDIBVkL8Zm6eVyrDd10/GI9hTL00PHvjUM8I9Y/2cv73wRDmxNyInfrx/CJKHATb2U/pQrqpzJyXA==} + engines: {node: ^16.11.0 || >=17.0.0} + hasBin: true + peerDependencies: + xml2js: ^0.6.2 + peerDependenciesMeta: + xml2js: + optional: true + node-abi@3.62.0: resolution: {integrity: sha512-CPMcGa+y33xuL1E0TcNIu4YyaZCxnnvkVaEXrsosR3FxN+fV8xvb7Mzpb7IgKler10qeMkE6+Dp8qJhpzdq35g==} engines: {node: '>=10'} @@ -2079,40 +3653,152 @@ packages: node-addon-api@4.3.0: resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==} + node-addon-api@7.1.0: + resolution: {integrity: sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==} + engines: {node: ^16 || ^18 || >= 20} + node-fetch-native@1.6.4: resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + node-forge@1.3.1: + resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} + engines: {node: '>= 6.13.0'} + + node-gyp-build@4.8.1: + resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} + hasBin: true + + node-gyp@10.1.0: + resolution: {integrity: sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==} + engines: {node: ^16.14.0 || >=18.0.0} + hasBin: true + node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + nopt@5.0.0: + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} + hasBin: true + + nopt@7.2.1: + resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + normalize-package-data@6.0.1: + resolution: {integrity: sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==} + engines: {node: ^16.14.0 || >=18.0.0} + normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} + normalize-range@0.1.2: + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} + engines: {node: '>=0.10.0'} + + npm-bundled@3.0.1: + resolution: {integrity: sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-install-checks@6.3.0: + resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-normalize-package-bin@3.0.1: + resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-package-arg@11.0.2: + resolution: {integrity: sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==} + engines: {node: ^16.14.0 || >=18.0.0} + + npm-packlist@8.0.2: + resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + npm-pick-manifest@9.0.1: + resolution: {integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==} + engines: {node: ^16.14.0 || >=18.0.0} + + npm-registry-fetch@17.0.1: + resolution: {integrity: sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==} + engines: {node: ^16.14.0 || >=18.0.0} + + npm-run-path@4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + npm-run-path@5.3.0: resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + npmlog@5.0.1: + resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} + nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + nuxi@3.11.1: + resolution: {integrity: sha512-AW71TpxRHNg8MplQVju9tEFvXPvX42e0wPYknutSStDuAjV99vWTWYed4jxr/grk2FtKAuv2KvdJxcn2W59qyg==} + engines: {node: ^16.10.0 || >=18.0.0} + hasBin: true + + nuxt@3.11.2: + resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==} + engines: {node: ^14.18.0 || >=16.10.0} + hasBin: true + peerDependencies: + '@parcel/watcher': ^2.1.0 + '@types/node': ^14.18.0 || >=16.10.0 + peerDependenciesMeta: + '@parcel/watcher': + optional: true + '@types/node': + optional: true + nypm@0.3.8: resolution: {integrity: sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==} engines: {node: ^14.16.0 || >=16.10.0} hasBin: true + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + ofetch@1.3.4: + resolution: {integrity: sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==} + ohash@1.1.3: resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==} + on-finished@2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + onetime@6.0.0: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} @@ -2125,10 +3811,17 @@ packages: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} + openapi-typescript@6.7.5: + resolution: {integrity: sha512-ZD6dgSZi0u1QCP55g8/2yS5hNJfIpgqsSGHLxxdOjvY7eIrXzj271FJEQw33VwsZ6RCtO/NOuhxa7GBWmEudyA==} + hasBin: true + optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} + outvariant@1.4.2: + resolution: {integrity: sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ==} + p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -2157,10 +3850,19 @@ packages: resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + p-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} + pacote@18.0.6: + resolution: {integrity: sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==} + engines: {node: ^16.14.0 || >=18.0.0} + hasBin: true + parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} @@ -2168,6 +3870,10 @@ packages: parse-entities@2.0.0: resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} + parse-git-config@3.0.0: + resolution: {integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==} + engines: {node: '>=8'} + parse-gitignore@2.0.0: resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==} engines: {node: '>=14'} @@ -2176,15 +3882,25 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} + parse-path@7.0.0: + resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} + parse-semver@1.1.1: resolution: {integrity: sha512-Eg1OuNntBMH0ojvEKSrvDSnwLmvVuUOSdylH/pSCPNMIspLlweJyIWXCE+k/5hm3cj/EBUYwmWkjhBALNP4LXQ==} + parse-url@8.1.0: + resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} + parse5-htmlparser2-tree-adapter@7.0.0: resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} parse5@7.1.2: resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + parseurl@1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} + path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -2208,10 +3924,18 @@ packages: path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + path-scurry@1.11.0: + resolution: {integrity: sha512-LNHTaVkzaYaLGlO+0u3rQTz7QrHTFOuKyba9JMTQutkmtNew8dw8wOD7mTU/5fCPZzCWpfW0XnQKzY61P0aTaw==} + engines: {node: '>=16 || 14 >=14.17'} + path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + path-type@5.0.0: + resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} + engines: {node: '>=12'} + pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} @@ -2242,10 +3966,175 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} + postcss-calc@9.0.1: + resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.2.2 + + postcss-colormin@6.1.0: + resolution: {integrity: sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-convert-values@6.1.0: + resolution: {integrity: sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-discard-comments@6.0.2: + resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-discard-duplicates@6.0.3: + resolution: {integrity: sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-discard-empty@6.0.3: + resolution: {integrity: sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-discard-overridden@6.0.2: + resolution: {integrity: sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-merge-longhand@6.0.5: + resolution: {integrity: sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-merge-rules@6.1.1: + resolution: {integrity: sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-minify-font-values@6.1.0: + resolution: {integrity: sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-minify-gradients@6.0.3: + resolution: {integrity: sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-minify-params@6.1.0: + resolution: {integrity: sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-minify-selectors@6.0.4: + resolution: {integrity: sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-charset@6.0.2: + resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-display-values@6.0.2: + resolution: {integrity: sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-positions@6.0.2: + resolution: {integrity: sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-repeat-style@6.0.2: + resolution: {integrity: sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-string@6.0.2: + resolution: {integrity: sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-timing-functions@6.0.2: + resolution: {integrity: sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-unicode@6.1.0: + resolution: {integrity: sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-url@6.0.2: + resolution: {integrity: sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-normalize-whitespace@6.0.2: + resolution: {integrity: sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-ordered-values@6.0.2: + resolution: {integrity: sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-reduce-initial@6.1.0: + resolution: {integrity: sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-reduce-transforms@6.0.2: + resolution: {integrity: sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-selector-parser@6.0.16: resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} engines: {node: '>=4'} + postcss-svgo@6.0.3: + resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} + engines: {node: ^14 || ^16 || >= 18} + peerDependencies: + postcss: ^8.4.31 + + postcss-unique-selectors@6.0.4: + resolution: {integrity: sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + postcss@8.4.38: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} @@ -2259,14 +4148,48 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} + pretty-bytes@6.1.1: + resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} + engines: {node: ^14.13.1 || >=16.0.0} + pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + proc-log@3.0.0: + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + proc-log@4.2.0: + resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + process-nextick-args@2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + + process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + + promise-inflight@1.0.1: + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + + promise-retry@2.0.1: + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} + prompts@2.4.2: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} + protocols@2.0.1: + resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} + pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} @@ -2281,6 +4204,19 @@ packages: queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + queue-tick@1.0.1: + resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} + + radix3@1.1.2: + resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} + + randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + + range-parser@1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} + rc9@2.1.2: resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==} @@ -2291,6 +4227,10 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + react@18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + engines: {node: '>=0.10.0'} + read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -2303,14 +4243,32 @@ packages: resolution: {integrity: sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==} engines: {node: '>=0.8'} + readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + readable-stream@3.6.2: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} + readable-stream@4.5.2: + resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + readdir-glob@1.1.3: + resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} + readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} + redis-errors@1.2.0: + resolution: {integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==} + engines: {node: '>=4'} + + redis-parser@3.0.0: + resolution: {integrity: sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==} + engines: {node: '>=4'} + regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true @@ -2327,6 +4285,10 @@ packages: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} @@ -2334,10 +4296,21 @@ packages: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true + retry@0.12.0: + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} + reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + rfdc@1.3.1: + resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + robust-predicates@3.0.2: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} @@ -2348,6 +4321,16 @@ packages: esbuild: '>=0.18.0' rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 + rollup-plugin-visualizer@5.12.0: + resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + rollup: 2.x || 3.x || 4.x + peerDependenciesMeta: + rollup: + optional: true + rollup-plugin-vue@6.0.0: resolution: {integrity: sha512-oVvUd84d5u73M2HYM3XsMDLtZRIA/tw2U0dmHlXU2UWP5JARYHzh/U9vcxaN/x/9MrepY7VH3pHFeOhrWpxs/Q==} peerDependencies: @@ -2371,6 +4354,9 @@ packages: rw@1.3.3: resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==} + safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} @@ -2380,18 +4366,45 @@ packages: sax@1.3.0: resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + scule@1.3.0: + resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==} + semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + semver@7.6.2: resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} engines: {node: '>=10'} hasBin: true - set-function-length@1.2.2: - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} - engines: {node: '>= 0.4'} + send@0.18.0: + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} + + serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + + serve-placeholder@2.0.1: + resolution: {integrity: sha512-rUzLlXk4uPFnbEaIz3SW8VISTxMuONas88nYWjAWaM2W9VDbt9tyFOr3lq8RhVOFrT3XISoBw8vni5una8qMnQ==} + + serve-static@1.15.0: + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} + + set-blocking@2.0.0: + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + setprototypeof@1.2.0: + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} @@ -2401,6 +4414,12 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} + shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + + shiki@1.3.0: + resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==} + side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} @@ -2408,16 +4427,30 @@ packages: siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + signal-exit@4.1.0: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} + sigstore@2.3.0: + resolution: {integrity: sha512-q+o8L2ebiWD1AxD17eglf1pFrl9jtW7FHa0ygqY6EKvibK8JHyq9Z26v9MZXeDiw+RbfOJ9j2v70M10Hd6E06A==} + engines: {node: ^16.14.0 || >=18.0.0} + simple-concat@1.0.1: resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} + simple-git@3.24.0: + resolution: {integrity: sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw==} + + sirv@2.0.4: + resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} + engines: {node: '>= 10'} + sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} @@ -2425,6 +4458,29 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} + slash@4.0.0: + resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} + engines: {node: '>=12'} + + slash@5.1.0: + resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} + engines: {node: '>=14.16'} + + smart-buffer@4.2.0: + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + + smob@1.5.0: + resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} + + socks-proxy-agent@8.0.3: + resolution: {integrity: sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==} + engines: {node: '>= 14'} + + socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} + source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} @@ -2436,6 +4492,10 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + source-map@0.7.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} + spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -2451,9 +4511,30 @@ packages: spdx-license-ids@3.0.17: resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} + speakingurl@14.0.1: + resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} + engines: {node: '>=0.10.0'} + + splitpanes@3.1.5: + resolution: {integrity: sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==} + + sprintf-js@1.1.3: + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + + ssri@10.0.6: + resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + standard-as-callback@2.1.0: + resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==} + + statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + std-env@3.7.0: resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} @@ -2461,6 +4542,12 @@ packages: resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} engines: {node: '>=4', npm: '>=6'} + streamx@2.16.1: + resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==} + + strict-event-emitter@0.5.1: + resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==} + string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} engines: {node: '>=0.6.19'} @@ -2469,6 +4556,13 @@ packages: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + string_decoder@1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} @@ -2476,6 +4570,14 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + strip-final-newline@3.0.0: resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} engines: {node: '>=12'} @@ -2492,9 +4594,18 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} + strip-literal@1.3.0: + resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} + strip-literal@2.1.0: resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} + stylehacks@6.1.1: + resolution: {integrity: sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -2503,14 +4614,36 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} + supports-color@9.4.0: + resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==} + engines: {node: '>=12'} + supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + svg-tags@1.0.0: + resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} + + svgo@3.3.2: + resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==} + engines: {node: '>=14.0.0'} + hasBin: true + synckit@0.6.2: resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==} engines: {node: '>=12.20'} + system-architecture@0.1.0: + resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} + engines: {node: '>=18'} + + tabbable@5.3.3: + resolution: {integrity: sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==} + + tabbable@6.2.0: + resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} + tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} @@ -2522,6 +4655,9 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} + tar-stream@3.1.7: + resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} + tar@6.2.1: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} @@ -2534,6 +4670,9 @@ packages: text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + tiny-invariant@1.3.3: + resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinybench@2.8.0: resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==} @@ -2557,19 +4696,37 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} + toidentifier@1.0.1: + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} + toml-eslint-parser@0.9.3: resolution: {integrity: sha512-moYoCvkNUAPCxSW9jmHmRElhm4tVJpHL8ItC/+uYD0EpPSFXbck7yREz9tNdJVTSpHVod8+HoipcpbQ0oE6gsw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + totalist@3.0.1: + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} + engines: {node: '>=6'} + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + ts-api-utils@1.3.0: resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' + tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tuf-js@2.2.1: + resolution: {integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==} + engines: {node: ^16.14.0 || >=18.0.0} + tunnel-agent@0.6.0: resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} @@ -2589,6 +4746,10 @@ packages: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} @@ -2597,6 +4758,10 @@ packages: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} + type-fest@3.13.1: + resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} + engines: {node: '>=14.16'} + typed-rest-client@1.8.11: resolution: {integrity: sha512-5UvfMpd1oelmUPRbbaVnq+rHP7ng2cE4qoQkQeAqxRL6PklkxsM0g32/HL0yfvruK6ojQ5x8EE+HF4YV6DtuCA==} @@ -2611,31 +4776,153 @@ packages: ufo@1.5.3: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} + ultrahtml@1.5.3: + resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} + + unconfig@0.3.13: + resolution: {integrity: sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==} + + uncrypto@0.1.3: + resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} + + unctx@2.3.1: + resolution: {integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==} + underscore@1.13.6: resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==} undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici@5.28.4: + resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} + engines: {node: '>=14.0'} + + unenv@1.9.0: + resolution: {integrity: sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==} + + unhead@1.9.10: + resolution: {integrity: sha512-Y3w+j1x1YFig2YuE+W2sER+SciRR7MQktYRHNqvZJ0iUNCCJTS8Z/SdSMUEeuFV28daXeASlR3fy7Ry3O2indg==} + unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} + unimport@3.7.1: + resolution: {integrity: sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==} + + unique-filename@3.0.0: + resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + unique-slug@4.0.0: + resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} + universalify@2.0.1: + resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} + engines: {node: '>= 10.0.0'} + + unocss@0.60.2: + resolution: {integrity: sha512-Cj1IXS+VZuiZtQxHn/ffAAN422gUusUEgF1RS83WyNB0kMsJyIxb9KK9N425QAvQvsKpL5GrZs5KoNtU3zGMog==} + engines: {node: '>=14'} + peerDependencies: + '@unocss/webpack': 0.60.2 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + peerDependenciesMeta: + '@unocss/webpack': + optional: true + vite: + optional: true + + unplugin-vue-router@0.7.0: + resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} + peerDependencies: + vue-router: ^4.1.0 + peerDependenciesMeta: + vue-router: + optional: true + + unplugin@1.10.1: + resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==} + engines: {node: '>=14.0.0'} + + unstorage@1.10.2: + resolution: {integrity: sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==} + peerDependencies: + '@azure/app-configuration': ^1.5.0 + '@azure/cosmos': ^4.0.0 + '@azure/data-tables': ^13.2.2 + '@azure/identity': ^4.0.1 + '@azure/keyvault-secrets': ^4.8.0 + '@azure/storage-blob': ^12.17.0 + '@capacitor/preferences': ^5.0.7 + '@netlify/blobs': ^6.5.0 || ^7.0.0 + '@planetscale/database': ^1.16.0 + '@upstash/redis': ^1.28.4 + '@vercel/kv': ^1.0.1 + idb-keyval: ^6.2.1 + ioredis: ^5.3.2 + peerDependenciesMeta: + '@azure/app-configuration': + optional: true + '@azure/cosmos': + optional: true + '@azure/data-tables': + optional: true + '@azure/identity': + optional: true + '@azure/keyvault-secrets': + optional: true + '@azure/storage-blob': + optional: true + '@capacitor/preferences': + optional: true + '@netlify/blobs': + optional: true + '@planetscale/database': + optional: true + '@upstash/redis': + optional: true + '@vercel/kv': + optional: true + idb-keyval: + optional: true + ioredis: + optional: true + + untun@0.1.3: + resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==} + hasBin: true + + untyped@1.4.2: + resolution: {integrity: sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==} + hasBin: true + + unwasm@0.3.9: + resolution: {integrity: sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==} + update-browserslist-db@1.0.15: resolution: {integrity: sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' + uqr@0.1.2: + resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==} + uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} + urlpattern-polyfill@8.0.2: + resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -2646,11 +4933,66 @@ packages: validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + validate-npm-package-name@5.0.1: + resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + vite-hot-client@0.2.3: + resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==} + peerDependencies: + vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 + vite-node@1.6.0: resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true + vite-plugin-checker@0.6.4: + resolution: {integrity: sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==} + engines: {node: '>=14.16'} + peerDependencies: + eslint: '>=7' + meow: ^9.0.0 + optionator: ^0.9.1 + stylelint: '>=13' + typescript: '*' + vite: '>=2.0.0' + vls: '*' + vti: '*' + vue-tsc: '>=1.3.9' + peerDependenciesMeta: + eslint: + optional: true + meow: + optional: true + optionator: + optional: true + stylelint: + optional: true + typescript: + optional: true + vls: + optional: true + vti: + optional: true + vue-tsc: + optional: true + + vite-plugin-inspect@0.8.4: + resolution: {integrity: sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==} + engines: {node: '>=14'} + peerDependencies: + '@nuxt/kit': '*' + vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 + peerDependenciesMeta: + '@nuxt/kit': + optional: true + + vite-plugin-vue-inspector@5.1.0: + resolution: {integrity: sha512-yIw9dvBz9nQW7DPfbJtUVW6JTnt67hqTPRnTwT2CZWMqDvISyQHRjgKl32nlMh1DRH+92533Sv6t59pWMLUCWA==} + peerDependencies: + vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 + vite@5.2.11: resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -2704,22 +5046,117 @@ packages: jsdom: optional: true + vscode-jsonrpc@6.0.0: + resolution: {integrity: sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==} + engines: {node: '>=8.0.0 || >=10.0.0'} + + vscode-languageclient@7.0.0: + resolution: {integrity: sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==} + engines: {vscode: ^1.52.0} + + vscode-languageserver-protocol@3.16.0: + resolution: {integrity: sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==} + + vscode-languageserver-textdocument@1.0.11: + resolution: {integrity: sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==} + + vscode-languageserver-types@3.16.0: + resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==} + + vscode-languageserver@7.0.0: + resolution: {integrity: sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==} + hasBin: true + + vscode-uri@3.0.8: + resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} + + vue-bundle-renderer@2.1.0: + resolution: {integrity: sha512-uZ+5ZJdZ/b43gMblWtcpikY6spJd0nERaM/1RtgioXNfWFbjKlUwrS8HlrddN6T2xtptmOouWclxLUkpgcVX3Q==} + + vue-demi@0.14.7: + resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} + engines: {node: '>=12'} + hasBin: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + + vue-devtools-stub@0.1.0: + resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} + vue-eslint-parser@9.4.2: resolution: {integrity: sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' + vue-observe-visibility@2.0.0-alpha.1: + resolution: {integrity: sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==} + peerDependencies: + vue: ^3.0.0 + + vue-resize@2.0.0-alpha.1: + resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} + peerDependencies: + vue: ^3.0.0 + + vue-router@4.3.2: + resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==} + peerDependencies: + vue: ^3.2.0 + + vue-virtual-scroller@2.0.0-beta.8: + resolution: {integrity: sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==} + peerDependencies: + vue: ^3.2.0 + + vue@3.4.27: + resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + webpack-sources@3.2.3: + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} + + webpack-virtual-modules@0.6.1: + resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==} + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} hasBin: true + which@3.0.1: + resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + which@4.0.0: + resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} + engines: {node: ^16.13.0 || >=18.0.0} + hasBin: true + why-is-node-running@2.2.2: resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} engines: {node: '>=8'} hasBin: true + wide-align@1.1.5: + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} @@ -2728,9 +5165,25 @@ packages: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + ws@8.17.0: + resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + xml-name-validator@4.0.0: resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} engines: {node: '>=12'} @@ -2747,6 +5200,9 @@ packages: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} + yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} @@ -2781,8 +5237,20 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} + zhead@2.2.4: + resolution: {integrity: sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==} + + zip-stream@6.0.1: + resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} + engines: {node: '>= 14'} + snapshots: + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + '@antfu/eslint-config@2.17.0(@vue/compiler-sfc@3.4.27)(eslint@9.2.0)(typescript@5.4.5)(vitest@1.6.0(@types/node@18.19.33)(terser@5.31.0))': dependencies: '@antfu/install-pkg': 0.3.3 @@ -2827,6 +5295,11 @@ snapshots: - typescript - vitest + '@antfu/install-pkg@0.1.1': + dependencies: + execa: 5.1.1 + find-up: 5.0.0 + '@antfu/install-pkg@0.3.3': dependencies: '@jsdevtools/ez-spawn': 3.0.4 @@ -2923,58 +5396,262 @@ snapshots: '@babel/highlight': 7.24.5 picocolors: 1.0.0 - '@babel/helper-string-parser@7.24.1': {} - - '@babel/helper-validator-identifier@7.24.5': {} + '@babel/compat-data@7.24.4': {} - '@babel/highlight@7.24.5': + '@babel/core@7.24.5': dependencies: - '@babel/helper-validator-identifier': 7.24.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.0.0 + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helpers': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color - '@babel/parser@7.24.5': + '@babel/generator@7.24.5': dependencies: '@babel/types': 7.24.5 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 - '@babel/types@7.24.5': + '@babel/helper-annotate-as-pure@7.22.5': dependencies: - '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.24.5 - to-fast-properties: 2.0.0 + '@babel/types': 7.24.5 - '@clack/core@0.3.4': + '@babel/helper-compilation-targets@7.23.6': dependencies: - picocolors: 1.0.0 - sisteransi: 1.0.5 + '@babel/compat-data': 7.24.4 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 - '@clack/prompts@0.7.0': + '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5)': dependencies: - '@clack/core': 0.3.4 - picocolors: 1.0.0 - sisteransi: 1.0.5 + '@babel/core': 7.24.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.24.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.24.5 + semver: 6.3.1 - '@es-joy/jsdoccomment@0.43.0': + '@babel/helper-environment-visitor@7.22.20': {} + + '@babel/helper-function-name@7.23.0': dependencies: - '@types/eslint': 8.56.10 - '@types/estree': 1.0.5 - '@typescript-eslint/types': 7.8.0 - comment-parser: 1.4.1 - esquery: 1.5.0 - jsdoc-type-pratt-parser: 4.0.0 + '@babel/template': 7.24.0 + '@babel/types': 7.24.5 - '@esbuild/aix-ppc64@0.20.2': - optional: true + '@babel/helper-hoist-variables@7.22.5': + dependencies: + '@babel/types': 7.24.5 - '@esbuild/android-arm64@0.20.2': - optional: true + '@babel/helper-member-expression-to-functions@7.24.5': + dependencies: + '@babel/types': 7.24.5 - '@esbuild/android-arm@0.20.2': - optional: true + '@babel/helper-module-imports@7.22.15': + dependencies: + '@babel/types': 7.24.5 - '@esbuild/android-x64@0.20.2': - optional: true + '@babel/helper-module-imports@7.24.3': + dependencies: + '@babel/types': 7.24.5 + + '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-validator-identifier': 7.24.5 + + '@babel/helper-optimise-call-expression@7.22.5': + dependencies: + '@babel/types': 7.24.5 + + '@babel/helper-plugin-utils@7.24.5': {} + + '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.24.5 + '@babel/helper-optimise-call-expression': 7.22.5 + + '@babel/helper-simple-access@7.24.5': + dependencies: + '@babel/types': 7.24.5 + + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': + dependencies: + '@babel/types': 7.24.5 + + '@babel/helper-split-export-declaration@7.24.5': + dependencies: + '@babel/types': 7.24.5 + + '@babel/helper-string-parser@7.24.1': {} + + '@babel/helper-validator-identifier@7.24.5': {} + + '@babel/helper-validator-option@7.23.5': {} + + '@babel/helpers@7.24.5': + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 + transitivePeerDependencies: + - supports-color + + '@babel/highlight@7.24.5': + dependencies: + '@babel/helper-validator-identifier': 7.24.5 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + + '@babel/parser@7.24.5': + dependencies: + '@babel/types': 7.24.5 + + '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.5) + + '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + + '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + + '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-simple-access': 7.24.5 + + '@babel/plugin-transform-typescript@7.24.5(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) + + '@babel/preset-typescript@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) + + '@babel/standalone@7.24.5': {} + + '@babel/template@7.24.0': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 + + '@babel/traverse@7.24.5': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/types@7.24.5': + dependencies: + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.24.5 + to-fast-properties: 2.0.0 + + '@clack/core@0.3.4': + dependencies: + picocolors: 1.0.0 + sisteransi: 1.0.5 + + '@clack/prompts@0.7.0': + dependencies: + '@clack/core': 0.3.4 + picocolors: 1.0.0 + sisteransi: 1.0.5 + + '@cloudflare/kv-asset-handler@0.3.2': + dependencies: + mime: 3.0.0 + + '@es-joy/jsdoccomment@0.43.0': + dependencies: + '@types/eslint': 8.56.10 + '@types/estree': 1.0.5 + '@typescript-eslint/types': 7.8.0 + comment-parser: 1.4.1 + esquery: 1.5.0 + jsdoc-type-pratt-parser: 4.0.0 + + '@esbuild/aix-ppc64@0.20.2': + optional: true + + '@esbuild/android-arm64@0.20.2': + optional: true + + '@esbuild/android-arm@0.20.2': + optional: true + + '@esbuild/android-x64@0.20.2': + optional: true '@esbuild/darwin-arm64@0.20.2': optional: true @@ -2997,142 +5674,700 @@ snapshots: '@esbuild/linux-ia32@0.20.2': optional: true - '@esbuild/linux-loong64@0.20.2': - optional: true + '@esbuild/linux-loong64@0.20.2': + optional: true + + '@esbuild/linux-mips64el@0.20.2': + optional: true + + '@esbuild/linux-ppc64@0.20.2': + optional: true + + '@esbuild/linux-riscv64@0.20.2': + optional: true + + '@esbuild/linux-s390x@0.20.2': + optional: true + + '@esbuild/linux-x64@0.20.2': + optional: true + + '@esbuild/netbsd-x64@0.20.2': + optional: true + + '@esbuild/openbsd-x64@0.20.2': + optional: true + + '@esbuild/sunos-x64@0.20.2': + optional: true + + '@esbuild/win32-arm64@0.20.2': + optional: true + + '@esbuild/win32-ia32@0.20.2': + optional: true + + '@esbuild/win32-x64@0.20.2': + optional: true + + '@eslint-community/eslint-utils@4.4.0(eslint@9.2.0)': + dependencies: + eslint: 9.2.0 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/regexpp@4.10.0': {} + + '@eslint/eslintrc@2.1.4': + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 9.6.1 + globals: 13.24.0 + ignore: 5.3.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/eslintrc@3.0.2': + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 10.0.1 + globals: 14.0.0 + ignore: 5.3.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/js@9.2.0': {} + + '@fastify/busboy@2.1.1': {} + + '@floating-ui/core@1.6.1': + dependencies: + '@floating-ui/utils': 0.2.2 + + '@floating-ui/dom@1.1.1': + dependencies: + '@floating-ui/core': 1.6.1 + + '@floating-ui/utils@0.2.2': {} + + '@humanwhocodes/config-array@0.13.0': + dependencies: + '@humanwhocodes/object-schema': 2.0.3 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@humanwhocodes/module-importer@1.0.1': {} + + '@humanwhocodes/object-schema@2.0.3': {} + + '@humanwhocodes/retry@0.2.4': {} + + '@iconify/types@2.0.0': {} + + '@iconify/utils@2.1.23': + dependencies: + '@antfu/install-pkg': 0.1.1 + '@antfu/utils': 0.7.8 + '@iconify/types': 2.0.0 + debug: 4.3.4 + kolorist: 1.8.0 + local-pkg: 0.5.0 + mlly: 1.7.0 + transitivePeerDependencies: + - supports-color + + '@ioredis/commands@1.2.0': {} + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@jest/schemas@29.6.3': + dependencies: + '@sinclair/typebox': 0.27.8 + + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/source-map@0.3.6': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/sourcemap-codec@1.4.15': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + + '@jsdevtools/ez-spawn@3.0.4': + dependencies: + call-me-maybe: 1.0.2 + cross-spawn: 7.0.3 + string-argv: 0.3.2 + type-detect: 4.0.8 + + '@kwsites/file-exists@1.1.1': + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + '@kwsites/promise-deferred@1.1.1': {} + + '@mapbox/node-pre-gyp@1.0.11(encoding@0.1.13)': + dependencies: + detect-libc: 2.0.3 + https-proxy-agent: 5.0.1 + make-dir: 3.1.0 + node-fetch: 2.7.0(encoding@0.1.13) + nopt: 5.0.0 + npmlog: 5.0.1 + rimraf: 3.0.2 + semver: 7.6.2 + tar: 6.2.1 + transitivePeerDependencies: + - encoding + - supports-color + + '@microsoft/fast-element@1.13.0': {} + + '@microsoft/fast-foundation@2.49.6': + dependencies: + '@microsoft/fast-element': 1.13.0 + '@microsoft/fast-web-utilities': 5.4.1 + tabbable: 5.3.3 + tslib: 1.14.1 + + '@microsoft/fast-react-wrapper@0.3.24(react@18.3.1)': + dependencies: + '@microsoft/fast-element': 1.13.0 + '@microsoft/fast-foundation': 2.49.6 + react: 18.3.1 + + '@microsoft/fast-web-utilities@5.4.1': + dependencies: + exenv-es6: 1.1.1 + + '@mswjs/interceptors@0.27.2': + dependencies: + '@open-draft/deferred-promise': 2.2.0 + '@open-draft/logger': 0.3.0 + '@open-draft/until': 2.1.0 + is-node-process: 1.2.0 + outvariant: 1.4.2 + strict-event-emitter: 0.5.1 + + '@netlify/functions@2.6.3(@opentelemetry/api@1.8.0)': + dependencies: + '@netlify/serverless-functions-api': 1.18.0(@opentelemetry/api@1.8.0) + transitivePeerDependencies: + - '@opentelemetry/api' + + '@netlify/node-cookies@0.1.0': {} + + '@netlify/serverless-functions-api@1.18.0(@opentelemetry/api@1.8.0)': + dependencies: + '@mswjs/interceptors': 0.27.2 + '@netlify/node-cookies': 0.1.0 + '@opentelemetry/core': 1.24.1(@opentelemetry/api@1.8.0) + '@opentelemetry/otlp-transformer': 0.50.0(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.24.1(@opentelemetry/api@1.8.0) + '@opentelemetry/sdk-trace-base': 1.24.1(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.24.1 + urlpattern-polyfill: 8.0.2 + transitivePeerDependencies: + - '@opentelemetry/api' + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + '@npmcli/agent@2.2.2': + dependencies: + agent-base: 7.1.1 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 + lru-cache: 10.2.2 + socks-proxy-agent: 8.0.3 + transitivePeerDependencies: + - supports-color + + '@npmcli/fs@3.1.1': + dependencies: + semver: 7.6.2 + + '@npmcli/git@5.0.7': + dependencies: + '@npmcli/promise-spawn': 7.0.2 + lru-cache: 10.2.2 + npm-pick-manifest: 9.0.1 + proc-log: 4.2.0 + promise-inflight: 1.0.1 + promise-retry: 2.0.1 + semver: 7.6.2 + which: 4.0.0 + transitivePeerDependencies: + - bluebird + + '@npmcli/installed-package-contents@2.1.0': + dependencies: + npm-bundled: 3.0.1 + npm-normalize-package-bin: 3.0.1 + + '@npmcli/node-gyp@3.0.0': {} + + '@npmcli/package-json@5.1.0': + dependencies: + '@npmcli/git': 5.0.7 + glob: 10.3.14 + hosted-git-info: 7.0.2 + json-parse-even-better-errors: 3.0.2 + normalize-package-data: 6.0.1 + proc-log: 4.2.0 + semver: 7.6.2 + transitivePeerDependencies: + - bluebird + + '@npmcli/promise-spawn@7.0.2': + dependencies: + which: 4.0.0 + + '@npmcli/redact@2.0.0': {} + + '@npmcli/run-script@8.1.0': + dependencies: + '@npmcli/node-gyp': 3.0.0 + '@npmcli/package-json': 5.1.0 + '@npmcli/promise-spawn': 7.0.2 + node-gyp: 10.1.0 + proc-log: 4.2.0 + which: 4.0.0 + transitivePeerDependencies: + - bluebird + - supports-color + + '@nuxt/devalue@2.0.2': {} + + '@nuxt/devtools-kit@1.3.1(nuxt@3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))': + dependencies: + '@nuxt/kit': 3.11.2(rollup@4.17.2) + '@nuxt/schema': 3.11.2(rollup@4.17.2) + execa: 7.2.0 + nuxt: 3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + transitivePeerDependencies: + - rollup + - supports-color + + '@nuxt/devtools-wizard@1.3.1': + dependencies: + consola: 3.2.3 + diff: 5.2.0 + execa: 7.2.0 + global-directory: 4.0.1 + magicast: 0.3.4 + pathe: 1.1.2 + pkg-types: 1.1.1 + prompts: 2.4.2 + rc9: 2.1.2 + semver: 7.6.2 + + '@nuxt/devtools@1.3.1(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(nuxt@3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(rollup@4.17.2)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@antfu/utils': 0.7.8 + '@nuxt/devtools-kit': 1.3.1(nuxt@3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + '@nuxt/devtools-wizard': 1.3.1 + '@nuxt/kit': 3.11.2(rollup@4.17.2) + '@vue/devtools-applet': 7.1.3(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-core': 7.1.3(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-kit': 7.1.3(vue@3.4.27(typescript@5.4.5)) + birpc: 0.2.17 + consola: 3.2.3 + cronstrue: 2.50.0 + destr: 2.0.3 + error-stack-parser-es: 0.1.2 + execa: 7.2.0 + fast-glob: 3.3.2 + flatted: 3.3.1 + get-port-please: 3.1.2 + hookable: 5.5.3 + image-meta: 0.2.0 + is-installed-globally: 1.0.0 + launch-editor: 2.6.1 + local-pkg: 0.5.0 + magicast: 0.3.4 + nuxt: 3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + nypm: 0.3.8 + ohash: 1.1.3 + pacote: 18.0.6 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.1.1 + rc9: 2.1.2 + scule: 1.3.0 + semver: 7.6.2 + simple-git: 3.24.0 + sirv: 2.0.4 + unimport: 3.7.1(rollup@4.17.2) + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + vite-plugin-inspect: 0.8.4(@nuxt/kit@3.11.2(rollup@4.17.2))(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + vite-plugin-vue-inspector: 5.1.0(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + which: 3.0.1 + ws: 8.17.0 + transitivePeerDependencies: + - '@unocss/reset' + - '@vue/composition-api' + - async-validator + - axios + - bluebird + - bufferutil + - change-case + - drauu + - floating-vue + - fuse.js + - idb-keyval + - jwt-decode + - nprogress + - qrcode + - rollup + - sortablejs + - supports-color + - universal-cookie + - unocss + - utf-8-validate + - vue + + '@nuxt/kit@3.11.2(rollup@4.17.2)': + dependencies: + '@nuxt/schema': 3.11.2(rollup@4.17.2) + c12: 1.10.0 + consola: 3.2.3 + defu: 6.1.4 + globby: 14.0.1 + hash-sum: 2.0.0 + ignore: 5.3.1 + jiti: 1.21.0 + knitwork: 1.1.0 + mlly: 1.7.0 + pathe: 1.1.2 + pkg-types: 1.1.1 + scule: 1.3.0 + semver: 7.6.2 + ufo: 1.5.3 + unctx: 2.3.1 + unimport: 3.7.1(rollup@4.17.2) + untyped: 1.4.2 + transitivePeerDependencies: + - rollup + - supports-color + + '@nuxt/schema@3.11.2(rollup@4.17.2)': + dependencies: + '@nuxt/ui-templates': 1.3.3 + consola: 3.2.3 + defu: 6.1.4 + hookable: 5.5.3 + pathe: 1.1.2 + pkg-types: 1.1.1 + scule: 1.3.0 + std-env: 3.7.0 + ufo: 1.5.3 + unimport: 3.7.1(rollup@4.17.2) + untyped: 1.4.2 + transitivePeerDependencies: + - rollup + - supports-color + + '@nuxt/telemetry@2.5.4(rollup@4.17.2)': + dependencies: + '@nuxt/kit': 3.11.2(rollup@4.17.2) + ci-info: 4.0.0 + consola: 3.2.3 + create-require: 1.1.1 + defu: 6.1.4 + destr: 2.0.3 + dotenv: 16.4.5 + git-url-parse: 14.0.0 + is-docker: 3.0.0 + jiti: 1.21.0 + mri: 1.2.0 + nanoid: 5.0.7 + ofetch: 1.3.4 + parse-git-config: 3.0.0 + pathe: 1.1.2 + rc9: 2.1.2 + std-env: 3.7.0 + transitivePeerDependencies: + - rollup + - supports-color + + '@nuxt/ui-templates@1.3.3': {} + + '@nuxt/vite-builder@3.11.2(@types/node@18.19.33)(eslint@9.2.0)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@nuxt/kit': 3.11.2(rollup@4.17.2) + '@rollup/plugin-replace': 5.0.5(rollup@4.17.2) + '@vitejs/plugin-vue': 5.0.4(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + autoprefixer: 10.4.19(postcss@8.4.38) + clear: 0.1.0 + consola: 3.2.3 + cssnano: 6.1.2(postcss@8.4.38) + defu: 6.1.4 + esbuild: 0.20.2 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + externality: 1.0.2 + fs-extra: 11.2.0 + get-port-please: 3.1.2 + h3: 1.11.1 + knitwork: 1.1.0 + magic-string: 0.30.10 + mlly: 1.7.0 + ohash: 1.1.3 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.1.1 + postcss: 8.4.38 + rollup-plugin-visualizer: 5.12.0(rollup@4.17.2) + std-env: 3.7.0 + strip-literal: 2.1.0 + ufo: 1.5.3 + unenv: 1.9.0 + unplugin: 1.10.1 + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + vite-node: 1.6.0(@types/node@18.19.33)(terser@5.31.0) + vite-plugin-checker: 0.6.4(eslint@9.2.0)(optionator@0.9.4)(typescript@5.4.5)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + vue: 3.4.27(typescript@5.4.5) + vue-bundle-renderer: 2.1.0 + transitivePeerDependencies: + - '@types/node' + - eslint + - less + - lightningcss + - meow + - optionator + - rollup + - sass + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - uWebSockets.js + - vls + - vti + - vue-tsc + + '@open-draft/deferred-promise@2.2.0': {} + + '@open-draft/logger@0.3.0': + dependencies: + is-node-process: 1.2.0 + outvariant: 1.4.2 + + '@open-draft/until@2.1.0': {} + + '@opentelemetry/api-logs@0.50.0': + dependencies: + '@opentelemetry/api': 1.8.0 + + '@opentelemetry/api@1.8.0': {} + + '@opentelemetry/core@1.23.0(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/semantic-conventions': 1.23.0 + + '@opentelemetry/core@1.24.1(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/semantic-conventions': 1.24.1 + + '@opentelemetry/otlp-transformer@0.50.0(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/api-logs': 0.50.0 + '@opentelemetry/core': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/sdk-logs': 0.50.0(@opentelemetry/api-logs@0.50.0)(@opentelemetry/api@1.8.0) + '@opentelemetry/sdk-metrics': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/sdk-trace-base': 1.23.0(@opentelemetry/api@1.8.0) + + '@opentelemetry/resources@1.23.0(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.23.0 + + '@opentelemetry/resources@1.24.1(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.24.1(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.24.1 + + '@opentelemetry/sdk-logs@0.50.0(@opentelemetry/api-logs@0.50.0)(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/api-logs': 0.50.0 + '@opentelemetry/core': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.23.0(@opentelemetry/api@1.8.0) + + '@opentelemetry/sdk-metrics@1.23.0(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.23.0(@opentelemetry/api@1.8.0) + lodash.merge: 4.6.2 + + '@opentelemetry/sdk-trace-base@1.23.0(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.23.0(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.23.0 - '@esbuild/linux-mips64el@0.20.2': - optional: true + '@opentelemetry/sdk-trace-base@1.24.1(@opentelemetry/api@1.8.0)': + dependencies: + '@opentelemetry/api': 1.8.0 + '@opentelemetry/core': 1.24.1(@opentelemetry/api@1.8.0) + '@opentelemetry/resources': 1.24.1(@opentelemetry/api@1.8.0) + '@opentelemetry/semantic-conventions': 1.24.1 - '@esbuild/linux-ppc64@0.20.2': - optional: true + '@opentelemetry/semantic-conventions@1.23.0': {} - '@esbuild/linux-riscv64@0.20.2': - optional: true + '@opentelemetry/semantic-conventions@1.24.1': {} - '@esbuild/linux-s390x@0.20.2': + '@parcel/watcher-android-arm64@2.4.1': optional: true - '@esbuild/linux-x64@0.20.2': + '@parcel/watcher-darwin-arm64@2.4.1': optional: true - '@esbuild/netbsd-x64@0.20.2': + '@parcel/watcher-darwin-x64@2.4.1': optional: true - '@esbuild/openbsd-x64@0.20.2': + '@parcel/watcher-freebsd-x64@2.4.1': optional: true - '@esbuild/sunos-x64@0.20.2': + '@parcel/watcher-linux-arm-glibc@2.4.1': optional: true - '@esbuild/win32-arm64@0.20.2': + '@parcel/watcher-linux-arm64-glibc@2.4.1': optional: true - '@esbuild/win32-ia32@0.20.2': + '@parcel/watcher-linux-arm64-musl@2.4.1': optional: true - '@esbuild/win32-x64@0.20.2': + '@parcel/watcher-linux-x64-glibc@2.4.1': optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@9.2.0)': - dependencies: - eslint: 9.2.0 - eslint-visitor-keys: 3.4.3 - - '@eslint-community/regexpp@4.10.0': {} - - '@eslint/eslintrc@2.1.4': - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 9.6.1 - globals: 13.24.0 - ignore: 5.3.1 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - - '@eslint/eslintrc@3.0.2': - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 10.0.1 - globals: 14.0.0 - ignore: 5.3.1 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - - '@eslint/js@9.2.0': {} - - '@humanwhocodes/config-array@0.13.0': - dependencies: - '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - - '@humanwhocodes/module-importer@1.0.1': {} - - '@humanwhocodes/object-schema@2.0.3': {} - - '@humanwhocodes/retry@0.2.4': {} + '@parcel/watcher-linux-x64-musl@2.4.1': + optional: true - '@jest/schemas@29.6.3': + '@parcel/watcher-wasm@2.4.1': dependencies: - '@sinclair/typebox': 0.27.8 + is-glob: 4.0.3 + micromatch: 4.0.5 - '@jridgewell/gen-mapping@0.3.5': - dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.25 + '@parcel/watcher-win32-arm64@2.4.1': optional: true - '@jridgewell/resolve-uri@3.1.2': + '@parcel/watcher-win32-ia32@2.4.1': optional: true - '@jridgewell/set-array@1.2.1': + '@parcel/watcher-win32-x64@2.4.1': optional: true - '@jridgewell/source-map@0.3.6': + '@parcel/watcher@2.4.1': dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + detect-libc: 1.0.3 + is-glob: 4.0.3 + micromatch: 4.0.5 + node-addon-api: 7.1.0 + optionalDependencies: + '@parcel/watcher-android-arm64': 2.4.1 + '@parcel/watcher-darwin-arm64': 2.4.1 + '@parcel/watcher-darwin-x64': 2.4.1 + '@parcel/watcher-freebsd-x64': 2.4.1 + '@parcel/watcher-linux-arm-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-musl': 2.4.1 + '@parcel/watcher-linux-x64-glibc': 2.4.1 + '@parcel/watcher-linux-x64-musl': 2.4.1 + '@parcel/watcher-win32-arm64': 2.4.1 + '@parcel/watcher-win32-ia32': 2.4.1 + '@parcel/watcher-win32-x64': 2.4.1 + + '@pkgjs/parseargs@0.11.0': optional: true - '@jridgewell/sourcemap-codec@1.4.15': {} + '@polka/url@1.0.0-next.25': {} - '@jridgewell/trace-mapping@0.3.25': + '@rollup/plugin-alias@5.1.0(rollup@4.17.2)': dependencies: - '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - optional: true + slash: 4.0.0 + optionalDependencies: + rollup: 4.17.2 - '@jsdevtools/ez-spawn@3.0.4': + '@rollup/plugin-commonjs@25.0.7(rollup@4.17.2)': dependencies: - call-me-maybe: 1.0.2 - cross-spawn: 7.0.3 - string-argv: 0.3.2 - type-detect: 4.0.8 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + commondir: 1.0.1 + estree-walker: 2.0.2 + glob: 8.1.0 + is-reference: 1.2.1 + magic-string: 0.30.10 + optionalDependencies: + rollup: 4.17.2 - '@nodelib/fs.scandir@2.1.5': + '@rollup/plugin-inject@5.0.5(rollup@4.17.2)': dependencies: - '@nodelib/fs.stat': 2.0.5 - run-parallel: 1.2.0 - - '@nodelib/fs.stat@2.0.5': {} + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + estree-walker: 2.0.2 + magic-string: 0.30.10 + optionalDependencies: + rollup: 4.17.2 - '@nodelib/fs.walk@1.2.8': + '@rollup/plugin-json@6.1.0(rollup@4.17.2)': dependencies: - '@nodelib/fs.scandir': 2.1.5 - fastq: 1.17.1 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + optionalDependencies: + rollup: 4.17.2 '@rollup/plugin-node-resolve@15.2.3(rollup@4.17.2)': dependencies: @@ -3145,6 +6380,26 @@ snapshots: optionalDependencies: rollup: 4.17.2 + '@rollup/plugin-replace@5.0.5(rollup@4.17.2)': + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + magic-string: 0.30.10 + optionalDependencies: + rollup: 4.17.2 + + '@rollup/plugin-terser@0.4.4(rollup@4.17.2)': + dependencies: + serialize-javascript: 6.0.2 + smob: 1.5.0 + terser: 5.31.0 + optionalDependencies: + rollup: 4.17.2 + + '@rollup/pluginutils@4.2.1': + dependencies: + estree-walker: 2.0.2 + picomatch: 2.3.1 + '@rollup/pluginutils@5.1.0(rollup@4.17.2)': dependencies: '@types/estree': 1.0.5 @@ -3201,8 +6456,44 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.17.2': optional: true + '@shikijs/core@1.3.0': {} + + '@sigstore/bundle@2.3.1': + dependencies: + '@sigstore/protobuf-specs': 0.3.2 + + '@sigstore/core@1.1.0': {} + + '@sigstore/protobuf-specs@0.3.2': {} + + '@sigstore/sign@2.3.1': + dependencies: + '@sigstore/bundle': 2.3.1 + '@sigstore/core': 1.1.0 + '@sigstore/protobuf-specs': 0.3.2 + make-fetch-happen: 13.0.1 + proc-log: 4.2.0 + promise-retry: 2.0.1 + transitivePeerDependencies: + - supports-color + + '@sigstore/tuf@2.3.3': + dependencies: + '@sigstore/protobuf-specs': 0.3.2 + tuf-js: 2.2.1 + transitivePeerDependencies: + - supports-color + + '@sigstore/verify@1.2.0': + dependencies: + '@sigstore/bundle': 2.3.1 + '@sigstore/core': 1.1.0 + '@sigstore/protobuf-specs': 0.3.2 + '@sinclair/typebox@0.27.8': {} + '@sindresorhus/merge-streams@2.3.0': {} + '@stylistic/eslint-plugin-js@2.1.0(eslint@9.2.0)': dependencies: '@types/eslint': 8.56.10 @@ -3250,6 +6541,15 @@ snapshots: - supports-color - typescript + '@trysound/sax@0.2.0': {} + + '@tufjs/canonical-json@2.0.0': {} + + '@tufjs/models@2.0.1': + dependencies: + '@tufjs/canonical-json': 2.0.0 + minimatch: 9.0.4 + '@types/d3-array@3.2.1': {} '@types/d3-axis@3.0.6': @@ -3376,6 +6676,10 @@ snapshots: '@types/geojson@7946.0.14': {} + '@types/http-proxy@1.17.14': + dependencies: + '@types/node': 18.19.33 + '@types/json-schema@7.0.15': {} '@types/mdast@3.0.15': @@ -3394,8 +6698,12 @@ snapshots: '@types/unist@2.0.10': {} + '@types/vscode-webview@1.57.5': {} + '@types/vscode@1.89.0': {} + '@types/web-bluetooth@0.0.20': {} + '@typescript-eslint/eslint-plugin@7.8.0(@typescript-eslint/parser@7.8.0(eslint@9.2.0)(typescript@5.4.5))(eslint@9.2.0)(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.10.0 @@ -3482,6 +6790,219 @@ snapshots: '@typescript-eslint/types': 7.8.0 eslint-visitor-keys: 3.4.3 + '@unhead/dom@1.9.10': + dependencies: + '@unhead/schema': 1.9.10 + '@unhead/shared': 1.9.10 + + '@unhead/schema@1.9.10': + dependencies: + hookable: 5.5.3 + zhead: 2.2.4 + + '@unhead/shared@1.9.10': + dependencies: + '@unhead/schema': 1.9.10 + + '@unhead/ssr@1.9.10': + dependencies: + '@unhead/schema': 1.9.10 + '@unhead/shared': 1.9.10 + + '@unhead/vue@1.9.10(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@unhead/schema': 1.9.10 + '@unhead/shared': 1.9.10 + hookable: 5.5.3 + unhead: 1.9.10 + vue: 3.4.27(typescript@5.4.5) + + '@unocss/astro@0.60.2(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/reset': 0.60.2 + '@unocss/vite': 0.60.2(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + optionalDependencies: + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + transitivePeerDependencies: + - rollup + + '@unocss/cli@0.60.2(rollup@4.17.2)': + dependencies: + '@ampproject/remapping': 2.3.0 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + '@unocss/config': 0.60.2 + '@unocss/core': 0.60.2 + '@unocss/preset-uno': 0.60.2 + cac: 6.7.14 + chokidar: 3.6.0 + colorette: 2.0.20 + consola: 3.2.3 + fast-glob: 3.3.2 + magic-string: 0.30.10 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + transitivePeerDependencies: + - rollup + + '@unocss/config@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + unconfig: 0.3.13 + + '@unocss/core@0.60.2': {} + + '@unocss/extractor-arbitrary-variants@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + + '@unocss/inspector@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/rule-utils': 0.60.2 + gzip-size: 6.0.0 + sirv: 2.0.4 + + '@unocss/postcss@0.60.2(postcss@8.4.38)': + dependencies: + '@unocss/config': 0.60.2 + '@unocss/core': 0.60.2 + '@unocss/rule-utils': 0.60.2 + css-tree: 2.3.1 + fast-glob: 3.3.2 + magic-string: 0.30.10 + postcss: 8.4.38 + + '@unocss/preset-attributify@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + + '@unocss/preset-icons@0.60.2': + dependencies: + '@iconify/utils': 2.1.23 + '@unocss/core': 0.60.2 + ofetch: 1.3.4 + transitivePeerDependencies: + - supports-color + + '@unocss/preset-mini@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/extractor-arbitrary-variants': 0.60.2 + '@unocss/rule-utils': 0.60.2 + + '@unocss/preset-tagify@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + + '@unocss/preset-typography@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/preset-mini': 0.60.2 + + '@unocss/preset-uno@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/preset-mini': 0.60.2 + '@unocss/preset-wind': 0.60.2 + '@unocss/rule-utils': 0.60.2 + + '@unocss/preset-web-fonts@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + ofetch: 1.3.4 + + '@unocss/preset-wind@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/preset-mini': 0.60.2 + '@unocss/rule-utils': 0.60.2 + + '@unocss/reset@0.60.2': {} + + '@unocss/rule-utils@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + magic-string: 0.30.10 + + '@unocss/scope@0.60.2': {} + + '@unocss/transformer-attributify-jsx-babel@0.60.2': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@unocss/core': 0.60.2 + transitivePeerDependencies: + - supports-color + + '@unocss/transformer-attributify-jsx@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + + '@unocss/transformer-compile-class@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + + '@unocss/transformer-directives@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + '@unocss/rule-utils': 0.60.2 + css-tree: 2.3.1 + + '@unocss/transformer-variant-group@0.60.2': + dependencies: + '@unocss/core': 0.60.2 + + '@unocss/vite@0.60.2(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))': + dependencies: + '@ampproject/remapping': 2.3.0 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + '@unocss/config': 0.60.2 + '@unocss/core': 0.60.2 + '@unocss/inspector': 0.60.2 + '@unocss/scope': 0.60.2 + '@unocss/transformer-directives': 0.60.2 + chokidar: 3.6.0 + fast-glob: 3.3.2 + magic-string: 0.30.10 + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + transitivePeerDependencies: + - rollup + + '@vercel/nft@0.26.5(encoding@0.1.13)': + dependencies: + '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) + '@rollup/pluginutils': 4.2.1 + acorn: 8.11.3 + acorn-import-attributes: 1.9.5(acorn@8.11.3) + async-sema: 3.1.1 + bindings: 1.5.0 + estree-walker: 2.0.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + micromatch: 4.0.5 + node-gyp-build: 4.8.1 + resolve-from: 5.0.0 + transitivePeerDependencies: + - encoding + - supports-color + + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5) + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + vue: 3.4.27(typescript@5.4.5) + transitivePeerDependencies: + - supports-color + + '@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5))': + dependencies: + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + vue: 3.4.27(typescript@5.4.5) + '@vitest/expect@1.6.0': dependencies: '@vitest/spy': 1.6.0 @@ -3541,6 +7062,56 @@ snapshots: transitivePeerDependencies: - supports-color + '@vscode/webview-ui-toolkit@1.4.0(react@18.3.1)': + dependencies: + '@microsoft/fast-element': 1.13.0 + '@microsoft/fast-foundation': 2.49.6 + '@microsoft/fast-react-wrapper': 0.3.24(react@18.3.1) + react: 18.3.1 + tslib: 2.6.2 + + '@vue-macros/common@1.10.3(rollup@4.17.2)(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@babel/types': 7.24.5 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + '@vue/compiler-sfc': 3.4.27 + ast-kit: 0.12.1 + local-pkg: 0.5.0 + magic-string-ast: 0.5.0 + optionalDependencies: + vue: 3.4.27(typescript@5.4.5) + transitivePeerDependencies: + - rollup + + '@vue/babel-helper-vue-transform-on@1.2.2': {} + + '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.5)': + dependencies: + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 + '@vue/babel-helper-vue-transform-on': 1.2.2 + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.5) + camelcase: 6.3.0 + html-tags: 3.3.1 + svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.24.5 + transitivePeerDependencies: + - supports-color + + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.5)': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/parser': 7.24.5 + '@vue/compiler-sfc': 3.4.27 + '@vue/compiler-core@3.4.27': dependencies: '@babel/parser': 7.24.5 @@ -3571,8 +7142,163 @@ snapshots: '@vue/compiler-dom': 3.4.27 '@vue/shared': 3.4.27 + '@vue/devtools-api@6.6.1': {} + + '@vue/devtools-applet@7.1.3(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@vue/devtools-core': 7.1.3(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-kit': 7.1.3(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-shared': 7.1.3 + '@vue/devtools-ui': 7.1.3(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vue@3.4.27(typescript@5.4.5)) + lodash-es: 4.17.21 + perfect-debounce: 1.0.0 + shiki: 1.3.0 + splitpanes: 3.1.5 + vue: 3.4.27(typescript@5.4.5) + vue-virtual-scroller: 2.0.0-beta.8(vue@3.4.27(typescript@5.4.5)) + transitivePeerDependencies: + - '@unocss/reset' + - '@vue/composition-api' + - async-validator + - axios + - change-case + - drauu + - floating-vue + - fuse.js + - idb-keyval + - jwt-decode + - nprogress + - qrcode + - sortablejs + - universal-cookie + - unocss + - vite + + '@vue/devtools-core@7.1.3(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@vue/devtools-kit': 7.1.3(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-shared': 7.1.3 + mitt: 3.0.1 + nanoid: 3.3.7 + pathe: 1.1.2 + vite-hot-client: 0.2.3(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + transitivePeerDependencies: + - vite + - vue + + '@vue/devtools-kit@7.1.3(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@vue/devtools-shared': 7.1.3 + hookable: 5.5.3 + mitt: 3.0.1 + perfect-debounce: 1.0.0 + speakingurl: 14.0.1 + vue: 3.4.27(typescript@5.4.5) + + '@vue/devtools-shared@7.1.3': + dependencies: + rfdc: 1.3.1 + + '@vue/devtools-ui@7.1.3(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@unocss/reset': 0.60.2 + '@vue/devtools-shared': 7.1.3 + '@vueuse/components': 10.9.0(vue@3.4.27(typescript@5.4.5)) + '@vueuse/core': 10.9.0(vue@3.4.27(typescript@5.4.5)) + '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.27(typescript@5.4.5)) + colord: 2.9.3 + floating-vue: 5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)) + focus-trap: 7.5.4 + unocss: 0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + vue: 3.4.27(typescript@5.4.5) + transitivePeerDependencies: + - '@vue/composition-api' + - async-validator + - axios + - change-case + - drauu + - fuse.js + - idb-keyval + - jwt-decode + - nprogress + - qrcode + - sortablejs + - universal-cookie + + '@vue/reactivity@3.4.27': + dependencies: + '@vue/shared': 3.4.27 + + '@vue/runtime-core@3.4.27': + dependencies: + '@vue/reactivity': 3.4.27 + '@vue/shared': 3.4.27 + + '@vue/runtime-dom@3.4.27': + dependencies: + '@vue/runtime-core': 3.4.27 + '@vue/shared': 3.4.27 + csstype: 3.1.3 + + '@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@vue/compiler-ssr': 3.4.27 + '@vue/shared': 3.4.27 + vue: 3.4.27(typescript@5.4.5) + '@vue/shared@3.4.27': {} + '@vueuse/components@10.9.0(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@vueuse/core': 10.9.0(vue@3.4.27(typescript@5.4.5)) + '@vueuse/shared': 10.9.0(vue@3.4.27(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.27(typescript@5.4.5)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/core@10.9.0(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.9.0 + '@vueuse/shared': 10.9.0(vue@3.4.27(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.27(typescript@5.4.5)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.27(typescript@5.4.5))': + dependencies: + '@vueuse/core': 10.9.0(vue@3.4.27(typescript@5.4.5)) + '@vueuse/shared': 10.9.0(vue@3.4.27(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.27(typescript@5.4.5)) + optionalDependencies: + focus-trap: 7.5.4 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/metadata@10.9.0': {} + + '@vueuse/shared@10.9.0(vue@3.4.27(typescript@5.4.5))': + dependencies: + vue-demi: 0.14.7(vue@3.4.27(typescript@5.4.5)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + abbrev@1.1.1: {} + + abbrev@2.0.0: {} + + abort-controller@3.0.0: + dependencies: + event-target-shim: 5.0.1 + + acorn-import-attributes@1.9.5(acorn@8.11.3): + dependencies: + acorn: 8.11.3 + acorn-jsx@5.3.2(acorn@8.11.3): dependencies: acorn: 8.11.3 @@ -3581,12 +7307,23 @@ snapshots: acorn@8.11.3: {} + agent-base@6.0.2: + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + agent-base@7.1.1: dependencies: debug: 4.3.4 transitivePeerDependencies: - supports-color + aggregate-error@3.1.0: + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 @@ -3594,8 +7331,16 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + ansi-colors@4.1.3: {} + + ansi-escapes@4.3.2: + dependencies: + type-fest: 0.21.3 + ansi-regex@5.0.1: {} + ansi-regex@6.0.1: {} + ansi-styles@3.2.1: dependencies: color-convert: 1.9.3 @@ -3606,33 +7351,106 @@ snapshots: ansi-styles@5.2.0: {} + ansi-styles@6.2.1: {} + anymatch@3.1.3: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 + aproba@2.0.0: {} + + archiver-utils@5.0.2: + dependencies: + glob: 10.3.14 + graceful-fs: 4.2.11 + is-stream: 2.0.1 + lazystream: 1.0.1 + lodash: 4.17.21 + normalize-path: 3.0.0 + readable-stream: 4.5.2 + + archiver@7.0.1: + dependencies: + archiver-utils: 5.0.2 + async: 3.2.5 + buffer-crc32: 1.0.0 + readable-stream: 4.5.2 + readdir-glob: 1.1.3 + tar-stream: 3.1.7 + zip-stream: 6.0.1 + are-docs-informative@0.0.2: {} + are-we-there-yet@2.0.0: + dependencies: + delegates: 1.0.0 + readable-stream: 3.6.2 + argparse@2.0.1: {} array-union@2.1.0: {} assertion-error@1.1.0: {} + ast-kit@0.12.1: + dependencies: + '@babel/parser': 7.24.5 + pathe: 1.1.2 + + ast-kit@0.9.5(rollup@4.17.2): + dependencies: + '@babel/parser': 7.24.5 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + pathe: 1.1.2 + transitivePeerDependencies: + - rollup + + ast-walker-scope@0.5.0(rollup@4.17.2): + dependencies: + '@babel/parser': 7.24.5 + ast-kit: 0.9.5(rollup@4.17.2) + transitivePeerDependencies: + - rollup + + async-sema@3.1.1: {} + + async@3.2.5: {} + asynckit@0.4.0: {} + autoprefixer@10.4.19(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + caniuse-lite: 1.0.30001617 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + azure-devops-node-api@12.5.0: dependencies: tunnel: 0.0.6 typed-rest-client: 1.8.11 + b4a@1.6.6: {} + balanced-match@1.0.2: {} - base64-js@1.5.1: + bare-events@2.2.2: optional: true + base64-js@1.5.1: {} + binary-extensions@2.3.0: {} + bindings@1.5.0: + dependencies: + file-uri-to-path: 1.0.0 + + birpc@0.2.17: {} + bl@4.1.0: dependencies: buffer: 5.7.1 @@ -3664,10 +7482,11 @@ snapshots: buffer-crc32@0.2.13: {} + buffer-crc32@1.0.0: {} + buffer-equal-constant-time@1.0.1: {} - buffer-from@1.1.2: - optional: true + buffer-from@1.1.2: {} buffer@5.7.1: dependencies: @@ -3675,6 +7494,11 @@ snapshots: ieee754: 1.2.1 optional: true + buffer@6.0.3: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + builtin-modules@3.3.0: {} bumpp@9.4.1: @@ -3709,6 +7533,21 @@ snapshots: cac@6.7.14: {} + cacache@18.0.3: + dependencies: + '@npmcli/fs': 3.1.1 + fs-minipass: 3.0.3 + glob: 10.3.14 + lru-cache: 10.2.2 + minipass: 7.1.1 + minipass-collect: 2.0.1 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + p-map: 4.0.0 + ssri: 10.0.6 + tar: 6.2.1 + unique-filename: 3.0.0 + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -3721,6 +7560,15 @@ snapshots: callsites@3.1.0: {} + camelcase@6.3.0: {} + + caniuse-api@3.0.0: + dependencies: + browserslist: 4.23.0 + caniuse-lite: 1.0.30001617 + lodash.memoize: 4.1.2 + lodash.uniq: 4.5.0 + caniuse-lite@1.0.30001617: {} chai@4.4.1: @@ -3744,6 +7592,8 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 + chalk@5.3.0: {} + character-entities-legacy@1.1.4: {} character-entities@1.2.4: {} @@ -3800,12 +7650,24 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 + clean-stack@2.2.0: {} + + clear@0.1.0: {} + + clipboardy@4.0.0: + dependencies: + execa: 8.0.1 + is-wsl: 3.1.0 + is64bit: 2.0.0 + cliui@8.0.1: dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + cluster-key-slot@1.1.2: {} + cockatiel@3.1.3: {} color-convert@1.9.3: @@ -3820,35 +7682,79 @@ snapshots: color-name@1.1.4: {} + color-support@1.1.3: {} + + colord@2.9.3: {} + + colorette@2.0.20: {} + combined-stream@1.0.8: dependencies: delayed-stream: 1.0.0 - commander@2.20.3: - optional: true + commander@2.20.3: {} commander@6.2.1: {} commander@7.2.0: {} + commander@8.3.0: {} + comment-parser@1.4.1: {} + commondir@1.0.1: {} + + compress-commons@6.0.2: + dependencies: + crc-32: 1.2.2 + crc32-stream: 6.0.0 + is-stream: 2.0.1 + normalize-path: 3.0.0 + readable-stream: 4.5.2 + concat-map@0.0.1: {} confbox@0.1.7: {} consola@3.2.3: {} + console-control-strings@1.1.0: {} + + convert-source-map@2.0.0: {} + + cookie-es@1.1.0: {} + core-js-compat@3.37.0: dependencies: browserslist: 4.23.0 + core-util-is@1.0.3: {} + + crc-32@1.2.2: {} + + crc32-stream@6.0.0: + dependencies: + crc-32: 1.2.2 + readable-stream: 4.5.2 + + create-require@1.1.1: {} + + croner@8.0.2: {} + + cronstrue@2.50.0: {} + cross-spawn@7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 + crossws@0.2.4: {} + + css-declaration-sorter@7.2.0(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + css-select@5.1.0: dependencies: boolbase: 1.0.0 @@ -3857,10 +7763,70 @@ snapshots: domutils: 3.1.0 nth-check: 2.1.1 + css-tree@2.2.1: + dependencies: + mdn-data: 2.0.28 + source-map-js: 1.2.0 + + css-tree@2.3.1: + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.2.0 + css-what@6.1.0: {} cssesc@3.0.0: {} + cssnano-preset-default@6.1.2(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + css-declaration-sorter: 7.2.0(postcss@8.4.38) + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-calc: 9.0.1(postcss@8.4.38) + postcss-colormin: 6.1.0(postcss@8.4.38) + postcss-convert-values: 6.1.0(postcss@8.4.38) + postcss-discard-comments: 6.0.2(postcss@8.4.38) + postcss-discard-duplicates: 6.0.3(postcss@8.4.38) + postcss-discard-empty: 6.0.3(postcss@8.4.38) + postcss-discard-overridden: 6.0.2(postcss@8.4.38) + postcss-merge-longhand: 6.0.5(postcss@8.4.38) + postcss-merge-rules: 6.1.1(postcss@8.4.38) + postcss-minify-font-values: 6.1.0(postcss@8.4.38) + postcss-minify-gradients: 6.0.3(postcss@8.4.38) + postcss-minify-params: 6.1.0(postcss@8.4.38) + postcss-minify-selectors: 6.0.4(postcss@8.4.38) + postcss-normalize-charset: 6.0.2(postcss@8.4.38) + postcss-normalize-display-values: 6.0.2(postcss@8.4.38) + postcss-normalize-positions: 6.0.2(postcss@8.4.38) + postcss-normalize-repeat-style: 6.0.2(postcss@8.4.38) + postcss-normalize-string: 6.0.2(postcss@8.4.38) + postcss-normalize-timing-functions: 6.0.2(postcss@8.4.38) + postcss-normalize-unicode: 6.1.0(postcss@8.4.38) + postcss-normalize-url: 6.0.2(postcss@8.4.38) + postcss-normalize-whitespace: 6.0.2(postcss@8.4.38) + postcss-ordered-values: 6.0.2(postcss@8.4.38) + postcss-reduce-initial: 6.1.0(postcss@8.4.38) + postcss-reduce-transforms: 6.0.2(postcss@8.4.38) + postcss-svgo: 6.0.3(postcss@8.4.38) + postcss-unique-selectors: 6.0.4(postcss@8.4.38) + + cssnano-utils@4.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + cssnano@6.1.2(postcss@8.4.38): + dependencies: + cssnano-preset-default: 6.1.2(postcss@8.4.38) + lilconfig: 3.1.1 + postcss: 8.4.38 + + csso@5.0.5: + dependencies: + css-tree: 2.2.1 + + csstype@3.1.3: {} + d3-array@3.2.4: dependencies: internmap: 2.0.3 @@ -4024,6 +7990,12 @@ snapshots: d3-transition: 3.0.1(d3-selection@3.0.0) d3-zoom: 3.0.0 + db0@0.1.4: {} + + debug@2.6.9: + dependencies: + ms: 2.0.0 + debug@3.2.7: dependencies: ms: 2.1.3 @@ -4073,13 +8045,26 @@ snapshots: delayed-stream@1.0.0: {} + delegates@1.0.0: {} + + denque@2.1.0: {} + + depd@2.0.0: {} + destr@2.0.3: {} - detect-libc@2.0.3: - optional: true + destroy@1.2.0: {} + + detect-libc@1.0.3: {} + + detect-libc@2.0.3: {} + + devalue@4.3.3: {} diff-sequences@29.6.3: {} + diff@5.2.0: {} + dir-glob@3.0.1: dependencies: path-type: 4.0.0 @@ -4106,16 +8091,35 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 + dot-prop@8.0.2: + dependencies: + type-fest: 3.13.1 + dotenv@16.4.5: {} + duplexer@0.1.2: {} + + eastasianwidth@0.2.0: {} + ecdsa-sig-formatter@1.0.11: dependencies: safe-buffer: 5.2.1 + ee-first@1.1.1: {} + electron-to-chromium@1.4.762: {} emoji-regex@8.0.0: {} + emoji-regex@9.2.2: {} + + encodeurl@1.0.2: {} + + encoding@0.1.13: + dependencies: + iconv-lite: 0.6.3 + optional: true + end-of-stream@1.4.4: dependencies: once: 1.4.0 @@ -4130,10 +8134,16 @@ snapshots: entities@4.5.0: {} + env-paths@2.2.1: {} + + err-code@2.0.3: {} + error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 + error-stack-parser-es@0.1.2: {} + es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 @@ -4170,10 +8180,14 @@ snapshots: escalade@3.1.2: {} + escape-html@1.0.3: {} + escape-string-regexp@1.0.5: {} escape-string-regexp@4.0.0: {} + escape-string-regexp@5.0.0: {} + eslint-compat-utils@0.5.0(eslint@9.2.0): dependencies: eslint: 9.2.0 @@ -4464,8 +8478,36 @@ snapshots: esutils@2.0.3: {} + etag@1.8.1: {} + + event-target-shim@5.0.1: {} + events@3.3.0: {} + execa@5.1.1: + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + + execa@7.2.0: + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 4.3.1 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.3.0 + onetime: 6.0.0 + signal-exit: 3.0.7 + strip-final-newline: 3.0.0 + execa@8.0.1: dependencies: cross-spawn: 7.0.3 @@ -4478,11 +8520,24 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 + exenv-es6@1.1.1: {} + expand-template@2.0.3: optional: true + exponential-backoff@3.1.1: {} + + externality@1.0.2: + dependencies: + enhanced-resolve: 5.16.1 + mlly: 1.7.0 + pathe: 1.1.2 + ufo: 1.5.3 + fast-deep-equal@3.1.3: {} + fast-fifo@1.3.2: {} + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -4507,6 +8562,8 @@ snapshots: dependencies: flat-cache: 4.0.1 + file-uri-to-path@1.0.0: {} + fill-range@7.0.1: dependencies: to-regex-range: 5.0.1 @@ -4534,19 +8591,50 @@ snapshots: flatted@3.3.1: {} + floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)): + dependencies: + '@floating-ui/dom': 1.1.1 + vue: 3.4.27(typescript@5.4.5) + vue-resize: 2.0.0-alpha.1(vue@3.4.27(typescript@5.4.5)) + optionalDependencies: + '@nuxt/kit': 3.11.2(rollup@4.17.2) + + focus-trap@7.5.4: + dependencies: + tabbable: 6.2.0 + + foreground-child@3.1.1: + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + form-data@4.0.0: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 + fraction.js@4.3.7: {} + + fresh@0.5.2: {} + fs-constants@1.0.0: optional: true + fs-extra@11.2.0: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + fs-minipass@2.1.0: dependencies: minipass: 3.3.6 + fs-minipass@3.0.3: + dependencies: + minipass: 7.1.1 + fs.realpath@1.0.0: {} fsevents@2.3.3: @@ -4554,6 +8642,20 @@ snapshots: function-bind@1.1.2: {} + gauge@3.0.2: + dependencies: + aproba: 2.0.0 + color-support: 1.1.3 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + object-assign: 4.1.1 + signal-exit: 3.0.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wide-align: 1.1.5 + + gensync@1.0.0-beta.2: {} + get-caller-file@2.0.5: {} get-func-name@2.0.2: {} @@ -4566,6 +8668,10 @@ snapshots: has-symbols: 1.0.3 hasown: 2.0.2 + get-port-please@3.1.2: {} + + get-stream@6.0.1: {} + get-stream@8.0.1: {} get-tsconfig@4.7.5: @@ -4583,6 +8689,17 @@ snapshots: pathe: 1.1.2 tar: 6.2.1 + git-config-path@2.0.0: {} + + git-up@7.0.0: + dependencies: + is-ssh: 1.4.0 + parse-url: 8.1.0 + + git-url-parse@14.0.0: + dependencies: + git-up: 7.0.0 + github-from-package@0.0.0: optional: true @@ -4594,6 +8711,14 @@ snapshots: dependencies: is-glob: 4.0.3 + glob@10.3.14: + dependencies: + foreground-child: 3.1.1 + jackspeak: 2.3.6 + minimatch: 9.0.4 + minipass: 7.1.1 + path-scurry: 1.11.0 + glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -4603,6 +8728,20 @@ snapshots: once: 1.4.0 path-is-absolute: 1.0.1 + glob@8.1.0: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.6 + once: 1.4.0 + + global-directory@4.0.1: + dependencies: + ini: 4.1.1 + + globals@11.12.0: {} + globals@13.24.0: dependencies: type-fest: 0.20.2 @@ -4620,6 +8759,15 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 + globby@14.0.1: + dependencies: + '@sindresorhus/merge-streams': 2.3.0 + fast-glob: 3.3.2 + ignore: 5.3.1 + path-type: 5.0.0 + slash: 5.1.0 + unicorn-magic: 0.1.0 + gopd@1.0.1: dependencies: get-intrinsic: 1.2.4 @@ -4628,6 +8776,29 @@ snapshots: graphemer@1.4.0: {} + gzip-size@6.0.0: + dependencies: + duplexer: 0.1.2 + + gzip-size@7.0.0: + dependencies: + duplexer: 0.1.2 + + h3@1.11.1: + dependencies: + cookie-es: 1.1.0 + crossws: 0.2.4 + defu: 6.1.4 + destr: 2.0.3 + iron-webcrypto: 1.2.1 + ohash: 1.1.3 + radix3: 1.1.2 + ufo: 1.5.3 + uncrypto: 0.1.3 + unenv: 1.9.0 + transitivePeerDependencies: + - uWebSockets.js + has-flag@3.0.0: {} has-flag@4.0.0: {} @@ -4640,18 +8811,28 @@ snapshots: has-symbols@1.0.3: {} + has-unicode@2.0.1: {} + hash-sum@2.0.0: {} hasown@2.0.2: dependencies: function-bind: 1.1.2 + hookable@5.5.3: {} + hosted-git-info@2.8.9: {} hosted-git-info@4.1.0: dependencies: lru-cache: 6.0.0 + hosted-git-info@7.0.2: + dependencies: + lru-cache: 10.2.2 + + html-tags@3.3.1: {} + htmlparser2@8.0.2: dependencies: domelementtype: 2.3.0 @@ -4659,6 +8840,16 @@ snapshots: domutils: 3.1.0 entities: 4.5.0 + http-cache-semantics@4.1.1: {} + + http-errors@2.0.0: + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 @@ -4666,6 +8857,15 @@ snapshots: transitivePeerDependencies: - supports-color + http-shutdown@1.2.2: {} + + https-proxy-agent@5.0.1: + dependencies: + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + https-proxy-agent@7.0.4: dependencies: agent-base: 7.1.1 @@ -4673,17 +8873,28 @@ snapshots: transitivePeerDependencies: - supports-color + httpxy@0.1.5: {} + + human-signals@2.1.0: {} + + human-signals@4.3.1: {} + human-signals@5.0.0: {} iconv-lite@0.6.3: dependencies: safer-buffer: 2.1.2 - ieee754@1.2.1: - optional: true + ieee754@1.2.1: {} + + ignore-walk@6.0.5: + dependencies: + minimatch: 9.0.4 ignore@5.3.1: {} + image-meta@0.2.0: {} + import-fresh@3.3.0: dependencies: parent-module: 1.0.1 @@ -4700,11 +8911,33 @@ snapshots: inherits@2.0.4: {} - ini@1.3.8: - optional: true + ini@1.3.8: {} + + ini@4.1.1: {} internmap@2.0.3: {} + ioredis@5.4.1: + dependencies: + '@ioredis/commands': 1.2.0 + cluster-key-slot: 1.1.2 + debug: 4.3.4 + denque: 2.1.0 + lodash.defaults: 4.2.0 + lodash.isarguments: 3.1.0 + redis-errors: 1.2.0 + redis-parser: 3.0.0 + standard-as-callback: 2.1.0 + transitivePeerDependencies: + - supports-color + + ip-address@9.0.5: + dependencies: + jsbn: 1.1.0 + sprintf-js: 1.1.3 + + iron-webcrypto@1.2.1: {} + is-alphabetical@1.0.4: {} is-alphanumerical@1.0.4: @@ -4746,12 +8979,35 @@ snapshots: dependencies: is-docker: 3.0.0 + is-installed-globally@1.0.0: + dependencies: + global-directory: 4.0.1 + is-path-inside: 4.0.0 + + is-lambda@1.0.1: {} + is-module@1.0.0: {} + is-node-process@1.2.0: {} + is-number@7.0.0: {} is-path-inside@3.0.3: {} + is-path-inside@4.0.0: {} + + is-primitive@3.0.1: {} + + is-reference@1.2.1: + dependencies: + '@types/estree': 1.0.5 + + is-ssh@1.4.0: + dependencies: + protocols: 2.0.1 + + is-stream@2.0.1: {} + is-stream@3.0.0: {} is-wsl@2.2.0: @@ -4762,8 +9018,22 @@ snapshots: dependencies: is-inside-container: 1.0.0 + is64bit@2.0.0: + dependencies: + system-architecture: 0.1.0 + + isarray@1.0.0: {} + isexe@2.0.0: {} + isexe@3.1.1: {} + + jackspeak@2.3.6: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + jiti@1.21.0: {} js-tokens@4.0.0: {} @@ -4774,20 +9044,28 @@ snapshots: dependencies: argparse: 2.0.1 + jsbn@1.1.0: {} + jsdoc-type-pratt-parser@4.0.0: {} jsesc@0.5.0: {} + jsesc@2.5.2: {} + jsesc@3.0.2: {} json-buffer@3.0.1: {} json-parse-even-better-errors@2.3.1: {} + json-parse-even-better-errors@3.0.2: {} + json-schema-traverse@0.4.1: {} json-stable-stringify-without-jsonify@1.0.1: {} + json5@2.2.3: {} + jsonc-eslint-parser@2.4.0: dependencies: acorn: 8.11.3 @@ -4797,6 +9075,14 @@ snapshots: jsonc-parser@3.2.1: {} + jsonfile@6.1.0: + dependencies: + universalify: 2.0.1 + optionalDependencies: + graceful-fs: 4.2.11 + + jsonparse@1.3.1: {} + jsonwebtoken@9.0.2: dependencies: jws: 3.2.2 @@ -4844,6 +9130,21 @@ snapshots: kleur@3.0.3: {} + klona@2.0.6: {} + + knitwork@1.1.0: {} + + kolorist@1.8.0: {} + + launch-editor@2.6.1: + dependencies: + picocolors: 1.0.0 + shell-quote: 1.8.1 + + lazystream@1.0.1: + dependencies: + readable-stream: 2.3.8 + leven@3.1.0: {} levn@0.4.1: @@ -4851,12 +9152,39 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 + lilconfig@3.1.1: {} + lines-and-columns@1.2.4: {} linkify-it@3.0.3: dependencies: uc.micro: 1.0.6 + listhen@1.7.2: + dependencies: + '@parcel/watcher': 2.4.1 + '@parcel/watcher-wasm': 2.4.1 + citty: 0.1.6 + clipboardy: 4.0.0 + consola: 3.2.3 + crossws: 0.2.4 + defu: 6.1.4 + get-port-please: 3.1.2 + h3: 1.11.1 + http-shutdown: 1.2.2 + jiti: 1.21.0 + mlly: 1.7.0 + node-forge: 1.3.1 + pathe: 1.1.2 + std-env: 3.7.0 + ufo: 1.5.3 + untun: 0.1.3 + uqr: 0.1.2 + transitivePeerDependencies: + - uWebSockets.js + + local-pkg@0.4.3: {} + local-pkg@0.5.0: dependencies: mlly: 1.7.0 @@ -4874,8 +9202,14 @@ snapshots: dependencies: p-locate: 6.0.0 + lodash-es@4.17.21: {} + + lodash.defaults@4.2.0: {} + lodash.includes@4.3.0: {} + lodash.isarguments@3.1.0: {} + lodash.isboolean@3.0.3: {} lodash.isinteger@4.0.4: {} @@ -4886,24 +9220,69 @@ snapshots: lodash.isstring@4.0.1: {} + lodash.memoize@4.1.2: {} + lodash.merge@4.6.2: {} lodash.once@4.1.1: {} + lodash.uniq@4.5.0: {} + lodash@4.17.21: {} + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 + loupe@2.3.7: dependencies: get-func-name: 2.0.2 + lru-cache@10.2.2: {} + + lru-cache@5.1.1: + dependencies: + yallist: 3.1.1 + lru-cache@6.0.0: dependencies: yallist: 4.0.0 + magic-string-ast@0.5.0: + dependencies: + magic-string: 0.30.10 + magic-string@0.30.10: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 + magicast@0.3.4: + dependencies: + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 + source-map-js: 1.2.0 + + make-dir@3.1.0: + dependencies: + semver: 6.3.1 + + make-fetch-happen@13.0.1: + dependencies: + '@npmcli/agent': 2.2.2 + cacache: 18.0.3 + http-cache-semantics: 4.1.1 + is-lambda: 1.0.1 + minipass: 7.1.1 + minipass-fetch: 3.0.5 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.3 + proc-log: 4.2.0 + promise-retry: 2.0.1 + ssri: 10.0.6 + transitivePeerDependencies: + - supports-color + markdown-it@12.3.2: dependencies: argparse: 2.0.1 @@ -4924,6 +9303,10 @@ snapshots: mdast-util-to-string@2.0.0: {} + mdn-data@2.0.28: {} + + mdn-data@2.0.30: {} + mdurl@1.0.1: {} merge-stream@2.0.0: {} @@ -4950,6 +9333,12 @@ snapshots: mime@1.6.0: {} + mime@3.0.0: {} + + mime@4.0.3: {} + + mimic-fn@2.1.0: {} + mimic-fn@4.0.0: {} mimic-response@3.1.0: @@ -4961,6 +9350,10 @@ snapshots: dependencies: brace-expansion: 1.1.11 + minimatch@5.1.6: + dependencies: + brace-expansion: 2.0.1 + minimatch@9.0.4: dependencies: brace-expansion: 2.0.1 @@ -4968,17 +9361,52 @@ snapshots: minimist@1.2.8: optional: true + minipass-collect@2.0.1: + dependencies: + minipass: 7.1.1 + + minipass-fetch@3.0.5: + dependencies: + minipass: 7.1.1 + minipass-sized: 1.0.3 + minizlib: 2.1.2 + optionalDependencies: + encoding: 0.1.13 + + minipass-flush@1.0.5: + dependencies: + minipass: 3.3.6 + + minipass-json-stream@1.0.1: + dependencies: + jsonparse: 1.3.1 + minipass: 3.3.6 + + minipass-pipeline@1.2.4: + dependencies: + minipass: 3.3.6 + + minipass-sized@1.0.3: + dependencies: + minipass: 3.3.6 + minipass@3.3.6: dependencies: yallist: 4.0.0 minipass@5.0.0: {} + minipass@7.1.1: {} + minizlib@2.1.2: dependencies: minipass: 3.3.6 yallist: 4.0.0 + mitt@2.1.0: {} + + mitt@3.0.1: {} + mkdirp-classic@0.5.3: optional: true @@ -4991,6 +9419,12 @@ snapshots: pkg-types: 1.1.1 ufo: 1.5.3 + mri@1.2.0: {} + + mrmime@2.0.0: {} + + ms@2.0.0: {} + ms@2.1.2: {} ms@2.1.3: {} @@ -4999,42 +9433,353 @@ snapshots: nanoid@3.3.7: {} + nanoid@5.0.7: {} + napi-build-utils@1.0.2: optional: true - natural-compare-lite@1.4.0: {} + natural-compare-lite@1.4.0: {} + + natural-compare@1.4.0: {} + + negotiator@0.6.3: {} + + nitropack@2.9.6(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(encoding@0.1.13): + dependencies: + '@cloudflare/kv-asset-handler': 0.3.2 + '@netlify/functions': 2.6.3(@opentelemetry/api@1.8.0) + '@rollup/plugin-alias': 5.1.0(rollup@4.17.2) + '@rollup/plugin-commonjs': 25.0.7(rollup@4.17.2) + '@rollup/plugin-inject': 5.0.5(rollup@4.17.2) + '@rollup/plugin-json': 6.1.0(rollup@4.17.2) + '@rollup/plugin-node-resolve': 15.2.3(rollup@4.17.2) + '@rollup/plugin-replace': 5.0.5(rollup@4.17.2) + '@rollup/plugin-terser': 0.4.4(rollup@4.17.2) + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + '@types/http-proxy': 1.17.14 + '@vercel/nft': 0.26.5(encoding@0.1.13) + archiver: 7.0.1 + c12: 1.10.0 + chalk: 5.3.0 + chokidar: 3.6.0 + citty: 0.1.6 + consola: 3.2.3 + cookie-es: 1.1.0 + croner: 8.0.2 + crossws: 0.2.4 + db0: 0.1.4 + defu: 6.1.4 + destr: 2.0.3 + dot-prop: 8.0.2 + esbuild: 0.20.2 + escape-string-regexp: 5.0.0 + etag: 1.8.1 + fs-extra: 11.2.0 + globby: 14.0.1 + gzip-size: 7.0.0 + h3: 1.11.1 + hookable: 5.5.3 + httpxy: 0.1.5 + ioredis: 5.4.1 + is-primitive: 3.0.1 + jiti: 1.21.0 + klona: 2.0.6 + knitwork: 1.1.0 + listhen: 1.7.2 + magic-string: 0.30.10 + mime: 4.0.3 + mlly: 1.7.0 + mri: 1.2.0 + node-fetch-native: 1.6.4 + ofetch: 1.3.4 + ohash: 1.1.3 + openapi-typescript: 6.7.5 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.1.1 + pretty-bytes: 6.1.1 + radix3: 1.1.2 + rollup: 4.17.2 + rollup-plugin-visualizer: 5.12.0(rollup@4.17.2) + scule: 1.3.0 + semver: 7.6.2 + serve-placeholder: 2.0.1 + serve-static: 1.15.0 + std-env: 3.7.0 + ufo: 1.5.3 + uncrypto: 0.1.3 + unctx: 2.3.1 + unenv: 1.9.0 + unimport: 3.7.1(rollup@4.17.2) + unstorage: 1.10.2(@azure/identity@4.2.0)(ioredis@5.4.1) + unwasm: 0.3.9 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@libsql/client' + - '@netlify/blobs' + - '@opentelemetry/api' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/kv' + - better-sqlite3 + - drizzle-orm + - encoding + - idb-keyval + - supports-color + - uWebSockets.js + + node-abi@3.62.0: + dependencies: + semver: 7.6.2 + optional: true + + node-addon-api@4.3.0: + optional: true + + node-addon-api@7.1.0: {} + + node-fetch-native@1.6.4: {} + + node-fetch@2.7.0(encoding@0.1.13): + dependencies: + whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 + + node-forge@1.3.1: {} + + node-gyp-build@4.8.1: {} + + node-gyp@10.1.0: + dependencies: + env-paths: 2.2.1 + exponential-backoff: 3.1.1 + glob: 10.3.14 + graceful-fs: 4.2.11 + make-fetch-happen: 13.0.1 + nopt: 7.2.1 + proc-log: 3.0.0 + semver: 7.6.2 + tar: 6.2.1 + which: 4.0.0 + transitivePeerDependencies: + - supports-color + + node-releases@2.0.14: {} + + nopt@5.0.0: + dependencies: + abbrev: 1.1.1 + + nopt@7.2.1: + dependencies: + abbrev: 2.0.0 + + normalize-package-data@2.5.0: + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.22.8 + semver: 5.7.2 + validate-npm-package-license: 3.0.4 + + normalize-package-data@6.0.1: + dependencies: + hosted-git-info: 7.0.2 + is-core-module: 2.13.1 + semver: 7.6.2 + validate-npm-package-license: 3.0.4 + + normalize-path@3.0.0: {} + + normalize-range@0.1.2: {} - natural-compare@1.4.0: {} + npm-bundled@3.0.1: + dependencies: + npm-normalize-package-bin: 3.0.1 - node-abi@3.62.0: + npm-install-checks@6.3.0: dependencies: semver: 7.6.2 - optional: true - node-addon-api@4.3.0: - optional: true + npm-normalize-package-bin@3.0.1: {} - node-fetch-native@1.6.4: {} + npm-package-arg@11.0.2: + dependencies: + hosted-git-info: 7.0.2 + proc-log: 4.2.0 + semver: 7.6.2 + validate-npm-package-name: 5.0.1 - node-releases@2.0.14: {} + npm-packlist@8.0.2: + dependencies: + ignore-walk: 6.0.5 - normalize-package-data@2.5.0: + npm-pick-manifest@9.0.1: dependencies: - hosted-git-info: 2.8.9 - resolve: 1.22.8 - semver: 5.7.2 - validate-npm-package-license: 3.0.4 + npm-install-checks: 6.3.0 + npm-normalize-package-bin: 3.0.1 + npm-package-arg: 11.0.2 + semver: 7.6.2 - normalize-path@3.0.0: {} + npm-registry-fetch@17.0.1: + dependencies: + '@npmcli/redact': 2.0.0 + make-fetch-happen: 13.0.1 + minipass: 7.1.1 + minipass-fetch: 3.0.5 + minipass-json-stream: 1.0.1 + minizlib: 2.1.2 + npm-package-arg: 11.0.2 + proc-log: 4.2.0 + transitivePeerDependencies: + - supports-color + + npm-run-path@4.0.1: + dependencies: + path-key: 3.1.1 npm-run-path@5.3.0: dependencies: path-key: 4.0.0 + npmlog@5.0.1: + dependencies: + are-we-there-yet: 2.0.0 + console-control-strings: 1.1.0 + gauge: 3.0.2 + set-blocking: 2.0.0 + nth-check@2.1.1: dependencies: boolbase: 1.0.0 + nuxi@3.11.1: + optionalDependencies: + fsevents: 2.3.3 + + nuxt@3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)): + dependencies: + '@nuxt/devalue': 2.0.2 + '@nuxt/devtools': 1.3.1(@unocss/reset@0.60.2)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(nuxt@3.11.2(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(@parcel/watcher@2.4.1)(@types/node@18.19.33)(@unocss/reset@0.60.2)(encoding@0.1.13)(eslint@9.2.0)(floating-vue@5.2.2(@nuxt/kit@3.11.2(rollup@4.17.2))(vue@3.4.27(typescript@5.4.5)))(ioredis@5.4.1)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(rollup@4.17.2)(unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)))(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) + '@nuxt/kit': 3.11.2(rollup@4.17.2) + '@nuxt/schema': 3.11.2(rollup@4.17.2) + '@nuxt/telemetry': 2.5.4(rollup@4.17.2) + '@nuxt/ui-templates': 1.3.3 + '@nuxt/vite-builder': 3.11.2(@types/node@18.19.33)(eslint@9.2.0)(optionator@0.9.4)(rollup@4.17.2)(terser@5.31.0)(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + '@unhead/dom': 1.9.10 + '@unhead/ssr': 1.9.10 + '@unhead/vue': 1.9.10(vue@3.4.27(typescript@5.4.5)) + '@vue/shared': 3.4.27 + acorn: 8.11.3 + c12: 1.10.0 + chokidar: 3.6.0 + cookie-es: 1.1.0 + defu: 6.1.4 + destr: 2.0.3 + devalue: 4.3.3 + esbuild: 0.20.2 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + fs-extra: 11.2.0 + globby: 14.0.1 + h3: 1.11.1 + hookable: 5.5.3 + jiti: 1.21.0 + klona: 2.0.6 + knitwork: 1.1.0 + magic-string: 0.30.10 + mlly: 1.7.0 + nitropack: 2.9.6(@azure/identity@4.2.0)(@opentelemetry/api@1.8.0)(encoding@0.1.13) + nuxi: 3.11.1 + nypm: 0.3.8 + ofetch: 1.3.4 + ohash: 1.1.3 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.1.1 + radix3: 1.1.2 + scule: 1.3.0 + std-env: 3.7.0 + strip-literal: 2.1.0 + ufo: 1.5.3 + ultrahtml: 1.5.3 + uncrypto: 0.1.3 + unctx: 2.3.1 + unenv: 1.9.0 + unimport: 3.7.1(rollup@4.17.2) + unplugin: 1.10.1 + unplugin-vue-router: 0.7.0(rollup@4.17.2)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)) + unstorage: 1.10.2(@azure/identity@4.2.0)(ioredis@5.4.1) + untyped: 1.4.2 + vue: 3.4.27(typescript@5.4.5) + vue-bundle-renderer: 2.1.0 + vue-devtools-stub: 0.1.0 + vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) + optionalDependencies: + '@parcel/watcher': 2.4.1 + '@types/node': 18.19.33 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@libsql/client' + - '@netlify/blobs' + - '@opentelemetry/api' + - '@planetscale/database' + - '@unocss/reset' + - '@upstash/redis' + - '@vercel/kv' + - '@vue/composition-api' + - async-validator + - axios + - better-sqlite3 + - bluebird + - bufferutil + - change-case + - drauu + - drizzle-orm + - encoding + - eslint + - floating-vue + - fuse.js + - idb-keyval + - ioredis + - jwt-decode + - less + - lightningcss + - meow + - nprogress + - optionator + - qrcode + - rollup + - sass + - sortablejs + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - uWebSockets.js + - universal-cookie + - unocss + - utf-8-validate + - vite + - vls + - vti + - vue-tsc + - xml2js + nypm@0.3.8: dependencies: citty: 0.1.6 @@ -5043,14 +9788,30 @@ snapshots: pathe: 1.1.2 ufo: 1.5.3 + object-assign@4.1.1: {} + object-inspect@1.13.1: {} + ofetch@1.3.4: + dependencies: + destr: 2.0.3 + node-fetch-native: 1.6.4 + ufo: 1.5.3 + ohash@1.1.3: {} + on-finished@2.4.1: + dependencies: + ee-first: 1.1.1 + once@1.4.0: dependencies: wrappy: 1.0.2 + onetime@5.1.2: + dependencies: + mimic-fn: 2.1.0 + onetime@6.0.0: dependencies: mimic-fn: 4.0.0 @@ -5068,6 +9829,15 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 + openapi-typescript@6.7.5: + dependencies: + ansi-colors: 4.1.3 + fast-glob: 3.3.2 + js-yaml: 4.1.0 + supports-color: 9.4.0 + undici: 5.28.4 + yargs-parser: 21.1.1 + optionator@0.9.4: dependencies: deep-is: 0.1.4 @@ -5077,6 +9847,8 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 + outvariant@1.4.2: {} + p-limit@2.3.0: dependencies: p-try: 2.2.0 @@ -5105,8 +9877,35 @@ snapshots: dependencies: p-limit: 4.0.0 + p-map@4.0.0: + dependencies: + aggregate-error: 3.1.0 + p-try@2.2.0: {} + pacote@18.0.6: + dependencies: + '@npmcli/git': 5.0.7 + '@npmcli/installed-package-contents': 2.1.0 + '@npmcli/package-json': 5.1.0 + '@npmcli/promise-spawn': 7.0.2 + '@npmcli/run-script': 8.1.0 + cacache: 18.0.3 + fs-minipass: 3.0.3 + minipass: 7.1.1 + npm-package-arg: 11.0.2 + npm-packlist: 8.0.2 + npm-pick-manifest: 9.0.1 + npm-registry-fetch: 17.0.1 + proc-log: 4.2.0 + promise-retry: 2.0.1 + sigstore: 2.3.0 + ssri: 10.0.6 + tar: 6.2.1 + transitivePeerDependencies: + - bluebird + - supports-color + parent-module@1.0.1: dependencies: callsites: 3.1.0 @@ -5120,6 +9919,11 @@ snapshots: is-decimal: 1.0.4 is-hexadecimal: 1.0.4 + parse-git-config@3.0.0: + dependencies: + git-config-path: 2.0.0 + ini: 1.3.8 + parse-gitignore@2.0.0: {} parse-json@5.2.0: @@ -5129,10 +9933,18 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 + parse-path@7.0.0: + dependencies: + protocols: 2.0.1 + parse-semver@1.1.1: dependencies: semver: 5.7.2 + parse-url@8.1.0: + dependencies: + parse-path: 7.0.0 + parse5-htmlparser2-tree-adapter@7.0.0: dependencies: domhandler: 5.0.3 @@ -5142,6 +9954,8 @@ snapshots: dependencies: entities: 4.5.0 + parseurl@1.3.3: {} + path-exists@4.0.0: {} path-exists@5.0.0: {} @@ -5154,8 +9968,15 @@ snapshots: path-parse@1.0.7: {} + path-scurry@1.11.0: + dependencies: + lru-cache: 10.2.2 + minipass: 7.1.1 + path-type@4.0.0: {} + path-type@5.0.0: {} + pathe@1.1.2: {} pathval@1.1.1: {} @@ -5178,11 +9999,160 @@ snapshots: pluralize@8.0.0: {} + postcss-calc@9.0.1(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 + postcss-value-parser: 4.2.0 + + postcss-colormin@6.1.0(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + caniuse-api: 3.0.0 + colord: 2.9.3 + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-convert-values@6.1.0(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-discard-comments@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-discard-duplicates@6.0.3(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-discard-empty@6.0.3(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-discard-overridden@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-merge-longhand@6.0.5(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + stylehacks: 6.1.1(postcss@8.4.38) + + postcss-merge-rules@6.1.1(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + caniuse-api: 3.0.0 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 + + postcss-minify-font-values@6.1.0(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-minify-gradients@6.0.3(postcss@8.4.38): + dependencies: + colord: 2.9.3 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-minify-params@6.1.0(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-minify-selectors@6.0.4(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 + + postcss-normalize-charset@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-normalize-display-values@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-positions@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-repeat-style@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-string@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-timing-functions@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-unicode@6.1.0(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-url@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-normalize-whitespace@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-ordered-values@6.0.2(postcss@8.4.38): + dependencies: + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + + postcss-reduce-initial@6.1.0(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + caniuse-api: 3.0.0 + postcss: 8.4.38 + + postcss-reduce-transforms@6.0.2(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + postcss-selector-parser@6.0.16: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 + postcss-svgo@6.0.3(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + svgo: 3.3.2 + + postcss-unique-selectors@6.0.4(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 + + postcss-value-parser@4.2.0: {} + postcss@8.4.38: dependencies: nanoid: 3.3.7 @@ -5207,17 +10177,36 @@ snapshots: prelude-ls@1.2.1: {} + pretty-bytes@6.1.1: {} + pretty-format@29.7.0: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.3.1 + proc-log@3.0.0: {} + + proc-log@4.2.0: {} + + process-nextick-args@2.0.1: {} + + process@0.11.10: {} + + promise-inflight@1.0.1: {} + + promise-retry@2.0.1: + dependencies: + err-code: 2.0.3 + retry: 0.12.0 + prompts@2.4.2: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 + protocols@2.0.1: {} + pump@3.0.0: dependencies: end-of-stream: 1.4.4 @@ -5232,6 +10221,16 @@ snapshots: queue-microtask@1.2.3: {} + queue-tick@1.0.1: {} + + radix3@1.1.2: {} + + randombytes@2.1.0: + dependencies: + safe-buffer: 5.2.1 + + range-parser@1.2.1: {} + rc9@2.1.2: dependencies: defu: 6.1.4 @@ -5247,6 +10246,10 @@ snapshots: react-is@18.3.1: {} + react@18.3.1: + dependencies: + loose-envify: 1.4.0 + read-pkg-up@7.0.1: dependencies: find-up: 4.1.0 @@ -5264,17 +10267,44 @@ snapshots: dependencies: mute-stream: 0.0.8 + readable-stream@2.3.8: + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + readable-stream@3.6.2: dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - optional: true + + readable-stream@4.5.2: + dependencies: + abort-controller: 3.0.0 + buffer: 6.0.3 + events: 3.3.0 + process: 0.11.10 + string_decoder: 1.3.0 + + readdir-glob@1.1.3: + dependencies: + minimatch: 5.1.6 readdirp@3.6.0: dependencies: picomatch: 2.3.1 + redis-errors@1.2.0: {} + + redis-parser@3.0.0: + dependencies: + redis-errors: 1.2.0 + regexp-tree@0.1.27: {} regjsparser@0.10.0: @@ -5285,6 +10315,8 @@ snapshots: resolve-from@4.0.0: {} + resolve-from@5.0.0: {} + resolve-pkg-maps@1.0.0: {} resolve@1.22.8: @@ -5293,8 +10325,16 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + retry@0.12.0: {} + reusify@1.0.4: {} + rfdc@1.3.1: {} + + rimraf@3.0.2: + dependencies: + glob: 7.2.3 + robust-predicates@3.0.2: {} rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.17.2): @@ -5308,6 +10348,15 @@ snapshots: transitivePeerDependencies: - supports-color + rollup-plugin-visualizer@5.12.0(rollup@4.17.2): + dependencies: + open: 8.4.2 + picomatch: 2.3.1 + source-map: 0.7.4 + yargs: 17.7.2 + optionalDependencies: + rollup: 4.17.2 + rollup-plugin-vue@6.0.0(@vue/compiler-sfc@3.4.27): dependencies: '@vue/compiler-sfc': 3.4.27 @@ -5351,16 +10400,59 @@ snapshots: rw@1.3.3: {} + safe-buffer@5.1.2: {} + safe-buffer@5.2.1: {} safer-buffer@2.1.2: {} sax@1.3.0: {} + scule@1.3.0: {} + semver@5.7.2: {} + semver@6.3.1: {} + semver@7.6.2: {} + send@0.18.0: + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 2.0.0 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: 1.2.1 + statuses: 2.0.1 + transitivePeerDependencies: + - supports-color + + serialize-javascript@6.0.2: + dependencies: + randombytes: 2.1.0 + + serve-placeholder@2.0.1: + dependencies: + defu: 6.1.4 + + serve-static@1.15.0: + dependencies: + encodeurl: 1.0.2 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.18.0 + transitivePeerDependencies: + - supports-color + + set-blocking@2.0.0: {} + set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 @@ -5370,12 +10462,20 @@ snapshots: gopd: 1.0.1 has-property-descriptors: 1.0.2 + setprototypeof@1.2.0: {} + shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 shebang-regex@3.0.0: {} + shell-quote@1.8.1: {} + + shiki@1.3.0: + dependencies: + '@shikijs/core': 1.3.0 + side-channel@1.0.6: dependencies: call-bind: 1.0.7 @@ -5385,8 +10485,21 @@ snapshots: siginfo@2.0.0: {} + signal-exit@3.0.7: {} + signal-exit@4.1.0: {} + sigstore@2.3.0: + dependencies: + '@sigstore/bundle': 2.3.1 + '@sigstore/core': 1.1.0 + '@sigstore/protobuf-specs': 0.3.2 + '@sigstore/sign': 2.3.1 + '@sigstore/tuf': 2.3.3 + '@sigstore/verify': 1.2.0 + transitivePeerDependencies: + - supports-color + simple-concat@1.0.1: optional: true @@ -5397,20 +10510,55 @@ snapshots: simple-concat: 1.0.1 optional: true + simple-git@3.24.0: + dependencies: + '@kwsites/file-exists': 1.1.1 + '@kwsites/promise-deferred': 1.1.1 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + sirv@2.0.4: + dependencies: + '@polka/url': 1.0.0-next.25 + mrmime: 2.0.0 + totalist: 3.0.1 + sisteransi@1.0.5: {} slash@3.0.0: {} + slash@4.0.0: {} + + slash@5.1.0: {} + + smart-buffer@4.2.0: {} + + smob@1.5.0: {} + + socks-proxy-agent@8.0.3: + dependencies: + agent-base: 7.1.1 + debug: 4.3.4 + socks: 2.8.3 + transitivePeerDependencies: + - supports-color + + socks@2.8.3: + dependencies: + ip-address: 9.0.5 + smart-buffer: 4.2.0 + source-map-js@1.2.0: {} source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - optional: true - source-map@0.6.1: - optional: true + source-map@0.6.1: {} + + source-map@0.7.4: {} spdx-correct@3.2.0: dependencies: @@ -5431,12 +10579,35 @@ snapshots: spdx-license-ids@3.0.17: {} + speakingurl@14.0.1: {} + + splitpanes@3.1.5: {} + + sprintf-js@1.1.3: {} + + ssri@10.0.6: + dependencies: + minipass: 7.1.1 + stackback@0.0.2: {} + standard-as-callback@2.1.0: {} + + statuses@2.0.1: {} + std-env@3.7.0: {} stoppable@1.1.0: {} + streamx@2.16.1: + dependencies: + fast-fifo: 1.3.2 + queue-tick: 1.0.1 + optionalDependencies: + bare-events: 2.2.2 + + strict-event-emitter@0.5.1: {} + string-argv@0.3.2: {} string-width@4.2.3: @@ -5445,15 +10616,30 @@ snapshots: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + string_decoder@1.1.1: + dependencies: + safe-buffer: 5.1.2 + string_decoder@1.3.0: dependencies: safe-buffer: 5.2.1 - optional: true strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.0.1 + + strip-final-newline@2.0.0: {} + strip-final-newline@3.0.0: {} strip-indent@3.0.0: @@ -5465,10 +10651,20 @@ snapshots: strip-json-comments@3.1.1: {} + strip-literal@1.3.0: + dependencies: + acorn: 8.11.3 + strip-literal@2.1.0: dependencies: js-tokens: 9.0.0 + stylehacks@6.1.1(postcss@8.4.38): + dependencies: + browserslist: 4.23.0 + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 + supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -5477,12 +10673,32 @@ snapshots: dependencies: has-flag: 4.0.0 + supports-color@9.4.0: {} + supports-preserve-symlinks-flag@1.0.0: {} + svg-tags@1.0.0: {} + + svgo@3.3.2: + dependencies: + '@trysound/sax': 0.2.0 + commander: 7.2.0 + css-select: 5.1.0 + css-tree: 2.3.1 + css-what: 6.1.0 + csso: 5.0.5 + picocolors: 1.0.0 + synckit@0.6.2: dependencies: tslib: 2.6.2 + system-architecture@0.1.0: {} + + tabbable@5.3.3: {} + + tabbable@6.2.0: {} + tapable@2.2.1: {} tar-fs@2.1.1: @@ -5502,6 +10718,12 @@ snapshots: readable-stream: 3.6.2 optional: true + tar-stream@3.1.7: + dependencies: + b4a: 1.6.6 + fast-fifo: 1.3.2 + streamx: 2.16.1 + tar@6.2.1: dependencies: chownr: 2.0.0 @@ -5517,10 +10739,11 @@ snapshots: acorn: 8.11.3 commander: 2.20.3 source-map-support: 0.5.21 - optional: true text-table@0.2.0: {} + tiny-invariant@1.3.3: {} + tinybench@2.8.0: {} tinypool@0.8.4: {} @@ -5535,16 +10758,32 @@ snapshots: dependencies: is-number: 7.0.0 + toidentifier@1.0.1: {} + toml-eslint-parser@0.9.3: dependencies: eslint-visitor-keys: 3.4.3 + totalist@3.0.1: {} + + tr46@0.0.3: {} + ts-api-utils@1.3.0(typescript@5.4.5): dependencies: typescript: 5.4.5 + tslib@1.14.1: {} + tslib@2.6.2: {} + tuf-js@2.2.1: + dependencies: + '@tufjs/models': 2.0.1 + debug: 4.3.4 + make-fetch-happen: 13.0.1 + transitivePeerDependencies: + - supports-color + tunnel-agent@0.6.0: dependencies: safe-buffer: 5.2.1 @@ -5560,10 +10799,14 @@ snapshots: type-fest@0.20.2: {} + type-fest@0.21.3: {} + type-fest@0.6.0: {} type-fest@0.8.1: {} + type-fest@3.13.1: {} + typed-rest-client@1.8.11: dependencies: qs: 6.12.1 @@ -5576,28 +10819,198 @@ snapshots: ufo@1.5.3: {} + ultrahtml@1.5.3: {} + + unconfig@0.3.13: + dependencies: + '@antfu/utils': 0.7.8 + defu: 6.1.4 + jiti: 1.21.0 + + uncrypto@0.1.3: {} + + unctx@2.3.1: + dependencies: + acorn: 8.11.3 + estree-walker: 3.0.3 + magic-string: 0.30.10 + unplugin: 1.10.1 + underscore@1.13.6: {} undici-types@5.26.5: {} + undici@5.28.4: + dependencies: + '@fastify/busboy': 2.1.1 + + unenv@1.9.0: + dependencies: + consola: 3.2.3 + defu: 6.1.4 + mime: 3.0.0 + node-fetch-native: 1.6.4 + pathe: 1.1.2 + + unhead@1.9.10: + dependencies: + '@unhead/dom': 1.9.10 + '@unhead/schema': 1.9.10 + '@unhead/shared': 1.9.10 + hookable: 5.5.3 + unicorn-magic@0.1.0: {} + unimport@3.7.1(rollup@4.17.2): + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + acorn: 8.11.3 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + fast-glob: 3.3.2 + local-pkg: 0.5.0 + magic-string: 0.30.10 + mlly: 1.7.0 + pathe: 1.1.2 + pkg-types: 1.1.1 + scule: 1.3.0 + strip-literal: 1.3.0 + unplugin: 1.10.1 + transitivePeerDependencies: + - rollup + + unique-filename@3.0.0: + dependencies: + unique-slug: 4.0.0 + + unique-slug@4.0.0: + dependencies: + imurmurhash: 0.1.4 + unist-util-stringify-position@2.0.3: dependencies: '@types/unist': 2.0.10 + universalify@2.0.1: {} + + unocss@0.60.2(postcss@8.4.38)(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)): + dependencies: + '@unocss/astro': 0.60.2(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + '@unocss/cli': 0.60.2(rollup@4.17.2) + '@unocss/core': 0.60.2 + '@unocss/extractor-arbitrary-variants': 0.60.2 + '@unocss/postcss': 0.60.2(postcss@8.4.38) + '@unocss/preset-attributify': 0.60.2 + '@unocss/preset-icons': 0.60.2 + '@unocss/preset-mini': 0.60.2 + '@unocss/preset-tagify': 0.60.2 + '@unocss/preset-typography': 0.60.2 + '@unocss/preset-uno': 0.60.2 + '@unocss/preset-web-fonts': 0.60.2 + '@unocss/preset-wind': 0.60.2 + '@unocss/reset': 0.60.2 + '@unocss/transformer-attributify-jsx': 0.60.2 + '@unocss/transformer-attributify-jsx-babel': 0.60.2 + '@unocss/transformer-compile-class': 0.60.2 + '@unocss/transformer-directives': 0.60.2 + '@unocss/transformer-variant-group': 0.60.2 + '@unocss/vite': 0.60.2(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)) + optionalDependencies: + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + transitivePeerDependencies: + - postcss + - rollup + - supports-color + + unplugin-vue-router@0.7.0(rollup@4.17.2)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)): + dependencies: + '@babel/types': 7.24.5 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + '@vue-macros/common': 1.10.3(rollup@4.17.2)(vue@3.4.27(typescript@5.4.5)) + ast-walker-scope: 0.5.0(rollup@4.17.2) + chokidar: 3.6.0 + fast-glob: 3.3.2 + json5: 2.2.3 + local-pkg: 0.4.3 + mlly: 1.7.0 + pathe: 1.1.2 + scule: 1.3.0 + unplugin: 1.10.1 + yaml: 2.4.2 + optionalDependencies: + vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) + transitivePeerDependencies: + - rollup + - vue + + unplugin@1.10.1: + dependencies: + acorn: 8.11.3 + chokidar: 3.6.0 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.6.1 + + unstorage@1.10.2(@azure/identity@4.2.0)(ioredis@5.4.1): + dependencies: + anymatch: 3.1.3 + chokidar: 3.6.0 + destr: 2.0.3 + h3: 1.11.1 + listhen: 1.7.2 + lru-cache: 10.2.2 + mri: 1.2.0 + node-fetch-native: 1.6.4 + ofetch: 1.3.4 + ufo: 1.5.3 + optionalDependencies: + '@azure/identity': 4.2.0 + ioredis: 5.4.1 + transitivePeerDependencies: + - uWebSockets.js + + untun@0.1.3: + dependencies: + citty: 0.1.6 + consola: 3.2.3 + pathe: 1.1.2 + + untyped@1.4.2: + dependencies: + '@babel/core': 7.24.5 + '@babel/standalone': 7.24.5 + '@babel/types': 7.24.5 + defu: 6.1.4 + jiti: 1.21.0 + mri: 1.2.0 + scule: 1.3.0 + transitivePeerDependencies: + - supports-color + + unwasm@0.3.9: + dependencies: + knitwork: 1.1.0 + magic-string: 0.30.10 + mlly: 1.7.0 + pathe: 1.1.2 + pkg-types: 1.1.1 + unplugin: 1.10.1 + update-browserslist-db@1.0.15(browserslist@4.23.0): dependencies: browserslist: 4.23.0 escalade: 3.1.2 picocolors: 1.0.0 + uqr@0.1.2: {} + uri-js@4.4.1: dependencies: punycode: 2.3.1 url-join@4.0.1: {} + urlpattern-polyfill@8.0.2: {} + util-deprecate@1.0.2: {} uuid@8.3.2: {} @@ -5607,6 +11020,12 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 + validate-npm-package-name@5.0.1: {} + + vite-hot-client@0.2.3(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)): + dependencies: + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + vite-node@1.6.0(@types/node@18.19.33)(terser@5.31.0): dependencies: cac: 6.7.14 @@ -5624,6 +11043,62 @@ snapshots: - supports-color - terser + vite-plugin-checker@0.6.4(eslint@9.2.0)(optionator@0.9.4)(typescript@5.4.5)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)): + dependencies: + '@babel/code-frame': 7.24.2 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + chokidar: 3.6.0 + commander: 8.3.0 + fast-glob: 3.3.2 + fs-extra: 11.2.0 + npm-run-path: 4.0.1 + semver: 7.6.2 + strip-ansi: 6.0.1 + tiny-invariant: 1.3.3 + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + vscode-languageclient: 7.0.0 + vscode-languageserver: 7.0.0 + vscode-languageserver-textdocument: 1.0.11 + vscode-uri: 3.0.8 + optionalDependencies: + eslint: 9.2.0 + optionator: 0.9.4 + typescript: 5.4.5 + + vite-plugin-inspect@0.8.4(@nuxt/kit@3.11.2(rollup@4.17.2))(rollup@4.17.2)(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)): + dependencies: + '@antfu/utils': 0.7.8 + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) + debug: 4.3.4 + error-stack-parser-es: 0.1.2 + fs-extra: 11.2.0 + open: 10.1.0 + perfect-debounce: 1.0.0 + picocolors: 1.0.0 + sirv: 2.0.4 + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + optionalDependencies: + '@nuxt/kit': 3.11.2(rollup@4.17.2) + transitivePeerDependencies: + - rollup + - supports-color + + vite-plugin-vue-inspector@5.1.0(vite@5.2.11(@types/node@18.19.33)(terser@5.31.0)): + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5) + '@vue/compiler-dom': 3.4.27 + kolorist: 1.8.0 + magic-string: 0.30.10 + vite: 5.2.11(@types/node@18.19.33)(terser@5.31.0) + transitivePeerDependencies: + - supports-color + vite@5.2.11(@types/node@18.19.33)(terser@5.31.0): dependencies: esbuild: 0.20.2 @@ -5667,6 +11142,39 @@ snapshots: - supports-color - terser + vscode-jsonrpc@6.0.0: {} + + vscode-languageclient@7.0.0: + dependencies: + minimatch: 3.1.2 + semver: 7.6.2 + vscode-languageserver-protocol: 3.16.0 + + vscode-languageserver-protocol@3.16.0: + dependencies: + vscode-jsonrpc: 6.0.0 + vscode-languageserver-types: 3.16.0 + + vscode-languageserver-textdocument@1.0.11: {} + + vscode-languageserver-types@3.16.0: {} + + vscode-languageserver@7.0.0: + dependencies: + vscode-languageserver-protocol: 3.16.0 + + vscode-uri@3.0.8: {} + + vue-bundle-renderer@2.1.0: + dependencies: + ufo: 1.5.3 + + vue-demi@0.14.7(vue@3.4.27(typescript@5.4.5)): + dependencies: + vue: 3.4.27(typescript@5.4.5) + + vue-devtools-stub@0.1.0: {} + vue-eslint-parser@9.4.2(eslint@9.2.0): dependencies: debug: 4.3.4 @@ -5680,15 +11188,68 @@ snapshots: transitivePeerDependencies: - supports-color + vue-observe-visibility@2.0.0-alpha.1(vue@3.4.27(typescript@5.4.5)): + dependencies: + vue: 3.4.27(typescript@5.4.5) + + vue-resize@2.0.0-alpha.1(vue@3.4.27(typescript@5.4.5)): + dependencies: + vue: 3.4.27(typescript@5.4.5) + + vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)): + dependencies: + '@vue/devtools-api': 6.6.1 + vue: 3.4.27(typescript@5.4.5) + + vue-virtual-scroller@2.0.0-beta.8(vue@3.4.27(typescript@5.4.5)): + dependencies: + mitt: 2.1.0 + vue: 3.4.27(typescript@5.4.5) + vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.27(typescript@5.4.5)) + vue-resize: 2.0.0-alpha.1(vue@3.4.27(typescript@5.4.5)) + + vue@3.4.27(typescript@5.4.5): + dependencies: + '@vue/compiler-dom': 3.4.27 + '@vue/compiler-sfc': 3.4.27 + '@vue/runtime-dom': 3.4.27 + '@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.4.5)) + '@vue/shared': 3.4.27 + optionalDependencies: + typescript: 5.4.5 + + webidl-conversions@3.0.1: {} + + webpack-sources@3.2.3: {} + + webpack-virtual-modules@0.6.1: {} + + whatwg-url@5.0.0: + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + which@2.0.2: dependencies: isexe: 2.0.0 + which@3.0.1: + dependencies: + isexe: 2.0.0 + + which@4.0.0: + dependencies: + isexe: 3.1.1 + why-is-node-running@2.2.2: dependencies: siginfo: 2.0.0 stackback: 0.0.2 + wide-align@1.1.5: + dependencies: + string-width: 4.2.3 + word-wrap@1.2.5: {} wrap-ansi@7.0.0: @@ -5697,8 +11258,16 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + wrappy@1.0.2: {} + ws@8.17.0: {} + xml-name-validator@4.0.0: {} xml2js@0.5.0: @@ -5710,6 +11279,8 @@ snapshots: y18n@5.0.8: {} + yallist@3.1.1: {} + yallist@4.0.0: {} yaml-eslint-parser@1.2.2: @@ -5744,3 +11315,11 @@ snapshots: yocto-queue@0.1.0: {} yocto-queue@1.0.0: {} + + zhead@2.2.4: {} + + zip-stream@6.0.1: + dependencies: + archiver-utils: 5.0.2 + compress-commons: 6.0.2 + readable-stream: 4.5.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 52fdbb5..7b9b4dc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ packages: - playground + - ui diff --git a/src/contributions.ts b/src/contributions.ts new file mode 100644 index 0000000..cb976c0 --- /dev/null +++ b/src/contributions.ts @@ -0,0 +1,24 @@ +import * as vscode from 'vscode' +import { prepareWebView } from './webview' + +const commandHandlers = { + 'tsperf.tracer.runTrace': + () => () => { + vscode.window.showInformationMessage('trace not implemented') + }, + 'tsperf.tracer.openInBrowser': (context: vscode.ExtensionContext) => () => { + prepareWebView(context) + }, +} as const + +export function registerCommands(context: vscode.ExtensionContext) { + for (const cmd in commandHandlers) { + const disposable = vscode.commands.registerCommand( + cmd, + commandHandlers[cmd as keyof typeof commandHandlers](context), + ) + + if (disposable) + context.subscriptions.push(disposable) + } +} diff --git a/src/index.ts b/src/index.ts index deb32fd..907940e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,6 +8,8 @@ import * as vscode from 'vscode' import { log } from './logger' import { getParsedCommandLine, getTsconfigFile } from './shared' +import { registerCommands } from './contributions' +import { initDiagnostics } from './traceDiagnostics' let ts: typeof import('typescript') let tsPath: string @@ -28,6 +30,9 @@ export async function activate(context: vscode.ExtensionContext) { context.subscriptions.push(vscode.workspace.onDidOpenTextDocument(event => run([event.fileName]))) context.subscriptions.push(vscode.workspace.onDidChangeTextDocument(event => run([event.document.fileName]))) run(vscode.window.visibleTextEditors.map(editor => editor.document.uri.fsPath)) + + registerCommands(context) + initDiagnostics(context) } export function deactivate() {} @@ -44,7 +49,7 @@ function getTestFileNames(fileNames: readonly string[]) { function getIdentifiers(sourceFile: SourceFile) { const identifiers: Node[] = [] - ts.forEachChild(sourceFile, function visit(node) { + ts.forEachChild(sourceFile, function visit(node): undefined { if (ts.isIdentifier(node)) identifiers.push(node) else diff --git a/src/traceDiagnostics.ts b/src/traceDiagnostics.ts new file mode 100644 index 0000000..0aac950 --- /dev/null +++ b/src/traceDiagnostics.ts @@ -0,0 +1,102 @@ +/* eslint-disable no-var */ +/* eslint-disable vars-on-top */ +/* eslint-disable ts/no-namespace */ +import * as vscode from 'vscode' + +let diagnosticCollection: vscode.DiagnosticCollection + +export function initDiagnostics(ctx: vscode.ExtensionContext): void { + diagnosticCollection + = vscode.languages.createDiagnosticCollection('tsperf.tracer') + ctx.subscriptions.push(diagnosticCollection) +} + +export function clearTaceDiagnostics() { + if (diagnosticCollection) + diagnosticCollection.clear() +} + +export async function addTraceDiagnostic( + fileName: string, + pos: number, + end: number, + duration: number, +) { + const uri = vscode.Uri.file(fileName) + const document = await vscode.workspace.openTextDocument(uri) + const msg = `check time ${Math.round(duration / 1000) / 1000}` + const startPos = document.positionAt(pos) + const endPos = document.positionAt(end) + const range = new vscode.Range(startPos, endPos) + const diagnostics = [...(diagnosticCollection.get(uri) ?? [])] + diagnostics.push( + new vscode.Diagnostic(range, msg, vscode.DiagnosticSeverity.Warning), + ) + diagnosticCollection.set(uri, diagnostics) +} + +declare namespace globalThis { + var tsTraceViewer: { + durationWarning: number + addTraceDiagnostic: ( + fileName: string, + pos: number, + end: number, + duration: number + ) => void + clearTraceDiagnostic: () => void + gotoPosition: (fileName: string, pos: number) => void + } +} + +let durationWarning = 1 * 1000 * 1000 +export function getDurationWarning() { + return durationWarning +} +globalThis.tsTraceViewer = { + ...(globalThis.tsTraceViewer ?? {}), + ...{ + durationWarning, + addTraceDiagnostic, + clearTraceDiagnostic: clearTaceDiagnostics, + gotoPosition, + }, +} +const limitKey = 'checkTimeWarning' + +function setLimit() { + clearTaceDiagnostics() + const configuration = vscode.workspace.getConfiguration('tsperf.tracer') + durationWarning + = (configuration.has(limitKey) + ? (configuration.get(limitKey) as number) + : 1) + * 1000 + * 1000 + globalThis.tsTraceViewer.durationWarning = durationWarning +} +setLimit() + +vscode.workspace.onDidChangeConfiguration((e) => { + if (e.affectsConfiguration('tsperf.tracer')) + setLimit() +}) + +export async function gotoPosition(fileName: string, pos: number) { + const vs = vscode + const uri = vs.Uri.file(fileName) + const document = await vs.workspace.openTextDocument(uri) + const position = document.positionAt(pos) + const location = new vs.Location(uri, position) + vs.commands.executeCommand( + 'editor.action.goToLocations', + uri, + position, + [location], + 'goto', + 'location not found', + ) +} + +const configuration = vscode.workspace.getConfiguration('tsperf.tracer') +export const serverPort = configuration.get('port') ?? 3000 diff --git a/src/webview.ts b/src/webview.ts new file mode 100644 index 0000000..7581695 --- /dev/null +++ b/src/webview.ts @@ -0,0 +1,43 @@ +import { join } from 'node:path' +import * as vscode from 'vscode' + +// @ts-expect-error raw loader +// eslint-disable-next-line antfu/no-import-dist +import html from '../ui/dist/200.html?raw' + +let panel: ReturnType + +export function prepareWebView(context: vscode.ExtensionContext) { + let ret: vscode.Disposable | undefined + if (!panel) { + panel = vscode.window.createWebviewPanel( + 'vueWebView', + 'Webview', + vscode.ViewColumn.One, + { enableScripts: true, retainContextWhenHidden: true }, + ) + + const processedHTML = (html as string).replace( + /(src|href)="([^"]+)"/g, + (string, _attribute, source) => string.replace(source, panel.webview.asWebviewUri( + vscode.Uri.file( + join(context.extensionPath, 'ui/dist', source), + ), + ).toString()) + , + ) + + panel.webview.html = processedHTML + + panel.webview.onDidReceiveMessage((message) => { + if (message === 'ping') { + vscode.window.showInformationMessage('Pinged from webview') + panel.webview.postMessage('pong') + } + }) + + ret = panel + } + panel.reveal() + return ret +} diff --git a/tsconfig.json b/tsconfig.json index 3b86646..26059c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,11 +4,11 @@ "lib": [ "esnext" ], - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, + "module": "CommonJS", "strict": true, "strictNullChecks": true, + "outDir": "out", + "sourceMap": true, "esModuleInterop": true, "skipDefaultLibCheck": true, "skipLibCheck": true @@ -16,6 +16,7 @@ "exclude": [ "examples/*", "node_modules", - "ui" + "ui", + "spa" ] } diff --git a/ui/app.vue b/ui/app.vue new file mode 100644 index 0000000..319f097 --- /dev/null +++ b/ui/app.vue @@ -0,0 +1,39 @@ + + + diff --git a/ui/error.vue b/ui/error.vue new file mode 100644 index 0000000..04d85e1 --- /dev/null +++ b/ui/error.vue @@ -0,0 +1,3 @@ + diff --git a/ui/nuxt.config.ts b/ui/nuxt.config.ts new file mode 100644 index 0000000..e859bdc --- /dev/null +++ b/ui/nuxt.config.ts @@ -0,0 +1,35 @@ +// https://nuxt.com/docs/api/configuration/nuxt-config +export default defineNuxtConfig({ + ssr: false, + devtools: { enabled: true }, + experimental: { payloadExtraction: false, appManifest: false }, + nitro: { + static: true, + output: { publicDir: '~/dist' }, + }, + typescript: { + tsConfig: { + compilerOptions: { + types: ['vscode-webview'], + }, + }, + }, + vue: { + compilerOptions: { + isCustomElement: tag => tag.startsWith('vscode-'), + }, + }, + app: { + + head: { + meta: [ + // TODO: set CSP details as VSCode requests + // { + // 'http-equiv': 'Content-Security-Policy', + // 'content': 'default-src \'none\'; img-src ${webview.cspSource} https:; script-src ${webview.cspSource}; style-src ${webview.cspSource};', + // }, + ], + }, + }, + +}) diff --git a/ui/package.json b/ui/package.json new file mode 100644 index 0000000..074562a --- /dev/null +++ b/ui/package.json @@ -0,0 +1,19 @@ +{ + "name": "ui", + "scripts": { + "build": "nuxt build", + "dev": "nuxt dev", + "generate": "nuxt generate", + "preview": "nuxt preview", + "postinstall": "nuxt prepare", + "typecheck": "vue-tsc --noEmit" + }, + "dependencies": { + "@nuxt/devtools": "latest", + "@vscode/webview-ui-toolkit": "^1.4.0", + "nuxt": "^3.11.2" + }, + "devDependencies": { + "@types/vscode-webview": "^1.57.5" + } +} diff --git a/ui/plugins/vscode-api.client.ts b/ui/plugins/vscode-api.client.ts new file mode 100644 index 0000000..5741eb9 --- /dev/null +++ b/ui/plugins/vscode-api.client.ts @@ -0,0 +1,11 @@ +export default defineNuxtPlugin(() => { + // allow development with hmr + if (typeof acquireVsCodeApi === 'undefined') + return + + return { + provide: { + vscode: acquireVsCodeApi(), + }, + } +}) diff --git a/ui/plugins/vscode-ui.client.ts b/ui/plugins/vscode-ui.client.ts new file mode 100644 index 0000000..ee9a630 --- /dev/null +++ b/ui/plugins/vscode-ui.client.ts @@ -0,0 +1,13 @@ +import type { Button } from '@vscode/webview-ui-toolkit' +import { provideVSCodeDesignSystem, vsCodeButton } from '@vscode/webview-ui-toolkit' +import type { DefineComponent } from 'vue' + +export default defineNuxtPlugin(() => { + provideVSCodeDesignSystem().register(vsCodeButton()) +}) + +declare module 'vue' { + interface GlobalComponents { + VscodeButton: DefineComponent + } +} diff --git a/ui/tsconfig.json b/ui/tsconfig.json new file mode 100644 index 0000000..a746f2a --- /dev/null +++ b/ui/tsconfig.json @@ -0,0 +1,4 @@ +{ + // https://nuxt.com/docs/guide/concepts/typescript + "extends": "./.nuxt/tsconfig.json" +} From 5478f5204630dd4c1ffaccd4dff8987e791ddf85 Mon Sep 17 00:00:00 2001 From: typeholes Date: Tue, 14 May 2024 10:20:11 -0400 Subject: [PATCH 02/46] type safe message passing --- messages/src/messages.ts | 29 +++++++++++++++++++++++++++++ package.json | 1 - src/handleMessages.ts | 21 +++++++++++++++++++++ src/webview.ts | 6 ++---- ui/app.vue | 18 +++++------------- ui/plugins/vscode-api.client.ts | 3 +++ 6 files changed, 60 insertions(+), 18 deletions(-) create mode 100644 messages/src/messages.ts create mode 100644 src/handleMessages.ts diff --git a/messages/src/messages.ts b/messages/src/messages.ts new file mode 100644 index 0000000..99f8f9e --- /dev/null +++ b/messages/src/messages.ts @@ -0,0 +1,29 @@ +import z from 'zod' + +export const ping = z.object({ + message: z.literal('ping'), +}) +export type Ping = z.infer + +export const pong = z.object({ + message: z.literal('pong'), +}) +export type Pong = z.infer + +export const gotoPosition = z.object({ + message: z.literal('gotoPosition'), + fileName: z.string(), + pos: z.number(), +}) +export type GotoPosition = z.infer + +export const gotoLocation = z.object({ + message: z.literal('gotoLocation'), + fileName: z.string(), + line: z.number(), + character: z.number(), +}) +export type GotoLocation = z.infer + +export type Message = z.infer +export const message = z.union([ping, pong, gotoLocation, gotoPosition]) diff --git a/package.json b/package.json index f140b4b..e271628 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,6 @@ "typecheck": "tsc --noEmit && pnpm --filter ui typecheck", "release": "bumpp && nr publish" }, - "dependencies": {}, "devDependencies": { "@antfu/eslint-config": "^2.17.0", "@antfu/ni": "^0.21.12", diff --git a/src/handleMessages.ts b/src/handleMessages.ts new file mode 100644 index 0000000..213cab9 --- /dev/null +++ b/src/handleMessages.ts @@ -0,0 +1,21 @@ +import * as vscode from 'vscode' +import * as Messages from '../messages/src/messages' + +export function handleMessage(panel: vscode.WebviewPanel, message: unknown): void { + const parsed = Messages.message.safeParse(message) + if (!parsed.success) { + vscode.window.showWarningMessage(`Unknown message ${JSON.stringify(message).slice(0, 20)}`) + return + } + + const data = parsed.data + switch (data.message) { + case 'ping': + vscode.window.showInformationMessage('Pinged from webview') + panel.webview.postMessage({ message: 'pong' }) + break + case 'pong': break + case 'gotoLocation': break + case 'gotoPosition': break + } +} diff --git a/src/webview.ts b/src/webview.ts index 7581695..fae4d3d 100644 --- a/src/webview.ts +++ b/src/webview.ts @@ -4,6 +4,7 @@ import * as vscode from 'vscode' // @ts-expect-error raw loader // eslint-disable-next-line antfu/no-import-dist import html from '../ui/dist/200.html?raw' +import { handleMessage } from './handleMessages' let panel: ReturnType @@ -30,10 +31,7 @@ export function prepareWebView(context: vscode.ExtensionContext) { panel.webview.html = processedHTML panel.webview.onDidReceiveMessage((message) => { - if (message === 'ping') { - vscode.window.showInformationMessage('Pinged from webview') - panel.webview.postMessage('pong') - } + handleMessage(panel, message) }) ret = panel diff --git a/ui/app.vue b/ui/app.vue index 319f097..6523c00 100644 --- a/ui/app.vue +++ b/ui/app.vue @@ -1,24 +1,16 @@ + + diff --git a/ui/components/TreeNode.vue b/ui/components/TreeNode.vue new file mode 100644 index 0000000..5ffcc6c --- /dev/null +++ b/ui/components/TreeNode.vue @@ -0,0 +1,29 @@ + + + diff --git a/ui/components/TreeRoot.vue b/ui/components/TreeRoot.vue new file mode 100644 index 0000000..152b463 --- /dev/null +++ b/ui/components/TreeRoot.vue @@ -0,0 +1,14 @@ + + + diff --git a/ui/components/TypeLine.vue b/ui/components/TypeLine.vue new file mode 100644 index 0000000..09f134c --- /dev/null +++ b/ui/components/TypeLine.vue @@ -0,0 +1,30 @@ + + + diff --git a/ui/components/fileManager.client.vue b/ui/components/fileManager.client.vue new file mode 100644 index 0000000..6d60002 --- /dev/null +++ b/ui/components/fileManager.client.vue @@ -0,0 +1,50 @@ + + + diff --git a/ui/components/fileManager.vue b/ui/components/fileManager.vue deleted file mode 100644 index 8774c7b..0000000 --- a/ui/components/fileManager.vue +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/ui/plugins/vscode-api.client.ts b/ui/plugins/vscode-api.client.ts index f7ee7b4..d094dff 100644 --- a/ui/plugins/vscode-api.client.ts +++ b/ui/plugins/vscode-api.client.ts @@ -1,13 +1,18 @@ +import type { WebviewApi } from 'vscode-webview' import * as Messages from '../../messages/src/messages' +const dummyVscode: WebviewApi = { + postMessage: (_message: unknown) => undefined, + getState: () => undefined, + setState: (newState: T) => newState, +} + export default defineNuxtPlugin(() => { - // allow development with hmr - if (typeof acquireVsCodeApi === 'undefined') - return + const vscode = typeof acquireVsCodeApi === 'undefined' ? dummyVscode : acquireVsCodeApi() return { provide: { - vscode: acquireVsCodeApi(), + vscode, Messages, }, } diff --git a/ui/src/traceData.ts b/ui/src/traceData.ts new file mode 100644 index 0000000..4516821 --- /dev/null +++ b/ui/src/traceData.ts @@ -0,0 +1,41 @@ +import { z } from 'zod' + +export type TypeLine = z.infer +export const typeLine = z.object({ + id: z.number(), + intrinsicName: z.string().optional(), + recursionId: z.number().optional(), + flags: z.array(z.string()).optional(), + ts: z.number(), + dur: z.number().optional(), + display: z.string().optional(), +}) + +export type TraceLine = z.infer +export const traceLine = z.object({ + pid: z.number(), + tid: z.number(), + ph: z.string(), + cat: z.string(), + ts: z.number(), + name: z.string(), + dur: z.number().optional(), + args: z + .object({ + kind: z.number().optional(), + pos: z.number().optional(), + end: z.number().optional(), + path: z.string().optional(), + results: z + .object({ + typeId: z.number().optional(), + }) + .optional(), + }) + .optional(), +}) + +export type DataLine = TraceLine | TypeLine + +export type TraceData = z.infer +export const traceData = z.array(typeLine.or(traceLine)) diff --git a/ui/src/traceTree.ts b/ui/src/traceTree.ts new file mode 100644 index 0000000..7b5c2c4 --- /dev/null +++ b/ui/src/traceTree.ts @@ -0,0 +1,55 @@ +import type { DataLine, TraceData } from './traceData' + +export interface Tree { line: DataLine, children: Tree[] } +const root: Tree = { + line: { + cat: 'root', + name: 'root', + ph: 'root', + pid: 1, + tid: 1, + ts: 0, + dur: Number.MAX_SAFE_INTEGER, + }, + children: [], +} + +function leaf(line: DataLine): Tree { + return { line, children: [] } +} + +export function toTree(traceData: TraceData): Tree { + const tree: Tree = { ...root } + let endTs = Number.MAX_SAFE_INTEGER + let curr = tree + let maxDur = 0 + const stack: Tree[] = [] + + const data = traceData.filter(x => 'id' in x || ('cat' in x && x.cat?.startsWith('check'))).sort((a, b) => a.ts - b.ts) + for (const line of data) { + if (line.dur !== Number.MAX_SAFE_INTEGER && (line.dur ?? 0) > maxDur) + maxDur = line.ts + + while (line.ts > endTs) { + if (stack.length === 0) + throw new Error('tree stack empty') + curr = stack.pop()! + endTs = curr.line.ts + (curr.line.dur ?? 0) + } + + if (!line.dur) { + if ('id' in line) + curr.children.push(leaf(line)) + } + else { + endTs = line.ts + (line.dur ?? 0) + const child = { line, children: [] } + curr.children.push(child) + stack.push(curr) + curr = child + } + } + + tree.line.dur = maxDur + return tree +} From 4b14e54d02b1fa6d5840aa4cbb9362b7601c3393 Mon Sep 17 00:00:00 2001 From: typeholes Date: Tue, 14 May 2024 16:19:00 -0400 Subject: [PATCH 05/46] dev panel to enable testing without vscode --- ui/app.vue | 6 +- ui/components/DevControls.vue | 23 + ui/components/TraceLine.vue | 5 +- ui/devMessages/readme.md | 3 + ui/devMessages/traceFile.txt | 1469 +++++++++++++++++++++++++++++++ ui/plugins/vscode-api.client.ts | 9 +- 6 files changed, 1510 insertions(+), 5 deletions(-) create mode 100644 ui/components/DevControls.vue create mode 100644 ui/devMessages/readme.md create mode 100644 ui/devMessages/traceFile.txt diff --git a/ui/app.vue b/ui/app.vue index c1767ab..a71dbca 100644 --- a/ui/app.vue +++ b/ui/app.vue @@ -1,10 +1,10 @@ + +