@monoes/monomindcli 1.11.10 → 1.11.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/.claude/commands/mastermind/idea.md +1 -1
  2. package/.claude/commands/mastermind/master.md +1 -1
  3. package/.claude/skills/mastermind/_protocol.md +4 -4
  4. package/.claude/skills/mastermind/architect.md +7 -4
  5. package/.claude/skills/mastermind/autodev.md +4 -2
  6. package/.claude/skills/mastermind/build.md +3 -3
  7. package/.claude/skills/mastermind/content.md +3 -3
  8. package/.claude/skills/mastermind/createorg.md +2 -2
  9. package/.claude/skills/mastermind/finance.md +3 -3
  10. package/.claude/skills/mastermind/idea.md +8 -0
  11. package/.claude/skills/mastermind/marketing.md +3 -3
  12. package/.claude/skills/mastermind/ops.md +3 -3
  13. package/.claude/skills/mastermind/release.md +3 -3
  14. package/.claude/skills/mastermind/research.md +3 -3
  15. package/.claude/skills/mastermind/review.md +3 -3
  16. package/.claude/skills/mastermind/sales.md +3 -3
  17. package/dist/src/index.d.ts.map +1 -1
  18. package/dist/src/index.js +19 -14
  19. package/dist/src/index.js.map +1 -1
  20. package/dist/src/init/statusline-generator.js +3 -3
  21. package/dist/src/observability/replay-reader.d.ts +1 -1
  22. package/dist/src/observability/replay-reader.d.ts.map +1 -1
  23. package/dist/src/update/checker.d.ts.map +1 -1
  24. package/dist/src/update/checker.js +24 -7
  25. package/dist/src/update/checker.js.map +1 -1
  26. package/dist/src/update/index.d.ts +10 -0
  27. package/dist/src/update/index.d.ts.map +1 -1
  28. package/dist/src/update/index.js +29 -2
  29. package/dist/src/update/index.js.map +1 -1
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/package.json +1 -1
  32. package/dist/src/agents/halt-signal.d.ts +0 -25
  33. package/dist/src/agents/halt-signal.d.ts.map +0 -1
  34. package/dist/src/agents/halt-signal.js +0 -76
  35. package/dist/src/agents/halt-signal.js.map +0 -1
  36. package/dist/src/agents/index.d.ts +0 -18
  37. package/dist/src/agents/index.d.ts.map +0 -1
  38. package/dist/src/agents/index.js +0 -13
  39. package/dist/src/agents/index.js.map +0 -1
  40. package/dist/src/agents/managed-agent.d.ts +0 -41
  41. package/dist/src/agents/managed-agent.d.ts.map +0 -1
  42. package/dist/src/agents/managed-agent.js +0 -69
  43. package/dist/src/agents/managed-agent.js.map +0 -1
  44. package/dist/src/agents/prompt-experiment.d.ts +0 -23
  45. package/dist/src/agents/prompt-experiment.d.ts.map +0 -1
  46. package/dist/src/agents/prompt-experiment.js +0 -49
  47. package/dist/src/agents/prompt-experiment.js.map +0 -1
  48. package/dist/src/agents/prompt-version-manager.d.ts +0 -22
  49. package/dist/src/agents/prompt-version-manager.d.ts.map +0 -1
  50. package/dist/src/agents/prompt-version-manager.js +0 -80
  51. package/dist/src/agents/prompt-version-manager.js.map +0 -1
  52. package/dist/src/agents/registry-query.d.ts +0 -71
  53. package/dist/src/agents/registry-query.d.ts.map +0 -1
  54. package/dist/src/agents/registry-query.js +0 -125
  55. package/dist/src/agents/registry-query.js.map +0 -1
  56. package/dist/src/agents/score-decay.d.ts +0 -19
  57. package/dist/src/agents/score-decay.d.ts.map +0 -1
  58. package/dist/src/agents/score-decay.js +0 -22
  59. package/dist/src/agents/score-decay.js.map +0 -1
  60. package/dist/src/agents/shared-instructions-loader.d.ts +0 -13
  61. package/dist/src/agents/shared-instructions-loader.d.ts.map +0 -1
  62. package/dist/src/agents/shared-instructions-loader.js +0 -40
  63. package/dist/src/agents/shared-instructions-loader.js.map +0 -1
  64. package/dist/src/agents/specialization-scorer.d.ts +0 -54
  65. package/dist/src/agents/specialization-scorer.d.ts.map +0 -1
  66. package/dist/src/agents/specialization-scorer.js +0 -212
  67. package/dist/src/agents/specialization-scorer.js.map +0 -1
  68. package/dist/src/agents/termination-watcher.d.ts +0 -30
  69. package/dist/src/agents/termination-watcher.d.ts.map +0 -1
  70. package/dist/src/agents/termination-watcher.js +0 -84
  71. package/dist/src/agents/termination-watcher.js.map +0 -1
  72. package/dist/src/agents/trigger-index.d.ts +0 -20
  73. package/dist/src/agents/trigger-index.d.ts.map +0 -1
  74. package/dist/src/agents/trigger-index.js +0 -38
  75. package/dist/src/agents/trigger-index.js.map +0 -1
  76. package/dist/src/agents/trigger-scanner.d.ts +0 -64
  77. package/dist/src/agents/trigger-scanner.d.ts.map +0 -1
  78. package/dist/src/agents/trigger-scanner.js +0 -308
  79. package/dist/src/agents/trigger-scanner.js.map +0 -1
  80. package/dist/src/agents/version-diff.d.ts +0 -18
  81. package/dist/src/agents/version-diff.d.ts.map +0 -1
  82. package/dist/src/agents/version-diff.js +0 -64
  83. package/dist/src/agents/version-diff.js.map +0 -1
  84. package/dist/src/agents/version-store.d.ts +0 -60
  85. package/dist/src/agents/version-store.d.ts.map +0 -1
  86. package/dist/src/agents/version-store.js +0 -235
  87. package/dist/src/agents/version-store.js.map +0 -1
  88. package/dist/src/benchmarks/pretrain/index.d.ts +0 -45
  89. package/dist/src/benchmarks/pretrain/index.d.ts.map +0 -1
  90. package/dist/src/benchmarks/pretrain/index.js +0 -404
  91. package/dist/src/benchmarks/pretrain/index.js.map +0 -1
  92. package/dist/src/commands/agent-wasm.d.ts +0 -14
  93. package/dist/src/commands/agent-wasm.d.ts.map +0 -1
  94. package/dist/src/commands/agent-wasm.js +0 -333
  95. package/dist/src/commands/agent-wasm.js.map +0 -1
  96. package/dist/src/commands/embeddings.d.ts.map +0 -1
  97. package/dist/src/commands/embeddings.js.map +0 -1
  98. package/dist/src/commands/ui.js +0 -68
  99. package/dist/src/consensus/index.d.ts +0 -7
  100. package/dist/src/consensus/index.d.ts.map +0 -1
  101. package/dist/src/consensus/index.js +0 -6
  102. package/dist/src/consensus/index.js.map +0 -1
  103. package/dist/src/context/context-provider.d.ts +0 -44
  104. package/dist/src/context/context-provider.d.ts.map +0 -1
  105. package/dist/src/context/context-provider.js +0 -25
  106. package/dist/src/context/context-provider.js.map +0 -1
  107. package/dist/src/context/git-state-provider.d.ts +0 -12
  108. package/dist/src/context/git-state-provider.d.ts.map +0 -1
  109. package/dist/src/context/git-state-provider.js +0 -34
  110. package/dist/src/context/git-state-provider.js.map +0 -1
  111. package/dist/src/context/index.d.ts +0 -12
  112. package/dist/src/context/index.d.ts.map +0 -1
  113. package/dist/src/context/index.js +0 -12
  114. package/dist/src/context/index.js.map +0 -1
  115. package/dist/src/context/project-conventions-provider.d.ts +0 -15
  116. package/dist/src/context/project-conventions-provider.d.ts.map +0 -1
  117. package/dist/src/context/project-conventions-provider.js +0 -19
  118. package/dist/src/context/project-conventions-provider.js.map +0 -1
  119. package/dist/src/context/prompt-assembler.d.ts +0 -26
  120. package/dist/src/context/prompt-assembler.d.ts.map +0 -1
  121. package/dist/src/context/prompt-assembler.js +0 -93
  122. package/dist/src/context/prompt-assembler.js.map +0 -1
  123. package/dist/src/context/task-history-provider.d.ts +0 -24
  124. package/dist/src/context/task-history-provider.d.ts.map +0 -1
  125. package/dist/src/context/task-history-provider.js +0 -32
  126. package/dist/src/context/task-history-provider.js.map +0 -1
  127. package/dist/src/context/user-preferences-provider.d.ts +0 -14
  128. package/dist/src/context/user-preferences-provider.d.ts.map +0 -1
  129. package/dist/src/context/user-preferences-provider.js +0 -27
  130. package/dist/src/context/user-preferences-provider.js.map +0 -1
  131. package/dist/src/dlq/dlq-reader.d.ts +0 -31
  132. package/dist/src/dlq/dlq-reader.d.ts.map +0 -1
  133. package/dist/src/dlq/dlq-reader.js +0 -81
  134. package/dist/src/dlq/dlq-reader.js.map +0 -1
  135. package/dist/src/dlq/dlq-writer.d.ts +0 -24
  136. package/dist/src/dlq/dlq-writer.d.ts.map +0 -1
  137. package/dist/src/dlq/dlq-writer.js +0 -65
  138. package/dist/src/dlq/dlq-writer.js.map +0 -1
  139. package/dist/src/dlq/index.d.ts +0 -10
  140. package/dist/src/dlq/index.d.ts.map +0 -1
  141. package/dist/src/dlq/index.js +0 -7
  142. package/dist/src/dlq/index.js.map +0 -1
  143. package/dist/src/eval/dataset-manager.d.ts +0 -33
  144. package/dist/src/eval/dataset-manager.d.ts.map +0 -1
  145. package/dist/src/eval/dataset-manager.js +0 -107
  146. package/dist/src/eval/dataset-manager.js.map +0 -1
  147. package/dist/src/eval/dataset-runner.d.ts +0 -23
  148. package/dist/src/eval/dataset-runner.d.ts.map +0 -1
  149. package/dist/src/eval/dataset-runner.js +0 -59
  150. package/dist/src/eval/dataset-runner.js.map +0 -1
  151. package/dist/src/eval/index.d.ts +0 -10
  152. package/dist/src/eval/index.d.ts.map +0 -1
  153. package/dist/src/eval/index.js +0 -7
  154. package/dist/src/eval/index.js.map +0 -1
  155. package/dist/src/eval/trace-collector.d.ts +0 -40
  156. package/dist/src/eval/trace-collector.d.ts.map +0 -1
  157. package/dist/src/eval/trace-collector.js +0 -102
  158. package/dist/src/eval/trace-collector.js.map +0 -1
  159. package/dist/src/graph/enrich.mjs +0 -362
  160. package/dist/src/infrastructure/in-memory-repositories.d.ts +0 -68
  161. package/dist/src/infrastructure/in-memory-repositories.d.ts.map +0 -1
  162. package/dist/src/infrastructure/in-memory-repositories.js +0 -264
  163. package/dist/src/infrastructure/in-memory-repositories.js.map +0 -1
  164. package/dist/src/interactive/interrupt.d.ts +0 -22
  165. package/dist/src/interactive/interrupt.d.ts.map +0 -1
  166. package/dist/src/interactive/interrupt.js +0 -71
  167. package/dist/src/interactive/interrupt.js.map +0 -1
  168. package/dist/src/mcp/deprecation-injector.d.ts +0 -25
  169. package/dist/src/mcp/deprecation-injector.d.ts.map +0 -1
  170. package/dist/src/mcp/deprecation-injector.js +0 -48
  171. package/dist/src/mcp/deprecation-injector.js.map +0 -1
  172. package/dist/src/mcp/tool-registry.d.ts +0 -61
  173. package/dist/src/mcp/tool-registry.d.ts.map +0 -1
  174. package/dist/src/mcp/tool-registry.js +0 -246
  175. package/dist/src/mcp/tool-registry.js.map +0 -1
  176. package/dist/src/mcp-tools/wasm-agent-tools.d.ts +0 -9
  177. package/dist/src/mcp-tools/wasm-agent-tools.d.ts.map +0 -1
  178. package/dist/src/mcp-tools/wasm-agent-tools.js +0 -230
  179. package/dist/src/mcp-tools/wasm-agent-tools.js.map +0 -1
  180. package/dist/src/model/complexity-scorer.d.ts +0 -21
  181. package/dist/src/model/complexity-scorer.d.ts.map +0 -1
  182. package/dist/src/model/complexity-scorer.js +0 -106
  183. package/dist/src/model/complexity-scorer.js.map +0 -1
  184. package/dist/src/model/index.d.ts +0 -4
  185. package/dist/src/model/index.d.ts.map +0 -1
  186. package/dist/src/model/index.js +0 -4
  187. package/dist/src/model/index.js.map +0 -1
  188. package/dist/src/model/model-settings.d.ts +0 -22
  189. package/dist/src/model/model-settings.d.ts.map +0 -1
  190. package/dist/src/model/model-settings.js +0 -33
  191. package/dist/src/model/model-settings.js.map +0 -1
  192. package/dist/src/model/model-tier-resolver.d.ts +0 -24
  193. package/dist/src/model/model-tier-resolver.d.ts.map +0 -1
  194. package/dist/src/model/model-tier-resolver.js +0 -65
  195. package/dist/src/model/model-tier-resolver.js.map +0 -1
  196. package/dist/src/monovector/capabilities.d.ts +0 -34
  197. package/dist/src/monovector/capabilities.d.ts.map +0 -1
  198. package/dist/src/monovector/capabilities.js +0 -37
  199. package/dist/src/monovector/capabilities.js.map +0 -1
  200. package/dist/src/orchestration/index.d.ts +0 -7
  201. package/dist/src/orchestration/index.d.ts.map +0 -1
  202. package/dist/src/orchestration/index.js +0 -6
  203. package/dist/src/orchestration/index.js.map +0 -1
  204. package/dist/src/orchestration/mode-dispatcher.d.ts +0 -11
  205. package/dist/src/orchestration/mode-dispatcher.d.ts.map +0 -1
  206. package/dist/src/orchestration/mode-dispatcher.js +0 -31
  207. package/dist/src/orchestration/mode-dispatcher.js.map +0 -1
  208. package/dist/src/orchestration/routing-modes.d.ts +0 -68
  209. package/dist/src/orchestration/routing-modes.d.ts.map +0 -1
  210. package/dist/src/orchestration/routing-modes.js +0 -180
  211. package/dist/src/orchestration/routing-modes.js.map +0 -1
  212. package/dist/src/plugins/tests/demo-plugin-store.d.ts +0 -7
  213. package/dist/src/plugins/tests/demo-plugin-store.d.ts.map +0 -1
  214. package/dist/src/plugins/tests/demo-plugin-store.js +0 -126
  215. package/dist/src/plugins/tests/demo-plugin-store.js.map +0 -1
  216. package/dist/src/plugins/tests/standalone-test.d.ts +0 -12
  217. package/dist/src/plugins/tests/standalone-test.d.ts.map +0 -1
  218. package/dist/src/plugins/tests/standalone-test.js +0 -188
  219. package/dist/src/plugins/tests/standalone-test.js.map +0 -1
  220. package/dist/src/plugins/tests/test-plugin-store.d.ts +0 -7
  221. package/dist/src/plugins/tests/test-plugin-store.d.ts.map +0 -1
  222. package/dist/src/plugins/tests/test-plugin-store.js +0 -206
  223. package/dist/src/plugins/tests/test-plugin-store.js.map +0 -1
  224. package/dist/src/runtime/headless.d.ts +0 -60
  225. package/dist/src/runtime/headless.d.ts.map +0 -1
  226. package/dist/src/runtime/headless.js +0 -284
  227. package/dist/src/runtime/headless.js.map +0 -1
  228. package/dist/src/services/agentic-flow-bridge.d.ts +0 -50
  229. package/dist/src/services/agentic-flow-bridge.d.ts.map +0 -1
  230. package/dist/src/services/agentic-flow-bridge.js +0 -95
  231. package/dist/src/services/agentic-flow-bridge.js.map +0 -1
  232. package/dist/src/services/container-worker-pool.d.ts +0 -197
  233. package/dist/src/services/container-worker-pool.d.ts.map +0 -1
  234. package/dist/src/services/container-worker-pool.js +0 -623
  235. package/dist/src/services/container-worker-pool.js.map +0 -1
  236. package/dist/src/services/index.d.ts +0 -13
  237. package/dist/src/services/index.d.ts.map +0 -1
  238. package/dist/src/services/index.js +0 -11
  239. package/dist/src/services/index.js.map +0 -1
  240. package/dist/src/services/worker-queue.d.ts +0 -201
  241. package/dist/src/services/worker-queue.d.ts.map +0 -1
  242. package/dist/src/services/worker-queue.js +0 -594
  243. package/dist/src/services/worker-queue.js.map +0 -1
  244. package/dist/src/swarm/communication-graph.d.ts +0 -25
  245. package/dist/src/swarm/communication-graph.d.ts.map +0 -1
  246. package/dist/src/swarm/communication-graph.js +0 -77
  247. package/dist/src/swarm/communication-graph.js.map +0 -1
  248. package/dist/src/swarm/flow-enforcer.d.ts +0 -31
  249. package/dist/src/swarm/flow-enforcer.d.ts.map +0 -1
  250. package/dist/src/swarm/flow-enforcer.js +0 -61
  251. package/dist/src/swarm/flow-enforcer.js.map +0 -1
  252. package/dist/src/swarm/flow-visualizer.d.ts +0 -19
  253. package/dist/src/swarm/flow-visualizer.d.ts.map +0 -1
  254. package/dist/src/swarm/flow-visualizer.js +0 -68
  255. package/dist/src/swarm/flow-visualizer.js.map +0 -1
  256. package/dist/src/transfer/deploy-seraphine.d.ts +0 -13
  257. package/dist/src/transfer/deploy-seraphine.d.ts.map +0 -1
  258. package/dist/src/transfer/deploy-seraphine.js +0 -205
  259. package/dist/src/transfer/deploy-seraphine.js.map +0 -1
  260. package/dist/src/transfer/store/tests/standalone-test.d.ts +0 -12
  261. package/dist/src/transfer/store/tests/standalone-test.d.ts.map +0 -1
  262. package/dist/src/transfer/store/tests/standalone-test.js +0 -190
  263. package/dist/src/transfer/store/tests/standalone-test.js.map +0 -1
  264. package/dist/src/transfer/test-seraphine.d.ts +0 -6
  265. package/dist/src/transfer/test-seraphine.d.ts.map +0 -1
  266. package/dist/src/transfer/test-seraphine.js +0 -105
  267. package/dist/src/transfer/test-seraphine.js.map +0 -1
  268. package/dist/src/transfer/tests/test-store.d.ts +0 -7
  269. package/dist/src/transfer/tests/test-store.d.ts.map +0 -1
  270. package/dist/src/transfer/tests/test-store.js +0 -214
  271. package/dist/src/transfer/tests/test-store.js.map +0 -1
  272. package/dist/src/ui/.monomind/data/pending-insights.jsonl +0 -0
  273. package/dist/src/ui/.monomind/data/ranked-context.json +0 -5
  274. package/dist/src/ui/.monomind/loops/mastermind-review-1778664132789.json +0 -16
  275. package/dist/src/ui/.monomind/sessions/current.json +0 -13
  276. package/dist/src/ui/.monomind/sessions/session-1776778451399.json +0 -15
  277. package/dist/src/ui/collector.mjs +0 -646
  278. package/dist/src/ui/dashboard.html +0 -9694
  279. package/dist/src/ui/data/mastermind-events.jsonl +0 -59
  280. package/dist/src/ui/data/mastermind-sessions.json +0 -1
  281. package/dist/src/ui/orgs.html +0 -1360
  282. package/dist/src/ui/server.mjs +0 -4334
  283. package/dist/src/workflow/condition-evaluator.d.ts +0 -10
  284. package/dist/src/workflow/condition-evaluator.d.ts.map +0 -1
  285. package/dist/src/workflow/condition-evaluator.js +0 -82
  286. package/dist/src/workflow/condition-evaluator.js.map +0 -1
  287. package/dist/src/workflow/context-resolver.d.ts +0 -12
  288. package/dist/src/workflow/context-resolver.d.ts.map +0 -1
  289. package/dist/src/workflow/context-resolver.js +0 -23
  290. package/dist/src/workflow/context-resolver.js.map +0 -1
  291. package/dist/src/workflow/dag-builder.d.ts +0 -17
  292. package/dist/src/workflow/dag-builder.d.ts.map +0 -1
  293. package/dist/src/workflow/dag-builder.js +0 -129
  294. package/dist/src/workflow/dag-builder.js.map +0 -1
  295. package/dist/src/workflow/dag-executor.d.ts +0 -9
  296. package/dist/src/workflow/dag-executor.d.ts.map +0 -1
  297. package/dist/src/workflow/dag-executor.js +0 -116
  298. package/dist/src/workflow/dag-executor.js.map +0 -1
  299. package/dist/src/workflow/dag-types.d.ts +0 -41
  300. package/dist/src/workflow/dag-types.d.ts.map +0 -1
  301. package/dist/src/workflow/dag-types.js +0 -8
  302. package/dist/src/workflow/dag-types.js.map +0 -1
  303. package/dist/src/workflow/dsl-parser.d.ts +0 -12
  304. package/dist/src/workflow/dsl-parser.d.ts.map +0 -1
  305. package/dist/src/workflow/dsl-parser.js +0 -20
  306. package/dist/src/workflow/dsl-parser.js.map +0 -1
  307. package/dist/src/workflow/dsl-schema.d.ts +0 -165
  308. package/dist/src/workflow/dsl-schema.d.ts.map +0 -1
  309. package/dist/src/workflow/dsl-schema.js +0 -82
  310. package/dist/src/workflow/dsl-schema.js.map +0 -1
  311. package/dist/src/workflow/index.d.ts +0 -13
  312. package/dist/src/workflow/index.d.ts.map +0 -1
  313. package/dist/src/workflow/index.js +0 -11
  314. package/dist/src/workflow/index.js.map +0 -1
  315. package/dist/src/workflow/template-engine.d.ts +0 -11
  316. package/dist/src/workflow/template-engine.d.ts.map +0 -1
  317. package/dist/src/workflow/template-engine.js +0 -40
  318. package/dist/src/workflow/template-engine.js.map +0 -1
  319. package/dist/src/workflow/workflow-executor.d.ts +0 -29
  320. package/dist/src/workflow/workflow-executor.d.ts.map +0 -1
  321. package/dist/src/workflow/workflow-executor.js +0 -227
  322. package/dist/src/workflow/workflow-executor.js.map +0 -1
