claude-flow-novice 2.3.1 → 2.3.3

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 (1403) hide show
  1. package/dist/scripts/.claude-flow/metrics/agent-metrics.json +1 -0
  2. package/dist/scripts/.claude-flow/metrics/performance.json +9 -0
  3. package/dist/scripts/.claude-flow/metrics/task-metrics.json +10 -0
  4. package/dist/scripts/CLEANUP_OPTIMIZATION_REPORT.json +312 -0
  5. package/dist/scripts/CLEANUP_PERFORMANCE_OPTIMIZATION.md +387 -0
  6. package/dist/scripts/CLEANUP_QUICK_START.md +268 -0
  7. package/dist/scripts/CLEANUP_TEST_RESULTS.md +205 -0
  8. package/dist/scripts/README.md +339 -0
  9. package/dist/scripts/ace-query.sh +384 -0
  10. package/dist/scripts/agent-token-analysis.js +430 -0
  11. package/dist/scripts/auto-setup.js +332 -0
  12. package/dist/scripts/build/README.md +167 -0
  13. package/dist/scripts/build/build-config.js +27 -0
  14. package/dist/scripts/build/build-prompt-copier.sh +30 -0
  15. package/dist/scripts/build/performance-monitor.js +869 -0
  16. package/dist/scripts/build/prepare-publish.js +150 -0
  17. package/dist/scripts/build/typescript-fixer.js +621 -0
  18. package/dist/scripts/build/unified-builder.sh +428 -0
  19. package/dist/scripts/build/update-bin-version.js +32 -0
  20. package/dist/scripts/build/validate-agents.js +238 -0
  21. package/dist/scripts/build-index.js +43 -0
  22. package/dist/scripts/build-orchestrator.js +320 -0
  23. package/dist/scripts/check-routing-stats.cjs +122 -0
  24. package/dist/scripts/ci-validation.js +375 -0
  25. package/dist/scripts/cleanup-blocking-coordination.sh +420 -0
  26. package/dist/scripts/cleanup-idle-sessions.sh +118 -0
  27. package/dist/scripts/collect-build-metrics.js +65 -0
  28. package/dist/scripts/demo/README.md +79 -0
  29. package/dist/scripts/demo/autoscaling-demo-simplified.js +963 -0
  30. package/dist/scripts/demo/comprehensive-dashboard-test.js +693 -0
  31. package/dist/scripts/demo/confidence-log.js +87 -0
  32. package/dist/scripts/demo/confidence-report.js +82 -0
  33. package/dist/scripts/demo/demo-multi-swarm-coordination.js +325 -0
  34. package/dist/scripts/demo/demo-production-deployment.js +399 -0
  35. package/dist/scripts/demo/demo-visualization-system.js +149 -0
  36. package/dist/scripts/demo/performance-analysis.cjs +71 -0
  37. package/dist/scripts/demo/performance-analysis.js +71 -0
  38. package/dist/scripts/demo/test-autoscaling-demo.js +314 -0
  39. package/dist/scripts/dependency-optimizer.js +349 -0
  40. package/dist/scripts/dependency-security-assessment.js +331 -0
  41. package/dist/scripts/deploy-sdk.sh +176 -0
  42. package/dist/scripts/deployment-readiness-report.json +179 -0
  43. package/dist/scripts/dev/README.md +264 -0
  44. package/dist/scripts/dev/claude-flow-wrapper.sh +35 -0
  45. package/dist/scripts/dev/claude-monitor.py +419 -0
  46. package/dist/scripts/dev/claude-sparc.sh +562 -0
  47. package/dist/scripts/dev/claude-wrapper.sh +17 -0
  48. package/dist/scripts/dev/demo-phase3-compliance.js +172 -0
  49. package/dist/scripts/dev/demo-task-system.ts +224 -0
  50. package/dist/scripts/dev/deployment-validator.js +315 -0
  51. package/dist/scripts/dev/spawn-claude-terminal.sh +32 -0
  52. package/dist/scripts/dev/start-portal.sh +506 -0
  53. package/dist/scripts/dev/start-web-ui.js +15 -0
  54. package/dist/scripts/dev/stop-portal.sh +311 -0
  55. package/dist/scripts/dev/validate-examples.ts +288 -0
  56. package/dist/scripts/dev/validate-phase2.cjs +451 -0
  57. package/dist/scripts/dev/validate-phase2.js +785 -0
  58. package/dist/scripts/dev/validate-phase3.cjs +208 -0
  59. package/dist/scripts/dev/validate-security-remediation.js +1 -0
  60. package/dist/scripts/ecosystem.config.cjs +90 -0
  61. package/dist/scripts/enhanced-memory-spiral-killer.sh +221 -0
  62. package/dist/scripts/fix-js-extensions.js +167 -0
  63. package/dist/scripts/generate-basic-types.js +73 -0
  64. package/dist/scripts/generate-changelog.js +318 -0
  65. package/dist/scripts/git-hooks/pre-commit.sh +143 -0
  66. package/dist/scripts/health-checks.js +634 -0
  67. package/dist/scripts/hook-wrapper.sh +54 -0
  68. package/dist/scripts/install/README.md +375 -0
  69. package/dist/scripts/install/REDIS_SETUP_VALIDATION.json +245 -0
  70. package/dist/scripts/install/check-prerequisites.js +303 -0
  71. package/dist/scripts/install/config-wizard.js +606 -0
  72. package/dist/scripts/install/dependency-checker.js +385 -0
  73. package/dist/scripts/install/health-check.js +765 -0
  74. package/dist/scripts/install/install.js +256 -0
  75. package/dist/scripts/install/installation-benchmark.js +461 -0
  76. package/dist/scripts/install/quick-install.js +720 -0
  77. package/dist/scripts/install/quick-start-wizard.js +295 -0
  78. package/dist/scripts/install/redis-cli.js +289 -0
  79. package/dist/scripts/install/redis-install-guides.md +407 -0
  80. package/dist/scripts/install/redis-setup.js +559 -0
  81. package/dist/scripts/install/redis-test.js +278 -0
  82. package/dist/scripts/install/service-manager.js +672 -0
  83. package/dist/scripts/install/setup.js +832 -0
  84. package/dist/scripts/install/uninstall.js +526 -0
  85. package/dist/scripts/install/update.js +461 -0
  86. package/dist/scripts/install-pre-commit-hook.sh +127 -0
  87. package/dist/scripts/legacy/README.md +272 -0
  88. package/dist/scripts/legacy/batch-fix-ts.sh +54 -0
  89. package/dist/scripts/legacy/build-migration.sh +105 -0
  90. package/dist/scripts/legacy/build-monitor.js +209 -0
  91. package/dist/scripts/legacy/build-with-filter.sh +84 -0
  92. package/dist/scripts/legacy/build-workaround.sh +71 -0
  93. package/dist/scripts/legacy/fix-ts-advanced.js +358 -0
  94. package/dist/scripts/legacy/fix-ts-final.sh +50 -0
  95. package/dist/scripts/legacy/fix-ts-targeted.sh +49 -0
  96. package/dist/scripts/legacy/fix-typescript-errors.js +305 -0
  97. package/dist/scripts/legacy/force-build.sh +63 -0
  98. package/dist/scripts/legacy/optimize-performance.js +400 -0
  99. package/dist/scripts/legacy/performance-monitor.js +263 -0
  100. package/dist/scripts/legacy/performance-monitoring.js +532 -0
  101. package/dist/scripts/legacy/performance-test-runner.js +645 -0
  102. package/dist/scripts/legacy/quick-fix-ts.js +281 -0
  103. package/dist/scripts/legacy/safe-build.sh +63 -0
  104. package/dist/scripts/memory-monitor-coordinator.js +451 -0
  105. package/dist/scripts/migrate-to-sdk.sh +520 -0
  106. package/dist/scripts/migration/QUICK-START.md +189 -0
  107. package/dist/scripts/migration/QUICK-START.md.backup-1760135091363 +189 -0
  108. package/dist/scripts/migration/README.md +464 -0
  109. package/dist/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md +500 -0
  110. package/dist/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md.backup-1760135091348 +500 -0
  111. package/dist/scripts/migration/UPDATE-PATHS-README.md +464 -0
  112. package/dist/scripts/migration/UPDATE-PATHS-README.md.backup-1760135091337 +464 -0
  113. package/dist/scripts/migration/example-patterns.json +19 -0
  114. package/dist/scripts/migration/install-arm64.js +78 -0
  115. package/dist/scripts/migration/install.js +83 -0
  116. package/dist/scripts/migration/migrate-hooks.js +173 -0
  117. package/dist/scripts/migration/migration-examples.ts +318 -0
  118. package/dist/scripts/migration/reorganize-workspace.js +504 -0
  119. package/dist/scripts/migration/test-update-paths.js +359 -0
  120. package/dist/scripts/migration/update-paths.js +664 -0
  121. package/dist/scripts/migration/validate-migration.js +647 -0
  122. package/dist/scripts/monitor-loop.sh +65 -0
  123. package/dist/scripts/monitor-memory.sh +47 -0
  124. package/dist/scripts/monitor-migration.js +339 -0
  125. package/dist/scripts/monitor.py +43 -0
  126. package/dist/scripts/monitoring/README.md +178 -0
  127. package/dist/scripts/monitoring/alert-monitor.sh +220 -0
  128. package/dist/scripts/monitoring/analyze-resources.sh +199 -0
  129. package/dist/scripts/monitoring/dashboards/rate-limiting-dashboard.json +211 -0
  130. package/dist/scripts/monitoring/dynamic-monitor.sh +85 -0
  131. package/dist/scripts/monitoring/launch-stability-test.sh +184 -0
  132. package/dist/scripts/monitoring/monitor-test.sh +93 -0
  133. package/dist/scripts/monitoring/pre-test-validation.sh +208 -0
  134. package/dist/scripts/monitoring/quick-test-alerting.sh +118 -0
  135. package/dist/scripts/monitoring/quick-test-rate-limiting.sh +206 -0
  136. package/dist/scripts/monitoring/rate-limiting-monitor.sh +380 -0
  137. package/dist/scripts/monitoring/resource-monitor.sh +126 -0
  138. package/dist/scripts/monitoring/stability-monitor.js +429 -0
  139. package/dist/scripts/monitoring/test-monitor-quick.sh +54 -0
  140. package/dist/scripts/monitoring/view-alerts.sh +307 -0
  141. package/dist/scripts/npm-metrics-collector.js +482 -0
  142. package/dist/scripts/npm-package-validation.cjs +299 -0
  143. package/dist/scripts/optimization/build-optimizer.js +438 -0
  144. package/dist/scripts/optimization/config-validator.js +761 -0
  145. package/dist/scripts/optimization/test-optimization.js +432 -0
  146. package/dist/scripts/optimization/unified-activation.js +839 -0
  147. package/dist/scripts/optimize-package-swarm.js +54 -0
  148. package/dist/scripts/performance/ACTIVATION_COMMANDS.md +292 -0
  149. package/dist/scripts/performance/sqlite-enhanced-activation.sh +583 -0
  150. package/dist/scripts/performance/test-enhanced-backend.sh +504 -0
  151. package/dist/scripts/performance-monitor.js +644 -0
  152. package/dist/scripts/performance-test-runner.js +698 -0
  153. package/dist/scripts/post-deployment-monitoring.js +350 -0
  154. package/dist/scripts/post-edit-pipeline.js +2091 -0
  155. package/dist/scripts/post-install-claude-md.js +78 -0
  156. package/dist/scripts/postinstall.js +165 -0
  157. package/dist/scripts/pre-publish-validation.cjs +212 -0
  158. package/dist/scripts/pre-publish-validation.js +429 -0
  159. package/dist/scripts/redis-lua/cleanup-blocking-coordination.lua +198 -0
  160. package/dist/scripts/release-announcement.js +425 -0
  161. package/dist/scripts/release-notification.js +248 -0
  162. package/dist/scripts/release-rollback.js +376 -0
  163. package/dist/scripts/release-validation.js +460 -0
  164. package/dist/scripts/rollback-sdk.sh +66 -0
  165. package/dist/scripts/run-production-validation.ts +590 -0
  166. package/dist/scripts/run-stability-validation.sh +687 -0
  167. package/dist/scripts/security/README.md +339 -0
  168. package/dist/scripts/security/deployment-validation.cjs +279 -0
  169. package/dist/scripts/security/envelope-encryption-confidence-report.cjs +422 -0
  170. package/dist/scripts/security/install-git-hooks.sh +132 -0
  171. package/dist/scripts/security/install-git-secrets.sh +295 -0
  172. package/dist/scripts/security/rotate-api-keys.js +469 -0
  173. package/dist/scripts/security/ruv-swarm-safe.js +74 -0
  174. package/dist/scripts/security/security-audit.cjs +538 -0
  175. package/dist/scripts/security/setup-redis-auth.sh +397 -0
  176. package/dist/scripts/security/validate-envelope-encryption.cjs +340 -0
  177. package/dist/scripts/security-scan.js +492 -0
  178. package/dist/scripts/src/web/frontend/.claude-flow/metrics/agent-metrics.json +1 -0
  179. package/dist/scripts/src/web/frontend/.claude-flow/metrics/performance.json +9 -0
  180. package/dist/scripts/src/web/frontend/.claude-flow/metrics/task-metrics.json +10 -0
  181. package/dist/scripts/switch-api.sh +159 -0
  182. package/dist/scripts/sync-agents.js +290 -0
  183. package/dist/scripts/test/50-agent-test.js +625 -0
  184. package/dist/scripts/test/NEW_STABILITY_TEST_GUIDE.md +407 -0
  185. package/dist/scripts/test/README.md +236 -0
  186. package/dist/scripts/test/STABILITY_TEST_EXAMPLE.md +347 -0
  187. package/dist/scripts/test/STABILITY_TEST_README.md +480 -0
  188. package/dist/scripts/test/agent-worker.js +309 -0
  189. package/dist/scripts/test/ai-coordination-test.js +650 -0
  190. package/dist/scripts/test/ai-mesh-coordination-test.js +416 -0
  191. package/dist/scripts/test/check-links.ts +274 -0
  192. package/dist/scripts/test/check-performance-regression.ts +168 -0
  193. package/dist/scripts/test/cli-agent-coordination-test.js +313 -0
  194. package/dist/scripts/test/coordinator-multilingual-test.js +396 -0
  195. package/dist/scripts/test/coordinator-transparency-demo.js +585 -0
  196. package/dist/scripts/test/coverage-report.ts +692 -0
  197. package/dist/scripts/test/generate-swarm-tests.js +633 -0
  198. package/dist/scripts/test/integration-test-validation.cjs +253 -0
  199. package/dist/scripts/test/load-test-swarm.js +576 -0
  200. package/dist/scripts/test/mesh-coordination-zero-overlap-test.js +740 -0
  201. package/dist/scripts/test/multilingual-hello-world-test.js +390 -0
  202. package/dist/scripts/test/quick-multilingual-demo.js +464 -0
  203. package/dist/scripts/test/real-agent-test.js +312 -0
  204. package/dist/scripts/test/run-phase3-compliance-tests.js +427 -0
  205. package/dist/scripts/test/run-stability-test-examples.sh +292 -0
  206. package/dist/scripts/test/stability-results/stability-metrics.jsonl +83 -0
  207. package/dist/scripts/test/stability-results/stability-test-report.json +128 -0
  208. package/dist/scripts/test/stability-results/stability-test.log +1827 -0
  209. package/dist/scripts/test/stability-test-50-agents.js +734 -0
  210. package/dist/scripts/test/test-batch-tasks.ts +29 -0
  211. package/dist/scripts/test/test-byzantine-resolution.js +246 -0
  212. package/dist/scripts/test/test-claude-spawn-options.sh +63 -0
  213. package/dist/scripts/test/test-cli-wizard.js +331 -0
  214. package/dist/scripts/test/test-comprehensive.js +401 -0
  215. package/dist/scripts/test/test-coordination-features.ts +238 -0
  216. package/dist/scripts/test/test-fallback-systems.js +276 -0
  217. package/dist/scripts/test/test-init-command.ts +302 -0
  218. package/dist/scripts/test/test-mcp.ts +251 -0
  219. package/dist/scripts/test/test-runner.ts +568 -0
  220. package/dist/scripts/test/test-swarm-integration.sh +92 -0
  221. package/dist/scripts/test/test-swarm.ts +142 -0
  222. package/dist/scripts/test/validation-summary.ts +408 -0
  223. package/dist/scripts/test-cleanup-performance.sh +416 -0
  224. package/dist/scripts/test-dashboard-auth.cjs +203 -0
  225. package/dist/scripts/test-docker-deployment.sh +207 -0
  226. package/dist/scripts/test-npm-package.cjs +167 -0
  227. package/dist/scripts/test-provider-routing.cjs +226 -0
  228. package/dist/scripts/test-routing-telemetry.cjs +147 -0
  229. package/dist/scripts/test-runner.cjs +154 -0
  230. package/dist/scripts/test-zai-10k.cjs +81 -0
  231. package/dist/scripts/test-zai-api.cjs +191 -0
  232. package/dist/scripts/test-zai-diagnostic.cjs +151 -0
  233. package/dist/scripts/test-zai-final.cjs +128 -0
  234. package/dist/scripts/test-zai-with-env.cjs +85 -0
  235. package/dist/scripts/toggle-cost-savings.cjs +302 -0
  236. package/dist/scripts/unified-memory-monitor.js +526 -0
  237. package/dist/scripts/utils/README.md +261 -0
  238. package/dist/scripts/utils/clean-build-artifacts.sh +94 -0
  239. package/dist/scripts/utils/cleanup-root.sh +69 -0
  240. package/dist/scripts/utils/fix-cliffy-imports.js +307 -0
  241. package/dist/scripts/utils/fix-duplicate-imports.js +114 -0
  242. package/dist/scripts/utils/fix-error-handling.cjs +70 -0
  243. package/dist/scripts/utils/fix-import-paths.js +104 -0
  244. package/dist/scripts/utils/fix-imports.js +116 -0
  245. package/dist/scripts/utils/fix-shebang.js +78 -0
  246. package/dist/scripts/utils/fix-test-modules.js +27 -0
  247. package/dist/scripts/utils/fix-timezone-issue-246.js +200 -0
  248. package/dist/scripts/utils/fix-ts-comprehensive.py +182 -0
  249. package/dist/scripts/utils/fix-ts-targeted-batch.js +250 -0
  250. package/dist/scripts/utils/remove-benchmark-conflicts.sh +140 -0
  251. package/dist/scripts/utils/simple-test-fixer.js +190 -0
  252. package/dist/scripts/utils/validate-metrics-structure.cjs +144 -0
  253. package/dist/scripts/validate-agent-hooks.js +506 -0
  254. package/dist/scripts/validate-changelog.js +241 -0
  255. package/dist/scripts/validate-coordination-cli.js +69 -0
  256. package/dist/scripts/validate-coordination-toggle-integration.cjs +501 -0
  257. package/dist/scripts/validate-docker-infrastructure.sh +502 -0
  258. package/dist/scripts/validate-entry-points.js +300 -0
  259. package/dist/scripts/validate-memory-monitoring.sh +225 -0
  260. package/dist/scripts/validate-stage3-performance.ts +377 -0
  261. package/dist/scripts/validate-template-bundling.js +180 -0
  262. package/dist/scripts/validation/README.md +33 -0
  263. package/dist/scripts/validation/acl-security-validation.cjs +214 -0
  264. package/dist/scripts/validation/acl-security-validation.js +402 -0
  265. package/dist/scripts/validation/byzantine-verification.js +407 -0
  266. package/dist/scripts/validation/final-phase-2-consensus.cjs +219 -0
  267. package/dist/scripts/validation/final-security-validation.js +791 -0
  268. package/dist/scripts/validation/final-wasm-validation.cjs +840 -0
  269. package/dist/scripts/validation/integration-test-analysis.js +105 -0
  270. package/dist/scripts/validation/phase-0-comprehensive-validation.js +474 -0
  271. package/dist/scripts/validation/phase-0-consensus-report.js +139 -0
  272. package/dist/scripts/validation/phase-0-final-report.js +112 -0
  273. package/dist/scripts/validation/phase-0-redis-consensus-report.js +129 -0
  274. package/dist/scripts/validation/phase-0-validation-improved.js +490 -0
  275. package/dist/scripts/validation/phase-0-validation-test.js +65 -0
  276. package/dist/scripts/validation/phase-1-consensus-report.cjs +342 -0
  277. package/dist/scripts/validation/phase-1-consensus-validation.cjs +551 -0
  278. package/dist/scripts/validation/phase-1-consensus-validation.js +551 -0
  279. package/dist/scripts/validation/phase-2-consensus-report.cjs +186 -0
  280. package/dist/scripts/validation/phase-2-validation.cjs +171 -0
  281. package/dist/scripts/validation/phase-2-validation.js +171 -0
  282. package/dist/scripts/validation/phase-4-consensus-report.js +181 -0
  283. package/dist/scripts/validation/phase-4-final-validation.js +351 -0
  284. package/dist/scripts/validation/phase-5-consensus-report.cjs +113 -0
  285. package/dist/scripts/validation/phase-5-consensus-report.js +113 -0
  286. package/dist/scripts/validation/security-analysis.js +49 -0
  287. package/dist/scripts/validation/security-validation.js +492 -0
  288. package/dist/scripts/validation/simple-security-validation.js +464 -0
  289. package/dist/scripts/verify-installation.js +112 -0
  290. package/dist/scripts/verify-mcp-server.js +86 -0
  291. package/dist/scripts/verify-sdk-phase1.cjs +293 -0
  292. package/dist/src/booster/performance-benchmark.js +1 -1
  293. package/dist/src/booster/wasm-demo.js +1 -1
  294. package/dist/src/cli/command-registry.js +2 -2
  295. package/dist/src/cli/help-formatter.js +109 -137
  296. package/dist/src/cli/main.js +32 -1
  297. package/dist/src/cli/simple-cli.js +2121 -2528
  298. package/dist/src/cli/simple-commands/sparc/refinement.js +3 -3
  299. package/dist/src/cli/validation-helper.js +49 -98
  300. package/dist/src/commands/suggest-templates.js +4 -4
  301. package/dist/src/core/version.js +15 -23
  302. package/dist/src/memory/swarm-memory.js +470 -603
  303. package/dist/src/slash-commands/fullstack.js +2 -2
  304. package/dist/src/slash-commands/parse-epic.js +1 -1
  305. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-template.js +275 -0
  306. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quote-props.js +310 -0
  307. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quotes.js +350 -0
  308. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/radix.js +198 -0
  309. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-atomic-updates.js +331 -0
  310. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-await.js +113 -0
  311. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-jsdoc.js +122 -0
  312. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-unicode-regexp.js +129 -0
  313. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-yield.js +77 -0
  314. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/rest-spread-spacing.js +123 -0
  315. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-spacing.js +248 -0
  316. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-style.js +158 -0
  317. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi.js +438 -0
  318. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-imports.js +241 -0
  319. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-keys.js +230 -0
  320. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-vars.js +104 -0
  321. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-blocks.js +204 -0
  322. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-function-paren.js +167 -0
  323. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-in-parens.js +285 -0
  324. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-infix-ops.js +198 -0
  325. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-unary-ops.js +324 -0
  326. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/spaced-comment.js +385 -0
  327. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/strict.js +277 -0
  328. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/switch-colon-spacing.js +132 -0
  329. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/symbol-description.js +73 -0
  330. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-curly-spacing.js +144 -0
  331. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-tag-spacing.js +93 -0
  332. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/unicode-bom.js +73 -0
  333. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/use-isnan.js +141 -0
  334. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/ast-utils.js +2282 -0
  335. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/fix-tracker.js +114 -0
  336. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/keywords.js +67 -0
  337. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/lazy-loading-rule-map.js +115 -0
  338. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/patterns/letters.js +36 -0
  339. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/regular-expressions.js +42 -0
  340. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/index.js +11 -0
  341. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-combining-character.js +13 -0
  342. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
  343. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
  344. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
  345. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-jsdoc.js +516 -0
  346. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-typeof.js +127 -0
  347. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/vars-on-top.js +157 -0
  348. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-iife.js +207 -0
  349. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-regex.js +61 -0
  350. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yield-star-spacing.js +130 -0
  351. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yoda.js +353 -0
  352. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ajv.js +34 -0
  353. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ast-utils.js +29 -0
  354. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/config-validator.js +347 -0
  355. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/deprecation-warnings.js +58 -0
  356. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/directives.js +15 -0
  357. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/logging.js +30 -0
  358. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/relative-module-resolver.js +50 -0
  359. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/runtime-info.js +167 -0
  360. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/severity.js +49 -0
  361. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/string-utils.js +60 -0
  362. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/traverser.js +195 -0
  363. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/types.js +216 -0
  364. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/index.js +5 -0
  365. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/source-code.js +1055 -0
  366. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
  367. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-cursor.js +58 -0
  368. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursor.js +76 -0
  369. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursors.js +90 -0
  370. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/decorative-cursor.js +39 -0
  371. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/filter-cursor.js +43 -0
  372. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
  373. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-cursor.js +63 -0
  374. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/index.js +627 -0
  375. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/limit-cursor.js +40 -0
  376. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/padded-token-cursor.js +38 -0
  377. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/skip-cursor.js +42 -0
  378. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/utils.js +107 -0
  379. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/unsupported-api.js +30 -0
  380. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/all-files-ignored.js +16 -0
  381. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-incompat.js +98 -0
  382. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-plugins.js +24 -0
  383. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/extend-config-missing.js +13 -0
  384. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/failed-to-read-json.js +11 -0
  385. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/file-not-found.js +10 -0
  386. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-options.js +17 -0
  387. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-severity.js +13 -0
  388. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/no-config-found.js +15 -0
  389. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-conflict.js +22 -0
  390. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-invalid.js +16 -0
  391. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-missing.js +19 -0
  392. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/print-config-with-directory-path.js +8 -0
  393. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/shared.js +18 -0
  394. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/whitespace-found.js +11 -0
  395. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/brace-expansion/index.js +201 -0
  396. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/minimatch/minimatch.js +947 -0
  397. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esparse.js +139 -0
  398. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esvalidate.js +236 -0
  399. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/dist/esprima.js +6709 -0
  400. package/dist/src/web/frontend/node_modules/.he-WANrIpvs/he.js +345 -0
  401. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/cli.js +315 -0
  402. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/index.js +27 -0
  403. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/argument.js +147 -0
  404. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/command.js +1944 -0
  405. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/error.js +45 -0
  406. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/help.js +396 -0
  407. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/option.js +208 -0
  408. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/suggestSimilar.js +100 -0
  409. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlminifier.js +1368 -0
  410. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlparser.js +581 -0
  411. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/tokenchain.js +71 -0
  412. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/utils.js +31 -0
  413. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/bin.js +30 -0
  414. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/index.js +67 -0
  415. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/fixtures/cli.js +7 -0
  416. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/index.js +24 -0
  417. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/cli.js +5 -0
  418. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/index.js +29 -0
  419. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/bin/cli.js +31 -0
  420. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/jakefile.js +112 -0
  421. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/api.js +409 -0
  422. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/jake.js +330 -0
  423. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/loader.js +174 -0
  424. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/namespace.js +115 -0
  425. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/package_task.js +406 -0
  426. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/parseargs.js +134 -0
  427. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/program.js +282 -0
  428. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/publish_task.js +290 -0
  429. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/rule.js +311 -0
  430. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/directory_task.js +30 -0
  431. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/file_task.js +126 -0
  432. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/index.js +9 -0
  433. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/task.js +458 -0
  434. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/test_task.js +270 -0
  435. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/file.js +286 -0
  436. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/index.js +297 -0
  437. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/logger.js +24 -0
  438. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/concurrent.js +45 -0
  439. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file.js +228 -0
  440. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file_task.js +141 -0
  441. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/helpers.js +80 -0
  442. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakefile.js +352 -0
  443. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/concurrent.jake.js +113 -0
  444. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/publish.jake.js +49 -0
  445. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/required_module.jake.js +10 -0
  446. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/rule.jake.js +222 -0
  447. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/list_tasks.js +15 -0
  448. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/publish_task.js +27 -0
  449. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/rule.js +217 -0
  450. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/selfdep.js +42 -0
  451. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/task_base.js +167 -0
  452. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/jakefile.js +36 -0
  453. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/namespace.js +77 -0
  454. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/parseargs.js +169 -0
  455. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/bin/jest.js +13 -0
  456. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/build/jest.js +61 -0
  457. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/bin/jest.js +17 -0
  458. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/args.js +710 -0
  459. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/index.js +265 -0
  460. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/index.js +13 -0
  461. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/errors.js +35 -0
  462. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/generateConfigFile.js +104 -0
  463. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/index.js +246 -0
  464. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/modifyPackageJson.js +28 -0
  465. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/questions.js +76 -0
  466. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/types.js +1 -0
  467. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Circus.js +1 -0
  468. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Config.js +1 -0
  469. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Global.js +1 -0
  470. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/TestResult.js +1 -0
  471. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Transform.js +1 -0
  472. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/index.js +1 -0
  473. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/index.js +287 -0
  474. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/string-utils.js +27 -0
  475. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/index.js +6 -0
  476. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/text.js +6 -0
  477. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/index.js +6 -0
  478. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/text.js +6 -0
  479. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/is-fullwidth-code-point/index.js +50 -0
  480. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/ErrorWithStack.js +33 -0
  481. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/clearLine.js +18 -0
  482. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
  483. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createDirectory.js +76 -0
  484. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createProcessObject.js +126 -0
  485. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
  486. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/formatTime.js +24 -0
  487. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/globsToMatcher.js +108 -0
  488. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/index.js +209 -0
  489. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/installCommonGlobals.js +123 -0
  490. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/interopRequireDefault.js +22 -0
  491. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isInteractive.js +27 -0
  492. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isPromise.js +20 -0
  493. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/pluralize.js +16 -0
  494. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/preRunMessage.js +48 -0
  495. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
  496. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/requireOrImportModule.js +91 -0
  497. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/setGlobal.js +17 -0
  498. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/specialChars.js +25 -0
  499. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
  500. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/tryRealpath.js +34 -0
  501. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/string-width/index.js +47 -0
  502. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/wrap-ansi/index.js +216 -0
  503. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/argsert.js +62 -0
  504. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/command.js +382 -0
  505. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion-templates.js +47 -0
  506. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion.js +128 -0
  507. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/middleware.js +53 -0
  508. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/parse-command.js +32 -0
  509. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  510. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  511. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/usage.js +548 -0
  512. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  513. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  514. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
  515. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  516. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  517. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  518. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  519. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/validation.js +308 -0
  520. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
  521. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yerror.js +7 -0
  522. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/helpers/index.js +14 -0
  523. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/browser.js +29 -0
  524. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/index.js +59 -0
  525. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  526. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  527. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  528. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
  529. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/bin/jiti.js +16 -0
  530. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/babel.js +227 -0
  531. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/jiti.js +1 -0
  532. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/lib/index.js +15 -0
  533. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/register.js +3 -0
  534. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/bin/js-yaml.js +126 -0
  535. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.js +3874 -0
  536. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.min.js +2 -0
  537. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/index.js +47 -0
  538. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/common.js +59 -0
  539. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/dumper.js +965 -0
  540. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/exception.js +55 -0
  541. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/loader.js +1727 -0
  542. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/core.js +11 -0
  543. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/default.js +22 -0
  544. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/failsafe.js +17 -0
  545. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/json.js +19 -0
  546. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema.js +121 -0
  547. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/snippet.js +101 -0
  548. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/binary.js +125 -0
  549. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/bool.js +35 -0
  550. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/float.js +97 -0
  551. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/int.js +156 -0
  552. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/map.js +8 -0
  553. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/merge.js +12 -0
  554. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/null.js +35 -0
  555. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/omap.js +44 -0
  556. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/pairs.js +53 -0
  557. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/seq.js +8 -0
  558. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/set.js +29 -0
  559. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/str.js +8 -0
  560. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/timestamp.js +88 -0
  561. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type.js +66 -0
  562. package/dist/src/web/frontend/node_modules/.jsesc-HO7WBVtD/jsesc.js +337 -0
  563. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.js +1737 -0
  564. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.min.js +1 -0
  565. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/cli.js +152 -0
  566. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/index.js +9 -0
  567. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/parse.js +1114 -0
  568. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/register.js +13 -0
  569. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/require.js +4 -0
  570. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/stringify.js +261 -0
  571. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/unicode.js +4 -0
  572. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/util.js +35 -0
  573. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/bin/lint-staged.js +164 -0
  574. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/chunkFiles.js +54 -0
  575. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/configFiles.js +30 -0
  576. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/dynamicImport.js +3 -0
  577. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/execGit.js +28 -0
  578. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/figures.js +8 -0
  579. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/file.js +53 -0
  580. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/generateTasks.js +52 -0
  581. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getDiffCommand.js +19 -0
  582. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getRenderer.js +64 -0
  583. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getStagedFiles.js +56 -0
  584. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/gitWorkflow.js +359 -0
  585. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/groupFilesByConfig.js +55 -0
  586. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/index.js +160 -0
  587. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/loadConfig.js +127 -0
  588. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/makeCmdTasks.js +52 -0
  589. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/messages.js +98 -0
  590. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/normalizePath.js +50 -0
  591. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/parseGitZOutput.js +11 -0
  592. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/printTaskOutput.js +12 -0
  593. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/readStdin.js +19 -0
  594. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveConfig.js +15 -0
  595. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveGitRepo.js +66 -0
  596. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveTaskFn.js +185 -0
  597. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/runAll.js +344 -0
  598. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/searchConfigs.js +131 -0
  599. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/state.js +72 -0
  600. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/symbols.js +27 -0
  601. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateBraces.js +91 -0
  602. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateConfig.js +121 -0
  603. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateOptions.js +47 -0
  604. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/version.js +6 -0
  605. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/index.js +225 -0
  606. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/utilities.js +33 -0
  607. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  608. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
  609. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
  610. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
  611. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
  612. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-node.js +102 -0
  613. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
  614. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/composer.js +217 -0
  615. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
  616. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
  617. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
  618. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  619. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
  620. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
  621. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
  622. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  623. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
  624. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  625. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
  626. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/Document.js +335 -0
  627. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
  628. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
  629. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
  630. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/directives.js +176 -0
  631. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/errors.js +57 -0
  632. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/index.js +17 -0
  633. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/log.js +11 -0
  634. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Alias.js +114 -0
  635. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
  636. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
  637. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  638. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
  639. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
  640. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
  641. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
  642. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
  643. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
  644. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
  645. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  646. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  647. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  648. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
  649. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  650. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/parser.js +967 -0
  651. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/public-api.js +102 -0
  652. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
  653. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
  654. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
  655. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
  656. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  657. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  658. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  659. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  660. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  661. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  662. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/tags.js +96 -0
  663. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
  664. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  665. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  666. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  667. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
  668. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
  669. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  670. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
  671. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
  672. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  673. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
  674. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringify.js +128 -0
  675. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +143 -0
  676. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
  677. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
  678. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
  679. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
  680. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
  681. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/util.js +11 -0
  682. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/visit.js +233 -0
  683. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/index.js +5 -0
  684. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  685. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  686. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-node.js +105 -0
  687. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  688. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/composer.js +222 -0
  689. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  690. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  691. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  692. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  693. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  694. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  695. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  696. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  697. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  698. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  699. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  700. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/Document.js +337 -0
  701. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/anchors.js +76 -0
  702. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  703. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/createNode.js +90 -0
  704. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/directives.js +178 -0
  705. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/errors.js +62 -0
  706. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/index.js +50 -0
  707. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/log.js +19 -0
  708. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Alias.js +116 -0
  709. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Collection.js +151 -0
  710. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Node.js +40 -0
  711. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Pair.js +39 -0
  712. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  713. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  714. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  715. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  716. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/identity.js +53 -0
  717. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/toJS.js +39 -0
  718. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  719. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  720. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  721. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst.js +112 -0
  722. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/lexer.js +719 -0
  723. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/line-counter.js +41 -0
  724. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/parser.js +972 -0
  725. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/public-api.js +107 -0
  726. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/Schema.js +39 -0
  727. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/map.js +19 -0
  728. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/null.js +17 -0
  729. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/seq.js +19 -0
  730. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/string.js +16 -0
  731. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/bool.js +21 -0
  732. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/float.js +47 -0
  733. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/int.js +42 -0
  734. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/schema.js +25 -0
  735. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/json/schema.js +64 -0
  736. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/tags.js +99 -0
  737. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  738. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  739. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  740. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  741. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
  742. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  743. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  744. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  745. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  746. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  747. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  748. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringify.js +131 -0
  749. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
  750. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  751. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  752. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  753. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  754. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  755. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/test-events.js +134 -0
  756. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/util.js +28 -0
  757. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/visit.js +236 -0
  758. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/util.js +2 -0
  759. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/cli.js +16 -0
  760. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/custom.js +4 -0
  761. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/index.js +3 -0
  762. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/loose-envify.js +36 -0
  763. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/replace.js +65 -0
  764. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/bin/bin.js +13 -0
  765. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/base64-string.js +285 -0
  766. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.js +506 -0
  767. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.min.js +1 -0
  768. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/reference/lz-string-1.0.2.js +204 -0
  769. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine-html.js +681 -0
  770. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine.js +2600 -0
  771. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lz-string-spec.js +226 -0
  772. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/cli.js +8 -0
  773. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/mime.js +108 -0
  774. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/build.js +53 -0
  775. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/test.js +60 -0
  776. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/bin/cmd.js +33 -0
  777. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/index.js +102 -0
  778. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/abap/abap.js +1342 -0
  779. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/apex/apex.js +347 -0
  780. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/azcli/azcli.js +102 -0
  781. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bat/bat.js +123 -0
  782. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bicep/bicep.js +143 -0
  783. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cameligo/cameligo.js +196 -0
  784. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/clojure/clojure.js +782 -0
  785. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/coffee/coffee.js +256 -0
  786. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cpp/cpp.js +418 -0
  787. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csharp/csharp.js +348 -0
  788. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csp/csp.js +85 -0
  789. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/css/css.js +212 -0
  790. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cypher/cypher.js +290 -0
  791. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dart/dart.js +298 -0
  792. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dockerfile/dockerfile.js +160 -0
  793. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/ecl/ecl.js +482 -0
  794. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/elixir/elixir.js +517 -0
  795. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/flow9/flow9.js +169 -0
  796. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.js +175099 -0
  797. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.de.js +2023 -0
  798. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.es.js +2023 -0
  799. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.fr.js +2023 -0
  800. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.it.js +2023 -0
  801. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ja.js +2023 -0
  802. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.js +2026 -0
  803. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ko.js +2023 -0
  804. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ru.js +2023 -0
  805. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-cn.js +2023 -0
  806. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-tw.js +2023 -0
  807. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssMode.js +2069 -0
  808. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssWorker.js +36893 -0
  809. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/browser.js +132 -0
  810. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/canIUse.js +32 -0
  811. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/contextmenu.js +5 -0
  812. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/defaultWorkerFactory.js +128 -0
  813. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dnd.js +26 -0
  814. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dom.js +1405 -0
  815. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dompurify/dompurify.js +1640 -0
  816. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/event.js +20 -0
  817. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/fastDomNode.js +250 -0
  818. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/formattedTextRenderer.js +167 -0
  819. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionViewItems.js +372 -0
  820. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionbar.js +421 -0
  821. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/aria/aria.js +81 -0
  822. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.js +1 -0
  823. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/button/button.js +190 -0
  824. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/codicons/codiconStyles.js +6 -0
  825. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/contextview/contextview.js +299 -0
  826. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/countBadge/countBadge.js +36 -0
  827. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dialog/dialog.js +1 -0
  828. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdown.js +139 -0
  829. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js +106 -0
  830. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInput.js +295 -0
  831. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInputToggles.js +46 -0
  832. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/scrollbar/abstractScrollbar.js +207 -0
  833. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/abstractTree.js +1644 -0
  834. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/asyncDataTree.js +845 -0
  835. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/compressedObjectTreeModel.js +365 -0
  836. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/dataTree.js +17 -0
  837. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/actions.js +175 -0
  838. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arrays.js +470 -0
  839. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arraysFind.js +175 -0
  840. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/assert.js +51 -0
  841. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/async.js +832 -0
  842. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/buffer.js +68 -0
  843. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cache.js +40 -0
  844. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cancellation.js +109 -0
  845. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/charCode.js +5 -0
  846. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/codicons.js +591 -0
  847. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/collections.js +35 -0
  848. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/color.js +462 -0
  849. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/comparers.js +83 -0
  850. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/dataTransfer.js +129 -0
  851. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/decorators.js +30 -0
  852. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diff.js +899 -0
  853. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diffChange.js +32 -0
  854. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errorMessage.js +68 -0
  855. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errors.js +150 -0
  856. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/event.js +1185 -0
  857. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/extpath.js +144 -0
  858. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/filters.js +768 -0
  859. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/autorun.js +185 -0
  860. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/base.js +326 -0
  861. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/derived.js +276 -0
  862. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/_.contribution.js +82 -0
  863. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.contribution.js +23 -0
  864. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.js +1317 -0
  865. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.contribution.js +24 -0
  866. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.js +322 -0
  867. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.contribution.js +23 -0
  868. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.js +77 -0
  869. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.contribution.js +23 -0
  870. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.js +98 -0
  871. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.contribution.js +23 -0
  872. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.js +118 -0
  873. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.contribution.js +23 -0
  874. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.js +171 -0
  875. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.contribution.js +23 -0
  876. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.js +757 -0
  877. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.contribution.js +24 -0
  878. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.js +231 -0
  879. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.contribution.js +37 -0
  880. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.js +393 -0
  881. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.contribution.js +23 -0
  882. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.js +323 -0
  883. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.contribution.js +23 -0
  884. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.js +60 -0
  885. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.contribution.js +24 -0
  886. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.js +187 -0
  887. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.contribution.js +23 -0
  888. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.js +265 -0
  889. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.contribution.js +24 -0
  890. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.js +273 -0
  891. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.contribution.js +24 -0
  892. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.js +135 -0
  893. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.contribution.js +23 -0
  894. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.js +457 -0
  895. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.contribution.js +23 -0
  896. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.js +492 -0
  897. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.contribution.js +23 -0
  898. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.js +144 -0
  899. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/freemarker2/freemarker2.contribution.js +101 -0
  900. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/charWidthReader.js +102 -0
  901. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/domFontInfo.js +25 -0
  902. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/editorConfiguration.js +280 -0
  903. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/elementSizeObserver.js +99 -0
  904. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/fontMeasurements.js +191 -0
  905. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/coreCommands.js +1727 -0
  906. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/dnd.js +76 -0
  907. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorBrowser.js +50 -0
  908. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorDom.js +282 -0
  909. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorExtensions.js +461 -0
  910. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/abstractCodeEditorService.js +127 -0
  911. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/bulkEditService.js +73 -0
  912. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/codeEditorService.js +6 -0
  913. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/editorWorkerService.js +454 -0
  914. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/domLineBreaksComputer.js +299 -0
  915. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/dynamicViewOverlay.js +7 -0
  916. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js +95 -0
  917. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/contentWidgets/contentWidgets.js +462 -0
  918. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js +176 -0
  919. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/decorations/decorations.js +200 -0
  920. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js +142 -0
  921. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/lines/domReadingContext.js +41 -0
  922. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.js +396 -0
  923. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorContributions.js +130 -0
  924. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorWidget.js +1734 -0
  925. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/accessibleDiffViewer.js +531 -0
  926. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/colors.js +9 -0
  927. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/decorations.js +65 -0
  928. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/delegatingEditorImpl.js +108 -0
  929. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +274 -0
  930. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorDecorations.js +225 -0
  931. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorEditors.js +164 -0
  932. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorOptions.js +91 -0
  933. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorSash.js +69 -0
  934. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js +522 -0
  935. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js +493 -0
  936. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js +30 -0
  937. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/embeddedCodeEditorWidget.js +57 -0
  938. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/colors.js +7 -0
  939. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/diffEditorItemTemplate.js +213 -0
  940. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/diffEditor.js +34 -0
  941. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfiguration.js +5 -0
  942. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfigurationSchema.js +284 -0
  943. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorOptions.js +2999 -0
  944. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorZoom.js +23 -0
  945. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/fontInfo.js +153 -0
  946. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/characterClassifier.js +56 -0
  947. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/cursorColumns.js +109 -0
  948. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/dimension.js +5 -0
  949. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editOperation.js +33 -0
  950. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editorColorRegistry.js +85 -0
  951. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/eolCounter.js +42 -0
  952. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursor.js +877 -0
  953. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorAtomicMoveOperations.js +142 -0
  954. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorCollection.js +191 -0
  955. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorColumnSelection.js +90 -0
  956. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorContext.js +13 -0
  957. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorDeleteOperations.js +215 -0
  958. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveCommands.js +651 -0
  959. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveOperations.js +287 -0
  960. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorTypeOperations.js +973 -0
  961. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorWordOperations.js +686 -0
  962. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorCommon.js +239 -0
  963. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorEvents.js +5 -0
  964. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js +118 -0
  965. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js +98 -0
  966. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js +246 -0
  967. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js +220 -0
  968. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/documentDiffProvider.js +5 -0
  969. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorAction.js +24 -0
  970. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorCommon.js +11 -0
  971. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorContextKeys.js +76 -0
  972. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorFeatures.js +15 -0
  973. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorTheme.js +21 -0
  974. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/encodedTokenAttributes.js +77 -0
  975. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/autoIndent.js +374 -0
  976. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js +135 -0
  977. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/enterAction.js +63 -0
  978. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/characterPair.js +37 -0
  979. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/electricCharacter.js +52 -0
  980. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl.js +724 -0
  981. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast.js +482 -0
  982. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper.js +107 -0
  983. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.js +343 -0
  984. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets.js +105 -0
  985. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos.js +121 -0
  986. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/concat23Trees.js +189 -0
  987. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider.js +94 -0
  988. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.js +66 -0
  989. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/decorationProvider.js +1 -0
  990. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/editStack.js +359 -0
  991. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/fixedArray.js +67 -0
  992. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorBaseApi.js +40 -0
  993. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorSimpleWorker.js +523 -0
  994. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorker.js +6 -0
  995. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorkerHost.js +5 -0
  996. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokens.js +30 -0
  997. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokensBuilder.js +20 -0
  998. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensEditing.js +125 -0
  999. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensStore.js +204 -0
  1000. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +164 -0
  1001. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +351 -0
  1002. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +49 -0
  1003. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/clipboard/browser/clipboard.js +236 -0
  1004. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeAction.js +284 -0
  1005. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +229 -0
  1006. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +43 -0
  1007. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +315 -0
  1008. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.js +86 -0
  1009. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +64 -0
  1010. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionModel.js +271 -0
  1011. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codeLensCache.js +112 -0
  1012. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelens.js +104 -0
  1013. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensController.js +472 -0
  1014. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensWidget.js +262 -0
  1015. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/color.js +112 -0
  1016. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorContributions.js +51 -0
  1017. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorDetector.js +242 -0
  1018. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.js +244 -0
  1019. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.js +71 -0
  1020. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.js +353 -0
  1021. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js +54 -0
  1022. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/blockCommentCommand.js +146 -0
  1023. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/comment.js +146 -0
  1024. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +345 -0
  1025. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +134 -0
  1026. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dnd.js +195 -0
  1027. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.js +62 -0
  1028. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.js +23 -0
  1029. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +57 -0
  1030. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +401 -0
  1031. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +181 -0
  1032. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js +44 -0
  1033. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +157 -0
  1034. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.js +71 -0
  1035. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/editorState/browser/editorState.js +112 -0
  1036. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findController.js +990 -0
  1037. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findDecorations.js +296 -0
  1038. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findModel.js +488 -0
  1039. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findOptionsWidget.js +138 -0
  1040. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findState.js +243 -0
  1041. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findWidget.js +1177 -0
  1042. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/folding.js +1093 -0
  1043. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +133 -0
  1044. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingModel.js +538 -0
  1045. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingRanges.js +351 -0
  1046. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +49 -0
  1047. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/format.js +360 -0
  1048. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formatActions.js +263 -0
  1049. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formattingEdit.js +54 -0
  1050. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js +149 -0
  1051. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/hover/browser/contentHover.js +874 -0
  1052. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commandIds.js +7 -0
  1053. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commands.js +199 -0
  1054. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js +70 -0
  1055. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js +26 -0
  1056. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +153 -0
  1057. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +33 -0
  1058. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js +354 -0
  1059. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.js +146 -0
  1060. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/suggest/browser/completionModel.js +224 -0
  1061. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +119 -0
  1062. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/edcore.main.js +14 -0
  1063. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.all.js +63 -0
  1064. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.api.js +55 -0
  1065. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.main.js +7 -0
  1066. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.worker.js +25 -0
  1067. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/standalone/browser/colorizer.js +118 -0
  1068. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/css.worker.js +36869 -0
  1069. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/cssMode.js +2035 -0
  1070. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/browser/accessibilityService.js +88 -0
  1071. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/common/accessibility.js +9 -0
  1072. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/action.js +7 -0
  1073. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/actionCommonCategories.js +13 -0
  1074. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionList.js +276 -0
  1075. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionWidget.js +248 -0
  1076. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/common/actionWidget.js +5 -0
  1077. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actions/common/actions.js +409 -0
  1078. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/audioCues/browser/audioCueService.js +176 -0
  1079. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/browser/clipboardService.js +141 -0
  1080. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/common/clipboardService.js +6 -0
  1081. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/commands/common/commands.js +80 -0
  1082. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configuration.js +86 -0
  1083. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurationModels.js +554 -0
  1084. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurationRegistry.js +317 -0
  1085. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurations.js +41 -0
  1086. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/browser/contextKeyService.js +432 -0
  1087. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/common/contextkey.js +1547 -0
  1088. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/common/contextkeys.js +18 -0
  1089. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextMenuHandler.js +124 -0
  1090. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextMenuService.js +101 -0
  1091. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextView.js +7 -0
  1092. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextViewService.js +72 -0
  1093. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/dialogs/common/dialogs.js +2 -0
  1094. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/dnd/browser/dnd.js +36 -0
  1095. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/editor/common/editor.js +17 -0
  1096. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/environment/common/environment.js +2 -0
  1097. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/extensions/common/extensions.js +47 -0
  1098. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/files/common/files.js +9 -0
  1099. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +105 -0
  1100. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/instantiation/common/descriptors.js +11 -0
  1101. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/instantiation/common/extensions.js +15 -0
  1102. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/keybinding/common/abstractKeybindingService.js +277 -0
  1103. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/keybinding/common/baseResolvedKeybinding.js +53 -0
  1104. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +354 -0
  1105. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/theme/browser/defaultStyles.js +162 -0
  1106. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/theme/common/colorRegistry.js +482 -0
  1107. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/abap/abap.js +10 -0
  1108. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/apex/apex.js +10 -0
  1109. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/azcli/azcli.js +10 -0
  1110. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/bat/bat.js +10 -0
  1111. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/bicep/bicep.js +11 -0
  1112. package/package.json +2 -1
  1113. package/scripts/.claude-flow/metrics/agent-metrics.json +1 -0
  1114. package/scripts/.claude-flow/metrics/performance.json +9 -0
  1115. package/scripts/.claude-flow/metrics/task-metrics.json +10 -0
  1116. package/scripts/CLEANUP_OPTIMIZATION_REPORT.json +312 -0
  1117. package/scripts/CLEANUP_PERFORMANCE_OPTIMIZATION.md +387 -0
  1118. package/scripts/CLEANUP_QUICK_START.md +268 -0
  1119. package/scripts/CLEANUP_TEST_RESULTS.md +205 -0
  1120. package/scripts/README.md +339 -0
  1121. package/scripts/ace-query.sh +384 -0
  1122. package/scripts/agent-token-analysis.js +430 -0
  1123. package/scripts/auto-setup.js +332 -0
  1124. package/scripts/build/README.md +167 -0
  1125. package/scripts/build/build-config.js +27 -0
  1126. package/scripts/build/build-prompt-copier.sh +30 -0
  1127. package/scripts/build/performance-monitor.js +869 -0
  1128. package/scripts/build/prepare-publish.js +150 -0
  1129. package/scripts/build/typescript-fixer.js +621 -0
  1130. package/scripts/build/unified-builder.sh +428 -0
  1131. package/scripts/build/update-bin-version.js +32 -0
  1132. package/scripts/build/validate-agents.js +238 -0
  1133. package/scripts/build-index.js +43 -0
  1134. package/scripts/build-orchestrator.js +320 -0
  1135. package/scripts/check-routing-stats.cjs +122 -0
  1136. package/scripts/ci-validation.js +375 -0
  1137. package/scripts/cleanup-blocking-coordination.sh +420 -0
  1138. package/scripts/cleanup-idle-sessions.sh +118 -0
  1139. package/scripts/collect-build-metrics.js +65 -0
  1140. package/scripts/demo/README.md +79 -0
  1141. package/scripts/demo/autoscaling-demo-simplified.js +963 -0
  1142. package/scripts/demo/comprehensive-dashboard-test.js +693 -0
  1143. package/scripts/demo/confidence-log.js +87 -0
  1144. package/scripts/demo/confidence-report.js +82 -0
  1145. package/scripts/demo/demo-multi-swarm-coordination.js +325 -0
  1146. package/scripts/demo/demo-production-deployment.js +399 -0
  1147. package/scripts/demo/demo-visualization-system.js +149 -0
  1148. package/scripts/demo/performance-analysis.cjs +71 -0
  1149. package/scripts/demo/performance-analysis.js +71 -0
  1150. package/scripts/demo/test-autoscaling-demo.js +314 -0
  1151. package/scripts/dependency-optimizer.js +349 -0
  1152. package/scripts/dependency-security-assessment.js +331 -0
  1153. package/scripts/deploy-sdk.sh +176 -0
  1154. package/scripts/deployment-readiness-report.json +179 -0
  1155. package/scripts/dev/README.md +264 -0
  1156. package/scripts/dev/claude-flow-wrapper.sh +35 -0
  1157. package/scripts/dev/claude-monitor.py +419 -0
  1158. package/scripts/dev/claude-sparc.sh +562 -0
  1159. package/scripts/dev/claude-wrapper.sh +17 -0
  1160. package/scripts/dev/demo-phase3-compliance.js +172 -0
  1161. package/scripts/dev/demo-task-system.ts +224 -0
  1162. package/scripts/dev/deployment-validator.js +315 -0
  1163. package/scripts/dev/spawn-claude-terminal.sh +32 -0
  1164. package/scripts/dev/start-portal.sh +506 -0
  1165. package/scripts/dev/start-web-ui.js +15 -0
  1166. package/scripts/dev/stop-portal.sh +311 -0
  1167. package/scripts/dev/validate-examples.ts +288 -0
  1168. package/scripts/dev/validate-phase2.cjs +451 -0
  1169. package/scripts/dev/validate-phase2.js +785 -0
  1170. package/scripts/dev/validate-phase3.cjs +208 -0
  1171. package/scripts/dev/validate-security-remediation.js +1 -0
  1172. package/scripts/ecosystem.config.cjs +90 -0
  1173. package/scripts/enhanced-memory-spiral-killer.sh +221 -0
  1174. package/scripts/fix-js-extensions.js +167 -0
  1175. package/scripts/generate-basic-types.js +73 -0
  1176. package/scripts/generate-changelog.js +318 -0
  1177. package/scripts/git-hooks/pre-commit.sh +143 -0
  1178. package/scripts/health-checks.js +634 -0
  1179. package/scripts/hook-wrapper.sh +54 -0
  1180. package/scripts/install/README.md +375 -0
  1181. package/scripts/install/REDIS_SETUP_VALIDATION.json +245 -0
  1182. package/scripts/install/check-prerequisites.js +303 -0
  1183. package/scripts/install/config-wizard.js +606 -0
  1184. package/scripts/install/dependency-checker.js +385 -0
  1185. package/scripts/install/health-check.js +765 -0
  1186. package/scripts/install/install.js +256 -0
  1187. package/scripts/install/installation-benchmark.js +461 -0
  1188. package/scripts/install/quick-install.js +720 -0
  1189. package/scripts/install/quick-start-wizard.js +295 -0
  1190. package/scripts/install/redis-cli.js +289 -0
  1191. package/scripts/install/redis-install-guides.md +407 -0
  1192. package/scripts/install/redis-setup.js +559 -0
  1193. package/scripts/install/redis-test.js +278 -0
  1194. package/scripts/install/service-manager.js +672 -0
  1195. package/scripts/install/setup.js +832 -0
  1196. package/scripts/install/uninstall.js +526 -0
  1197. package/scripts/install/update.js +461 -0
  1198. package/scripts/install-pre-commit-hook.sh +127 -0
  1199. package/scripts/legacy/README.md +272 -0
  1200. package/scripts/legacy/batch-fix-ts.sh +54 -0
  1201. package/scripts/legacy/build-migration.sh +105 -0
  1202. package/scripts/legacy/build-monitor.js +209 -0
  1203. package/scripts/legacy/build-with-filter.sh +84 -0
  1204. package/scripts/legacy/build-workaround.sh +71 -0
  1205. package/scripts/legacy/fix-ts-advanced.js +358 -0
  1206. package/scripts/legacy/fix-ts-final.sh +50 -0
  1207. package/scripts/legacy/fix-ts-targeted.sh +49 -0
  1208. package/scripts/legacy/fix-typescript-errors.js +305 -0
  1209. package/scripts/legacy/force-build.sh +63 -0
  1210. package/scripts/legacy/optimize-performance.js +400 -0
  1211. package/scripts/legacy/performance-monitor.js +263 -0
  1212. package/scripts/legacy/performance-monitoring.js +532 -0
  1213. package/scripts/legacy/performance-test-runner.js +645 -0
  1214. package/scripts/legacy/quick-fix-ts.js +281 -0
  1215. package/scripts/legacy/safe-build.sh +63 -0
  1216. package/scripts/memory-monitor-coordinator.js +451 -0
  1217. package/scripts/migrate-to-sdk.sh +520 -0
  1218. package/scripts/migration/QUICK-START.md +189 -0
  1219. package/scripts/migration/QUICK-START.md.backup-1760135091363 +189 -0
  1220. package/scripts/migration/README.md +464 -0
  1221. package/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md +500 -0
  1222. package/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md.backup-1760135091348 +500 -0
  1223. package/scripts/migration/UPDATE-PATHS-README.md +464 -0
  1224. package/scripts/migration/UPDATE-PATHS-README.md.backup-1760135091337 +464 -0
  1225. package/scripts/migration/example-patterns.json +19 -0
  1226. package/scripts/migration/install-arm64.js +78 -0
  1227. package/scripts/migration/install.js +83 -0
  1228. package/scripts/migration/migrate-hooks.js +173 -0
  1229. package/scripts/migration/migration-examples.ts +318 -0
  1230. package/scripts/migration/reorganize-workspace.js +504 -0
  1231. package/scripts/migration/test-update-paths.js +359 -0
  1232. package/scripts/migration/update-paths.js +664 -0
  1233. package/scripts/migration/validate-migration.js +647 -0
  1234. package/scripts/monitor-loop.sh +65 -0
  1235. package/scripts/monitor-memory.sh +47 -0
  1236. package/scripts/monitor-migration.js +339 -0
  1237. package/scripts/monitor.py +43 -0
  1238. package/scripts/monitoring/README.md +178 -0
  1239. package/scripts/monitoring/alert-monitor.sh +220 -0
  1240. package/scripts/monitoring/analyze-resources.sh +199 -0
  1241. package/scripts/monitoring/dashboards/rate-limiting-dashboard.json +211 -0
  1242. package/scripts/monitoring/dynamic-monitor.sh +85 -0
  1243. package/scripts/monitoring/launch-stability-test.sh +184 -0
  1244. package/scripts/monitoring/monitor-test.sh +93 -0
  1245. package/scripts/monitoring/pre-test-validation.sh +208 -0
  1246. package/scripts/monitoring/quick-test-alerting.sh +118 -0
  1247. package/scripts/monitoring/quick-test-rate-limiting.sh +206 -0
  1248. package/scripts/monitoring/rate-limiting-monitor.sh +380 -0
  1249. package/scripts/monitoring/resource-monitor.sh +126 -0
  1250. package/scripts/monitoring/stability-monitor.js +429 -0
  1251. package/scripts/monitoring/test-monitor-quick.sh +54 -0
  1252. package/scripts/monitoring/view-alerts.sh +307 -0
  1253. package/scripts/npm-metrics-collector.js +482 -0
  1254. package/scripts/npm-package-validation.cjs +299 -0
  1255. package/scripts/optimization/build-optimizer.js +438 -0
  1256. package/scripts/optimization/config-validator.js +761 -0
  1257. package/scripts/optimization/test-optimization.js +432 -0
  1258. package/scripts/optimization/unified-activation.js +839 -0
  1259. package/scripts/optimize-package-swarm.js +54 -0
  1260. package/scripts/performance/ACTIVATION_COMMANDS.md +292 -0
  1261. package/scripts/performance/sqlite-enhanced-activation.sh +583 -0
  1262. package/scripts/performance/test-enhanced-backend.sh +504 -0
  1263. package/scripts/performance-monitor.js +644 -0
  1264. package/scripts/performance-test-runner.js +698 -0
  1265. package/scripts/post-deployment-monitoring.js +350 -0
  1266. package/scripts/post-edit-pipeline.js +2091 -0
  1267. package/scripts/post-install-claude-md.js +78 -0
  1268. package/scripts/postinstall.js +165 -0
  1269. package/scripts/pre-publish-validation.cjs +212 -0
  1270. package/scripts/pre-publish-validation.js +429 -0
  1271. package/scripts/redis-lua/cleanup-blocking-coordination.lua +198 -0
  1272. package/scripts/release-announcement.js +425 -0
  1273. package/scripts/release-notification.js +248 -0
  1274. package/scripts/release-rollback.js +376 -0
  1275. package/scripts/release-validation.js +460 -0
  1276. package/scripts/rollback-sdk.sh +66 -0
  1277. package/scripts/run-production-validation.ts +590 -0
  1278. package/scripts/run-stability-validation.sh +687 -0
  1279. package/scripts/security/README.md +339 -0
  1280. package/scripts/security/deployment-validation.cjs +279 -0
  1281. package/scripts/security/envelope-encryption-confidence-report.cjs +422 -0
  1282. package/scripts/security/install-git-hooks.sh +132 -0
  1283. package/scripts/security/install-git-secrets.sh +295 -0
  1284. package/scripts/security/rotate-api-keys.js +469 -0
  1285. package/scripts/security/ruv-swarm-safe.js +74 -0
  1286. package/scripts/security/security-audit.cjs +538 -0
  1287. package/scripts/security/setup-redis-auth.sh +397 -0
  1288. package/scripts/security/validate-envelope-encryption.cjs +340 -0
  1289. package/scripts/security-scan.js +492 -0
  1290. package/scripts/src/web/frontend/.claude-flow/metrics/agent-metrics.json +1 -0
  1291. package/scripts/src/web/frontend/.claude-flow/metrics/performance.json +9 -0
  1292. package/scripts/src/web/frontend/.claude-flow/metrics/task-metrics.json +10 -0
  1293. package/scripts/switch-api.sh +159 -0
  1294. package/scripts/sync-agents.js +290 -0
  1295. package/scripts/test/50-agent-test.js +625 -0
  1296. package/scripts/test/NEW_STABILITY_TEST_GUIDE.md +407 -0
  1297. package/scripts/test/README.md +236 -0
  1298. package/scripts/test/STABILITY_TEST_EXAMPLE.md +347 -0
  1299. package/scripts/test/STABILITY_TEST_README.md +480 -0
  1300. package/scripts/test/agent-worker.js +309 -0
  1301. package/scripts/test/ai-coordination-test.js +650 -0
  1302. package/scripts/test/ai-mesh-coordination-test.js +416 -0
  1303. package/scripts/test/check-links.ts +274 -0
  1304. package/scripts/test/check-performance-regression.ts +168 -0
  1305. package/scripts/test/cli-agent-coordination-test.js +313 -0
  1306. package/scripts/test/coordinator-multilingual-test.js +396 -0
  1307. package/scripts/test/coordinator-transparency-demo.js +585 -0
  1308. package/scripts/test/coverage-report.ts +692 -0
  1309. package/scripts/test/generate-swarm-tests.js +633 -0
  1310. package/scripts/test/integration-test-validation.cjs +253 -0
  1311. package/scripts/test/load-test-swarm.js +576 -0
  1312. package/scripts/test/mesh-coordination-zero-overlap-test.js +740 -0
  1313. package/scripts/test/multilingual-hello-world-test.js +390 -0
  1314. package/scripts/test/quick-multilingual-demo.js +464 -0
  1315. package/scripts/test/real-agent-test.js +312 -0
  1316. package/scripts/test/run-phase3-compliance-tests.js +427 -0
  1317. package/scripts/test/run-stability-test-examples.sh +292 -0
  1318. package/scripts/test/stability-results/stability-metrics.jsonl +83 -0
  1319. package/scripts/test/stability-results/stability-test-report.json +128 -0
  1320. package/scripts/test/stability-results/stability-test.log +1827 -0
  1321. package/scripts/test/stability-test-50-agents.js +734 -0
  1322. package/scripts/test/test-batch-tasks.ts +29 -0
  1323. package/scripts/test/test-byzantine-resolution.js +246 -0
  1324. package/scripts/test/test-claude-spawn-options.sh +63 -0
  1325. package/scripts/test/test-cli-wizard.js +331 -0
  1326. package/scripts/test/test-comprehensive.js +401 -0
  1327. package/scripts/test/test-coordination-features.ts +238 -0
  1328. package/scripts/test/test-fallback-systems.js +276 -0
  1329. package/scripts/test/test-init-command.ts +302 -0
  1330. package/scripts/test/test-mcp.ts +251 -0
  1331. package/scripts/test/test-runner.ts +568 -0
  1332. package/scripts/test/test-swarm-integration.sh +92 -0
  1333. package/scripts/test/test-swarm.ts +142 -0
  1334. package/scripts/test/validation-summary.ts +408 -0
  1335. package/scripts/test-cleanup-performance.sh +416 -0
  1336. package/scripts/test-dashboard-auth.cjs +203 -0
  1337. package/scripts/test-docker-deployment.sh +207 -0
  1338. package/scripts/test-npm-package.cjs +167 -0
  1339. package/scripts/test-provider-routing.cjs +226 -0
  1340. package/scripts/test-routing-telemetry.cjs +147 -0
  1341. package/scripts/test-runner.cjs +154 -0
  1342. package/scripts/test-zai-10k.cjs +81 -0
  1343. package/scripts/test-zai-api.cjs +191 -0
  1344. package/scripts/test-zai-diagnostic.cjs +151 -0
  1345. package/scripts/test-zai-final.cjs +128 -0
  1346. package/scripts/test-zai-with-env.cjs +85 -0
  1347. package/scripts/toggle-cost-savings.cjs +302 -0
  1348. package/scripts/unified-memory-monitor.js +526 -0
  1349. package/scripts/utils/README.md +261 -0
  1350. package/scripts/utils/clean-build-artifacts.sh +94 -0
  1351. package/scripts/utils/cleanup-root.sh +69 -0
  1352. package/scripts/utils/fix-cliffy-imports.js +307 -0
  1353. package/scripts/utils/fix-duplicate-imports.js +114 -0
  1354. package/scripts/utils/fix-error-handling.cjs +70 -0
  1355. package/scripts/utils/fix-import-paths.js +104 -0
  1356. package/scripts/utils/fix-imports.js +116 -0
  1357. package/scripts/utils/fix-shebang.js +78 -0
  1358. package/scripts/utils/fix-test-modules.js +27 -0
  1359. package/scripts/utils/fix-timezone-issue-246.js +200 -0
  1360. package/scripts/utils/fix-ts-comprehensive.py +182 -0
  1361. package/scripts/utils/fix-ts-targeted-batch.js +250 -0
  1362. package/scripts/utils/remove-benchmark-conflicts.sh +140 -0
  1363. package/scripts/utils/simple-test-fixer.js +190 -0
  1364. package/scripts/utils/validate-metrics-structure.cjs +144 -0
  1365. package/scripts/validate-agent-hooks.js +506 -0
  1366. package/scripts/validate-changelog.js +241 -0
  1367. package/scripts/validate-coordination-cli.js +69 -0
  1368. package/scripts/validate-coordination-toggle-integration.cjs +501 -0
  1369. package/scripts/validate-docker-infrastructure.sh +502 -0
  1370. package/scripts/validate-entry-points.js +300 -0
  1371. package/scripts/validate-memory-monitoring.sh +225 -0
  1372. package/scripts/validate-stage3-performance.ts +377 -0
  1373. package/scripts/validate-template-bundling.js +180 -0
  1374. package/scripts/validation/README.md +33 -0
  1375. package/scripts/validation/acl-security-validation.cjs +214 -0
  1376. package/scripts/validation/acl-security-validation.js +402 -0
  1377. package/scripts/validation/byzantine-verification.js +407 -0
  1378. package/scripts/validation/final-phase-2-consensus.cjs +219 -0
  1379. package/scripts/validation/final-security-validation.js +791 -0
  1380. package/scripts/validation/final-wasm-validation.cjs +840 -0
  1381. package/scripts/validation/integration-test-analysis.js +105 -0
  1382. package/scripts/validation/phase-0-comprehensive-validation.js +474 -0
  1383. package/scripts/validation/phase-0-consensus-report.js +139 -0
  1384. package/scripts/validation/phase-0-final-report.js +112 -0
  1385. package/scripts/validation/phase-0-redis-consensus-report.js +129 -0
  1386. package/scripts/validation/phase-0-validation-improved.js +490 -0
  1387. package/scripts/validation/phase-0-validation-test.js +65 -0
  1388. package/scripts/validation/phase-1-consensus-report.cjs +342 -0
  1389. package/scripts/validation/phase-1-consensus-validation.cjs +551 -0
  1390. package/scripts/validation/phase-1-consensus-validation.js +551 -0
  1391. package/scripts/validation/phase-2-consensus-report.cjs +186 -0
  1392. package/scripts/validation/phase-2-validation.cjs +171 -0
  1393. package/scripts/validation/phase-2-validation.js +171 -0
  1394. package/scripts/validation/phase-4-consensus-report.js +181 -0
  1395. package/scripts/validation/phase-4-final-validation.js +351 -0
  1396. package/scripts/validation/phase-5-consensus-report.cjs +113 -0
  1397. package/scripts/validation/phase-5-consensus-report.js +113 -0
  1398. package/scripts/validation/security-analysis.js +49 -0
  1399. package/scripts/validation/security-validation.js +492 -0
  1400. package/scripts/validation/simple-security-validation.js +464 -0
  1401. package/scripts/verify-installation.js +112 -0
  1402. package/scripts/verify-mcp-server.js +86 -0
  1403. package/scripts/verify-sdk-phase1.cjs +293 -0