@@ -1 +1 @@
1
- {"fileNames":["../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/autopilot-state.ts","../src/types.ts","../src/config-adapter.ts","../src/parser.ts","../src/output.ts","../src/prompt.ts","../src/init/types.ts","../src/init/settings-generator.ts","../src/init/mcp-generator.ts","../src/init/statusline-generator.ts","../src/init/helpers-generator.ts","../src/init/claudemd-generator.ts","../src/init/shared-instructions-generator.ts","../src/init/executor.ts","../src/init/index.ts","../src/commands/init.ts","../src/mcp-tools/types.ts","../src/mcp-tools/agent-tools.ts","../src/mcp-tools/swarm-tools.ts","../src/memory/memory-bridge.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/utils/agentdb-runtime-patch.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/hybridbackend.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/advancedmemory.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/embeddingservice.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/reflexionmemory.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/skilllibrary.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/causalmemorygraph.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/explainablerecall.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/causalrecall.d.ts","../../../../node_modules/.pnpm/agentdb@1.6.1/node_modules/agentdb/dist/controllers/nightlylearner.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/core/retrieve.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/db/schema.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/core/judge.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/core/distill.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/core/consolidate.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/core/matts.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/utils/embeddings.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/utils/mmr.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/utils/pii-scrubber.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/utils/config.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/db/queries.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/reasoningbank/index.d.ts","../../../../node_modules/.pnpm/dotenv@16.6.1/node_modules/dotenv/config.d.ts","../../../../node_modules/.pnpm/agentic-flow@3.0.0-alpha.2_@modelcontextprotocol+sdk@1.29.0_zod@3.25.76_/node_modules/agentic-flow/dist/index.d.ts","../src/memory/memory-initializer.ts","../src/mcp-tools/memory-tools.ts","../src/mcp-tools/config-tools.ts","../src/monovector/route-outcomes.ts","../src/monovector/command-outcomes.ts","../src/memory/sona-optimizer.ts","../src/memory/ewc-consolidation.ts","../src/memory/intelligence.ts","../src/services/headless-worker-executor.ts","../src/services/worker-daemon.ts","../src/mcp-tools/hooks-tools.ts","../src/mcp-tools/task-tools.ts","../src/mcp-tools/session-tools.ts","../src/consensus/vote-signer.ts","../src/utils/parse-jsonl.ts","../src/consensus/audit-writer.ts","../src/mcp-tools/hive-mind-tools.ts","../src/mcp-tools/workflow-tools.ts","../src/monovector/diff-classifier.ts","../src/mcp-tools/analyze-tools.ts","../src/mcp-tools/progress-tools.ts","../src/mcp-tools/embeddings-tools.ts","../src/mcp-tools/claims-tools.ts","../src/mcp-tools/auto-install.ts","../../../monofence-ai/dist/domain/entities/threat.d.ts","../../../monofence-ai/dist/domain/services/threat-detection-service.d.ts","../../../monofence-ai/dist/domain/services/threat-learning-service.d.ts","../../../monofence-ai/dist/domain/services/evasion-detector.d.ts","../../../monofence-ai/dist/domain/services/context-tracker.d.ts","../../../monofence-ai/dist/domain/services/output-scanner.d.ts","../../../monofence-ai/dist/domain/services/allowlist.d.ts","../../../monofence-ai/dist/index.d.ts","../src/mcp-tools/security-tools.ts","../src/transfer/types.ts","../src/transfer/store/types.ts","../../../../node_modules/.pnpm/@noble+ed25519@2.3.0/node_modules/@noble/ed25519/index.d.ts","../src/transfer/store/registry.ts","../src/transfer/storage/gcs.ts","../src/transfer/store/discovery.ts","../src/transfer/store/search.ts","../src/transfer/store/download.ts","../src/transfer/anonymization/index.ts","../src/transfer/ipfs/upload.ts","../src/transfer/store/publish.ts","../src/transfer/store/index.ts","../src/transfer/ipfs/client.ts","../src/plugins/store/types.ts","../src/plugins/store/discovery.ts","../src/plugins/store/search.ts","../src/plugins/store/index.ts","../src/mcp-tools/transfer-tools.ts","../src/mcp-tools/request-tracker.ts","../src/mcp-tools/system-tools.ts","../src/mcp-tools/terminal-tools.ts","../src/mcp-tools/neural-tools.ts","../src/mcp-tools/performance-tools.ts","../src/mcp-tools/github-tools.ts","../src/mcp-tools/daa-tools.ts","../src/mcp-tools/coordination-tools.ts","../src/mcp-tools/browser-tools.ts","../src/mcp-tools/agentdb-tools.ts","../src/mcp-tools/guidance-tools.ts","../src/mcp-tools/autopilot-tools.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/types.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node/index.d.ts","../../../../node_modules/.pnpm/@types+better-sqlite3@7.6.13/node_modules/@types/better-sqlite3/index.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/storage/db.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/storage/node-store.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/storage/edge-store.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/storage/fts-store.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/types.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/runner.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/orchestrator.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/loader.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/analyzer.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/diff.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/dfs.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/watch/watcher.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/json.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/html.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/cypher.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/graphml.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/svg.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/context.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/impact.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/detect-changes.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/rename.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/staleness/git-staleness.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/staleness.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/route-map.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/api-impact.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/query/cypher-parser.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/cypher.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/group-config.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/group-search.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/group-query.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/group-list.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/wiki.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/wiki/wiki-store.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/wiki/providers.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/wiki/wiki-generator.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/wiki-build.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/serve.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/tool-map.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/shape-extractor.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/shape-check.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/neighbors.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/graph-query.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/explain.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/embed.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/group-sync.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/group-sync.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/list-repos.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/query.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-tools/index.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/storage/embedding-store.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/rrf.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/embedder.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/device-config.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/http-embedder.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/embed-batch.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/hybrid-query.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/contract-bridge.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/contract-registry.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/wiki/prompt-builder.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/wiki/gist-publisher.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/web/server.d.ts","../../../../node_modules/.pnpm/@types+send@1.2.1/node_modules/@types/send/index.d.ts","../../../../node_modules/.pnpm/@types+qs@6.15.0/node_modules/@types/qs/index.d.ts","../../../../node_modules/.pnpm/@types+range-parser@1.2.7/node_modules/@types/range-parser/index.d.ts","../../../../node_modules/.pnpm/@types+express-serve-static-core@4.19.8/node_modules/@types/express-serve-static-core/index.d.ts","../../../../node_modules/.pnpm/@types+http-errors@2.0.5/node_modules/@types/http-errors/index.d.ts","../../../../node_modules/.pnpm/@types+mime@1.3.5/node_modules/@types/mime/index.d.ts","../../../../node_modules/.pnpm/@types+send@0.17.6/node_modules/@types/send/index.d.ts","../../../../node_modules/.pnpm/@types+serve-static@1.15.10/node_modules/@types/serve-static/index.d.ts","../../../../node_modules/.pnpm/@types+connect@3.4.38/node_modules/@types/connect/index.d.ts","../../../../node_modules/.pnpm/@types+body-parser@1.19.6/node_modules/@types/body-parser/index.d.ts","../../../../node_modules/.pnpm/@types+express@4.17.25/node_modules/@types/express/index.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/web/api.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/web/async-jobs.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/web/react-ui.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/web/analyze-api.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/web/mcp-http.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/processes-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/communities-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/schema-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/graph-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/repos-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/named-cluster-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/named-process-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/repo-context-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/wiki-resource.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/mcp-resources/index.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/security/sensitive-files.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/validation/extraction-validator.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/security/safe-fetch.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cache/extraction-cache.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/variables.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/cluster-only.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/field-access.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/wildcard-synthesis.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/hooks-install.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/augment.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/setup.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/ai-context.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/doctor.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/eval-server.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/skill-gen.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cli/check-update.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/skills/platform-skills.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/reporting/graph-report.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/surprise-scorer.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/file-classifier.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/evidence.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/registry/repo-registry.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/ast-chunker.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/variables-phase.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/wildcard-phase.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/framework-detect.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/pipeline/phases/import-resolver.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/benchmark.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/cluster-quality.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/node-similarity.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/ripple-impact.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/dependency-health.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/parsers/named-bindings.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/parsers/language-parsers.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/cache/augment-cache.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/scope-resolution/evidence-weights.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/csv.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/diacritic.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/ingest/url-ingest.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/analysis/corpus-health.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/search/exact-search.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/grpc-extractor.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/topic-extractor.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/groups/service-boundary.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/topo-sort.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/wcc.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/pagerank.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/dead-code.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/import-chain.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/cycles.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/edge-filter.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/node-search.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/merge.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/regex-search.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/graph/normalize-id.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/export/adjacency-matrix.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/ingest/query-memory.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/ingest/git-clone.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/ingest/transcribe.d.ts","../../../../node_modules/.pnpm/@monoes+monograph@1.2.0_graphology-types@0.24.8/node_modules/@monoes/monograph/dist/src/index.d.ts","../src/mcp-tools/monograph-compat.ts","../src/mcp-tools/monograph-tools.ts","../src/mcp-tools/graphify-tools.ts","../src/monovector/coverage-router.ts","../src/monovector/coverage-tools.ts","../src/mcp-tools/a2a-tools.ts","../src/mcp-client.ts","../src/commands/start.ts","../src/commands/status.ts","../src/commands/task.ts","../src/commands/session.ts","../src/routing/llm-caller.ts","../src/routing/route-layer-factory.ts","../src/commands/agent.ts","../src/commands/swarm.ts","../src/services/config-file-manager.ts","../src/commands/memory.ts","../../mcp/dist/types.d.ts","../../mcp/dist/resource-registry.d.ts","../../mcp/dist/prompt-registry.d.ts","../../mcp/dist/task-manager.d.ts","../../mcp/dist/rate-limiter.d.ts","../../mcp/dist/sampling.d.ts","../../mcp/dist/server.d.ts","../../mcp/dist/tool-registry.d.ts","../../mcp/dist/session-manager.d.ts","../../mcp/dist/connection-pool.d.ts","../../mcp/dist/schema-validator.d.ts","../../mcp/dist/oauth.d.ts","../../mcp/dist/transport/stdio.d.ts","../../mcp/dist/transport/http.d.ts","../../../../node_modules/.pnpm/@types+ws@8.18.1/node_modules/@types/ws/index.d.ts","../../mcp/dist/transport/websocket.d.ts","../../mcp/dist/transport/index.d.ts","../../mcp/dist/index.d.ts","../src/mcp-server.ts","../src/commands/mcp.ts","../src/transfer/serialization/cfp.ts","../src/transfer/models/seraphine.ts","../src/transfer/export.ts","../src/transfer/index.ts","../src/commands/transfer-store.ts","../src/commands/hooks.ts","../src/commands/daemon.ts","../src/commands/doctor.ts","../src/commands/neural.ts","../src/commands/performance.ts","../src/commands/security.ts","../src/commands/monovector/init.ts","../src/commands/monovector/migrate.ts","../src/commands/monovector/status.ts","../src/commands/monovector/benchmark.ts","../src/commands/monovector/optimize.ts","../src/commands/monovector/backup.ts","../src/commands/monovector/setup.ts","../src/commands/monovector/import.ts","../src/commands/monovector/index.ts","../src/commands/hive-mind.ts","../src/browser/types.ts","../../../../node_modules/.pnpm/@types+ws@8.18.1/node_modules/@types/ws/index.d.mts","../src/browser/cdp.ts","../src/browser/console-log.ts","../src/browser/dialog.ts","../src/browser/browser.ts","../src/browser/snapshot.ts","../src/browser/actions.ts","../src/browser/wait.ts","../src/browser/network.ts","../src/browser/screenshot.ts","../src/browser/session.ts","../src/browser/tabs.ts","../src/browser/storage.ts","../src/browser/find.ts","../src/browser/pdf.ts","../src/browser/emulation.ts","../src/browser/batch.ts","../src/browser/record.ts","../src/browser/trace.ts","../src/browser/profiler.ts","../src/browser/vitals.ts","../src/browser/har.ts","../src/browser/index.ts","../src/commands/browse.ts","../src/commands/config.ts","../src/commands/completions.ts","../src/commands/migrate.ts","../src/commands/workflow.ts","../src/commands/analyze.ts","../src/monovector/init-state.ts","../src/monovector/index.ts","../src/commands/route.ts","../src/commands/progress.ts","../src/commands/providers.ts","../src/plugins/manager.ts","../src/services/registry-api.ts","../src/commands/plugins.ts","../src/commands/deployment.ts","../src/commands/claims.ts","../src/services/claim-service.ts","../src/commands/issues.ts","../src/update/rate-limiter.ts","../src/update/checker.ts","../src/update/validator.ts","../src/update/executor.ts","../src/commands/update.ts","../src/commands/process.ts","../../guidance/dist/types.d.ts","../../guidance/dist/compiler.d.ts","../../guidance/dist/retriever.d.ts","../../guidance/dist/gates.d.ts","../../guidance/dist/proof.d.ts","../../guidance/dist/analyzer.d.ts","../src/commands/guidance.ts","../src/commands/cleanup.ts","../src/commands/autopilot.ts","../src/commands/monograph.ts","../src/observability/replay-reader.ts","../src/commands/replay.ts","../src/benchmarks/metric-evaluators.ts","../src/benchmarks/benchmark-runner.ts","../src/commands/benchmark.ts","../src/commands/tokens.ts","../src/commands/platforms.ts","../src/commands/index.ts","../src/suggest.ts","../src/update/index.ts","../src/production/error-handler.ts","../src/production/rate-limiter.ts","../src/production/retry.ts","../src/production/circuit-breaker.ts","../src/production/monitoring.ts","../src/agents/registry-builder.ts","../src/index.ts","../src/vendor.d.ts","../src/dlq/dlq-replayer.ts","../src/mcp-tools/index.ts","../src/production/index.ts","../src/routing/embedder.ts","../src/routing/embed-worker.ts","../src/transfer/storage/index.ts","../../../../node_modules/@types/deep-eql/index.d.ts","../../../../node_modules/assertion-error/index.d.ts","../../../../node_modules/@types/chai/index.d.ts","../../../../node_modules/@types/estree/index.d.ts"],"fileIdsList":[[171,218,267],[171,218],[165,171,218],[171,218,323],[171,218,232,323,339],[165,171,218,268],[171,218,268],[171,218,295],[165,171,218,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,289,295,296,297,298,301,302,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,340,341,342,343,344,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413],[171,218,267,340],[171,218,345,346,347,348,349,350,351,352,353],[171,218,349],[165,171,218,267],[171,218,267,293],[171,218,296],[171,218,312],[171,218,285,286,287,288,290,291,292,294,297,298,299,303,304,305,307,308,309,310,311,313,314,315],[171,218,267,306],[171,218,289],[171,218,268,302],[165,171,218,272],[171,218,272],[171,218,267,272],[171,218,267,317,319,320,321],[171,218,267,318,319],[165,171,218,229],[171,218,232],[171,218,267,339],[171,218,268,300,301],[171,218,266],[171,218,232,266,337],[171,218,232,266],[171,218,229,232,266,329,330,331],[171,218,330,332,336,338],[171,218,230,248,266,334],[171,218,230,248,266],[171,218,232,266,333,335],[171,218,229,232,234,237,248,256,259,265,266],[81,85,171,218],[81,84,171,218],[81,171,218],[78,99,100,171,218],[89,90,171,218],[89,171,218],[78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,171,218],[171,218,555,556],[171,218,230,239],[171,218,223,230,238,239],[171,218,223,230,239,533],[171,218,239,473,475,479],[171,218,219,230,238,239,473,475,476,477],[171,218,473,474],[171,218,475],[171,218,473,475,479,480],[171,218,231,238,239,475],[171,218,473,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495],[171,218,473,475],[171,218,231,238,239,473,475,482],[171,218,473,475,478],[171,218,475,480],[171,218,473,475,478,480],[59,62,63,171,218,230,239,421,427],[59,62,171,218,219,231,239,421],[58,59,62,171,218,230,239],[59,62,102,171,218,230,239,240,534],[59,62,171,218,496],[59,62,171,218,230,238,239],[59,62,171,218,230,239],[59,62,171,218],[59,62,63,171,218,239,430],[59,62,111,171,218,219,230,239,259],[59,62,105,171,218,219,223,230,238,239,259,260],[59,62,171,218,230,231,239,522,523,524,526],[59,62,63,171,218,219,231,239,421],[59,62,63,99,101,102,109,171,218,219,230,239,421,456],[59,73,171,218,422,423,424,425,428,429,431,451,456,457,458,459,460,461,462,471,472,497,498,499,500,501,502,505,506,507,510,511,512,514,519,520,527,528,529,530,532,535,536,537],[59,62,63,72,171,218,219,230,232,239],[59,62,171,218,513],[59,62,63,171,218,230,239,421,450],[59,62,63,102,171,218,230,239,421,430],[59,62,171,218,230,239,414],[59,62,63,171,218,230,239,260,265],[59,62,63,171,218],[59,62,171,218,219,230,239],[59,62,171,218,463,464,465,466,467,468,469,470],[59,62,102,109,171,218,223,230,239],[59,62,102,109,171,218,230,238,239],[59,62,151,171,218,508,509],[59,171,218,230,238,239],[59,62,171,218,421],[59,62,171,218,430],[59,62,171,218,531],[59,62,171,218,231,239,418,427,504],[59,62,133,171,218,219,230,231,234,239,260],[59,62,63,171,218,230,239,265,421],[59,62,63,73,171,218,230,239,421],[59,62,171,218,230,238,239,421],[59,62,63,171,218,230,239,421],[59,62,63,171,218,421],[59,62,171,218,236,239,259],[59,62,171,218,230,455],[59,62,171,218,515,516,518],[59,171,218],[115,116,171,218,223,230,239],[171,218,223],[116,171,218,223,230],[59,61,62,63,102,109,171,218,230,239,259,430,450,538,539,540,541,542,543,544,545,546],[64,171,218],[64,65,66,67,68,69,70,171,218,219,230,236,238,239,259],[64,67,171,218],[64,65,66,67,68,69,71,171,218],[64,171,218,219,230,238,239],[171,218,238,239],[74,75,76,103,104,112,113,114,118,119,121,122,123,124,134,152,154,155,156,157,158,159,160,161,162,163,164,171,218,416,417,419,420],[102,153,171,218,219,223,229,230,232,238,239,259,414,421,449],[74,171,218],[74,171,218,223,230,239],[74,77,171,218],[74,120,171,218],[171,218,219],[58,74,171,218],[74,171,218,219,223,230,239],[74,171,218,230,239],[74,77,171,218,230,239],[74,102,109,171,218,230,239],[74,171,218,219,230,239],[74,171,218,416],[74,171,218,230,239,259],[74,77,115,117,171,218,230,239],[74,77,102,105,106,107,108,109,111,171,218,223,230,238,239],[74,75,76,103,104,112,113,114,118,119,121,122,123,124,134,152,154,155,156,157,158,159,160,161,162,163,164,171,218,416,417,420],[74,102,171,218,230,239],[171,218,230,239,414],[74,171,218,219,230,239,414,415],[74,99,102,171,218,230,239],[74,171,218,230,238,239],[74,125,133,171,218,236],[74,102,171,218,223,230,239],[74,77,153,171,218,230,237,238,239,259],[74,143,146,147,151,171,218],[77,102,108,171,218,230,238,239],[171,218,223,239],[77,99,101,171,218,230,239,548],[74,171,218,418],[171,218,219,260],[105,120,171,218,503],[171,218,219,230,239,260],[137,147,148,171,218,223,230,239],[148,149,150,171,218],[148,171,218],[135,171,218],[171,218,541,542,543,544,545],[59,62,171,218,244],[171,218,552],[171,218,219,238],[171,218,219,239,259,426],[171,218,219,223,229,230,239],[111,171,218,219,229,230,239],[77,110,171,218,229,230,238,239],[135,171,218,223],[135,143,144,171,218,230,239,452,453],[135,143,144,146,171,218,452,453,454],[137,171,218,223],[135,171,218,452],[171,218,219,223,230,239],[139,171,218],[136,138,139,171,218,223,230,239],[135,136,137,138,139,171,218,223,230,239],[135,136,138,140,141,142,145,171,218],[135,136,137,138,139,143,144,171,218,223,230,239],[136,137,171,218,223],[136,171,218],[171,218,236,515],[171,218,219,230,238,239,516,517],[171,218,515,516,517,518],[171,218,230,238,239],[171,218,525],[171,218,521],[171,218,229,432],[171,218,432,433,434,435,436,437,438,439,440,441,442,443,448],[171,218,432],[171,218,229,432,433,434,435,436,437],[171,218,432,444,445,447],[171,218,229,432,446],[126,171,218],[126,127,128,129,130,131,132,171,218],[171,215,218],[171,217,218],[218],[171,218,223,251],[171,218,219,224,229,237,248,259],[171,218,219,220,229,237],[166,167,168,171,218],[171,218,221,260],[171,218,222,223,230,238],[171,218,223,248,256],[171,218,224,226,229,237],[171,217,218,225],[171,218,226,227],[171,218,228,229],[171,217,218,229],[171,218,229,230,231,248,259],[171,218,229,230,231,244,248,251],[171,218,226,229,232,237,248,259],[171,218,229,230,232,233,237,248,256,259],[171,218,232,234,248,256,259],[169,170,171,172,173,174,175,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265],[171,218,229,235],[171,218,236,259,264],[171,218,226,229,237,248],[171,218,238],[171,218,239],[171,217,218,240],[171,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265],[171,218,242],[171,218,243],[171,218,229,244,245],[171,218,244,246,260,262],[171,218,229,248,249,251],[171,218,250,251],[171,218,248,249],[171,218,251],[171,218,252],[171,215,218,248,253],[171,218,229,254,255],[171,218,254,255],[171,218,223,237,248,256],[171,218,257],[171,218,237,258],[171,218,232,243,259],[171,218,223,260],[171,218,248,261],[171,218,236,262],[171,218,263],[171,213,218],[171,213,218,229,231,240,248,251,259,262,264],[171,218,248,265],[171,185,189,218,259],[171,185,218,248,259],[171,180,218],[171,182,185,218,256,259],[171,218,237,256],[171,180,218,266],[171,182,185,218,237,259],[171,177,178,181,184,218,229,248,259],[171,185,192,218],[171,177,183,218],[171,185,206,207,218],[171,181,185,218,251,259,266],[171,206,218,266],[171,179,180,218,266],[171,185,218],[171,179,180,181,182,183,184,185,186,187,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,207,208,209,210,211,212,218],[171,185,200,218],[171,185,192,193,218],[171,183,185,193,194,218],[171,184,218],[171,177,180,185,218],[171,185,189,193,194,218],[171,189,218],[171,183,185,188,218,259],[171,177,182,185,192,218],[171,218,248],[171,180,185,206,218,264,266]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"005021502d0d965d445432a308176c2d168675eb39658d7fca52eb6ff6adf65c","signature":"ad1a955e0997bbaf77a7aeb3352650b9241740314fc89f1eb0f802fd07974873"},{"version":"77ca5596486e1dc553186feb2576a460ae0f253d6a23b37c21d09b6ee2505190","signature":"a82c06b73c8eeafa43aa02b01b128c0a818898fe2962e6e7d4148347c30684d6"},{"version":"c9023bb1bcef1084bf2f802f175170c97f7c23b4d6c2c4afb2af1595fb543008","signature":"a0c3450b7d1f8012f577d627b9c74fc5aa82940c115cbbf01d2476378a08e0c9"},{"version":"ac8f8b4c62b229fa2a05efe77fe4ac84d35e4899726a3ddbc67c96e2c9a7abbf","signature":"7ff9199f81b30c76acd2878bbcc9b7ba3312985ec6673fa3e221db0f5114e75c"},{"version":"8664d46512065a13397255729b483b089da301015ab5ccfa05365d704e6d161c","signature":"9fc67432f746cd809b74b09e074467926eb58681010d9776da790a77f41dfafd"},{"version":"8b2d9f3c09d221b4ededb40a208837d81572209e535ba58c5a44aa11e523c056","signature":"439cc5e6f50d3ec7adb597c9856db18ff8cb94f6cd5c418e4f51564608a416f3"},{"version":"a54e1580cd74165c33ea192c517c8c091211c6215714b6145914050f97d4436d","signature":"43a40a30271e7b7652620fc6df4dbd465cf60c4e55c317da8b6c60300e31777c"},{"version":"49812931ba9b0d620ddd9bc6bfe6063ccb64b9cb99041aeddfcebf91f1626f68","signature":"a9674ae618d708512b2b42263855f8ea54df63e9f50fe86fb6f57b0aa58fd003"},{"version":"b0c2a7b6836ec0c64aa3c03fafeffea8b59ef52c2c05a5f2275afdc1aa0f8d3e","signature":"8782d61e5aa7a5b6a87418c4dd1c48ebba95a06f2432b7f7bb91e7e381914887"},{"version":"0a47f99db90dde77a4c9c0ebee9c80d9ef17a11ae67680b4abd63fa7a18195d5","signature":"5c902a99cc32eebb8091b2f5817c5616442ff42808d6c4e46084c016aec0ea15"},{"version":"8ede56a724587630cb5003d70f45a3d3470c137393dff99ecd7c7e22037a2968","signature":"dfe33bd6222a4bb38d4ead4fc448e4453879201f88ecf82ae1c38e6bbfc8fd4e"},{"version":"2efef0975aa902dc19e222038942fa14c0746293a07ff71fc0728eef5026ec8b","signature":"bb821ced0d372f0e26011627669abdc5e64d3285b39c41610e76cfd5c5863cf1"},{"version":"019e7d0655430e823859bd3e1a9a51db1f0fdbe54afa3fae7ff3a5e937e8687a","signature":"08bce4b8dd375caba13e04eaa2348730da44744b0d2da7fa8e242cd6dd677dca"},{"version":"ad107d26a495556b5c26071447d04df6d84ecdacb0caa74e849f839c3bfed49b","signature":"3ac2b12802234bcdfb01ef28dd5cbb921eb6024bbc955f69973072eab657e399"},{"version":"290d5c10b76e9eac22a7385fa7248c4d887d5f853f50e30ce3e919581714859c","signature":"dbe76d0cc4e025e6c5453ff6ccfda6b6aa6c91c2a54d5353f965aa2dcafb2f6b"},{"version":"cfd56923f51ade2591adee46105f9fea38c959bfae5db640eb6c14fc2c9bef97","signature":"313a58fe16643b9c25e8528d06bae297bb5e449c743aa56a5cb14e203a0da572"},{"version":"1db2be21f49a0ba12efbb1c0650e8f9d3acd37b8e0fe2aec7fe7442336dd0e45","signature":"9b38362cfe2e2a07fd2eb212cc20623b3bdf900ec8020accb9197f31a87db18b"},{"version":"592562e7cf01ab3223a97b2e5a092c4902475e815e1bdd5b7e29bfb7e7177ddc","signature":"c3ff7e0bf165cd4fed9a15e52baeaa9ad4954144c87b608ca6d22e90284edf0c"},{"version":"6dc03eda16f2b1d561ffe4c8e4648a13580847ce22a762e533e2f120677aa65a","signature":"8b59b68bedf9878b96ed4a2a8986f64213d18106619ef3279dbf9cc8d306e5ea"},{"version":"96e15d0302e7aae2d0dc33a2c2341631ef69f5ac676b9e286ef17f68076ba068","signature":"f709f169ec7ded4b70f74e7f56f79cedb4b95c6c7b209dd22ce12db047983423"},{"version":"4456fce53237206882aa72fccdbf658ece8b10d1b977faf0262d53eeb61bc09a","impliedFormat":99},{"version":"a5a35974ec59e93b08a2a28a1d7260ce936d2597335f9c5a4c41f23ed202a80e","impliedFormat":99},{"version":"fa1a44164e677ee0b1133f31c163edad59c72cf402069f7f7e42dc2e34253d98","impliedFormat":99},{"version":"89784aa9889352289dca3f427ba03f45d6d2649324d106153b44b8d6819e5f75","impliedFormat":99},{"version":"d8a1f0e86db3cfc7dc8fcc3c33a0deea484a456dc164ca3f5f0439ca1b2be7bd","impliedFormat":99},{"version":"99911d694c0a62a4b081cc0e8abd2544ad8b080aec216d2502ca7b6118a5886c","impliedFormat":99},{"version":"2f07ade90e4a5f2588e35df5a3f79cfe39b9d4c28063ade2f22e16a6cb3852c3","impliedFormat":99},{"version":"16732352102575ecbd1e82281807ecdfd62628094d772d9c062acff43cfbb6ea","impliedFormat":99},{"version":"a6a90612e552fbd0d02bca7b983959d7b2fa1e2b21eb896de0c93c3ccb3e7d38","impliedFormat":99},{"version":"7fb347715a0c35851f079e12e3a909cafbd4d070bb1f2559868c639f81b37bab","impliedFormat":99},{"version":"fba80a6cf49089d9140dd63268eec8fc7780c244ae31ffb0288fb98ff485f89a","impliedFormat":99},{"version":"7c2a7ac0f79148f72f870f7789b3a2511b7d2533fe6725b7b8498be9ab25ca3e","impliedFormat":99},{"version":"6ab61b6938c7fa9466b89f8401a7b530ab31d087539386d5a64eed343e96faf6","impliedFormat":99},{"version":"ec613c181218d0fff5e94f54fe1b6573ab3ebf7bb801f978146187b09217c88c","impliedFormat":99},{"version":"437e6ebbb5658cf166d6413cacf2590780673ad89e8344a4b195b8546d81600c","impliedFormat":99},{"version":"89bf0335dd7eec2f33a65c8f9dea28b8b197b371f586e1bc7904c11e7f08ffcd","impliedFormat":99},{"version":"7cb3feb960483801dd816dbe67afee659b04bfba3cbbd3a54e5ad8eff3972270","impliedFormat":99},{"version":"805f6205e7f9dbdfaefdb63dbb66e5fbf61b4893d277714e6d061b0a64a77aa8","impliedFormat":99},{"version":"4627c3458c5916cc6439c34267d48fba669ed6f99ffce09c62f4db0120dad67e","impliedFormat":99},{"version":"4843254ca15a7b8f040f549e74fed0e1d23498d05510c91ecac7157e2156472b","impliedFormat":99},{"version":"0d8cff8f31a8c38fe772d0c6f7f57b88c58d77ddaf7244ab7cd5ba99150eafba","impliedFormat":99},{"version":"e74dc6897809ec498b5236c75589535c609cce5179a2a66e98a8e566f4d1d84b","impliedFormat":99},{"version":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":1},{"version":"286be593ede5502a0ba9917fb977ac85b92d8dc69e2d1f7ef09a7943bb147461","impliedFormat":99},{"version":"e4a69476340b36387654701f076b9e8217b3c6ba7ecaf59d59f754f9529b4908","signature":"f3531aafb713841e7852162bc3e638fd486ba47c974334389ee9d92ed2f9ff45"},{"version":"2052ed8d72efdf28c46c874ba419c50c81a3b9b28166d7c21f3cb0abc53d3952","signature":"5976b0e28e07284d7b16ee4729b5e127eaebcbf53b3b8da861cbd6cb8b84e1ea"},{"version":"0b20c5c93de2ed61b2973d3e31092007164f56b45b07e6476adca2bff6c33d44","signature":"2be24f86390ef11f04a1054389a2c729f702feee50b0c414307797dd555c40b7"},{"version":"ec5f48e12a2e6fc3f5c0dfb46122c5c62685142d7858b5712f50b1dc041e1db8","signature":"606a44a84cde167a8e847025da0a9c0a08cd0cfc53f07480218ae81882968154"},{"version":"20176314a50f393796dd5e1d3f779518d495b31162f609844270a0111f5f073f","signature":"4f7556a767ea39a1806cf2dffc0d5f49dbef44bfa232e2e0a49a60edd58400bd"},{"version":"f82be068fdcd409b0e9ebd8ae3b5c98e7e8417930bf6f68e65ae139f1cdf6961","signature":"601e0fcaa531d9dae6a73f9b63aa2c755a8c25398065e65aa42f762c5c5b24c8"},{"version":"e601a320ea1f2e9ba8258e2b798b1d797caaf03113da43b45b83ca1fc941afdd","signature":"be3fa75b0fd4c0154999e6d4584bc55564d0df88449350e9c4b1280a377e3174"},{"version":"3a3df626cca6d13128703a42fae198905d7e1a59bd21c80fd133e8ba8475ce93","signature":"c2d25acf5bf545b9b335015224b3f133b01100f7064b6ff981a4421a91a74fe1"},{"version":"7094625ab6e90455f1400665ab9a68ffe76021d25477c4468703cb72f2ccaef0","signature":"4378bc1489e1cc4de884784fb74a74b9906806d1e8d6c6b98f220142130db5b5"},{"version":"d4a4a7681e6c6c2b3cc32307bd89271bad1e23667704b38515b9b4db77dadd13","signature":"12d24a257db1d40436288164a40cd2eb836d604632ba9d3ab6fcb72df232b2a2"},{"version":"df2c660f20d2e92774c3bdaef0951a692f950bfc2506e63ee4a2eaffe17b8235","signature":"ec9d0589a7e90fcf572eed965cc7c886c6be5f2964f83dc1a61c1103122fd563"},{"version":"241afd327ba3db22c98fd330ac1af3c45b884e3cf7b237a509cf791472303d86","signature":"d5a7a163d62b4629a572e40767a242ccfc9222c01841d29ba911a1cf918195ed"},{"version":"0091fb69a7b07be040ea2091417b780b6b327ba586daacc91dceeb15260c0122","signature":"8cb2c2c57190ca632813d701ac4edbacb85b3fa732c26b4f4df90f3e5c346212"},{"version":"2dff0a7f135027057167a2cd60460a45985c3cdc2647c1d87a2187501b5757fe","signature":"02aeaa0f7e70ec5b0382a750f6725ac2e664ca3d84c040243ff9ba51a80cb8da"},{"version":"3357ada71152995f7fbe29b9dcb851401fc44bbdc8155698333805e693cc6802","signature":"fbedc888fba3c39529b42fedca9c04ae908d946882a4cc6a6ac23367e52b8456"},{"version":"c1a5ba3d70b57b5396a6b205728796a25611d19673a728e9cdc29d5d54606b41","signature":"7730517168e4493a13ead05cbfc196eb48cc30e4389c60d4a3c6123326573e9f"},{"version":"d7215fee089b6e77ab84cdfb7055506dec91c45ef91f6c8bf2875fd4423e871f","signature":"c19e5b92d4f64e0df134a5f583a9f8b932d0fcb40039f894353d55eeac3c7f4a"},{"version":"a878383a1adff86fdc82507d0121d4056760b8f46f4a5f536043c8f1cb131dec","signature":"05b9a48c2b26a427e68b080eeeb3412f5b9ca993dec4fba168027305c4c5b0d4"},{"version":"4d36891972dadfa2fc8f1141d53b4cd0ae57a6a707442485ac571c54a6a484ed","signature":"b5dafa2e9099743da4949b75d974fe6fc97fa8e010af9a75738ae0f40e711ec6"},{"version":"51d5b34a62002bd7256b87f6dadac37360998f02c39e8710202b137ffc499ef3","signature":"119bce40c4342d684ec53be497c93ebadee207d8e8e857b6524d0436e212de32"},{"version":"262e84b342c90690b99329ce043213d1976ce40d03b3123c57eab3cb26da2615","signature":"fe9e8da1ed88f6a7b6c865a60c93e43eb1e9a49725742e00a41bc83acaaf159e"},{"version":"3fb4b24161a74c0762112c99f81b067ff82baea5b3d6e91f17580ced2202573f","signature":"785096d1f449339bb1b927ce3f8b127887a54ac51ef921aca235607ebcf09bb3"},{"version":"d3743013460622f05dc84ef02d5b8839c24697dc0205336a87b73881dc42ed35","signature":"495572ebe0c0807d09f7df41f83731cf22e4fea34b0d82ad418675c2895061b4"},{"version":"8de96e3510172d0cc733505197402ae3b765ebeb8b2859f2b3e17355cc5827e5","signature":"15eae50b3ca23d45fef864a75a4808ac27bb6e9bec55d13d77983277d6022888"},"ef37036d8035fb4074d6f569ee6dc81cd0274ab056046d671f6cb3a2888f3b4c","0d6f20ca955a9b67705f0c033644419e2ad1f07fabbf40c60f0e83150d81a45e","ab52a8fdfdb8b27bdfd9650749b16dfe69d8eb9db5d76c3e2e301622bffb7526","f4b2308501376219c1bdd136ece88d6ed300e2b5db1475c39516185c37f00307","170a149120081cda634597e14d65bcf96acc107f767138f75b3672c00a03d20b","234c05c8b53618abb134e6e00504660526df4a830ca7c6b7b890f3776369e783","3c81d132e97b093624630eea6a2de07e44257f3d4f95350052de501e9603eb9c","407a3c7c7ea9c112e1bb9b7ca7735f56bbdbffa6026daf9c15770eb65f774e14",{"version":"0a4b9d579ca8b88f2938963067d739875a058cbfb0ba84f074baa00130426b4b","signature":"87edcc1c2c341cfcfcf5e4481603209b50a898d3792c6ceae87745f370e3241f"},{"version":"2d265f914a59e38cc78a1045f6f24b0f28e6ccddcf9c5a0edaa0326ffbe2beb5","signature":"07a40cdbe57c116c3949ece13cfb53fda7a916f27b900fcb94e61ea7ef881370"},{"version":"7a2306594011deebb3728a4f8cac17ab8dbeaaecb543ed5c3d918a95dd25c38c","signature":"afe78f6934adebf678b544966b291e9955f21a055c3ae0208d72be025c357cd9"},{"version":"4add911e06d37d2c5ca704d5e8ecc702305a6c0b6a1e3ee620b53efb2041f71b","impliedFormat":99},{"version":"fed4c8285249017d021d91c4f4915d7ac1e6b41e0355845004a043457329c3fc","signature":"c31efd7ecaccd5594e674736f1e961ec9c4d8deef6408bb0f04897b2e83a8073"},{"version":"6979e606d54d218f3f58d6df9148b4ed780803bc9f432023dc05287c965456cb","signature":"104dfd401c66d05d11cb3eb23c6323eccdaaa746c6026739805fbb1e8b803686"},{"version":"fac92644e589911b4b0b524676055538ddedc5490257fcf8a62392aef9f4f992","signature":"11af60db3cb4727044a346f5426cf4f0e4f7cf40a8f32c3712a0115e22f4c1b7"},{"version":"232e10f1db94ace12d112b0f0a7b89abdf56f7e1b3375c269c59c2f117ad65fd","signature":"45b9a75d4b7ce07ad70b945005f1bb37de80620c8542de769b771299824272ae"},{"version":"d09f823e346e519342c90c94ee41ae63574ec7171707300ccab96212ddbf556f","signature":"f8151f0a10b9a382e924ee9dd48bb70a1cb472d8e46e36efda28fe071bd9628d"},{"version":"f8757026a4a24dd575cfa0eadd7c6a2e6599c8f8fa936f679ed3531d5ad26a58","signature":"bd277faebb64b27ea4e3e80b43ac5c2481c229e67b8cf0f2c2baba07069d549d"},{"version":"fd9079f8edcbf1cb9412ed01f8a8c288f211eaac534e6b40171f169dc5f2f3ca","signature":"4e887b4dceecee3c589215d58169326e28a4663ac3f4b5a2ec3197621588f701"},{"version":"f06b32dc2e1fcb1ab149406a33a52f21287d1214bc07d0b98885083cf4c72972","signature":"7157c7244807e9f05428fa6e185c3b410705f60519405e4b6940970d5b70004a"},{"version":"a9a2ae64321f8abd7204780429f5180d6b6262c4e00a4e60c46f2d764c5bdac2","signature":"1b003726b945a84d53637c7a2cad44cc3cb3ecfa744273db11a7853c276b02a7"},{"version":"77973c75759794914f62ac9569c664d94682722760a5871c0a76c4fea0320de8","signature":"655dd25f3d8fdfd078f91ef5b8d8138007ac54456731ef1cf754b98f83fffa35"},{"version":"d303e2e2cd9194439cfd9cc14ce1920fb7e2acb3372778c408b5991a64dbf9dd","signature":"fb98733b8015302595215898a0c6d40a525a3c198632d65108c1b565ddb9ea00"},{"version":"db78fe2a0b91deb2551dc3a91b5e45ba0e0f8995314718f93350f7446f28f1b6","signature":"12e7b5ff3f9dc599ab177627d0aff2323d810c6746c5d6ad691c4c4a0cb26899"},{"version":"c55cab716004c9bfab7e67ffef89b7ec6ed2709b61e3a47e43014af1dca54132","signature":"248fcb53ccf47da8869aa113db6f7cf22914d12d48f87492075cd13018eddc3f"},{"version":"f38915a7493c4432862193c0ace42e9a0c6765f9dc0d1e29413b6cff68cccb4a","signature":"0f787c78eaafc7c2e8e80e3e65aa7ff3ced6ca6a6904b37f9833bc5c744aa510"},{"version":"2f6b64b4ecf94ff403de23e56f6d4c8e9dafde5de427467d713171343a019027","signature":"dd9b45a881269fd809f8bf16d8a4926526621a0335d5744e29ed0c8d7a1041cd"},{"version":"7e01f2b491a35ac55a76627f21c481a8f0e7bb49f2e104a55783b913447133ea","signature":"6f9f1cddc57ac9508d8a35cb9efb08d7f7e8ae8346bcc4b90069653ee8c33f4b"},{"version":"45fd886427b54905f9d78346101423fec4b34d2afe839658c8dbb6ec55497b43","signature":"9f60dbaa89ff8fc3d894e4efd0849f227e2b8001a6dbeb509adcba908cbbcc12"},{"version":"df7cb14bed81f9fa0744cf0f9d72627794bcde72c1dc06e1b73222998e350c63","signature":"921c035b25e0089d4d2486a175c8b8f9ef050b00fcb35fde1594ab764bea0a2c"},{"version":"9297f31a54ffcff551dbccae89ded1608a2e77988324a05751f9e3ad7b6f68a7","signature":"03a630eeb20abce256f6ad8b9936ae3e9d6ef3a3eabffba78a8695870eadbde1"},{"version":"bec35cc624b84dfa26890adeb9c5d1c64dbebdbc9ad011c2832374f4f4face6d","signature":"0d69b207d159ef9e1bfc7ee6a43237accf06c6400dd249a547393ce8563c3307"},{"version":"27e9bd655aca19f0e51486c97b134ea3a468621a3f2bc586821301cc2a969ae9","signature":"067ffa16ed72a6fd557fb28bfa61fc41b454b0bbb99a621e5dfbee286b2b9a2a"},{"version":"6443998599a7c57d434346d53245ce70c78479dc466065d80a3edeb3d0a51934","signature":"6b542e5b7c8d677aec18d4ff76c1d25c19ffb92a8bf1c9adec537900b6b10ef9"},{"version":"0695e9edc839a3803aac07158504ed2046fdb6e7600cb5d1e2ab9b3f79995c1e","signature":"d100f12f5bf3d20018a16f8141566c0e64f371454a3bf602616e354cde9458be"},{"version":"27a94df074aada7b2ff247d393fee72e9b9e5e09709c346773679a4d065a4c0b","signature":"4a3ffe148a19f4ccba71c9697072b73e40c1417d29da06569c41286ba7b3793e"},{"version":"1f80006458da7d7f55f287611dc2b7ca1758affa9b373b5761878f4d3190391f","signature":"babdb97d21cdcde77722734489bc71dec97e6e28f5eca013bda236f78dc9238d"},{"version":"6683b4bcbf23e7c101b512f718bd741e4f2ad23ef4074f295c63bc5454530809","signature":"c032a9174895160596635d5cccddb64644ccb247f3c9b4c82bab0d894b61b0a8"},{"version":"5ca3b47489ddafc32aaf1dae06113a64d5f05d0870ca03bf61eaadade917df09","signature":"3e4e8eb835e4a04761743c5c3693bf8e69c22d9b014f274459e67611ebb83c62"},{"version":"b4c47d3de347239b79d10dda9bdaa1142b5560188159e46a6f85d80add5bbc42","impliedFormat":99},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"d9e971bba9cf977c7774abbd4d2e3413a231af8a06a2e8b16af2a606bc91ddd0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"f9ab232778f2842ffd6955f88b1049982fa2ecb764d129ee4893cbc290f41977","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1},{"version":"c2a6a737189ced24ffe0634e9239b087e4c26378d0490f95141b9b9b042b746c","impliedFormat":1},{"version":"a38667de81fc085a6eae751bd570551613fddc3660a6768143949028ed63fb00","impliedFormat":99},{"version":"9610636e050190284a86a367f87a66546c591d286a76aa117bfb8841d8cd0d88","impliedFormat":99},{"version":"9f5bb0e2183340be07026cf5c558c145b5dbe5fecb51f8450f862dc2eec37c60","impliedFormat":99},{"version":"d74767884ca0d793df93e3495a26ba909c0643b2744c14a6bbca2b4b49431d2e","impliedFormat":99},{"version":"b9ab560e281e9a083a281f53f0ed3e6701040dd3873c67e89c05fdc0111d0c1d","impliedFormat":99},{"version":"eec9922cc7ece8ab81bbed2d9f05004de1dae0615fac9fd526f2f2620ef7c696","impliedFormat":99},{"version":"c7fac3f4c186a24774cc7a24ffbb4a501efdd847a9ccc8809ea2ed2bad4abd5f","impliedFormat":99},{"version":"a479c5b74e86476c6074393abb0245d4c6851203606e6084176e585b3af690d9","impliedFormat":99},{"version":"47d89435c97c8512116529683477b2eee7bf9cb54dbc5669f9eed780fed3312b","impliedFormat":99},{"version":"23d9e935b59d2ff683ff4a737ee5fa953f26ecb6be0b5bf061e0816f2d3cc770","impliedFormat":99},{"version":"19020a364b1cc80bd30deb9f5e516b79e94eb39fc68728c2ab92476e2df8f921","impliedFormat":99},{"version":"d9cc871e111bd560b222b178fb93f36d6e29705f1a84ed295b7a1f6c49a4eeab","impliedFormat":99},{"version":"ae03a480f2035a57df159e172960121f5b7b02af0cbd74700df0d7e99e141b06","impliedFormat":99},{"version":"2f243266bf449b1f72a5c7a445bd89576b156864a80aedb0b2e4d2f072a74ff1","impliedFormat":99},{"version":"14ac73121c543b8e6741a4d19982d6bb9878f5e90ececba2af5bfb04c1e33023","impliedFormat":99},{"version":"4f07831578976e1df0c451fe156a4dd9f6e835bb1b75cd278659f6f9e67de44c","impliedFormat":99},{"version":"11c589b9a82361aa3a781ea66c3b5615e79fb7401f02582693e853cc347ea290","impliedFormat":99},{"version":"60a0ce92fad3402863e576a25a54766dfa5acebfcb24a23feba1e1e53b8fadd2","impliedFormat":99},{"version":"f03c9c70fdef1001c5e2ff30e59f9617ef9ef73183aa04de5485eee1cff0948d","impliedFormat":99},{"version":"0e0a9165a0cc026d84ee0088b63da9c92c77a7192b99148c1e754cfea00f5700","impliedFormat":99},{"version":"94b84ae2a4f05fe81448f3a0c85556dd1db6adf48c0c77ee2c2fbc8bd9d695dd","impliedFormat":99},{"version":"1d1f5b341f2cf6f9f320c409884ebbb654f88c47fa0347950f9433325f2fa3be","impliedFormat":99},{"version":"177949a6c5a1122e4215ba9912f5bc5a762f54217857f88820964fec531cdb62","impliedFormat":99},{"version":"e319e78e81ff1fbd2f36082f4690f505ff45ce9f25014526389d658bcad86ed0","impliedFormat":99},{"version":"ddee9c86a59ad5b719450251fd20f6701236721af1758e91f274483a5f8ce6f1","impliedFormat":99},{"version":"957c47d4dccd8001fcb588f6327c056880132b90b4a3bff2e96201ba718fe668","impliedFormat":99},{"version":"0616533654819481862f27ddef25491f771b8d3d6bf7667b446b03509fa87b27","impliedFormat":99},{"version":"657e91ee101526c89047393eb9a8a9eeae07d64da93855f00dc0b41567233a86","impliedFormat":99},{"version":"5736b82531339020dca9e0592b0e956eb2f8b455b6084e04ac9e63159f379912","impliedFormat":99},{"version":"b7efa74155b39f0d950b10c5bcbe5cdb6bc6adf441d817225088d388623d6a96","impliedFormat":99},{"version":"1ad2f0a1b88cd39ae12595a574444892570b6f6cc06ff923cc28ece3068b88fe","impliedFormat":99},{"version":"00dc7f6971ed9cc9e53fe89e25db626528ceaa6e1e01334d7fbb156380b80c37","impliedFormat":99},{"version":"28958b6eb87c2a63d03fad9ed84f9db8a86d100a3f66d38d825b5173f6d0c1bf","impliedFormat":99},{"version":"a6fceea8f4ffe37732bf456d352b1f90c9336339d0f55f0cc0864cf8527f5d90","impliedFormat":99},{"version":"7ee6d164013b63b61e3af12c537c4cdabf18330495143dd64f5b5e57b0ffb1cf","impliedFormat":99},{"version":"b36b9c9b1c44a3824e028ef9a6bce543fd3865bf84e78439bc64a895e4552e94","impliedFormat":99},{"version":"544222ae2c913559dbfd00f52cc9d3140625ecac69f6354e2b0c3a714f71e989","impliedFormat":99},{"version":"195ec385a7206331b05c1d77f7f7bc08cbb399dbe8a5d7425241428765a02982","impliedFormat":99},{"version":"0796fbbb754274ba8da4328ac6ce147e420deaa3b92f5629beccd1d4f0e1da39","impliedFormat":99},{"version":"2bc557bbb28bec36bd490d848e87c8cc4b1dfa792d1e874e2a44111a04df13fa","impliedFormat":99},{"version":"4572079e2729e8e40fa6b3810d018346ccbc8b81b7b243294284537bb7d60319","impliedFormat":99},{"version":"b637c6f90aba8008b0bb8f7b97b451319bbdd51d1799840711bfadc606cce933","impliedFormat":99},{"version":"af4af50d7b54e6add5920fc4c2e5caed807ca28754aee414dfa4ed3271d967bf","impliedFormat":99},{"version":"e70bcf72cce68b8083c20d79954125508e9a69018b24fadf419d9529a5a1a407","impliedFormat":99},{"version":"c1cc984f800b6846fec7f170df1517c26bb8e2465c74f264a1916fb0a121670d","impliedFormat":99},{"version":"9aa06cc7df17814dac886ead8dca6b4b74d26dd69d7249dd5f749fcb0ef8c01e","impliedFormat":99},{"version":"f1f48e0428ff4443816e963c44f5bbaa2478ee51903dd6822c441f2f51a4a036","impliedFormat":99},{"version":"b9a528ebfa44ac4ccad2f5ae2c21b4e6ebef06188d3bb541473e5723d5daef5e","impliedFormat":99},{"version":"aca33c840fac3cdbf4c649667a4da344b343936f9d4e6b8ec2cd3851d9dba529","impliedFormat":99},{"version":"0d356538c9452bbc0c4c601631eadab6eb57487b244f5b54c559311692d93685","impliedFormat":99},{"version":"6e0e53adfd11d9cbbc4ae7d279929185351588bbc25bb87817601c6d7864eac6","impliedFormat":99},{"version":"1d25a5a3959279dc67fabf7aab861b422f3e464bff1fd2247b0649edc760b981","impliedFormat":99},{"version":"09c28975eb4596f14036250452c98491ca732ebd15b36461cdee94292e83d99e","impliedFormat":99},{"version":"280899fdfd17f865e92b20c98eac6ed994cf599d8127d317b42ce274a474737e","impliedFormat":99},{"version":"5d09e3f08cae129dcc0db9e307a7eda2cd5aecce2c98b0b298667b5a9008da6b","impliedFormat":99},{"version":"b98ce3e87330f28df48e1f89c2563d65550ba2b5aa3fb204053ca51110f8a045","impliedFormat":99},{"version":"0f9c8cd5a6938acbd6534b56a7c2089c8d88bd03d5d52b81b13c78390f186a89","impliedFormat":99},{"version":"06ff7c37d5e08bd50345580d1edde73e7447a2d7ef90cb3b10611510fd6693f2","impliedFormat":99},{"version":"367c454d0694ce43b90688c229228d431485fc0f39037bcf6138f0abe8a5a3d9","impliedFormat":99},{"version":"f9713977458c24c57bf89cda42aff529c0bcb878bfe743604cf494d000f71bac","impliedFormat":99},{"version":"5b3832915bfa4acc7ae6e7a48fb32fada9e44216002326799390a7bb8fbb00d3","impliedFormat":99},{"version":"d34aa8df2d0b18fb56b1d772ff9b3c7aea7256cf0d692f969be6e1d27b74d660","impliedFormat":1},{"version":"f4db16820c99b6db923ab18af5fecb02331d785c4c2a8a88373a0cfc08256589","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"90407bbaa24977b8a6a90861148ac98d8652afe69992a90d823f29e9807fe2d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","impliedFormat":1},{"version":"cb90077223cc1365fa21ef0911a1f9b8f2f878943523d97350dc557973ca3823","impliedFormat":1},{"version":"18f1541b81b80d806120a3489af683edfb811deb91aeca19735d9bb2613e6311","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"232f118ae64ab84dcd26ddb60eaed5a6e44302d36249abf05e9e3fc2cbb701a2","impliedFormat":1},{"version":"c8ef18d7f25c6fab1451c15bf8f2d4f82cb7ada6e10b78e4565227d27a6952bf","impliedFormat":99},{"version":"4b10fdcdc07226557b419599f32cbffce6b3baad23b67c7a4a47fa8d57ba940b","impliedFormat":99},{"version":"cdca3f6200e3e4c554a19b8f0c60f0739fbfcba9724d6d7c56de997d32c07d99","impliedFormat":99},{"version":"4554078ecd668b9ad555dab4cd16e55f7b3ab95d466cd6042fcca140d44a3bf3","impliedFormat":99},{"version":"9210073170ad64c07d137f2899d7d5cb5a48d16f596788a1a48d9781e71a3b94","impliedFormat":99},{"version":"d6d1419bc989dab7047a1a065a3a36d105df81cdd852885665dd6af852b69627","impliedFormat":99},{"version":"e80bcccbe4966a9e4036f39ee1f16d9d7017d065256941f726d30b11b5dc5b4e","impliedFormat":99},{"version":"1eaa861c0bbe5a20488f63dd6d0ceb94fbbe4e3d689e61bdffa0ab5e51e28371","impliedFormat":99},{"version":"0bd5db5baf83b7e44ec7c62a4ebca063e49b3282611b255e16f7cfa98bd8dbda","impliedFormat":99},{"version":"9543d9a211d7d95e660d1f2b23e8add471dd049b0b03f0d1eabd789445d6333e","impliedFormat":99},{"version":"1655a76452c43088ef4fff720052ce815930b0649c200e605d3de36ffb945e19","impliedFormat":99},{"version":"1ca82bac246532fb76df1e82dc5d6a913525d2c1db5af68ca5fa3bd67d36c773","impliedFormat":99},{"version":"38e546d9fcfb2adfe2a9ade7180eae46673b43c6882407f53e361da06a152088","impliedFormat":99},{"version":"f313b5ab2bf242613bf085263386c25398b1aea5f284242af84dd59e04eaefaa","impliedFormat":99},{"version":"ba262ded2b160d860050031f4d5c143852c869b64ed7ecb2148d19050d862480","impliedFormat":99},{"version":"26ca490a4d7ce60696fc2f80f949f83167f0a95e37436b472c14ded9217a367f","impliedFormat":99},{"version":"91ab506404a0fe11f7b3ca90f1bb760c8b9d4296aa7ac70a1ec882601ca1e45d","impliedFormat":99},{"version":"d0bc01c5a114388aac657445760b50d94d0fdad19d9400eb217fce269c0861ff","impliedFormat":99},{"version":"ac97421ec2512519478910ad83accfb1899f927191fcea594479806c8a47889e","impliedFormat":99},{"version":"aedba37c7866d122d43d4cb571de006a1ae944c8c9b9cdea0a4e6eff5356594e","impliedFormat":99},{"version":"bd709c88629153d1c3afecceec78a7a25ea10786835f38aa2fcbe391e469f31a","impliedFormat":99},{"version":"cb1df2f2b55ca56f23df8deaee0f2cfc0707d228cdb650d84402e2638e77ee73","impliedFormat":99},{"version":"2daaa57774700354b7685efb024417fb355aebd48bcf83e6b6e5f1265c81b04e","impliedFormat":99},{"version":"5cc60d28250dd33b21f9d7c387f705a865485a8941fe05177255f0bac0318620","impliedFormat":99},{"version":"05e2cfdf548aa8ce7c545794c1dd28cac9f08918b9761705ed1c38c66e9603ad","impliedFormat":99},{"version":"fd3238d169fb74454cc8d0e1972ddc38159199984ab837452e96c39c604def81","impliedFormat":99},{"version":"614e6b6c7d7fccf8a39fa521354e9876cfdc9d8b66cc9c53eb1437caa9db931f","impliedFormat":99},{"version":"3a424003eaa76f576537e0c394e16395264fad03df556eae5c88670ed9aa48c6","impliedFormat":99},{"version":"8d91c895479547cabfb9585b363421d1a24552c68ff6da7bd639ae1601e11982","impliedFormat":99},{"version":"c4ffcfddf22e3a22f2faa0bb787ce4c5e57a7f55eac7df8b9ba99c60268d8fec","impliedFormat":99},{"version":"9875e82719e33d2639dd1ab2ea8ca91398a4f017c0f7226fc43c851a55761517","impliedFormat":99},{"version":"a528b6c7a03bfa5ad2739bdbbcc1661977c59cd8070bdf4ddccfdca88aa04188","impliedFormat":99},{"version":"494449c0ed58bf4c040e9aede59d753fc6f1335e3c8f07c32efd521aae5f40af","impliedFormat":99},{"version":"fc92e719b09f995348b6c3036ec75d0803a3cd746a1cec4f39b80883d94d7084","impliedFormat":99},{"version":"ba55217c83d07346e8e76744a4717166fc3c0dba7f63dd6d07c45f39c3cc9a1b","impliedFormat":99},{"version":"416fa39ac4ff318d0ca56a0ab3798cc6b3dfcb45ac4f9cb9e049fe787032436f","impliedFormat":99},{"version":"26d6c39fdbecd9b255bcb4dc6f155905d3819207a27d806a39462cdd4eaa37d7","impliedFormat":99},{"version":"f1a41a579630653e0c636606699b0a81b163052681f069709a8a2ef091bf89df","impliedFormat":99},{"version":"7d2372878fc700b9b362c58890a6292631cd69f485d09cbeedeecf748683eaad","impliedFormat":99},{"version":"fff9a096c3b69b9bad0e45bbd802a4caf2fa15e502f74ef413fd7fe7b7f5521b","impliedFormat":99},{"version":"7fef24a79e31cc38f320f61c70f431bf3feef652003f5d8ae29a03425219bf71","impliedFormat":99},{"version":"4cd76c7938c9f93db6b080e14f68541bbea3d95d7887087fcc00be7768676b52","impliedFormat":99},{"version":"84fdfef08693e87ea42a9339454e9379876335c67b232aef10242d2f67721603","impliedFormat":99},{"version":"2f6e6516c4b8dd532be9f34f73be5673ad98daeaedac299ace0396b615b4d84e","impliedFormat":99},{"version":"bc3450bb3d2463f03d09e2331b144e82407a5c59c79d2eb6f3d00a21e35e7410","impliedFormat":99},{"version":"5d2651e30e0a5be33076515c07fabb51862b7f19872c0247ea39379eeb638d3f","impliedFormat":99},{"version":"f078f84d785ddb51ad592fc1b572351bb0baf3c2c7257448af5b4bba03421ec4","impliedFormat":99},{"version":"1ea84b58cccc6296c357850a77c033cabcefba49bfc01029139168fbe3739e2b","impliedFormat":99},{"version":"ac45dc511a73e6b1d234e9b1b828a7e398f29212096408df0a7cd5edda3a7c5b","impliedFormat":99},{"version":"18aa992f4eb93533e2decb9092b48a5d5a7ab1dda82f1c708f371210ab2cd80c","impliedFormat":99},{"version":"c16c416017aa01a019f197fe9d9f2673da3eaa74d9c67f45c2dfbf629ce62afa","impliedFormat":99},{"version":"1f0a1d0ef4876a773eccba1cba4e00573d4f1e8a0bb3435e28aa0c626a2855eb","impliedFormat":99},{"version":"9629929e8c6dfa52d41d333c0abfa873cb21b4f0b3372f8b60f5127832617143","impliedFormat":99},{"version":"e81e18a73cb01548de02f1aa821b847c757019debaec44f455d6a63771155d3b","impliedFormat":99},{"version":"18dafb96b4cfb7556209b2a24425ef39bcc0e836fadee6a9f9764a3d30924c22","impliedFormat":99},{"version":"57ea11ae2340f9a176d9325d54a6a0241958382e3271e9e5f28cdfa990e41484","impliedFormat":99},{"version":"aa1f0475af9e0479a5bd2a483f03912fec58da1a66bd34effc45018675977027","impliedFormat":99},{"version":"ca490a0b2b1ca6c087bc40a629fd6c6c6f2feaa63eef28c2f1e1197c373bd03f","impliedFormat":99},{"version":"41b8ce82497913231abfce41e680a75d8fa26cd16ec38da0564085298c97e12d","impliedFormat":99},{"version":"a91fdc1adabc670081b72b7070d499e3fa35d0ede88e42d16125bbe9d959ff97","impliedFormat":99},{"version":"24bc8347dd6a2ba4d1df7d9e5b7fa497adf26bb9c0465aa3ec0dcd5afb11f2ee","impliedFormat":99},{"version":"6a18142d9d6ed9bc1b89b162c1dec7da2bab4a819479557e8b9a38fc129b03a0","impliedFormat":99},{"version":"acb6d722e324acd92de5db10386a361bcb577c13c266922a4fa1b8d666ebf898","impliedFormat":99},{"version":"68cfd4da4fa039d64a81375a3d6d8d94e7c5f374f5b966a468aada62262ef61f","impliedFormat":99},{"version":"7c474a3de82e7d2798cfb5e3dcac1e3cfca515d87f38c18afef789419a5ab5b9","impliedFormat":99},{"version":"4d6747eb10c1ecc229bf31ea11814248c65785123449b09d1ab51fa3253b52e8","impliedFormat":99},{"version":"3e26e7b4cd230b0a026585d6a78b147e3e10ed273200bc4fcdca4608523f6214","impliedFormat":99},{"version":"4c3f82050378e346351d6829beb9ff64c2bdc1c35b0293864c4bcaccd5e04595","impliedFormat":99},{"version":"d387650a4595f800cbd292f65f532593d42c92f6d9b0106d996df4c2b55d24af","impliedFormat":99},{"version":"7d7e176aa2ac8b068db9a0f52f9b0ff8eec20c4518941191297f3fa724f39a1f","impliedFormat":99},{"version":"2f06c786435af8b71af0b1d15d960bf6fd237d8c45a00f57fee5851dc61954ec","impliedFormat":99},{"version":"c08a230aa3679021b73a2a03b143db65acf2c96e69119171ec2af2d8ccda2ca6","impliedFormat":99},{"version":"02b9e91c2c45cccee241b73b4d1ab9f0b50540dafe65565c09520428d577c7f2","impliedFormat":99},{"version":"a9fe1a4fd7e503515acc40412d69ff7ffbf8b77ba06e64d4115003157c514814","impliedFormat":99},{"version":"80c0caabc3c806d3d296c9b9f674ace27bb7e4ae31c5883f5145660c2e389944","impliedFormat":99},{"version":"ce38b357a91a2d112cd020812f5a80080e4006f78bfb0c775da94395a1d38b1f","signature":"2c597604c761f1ac57a0307515a60f9dc54ebe726429d7c53991426c04e5dc8a"},{"version":"80f4ba803ddec757aa7833d58c8613c195ff801684ba295c85273d25c1e6ce72","signature":"73ac27da6bd444cd5d861a37ecb8b49cb4e73c420ab096b8be6612d20f64040c"},{"version":"6213284c8fdb2329e08b9a0a2bc601df883d9861e92538d97a31345a84c2b22a","signature":"dede8928304a34987394d7c2b832704627f20236480e2593dd55e5126047ae9d"},{"version":"6e247040913546c0a2d9cc8eaf0851d93673cc33ee9956cd61df012a190d5f9e","signature":"9e1da3d1b81b81bbc80980bedb3e703bdc724e8b458a23abc9689331abb12b09"},{"version":"bf978d91dac4221c3928761197afb1defdffda5be4e31597ad5610d98bcb81a2","signature":"9fdbdafa9925f1f6454f08a076a6f6566d499c47dcf5143b998bed85dc786d40"},{"version":"f53bde5a91143669ebcf66d176d5cbb4607049cf913b127ed3351531d1ff8470","signature":"cf9aef9bb48634cd5eb152d6d0c5bfc71062dd94536831673603a6b1489855e6"},{"version":"709c56278ce4fbe4900ce9d1c01764aea01017e73114d60cec3bc4efb22e3c0c","signature":"aebcafb5b3773956f4885b529ffed240df0a99a6f9ecd3e64c4032ff158bbbfa"},{"version":"bc4148b1c4ab359c5ef72d3d3032fad4d6fef056a487e91415b01d25d37fd42e","signature":"475ba9a22722689ee3d897a004d5409844102ed8360914dc2616395f5a70ebca"},{"version":"7b5eaaec3c46dfb37c02d9d4c1873eaaf59efd1c4c4db985fa565d1d44f09fd2","signature":"1acff429efef0a334d62b7d026951dc6c62496f9ceac9cc3f246a2688c2d6320"},{"version":"9d39b42a850b04ead6f963514e7ec45f4736f327d8061ec9be857c71ffffae55","signature":"10eae2eab08e0fe9cd5bce71ad6a6e0d8440a2ac16efe58f466d6f8ca08d56ea"},{"version":"76182b1f90c29ee35dad78145dbf9da2e1ff6e96e093977bd40c8b84eac3594e","signature":"8f73e4f6f66d2ac0f6d1f534084954d7f33de3116ad19be8991cfdc6b1c6c198"},{"version":"666eefe5d45877424f01cc2ed11ddce970ae73ce40e5b4ce62dc5df9d532faca","signature":"afa815aa13173b5794fe0c6dd4e20687dc5f89292798e3cd274eab88f4a2263e"},{"version":"9832b99a6fd3501e373e7da8b3e640dfcaddc8e339925869e5ed1cb8dfc5afcb","signature":"ee12a0a2ef8bef5c757a569afe25f18afdae2444aad30dee7141a6ca2d562ccf"},{"version":"3db940a97fe98e1f25c903b745db12172863b6277c54b396b3b00520c852faa3","signature":"858f732f6c1e96c93efd4ec9c522eda5fb31fbeb0aa0a4a787f8693e9bc7dd5f"},{"version":"2b7601696b15b0f86e4f9e060f44d4833824ad8ccc9beb35812757684f6851e2","signature":"348ca7de0c751c9a58bb4a180374b4840cc291da918d41ba9be0fc5059b27272"},{"version":"f18c8a65a8959172b9a59546a598cd49140469a5a5e523e46b405f720f676645","signature":"e004ff9c78daaa903ce18fee6718cf9ed0f193bfeb1f965de005d9bbaa210d45"},{"version":"f3bb9a7a5839d0b61ed9241b15fd6f20305a3398fb798b9da28649d183e89ddd","signature":"57cf77fc762b8eac230aa07ca74463477a244f07891e9f730f2a03cd6e854baa"},"a3adbcc43d5d666561bc23db07ea52c87e45d7f8ae8b730a5aff7c05d8190855","d506b78eed15becd6a66f2bb90524221d182faba92cee30d5c743f94a4eb09db","22f672a09c02e448eede668aba0229c79a4e59a04524f6d0073eb06dd4d7a9dc","99d5bc9fd120de78fa09546bcba71660885f5dbcafdc00d4a4f00ba117473e35","854d8d29a8a23327425bbc78365b3c959c4dfd9b0d6d2c9b59a1060caaa9b04c","1d89291de5118c6eb2cc907fc041b79255fd8d7ce62bfa0891dd6b72f3b573e8","d894e27ca47b141e937e5f07836c523bb754569851126b9b1fe24c766a204069","d21f642f4daf531b70269f853704780227891b5b18f3bc4cb7a69f2019d2db88","38d70991cc33830fac3af246dd1f7bba72db94cc2e9429e7a60887864f57f39d","b90f981ddfc255c1d28e6659bbbfed4af8368efc1f432b04a8651350a8f0aa37","5a58a2d104e378a37fe08c51f98534584e919dc9d4ae4c5f8ac0d6da0c24a528","3053ee25585d28596dedab5b879249b6c6982f6baa906ee2dd37b1033176677d","b196d5107979c22237cde66ef5432b51ceeb451f9b645e13fe35d6ea4067d615","a42ca01aefe5789765945aa98ab0fbf480535d131d3daaffe0ea7fe69e20fda1",{"version":"1ba59c8bbeed2cb75b239bb12041582fa3e8ef32f8d0bd0ec802e38442d3f317","impliedFormat":1},"b2a1864235eb63a4da3259803c7c7d367a7cf7beeb5ef1a2ae16c300a7a80cd2","f6ff359fc3c993311a09fa99080c7d612a822a583e06d74904d6d8621424399f","bc69fd26048ae5e50f0bf2f760172b89238a0e45849893ce3c719d0fef469f84",{"version":"8ff89644bd13a7452c592c1b6265803a50aba555dd777bfec891e7600d4ec539","signature":"584f758d367a35335e1c04ccdf90967eb9d3d24d023cab5fba74f6bdd4e2ccbd"},{"version":"45f6099ac22aa3bfb0e0ced21afca32bca074988a521bd93741b9276c28c665b","signature":"623ecc62b6a1c0763086d6b59e4fbe2d5de72b44599e816e585ef3ce7572e190"},{"version":"4d9b5993e5de4b6f6f43447885176c3fb23d2df3149963b1422546cd5eb096dc","signature":"08ac7205dde69dfaff08e0b36d0b1eeb17cd2129ca2ee7532371776594b4f027"},{"version":"529d6bf5bfbf853fb5505f1b4935e9db8593187f341c002b06b0c3a99b069bce","signature":"d71783fa4d7b35cedba2ee1cd13acfe2e37f2055c5616753d798632a924a9681"},{"version":"72616e272838ec2c6de803d6d1ce988632eb1fdfa432f95405c8ac4c01fec9b2","signature":"2e56b738b6e215268c0d9c98f6e3df607f1b533aa54be8de36da000186b31875"},{"version":"8173754e0733216f22ec9e7ff2c5f8b4f635b862a8af1130702ffb5fac86604a","signature":"dabe688525344d016fc279dd1a846a8423215143f688586a8e79d8f9e0b48a7e"},{"version":"3f612b75e7011ff2a055122d599eb81eaf8fe52fd9d6df84ee3080c0ce6dd3d4","signature":"11d822d9206384a32f55217869a07028841997cb49636fa74f66c9ae4bfac71e"},{"version":"92686cb6ed523e09512c3b1633f700befa836fe41431e853e7b9e8a0038b13ca","signature":"90c3438c2545b858eb74e1406276b69bc10d7b642b8918a3fa2c74e628c07d37"},{"version":"e017ba497d6b1d764db153a8df7fa9a9c7f769328edcbaaff44447eb3e86db28","signature":"47ce099b7a1a950dc8e1276771e132ed74ffeed412d927da35a1405d2efcea68"},{"version":"ea492adc0ddc95c270d7df0917653566a6f495581782fa18a0c6bffbed6dfc84","signature":"0f980a5abe4a0ca075b6289905429f1c906029e0417eb672f36d7a53a0aebec4"},{"version":"96c45e28da3b1a4b8b61a036f2605e7cffef173cf16469763c5abae14dd18c2f","signature":"3f9400317cad12606802c9c1de6bdf3d56cc24c1fc73ce66fe7cc609b0d39e8b"},{"version":"2b2545a97a9bc237881a429006bd5858544c978c219a98aa6ad12b8c7977162e","signature":"b7939bed421fc56449821f7abcbb15ce559f2e90d5d4e3375aa449d9fcab3a50"},{"version":"2e049d637b2368f523233f3b9cb4dadb8fa68645ba8cdefd8b73395a63e30027","signature":"97289770fe11b7a259e97357fb32338200023af1b45e5d3e798677e04e28b666"},{"version":"74dc029367d52c9b493bcc9286f21dab8087adfccd4598520c8d7e20837a574f","signature":"223f1893d473fa361c2c104db364f22743846cc82fd32033be6c7085fd0e5866"},{"version":"44e97a08f75996d85b8dbc9a2cf101ad720ff34a59cd74325a75c89aecb8775c","signature":"beef8d28e42e8098ee4c70d607fd37876f0538444543ea7c00c37ae4b2a07c26"},{"version":"d6596b5cdd90c48174a29fa14492f5c76b45831f3befed31e374185a4b987b8e","signature":"bbaaf029f8d95b8484f0bbdfde57286bbbd954d88276f4a0455738c0a18da369"},{"version":"044c04b0a9ebefd9baf07671c6e2f53aec44d54c307c7264e6b2f31a012763c3","signature":"de0b7eb1ae03d2391a327c55079e5d9709f087edeadb8f74a4386df2f47aaf4c"},{"version":"0eb6b89b2c9356b0758c103db83fdf3ee8508ecafaf0d5009aa8371fe5ecef2e","signature":"b9c1d60d4f8900c7ed74149011cfdce16310ac12bb3144e8028ec3cbdd53c3c6"},{"version":"044831355b4511ea8aee4dd02b94c7be89be75f3db25577335b4535a7a7c7a6a","signature":"61bc53a3a6f0043187c42ecd64b60e44f3987a9e9009929e32bf3a6e5a66e4d1"},{"version":"a49d54a589682d91d20ce713ec3c0d75c761644d2ce4640cde20a3f5ca4a56a3","signature":"67c50b3b8071d3f13a002f2c356b0000829055d9d7bed55f539d9f4b2dabcdec"},{"version":"17a1a2c061d3a64e9ad6ea7949ab9cdb3336d9ae1151d75cd5e25e85824d5c6f","signature":"f4f6ead2f4f74fe9beeb52f468113257bc60f7e79532cc5254d2d0d1b08f9afb"},{"version":"e1abccf4fbb105a464a32016d6875f95810f3d9d5bc717d10e8907a974e363e9","signature":"a1f0c6b2dedc185d54c2088fd37552deb73ca1ef76e9764ffaa8900ab966b020"},{"version":"885acc4081975153ea126ea0ad5ba497ee52d61b28891ef317365eff00f3ee72","signature":"3c6cb6eb30fe7bc91ac8eb7cfcc928db14d8ae5e28526da1a16186d73ce7de85"},{"version":"cbb39985c52e8099a667ed1c97baba166ec63cb8ffef885a6d8e2eda0dbcc053","signature":"b692a3264ccfaaeb5a10fabab0c7191c9af5bfa1449d84735e65b3e5101cdf60"},{"version":"316f1486e15cbf7896425f0a16dfe12d447dd57cfb3244b8b119c77df870858f","impliedFormat":99},{"version":"0f11de467cedaec34d03294e9d11f9cf9850120355619db698350bcdbe856eb6","signature":"5e1fb4231441c1ed683c1996a74dd54dc290264d045caf252a186796e4aa7d19"},{"version":"87771a309f6bcb7ac95f025352ac8e80099c81555a4bf88628014002c58e4779","signature":"7fb6f7d62297862f6657da98546f1d36a83beef33679bc059f174ea04d069b2e"},{"version":"6521b89332fa72e104b47a36fa1bee4280f58a192bd8b4a15fcc33fd7b7254a6","signature":"4231a4680e47ac736fa76896cd123d8332ee8d624af3ff6b27c677c63f8a17fc"},{"version":"597ff997101567de154702d1e55f750cb2ffdb4133a8a6b8e3a884faefb0450e","signature":"7ab45cba34ff4b07183b600c190d08ee7f46a333b29df33f90d92d09f26f8a0a"},{"version":"c083d74c95db2c41596bf3eeb2504972c6895fd7868cce63517e2ce4fdc6d8ca","signature":"e48f92939d862f48a5df1a538d0f6bfb457705bb29278c2ce96fd71f70085dab"},{"version":"8882d0f04b23d05feb1327238c4244d728dd9097c4d7137c82431320b7104c26","signature":"8bcba71de3af915731c3241ae1e10d3a451f0acef5079bd845ef2435e507f7d4"},{"version":"901b0fe4c5c6ea9e492742c0bc3f92b7b3c6adefefc8c3efea720c5528a50feb","signature":"9116a67d068fdb736be720ad552ffb9c1fec3a75c5917c79009d8dadff558785"},{"version":"1a4dfc52b182e02dc64534eaaea67046a316294fd3d476ae52b713314cd8ff2f","signature":"409ebbd8f76d0dd842458929a1dbcc32b221ea7c87f0143bedb36365de61860c"},{"version":"ae6dd421675b83213fc27dc41921101b5d5c60bf2dea64e4b1bfe008ee1fdd53","signature":"9a385254e5b68cd9a8e46ffa3643ede1c2732c954bef2b283bfdf996266fa853"},{"version":"010877b2e077ff3bab01d3e56ae4fcf6c0f0b0d130b0ab5e69b076c9112d7579","signature":"827cf38852eeee7a4757a6732e58f3c71c14cd408edb3b812f773dbd07daa187"},{"version":"8be58dcd130c9be21348a9455ccd25cbe6db474e5bf5bf209776ffdb05ce67fa","signature":"3975b408d8919b62d0e3193b9240bdb485c27274bf7f7612df16950860c52cb4"},{"version":"60ac470bab7ee642b8bf1c7e4660d8b9b38f4557d2994dcf4ab96b18fc5d3aea","signature":"a26cbadc0c402df008a724a4facaf1cbddb8f91398806a6b46a2e1914e1327a6"},{"version":"28febe0c589a8eb22b3eb5131b7a39cacdc255a7258444fc34907cbd847000dd","signature":"1fed77218a5f2d69fe64a40261dd854a10a1233b734452dcb9900e5c885edef2"},{"version":"57869b06ec318b5c6a012e117f24622514ac2cec039b2db438f335602f15d3de","signature":"ce941fda4107de03c01963e69d793dd8f22d2beb9d00224d4f40d16c0ddcfe25"},{"version":"af4633a981a2803db11513240dc4a5e5ffb544cf4511a1ef3ee9a550590d3928","signature":"7eff35814174dde1ce311c61d2532f63e95d1d44b9e65915b44b5aca08977ef8"},{"version":"0a3711dccda1db739e6d4232e888d2d2374d1d5140d8c44cbe7781586c3e0506","signature":"af9efcf8f411686c4117bba9cf323dc71cac7618f65fe07b268e6a6fb1df650f"},{"version":"53e244a4a17f92c99b36abbc7469087c09fcf8d5f409102d09d34818f1357871","signature":"5c84834145e865c80dcb67cbde8a8cb5004030633214d943bfbea94ab5f0ba22"},{"version":"74d80f7317dc76bb96b3d506a7caa47023aad9f38dd85c6c956bffe1948f0ebf","signature":"b2e4e78bf3926e39443da920c7da9cfa8668c2a3be6ffefbe95d3fb105620d6f"},{"version":"8454e8b2f7ae5cfcf70b370f6176c762e6f80d6949f27240c7a117676e1ec767","signature":"e657bc2325eda6998c4612a03b8c14d07f3d1f313d5ded66e2321a9ed7e971e0"},{"version":"971a101bfd1f013884643f430e3011d0acc341c6b3c1988f21b485aac2e6bd2f","signature":"c8c7868cbd411db2df66545e44cdb73f9bc2e82eaab00ee94faa3a99de6dda97"},{"version":"348beb3dab0fca063abbd54bf061ea8f0380dae49ae19d4f7d15ccb3344e8baa","signature":"b899307e8d69aff94bddea150009a45a35520201d51c4713b7e490599a490963"},"b694a13e3eddc3734720f74c4815e9d0dd8418968d595fb7f5388dd59b007ad8",{"version":"35c42884c8a0d0ca9d2a9415f4b681cebc16317ec9ab6ccc6e315d57cedc123e","signature":"64f6b503d4a67451b2677c0d39e5129954120486e86e311916a7173b4691c4b5"},{"version":"77ec0fc8a7da9be97f2e59c94ec92b2d69ede7f1850464662d57d6e776c759fe","signature":"a99acfca3cc6de924aa417d99487e166e57e572a1c6fc6181369389199cd5118"},{"version":"f16006300349894ff48483bd455e11fe2e494366bd2412be93f54d1778ff8b48","signature":"7aac3671d54d2da450d4aa537aeac66d2340a69d93409d501c930a21fc64bab4"},{"version":"cae7f2081f9293081a16e30d9f082d316728ee079b58172b0b88e3b580ea53a0","signature":"13bc2c7f2d2cbbc8d81b2804119b86217900e8d3db58139786e3cceb7c3cdf9a"},{"version":"f3a2f142a5028a79cc387c075d545b00ea950a9ed9c44d543c02227ecf4178f7","signature":"9ad8f6c043f7f7cb56118fd09904ca0ba59e804f1be466729e99093644f9ba52"},{"version":"bfbeb0624b29c8b83a23a3f48d9dd357e00a85b09734ce88454d201ce297b112","signature":"973bf458f1ba484ea791c526993b1e79d946352060edf9318e0342bc0f64fcd3"},{"version":"77664c369960367fb49444c942d88b4d1124aeb6137f14c5c5e70ec76bc3e016","signature":"6ddcb2b9ac34d8e6ef2baa9c739809434828894ac1b55810b1331752a9aed612"},{"version":"a45d26da01e5373d171f89ce2107cdc6c96ec0f86aad20041f9b0b13040a1da0","signature":"bae9a400d0f19ec9f9a6ce455485be3c79dd1127bd0a71048f308832a1b8692f"},{"version":"84123e85edb08ac24a3eec14250cf5381ab514c9db852d09a0bec297d8503dab","signature":"4699fcf96add3a3f5d29ee4bc0cec1e1720bedf5357beaef985dd9fc32c12d2b"},{"version":"e9969992ac4d596b0cf8fd2ba5c819226a765cf214c2d62d8253e8f8d62d40c4","signature":"cd84fe280e59b07729c4cf796e8a49a87cddf93bb33b2825e3a2f7f48ff73223"},{"version":"dd848dcd2af6b03316a18c3624f484b0eca3c8c99d394a5226894c42e35eca4a","signature":"2c6e86dbef01edeaae162d4bdd8d6ded6ae7157d8033f7f1d83d9d30c35dbd4f"},{"version":"f27edc7036a57e747d5af9994828f47ea1cc926a0961aad3cfc4daacf34a7a62","signature":"869a74564ecbaecbc8ea7acdf108d787cabc060c35b733aadf7388294b9357cd"},{"version":"8f477c4fe7d6561cf3c5fd9f1c4f0cf12acf4ce600e6198bf81851d5abd715df","signature":"7e429741ed14480324f5707ae7d46afd8558c04519a86479545a656f9f80ce3f"},{"version":"c89624b14179033c0c50e5ae10e42da6e8fe250f4001d4fae437153b12df7552","signature":"7c91a8d4cf3e98532d942690da6fd9a59c626085be6793d9bd61aac09a7e4437"},{"version":"9ecf9ed1732ca87f5baab923aadbd8f745a34a9b5e4e9fa111686abffa69a152","signature":"5a84f2e529cd64f944c3639a5de2ef6ac89cdd1a2d0d816659089f3801224986"},{"version":"5378f9be8a1a20cddbccb02c0f05a512e36c9a6393dddff9cb3f0b66aa3d2bf5","signature":"237d1c6669258b048f539670199a94c2e39978b5e3f44de796082b5202658914"},{"version":"12e07b4ee946753b0a36eb19507e91932de59be22bdfb226a535269518d55663","signature":"16ae878d041b4bdd39542f4448ab3c51fe25a880515bb70a33715baf74f6e61f"},{"version":"d825770dd9d3dcc8b463fb7a9984fb8ca7b71a227c21dcb31b9a69b38eba7fbd","signature":"d3001abdb7b872a6bff32667a2a5c0c1b431082e79516f1f8f6224e2633443fb"},{"version":"7fdf4a5c311e3fc9df9e91ee27b5f52b0401cc9f93bb299fcbc061b0d64fb359","signature":"a72f22e7ed96f3534511f611ec5a6e76facde78e0c6ce19ecb90212fc418d5ce"},{"version":"f8b5ade5c5805ff7f012a3aa29cd4e94e50a45c472174074336b4edcbb34a17b","signature":"81501bfc716be01d42e3149d83281debfde2e06e4150793e029608131dd8170e"},{"version":"844bea442ecb2d2161a166b78dc7a9c874e7cdc3069813219e87fb20367995d2","signature":"25d21a661faccb0a323db359e5d7e2d54c418c6cd6eee0be2306cf29a9a0b395"},{"version":"3f203c222582295998b39bfe40a6eb3012ef45dbcfd66956309daedec9be7840","signature":"83e329b8fbbc9480448c202bb8aca8bd5642e9e815237e9cd707494e8eb7f579"},{"version":"a105e41de6c532f4611df40a25ed01f6a6d724b408718606e35dfb109cf40656","signature":"3b1394113fbe74eec37e7d19c12f31af5a061013d4ccddb0804ec292aff67205"},{"version":"bb58cb82edb5e0026aa244de32eda7ada03195248a1bb66feff34c9a07e9e083","signature":"28de80de367d2ab6b6071025ce8d101331a8bf82362638849b1dc36d2e61cdc2"},"5f81141518eb730a67934a61c31f32ab3a5492cd702653a4100646c69cbb9dc8","939633e00f2ea6185f3609585bad0f9b1df49976f7b24cc8bab450c90ddebc86","565dfc954191c29ae83528815b732305bcca3387276cb11e02a9ec99eff472dc","214bd51dbbfe2acb6a81a5e12d8a5b24251554c71b69ace96658599e0a080b2f","3cdc51792a880b313b7d2f17efa8d89941bc0ccd7d4a2db36731ed84c5d7abee","a4f06d634fb74cd6c7d491da51b2f3785413f4c6c6767c3809da1c33e9d76da3",{"version":"78937d70c3c2d92c5fe237ad7f5f5181d2b8654609f8def47fbc7b7159031394","signature":"eb1851f77cb0a8b3bdd189f7805e1b40f707545ec764baa6463b37b259df7c0e"},{"version":"9fa8f615d846e89c7c5f6f5bb4b6577be2e2b92f18639c88807b81d1d06bd2b7","signature":"359d9b79585195b2bed9b1b6d38ef21121886fc05beeb4334b3c8aaba47e39a7"},{"version":"f980bbf5d99981cb70dd1258e1786a68c227fb583e5f2df7ee4f6cf21badfdff","signature":"14e3fb94e3da67142bc201af6624c0177c5e88ef3cf22f9a8546c3e70aaeb2cc"},{"version":"6ec2a8ad26db0982ce27fdfbf5216165305ee67a4e5475b33c5e6949acba8241","signature":"4f9784a881ae683da53883d7eff7b6ac79d92359f706276b341a350a150335ec"},{"version":"8ec91079e5b848fbbc3c8141b116791863b9b6b6a409cc8373bab9ff2718e9e6","signature":"eae3d9e4f9c5ac8cc291f1b8746db7611f24016ef38cf4111f49d051661ba39c"},{"version":"b9048a52173b4e5d69cced24e4a7ea20fb9f64c402c2d133cedb6cf991ea6b7e","signature":"50667ce284f2755cf6d377366e294e326d668877d7b8736d79fa50198f82d9c3"},{"version":"4a43a0824995467d84ae2cf3d139d7256d7cd0ee354a85322f68e8b036316f8b","signature":"01e59f5eb66eb985d8574f24499e7b31ce7f849bf699767ccd3fa68979b074da"},{"version":"4ae77e44a4d968f8e33de1c653f45fe391eec4c25ba5fcda9d060c206f05c77c","signature":"d919062da38bc4606add5306747ef42b845f6ddd17c1165da10c4e338f41f4e1"},{"version":"e768c973ff7bfcbd147caea4d9c091f2e8d4a259e503c1ab2fda6b54ae8064b1","signature":"da9bd84e144bd72e79a4588f6964e5b1790ec8bb6d851666f522dfd927a0135b"},{"version":"17308de723c0261657341ebb22c57751e17647ca1fbc84fef2cd3084a0607a51","signature":"3b2263452853baedb40b411fdbd943d27e29a5dce05155bb2d030bb99c5b6dd1"},{"version":"11847ab522cddd17a856ce06e5a43bf84e3b24a8f830c1da45d018550524e711","signature":"f3a402e6f9104b47d1035f7d6f0a6b108757fdc19554a56e2702ac841040ce5c"},{"version":"76183af054213f8c5ae5b8ca210c2b578705da56f993594ef668735043555946","signature":"83474abcef720685610fc274455a8ed078c6b75b84b2284425885f6a493cbc94"},{"version":"350ff7e2efb01b9c26b783ec697a51d5a4ffbd61610b5a0b4e69b9fa557a0c2e","signature":"a19fd3b579f9626f29bddc7fc467626c2184760991158db05e06c414930852eb"},{"version":"d921d5bab9cec1a91cce1cd0a2619a91d0491588e188ce30dae5dbc667497b71","signature":"e850cb883fa9fceca00d05770f42b0dac7f1e093cf04c3e897d88b907787eec1"},{"version":"df4c188dff79da853f2b70718ca65db68a77cca29522da5d97f597e3dfb3dff8","signature":"56bc1f7673a7b2ced1816f8b7ce3e7ed6a3797b8a5aa2fff8ec55db9ed546096"},{"version":"8994d4d116d32485bd3184f8cad11ccd8f7b63605f54b100ca62a99d12f64a5b","signature":"40ecbfaedc01fc4b90135a5401a4c727a9751fe615ca173b5394484947320fe5"},{"version":"761841244cce63180c96acb338624ce359130d9d7e4a0c65cdba99d1367fac88","signature":"12745a5821d94d7b2e96d67551d2e9a6ef70bc641e9115e12355d8386a8a7668"},{"version":"d7de4a56e3c790682fa592b37766e7756b365fc81b4cb367ff4601c59551fed8","signature":"cb98b6049c74c535c57ae2e07869df1a6620798d2436ad22d32dc66232cb2d51"},{"version":"bf27110f9667c1d85121894c66a38a4031ca55e6f74ff6e0a9c4a3ec531b1c58","signature":"c3f5942fec59786fbdaf258a5e5f81f581bec9dd4077c525841c0b98bcd46c89"},{"version":"1ce556ca648d68b0fce6bc9c584012379f495dc59c11b027236d15598defeb34","signature":"2f0ed2aac108ecac781ac896b8326b7add6e56b0a80e4f52226b3eb99075d5d4"},{"version":"2094ea3809a1a8c4f8b4c2094a8bce6457e67711101bda324687b16cd70bda6b","signature":"8496f2ae8c5ae041faa4e6a2a0d655a978ff754ab67504ea5b09f905616937b2"},"3c876aab47e6a1c5fdf0f1fbed962d78c7bf5b603764489df116ce6dea96007d",{"version":"aa70b47c4f3cdaf1ab766c58f0b96bcf13b8c06ac9fb3eb8cf8abad109df0b2e","signature":"35d5a15ec22a0e48306096b264aeb21f8f9f914109e228cfc24f0fc73cdb338e"},{"version":"8a8239db4f6326fd2588071ada622ba96ebd7027e1a0e58d606395c7c21c92f2","signature":"f6c0e6a5a2ed5f16edd3666db4d4f83f89adedc064c3b96dd9a9d3126765d0b3"},"b0f9082b57a4e1b65e9974a22f309e9ee269ea2fe06670c71b0439f26e1e33e5",{"version":"5c539f10ae667ff08ebad47bd883849d75b3bc55faed0d06a4d4a4ace25f2546","signature":"0d4cba33dace0deefb879705da1f0f5112a6630149eb019362c7d9636d1ac260"},{"version":"5da7165eceeb375e28b077a8c5fc6e6d9bce6ae67363826492e019d4dcac75d5","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"810f6cdb8f8b2a1b322eda1e0e91b46eae63765451404ca70d1318705452b47b","signature":"47a69d9b0ce006c5f16741d44abec9032b6b07aad4828429a0c97949c9b918ef"},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"2eeffcee5c1661ddca53353929558037b8cf305ffb86a803512982f99bcab50d","impliedFormat":99},{"version":"9afb4cb864d297e4092a79ee2871b5d3143ea14153f62ef0bb04ede25f432030","affectsGlobalScope":true,"impliedFormat":99},{"version":"151ff381ef9ff8da2da9b9663ebf657eac35c4c9a19183420c05728f31a6761d","impliedFormat":1}],"root":[[58,77],[102,125],[134,136],[138,164],[415,431],[450,473],[475,520],[527,554]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":99,"noEmitOnError":false,"noFallthroughCasesInSwitch":true,"noImplicitAny":false,"noImplicitReturns":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","rootDir":"..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9},"referencedMap":[[382,1],[383,2],[394,2],[386,2],[374,2],[384,2],[306,2],[373,2],[389,2],[358,3],[366,2],[364,4],[370,1],[367,2],[368,5],[363,2],[365,2],[369,2],[410,6],[391,3],[282,3],[283,3],[281,3],[280,3],[284,3],[276,7],[404,7],[402,7],[278,2],[277,6],[405,6],[403,7],[275,6],[407,6],[406,6],[409,2],[401,7],[408,6],[385,2],[399,7],[400,7],[324,8],[325,1],[295,2],[296,8],[312,2],[396,2],[398,2],[397,2],[414,9],[412,2],[411,2],[413,2],[393,2],[346,1],[348,10],[354,11],[350,12],[351,12],[345,1],[352,12],[349,1],[347,1],[353,12],[292,13],[285,13],[294,14],[287,1],[311,1],[310,13],[309,13],[298,2],[297,15],[313,16],[286,13],[316,17],[314,2],[308,13],[315,7],[288,13],[291,1],[304,1],[307,18],[290,19],[305,1],[303,20],[299,7],[388,2],[387,2],[360,1],[274,21],[375,3],[361,2],[380,22],[381,22],[378,22],[359,3],[379,22],[362,3],[273,23],[272,6],[293,1],[376,2],[372,6],[390,2],[377,2],[320,2],[392,2],[322,24],[319,2],[395,1],[321,2],[323,25],[318,2],[357,2],[355,2],[371,2],[289,7],[268,1],[270,13],[317,1],[271,1],[269,13],[165,2],[356,3],[279,26],[343,27],[340,28],[341,2],[344,2],[342,2],[328,1],[327,2],[326,2],[301,2],[302,29],[300,7],[137,2],[267,30],[338,31],[337,32],[332,33],[339,34],[333,2],[334,2],[330,2],[331,2],[335,35],[329,36],[336,37],[474,38],[446,38],[84,2],[86,39],[81,2],[85,2],[87,40],[82,41],[83,41],[101,42],[80,2],[92,2],[91,43],[90,44],[93,44],[88,2],[98,44],[89,2],[79,2],[99,45],[97,2],[94,2],[95,2],[96,2],[78,2],[100,2],[56,2],[57,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[20,2],[21,2],[4,2],[22,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[5,2],[30,2],[31,2],[32,2],[33,2],[6,2],[37,2],[34,2],[35,2],[36,2],[38,2],[7,2],[39,2],[44,2],[45,2],[40,2],[41,2],[42,2],[43,2],[8,2],[49,2],[46,2],[47,2],[48,2],[50,2],[9,2],[51,2],[52,2],[53,2],[55,2],[54,2],[1,2],[557,46],[555,2],[558,2],[556,2],[546,47],[58,48],[534,49],[533,2],[480,50],[490,2],[478,51],[475,52],[476,53],[477,53],[489,53],[487,54],[495,55],[496,56],[482,57],[488,55],[493,55],[491,55],[483,55],[484,58],[479,59],[486,60],[485,57],[492,55],[473,2],[494,60],[481,61],[428,62],[502,63],[529,64],[535,65],[497,66],[512,67],[528,68],[499,69],[498,70],[458,71],[511,68],[459,72],[527,73],[472,74],[457,75],[538,76],[73,77],[514,78],[451,79],[431,80],[500,68],[530,81],[468,82],[466,83],[470,84],[471,85],[463,83],[464,83],[467,83],[469,68],[465,69],[460,86],[461,87],[537,68],[510,88],[520,89],[506,90],[507,91],[532,92],[505,93],[462,94],[425,95],[422,96],[423,97],[429,98],[424,99],[536,100],[456,101],[519,102],[501,98],[60,103],[117,104],[115,105],[549,106],[547,107],[69,108],[71,109],[68,110],[72,111],[66,108],[65,108],[70,112],[67,108],[64,113],[421,114],[450,115],[420,116],[75,117],[162,118],[121,119],[125,120],[164,121],[161,122],[124,123],[104,123],[160,123],[159,124],[123,125],[158,126],[417,127],[163,128],[118,129],[112,130],[550,131],[103,132],[415,133],[416,134],[156,135],[157,136],[122,128],[153,2],[134,137],[114,138],[76,117],[154,139],[113,117],[155,122],[152,140],[74,2],[119,117],[108,47],[109,141],[77,142],[102,143],[107,47],[106,47],[418,123],[419,144],[120,145],[504,146],[503,2],[105,47],[531,47],[62,103],[61,103],[508,147],[149,148],[151,149],[150,150],[148,151],[544,2],[541,2],[551,152],[545,2],[542,2],[543,2],[63,153],[553,154],[552,48],[426,155],[427,156],[513,157],[430,47],[110,158],[509,2],[111,159],[539,2],[143,160],[454,161],[455,162],[147,163],[144,160],[453,164],[452,160],[139,165],[554,166],[140,167],[142,168],[146,169],[145,170],[138,171],[141,172],[136,151],[135,2],[59,2],[516,173],[518,174],[540,175],[515,176],[517,2],[116,2],[548,2],[526,177],[522,178],[524,178],[525,178],[523,178],[521,2],[441,179],[449,180],[443,179],[434,179],[436,179],[433,179],[437,179],[442,181],[438,182],[440,179],[435,179],[439,179],[445,179],[448,183],[444,179],[447,184],[432,2],[126,2],[132,185],[130,185],[129,185],[131,185],[127,185],[128,185],[133,186],[215,187],[216,187],[217,188],[171,189],[218,190],[219,191],[220,192],[166,2],[169,193],[167,2],[168,2],[221,194],[222,195],[223,196],[224,197],[225,198],[226,199],[227,199],[228,200],[229,201],[230,202],[231,203],[172,2],[170,2],[232,204],[233,205],[234,206],[266,207],[235,208],[236,209],[237,210],[238,211],[239,212],[240,213],[241,214],[242,215],[243,216],[244,217],[245,217],[246,218],[247,2],[248,219],[250,220],[249,221],[251,222],[252,223],[253,224],[254,225],[255,226],[256,227],[257,228],[258,229],[259,230],[260,231],[261,232],[262,233],[263,234],[173,2],[174,2],[175,2],[214,235],[264,236],[265,237],[176,2],[192,238],[202,239],[191,238],[212,240],[183,241],[182,242],[211,30],[205,243],[210,244],[185,245],[199,246],[184,247],[208,248],[180,249],[179,30],[209,250],[181,251],[186,252],[187,2],[190,252],[177,2],[213,253],[203,254],[194,255],[195,256],[197,257],[193,258],[196,259],[206,30],[188,260],[189,261],[198,262],[178,263],[201,254],[200,252],[204,2],[207,264]],"latestChangedDtsFile":"./src/mcp-tools/security-tools.d.ts","version":"5.9.3"}
1
+ {"fileNames":["../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../../../../../opt/homebrew/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/autopilot-state.ts","../src/types.ts","../src/config-adapter.ts","../src/parser.ts","../src/output.ts","../src/prompt.ts","../src/init/types.ts","../src/init/settings-generator.ts","../src/init/mcp-generator.ts","../src/init/statusline-generator.ts","../src/init/helpers-generator.ts","../src/init/claudemd-generator.ts","../src/init/shared-instructions-generator.ts","../src/init/executor.ts","../src/init/index.ts","../src/commands/init.ts","../src/mcp-tools/types.ts","../src/mcp-tools/agent-tools.ts","../src/mcp-tools/swarm-tools.ts","../src/memory/memory-bridge.ts","../src/memory/memory-initializer.ts","../src/mcp-tools/memory-tools.ts","../src/mcp-tools/config-tools.ts","../src/monovector/route-outcomes.ts","../src/monovector/command-outcomes.ts","../src/memory/sona-optimizer.ts","../src/memory/ewc-consolidation.ts","../src/memory/intelligence.ts","../src/services/headless-worker-executor.ts","../src/services/worker-daemon.ts","../src/mcp-tools/hooks-tools.ts","../src/mcp-tools/task-tools.ts","../src/mcp-tools/session-tools.ts","../src/consensus/vote-signer.ts","../src/utils/parse-jsonl.ts","../src/consensus/audit-writer.ts","../src/mcp-tools/hive-mind-tools.ts","../src/mcp-tools/workflow-tools.ts","../src/monovector/diff-classifier.ts","../src/mcp-tools/analyze-tools.ts","../src/mcp-tools/progress-tools.ts","../src/mcp-tools/embeddings-tools.ts","../src/mcp-tools/claims-tools.ts","../src/mcp-tools/auto-install.ts","../src/mcp-tools/security-tools.ts","../src/transfer/types.ts","../src/transfer/store/types.ts","../src/transfer/store/registry.ts","../src/transfer/storage/gcs.ts","../src/transfer/store/discovery.ts","../src/transfer/store/search.ts","../src/transfer/store/download.ts","../src/transfer/anonymization/index.ts","../src/transfer/ipfs/upload.ts","../src/transfer/store/publish.ts","../src/transfer/store/index.ts","../src/transfer/ipfs/client.ts","../src/plugins/store/types.ts","../src/plugins/store/discovery.ts","../src/plugins/store/search.ts","../src/plugins/store/index.ts","../src/mcp-tools/transfer-tools.ts","../src/mcp-tools/request-tracker.ts","../src/mcp-tools/system-tools.ts","../src/mcp-tools/terminal-tools.ts","../src/mcp-tools/neural-tools.ts","../src/mcp-tools/performance-tools.ts","../src/mcp-tools/github-tools.ts","../src/mcp-tools/daa-tools.ts","../src/mcp-tools/coordination-tools.ts","../src/mcp-tools/browser-tools.ts","../src/mcp-tools/agentdb-tools.ts","../src/mcp-tools/guidance-tools.ts","../src/mcp-tools/autopilot-tools.ts","../src/mcp-tools/monograph-compat.ts","../src/mcp-tools/monograph-tools.ts","../src/mcp-tools/graphify-tools.ts","../src/monovector/coverage-router.ts","../src/monovector/coverage-tools.ts","../src/mcp-tools/a2a-tools.ts","../src/mcp-client.ts","../src/commands/start.ts","../src/commands/status.ts","../src/commands/task.ts","../src/commands/session.ts","../src/routing/llm-caller.ts","../src/routing/route-layer-factory.ts","../src/commands/agent.ts","../src/commands/swarm.ts","../src/services/config-file-manager.ts","../src/commands/memory.ts","../src/mcp-server.ts","../src/commands/mcp.ts","../src/transfer/serialization/cfp.ts","../src/transfer/models/seraphine.ts","../src/transfer/export.ts","../src/transfer/index.ts","../src/commands/transfer-store.ts","../src/commands/hooks.ts","../src/commands/daemon.ts","../src/commands/doctor.ts","../src/commands/neural.ts","../src/commands/performance.ts","../src/commands/security.ts","../src/commands/monovector/init.ts","../src/commands/monovector/migrate.ts","../src/commands/monovector/status.ts","../src/commands/monovector/benchmark.ts","../src/commands/monovector/optimize.ts","../src/commands/monovector/backup.ts","../src/commands/monovector/setup.ts","../src/commands/monovector/import.ts","../src/commands/monovector/index.ts","../src/commands/hive-mind.ts","../src/browser/types.ts","../src/browser/cdp.ts","../src/browser/console-log.ts","../src/browser/dialog.ts","../src/browser/browser.ts","../src/browser/snapshot.ts","../src/browser/actions.ts","../src/browser/wait.ts","../src/browser/network.ts","../src/browser/screenshot.ts","../src/browser/session.ts","../src/browser/tabs.ts","../src/browser/storage.ts","../src/browser/find.ts","../src/browser/pdf.ts","../src/browser/emulation.ts","../src/browser/batch.ts","../src/browser/record.ts","../src/browser/trace.ts","../src/browser/profiler.ts","../src/browser/vitals.ts","../src/browser/har.ts","../src/browser/index.ts","../src/commands/browse.ts","../src/commands/config.ts","../src/commands/completions.ts","../src/commands/migrate.ts","../src/commands/workflow.ts","../src/commands/analyze.ts","../src/monovector/init-state.ts","../src/monovector/index.ts","../src/commands/route.ts","../src/commands/progress.ts","../src/commands/providers.ts","../src/plugins/manager.ts","../src/services/registry-api.ts","../src/commands/plugins.ts","../src/commands/deployment.ts","../src/commands/claims.ts","../src/services/claim-service.ts","../src/commands/issues.ts","../src/update/rate-limiter.ts","../src/update/checker.ts","../src/update/validator.ts","../src/update/executor.ts","../src/commands/update.ts","../src/commands/process.ts","../src/commands/guidance.ts","../src/commands/cleanup.ts","../src/commands/autopilot.ts","../src/commands/monograph.ts","../src/observability/replay-reader.ts","../src/commands/replay.ts","../src/benchmarks/metric-evaluators.ts","../src/benchmarks/benchmark-runner.ts","../src/commands/benchmark.ts","../src/commands/tokens.ts","../src/commands/platforms.ts","../src/commands/index.ts","../src/suggest.ts","../src/update/index.ts","../src/production/error-handler.ts","../src/production/rate-limiter.ts","../src/production/retry.ts","../src/production/circuit-breaker.ts","../src/production/monitoring.ts","../src/agents/registry-builder.ts","../src/index.ts","../src/vendor.d.ts","../src/dlq/dlq-replayer.ts","../src/mcp-tools/index.ts","../src/production/index.ts","../src/routing/embedder.ts","../src/routing/embed-worker.ts","../src/transfer/storage/index.ts"],"fileIdsList":[[225],[172,173,177],[172,173,174,175],[172],[173],[172,173,177,178],[172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193],[172,173],[172,173,180],[172,173,176],[173,178],[172,173,176,178],[59,62,63,138,144],[59,62,138],[58,59,62],[59,62,78,226],[59,62,194],[59,62],[59,62,63,147],[59,62,87],[59,62,81],[59,62,63,138],[59,62,63,78,85,138,155],[59,73,139,140,141,142,145,146,148,150,155,156,157,158,159,160,161,170,171,195,196,197,198,199,200,203,204,205,208,209,210,212,217,218,219,220,221,222,224,227,228,229],[59,62,63,72],[59,62,211],[59,62,63,138,149],[59,62,63,78,138,147],[59,62,63],[59,62,162,163,164,165,166,167,168,169],[59,62,78,85],[59,62,118,206,207],[59],[59,62,147],[59,62,223],[59,62,135,144,202],[59,62,63,73,138],[59,62,154],[59,62,213,214,216],[91,92],[92],[59,61,62,63,78,85,147,149,230,231,232,233,234,235,236,237,238],[64],[64,65,66,67,68,69,70],[64,67],[64,65,66,67,68,69,71],[74,75,76,79,80,88,89,90,94,95,97,98,99,100,102,119,121,122,123,124,125,126,127,128,129,130,131,133,134,136,137],[78,120,138],[74],[74,77],[74,96],[58,74],[74,78,85],[74,133],[74,77,91,93],[74,77,78,81,82,83,84,85,87],[74,75,76,79,80,88,89,90,94,95,97,98,99,100,102,119,121,122,123,124,125,126,127,128,129,130,131,133,134,137],[74,78],[74,132],[74,101],[74,77,120],[74,110,113,114,118],[77,78,84],[77,240],[74,135],[81,96,201],[114,115],[115,116,117],[115],[103],[233,234,235,236,237],[244],[143],[87],[77,86],[103,110,111,151,152],[103,110,111,113,151,152,153],[103,151],[106],[104,105,106],[103,104,105,106],[103,104,105,107,108,109,112],[103,104,105,106,110,111],[104],[213],[214,215],[213,214,215,216]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"005021502d0d965d445432a308176c2d168675eb39658d7fca52eb6ff6adf65c","signature":"ad1a955e0997bbaf77a7aeb3352650b9241740314fc89f1eb0f802fd07974873"},{"version":"77ca5596486e1dc553186feb2576a460ae0f253d6a23b37c21d09b6ee2505190","signature":"a82c06b73c8eeafa43aa02b01b128c0a818898fe2962e6e7d4148347c30684d6"},{"version":"c9023bb1bcef1084bf2f802f175170c97f7c23b4d6c2c4afb2af1595fb543008","signature":"a0c3450b7d1f8012f577d627b9c74fc5aa82940c115cbbf01d2476378a08e0c9"},{"version":"ac8f8b4c62b229fa2a05efe77fe4ac84d35e4899726a3ddbc67c96e2c9a7abbf","signature":"7ff9199f81b30c76acd2878bbcc9b7ba3312985ec6673fa3e221db0f5114e75c"},{"version":"8664d46512065a13397255729b483b089da301015ab5ccfa05365d704e6d161c","signature":"9fc67432f746cd809b74b09e074467926eb58681010d9776da790a77f41dfafd"},{"version":"8b2d9f3c09d221b4ededb40a208837d81572209e535ba58c5a44aa11e523c056","signature":"439cc5e6f50d3ec7adb597c9856db18ff8cb94f6cd5c418e4f51564608a416f3"},{"version":"a54e1580cd74165c33ea192c517c8c091211c6215714b6145914050f97d4436d","signature":"43a40a30271e7b7652620fc6df4dbd465cf60c4e55c317da8b6c60300e31777c"},{"version":"49812931ba9b0d620ddd9bc6bfe6063ccb64b9cb99041aeddfcebf91f1626f68","signature":"a9674ae618d708512b2b42263855f8ea54df63e9f50fe86fb6f57b0aa58fd003"},{"version":"b0c2a7b6836ec0c64aa3c03fafeffea8b59ef52c2c05a5f2275afdc1aa0f8d3e","signature":"8782d61e5aa7a5b6a87418c4dd1c48ebba95a06f2432b7f7bb91e7e381914887"},{"version":"4e6ddcc5c8eb71227852bbbff52b842911391b2811d8f264ddc915345a9a8cf2","signature":"5c902a99cc32eebb8091b2f5817c5616442ff42808d6c4e46084c016aec0ea15"},{"version":"8ede56a724587630cb5003d70f45a3d3470c137393dff99ecd7c7e22037a2968","signature":"dfe33bd6222a4bb38d4ead4fc448e4453879201f88ecf82ae1c38e6bbfc8fd4e"},{"version":"2efef0975aa902dc19e222038942fa14c0746293a07ff71fc0728eef5026ec8b","signature":"bb821ced0d372f0e26011627669abdc5e64d3285b39c41610e76cfd5c5863cf1"},{"version":"019e7d0655430e823859bd3e1a9a51db1f0fdbe54afa3fae7ff3a5e937e8687a","signature":"08bce4b8dd375caba13e04eaa2348730da44744b0d2da7fa8e242cd6dd677dca"},{"version":"ad107d26a495556b5c26071447d04df6d84ecdacb0caa74e849f839c3bfed49b","signature":"3ac2b12802234bcdfb01ef28dd5cbb921eb6024bbc955f69973072eab657e399"},{"version":"290d5c10b76e9eac22a7385fa7248c4d887d5f853f50e30ce3e919581714859c","signature":"dbe76d0cc4e025e6c5453ff6ccfda6b6aa6c91c2a54d5353f965aa2dcafb2f6b"},{"version":"cfd56923f51ade2591adee46105f9fea38c959bfae5db640eb6c14fc2c9bef97","signature":"313a58fe16643b9c25e8528d06bae297bb5e449c743aa56a5cb14e203a0da572"},{"version":"1db2be21f49a0ba12efbb1c0650e8f9d3acd37b8e0fe2aec7fe7442336dd0e45","signature":"9b38362cfe2e2a07fd2eb212cc20623b3bdf900ec8020accb9197f31a87db18b"},{"version":"592562e7cf01ab3223a97b2e5a092c4902475e815e1bdd5b7e29bfb7e7177ddc","signature":"c3ff7e0bf165cd4fed9a15e52baeaa9ad4954144c87b608ca6d22e90284edf0c"},{"version":"6dc03eda16f2b1d561ffe4c8e4648a13580847ce22a762e533e2f120677aa65a","signature":"8b59b68bedf9878b96ed4a2a8986f64213d18106619ef3279dbf9cc8d306e5ea"},{"version":"96e15d0302e7aae2d0dc33a2c2341631ef69f5ac676b9e286ef17f68076ba068","signature":"f709f169ec7ded4b70f74e7f56f79cedb4b95c6c7b209dd22ce12db047983423"},{"version":"e4a69476340b36387654701f076b9e8217b3c6ba7ecaf59d59f754f9529b4908","signature":"f3531aafb713841e7852162bc3e638fd486ba47c974334389ee9d92ed2f9ff45"},{"version":"2052ed8d72efdf28c46c874ba419c50c81a3b9b28166d7c21f3cb0abc53d3952","signature":"5976b0e28e07284d7b16ee4729b5e127eaebcbf53b3b8da861cbd6cb8b84e1ea"},{"version":"0b20c5c93de2ed61b2973d3e31092007164f56b45b07e6476adca2bff6c33d44","signature":"2be24f86390ef11f04a1054389a2c729f702feee50b0c414307797dd555c40b7"},{"version":"ec5f48e12a2e6fc3f5c0dfb46122c5c62685142d7858b5712f50b1dc041e1db8","signature":"606a44a84cde167a8e847025da0a9c0a08cd0cfc53f07480218ae81882968154"},{"version":"20176314a50f393796dd5e1d3f779518d495b31162f609844270a0111f5f073f","signature":"4f7556a767ea39a1806cf2dffc0d5f49dbef44bfa232e2e0a49a60edd58400bd"},{"version":"f82be068fdcd409b0e9ebd8ae3b5c98e7e8417930bf6f68e65ae139f1cdf6961","signature":"601e0fcaa531d9dae6a73f9b63aa2c755a8c25398065e65aa42f762c5c5b24c8"},{"version":"e601a320ea1f2e9ba8258e2b798b1d797caaf03113da43b45b83ca1fc941afdd","signature":"be3fa75b0fd4c0154999e6d4584bc55564d0df88449350e9c4b1280a377e3174"},{"version":"3a3df626cca6d13128703a42fae198905d7e1a59bd21c80fd133e8ba8475ce93","signature":"c2d25acf5bf545b9b335015224b3f133b01100f7064b6ff981a4421a91a74fe1"},{"version":"7094625ab6e90455f1400665ab9a68ffe76021d25477c4468703cb72f2ccaef0","signature":"4378bc1489e1cc4de884784fb74a74b9906806d1e8d6c6b98f220142130db5b5"},{"version":"d4a4a7681e6c6c2b3cc32307bd89271bad1e23667704b38515b9b4db77dadd13","signature":"12d24a257db1d40436288164a40cd2eb836d604632ba9d3ab6fcb72df232b2a2"},{"version":"df2c660f20d2e92774c3bdaef0951a692f950bfc2506e63ee4a2eaffe17b8235","signature":"ec9d0589a7e90fcf572eed965cc7c886c6be5f2964f83dc1a61c1103122fd563"},{"version":"241afd327ba3db22c98fd330ac1af3c45b884e3cf7b237a509cf791472303d86","signature":"d5a7a163d62b4629a572e40767a242ccfc9222c01841d29ba911a1cf918195ed"},{"version":"0091fb69a7b07be040ea2091417b780b6b327ba586daacc91dceeb15260c0122","signature":"8cb2c2c57190ca632813d701ac4edbacb85b3fa732c26b4f4df90f3e5c346212"},{"version":"2dff0a7f135027057167a2cd60460a45985c3cdc2647c1d87a2187501b5757fe","signature":"02aeaa0f7e70ec5b0382a750f6725ac2e664ca3d84c040243ff9ba51a80cb8da"},{"version":"3357ada71152995f7fbe29b9dcb851401fc44bbdc8155698333805e693cc6802","signature":"fbedc888fba3c39529b42fedca9c04ae908d946882a4cc6a6ac23367e52b8456"},{"version":"c1a5ba3d70b57b5396a6b205728796a25611d19673a728e9cdc29d5d54606b41","signature":"7730517168e4493a13ead05cbfc196eb48cc30e4389c60d4a3c6123326573e9f"},{"version":"d7215fee089b6e77ab84cdfb7055506dec91c45ef91f6c8bf2875fd4423e871f","signature":"c19e5b92d4f64e0df134a5f583a9f8b932d0fcb40039f894353d55eeac3c7f4a"},{"version":"a878383a1adff86fdc82507d0121d4056760b8f46f4a5f536043c8f1cb131dec","signature":"05b9a48c2b26a427e68b080eeeb3412f5b9ca993dec4fba168027305c4c5b0d4"},{"version":"4d36891972dadfa2fc8f1141d53b4cd0ae57a6a707442485ac571c54a6a484ed","signature":"b5dafa2e9099743da4949b75d974fe6fc97fa8e010af9a75738ae0f40e711ec6"},{"version":"51d5b34a62002bd7256b87f6dadac37360998f02c39e8710202b137ffc499ef3","signature":"119bce40c4342d684ec53be497c93ebadee207d8e8e857b6524d0436e212de32"},{"version":"262e84b342c90690b99329ce043213d1976ce40d03b3123c57eab3cb26da2615","signature":"fe9e8da1ed88f6a7b6c865a60c93e43eb1e9a49725742e00a41bc83acaaf159e"},{"version":"3fb4b24161a74c0762112c99f81b067ff82baea5b3d6e91f17580ced2202573f","signature":"785096d1f449339bb1b927ce3f8b127887a54ac51ef921aca235607ebcf09bb3"},{"version":"d3743013460622f05dc84ef02d5b8839c24697dc0205336a87b73881dc42ed35","signature":"495572ebe0c0807d09f7df41f83731cf22e4fea34b0d82ad418675c2895061b4"},{"version":"8de96e3510172d0cc733505197402ae3b765ebeb8b2859f2b3e17355cc5827e5","signature":"15eae50b3ca23d45fef864a75a4808ac27bb6e9bec55d13d77983277d6022888"},{"version":"0a4b9d579ca8b88f2938963067d739875a058cbfb0ba84f074baa00130426b4b","signature":"87edcc1c2c341cfcfcf5e4481603209b50a898d3792c6ceae87745f370e3241f"},{"version":"2d265f914a59e38cc78a1045f6f24b0f28e6ccddcf9c5a0edaa0326ffbe2beb5","signature":"07a40cdbe57c116c3949ece13cfb53fda7a916f27b900fcb94e61ea7ef881370"},{"version":"7a2306594011deebb3728a4f8cac17ab8dbeaaecb543ed5c3d918a95dd25c38c","signature":"afe78f6934adebf678b544966b291e9955f21a055c3ae0208d72be025c357cd9"},{"version":"fed4c8285249017d021d91c4f4915d7ac1e6b41e0355845004a043457329c3fc","signature":"c31efd7ecaccd5594e674736f1e961ec9c4d8deef6408bb0f04897b2e83a8073"},{"version":"6979e606d54d218f3f58d6df9148b4ed780803bc9f432023dc05287c965456cb","signature":"104dfd401c66d05d11cb3eb23c6323eccdaaa746c6026739805fbb1e8b803686"},{"version":"fac92644e589911b4b0b524676055538ddedc5490257fcf8a62392aef9f4f992","signature":"11af60db3cb4727044a346f5426cf4f0e4f7cf40a8f32c3712a0115e22f4c1b7"},{"version":"232e10f1db94ace12d112b0f0a7b89abdf56f7e1b3375c269c59c2f117ad65fd","signature":"45b9a75d4b7ce07ad70b945005f1bb37de80620c8542de769b771299824272ae"},{"version":"d09f823e346e519342c90c94ee41ae63574ec7171707300ccab96212ddbf556f","signature":"f8151f0a10b9a382e924ee9dd48bb70a1cb472d8e46e36efda28fe071bd9628d"},{"version":"f8757026a4a24dd575cfa0eadd7c6a2e6599c8f8fa936f679ed3531d5ad26a58","signature":"bd277faebb64b27ea4e3e80b43ac5c2481c229e67b8cf0f2c2baba07069d549d"},{"version":"fd9079f8edcbf1cb9412ed01f8a8c288f211eaac534e6b40171f169dc5f2f3ca","signature":"4e887b4dceecee3c589215d58169326e28a4663ac3f4b5a2ec3197621588f701"},{"version":"f06b32dc2e1fcb1ab149406a33a52f21287d1214bc07d0b98885083cf4c72972","signature":"7157c7244807e9f05428fa6e185c3b410705f60519405e4b6940970d5b70004a"},{"version":"a9a2ae64321f8abd7204780429f5180d6b6262c4e00a4e60c46f2d764c5bdac2","signature":"1b003726b945a84d53637c7a2cad44cc3cb3ecfa744273db11a7853c276b02a7"},{"version":"77973c75759794914f62ac9569c664d94682722760a5871c0a76c4fea0320de8","signature":"655dd25f3d8fdfd078f91ef5b8d8138007ac54456731ef1cf754b98f83fffa35"},{"version":"d303e2e2cd9194439cfd9cc14ce1920fb7e2acb3372778c408b5991a64dbf9dd","signature":"fb98733b8015302595215898a0c6d40a525a3c198632d65108c1b565ddb9ea00"},{"version":"db78fe2a0b91deb2551dc3a91b5e45ba0e0f8995314718f93350f7446f28f1b6","signature":"12e7b5ff3f9dc599ab177627d0aff2323d810c6746c5d6ad691c4c4a0cb26899"},{"version":"c55cab716004c9bfab7e67ffef89b7ec6ed2709b61e3a47e43014af1dca54132","signature":"248fcb53ccf47da8869aa113db6f7cf22914d12d48f87492075cd13018eddc3f"},{"version":"f38915a7493c4432862193c0ace42e9a0c6765f9dc0d1e29413b6cff68cccb4a","signature":"0f787c78eaafc7c2e8e80e3e65aa7ff3ced6ca6a6904b37f9833bc5c744aa510"},{"version":"2f6b64b4ecf94ff403de23e56f6d4c8e9dafde5de427467d713171343a019027","signature":"dd9b45a881269fd809f8bf16d8a4926526621a0335d5744e29ed0c8d7a1041cd"},{"version":"7e01f2b491a35ac55a76627f21c481a8f0e7bb49f2e104a55783b913447133ea","signature":"6f9f1cddc57ac9508d8a35cb9efb08d7f7e8ae8346bcc4b90069653ee8c33f4b"},{"version":"45fd886427b54905f9d78346101423fec4b34d2afe839658c8dbb6ec55497b43","signature":"9f60dbaa89ff8fc3d894e4efd0849f227e2b8001a6dbeb509adcba908cbbcc12"},{"version":"df7cb14bed81f9fa0744cf0f9d72627794bcde72c1dc06e1b73222998e350c63","signature":"921c035b25e0089d4d2486a175c8b8f9ef050b00fcb35fde1594ab764bea0a2c"},{"version":"9297f31a54ffcff551dbccae89ded1608a2e77988324a05751f9e3ad7b6f68a7","signature":"03a630eeb20abce256f6ad8b9936ae3e9d6ef3a3eabffba78a8695870eadbde1"},{"version":"bec35cc624b84dfa26890adeb9c5d1c64dbebdbc9ad011c2832374f4f4face6d","signature":"0d69b207d159ef9e1bfc7ee6a43237accf06c6400dd249a547393ce8563c3307"},{"version":"27e9bd655aca19f0e51486c97b134ea3a468621a3f2bc586821301cc2a969ae9","signature":"067ffa16ed72a6fd557fb28bfa61fc41b454b0bbb99a621e5dfbee286b2b9a2a"},{"version":"6443998599a7c57d434346d53245ce70c78479dc466065d80a3edeb3d0a51934","signature":"6b542e5b7c8d677aec18d4ff76c1d25c19ffb92a8bf1c9adec537900b6b10ef9"},{"version":"0695e9edc839a3803aac07158504ed2046fdb6e7600cb5d1e2ab9b3f79995c1e","signature":"d100f12f5bf3d20018a16f8141566c0e64f371454a3bf602616e354cde9458be"},{"version":"27a94df074aada7b2ff247d393fee72e9b9e5e09709c346773679a4d065a4c0b","signature":"4a3ffe148a19f4ccba71c9697072b73e40c1417d29da06569c41286ba7b3793e"},{"version":"1f80006458da7d7f55f287611dc2b7ca1758affa9b373b5761878f4d3190391f","signature":"babdb97d21cdcde77722734489bc71dec97e6e28f5eca013bda236f78dc9238d"},{"version":"6683b4bcbf23e7c101b512f718bd741e4f2ad23ef4074f295c63bc5454530809","signature":"c032a9174895160596635d5cccddb64644ccb247f3c9b4c82bab0d894b61b0a8"},{"version":"5ca3b47489ddafc32aaf1dae06113a64d5f05d0870ca03bf61eaadade917df09","signature":"3e4e8eb835e4a04761743c5c3693bf8e69c22d9b014f274459e67611ebb83c62"},{"version":"ce38b357a91a2d112cd020812f5a80080e4006f78bfb0c775da94395a1d38b1f","signature":"2c597604c761f1ac57a0307515a60f9dc54ebe726429d7c53991426c04e5dc8a"},{"version":"80f4ba803ddec757aa7833d58c8613c195ff801684ba295c85273d25c1e6ce72","signature":"73ac27da6bd444cd5d861a37ecb8b49cb4e73c420ab096b8be6612d20f64040c"},{"version":"6213284c8fdb2329e08b9a0a2bc601df883d9861e92538d97a31345a84c2b22a","signature":"dede8928304a34987394d7c2b832704627f20236480e2593dd55e5126047ae9d"},{"version":"6e247040913546c0a2d9cc8eaf0851d93673cc33ee9956cd61df012a190d5f9e","signature":"9e1da3d1b81b81bbc80980bedb3e703bdc724e8b458a23abc9689331abb12b09"},{"version":"bf978d91dac4221c3928761197afb1defdffda5be4e31597ad5610d98bcb81a2","signature":"9fdbdafa9925f1f6454f08a076a6f6566d499c47dcf5143b998bed85dc786d40"},{"version":"f53bde5a91143669ebcf66d176d5cbb4607049cf913b127ed3351531d1ff8470","signature":"cf9aef9bb48634cd5eb152d6d0c5bfc71062dd94536831673603a6b1489855e6"},{"version":"709c56278ce4fbe4900ce9d1c01764aea01017e73114d60cec3bc4efb22e3c0c","signature":"aebcafb5b3773956f4885b529ffed240df0a99a6f9ecd3e64c4032ff158bbbfa"},{"version":"bc4148b1c4ab359c5ef72d3d3032fad4d6fef056a487e91415b01d25d37fd42e","signature":"475ba9a22722689ee3d897a004d5409844102ed8360914dc2616395f5a70ebca"},{"version":"7b5eaaec3c46dfb37c02d9d4c1873eaaf59efd1c4c4db985fa565d1d44f09fd2","signature":"1acff429efef0a334d62b7d026951dc6c62496f9ceac9cc3f246a2688c2d6320"},{"version":"9d39b42a850b04ead6f963514e7ec45f4736f327d8061ec9be857c71ffffae55","signature":"10eae2eab08e0fe9cd5bce71ad6a6e0d8440a2ac16efe58f466d6f8ca08d56ea"},{"version":"76182b1f90c29ee35dad78145dbf9da2e1ff6e96e093977bd40c8b84eac3594e","signature":"8f73e4f6f66d2ac0f6d1f534084954d7f33de3116ad19be8991cfdc6b1c6c198"},{"version":"666eefe5d45877424f01cc2ed11ddce970ae73ce40e5b4ce62dc5df9d532faca","signature":"afa815aa13173b5794fe0c6dd4e20687dc5f89292798e3cd274eab88f4a2263e"},{"version":"9832b99a6fd3501e373e7da8b3e640dfcaddc8e339925869e5ed1cb8dfc5afcb","signature":"ee12a0a2ef8bef5c757a569afe25f18afdae2444aad30dee7141a6ca2d562ccf"},{"version":"3db940a97fe98e1f25c903b745db12172863b6277c54b396b3b00520c852faa3","signature":"858f732f6c1e96c93efd4ec9c522eda5fb31fbeb0aa0a4a787f8693e9bc7dd5f"},{"version":"2b7601696b15b0f86e4f9e060f44d4833824ad8ccc9beb35812757684f6851e2","signature":"348ca7de0c751c9a58bb4a180374b4840cc291da918d41ba9be0fc5059b27272"},{"version":"f18c8a65a8959172b9a59546a598cd49140469a5a5e523e46b405f720f676645","signature":"e004ff9c78daaa903ce18fee6718cf9ed0f193bfeb1f965de005d9bbaa210d45"},{"version":"f3bb9a7a5839d0b61ed9241b15fd6f20305a3398fb798b9da28649d183e89ddd","signature":"57cf77fc762b8eac230aa07ca74463477a244f07891e9f730f2a03cd6e854baa"},{"version":"8ff89644bd13a7452c592c1b6265803a50aba555dd777bfec891e7600d4ec539","signature":"584f758d367a35335e1c04ccdf90967eb9d3d24d023cab5fba74f6bdd4e2ccbd"},{"version":"45f6099ac22aa3bfb0e0ced21afca32bca074988a521bd93741b9276c28c665b","signature":"623ecc62b6a1c0763086d6b59e4fbe2d5de72b44599e816e585ef3ce7572e190"},{"version":"4d9b5993e5de4b6f6f43447885176c3fb23d2df3149963b1422546cd5eb096dc","signature":"08ac7205dde69dfaff08e0b36d0b1eeb17cd2129ca2ee7532371776594b4f027"},{"version":"529d6bf5bfbf853fb5505f1b4935e9db8593187f341c002b06b0c3a99b069bce","signature":"d71783fa4d7b35cedba2ee1cd13acfe2e37f2055c5616753d798632a924a9681"},{"version":"72616e272838ec2c6de803d6d1ce988632eb1fdfa432f95405c8ac4c01fec9b2","signature":"2e56b738b6e215268c0d9c98f6e3df607f1b533aa54be8de36da000186b31875"},{"version":"8173754e0733216f22ec9e7ff2c5f8b4f635b862a8af1130702ffb5fac86604a","signature":"dabe688525344d016fc279dd1a846a8423215143f688586a8e79d8f9e0b48a7e"},{"version":"3f612b75e7011ff2a055122d599eb81eaf8fe52fd9d6df84ee3080c0ce6dd3d4","signature":"11d822d9206384a32f55217869a07028841997cb49636fa74f66c9ae4bfac71e"},{"version":"92686cb6ed523e09512c3b1633f700befa836fe41431e853e7b9e8a0038b13ca","signature":"90c3438c2545b858eb74e1406276b69bc10d7b642b8918a3fa2c74e628c07d37"},{"version":"e017ba497d6b1d764db153a8df7fa9a9c7f769328edcbaaff44447eb3e86db28","signature":"47ce099b7a1a950dc8e1276771e132ed74ffeed412d927da35a1405d2efcea68"},{"version":"ea492adc0ddc95c270d7df0917653566a6f495581782fa18a0c6bffbed6dfc84","signature":"0f980a5abe4a0ca075b6289905429f1c906029e0417eb672f36d7a53a0aebec4"},{"version":"96c45e28da3b1a4b8b61a036f2605e7cffef173cf16469763c5abae14dd18c2f","signature":"3f9400317cad12606802c9c1de6bdf3d56cc24c1fc73ce66fe7cc609b0d39e8b"},{"version":"2b2545a97a9bc237881a429006bd5858544c978c219a98aa6ad12b8c7977162e","signature":"b7939bed421fc56449821f7abcbb15ce559f2e90d5d4e3375aa449d9fcab3a50"},{"version":"2e049d637b2368f523233f3b9cb4dadb8fa68645ba8cdefd8b73395a63e30027","signature":"97289770fe11b7a259e97357fb32338200023af1b45e5d3e798677e04e28b666"},{"version":"74dc029367d52c9b493bcc9286f21dab8087adfccd4598520c8d7e20837a574f","signature":"223f1893d473fa361c2c104db364f22743846cc82fd32033be6c7085fd0e5866"},{"version":"44e97a08f75996d85b8dbc9a2cf101ad720ff34a59cd74325a75c89aecb8775c","signature":"beef8d28e42e8098ee4c70d607fd37876f0538444543ea7c00c37ae4b2a07c26"},{"version":"d6596b5cdd90c48174a29fa14492f5c76b45831f3befed31e374185a4b987b8e","signature":"bbaaf029f8d95b8484f0bbdfde57286bbbd954d88276f4a0455738c0a18da369"},{"version":"044c04b0a9ebefd9baf07671c6e2f53aec44d54c307c7264e6b2f31a012763c3","signature":"de0b7eb1ae03d2391a327c55079e5d9709f087edeadb8f74a4386df2f47aaf4c"},{"version":"0eb6b89b2c9356b0758c103db83fdf3ee8508ecafaf0d5009aa8371fe5ecef2e","signature":"b9c1d60d4f8900c7ed74149011cfdce16310ac12bb3144e8028ec3cbdd53c3c6"},{"version":"044831355b4511ea8aee4dd02b94c7be89be75f3db25577335b4535a7a7c7a6a","signature":"61bc53a3a6f0043187c42ecd64b60e44f3987a9e9009929e32bf3a6e5a66e4d1"},{"version":"a49d54a589682d91d20ce713ec3c0d75c761644d2ce4640cde20a3f5ca4a56a3","signature":"67c50b3b8071d3f13a002f2c356b0000829055d9d7bed55f539d9f4b2dabcdec"},{"version":"17a1a2c061d3a64e9ad6ea7949ab9cdb3336d9ae1151d75cd5e25e85824d5c6f","signature":"f4f6ead2f4f74fe9beeb52f468113257bc60f7e79532cc5254d2d0d1b08f9afb"},{"version":"e1abccf4fbb105a464a32016d6875f95810f3d9d5bc717d10e8907a974e363e9","signature":"a1f0c6b2dedc185d54c2088fd37552deb73ca1ef76e9764ffaa8900ab966b020"},{"version":"885acc4081975153ea126ea0ad5ba497ee52d61b28891ef317365eff00f3ee72","signature":"3c6cb6eb30fe7bc91ac8eb7cfcc928db14d8ae5e28526da1a16186d73ce7de85"},{"version":"cbb39985c52e8099a667ed1c97baba166ec63cb8ffef885a6d8e2eda0dbcc053","signature":"b692a3264ccfaaeb5a10fabab0c7191c9af5bfa1449d84735e65b3e5101cdf60"},{"version":"0f11de467cedaec34d03294e9d11f9cf9850120355619db698350bcdbe856eb6","signature":"5e1fb4231441c1ed683c1996a74dd54dc290264d045caf252a186796e4aa7d19"},{"version":"87771a309f6bcb7ac95f025352ac8e80099c81555a4bf88628014002c58e4779","signature":"7fb6f7d62297862f6657da98546f1d36a83beef33679bc059f174ea04d069b2e"},{"version":"6521b89332fa72e104b47a36fa1bee4280f58a192bd8b4a15fcc33fd7b7254a6","signature":"4231a4680e47ac736fa76896cd123d8332ee8d624af3ff6b27c677c63f8a17fc"},{"version":"597ff997101567de154702d1e55f750cb2ffdb4133a8a6b8e3a884faefb0450e","signature":"7ab45cba34ff4b07183b600c190d08ee7f46a333b29df33f90d92d09f26f8a0a"},{"version":"c083d74c95db2c41596bf3eeb2504972c6895fd7868cce63517e2ce4fdc6d8ca","signature":"e48f92939d862f48a5df1a538d0f6bfb457705bb29278c2ce96fd71f70085dab"},{"version":"8882d0f04b23d05feb1327238c4244d728dd9097c4d7137c82431320b7104c26","signature":"8bcba71de3af915731c3241ae1e10d3a451f0acef5079bd845ef2435e507f7d4"},{"version":"901b0fe4c5c6ea9e492742c0bc3f92b7b3c6adefefc8c3efea720c5528a50feb","signature":"9116a67d068fdb736be720ad552ffb9c1fec3a75c5917c79009d8dadff558785"},{"version":"1a4dfc52b182e02dc64534eaaea67046a316294fd3d476ae52b713314cd8ff2f","signature":"409ebbd8f76d0dd842458929a1dbcc32b221ea7c87f0143bedb36365de61860c"},{"version":"ae6dd421675b83213fc27dc41921101b5d5c60bf2dea64e4b1bfe008ee1fdd53","signature":"9a385254e5b68cd9a8e46ffa3643ede1c2732c954bef2b283bfdf996266fa853"},{"version":"010877b2e077ff3bab01d3e56ae4fcf6c0f0b0d130b0ab5e69b076c9112d7579","signature":"827cf38852eeee7a4757a6732e58f3c71c14cd408edb3b812f773dbd07daa187"},{"version":"8be58dcd130c9be21348a9455ccd25cbe6db474e5bf5bf209776ffdb05ce67fa","signature":"3975b408d8919b62d0e3193b9240bdb485c27274bf7f7612df16950860c52cb4"},{"version":"60ac470bab7ee642b8bf1c7e4660d8b9b38f4557d2994dcf4ab96b18fc5d3aea","signature":"a26cbadc0c402df008a724a4facaf1cbddb8f91398806a6b46a2e1914e1327a6"},{"version":"28febe0c589a8eb22b3eb5131b7a39cacdc255a7258444fc34907cbd847000dd","signature":"1fed77218a5f2d69fe64a40261dd854a10a1233b734452dcb9900e5c885edef2"},{"version":"57869b06ec318b5c6a012e117f24622514ac2cec039b2db438f335602f15d3de","signature":"ce941fda4107de03c01963e69d793dd8f22d2beb9d00224d4f40d16c0ddcfe25"},{"version":"af4633a981a2803db11513240dc4a5e5ffb544cf4511a1ef3ee9a550590d3928","signature":"7eff35814174dde1ce311c61d2532f63e95d1d44b9e65915b44b5aca08977ef8"},{"version":"0a3711dccda1db739e6d4232e888d2d2374d1d5140d8c44cbe7781586c3e0506","signature":"af9efcf8f411686c4117bba9cf323dc71cac7618f65fe07b268e6a6fb1df650f"},{"version":"53e244a4a17f92c99b36abbc7469087c09fcf8d5f409102d09d34818f1357871","signature":"5c84834145e865c80dcb67cbde8a8cb5004030633214d943bfbea94ab5f0ba22"},{"version":"74d80f7317dc76bb96b3d506a7caa47023aad9f38dd85c6c956bffe1948f0ebf","signature":"b2e4e78bf3926e39443da920c7da9cfa8668c2a3be6ffefbe95d3fb105620d6f"},{"version":"8454e8b2f7ae5cfcf70b370f6176c762e6f80d6949f27240c7a117676e1ec767","signature":"e657bc2325eda6998c4612a03b8c14d07f3d1f313d5ded66e2321a9ed7e971e0"},{"version":"971a101bfd1f013884643f430e3011d0acc341c6b3c1988f21b485aac2e6bd2f","signature":"c8c7868cbd411db2df66545e44cdb73f9bc2e82eaab00ee94faa3a99de6dda97"},{"version":"348beb3dab0fca063abbd54bf061ea8f0380dae49ae19d4f7d15ccb3344e8baa","signature":"b899307e8d69aff94bddea150009a45a35520201d51c4713b7e490599a490963"},"b694a13e3eddc3734720f74c4815e9d0dd8418968d595fb7f5388dd59b007ad8",{"version":"35c42884c8a0d0ca9d2a9415f4b681cebc16317ec9ab6ccc6e315d57cedc123e","signature":"64f6b503d4a67451b2677c0d39e5129954120486e86e311916a7173b4691c4b5"},{"version":"77ec0fc8a7da9be97f2e59c94ec92b2d69ede7f1850464662d57d6e776c759fe","signature":"a99acfca3cc6de924aa417d99487e166e57e572a1c6fc6181369389199cd5118"},{"version":"f16006300349894ff48483bd455e11fe2e494366bd2412be93f54d1778ff8b48","signature":"7aac3671d54d2da450d4aa537aeac66d2340a69d93409d501c930a21fc64bab4"},{"version":"cae7f2081f9293081a16e30d9f082d316728ee079b58172b0b88e3b580ea53a0","signature":"13bc2c7f2d2cbbc8d81b2804119b86217900e8d3db58139786e3cceb7c3cdf9a"},{"version":"f3a2f142a5028a79cc387c075d545b00ea950a9ed9c44d543c02227ecf4178f7","signature":"9ad8f6c043f7f7cb56118fd09904ca0ba59e804f1be466729e99093644f9ba52"},{"version":"bfbeb0624b29c8b83a23a3f48d9dd357e00a85b09734ce88454d201ce297b112","signature":"973bf458f1ba484ea791c526993b1e79d946352060edf9318e0342bc0f64fcd3"},{"version":"77664c369960367fb49444c942d88b4d1124aeb6137f14c5c5e70ec76bc3e016","signature":"6ddcb2b9ac34d8e6ef2baa9c739809434828894ac1b55810b1331752a9aed612"},{"version":"a45d26da01e5373d171f89ce2107cdc6c96ec0f86aad20041f9b0b13040a1da0","signature":"bae9a400d0f19ec9f9a6ce455485be3c79dd1127bd0a71048f308832a1b8692f"},{"version":"84123e85edb08ac24a3eec14250cf5381ab514c9db852d09a0bec297d8503dab","signature":"4699fcf96add3a3f5d29ee4bc0cec1e1720bedf5357beaef985dd9fc32c12d2b"},{"version":"e9969992ac4d596b0cf8fd2ba5c819226a765cf214c2d62d8253e8f8d62d40c4","signature":"cd84fe280e59b07729c4cf796e8a49a87cddf93bb33b2825e3a2f7f48ff73223"},{"version":"dd848dcd2af6b03316a18c3624f484b0eca3c8c99d394a5226894c42e35eca4a","signature":"2c6e86dbef01edeaae162d4bdd8d6ded6ae7157d8033f7f1d83d9d30c35dbd4f"},{"version":"f27edc7036a57e747d5af9994828f47ea1cc926a0961aad3cfc4daacf34a7a62","signature":"869a74564ecbaecbc8ea7acdf108d787cabc060c35b733aadf7388294b9357cd"},{"version":"8f477c4fe7d6561cf3c5fd9f1c4f0cf12acf4ce600e6198bf81851d5abd715df","signature":"7e429741ed14480324f5707ae7d46afd8558c04519a86479545a656f9f80ce3f"},{"version":"c89624b14179033c0c50e5ae10e42da6e8fe250f4001d4fae437153b12df7552","signature":"7c91a8d4cf3e98532d942690da6fd9a59c626085be6793d9bd61aac09a7e4437"},{"version":"9ecf9ed1732ca87f5baab923aadbd8f745a34a9b5e4e9fa111686abffa69a152","signature":"5a84f2e529cd64f944c3639a5de2ef6ac89cdd1a2d0d816659089f3801224986"},{"version":"5378f9be8a1a20cddbccb02c0f05a512e36c9a6393dddff9cb3f0b66aa3d2bf5","signature":"237d1c6669258b048f539670199a94c2e39978b5e3f44de796082b5202658914"},{"version":"12e07b4ee946753b0a36eb19507e91932de59be22bdfb226a535269518d55663","signature":"16ae878d041b4bdd39542f4448ab3c51fe25a880515bb70a33715baf74f6e61f"},{"version":"d825770dd9d3dcc8b463fb7a9984fb8ca7b71a227c21dcb31b9a69b38eba7fbd","signature":"d3001abdb7b872a6bff32667a2a5c0c1b431082e79516f1f8f6224e2633443fb"},{"version":"7fdf4a5c311e3fc9df9e91ee27b5f52b0401cc9f93bb299fcbc061b0d64fb359","signature":"a72f22e7ed96f3534511f611ec5a6e76facde78e0c6ce19ecb90212fc418d5ce"},{"version":"20b0ad75c6d86eed06e5893db7df9609774cd6657241f88d10af9ee0b66101e7","signature":"81501bfc716be01d42e3149d83281debfde2e06e4150793e029608131dd8170e"},{"version":"844bea442ecb2d2161a166b78dc7a9c874e7cdc3069813219e87fb20367995d2","signature":"25d21a661faccb0a323db359e5d7e2d54c418c6cd6eee0be2306cf29a9a0b395"},{"version":"3f203c222582295998b39bfe40a6eb3012ef45dbcfd66956309daedec9be7840","signature":"83e329b8fbbc9480448c202bb8aca8bd5642e9e815237e9cd707494e8eb7f579"},{"version":"a105e41de6c532f4611df40a25ed01f6a6d724b408718606e35dfb109cf40656","signature":"3b1394113fbe74eec37e7d19c12f31af5a061013d4ccddb0804ec292aff67205"},{"version":"bb58cb82edb5e0026aa244de32eda7ada03195248a1bb66feff34c9a07e9e083","signature":"28de80de367d2ab6b6071025ce8d101331a8bf82362638849b1dc36d2e61cdc2"},{"version":"78937d70c3c2d92c5fe237ad7f5f5181d2b8654609f8def47fbc7b7159031394","signature":"eb1851f77cb0a8b3bdd189f7805e1b40f707545ec764baa6463b37b259df7c0e"},{"version":"9fa8f615d846e89c7c5f6f5bb4b6577be2e2b92f18639c88807b81d1d06bd2b7","signature":"359d9b79585195b2bed9b1b6d38ef21121886fc05beeb4334b3c8aaba47e39a7"},{"version":"f980bbf5d99981cb70dd1258e1786a68c227fb583e5f2df7ee4f6cf21badfdff","signature":"14e3fb94e3da67142bc201af6624c0177c5e88ef3cf22f9a8546c3e70aaeb2cc"},{"version":"6ec2a8ad26db0982ce27fdfbf5216165305ee67a4e5475b33c5e6949acba8241","signature":"4f9784a881ae683da53883d7eff7b6ac79d92359f706276b341a350a150335ec"},{"version":"8ec91079e5b848fbbc3c8141b116791863b9b6b6a409cc8373bab9ff2718e9e6","signature":"2f76da4aad74228659eb850f8c0c482c13a94c9ed5ad00a6244e98d6f1f9a0ab"},{"version":"b9048a52173b4e5d69cced24e4a7ea20fb9f64c402c2d133cedb6cf991ea6b7e","signature":"50667ce284f2755cf6d377366e294e326d668877d7b8736d79fa50198f82d9c3"},{"version":"4a43a0824995467d84ae2cf3d139d7256d7cd0ee354a85322f68e8b036316f8b","signature":"01e59f5eb66eb985d8574f24499e7b31ce7f849bf699767ccd3fa68979b074da"},{"version":"4ae77e44a4d968f8e33de1c653f45fe391eec4c25ba5fcda9d060c206f05c77c","signature":"d919062da38bc4606add5306747ef42b845f6ddd17c1165da10c4e338f41f4e1"},{"version":"e768c973ff7bfcbd147caea4d9c091f2e8d4a259e503c1ab2fda6b54ae8064b1","signature":"da9bd84e144bd72e79a4588f6964e5b1790ec8bb6d851666f522dfd927a0135b"},{"version":"17308de723c0261657341ebb22c57751e17647ca1fbc84fef2cd3084a0607a51","signature":"3b2263452853baedb40b411fdbd943d27e29a5dce05155bb2d030bb99c5b6dd1"},{"version":"11847ab522cddd17a856ce06e5a43bf84e3b24a8f830c1da45d018550524e711","signature":"f3a402e6f9104b47d1035f7d6f0a6b108757fdc19554a56e2702ac841040ce5c"},{"version":"76183af054213f8c5ae5b8ca210c2b578705da56f993594ef668735043555946","signature":"83474abcef720685610fc274455a8ed078c6b75b84b2284425885f6a493cbc94"},{"version":"350ff7e2efb01b9c26b783ec697a51d5a4ffbd61610b5a0b4e69b9fa557a0c2e","signature":"a19fd3b579f9626f29bddc7fc467626c2184760991158db05e06c414930852eb"},{"version":"ed8beda9f7b37cfe188f64641d13d7317ce8eb259958488336f67e84d8ef4738","signature":"8afa05686470180994736257f2a063ba8a1fa94d5cb8df73ccb2b371e2d6cb21"},{"version":"df4c188dff79da853f2b70718ca65db68a77cca29522da5d97f597e3dfb3dff8","signature":"56bc1f7673a7b2ced1816f8b7ce3e7ed6a3797b8a5aa2fff8ec55db9ed546096"},{"version":"8994d4d116d32485bd3184f8cad11ccd8f7b63605f54b100ca62a99d12f64a5b","signature":"40ecbfaedc01fc4b90135a5401a4c727a9751fe615ca173b5394484947320fe5"},{"version":"761841244cce63180c96acb338624ce359130d9d7e4a0c65cdba99d1367fac88","signature":"12745a5821d94d7b2e96d67551d2e9a6ef70bc641e9115e12355d8386a8a7668"},{"version":"d7de4a56e3c790682fa592b37766e7756b365fc81b4cb367ff4601c59551fed8","signature":"cb98b6049c74c535c57ae2e07869df1a6620798d2436ad22d32dc66232cb2d51"},{"version":"bf27110f9667c1d85121894c66a38a4031ca55e6f74ff6e0a9c4a3ec531b1c58","signature":"c3f5942fec59786fbdaf258a5e5f81f581bec9dd4077c525841c0b98bcd46c89"},{"version":"1ce556ca648d68b0fce6bc9c584012379f495dc59c11b027236d15598defeb34","signature":"2f0ed2aac108ecac781ac896b8326b7add6e56b0a80e4f52226b3eb99075d5d4"},{"version":"d4753bfeba56f817d6acae9ddf0d08a7b744edadcf79e924595a756e4f309d89","signature":"8496f2ae8c5ae041faa4e6a2a0d655a978ff754ab67504ea5b09f905616937b2"},"3c876aab47e6a1c5fdf0f1fbed962d78c7bf5b603764489df116ce6dea96007d",{"version":"aa70b47c4f3cdaf1ab766c58f0b96bcf13b8c06ac9fb3eb8cf8abad109df0b2e","signature":"35d5a15ec22a0e48306096b264aeb21f8f9f914109e228cfc24f0fc73cdb338e"},{"version":"8a8239db4f6326fd2588071ada622ba96ebd7027e1a0e58d606395c7c21c92f2","signature":"f6c0e6a5a2ed5f16edd3666db4d4f83f89adedc064c3b96dd9a9d3126765d0b3"},"b0f9082b57a4e1b65e9974a22f309e9ee269ea2fe06670c71b0439f26e1e33e5",{"version":"5c539f10ae667ff08ebad47bd883849d75b3bc55faed0d06a4d4a4ace25f2546","signature":"0d4cba33dace0deefb879705da1f0f5112a6630149eb019362c7d9636d1ac260"},{"version":"5da7165eceeb375e28b077a8c5fc6e6d9bce6ae67363826492e019d4dcac75d5","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"810f6cdb8f8b2a1b322eda1e0e91b46eae63765451404ca70d1318705452b47b","signature":"47a69d9b0ce006c5f16741d44abec9032b6b07aad4828429a0c97949c9b918ef"}],"root":[[58,246]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":99,"noEmitOnError":false,"noFallthroughCasesInSwitch":true,"noImplicitAny":false,"noImplicitReturns":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","rootDir":"..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9},"referencedMap":[[226,1],[178,2],[176,3],[173,4],[174,5],[175,5],[187,5],[185,6],[193,5],[194,7],[180,8],[186,5],[191,5],[189,5],[181,5],[182,9],[177,10],[184,11],[183,8],[190,5],[192,11],[179,12],[145,13],[200,14],[221,15],[227,16],[195,17],[210,18],[220,18],[197,18],[196,19],[157,20],[209,18],[158,21],[219,18],[171,22],[156,23],[230,24],[73,25],[212,26],[150,27],[148,28],[198,18],[222,18],[167,29],[165,29],[169,18],[170,30],[162,29],[163,29],[166,29],[168,18],[164,18],[159,31],[160,31],[229,18],[208,32],[218,33],[204,14],[205,34],[224,35],[203,36],[161,18],[142,22],[139,37],[140,14],[146,22],[141,22],[228,18],[155,38],[217,39],[199,22],[60,33],[93,40],[241,41],[239,42],[69,43],[71,44],[68,45],[72,46],[66,43],[65,43],[70,43],[67,43],[138,47],[149,48],[137,49],[75,49],[129,50],[97,51],[131,52],[128,49],[100,49],[80,49],[127,49],[126,50],[99,53],[125,49],[134,54],[130,49],[94,55],[88,56],[242,57],[79,58],[133,59],[123,58],[124,49],[98,49],[102,60],[90,58],[76,49],[121,61],[89,49],[122,49],[119,62],[95,49],[85,63],[78,64],[135,49],[136,65],[202,66],[62,33],[61,33],[116,67],[118,68],[117,69],[115,70],[243,71],[63,18],[245,72],[144,73],[86,74],[87,75],[110,70],[153,76],[154,77],[111,70],[152,78],[151,70],[246,79],[107,80],[109,81],[113,82],[112,83],[105,84],[108,84],[104,70],[214,85],[216,86],[232,87]],"semanticDiagnosticsPerFile":[[58,[{"start":307,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":335,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":363,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":396,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5430,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7576,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[60,[{"start":491,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[62,[{"start":1299,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":1342,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":1566,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1605,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2372,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2481,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2577,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15092,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15175,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15313,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15981,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":16603,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":16841,"length":13,"messageText":"Cannot find name 'clearInterval'.","category":1,"code":2304},{"start":16932,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17372,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[63,[{"start":113,"length":10,"messageText":"Cannot find name 'readline'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":782,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":813,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2235,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3161,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3192,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3238,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3298,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4422,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4488,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4521,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4602,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7030,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7071,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7102,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7148,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7206,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7342,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7406,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7441,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7496,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7728,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7839,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7903,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7938,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8124,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8177,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9265,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10295,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10326,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10372,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10432,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12578,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12644,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12677,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12758,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15352,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15419,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16210,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16241,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16287,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16347,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17701,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17767,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17800,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17881,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[64,[{"start":114,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":137,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7761,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7828,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7964,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8153,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8199,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8271,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8422,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9439,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[65,[{"start":4943,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[66,[{"start":313,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2984,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[70,[{"start":273,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":306,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":339,"length":9,"messageText":"Cannot find name 'node:os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":379,"length":20,"messageText":"Cannot find name 'node:child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[71,[{"start":92,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":120,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":173,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":210,"length":8,"messageText":"Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":244,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":326,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":830,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":849,"length":14,"messageText":"Cannot find name 'BufferEncoding'.","category":1,"code":2304},{"start":900,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12611,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":13011,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13197,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":13888,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13965,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14433,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15123,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15306,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15434,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16173,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":26443,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":33277,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":33298,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":33334,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":33384,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":33450,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":33516,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":33722,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":33743,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":33802,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":34217,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":48198,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":49160,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":49212,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":49270,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":76693,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":76713,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81094,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81141,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81194,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81382,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81437,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81552,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":81598,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":83372,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":83423,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":84247,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":84296,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[73,[{"start":305,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":333,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1791,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4004,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4316,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4647,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4666,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4824,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7596,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8272,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9920,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10115,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22209,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22264,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":23072,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":23126,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":32077,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":32405,"length":6,"messageText":"Cannot find name 'http'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":32570,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":32811,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[74,[{"start":679,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":707,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[75,[{"start":273,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":305,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":346,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2682,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[76,[{"start":274,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":306,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":347,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1749,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[77,[{"start":841,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":873,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4308,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4592,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5855,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5876,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6231,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7175,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14607,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[78,[{"start":368,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":396,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10987,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":12005,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":27336,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28045,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28088,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28139,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28187,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":30053,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":30249,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":30421,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":30854,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":31049,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":31501,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":31953,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":33118,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":33597,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":35763,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":35824,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":38112,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":39850,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":40770,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":42643,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":43350,"length":28,"messageText":"Cannot find module 'agentic-flow/reasoningbank' or its corresponding type declarations.","category":1,"code":2307},{"start":43472,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":44841,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":45582,"length":14,"messageText":"Cannot find module 'agentic-flow' or its corresponding type declarations.","category":1,"code":2307},{"start":45705,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":52063,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":57015,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":58501,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":60708,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":62330,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":67467,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":71532,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":74998,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":77391,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[79,[{"start":468,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":495,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4399,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4940,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5031,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6958,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":7211,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":10801,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":10992,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304}]],[80,[{"start":201,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":233,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2439,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[81,[{"start":241,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":273,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[82,[{"start":222,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":254,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[83,[{"start":561,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":597,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18529,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18837,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19532,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19728,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20570,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[84,[{"start":780,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":808,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4211,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7637,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":11270,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":11446,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304}]],[85,[{"start":428,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":463,"length":9,"messageText":"Cannot find name 'node:os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":504,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":912,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4417,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":4706,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":12840,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":14868,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":14930,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":15227,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15498,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":34069,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":34259,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":35043,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[86,[{"start":872,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":918,"length":8,"messageText":"Cannot find name 'events'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1020,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1057,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4843,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":17165,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":17373,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":18220,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":18959,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":20421,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":20633,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":20825,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":20902,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":21419,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":21639,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":21843,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":21924,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":22343,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":22846,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":22863,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":23066,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":23103,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":23380,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":23558,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":24390,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":24941,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":26527,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":26958,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":28620,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":35067,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":35205,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":36177,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":37007,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":37151,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":37329,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":37969,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":38006,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":38136,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":38226,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."},{"start":38397,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":38487,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'HeadlessWorkerExecutor'."}]],[87,[{"start":417,"length":8,"messageText":"Cannot find name 'events'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":534,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":561,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":597,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3780,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":5552,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7664,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'HeadlessWorkerExecutor'."},{"start":7713,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":7786,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'HeadlessWorkerExecutor'."},{"start":7838,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":7914,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'HeadlessWorkerExecutor'."},{"start":7963,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":8036,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'HeadlessWorkerExecutor'."},{"start":8076,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":12355,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12384,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12423,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12461,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12675,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14490,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":19042,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19823,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19916,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":20272,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20702,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":21025,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":21440,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":21591,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":21614,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21926,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22289,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":22531,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":22718,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":22925,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":23970,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":24228,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":25318,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":25684,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":26248,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":27779,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":28387,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":29276,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":29728,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":29882,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":30685,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":34452,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":34489,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":40542,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":40583,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":40619,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":42260,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":43478,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'WorkerDaemon'."},{"start":44598,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[88,[{"start":211,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":261,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":355,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":57053,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":57195,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":59210,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":66231,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":66275,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":106898,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":107396,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":117706,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":117882,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":122179,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[89,[{"start":190,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":222,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":263,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2085,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9353,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14856,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[90,[{"start":221,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":253,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":294,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1956,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5961,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7671,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9163,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9656,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[91,[{"start":141,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":311,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":943,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2454,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2553,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2601,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[93,[{"start":193,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":243,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":302,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2205,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6040,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6092,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[94,[{"start":194,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":226,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6037,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6358,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7150,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":29227,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":29308,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":30759,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":30821,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[95,[{"start":194,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":226,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":267,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3363,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[96,[{"start":87,"length":20,"messageText":"Cannot find name 'node:child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":135,"length":11,"messageText":"Cannot find name 'node:util'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[98,[{"start":304,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":350,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":388,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":495,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."}]],[99,[{"start":253,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":289,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3835,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14180,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":14672,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":15449,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304}]],[100,[{"start":1332,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1368,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2084,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[101,[{"start":235,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1373,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1637,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2152,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2287,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3136,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[102,[{"start":478,"length":8,"messageText":"Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":576,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":660,"length":14,"messageText":"Cannot find module 'monofence-ai' or its corresponding type declarations.","category":1,"code":2307},{"start":2012,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11302,"length":14,"messageText":"Cannot find module 'monofence-ai' or its corresponding type declarations.","category":1,"code":2307}]],[105,[{"start":123,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7115,"length":16,"messageText":"Cannot find module '@noble/ed25519' or its corresponding type declarations.","category":1,"code":2307},{"start":7188,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7384,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7486,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7561,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8288,"length":16,"messageText":"Cannot find module '@noble/ed25519' or its corresponding type declarations.","category":1,"code":2307},{"start":8346,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8380,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8408,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[106,[{"start":192,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":222,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":250,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":287,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":743,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":769,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":869,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":899,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":946,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1002,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1984,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2229,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3400,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3525,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5134,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5792,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5852,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5950,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6107,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6698,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6991,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[107,[{"start":141,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":169,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":201,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1719,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1908,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2135,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2499,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5048,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5181,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":5283,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":6065,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6283,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":6366,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":7253,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7408,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7608,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7694,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8738,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8823,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":8852,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":9048,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9196,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9294,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9736,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9826,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":9860,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":10007,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10421,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10634,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10843,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[109,[{"start":115,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":143,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":175,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":939,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":1592,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1665,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1716,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1901,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2254,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2936,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3247,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3590,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3902,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4109,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4487,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5271,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5592,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5793,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5954,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6170,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":6191,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":6257,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7269,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7299,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7325,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7931,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7963,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8091,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8487,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8589,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":8631,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":9194,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9232,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9612,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9633,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9828,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10187,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10346,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11155,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11411,"length":16,"messageText":"Cannot find module '@noble/ed25519' or its corresponding type declarations.","category":1,"code":2307},{"start":11670,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11723,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13759,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14080,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14165,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14278,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14547,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[110,[{"start":225,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[111,[{"start":185,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":886,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":929,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":962,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1157,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1313,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1371,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1747,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2200,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2420,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2440,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2478,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2566,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2638,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2710,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":3226,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":3363,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3405,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3653,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3756,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3825,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4111,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4329,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4349,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4387,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4469,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4505,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4543,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4631,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4703,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4775,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":5341,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":5518,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5560,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6111,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6355,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6444,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6756,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6877,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7123,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7365,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7491,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7562,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7644,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7714,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7804,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7882,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8044,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8096,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8309,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8374,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8416,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8739,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8891,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8951,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":9420,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9563,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9688,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9765,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":9794,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10069,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10186,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10246,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":10497,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10618,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10700,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10779,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":10808,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11061,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11139,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":11313,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11433,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11987,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12072,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12179,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":12348,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12368,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12406,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12494,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12566,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12638,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":13141,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":13322,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13395,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13437,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13788,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13877,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":13944,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":14181,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14211,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14459,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14548,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[112,[{"start":117,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":145,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":177,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1027,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1204,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1395,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1958,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2401,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2874,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3143,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3742,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4885,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5230,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5563,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5683,"length":16,"messageText":"Cannot find module '@noble/ed25519' or its corresponding type declarations.","category":1,"code":2307},{"start":5904,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6165,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6234,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9207,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9456,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9518,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":9584,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[114,[{"start":286,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1069,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":1404,"length":8,"messageText":"Cannot find name 'Response'.","category":1,"code":2304},{"start":2416,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":3540,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3835,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":3940,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":4588,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":4671,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":5104,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5323,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5415,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6184,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6385,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":6414,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":6772,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6953,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7075,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7257,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7349,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8014,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":8043,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":8974,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":9044,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":9587,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":9665,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":11082,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11156,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11565,"length":16,"messageText":"Cannot find module '@noble/ed25519' or its corresponding type declarations.","category":1,"code":2307},{"start":11754,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11795,"length":11,"messageText":"Cannot find name 'TextEncoder'.","category":1,"code":2304},{"start":11832,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11914,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[116,[{"start":175,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":203,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":235,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":780,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":810,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":1123,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":1151,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":4158,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4448,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5028,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5349,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6009,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6572,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6921,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":25431,"length":16,"messageText":"Cannot find module '@noble/ed25519' or its corresponding type declarations.","category":1,"code":2307},{"start":25493,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":25529,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":25559,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[121,[{"start":429,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":470,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":513,"length":10,"messageText":"Cannot find name 'node:url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":545,"length":9,"messageText":"Cannot find name 'node:os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":699,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":5014,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11459,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":11641,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":12010,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":12280,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":12667,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13443,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":13570,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":14199,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":14383,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":15775,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15810,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15842,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15869,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15895,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18061,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18106,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18202,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18415,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18610,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18718,"length":10,"messageText":"Cannot find name 'node:net'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[122,[{"start":267,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":299,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":337,"length":20,"messageText":"Cannot find name 'node:child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":387,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1213,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1241,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2169,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7434,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[123,[{"start":669,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":701,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1145,"length":28,"messageText":"Cannot find module 'agentic-flow/reasoningbank' or its corresponding type declarations.","category":1,"code":2307},{"start":3666,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10562,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12511,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":12628,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":27073,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":30126,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304}]],[124,[{"start":565,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":597,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":630,"length":9,"messageText":"Cannot find name 'node:os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2132,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2991,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3037,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6009,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6043,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6080,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7456,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7759,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7812,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":7943,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":13176,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13236,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":13336,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":13382,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16562,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16606,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16653,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":16864,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":16921,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":17360,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":17441,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":18721,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":18763,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18815,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20907,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21161,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":21209,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21305,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":21732,"length":6,"messageText":"Cannot find name 'global'.","category":1,"code":2304},{"start":21791,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21835,"length":6,"messageText":"Cannot find name 'global'.","category":1,"code":2304},{"start":21878,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":24317,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":25644,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[125,[{"start":309,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":341,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":383,"length":20,"messageText":"Cannot find name 'node:child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[126,[{"start":503,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":535,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2746,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[127,[{"start":483,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":515,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10462,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[128,[{"start":2405,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":2435,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":3249,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3289,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3323,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4077,"length":20,"messageText":"Cannot find name 'node:child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":23411,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":24680,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":24800,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[130,[{"start":346,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":387,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":430,"length":10,"messageText":"Cannot find name 'node:url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":488,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":830,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[132,[{"start":280,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":329,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":379,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307}]],[133,[{"start":203,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1192,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":2400,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":2463,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":2660,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3745,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":4566,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":4626,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6113,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":7658,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":8749,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":9619,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":10484,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":11863,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":11926,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":12295,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15044,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":16129,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":16352,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":17456,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":17532,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19587,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":20350,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":20426,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21751,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":21827,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":24003,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":24079,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":26236,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":26307,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":27292,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":27362,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":28342,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":28416,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":29580,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":29650,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":30820,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":30892,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":31953,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":32026,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":33105,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":33165,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":34459,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":34529,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":35641,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":36619,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":37630,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":37699,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":38737,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":38805,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":39823,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":39889,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":40766,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":40828,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":41822,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":41887,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":42805,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":43943,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":44868,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":45675,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":47120,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":47196,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":51067,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":51838,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":52881,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":53950,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":55310,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307}]],[134,[{"start":852,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[135,[{"start":538,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":565,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[139,[{"start":321,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":349,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7092,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7174,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":7390,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7560,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7665,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7700,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7736,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7921,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":8055,"length":13,"messageText":"Cannot find name 'clearInterval'.","category":1,"code":2304},{"start":8091,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12019,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[140,[{"start":267,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":295,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":323,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":626,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1231,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13633,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13940,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":14044,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14079,"length":13,"messageText":"Cannot find name 'clearInterval'.","category":1,"code":2304}]],[142,[{"start":320,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":348,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":381,"length":11,"messageText":"Cannot find name 'node:zlib'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16229,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16862,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16953,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19411,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19443,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[143,[{"start":719,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":759,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3139,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4213,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":4527,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":4803,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4925,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5116,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":5281,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304}]],[144,[{"start":1183,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1230,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1267,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1335,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":2029,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2229,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2495,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2646,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":2853,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3003,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":3145,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":4971,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[145,[{"start":358,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":386,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":646,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5564,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16520,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16561,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16801,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[146,[{"start":335,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":363,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":499,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":556,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":633,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":686,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9995,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15088,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20723,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[147,[{"start":129,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":157,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1766,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8505,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[148,[{"start":3176,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16565,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16602,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18379,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18452,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":27928,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":27965,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28033,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28106,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":58071,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":58110,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":58153,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":58822,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":58851,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[149,[{"start":503,"length":8,"messageText":"Cannot find name 'events'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":559,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":598,"length":6,"messageText":"Cannot find name 'http'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":633,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":665,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":693,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1608,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1644,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1675,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1820,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":3534,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":4037,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":4155,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":4217,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":4557,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":4785,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":4928,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":5163,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":5281,"length":13,"messageText":"Cannot find name 'clearInterval'.","category":1,"code":2304},{"start":6180,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":6230,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":6599,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":6647,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":6817,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":9625,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10186,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10455,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10699,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10886,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11261,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11507,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11550,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":11608,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":11636,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":11665,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":11810,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":12311,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":12443,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":12613,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13598,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13986,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14562,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14751,"length":13,"messageText":"Cannot find name 'clearInterval'.","category":1,"code":2304},{"start":14962,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":14990,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":15061,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":15133,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":15255,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":18846,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":20589,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20651,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":20792,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":20845,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":20876,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":22668,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23538,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23932,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":24895,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":24960,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":25641,"length":15,"messageText":"Cannot find module '@monomind/mcp' or its corresponding type declarations.","category":1,"code":2307},{"start":25732,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":25826,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":25919,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":26013,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":27558,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":27672,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28577,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":28684,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":28861,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":28961,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":29032,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":29106,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'MCPServerManager'."},{"start":29318,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":29870,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":31030,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":31058,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":31549,"length":7,"messageText":"Cannot find name 'process'. Did you mean the instance member 'this.process'?","category":1,"code":2663},{"start":32576,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":33434,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":34905,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[150,[{"start":3726,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4754,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5491,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'MCPServerManager'."},{"start":5605,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'MCPServerManager'."},{"start":5759,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'MCPServerManager'."},{"start":6292,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9229,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9279,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9431,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19003,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":19204,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":21918,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21959,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[151,[{"start":185,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2942,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3112,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3344,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3471,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[153,[{"start":119,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":147,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":938,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1120,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":1413,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1642,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1685,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2043,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2088,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":2704,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[155,[{"start":13178,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[156,[{"start":432,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":464,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1385,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":35850,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":138356,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":138393,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":138440,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":138586,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":138643,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":139250,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":140433,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":140837,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":141485,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":142251,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":142582,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":142646,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":142721,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":143691,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":143776,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":143863,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":143950,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":144048,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":144277,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":144445,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":144900,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148041,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148635,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148690,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148748,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148804,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148857,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148902,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":148959,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":149567,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":149625,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":149680,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":149733,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":150552,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":150605,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":150655,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":151347,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":151998,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":152485,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":160751,"length":28,"messageText":"Cannot find module 'agentic-flow/reasoningbank' or its corresponding type declarations.","category":1,"code":2307},{"start":161044,"length":14,"messageText":"Cannot find module 'agentic-flow' or its corresponding type declarations.","category":1,"code":2307}]],[157,[{"start":388,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":435,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":498,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":526,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2343,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2386,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5182,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5217,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5257,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5284,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5325,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5447,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5487,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7446,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'WorkerDaemon'."},{"start":7602,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'WorkerDaemon'."},{"start":7816,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type 'WorkerDaemon'."},{"start":8169,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":8353,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":9278,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10321,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":10771,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11226,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11333,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12114,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12786,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":14037,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15286,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15490,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15601,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":15646,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15707,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16551,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17502,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":23351,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":25113,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[158,[{"start":289,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":325,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":363,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":401,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":442,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":474,"length":6,"messageText":"Cannot find name 'util'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":907,"length":14,"messageText":"Cannot find name 'BufferEncoding'.","category":1,"code":2304},{"start":958,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1059,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1450,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4026,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5535,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5685,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5712,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5746,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8440,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10641,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":11748,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11803,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11866,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15541,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":16731,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":17726,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17797,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19399,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19474,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21099,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22639,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22715,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[159,[{"start":11031,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":11138,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":14578,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14617,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14833,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16324,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22010,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22049,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22092,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":23308,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":26013,"length":11,"messageText":"Cannot find name 'TextEncoder'.","category":1,"code":2304},{"start":26187,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":26344,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":27722,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28328,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28385,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":28725,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":32911,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":32973,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":33375,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":38189,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":38228,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":38271,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":39063,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":39119,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":39549,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":41579,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":41646,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":41919,"length":11,"messageText":"Cannot find name 'TextEncoder'.","category":1,"code":2304},{"start":45002,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":45880,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[160,[{"start":3174,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":3305,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":4503,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":4613,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":6144,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":6243,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":8314,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":8608,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":11434,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11475,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11520,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11606,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":11677,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11724,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11767,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12380,"length":12,"messageText":"Cannot find name 'setImmediate'.","category":1,"code":2304},{"start":13805,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15298,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15333,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15370,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15428,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15472,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15511,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16891,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":16941,"length":12,"messageText":"Cannot find name 'setImmediate'.","category":1,"code":2304},{"start":16997,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":17689,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22648,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":24680,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[161,[{"start":375,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":426,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":459,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":502,"length":6,"messageText":"Cannot find name 'util'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":533,"length":7,"messageText":"Cannot find name 'https'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4083,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4920,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4959,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5008,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11907,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14234,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":30661,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":30702,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":30837,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":33543,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":36912,"length":14,"messageText":"Cannot find module 'monofence-ai' or its corresponding type declarations.","category":1,"code":2307},{"start":36994,"length":14,"messageText":"Cannot find module 'monofence-ai' or its corresponding type declarations.","category":1,"code":2307},{"start":38113,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":38523,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":39828,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304},{"start":40109,"length":11,"messageText":"Cannot find name 'performance'.","category":1,"code":2304}]],[162,[{"start":571,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":655,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":738,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":808,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":890,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":959,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[163,[{"start":4426,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4510,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4593,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4663,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4745,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4814,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[164,[{"start":361,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":445,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":528,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":598,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":680,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":749,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[165,[{"start":438,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":522,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":605,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":675,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":757,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":826,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[166,[{"start":421,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":505,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":588,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":658,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":740,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":809,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[167,[{"start":434,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":518,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":601,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":671,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":753,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":822,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4703,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4742,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4792,"length":6,"messageText":"Cannot find name 'util'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11004,"length":6,"messageText":"Cannot find name 'zlib'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11094,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15082,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15121,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15171,"length":6,"messageText":"Cannot find name 'util'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15529,"length":6,"messageText":"Cannot find name 'zlib'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21325,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21360,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[168,[{"start":515,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":543,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[169,[{"start":484,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":512,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10913,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11365,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[171,[{"start":523,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":573,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":609,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11490,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11523,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11566,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11721,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11778,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[173,[{"start":26,"length":4,"messageText":"Cannot find module 'ws' or its corresponding type declarations.","category":1,"code":2307},{"start":4206,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":4483,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304}]],[176,[{"start":32,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":76,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":105,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":132,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5441,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":5548,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":5799,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":6237,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":6286,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":6451,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":6502,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":6742,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":6787,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":6855,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":8765,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[178,[{"start":24,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3091,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[179,[{"start":1408,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":1511,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":1748,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":2058,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2137,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":2188,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":2293,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2536,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":2581,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2649,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":4968,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[180,[{"start":2859,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[181,[{"start":76,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":121,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":152,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1516,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[182,[{"start":43,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":88,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":120,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1989,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":4531,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4602,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503}]],[186,[{"start":69,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":105,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":136,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1377,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[187,[{"start":3053,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[189,[{"start":69,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":105,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":136,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2748,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[190,[{"start":69,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":105,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":136,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2013,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2122,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2468,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304}]],[191,[{"start":69,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":105,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":136,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2298,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":2584,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":2758,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304}]],[193,[{"start":69,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":105,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":136,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3789,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3840,"length":6,"messageText":"Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[195,[{"start":1411,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9720,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":10305,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":10916,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":20493,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":20594,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":20729,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304},{"start":45976,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":46225,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[196,[{"start":336,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[198,[{"start":209,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":237,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1758,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6850,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":9542,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14208,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":15358,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20189,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[199,[{"start":18812,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18884,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[200,[{"start":703,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":731,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":772,"length":13,"messageText":"Cannot find name 'fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":811,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":844,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[203,[{"start":17551,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17606,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17660,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18123,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19398,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19451,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19503,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19948,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[204,[{"start":7301,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7645,"length":11,"messageText":"Cannot find name 'setInterval'.","category":1,"code":2304},{"start":7700,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7735,"length":13,"messageText":"Cannot find name 'clearInterval'.","category":1,"code":2304},{"start":7842,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[205,[{"start":3505,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6423,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7244,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7587,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7921,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8499,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":8556,"length":3,"messageText":"Cannot find name 'URL'.","category":1,"code":2304},{"start":9851,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10174,"length":15,"messageText":"Cannot find name 'AbortController'.","category":1,"code":2304},{"start":10223,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304},{"start":10299,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":10371,"length":12,"messageText":"Cannot find name 'clearTimeout'.","category":1,"code":2304}]],[206,[{"start":171,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":199,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":232,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":275,"length":6,"messageText":"Cannot find name 'util'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2467,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3984,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6199,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7524,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7749,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8301,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8335,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8355,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10088,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10321,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11634,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":11833,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":17454,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19331,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[207,[{"start":647,"length":8,"messageText":"Cannot find name 'Response'.","category":1,"code":2304},{"start":1541,"length":11,"messageText":"Cannot find name 'TextDecoder'.","category":1,"code":2304},{"start":1622,"length":8,"messageText":"Cannot find name 'Response'.","category":1,"code":2304},{"start":3373,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":3613,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":4141,"length":15,"messageText":"Cannot find name 'URLSearchParams'.","category":1,"code":2304},{"start":4244,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":4297,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":4879,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":5093,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":5405,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":5465,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":5841,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":6027,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":6289,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":6348,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304}]],[209,[{"start":252,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":280,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[210,[{"start":261,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":289,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":321,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6582,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6619,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[211,[{"start":446,"length":13,"messageText":"Cannot find name 'node:events'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":481,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":514,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":556,"length":20,"messageText":"Cannot find name 'node:child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7010,"length":13,"messageText":"Cannot find name 'node:crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7059,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22077,"length":4,"code":2339,"category":1,"messageText":"Property 'emit' does not exist on type 'ClaimService'."}]],[213,[{"start":106,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":134,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":162,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1657,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1686,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1845,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2014,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[214,[{"start":126,"length":8,"messageText":"Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":165,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":206,"length":8,"messageText":"Cannot find module 'semver' or its corresponding type declarations.","category":1,"code":2307},{"start":341,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":2262,"length":5,"messageText":"Cannot find name 'fetch'.","category":1,"code":2304},{"start":2413,"length":11,"messageText":"Cannot find name 'AbortSignal'.","category":1,"code":2304},{"start":4502,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[215,[{"start":124,"length":8,"messageText":"Cannot find module 'semver' or its corresponding type declarations.","category":1,"code":2307}]],[216,[{"start":119,"length":15,"messageText":"Cannot find name 'child_process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":156,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":184,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":212,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":242,"length":8,"messageText":"Cannot find module 'semver' or its corresponding type declarations.","category":1,"code":2307}]],[217,[{"start":1636,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1992,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":3616,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4068,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6005,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6917,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[218,[{"start":184,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":228,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1100,"length":6,"messageText":"Cannot find namespace 'NodeJS'.","category":1,"code":2503},{"start":4425,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4482,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4540,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4600,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4694,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":4768,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5055,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5111,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5164,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5228,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5287,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5337,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5410,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5448,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5501,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5567,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5624,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5673,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5798,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5875,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":5934,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6132,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6188,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6234,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6321,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6414,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6517,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6563,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6636,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6784,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6850,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":6914,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7009,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7054,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7124,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7191,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7502,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7573,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7661,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7750,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7835,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7906,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":7980,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8063,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8143,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":8246,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":10059,"length":9,"messageText":"Cannot find name 'node:os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":10092,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12230,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":13120,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13259,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13433,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13583,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13793,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13876,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":13959,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14064,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14636,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14732,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14849,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":14948,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15033,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15155,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15253,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15338,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15582,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15689,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15774,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15859,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":15959,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16044,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16129,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16235,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16301,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16391,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16495,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16640,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":16718,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19103,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19153,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19235,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19317,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19513,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19685,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19767,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":19884,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20058,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20265,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20321,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20482,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20629,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20685,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20731,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":20837,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":21080,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":21191,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":21305,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":21397,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":21455,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":22858,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23012,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23065,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23105,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23148,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23487,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":23558,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":25412,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":25464,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":25591,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":25960,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":26969,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":27015,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":27101,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":27304,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":27343,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":27397,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28423,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28469,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28542,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28575,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28643,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28707,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28768,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28829,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28893,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28925,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":28986,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":29041,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":29125,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[219,[{"start":1553,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1616,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2100,"length":29,"messageText":"Cannot find module '@monomind/guidance/compiler' or its corresponding type declarations.","category":1,"code":2307},{"start":5823,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5886,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5946,"length":29,"messageText":"Cannot find module '@monomind/guidance/compiler' or its corresponding type declarations.","category":1,"code":2307},{"start":6047,"length":30,"messageText":"Cannot find module '@monomind/guidance/retriever' or its corresponding type declarations.","category":1,"code":2307},{"start":9575,"length":26,"messageText":"Cannot find module '@monomind/guidance/gates' or its corresponding type declarations.","category":1,"code":2307},{"start":13066,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14004,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":14077,"length":29,"messageText":"Cannot find module '@monomind/guidance/compiler' or its corresponding type declarations.","category":1,"code":2307},{"start":17253,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17316,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17878,"length":29,"messageText":"Cannot find module '@monomind/guidance/analyzer' or its corresponding type declarations.","category":1,"code":2307},{"start":22330,"length":18,"messageText":"Cannot find name 'node:fs/promises'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22393,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":22467,"length":29,"messageText":"Cannot find module '@monomind/guidance/analyzer' or its corresponding type declarations.","category":1,"code":2307},{"start":27279,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":27325,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[220,[{"start":295,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":322,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[221,[{"start":493,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":528,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[222,[{"start":151,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":209,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2687,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2952,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4383,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":6596,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6808,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8896,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":12139,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":12746,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":13095,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":16311,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17691,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17775,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18298,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307},{"start":18831,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19414,"length":19,"messageText":"Cannot find module '@monoes/monograph' or its corresponding type declarations.","category":1,"code":2307}]],[223,[{"start":306,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":347,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":717,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[226,[{"start":165,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":193,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":228,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2956,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[227,[{"start":349,"length":9,"messageText":"Cannot find name 'node:fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":381,"length":11,"messageText":"Cannot find name 'node:path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4327,"length":17,"messageText":"Cannot find name 'node:perf_hooks'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":11141,"length":17,"messageText":"Cannot find name 'node:perf_hooks'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":17176,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19687,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19795,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[228,[{"start":253,"length":8,"messageText":"Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":293,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":330,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":429,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":686,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."}]],[229,[{"start":213,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":249,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[230,[{"start":3999,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4026,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584}]],[232,[{"start":1311,"length":8,"messageText":"Cannot find module 'semver' or its corresponding type declarations.","category":1,"code":2307}]],[233,[{"start":4181,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[235,[{"start":3414,"length":10,"messageText":"Cannot find name 'setTimeout'.","category":1,"code":2304}]],[238,[{"start":216,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":284,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":7307,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[239,[{"start":126,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":162,"length":5,"messageText":"Cannot find name 'url'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":199,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":831,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type 'ImportMeta'."},{"start":1848,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2072,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2674,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3131,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":4825,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":5823,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6177,"length":7,"messageText":"'command' is possibly 'undefined'.","category":1,"code":18048},{"start":6274,"length":7,"messageText":"'command' is possibly 'undefined'.","category":1,"code":18048},{"start":7171,"length":7,"messageText":"'command' is possibly 'undefined'.","category":1,"code":18048},{"start":7320,"length":7,"messageText":"'command' is possibly 'undefined'.","category":1,"code":18048},{"start":8337,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8543,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":8657,"length":13,"messageText":"'targetCommand' is possibly 'undefined'.","category":1,"code":18048},{"start":8767,"length":13,"messageText":"'targetCommand' is possibly 'undefined'.","category":1,"code":18048},{"start":8868,"length":13,"messageText":"'targetCommand' is possibly 'undefined'.","category":1,"code":18048},{"start":9075,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16646,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16685,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":16954,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18613,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18656,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18699,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18761,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":18810,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19026,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19069,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19384,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19746,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19799,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":19844,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":20489,"length":7,"messageText":"Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.","category":1,"code":2584},{"start":21471,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21596,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":21728,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[241,[{"start":557,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":590,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":3096,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[244,[{"start":799,"length":8,"messageText":"Cannot find name 'crypto'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":840,"length":4,"messageText":"Cannot find name 'fs'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":870,"length":4,"messageText":"Cannot find name 'os'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":897,"length":6,"messageText":"Cannot find name 'path'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":6015,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]],[245,[{"start":1254,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1357,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1393,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1460,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1705,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1778,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":1881,"length":8,"messageText":"'semantic' is possibly 'null'.","category":1,"code":18047},{"start":1925,"length":8,"messageText":"'semantic' is possibly 'null'.","category":1,"code":18047},{"start":1966,"length":8,"messageText":"'semantic' is possibly 'null'.","category":1,"code":18047},{"start":2347,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2447,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591},{"start":2542,"length":7,"messageText":"Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.","category":1,"code":2591}]]],"latestChangedDtsFile":"./src/transfer/storage/index.d.ts","version":"6.0.2"}