@@ -0,0 +1,719 @@
1
+ 'use strict';
2
+
3
+ var cst = require('./cst.js');
4
+
5
+ /*
6
+ START -> stream
7
+
8
+ stream
9
+ directive -> line-end -> stream
10
+ indent + line-end -> stream
11
+ [else] -> line-start
12
+
13
+ line-end
14
+ comment -> line-end
15
+ newline -> .
16
+ input-end -> END
17
+
18
+ line-start
19
+ doc-start -> doc
20
+ doc-end -> stream
21
+ [else] -> indent -> block-start
22
+
23
+ block-start
24
+ seq-item-start -> block-start
25
+ explicit-key-start -> block-start
26
+ map-value-start -> block-start
27
+ [else] -> doc
28
+
29
+ doc
30
+ line-end -> line-start
31
+ spaces -> doc
32
+ anchor -> doc
33
+ tag -> doc
34
+ flow-start -> flow -> doc
35
+ flow-end -> error -> doc
36
+ seq-item-start -> error -> doc
37
+ explicit-key-start -> error -> doc
38
+ map-value-start -> doc
39
+ alias -> doc
40
+ quote-start -> quoted-scalar -> doc
41
+ block-scalar-header -> line-end -> block-scalar(min) -> line-start
42
+ [else] -> plain-scalar(false, min) -> doc
43
+
44
+ flow
45
+ line-end -> flow
46
+ spaces -> flow
47
+ anchor -> flow
48
+ tag -> flow
49
+ flow-start -> flow -> flow
50
+ flow-end -> .
51
+ seq-item-start -> error -> flow
52
+ explicit-key-start -> flow
53
+ map-value-start -> flow
54
+ alias -> flow
55
+ quote-start -> quoted-scalar -> flow
56
+ comma -> flow
57
+ [else] -> plain-scalar(true, 0) -> flow
58
+
59
+ quoted-scalar
60
+ quote-end -> .
61
+ [else] -> quoted-scalar
62
+
63
+ block-scalar(min)
64
+ newline + peek(indent < min) -> .
65
+ [else] -> block-scalar(min)
66
+
67
+ plain-scalar(is-flow, min)
68
+ scalar-end(is-flow) -> .
69
+ peek(newline + (indent < min)) -> .
70
+ [else] -> plain-scalar(min)
71
+ */
72
+ function isEmpty(ch) {
73
+ switch (ch) {
74
+ case undefined:
75
+ case ' ':
76
+ case '\n':
77
+ case '\r':
78
+ case '\t':
79
+ return true;
80
+ default:
81
+ return false;
82
+ }
83
+ }
84
+ const hexDigits = new Set('0123456789ABCDEFabcdef');
85
+ const tagChars = new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()");
86
+ const flowIndicatorChars = new Set(',[]{}');
87
+ const invalidAnchorChars = new Set(' ,[]{}\n\r\t');
88
+ const isNotAnchorChar = (ch) => !ch || invalidAnchorChars.has(ch);
89
+ /**
90
+ * Splits an input string into lexical tokens, i.e. smaller strings that are
91
+ * easily identifiable by `tokens.tokenType()`.
92
+ *
93
+ * Lexing starts always in a "stream" context. Incomplete input may be buffered
94
+ * until a complete token can be emitted.
95
+ *
96
+ * In addition to slices of the original input, the following control characters
97
+ * may also be emitted:
98
+ *
99
+ * - `\x02` (Start of Text): A document starts with the next token
100
+ * - `\x18` (Cancel): Unexpected end of flow-mode (indicates an error)
101
+ * - `\x1f` (Unit Separator): Next token is a scalar value
102
+ * - `\u{FEFF}` (Byte order mark): Emitted separately outside documents
103
+ */
104
+ class Lexer {
105
+ constructor() {
106
+ /**
107
+ * Flag indicating whether the end of the current buffer marks the end of
108
+ * all input
109
+ */
110
+ this.atEnd = false;
111
+ /**
112
+ * Explicit indent set in block scalar header, as an offset from the current
113
+ * minimum indent, so e.g. set to 1 from a header `|2+`. Set to -1 if not
114
+ * explicitly set.
115
+ */
116
+ this.blockScalarIndent = -1;
117
+ /**
118
+ * Block scalars that include a + (keep) chomping indicator in their header
119
+ * include trailing empty lines, which are otherwise excluded from the
120
+ * scalar's contents.
121
+ */
122
+ this.blockScalarKeep = false;
123
+ /** Current input */
124
+ this.buffer = '';
125
+ /**
126
+ * Flag noting whether the map value indicator : can immediately follow this
127
+ * node within a flow context.
128
+ */
129
+ this.flowKey = false;
130
+ /** Count of surrounding flow collection levels. */
131
+ this.flowLevel = 0;
132
+ /**
133
+ * Minimum level of indentation required for next lines to be parsed as a
134
+ * part of the current scalar value.
135
+ */
136
+ this.indentNext = 0;
137
+ /** Indentation level of the current line. */
138
+ this.indentValue = 0;
139
+ /** Position of the next \n character. */
140
+ this.lineEndPos = null;
141
+ /** Stores the state of the lexer if reaching the end of incpomplete input */
142
+ this.next = null;
143
+ /** A pointer to `buffer`; the current position of the lexer. */
144
+ this.pos = 0;
145
+ }
146
+ /**
147
+ * Generate YAML tokens from the `source` string. If `incomplete`,
148
+ * a part of the last line may be left as a buffer for the next call.
149
+ *
150
+ * @returns A generator of lexical tokens
151
+ */
152
+ *lex(source, incomplete = false) {
153
+ if (source) {
154
+ if (typeof source !== 'string')
155
+ throw TypeError('source is not a string');
156
+ this.buffer = this.buffer ? this.buffer + source : source;
157
+ this.lineEndPos = null;
158
+ }
159
+ this.atEnd = !incomplete;
160
+ let next = this.next ?? 'stream';
161
+ while (next && (incomplete || this.hasChars(1)))
162
+ next = yield* this.parseNext(next);
163
+ }
164
+ atLineEnd() {
165
+ let i = this.pos;
166
+ let ch = this.buffer[i];
167
+ while (ch === ' ' || ch === '\t')
168
+ ch = this.buffer[++i];
169
+ if (!ch || ch === '#' || ch === '\n')
170
+ return true;
171
+ if (ch === '\r')
172
+ return this.buffer[i + 1] === '\n';
173
+ return false;
174
+ }
175
+ charAt(n) {
176
+ return this.buffer[this.pos + n];
177
+ }
178
+ continueScalar(offset) {
179
+ let ch = this.buffer[offset];
180
+ if (this.indentNext > 0) {
181
+ let indent = 0;
182
+ while (ch === ' ')
183
+ ch = this.buffer[++indent + offset];
184
+ if (ch === '\r') {
185
+ const next = this.buffer[indent + offset + 1];
186
+ if (next === '\n' || (!next && !this.atEnd))
187
+ return offset + indent + 1;
188
+ }
189
+ return ch === '\n' || indent >= this.indentNext || (!ch && !this.atEnd)
190
+ ? offset + indent
191
+ : -1;
192
+ }
193
+ if (ch === '-' || ch === '.') {
194
+ const dt = this.buffer.substr(offset, 3);
195
+ if ((dt === '---' || dt === '...') && isEmpty(this.buffer[offset + 3]))
196
+ return -1;
197
+ }
198
+ return offset;
199
+ }
200
+ getLine() {
201
+ let end = this.lineEndPos;
202
+ if (typeof end !== 'number' || (end !== -1 && end < this.pos)) {
203
+ end = this.buffer.indexOf('\n', this.pos);
204
+ this.lineEndPos = end;
205
+ }
206
+ if (end === -1)
207
+ return this.atEnd ? this.buffer.substring(this.pos) : null;
208
+ if (this.buffer[end - 1] === '\r')
209
+ end -= 1;
210
+ return this.buffer.substring(this.pos, end);
211
+ }
212
+ hasChars(n) {
213
+ return this.pos + n <= this.buffer.length;
214
+ }
215
+ setNext(state) {
216
+ this.buffer = this.buffer.substring(this.pos);
217
+ this.pos = 0;
218
+ this.lineEndPos = null;
219
+ this.next = state;
220
+ return null;
221
+ }
222
+ peek(n) {
223
+ return this.buffer.substr(this.pos, n);
224
+ }
225
+ *parseNext(next) {
226
+ switch (next) {
227
+ case 'stream':
228
+ return yield* this.parseStream();
229
+ case 'line-start':
230
+ return yield* this.parseLineStart();
231
+ case 'block-start':
232
+ return yield* this.parseBlockStart();
233
+ case 'doc':
234
+ return yield* this.parseDocument();
235
+ case 'flow':
236
+ return yield* this.parseFlowCollection();
237
+ case 'quoted-scalar':
238
+ return yield* this.parseQuotedScalar();
239
+ case 'block-scalar':
240
+ return yield* this.parseBlockScalar();
241
+ case 'plain-scalar':
242
+ return yield* this.parsePlainScalar();
243
+ }
244
+ }
245
+ *parseStream() {
246
+ let line = this.getLine();
247
+ if (line === null)
248
+ return this.setNext('stream');
249
+ if (line[0] === cst.BOM) {
250
+ yield* this.pushCount(1);
251
+ line = line.substring(1);
252
+ }
253
+ if (line[0] === '%') {
254
+ let dirEnd = line.length;
255
+ let cs = line.indexOf('#');
256
+ while (cs !== -1) {
257
+ const ch = line[cs - 1];
258
+ if (ch === ' ' || ch === '\t') {
259
+ dirEnd = cs - 1;
260
+ break;
261
+ }
262
+ else {
263
+ cs = line.indexOf('#', cs + 1);
264
+ }
265
+ }
266
+ while (true) {
267
+ const ch = line[dirEnd - 1];
268
+ if (ch === ' ' || ch === '\t')
269
+ dirEnd -= 1;
270
+ else
271
+ break;
272
+ }
273
+ const n = (yield* this.pushCount(dirEnd)) + (yield* this.pushSpaces(true));
274
+ yield* this.pushCount(line.length - n); // possible comment
275
+ this.pushNewline();
276
+ return 'stream';
277
+ }
278
+ if (this.atLineEnd()) {
279
+ const sp = yield* this.pushSpaces(true);
280
+ yield* this.pushCount(line.length - sp);
281
+ yield* this.pushNewline();
282
+ return 'stream';
283
+ }
284
+ yield cst.DOCUMENT;
285
+ return yield* this.parseLineStart();
286
+ }
287
+ *parseLineStart() {
288
+ const ch = this.charAt(0);
289
+ if (!ch && !this.atEnd)
290
+ return this.setNext('line-start');
291
+ if (ch === '-' || ch === '.') {
292
+ if (!this.atEnd && !this.hasChars(4))
293
+ return this.setNext('line-start');
294
+ const s = this.peek(3);
295
+ if ((s === '---' || s === '...') && isEmpty(this.charAt(3))) {
296
+ yield* this.pushCount(3);
297
+ this.indentValue = 0;
298
+ this.indentNext = 0;
299
+ return s === '---' ? 'doc' : 'stream';
300
+ }
301
+ }
302
+ this.indentValue = yield* this.pushSpaces(false);
303
+ if (this.indentNext > this.indentValue && !isEmpty(this.charAt(1)))
304
+ this.indentNext = this.indentValue;
305
+ return yield* this.parseBlockStart();
306
+ }
307
+ *parseBlockStart() {
308
+ const [ch0, ch1] = this.peek(2);
309
+ if (!ch1 && !this.atEnd)
310
+ return this.setNext('block-start');
311
+ if ((ch0 === '-' || ch0 === '?' || ch0 === ':') && isEmpty(ch1)) {
312
+ const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
313
+ this.indentNext = this.indentValue + 1;
314
+ this.indentValue += n;
315
+ return yield* this.parseBlockStart();
316
+ }
317
+ return 'doc';
318
+ }
319
+ *parseDocument() {
320
+ yield* this.pushSpaces(true);
321
+ const line = this.getLine();
322
+ if (line === null)
323
+ return this.setNext('doc');
324
+ let n = yield* this.pushIndicators();
325
+ switch (line[n]) {
326
+ case '#':
327
+ yield* this.pushCount(line.length - n);
328
+ // fallthrough
329
+ case undefined:
330
+ yield* this.pushNewline();
331
+ return yield* this.parseLineStart();
332
+ case '{':
333
+ case '[':
334
+ yield* this.pushCount(1);
335
+ this.flowKey = false;
336
+ this.flowLevel = 1;
337
+ return 'flow';
338
+ case '}':
339
+ case ']':
340
+ // this is an error
341
+ yield* this.pushCount(1);
342
+ return 'doc';
343
+ case '*':
344
+ yield* this.pushUntil(isNotAnchorChar);
345
+ return 'doc';
346
+ case '"':
347
+ case "'":
348
+ return yield* this.parseQuotedScalar();
349
+ case '|':
350
+ case '>':
351
+ n += yield* this.parseBlockScalarHeader();
352
+ n += yield* this.pushSpaces(true);
353
+ yield* this.pushCount(line.length - n);
354
+ yield* this.pushNewline();
355
+ return yield* this.parseBlockScalar();
356
+ default:
357
+ return yield* this.parsePlainScalar();
358
+ }
359
+ }
360
+ *parseFlowCollection() {
361
+ let nl, sp;
362
+ let indent = -1;
363
+ do {
364
+ nl = yield* this.pushNewline();
365
+ if (nl > 0) {
366
+ sp = yield* this.pushSpaces(false);
367
+ this.indentValue = indent = sp;
368
+ }
369
+ else {
370
+ sp = 0;
371
+ }
372
+ sp += yield* this.pushSpaces(true);
373
+ } while (nl + sp > 0);
374
+ const line = this.getLine();
375
+ if (line === null)
376
+ return this.setNext('flow');
377
+ if ((indent !== -1 && indent < this.indentNext && line[0] !== '#') ||
378
+ (indent === 0 &&
379
+ (line.startsWith('---') || line.startsWith('...')) &&
380
+ isEmpty(line[3]))) {
381
+ // Allowing for the terminal ] or } at the same (rather than greater)
382
+ // indent level as the initial [ or { is technically invalid, but
383
+ // failing here would be surprising to users.
384
+ const atFlowEndMarker = indent === this.indentNext - 1 &&
385
+ this.flowLevel === 1 &&
386
+ (line[0] === ']' || line[0] === '}');
387
+ if (!atFlowEndMarker) {
388
+ // this is an error
389
+ this.flowLevel = 0;
390
+ yield cst.FLOW_END;
391
+ return yield* this.parseLineStart();
392
+ }
393
+ }
394
+ let n = 0;
395
+ while (line[n] === ',') {
396
+ n += yield* this.pushCount(1);
397
+ n += yield* this.pushSpaces(true);
398
+ this.flowKey = false;
399
+ }
400
+ n += yield* this.pushIndicators();
401
+ switch (line[n]) {
402
+ case undefined:
403
+ return 'flow';
404
+ case '#':
405
+ yield* this.pushCount(line.length - n);
406
+ return 'flow';
407
+ case '{':
408
+ case '[':
409
+ yield* this.pushCount(1);
410
+ this.flowKey = false;
411
+ this.flowLevel += 1;
412
+ return 'flow';
413
+ case '}':
414
+ case ']':
415
+ yield* this.pushCount(1);
416
+ this.flowKey = true;
417
+ this.flowLevel -= 1;
418
+ return this.flowLevel ? 'flow' : 'doc';
419
+ case '*':
420
+ yield* this.pushUntil(isNotAnchorChar);
421
+ return 'flow';
422
+ case '"':
423
+ case "'":
424
+ this.flowKey = true;
425
+ return yield* this.parseQuotedScalar();
426
+ case ':': {
427
+ const next = this.charAt(1);
428
+ if (this.flowKey || isEmpty(next) || next === ',') {
429
+ this.flowKey = false;
430
+ yield* this.pushCount(1);
431
+ yield* this.pushSpaces(true);
432
+ return 'flow';
433
+ }
434
+ }
435
+ // fallthrough
436
+ default:
437
+ this.flowKey = false;
438
+ return yield* this.parsePlainScalar();
439
+ }
440
+ }
441
+ *parseQuotedScalar() {
442
+ const quote = this.charAt(0);
443
+ let end = this.buffer.indexOf(quote, this.pos + 1);
444
+ if (quote === "'") {
445
+ while (end !== -1 && this.buffer[end + 1] === "'")
446
+ end = this.buffer.indexOf("'", end + 2);
447
+ }
448
+ else {
449
+ // double-quote
450
+ while (end !== -1) {
451
+ let n = 0;
452
+ while (this.buffer[end - 1 - n] === '\\')
453
+ n += 1;
454
+ if (n % 2 === 0)
455
+ break;
456
+ end = this.buffer.indexOf('"', end + 1);
457
+ }
458
+ }
459
+ // Only looking for newlines within the quotes
460
+ const qb = this.buffer.substring(0, end);
461
+ let nl = qb.indexOf('\n', this.pos);
462
+ if (nl !== -1) {
463
+ while (nl !== -1) {
464
+ const cs = this.continueScalar(nl + 1);
465
+ if (cs === -1)
466
+ break;
467
+ nl = qb.indexOf('\n', cs);
468
+ }
469
+ if (nl !== -1) {
470
+ // this is an error caused by an unexpected unindent
471
+ end = nl - (qb[nl - 1] === '\r' ? 2 : 1);
472
+ }
473
+ }
474
+ if (end === -1) {
475
+ if (!this.atEnd)
476
+ return this.setNext('quoted-scalar');
477
+ end = this.buffer.length;
478
+ }
479
+ yield* this.pushToIndex(end + 1, false);
480
+ return this.flowLevel ? 'flow' : 'doc';
481
+ }
482
+ *parseBlockScalarHeader() {
483
+ this.blockScalarIndent = -1;
484
+ this.blockScalarKeep = false;
485
+ let i = this.pos;
486
+ while (true) {
487
+ const ch = this.buffer[++i];
488
+ if (ch === '+')
489
+ this.blockScalarKeep = true;
490
+ else if (ch > '0' && ch <= '9')
491
+ this.blockScalarIndent = Number(ch) - 1;
492
+ else if (ch !== '-')
493
+ break;
494
+ }
495
+ return yield* this.pushUntil(ch => isEmpty(ch) || ch === '#');
496
+ }
497
+ *parseBlockScalar() {
498
+ let nl = this.pos - 1; // may be -1 if this.pos === 0
499
+ let indent = 0;
500
+ let ch;
501
+ loop: for (let i = this.pos; (ch = this.buffer[i]); ++i) {
502
+ switch (ch) {
503
+ case ' ':
504
+ indent += 1;
505
+ break;
506
+ case '\n':
507
+ nl = i;
508
+ indent = 0;
509
+ break;
510
+ case '\r': {
511
+ const next = this.buffer[i + 1];
512
+ if (!next && !this.atEnd)
513
+ return this.setNext('block-scalar');
514
+ if (next === '\n')
515
+ break;
516
+ } // fallthrough
517
+ default:
518
+ break loop;
519
+ }
520
+ }
521
+ if (!ch && !this.atEnd)
522
+ return this.setNext('block-scalar');
523
+ if (indent >= this.indentNext) {
524
+ if (this.blockScalarIndent === -1)
525
+ this.indentNext = indent;
526
+ else {
527
+ this.indentNext =
528
+ this.blockScalarIndent + (this.indentNext === 0 ? 1 : this.indentNext);
529
+ }
530
+ do {
531
+ const cs = this.continueScalar(nl + 1);
532
+ if (cs === -1)
533
+ break;
534
+ nl = this.buffer.indexOf('\n', cs);
535
+ } while (nl !== -1);
536
+ if (nl === -1) {
537
+ if (!this.atEnd)
538
+ return this.setNext('block-scalar');
539
+ nl = this.buffer.length;
540
+ }
541
+ }
542
+ // Trailing insufficiently indented tabs are invalid.
543
+ // To catch that during parsing, we include them in the block scalar value.
544
+ let i = nl + 1;
545
+ ch = this.buffer[i];
546
+ while (ch === ' ')
547
+ ch = this.buffer[++i];
548
+ if (ch === '\t') {
549
+ while (ch === '\t' || ch === ' ' || ch === '\r' || ch === '\n')
550
+ ch = this.buffer[++i];
551
+ nl = i - 1;
552
+ }
553
+ else if (!this.blockScalarKeep) {
554
+ do {
555
+ let i = nl - 1;
556
+ let ch = this.buffer[i];
557
+ if (ch === '\r')
558
+ ch = this.buffer[--i];
559
+ const lastChar = i; // Drop the line if last char not more indented
560
+ while (ch === ' ')
561
+ ch = this.buffer[--i];
562
+ if (ch === '\n' && i >= this.pos && i + 1 + indent > lastChar)
563
+ nl = i;
564
+ else
565
+ break;
566
+ } while (true);
567
+ }
568
+ yield cst.SCALAR;
569
+ yield* this.pushToIndex(nl + 1, true);
570
+ return yield* this.parseLineStart();
571
+ }
572
+ *parsePlainScalar() {
573
+ const inFlow = this.flowLevel > 0;
574
+ let end = this.pos - 1;
575
+ let i = this.pos - 1;
576
+ let ch;
577
+ while ((ch = this.buffer[++i])) {
578
+ if (ch === ':') {
579
+ const next = this.buffer[i + 1];
580
+ if (isEmpty(next) || (inFlow && flowIndicatorChars.has(next)))
581
+ break;
582
+ end = i;
583
+ }
584
+ else if (isEmpty(ch)) {
585
+ let next = this.buffer[i + 1];
586
+ if (ch === '\r') {
587
+ if (next === '\n') {
588
+ i += 1;
589
+ ch = '\n';
590
+ next = this.buffer[i + 1];
591
+ }
592
+ else
593
+ end = i;
594
+ }
595
+ if (next === '#' || (inFlow && flowIndicatorChars.has(next)))
596
+ break;
597
+ if (ch === '\n') {
598
+ const cs = this.continueScalar(i + 1);
599
+ if (cs === -1)
600
+ break;
601
+ i = Math.max(i, cs - 2); // to advance, but still account for ' #'
602
+ }
603
+ }
604
+ else {
605
+ if (inFlow && flowIndicatorChars.has(ch))
606
+ break;
607
+ end = i;
608
+ }
609
+ }
610
+ if (!ch && !this.atEnd)
611
+ return this.setNext('plain-scalar');
612
+ yield cst.SCALAR;
613
+ yield* this.pushToIndex(end + 1, true);
614
+ return inFlow ? 'flow' : 'doc';
615
+ }
616
+ *pushCount(n) {
617
+ if (n > 0) {
618
+ yield this.buffer.substr(this.pos, n);
619
+ this.pos += n;
620
+ return n;
621
+ }
622
+ return 0;
623
+ }
624
+ *pushToIndex(i, allowEmpty) {
625
+ const s = this.buffer.slice(this.pos, i);
626
+ if (s) {
627
+ yield s;
628
+ this.pos += s.length;
629
+ return s.length;
630
+ }
631
+ else if (allowEmpty)
632
+ yield '';
633
+ return 0;
634
+ }
635
+ *pushIndicators() {
636
+ switch (this.charAt(0)) {
637
+ case '!':
638
+ return ((yield* this.pushTag()) +
639
+ (yield* this.pushSpaces(true)) +
640
+ (yield* this.pushIndicators()));
641
+ case '&':
642
+ return ((yield* this.pushUntil(isNotAnchorChar)) +
643
+ (yield* this.pushSpaces(true)) +
644
+ (yield* this.pushIndicators()));
645
+ case '-': // this is an error
646
+ case '?': // this is an error outside flow collections
647
+ case ':': {
648
+ const inFlow = this.flowLevel > 0;
649
+ const ch1 = this.charAt(1);
650
+ if (isEmpty(ch1) || (inFlow && flowIndicatorChars.has(ch1))) {
651
+ if (!inFlow)
652
+ this.indentNext = this.indentValue + 1;
653
+ else if (this.flowKey)
654
+ this.flowKey = false;
655
+ return ((yield* this.pushCount(1)) +
656
+ (yield* this.pushSpaces(true)) +
657
+ (yield* this.pushIndicators()));
658
+ }
659
+ }
660
+ }
661
+ return 0;
662
+ }
663
+ *pushTag() {
664
+ if (this.charAt(1) === '<') {
665
+ let i = this.pos + 2;
666
+ let ch = this.buffer[i];
667
+ while (!isEmpty(ch) && ch !== '>')
668
+ ch = this.buffer[++i];
669
+ return yield* this.pushToIndex(ch === '>' ? i + 1 : i, false);
670
+ }
671
+ else {
672
+ let i = this.pos + 1;
673
+ let ch = this.buffer[i];
674
+ while (ch) {
675
+ if (tagChars.has(ch))
676
+ ch = this.buffer[++i];
677
+ else if (ch === '%' &&
678
+ hexDigits.has(this.buffer[i + 1]) &&
679
+ hexDigits.has(this.buffer[i + 2])) {
680
+ ch = this.buffer[(i += 3)];
681
+ }
682
+ else
683
+ break;
684
+ }
685
+ return yield* this.pushToIndex(i, false);
686
+ }
687
+ }
688
+ *pushNewline() {
689
+ const ch = this.buffer[this.pos];
690
+ if (ch === '\n')
691
+ return yield* this.pushCount(1);
692
+ else if (ch === '\r' && this.charAt(1) === '\n')
693
+ return yield* this.pushCount(2);
694
+ else
695
+ return 0;
696
+ }
697
+ *pushSpaces(allowTabs) {
698
+ let i = this.pos - 1;
699
+ let ch;
700
+ do {
701
+ ch = this.buffer[++i];
702
+ } while (ch === ' ' || (allowTabs && ch === '\t'));
703
+ const n = i - this.pos;
704
+ if (n > 0) {
705
+ yield this.buffer.substr(this.pos, n);
706
+ this.pos = i;
707
+ }
708
+ return n;
709
+ }
710
+ *pushUntil(test) {
711
+ let i = this.pos;
712
+ let ch = this.buffer[i];
713
+ while (!test(ch))
714
+ ch = this.buffer[++i];
715
+ return yield* this.pushToIndex(i, false);
716
+ }
717
+ }
718
+
719
+ exports.Lexer = Lexer;