@anh3d0nic/qwen-code-termux-ice 14.0.0 → 16.0.0

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 (1968) hide show
  1. package/bin/api-setup-launcher.js +14 -0
  2. package/bin/qwen-ice +350 -0
  3. package/bin/qwen-ice-api-setup +340 -0
  4. package/bin/qwen-ice-launcher.js +14 -0
  5. package/core/ice-v16.js +1202 -0
  6. package/core/install.js +179 -0
  7. package/core/uninstall.js +66 -0
  8. package/package.json +49 -10
  9. package/.allstar/branch_protection.yaml +0 -1
  10. package/.aoneci/workflows/ci.yml +0 -69
  11. package/.dockerignore +0 -10
  12. package/.editorconfig +0 -13
  13. package/.gcp/Dockerfile.gemini-code-builder +0 -89
  14. package/.gcp/release-docker.yml +0 -71
  15. package/.gitattributes +0 -24
  16. package/.github/CODEOWNERS +0 -3
  17. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -58
  18. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -35
  19. package/.github/actions/post-coverage-comment/action.yml +0 -114
  20. package/.github/dependabot.yml +0 -35
  21. package/.github/pull_request_template.md +0 -41
  22. package/.github/scripts/pr-triage.sh +0 -144
  23. package/.github/workflows/build-and-publish-image.yml +0 -109
  24. package/.github/workflows/check-issue-completeness.yml +0 -201
  25. package/.github/workflows/ci.yml +0 -239
  26. package/.github/workflows/community-report.yml +0 -197
  27. package/.github/workflows/docs-page-action.yml +0 -50
  28. package/.github/workflows/e2e.yml +0 -111
  29. package/.github/workflows/eval.yml +0 -29
  30. package/.github/workflows/gemini-automated-issue-dedup.yml +0 -262
  31. package/.github/workflows/gemini-scheduled-issue-dedup.yml +0 -116
  32. package/.github/workflows/gemini-scheduled-pr-triage.yml +0 -30
  33. package/.github/workflows/gemini-self-assign-issue.yml +0 -99
  34. package/.github/workflows/no-response.yml +0 -33
  35. package/.github/workflows/qwen-automated-issue-triage.yml +0 -203
  36. package/.github/workflows/qwen-code-pr-review.yml +0 -190
  37. package/.github/workflows/qwen-scheduled-issue-triage.yml +0 -213
  38. package/.github/workflows/release-sdk.yml +0 -420
  39. package/.github/workflows/release-vscode-companion.yml +0 -359
  40. package/.github/workflows/release.yml +0 -236
  41. package/.github/workflows/stale.yml +0 -39
  42. package/.github/workflows/terminal-bench.yml +0 -96
  43. package/.husky/pre-commit +0 -9
  44. package/.nvmrc +0 -1
  45. package/.prettierignore +0 -22
  46. package/.prettierrc.json +0 -7
  47. package/.qwen/commands/qc/code-review.md +0 -25
  48. package/.qwen/commands/qc/commit.md +0 -70
  49. package/.qwen/commands/qc/create-issue.md +0 -42
  50. package/.qwen/commands/qc/create-pr.md +0 -34
  51. package/.qwen/ice-auto-load.sh +0 -39
  52. package/.qwen/ice.py +0 -822
  53. package/.qwen/qwen.md +0 -70
  54. package/.qwen/skills/pr-review/SKILL.md +0 -104
  55. package/.qwen/skills/terminal-capture/SKILL.md +0 -241
  56. package/.termux-backup/esbuild.config.js +0 -77
  57. package/.termux-backup/package.json.backup +0 -135
  58. package/.termux-backup/patches-README.md +0 -231
  59. package/.termux-backup/postinstall.cjs +0 -14
  60. package/.termux-backup/prepare-termux.cjs +0 -33
  61. package/.termux-backup/termux-runtime.ts +0 -50
  62. package/.vscode/extensions.json +0 -7
  63. package/.vscode/launch.json +0 -165
  64. package/.vscode/settings.json +0 -17
  65. package/.vscode/tasks.json +0 -41
  66. package/.yamllint.yml +0 -90
  67. package/CHANGELOG.md +0 -77
  68. package/CONTRIBUTING.md +0 -303
  69. package/Dockerfile +0 -73
  70. package/Makefile +0 -59
  71. package/SECURITY.md +0 -9
  72. package/docs/_meta.ts +0 -14
  73. package/docs/developers/BUILDING.md +0 -145
  74. package/docs/developers/_meta.ts +0 -25
  75. package/docs/developers/architecture.md +0 -95
  76. package/docs/developers/contributing.md +0 -303
  77. package/docs/developers/development/_meta.ts +0 -9
  78. package/docs/developers/development/deployment.md +0 -117
  79. package/docs/developers/development/integration-tests.md +0 -137
  80. package/docs/developers/development/issue-and-pr-automation.md +0 -84
  81. package/docs/developers/development/npm.md +0 -258
  82. package/docs/developers/development/telemetry.md +0 -297
  83. package/docs/developers/examples/proxy-script.md +0 -81
  84. package/docs/developers/roadmap.md +0 -82
  85. package/docs/developers/sdk-java.md +0 -311
  86. package/docs/developers/sdk-typescript.md +0 -375
  87. package/docs/developers/tools/_meta.ts +0 -14
  88. package/docs/developers/tools/exit-plan-mode.md +0 -149
  89. package/docs/developers/tools/file-system.md +0 -167
  90. package/docs/developers/tools/introduction.md +0 -62
  91. package/docs/developers/tools/mcp-server.md +0 -873
  92. package/docs/developers/tools/memory.md +0 -44
  93. package/docs/developers/tools/multi-file.md +0 -69
  94. package/docs/developers/tools/sandbox.md +0 -91
  95. package/docs/developers/tools/shell.md +0 -259
  96. package/docs/developers/tools/task.md +0 -145
  97. package/docs/developers/tools/todo-write.md +0 -63
  98. package/docs/developers/tools/web-fetch.md +0 -54
  99. package/docs/developers/tools/web-search.md +0 -186
  100. package/docs/index.md +0 -25
  101. package/docs/users/_meta.ts +0 -30
  102. package/docs/users/common-workflow.md +0 -571
  103. package/docs/users/configuration/_meta.ts +0 -10
  104. package/docs/users/configuration/auth.md +0 -297
  105. package/docs/users/configuration/memory.md +0 -0
  106. package/docs/users/configuration/model-providers.md +0 -506
  107. package/docs/users/configuration/qwen-ignore.md +0 -55
  108. package/docs/users/configuration/settings.md +0 -563
  109. package/docs/users/configuration/themes.md +0 -160
  110. package/docs/users/configuration/trusted-folders.md +0 -61
  111. package/docs/users/configuration.md +0 -73
  112. package/docs/users/extension/_meta.ts +0 -9
  113. package/docs/users/extension/extension-releasing.md +0 -121
  114. package/docs/users/extension/getting-started-extensions.md +0 -299
  115. package/docs/users/extension/introduction.md +0 -303
  116. package/docs/users/features/_meta.ts +0 -15
  117. package/docs/users/features/approval-mode.md +0 -263
  118. package/docs/users/features/checkpointing.md +0 -77
  119. package/docs/users/features/commands.md +0 -295
  120. package/docs/users/features/headless.md +0 -282
  121. package/docs/users/features/language.md +0 -139
  122. package/docs/users/features/lsp.md +0 -374
  123. package/docs/users/features/mcp.md +0 -281
  124. package/docs/users/features/sandbox.md +0 -218
  125. package/docs/users/features/skills.md +0 -289
  126. package/docs/users/features/sub-agents.md +0 -504
  127. package/docs/users/features/token-caching.md +0 -29
  128. package/docs/users/ide-integration/_meta.ts +0 -4
  129. package/docs/users/ide-integration/ide-companion-spec.md +0 -182
  130. package/docs/users/ide-integration/ide-integration.md +0 -144
  131. package/docs/users/integration-github-action.md +0 -241
  132. package/docs/users/integration-jetbrains.md +0 -57
  133. package/docs/users/integration-vscode.md +0 -39
  134. package/docs/users/integration-zed.md +0 -54
  135. package/docs/users/overview.md +0 -64
  136. package/docs/users/quickstart.md +0 -271
  137. package/docs/users/reference/_meta.ts +0 -3
  138. package/docs/users/reference/keyboard-shortcuts.md +0 -72
  139. package/docs/users/support/Uninstall.md +0 -42
  140. package/docs/users/support/_meta.ts +0 -6
  141. package/docs/users/support/tos-privacy.md +0 -112
  142. package/docs/users/support/troubleshooting.md +0 -123
  143. package/docs-site/README.md +0 -54
  144. package/docs-site/mdx-components.js +0 -12
  145. package/docs-site/next-env.d.ts +0 -6
  146. package/docs-site/next.config.mjs +0 -5
  147. package/docs-site/package.json +0 -22
  148. package/docs-site/src/app/[[...mdxPath]]/page.jsx +0 -27
  149. package/docs-site/src/app/layout.jsx +0 -55
  150. package/esbuild.config.js +0 -80
  151. package/eslint-rules/no-relative-cross-package-imports.js +0 -159
  152. package/eslint.config.js +0 -327
  153. package/hello/QWEN.md +0 -8
  154. package/hello/qwen-extension.json +0 -5
  155. package/integration-tests/acp-integration.test.ts +0 -1003
  156. package/integration-tests/concurrent-runner/README.md +0 -139
  157. package/integration-tests/concurrent-runner/config.example.json +0 -39
  158. package/integration-tests/concurrent-runner/examples/toy-config.json +0 -27
  159. package/integration-tests/concurrent-runner/examples/toy-project/package.json +0 -11
  160. package/integration-tests/concurrent-runner/export-html-from-chatrecord-jsonl.js +0 -973
  161. package/integration-tests/concurrent-runner/render-chat-temp.html +0 -291
  162. package/integration-tests/concurrent-runner/requirements.txt +0 -2
  163. package/integration-tests/concurrent-runner/runner.py +0 -1083
  164. package/integration-tests/context-compress-interactive.test.ts +0 -108
  165. package/integration-tests/ctrl-c-exit.test.ts +0 -76
  166. package/integration-tests/edit.test.ts +0 -185
  167. package/integration-tests/extensions-install.test.ts +0 -52
  168. package/integration-tests/file-system-interactive.test.ts +0 -83
  169. package/integration-tests/file-system.test.ts +0 -247
  170. package/integration-tests/fixtures/settings-migration/workspaces.json +0 -189
  171. package/integration-tests/globalSetup.ts +0 -136
  172. package/integration-tests/hook-integration/hooks.test.ts +0 -1995
  173. package/integration-tests/json-output.test.ts +0 -310
  174. package/integration-tests/list_directory.test.ts +0 -66
  175. package/integration-tests/mcp_server_cyclic_schema.test.ts +0 -207
  176. package/integration-tests/mixed-input-crash.test.ts +0 -62
  177. package/integration-tests/read_many_files.test.ts +0 -47
  178. package/integration-tests/run_shell_command.test.ts +0 -130
  179. package/integration-tests/save_memory.test.ts +0 -47
  180. package/integration-tests/sdk-typescript/abort-and-lifecycle.test.ts +0 -657
  181. package/integration-tests/sdk-typescript/configuration-options.test.ts +0 -636
  182. package/integration-tests/sdk-typescript/mcp-server.test.ts +0 -581
  183. package/integration-tests/sdk-typescript/multi-turn.test.ts +0 -610
  184. package/integration-tests/sdk-typescript/permission-control.test.ts +0 -1272
  185. package/integration-tests/sdk-typescript/sdk-mcp-server.test.ts +0 -467
  186. package/integration-tests/sdk-typescript/session-id.test.ts +0 -582
  187. package/integration-tests/sdk-typescript/single-turn.test.ts +0 -528
  188. package/integration-tests/sdk-typescript/subagents.test.ts +0 -570
  189. package/integration-tests/sdk-typescript/system-control.test.ts +0 -426
  190. package/integration-tests/sdk-typescript/test-helper.ts +0 -1012
  191. package/integration-tests/sdk-typescript/tool-control.test.ts +0 -984
  192. package/integration-tests/settings-migration.test.ts +0 -627
  193. package/integration-tests/simple-mcp-server.test.ts +0 -231
  194. package/integration-tests/stdin-context.test.ts +0 -97
  195. package/integration-tests/telemetry.test.ts +0 -26
  196. package/integration-tests/terminal-bench/ci-tasks/hello-world/Dockerfile +0 -2
  197. package/integration-tests/terminal-bench/ci-tasks/hello-world/docker-compose.yaml +0 -12
  198. package/integration-tests/terminal-bench/ci-tasks/hello-world/run-tests.sh +0 -4
  199. package/integration-tests/terminal-bench/ci-tasks/hello-world/solution.sh +0 -4
  200. package/integration-tests/terminal-bench/ci-tasks/hello-world/task.yaml +0 -15
  201. package/integration-tests/terminal-bench/ci-tasks/hello-world/tests/run-uv-pytest.sh +0 -3
  202. package/integration-tests/terminal-bench/ci-tasks/hello-world/tests/setup-uv-pytest.sh +0 -19
  203. package/integration-tests/terminal-bench/ci-tasks/hello-world/tests/test_outputs.py +0 -19
  204. package/integration-tests/terminal-bench/ci-tasks/swe-bench-astropy-1/Dockerfile +0 -34
  205. package/integration-tests/terminal-bench/ci-tasks/swe-bench-astropy-1/docker-compose.yaml +0 -12
  206. package/integration-tests/terminal-bench/ci-tasks/swe-bench-astropy-1/run-tests.sh +0 -52
  207. package/integration-tests/terminal-bench/ci-tasks/swe-bench-astropy-1/solution.sh +0 -26
  208. package/integration-tests/terminal-bench/ci-tasks/swe-bench-astropy-1/task.yaml +0 -55
  209. package/integration-tests/terminal-bench/qwen-code-setup.sh.j2 +0 -15
  210. package/integration-tests/terminal-bench/qwen_code.py +0 -70
  211. package/integration-tests/terminal-bench/terminal-bench.test.ts +0 -328
  212. package/integration-tests/terminal-capture/motivation.md +0 -127
  213. package/integration-tests/terminal-capture/package.json +0 -18
  214. package/integration-tests/terminal-capture/run.ts +0 -105
  215. package/integration-tests/terminal-capture/scenario-runner.ts +0 -429
  216. package/integration-tests/terminal-capture/scenarios/about.ts +0 -8
  217. package/integration-tests/terminal-capture/scenarios/all.ts +0 -46
  218. package/integration-tests/terminal-capture/scenarios/message-components.ts +0 -32
  219. package/integration-tests/terminal-capture/scenarios/progress.sh +0 -16
  220. package/integration-tests/terminal-capture/scenarios/qc-code-review.ts +0 -17
  221. package/integration-tests/terminal-capture/scenarios/streaming-insight.ts +0 -23
  222. package/integration-tests/terminal-capture/scenarios/streaming-shell.ts +0 -24
  223. package/integration-tests/terminal-capture/terminal-capture.ts +0 -856
  224. package/integration-tests/test-helper.ts +0 -863
  225. package/integration-tests/test-mcp-server.ts +0 -64
  226. package/integration-tests/todo_write.test.ts +0 -69
  227. package/integration-tests/tsconfig.json +0 -13
  228. package/integration-tests/utf-bom-encoding.test.ts +0 -218
  229. package/integration-tests/vitest.config.ts +0 -40
  230. package/integration-tests/vitest.terminal-bench.config.ts +0 -21
  231. package/integration-tests/web_search.test.ts +0 -122
  232. package/integration-tests/write_file.test.ts +0 -69
  233. package/packages/cli/index.ts +0 -30
  234. package/packages/cli/package.json +0 -112
  235. package/packages/cli/src/acp-integration/acpAgent.ts +0 -600
  236. package/packages/cli/src/acp-integration/authMethods.ts +0 -51
  237. package/packages/cli/src/acp-integration/errorCodes.ts +0 -25
  238. package/packages/cli/src/acp-integration/service/filesystem.test.ts +0 -182
  239. package/packages/cli/src/acp-integration/service/filesystem.ts +0 -108
  240. package/packages/cli/src/acp-integration/session/HistoryReplayer.test.ts +0 -477
  241. package/packages/cli/src/acp-integration/session/HistoryReplayer.ts +0 -234
  242. package/packages/cli/src/acp-integration/session/Session.test.ts +0 -245
  243. package/packages/cli/src/acp-integration/session/Session.ts +0 -1068
  244. package/packages/cli/src/acp-integration/session/SubAgentTracker.test.ts +0 -725
  245. package/packages/cli/src/acp-integration/session/SubAgentTracker.ts +0 -390
  246. package/packages/cli/src/acp-integration/session/emitters/BaseEmitter.ts +0 -52
  247. package/packages/cli/src/acp-integration/session/emitters/MessageEmitter.test.ts +0 -206
  248. package/packages/cli/src/acp-integration/session/emitters/MessageEmitter.ts +0 -124
  249. package/packages/cli/src/acp-integration/session/emitters/PlanEmitter.test.ts +0 -228
  250. package/packages/cli/src/acp-integration/session/emitters/PlanEmitter.ts +0 -96
  251. package/packages/cli/src/acp-integration/session/emitters/ToolCallEmitter.test.ts +0 -677
  252. package/packages/cli/src/acp-integration/session/emitters/ToolCallEmitter.ts +0 -328
  253. package/packages/cli/src/acp-integration/session/emitters/index.ts +0 -10
  254. package/packages/cli/src/acp-integration/session/index.ts +0 -40
  255. package/packages/cli/src/acp-integration/session/types.ts +0 -102
  256. package/packages/cli/src/commands/extensions/consent.test.ts +0 -327
  257. package/packages/cli/src/commands/extensions/consent.ts +0 -269
  258. package/packages/cli/src/commands/extensions/disable.test.ts +0 -145
  259. package/packages/cli/src/commands/extensions/disable.ts +0 -77
  260. package/packages/cli/src/commands/extensions/enable.test.ts +0 -133
  261. package/packages/cli/src/commands/extensions/enable.ts +0 -89
  262. package/packages/cli/src/commands/extensions/examples/agent/agents/diary.md +0 -87
  263. package/packages/cli/src/commands/extensions/examples/agent/qwen-extension.json +0 -4
  264. package/packages/cli/src/commands/extensions/examples/commands/commands/fs/grep-code.md +0 -3
  265. package/packages/cli/src/commands/extensions/examples/commands/qwen-extension.json +0 -4
  266. package/packages/cli/src/commands/extensions/examples/context/QWEN.md +0 -8
  267. package/packages/cli/src/commands/extensions/examples/context/qwen-extension.json +0 -4
  268. package/packages/cli/src/commands/extensions/examples/mcp-server/example.ts +0 -60
  269. package/packages/cli/src/commands/extensions/examples/mcp-server/package.json +0 -18
  270. package/packages/cli/src/commands/extensions/examples/mcp-server/qwen-extension.json +0 -11
  271. package/packages/cli/src/commands/extensions/examples/mcp-server/tsconfig.json +0 -13
  272. package/packages/cli/src/commands/extensions/examples/skills/qwen-extension.json +0 -4
  273. package/packages/cli/src/commands/extensions/examples/skills/skills/synonyms/SKILL.md +0 -48
  274. package/packages/cli/src/commands/extensions/install.test.ts +0 -228
  275. package/packages/cli/src/commands/extensions/install.ts +0 -131
  276. package/packages/cli/src/commands/extensions/link.test.ts +0 -99
  277. package/packages/cli/src/commands/extensions/link.ts +0 -66
  278. package/packages/cli/src/commands/extensions/list.test.ts +0 -103
  279. package/packages/cli/src/commands/extensions/list.ts +0 -42
  280. package/packages/cli/src/commands/extensions/new.test.ts +0 -91
  281. package/packages/cli/src/commands/extensions/new.ts +0 -110
  282. package/packages/cli/src/commands/extensions/settings.test.ts +0 -345
  283. package/packages/cli/src/commands/extensions/settings.ts +0 -152
  284. package/packages/cli/src/commands/extensions/uninstall.test.ts +0 -21
  285. package/packages/cli/src/commands/extensions/uninstall.ts +0 -71
  286. package/packages/cli/src/commands/extensions/update.test.ts +0 -260
  287. package/packages/cli/src/commands/extensions/update.ts +0 -155
  288. package/packages/cli/src/commands/extensions/utils.test.ts +0 -138
  289. package/packages/cli/src/commands/extensions/utils.ts +0 -98
  290. package/packages/cli/src/commands/extensions.test.tsx +0 -106
  291. package/packages/cli/src/commands/extensions.tsx +0 -38
  292. package/packages/cli/src/commands/hooks/disable.ts +0 -78
  293. package/packages/cli/src/commands/hooks/enable.ts +0 -78
  294. package/packages/cli/src/commands/hooks.tsx +0 -25
  295. package/packages/cli/src/commands/mcp/add.test.ts +0 -371
  296. package/packages/cli/src/commands/mcp/add.ts +0 -247
  297. package/packages/cli/src/commands/mcp/list.test.ts +0 -189
  298. package/packages/cli/src/commands/mcp/list.ts +0 -148
  299. package/packages/cli/src/commands/mcp/remove.test.ts +0 -115
  300. package/packages/cli/src/commands/mcp/remove.ts +0 -70
  301. package/packages/cli/src/commands/mcp.test.ts +0 -55
  302. package/packages/cli/src/commands/mcp.ts +0 -27
  303. package/packages/cli/src/config/auth.test.ts +0 -230
  304. package/packages/cli/src/config/auth.ts +0 -223
  305. package/packages/cli/src/config/config.integration.test.ts +0 -417
  306. package/packages/cli/src/config/config.test.ts +0 -2402
  307. package/packages/cli/src/config/config.ts +0 -1089
  308. package/packages/cli/src/config/keyBindings.test.ts +0 -59
  309. package/packages/cli/src/config/keyBindings.ts +0 -186
  310. package/packages/cli/src/config/migration/index.test.ts +0 -383
  311. package/packages/cli/src/config/migration/index.ts +0 -106
  312. package/packages/cli/src/config/migration/scheduler.test.ts +0 -164
  313. package/packages/cli/src/config/migration/scheduler.ts +0 -115
  314. package/packages/cli/src/config/migration/types.ts +0 -58
  315. package/packages/cli/src/config/migration/versions/v1-to-v2-shared.ts +0 -180
  316. package/packages/cli/src/config/migration/versions/v1-to-v2.test.ts +0 -277
  317. package/packages/cli/src/config/migration/versions/v1-to-v2.ts +0 -267
  318. package/packages/cli/src/config/migration/versions/v2-to-v3.test.ts +0 -598
  319. package/packages/cli/src/config/migration/versions/v2-to-v3.ts +0 -222
  320. package/packages/cli/src/config/modelProvidersScope.test.ts +0 -87
  321. package/packages/cli/src/config/modelProvidersScope.ts +0 -48
  322. package/packages/cli/src/config/sandboxConfig.ts +0 -105
  323. package/packages/cli/src/config/settings.test.ts +0 -2786
  324. package/packages/cli/src/config/settings.ts +0 -740
  325. package/packages/cli/src/config/settingsSchema.test.ts +0 -312
  326. package/packages/cli/src/config/settingsSchema.ts +0 -1277
  327. package/packages/cli/src/config/trustedFolders.test.ts +0 -429
  328. package/packages/cli/src/config/trustedFolders.ts +0 -239
  329. package/packages/cli/src/config/webSearch.ts +0 -121
  330. package/packages/cli/src/constants/codingPlan.ts +0 -321
  331. package/packages/cli/src/core/auth.ts +0 -48
  332. package/packages/cli/src/core/initializer.ts +0 -74
  333. package/packages/cli/src/core/theme.ts +0 -24
  334. package/packages/cli/src/gemini.test.tsx +0 -691
  335. package/packages/cli/src/gemini.tsx +0 -512
  336. package/packages/cli/src/i18n/index.ts +0 -257
  337. package/packages/cli/src/i18n/languages.ts +0 -98
  338. package/packages/cli/src/i18n/locales/de.js +0 -1613
  339. package/packages/cli/src/i18n/locales/en.js +0 -1665
  340. package/packages/cli/src/i18n/locales/ja.js +0 -1117
  341. package/packages/cli/src/i18n/locales/pt.js +0 -1608
  342. package/packages/cli/src/i18n/locales/ru.js +0 -1620
  343. package/packages/cli/src/i18n/locales/zh.js +0 -1485
  344. package/packages/cli/src/nonInteractive/control/ControlContext.ts +0 -79
  345. package/packages/cli/src/nonInteractive/control/ControlDispatcher.test.ts +0 -1010
  346. package/packages/cli/src/nonInteractive/control/ControlDispatcher.ts +0 -432
  347. package/packages/cli/src/nonInteractive/control/ControlService.ts +0 -179
  348. package/packages/cli/src/nonInteractive/control/controllers/baseController.ts +0 -226
  349. package/packages/cli/src/nonInteractive/control/controllers/hookController.ts +0 -56
  350. package/packages/cli/src/nonInteractive/control/controllers/permissionController.ts +0 -495
  351. package/packages/cli/src/nonInteractive/control/controllers/sdkMcpController.ts +0 -134
  352. package/packages/cli/src/nonInteractive/control/controllers/systemController.ts +0 -419
  353. package/packages/cli/src/nonInteractive/control/types/serviceAPIs.ts +0 -117
  354. package/packages/cli/src/nonInteractive/io/BaseJsonOutputAdapter.test.ts +0 -1652
  355. package/packages/cli/src/nonInteractive/io/BaseJsonOutputAdapter.ts +0 -1339
  356. package/packages/cli/src/nonInteractive/io/JsonOutputAdapter.test.ts +0 -865
  357. package/packages/cli/src/nonInteractive/io/JsonOutputAdapter.ts +0 -89
  358. package/packages/cli/src/nonInteractive/io/StreamJsonInputReader.test.ts +0 -215
  359. package/packages/cli/src/nonInteractive/io/StreamJsonInputReader.ts +0 -73
  360. package/packages/cli/src/nonInteractive/io/StreamJsonOutputAdapter.test.ts +0 -1168
  361. package/packages/cli/src/nonInteractive/io/StreamJsonOutputAdapter.ts +0 -330
  362. package/packages/cli/src/nonInteractive/session.test.ts +0 -577
  363. package/packages/cli/src/nonInteractive/session.ts +0 -626
  364. package/packages/cli/src/nonInteractive/types.ts +0 -578
  365. package/packages/cli/src/nonInteractiveCli.test.ts +0 -1814
  366. package/packages/cli/src/nonInteractiveCli.ts +0 -420
  367. package/packages/cli/src/nonInteractiveCliCommands.test.ts +0 -242
  368. package/packages/cli/src/nonInteractiveCliCommands.ts +0 -386
  369. package/packages/cli/src/patches/is-in-ci.ts +0 -17
  370. package/packages/cli/src/patches/termux-runtime.ts +0 -50
  371. package/packages/cli/src/services/BuiltinCommandLoader.test.ts +0 -187
  372. package/packages/cli/src/services/BuiltinCommandLoader.ts +0 -101
  373. package/packages/cli/src/services/CommandService.test.ts +0 -348
  374. package/packages/cli/src/services/CommandService.ts +0 -106
  375. package/packages/cli/src/services/FileCommandLoader-extension.test.ts +0 -343
  376. package/packages/cli/src/services/FileCommandLoader-markdown.test.ts +0 -141
  377. package/packages/cli/src/services/FileCommandLoader.test.ts +0 -1254
  378. package/packages/cli/src/services/FileCommandLoader.ts +0 -363
  379. package/packages/cli/src/services/McpPromptLoader.test.ts +0 -399
  380. package/packages/cli/src/services/McpPromptLoader.ts +0 -305
  381. package/packages/cli/src/services/command-factory.ts +0 -157
  382. package/packages/cli/src/services/command-migration-tool.test.ts +0 -254
  383. package/packages/cli/src/services/command-migration-tool.ts +0 -173
  384. package/packages/cli/src/services/insight/generators/DataProcessor.test.ts +0 -1217
  385. package/packages/cli/src/services/insight/generators/DataProcessor.ts +0 -1131
  386. package/packages/cli/src/services/insight/generators/StaticInsightGenerator.ts +0 -93
  387. package/packages/cli/src/services/insight/generators/TemplateRenderer.ts +0 -52
  388. package/packages/cli/src/services/insight/types/QualitativeInsightTypes.ts +0 -82
  389. package/packages/cli/src/services/insight/types/StaticInsightTypes.ts +0 -90
  390. package/packages/cli/src/services/markdown-command-parser.test.ts +0 -189
  391. package/packages/cli/src/services/markdown-command-parser.ts +0 -69
  392. package/packages/cli/src/services/prompt-processors/argumentProcessor.test.ts +0 -43
  393. package/packages/cli/src/services/prompt-processors/argumentProcessor.ts +0 -27
  394. package/packages/cli/src/services/prompt-processors/atFileProcessor.test.ts +0 -221
  395. package/packages/cli/src/services/prompt-processors/atFileProcessor.ts +0 -99
  396. package/packages/cli/src/services/prompt-processors/injectionParser.test.ts +0 -223
  397. package/packages/cli/src/services/prompt-processors/injectionParser.ts +0 -89
  398. package/packages/cli/src/services/prompt-processors/shellProcessor.test.ts +0 -741
  399. package/packages/cli/src/services/prompt-processors/shellProcessor.ts +0 -233
  400. package/packages/cli/src/services/prompt-processors/types.ts +0 -54
  401. package/packages/cli/src/services/test-commands/example.md +0 -5
  402. package/packages/cli/src/services/types.ts +0 -24
  403. package/packages/cli/src/test-utils/customMatchers.ts +0 -66
  404. package/packages/cli/src/test-utils/mockCommandContext.test.ts +0 -62
  405. package/packages/cli/src/test-utils/mockCommandContext.ts +0 -119
  406. package/packages/cli/src/test-utils/render.tsx +0 -47
  407. package/packages/cli/src/types/qrcode-terminal.d.ts +0 -9
  408. package/packages/cli/src/types/web-templates.d.ts +0 -8
  409. package/packages/cli/src/ui/App.test.tsx +0 -160
  410. package/packages/cli/src/ui/App.tsx +0 -27
  411. package/packages/cli/src/ui/AppContainer.test.tsx +0 -1124
  412. package/packages/cli/src/ui/AppContainer.tsx +0 -1647
  413. package/packages/cli/src/ui/CommandFormatMigrationNudge.tsx +0 -94
  414. package/packages/cli/src/ui/FeedbackDialog.tsx +0 -75
  415. package/packages/cli/src/ui/IdeIntegrationNudge.tsx +0 -103
  416. package/packages/cli/src/ui/auth/AuthDialog.test.tsx +0 -558
  417. package/packages/cli/src/ui/auth/AuthDialog.tsx +0 -396
  418. package/packages/cli/src/ui/auth/AuthInProgress.tsx +0 -64
  419. package/packages/cli/src/ui/auth/useAuth.ts +0 -478
  420. package/packages/cli/src/ui/colors.ts +0 -62
  421. package/packages/cli/src/ui/commands/aboutCommand.test.ts +0 -283
  422. package/packages/cli/src/ui/commands/aboutCommand.ts +0 -30
  423. package/packages/cli/src/ui/commands/agentsCommand.ts +0 -44
  424. package/packages/cli/src/ui/commands/approvalModeCommand.test.ts +0 -175
  425. package/packages/cli/src/ui/commands/approvalModeCommand.ts +0 -83
  426. package/packages/cli/src/ui/commands/authCommand.test.ts +0 -38
  427. package/packages/cli/src/ui/commands/authCommand.ts +0 -22
  428. package/packages/cli/src/ui/commands/bugCommand.test.ts +0 -166
  429. package/packages/cli/src/ui/commands/bugCommand.ts +0 -68
  430. package/packages/cli/src/ui/commands/clearCommand.test.ts +0 -100
  431. package/packages/cli/src/ui/commands/clearCommand.ts +0 -49
  432. package/packages/cli/src/ui/commands/compressCommand.test.ts +0 -134
  433. package/packages/cli/src/ui/commands/compressCommand.ts +0 -175
  434. package/packages/cli/src/ui/commands/copyCommand.test.ts +0 -304
  435. package/packages/cli/src/ui/commands/copyCommand.ts +0 -67
  436. package/packages/cli/src/ui/commands/directoryCommand.test.tsx +0 -183
  437. package/packages/cli/src/ui/commands/directoryCommand.tsx +0 -207
  438. package/packages/cli/src/ui/commands/docsCommand.test.ts +0 -99
  439. package/packages/cli/src/ui/commands/docsCommand.ts +0 -53
  440. package/packages/cli/src/ui/commands/editorCommand.test.ts +0 -30
  441. package/packages/cli/src/ui/commands/editorCommand.ts +0 -24
  442. package/packages/cli/src/ui/commands/exportCommand.test.ts +0 -383
  443. package/packages/cli/src/ui/commands/exportCommand.ts +0 -347
  444. package/packages/cli/src/ui/commands/extensionsCommand.test.ts +0 -213
  445. package/packages/cli/src/ui/commands/extensionsCommand.ts +0 -255
  446. package/packages/cli/src/ui/commands/helpCommand.test.ts +0 -52
  447. package/packages/cli/src/ui/commands/helpCommand.ts +0 -27
  448. package/packages/cli/src/ui/commands/hooksCommand.ts +0 -322
  449. package/packages/cli/src/ui/commands/ideCommand.test.ts +0 -264
  450. package/packages/cli/src/ui/commands/ideCommand.ts +0 -335
  451. package/packages/cli/src/ui/commands/initCommand.test.ts +0 -169
  452. package/packages/cli/src/ui/commands/initCommand.ts +0 -134
  453. package/packages/cli/src/ui/commands/insightCommand.ts +0 -132
  454. package/packages/cli/src/ui/commands/languageCommand.test.ts +0 -848
  455. package/packages/cli/src/ui/commands/languageCommand.ts +0 -374
  456. package/packages/cli/src/ui/commands/mcpCommand.test.ts +0 -153
  457. package/packages/cli/src/ui/commands/mcpCommand.ts +0 -21
  458. package/packages/cli/src/ui/commands/memoryCommand.test.ts +0 -411
  459. package/packages/cli/src/ui/commands/memoryCommand.ts +0 -347
  460. package/packages/cli/src/ui/commands/modelCommand.test.ts +0 -140
  461. package/packages/cli/src/ui/commands/modelCommand.ts +0 -59
  462. package/packages/cli/src/ui/commands/permissionsCommand.test.ts +0 -35
  463. package/packages/cli/src/ui/commands/permissionsCommand.ts +0 -21
  464. package/packages/cli/src/ui/commands/quitCommand.test.ts +0 -55
  465. package/packages/cli/src/ui/commands/quitCommand.ts +0 -39
  466. package/packages/cli/src/ui/commands/restoreCommand.test.ts +0 -255
  467. package/packages/cli/src/ui/commands/restoreCommand.ts +0 -153
  468. package/packages/cli/src/ui/commands/resumeCommand.test.ts +0 -38
  469. package/packages/cli/src/ui/commands/resumeCommand.ts +0 -21
  470. package/packages/cli/src/ui/commands/settingsCommand.test.ts +0 -36
  471. package/packages/cli/src/ui/commands/settingsCommand.ts +0 -21
  472. package/packages/cli/src/ui/commands/setupGithubCommand.test.ts +0 -231
  473. package/packages/cli/src/ui/commands/setupGithubCommand.ts +0 -225
  474. package/packages/cli/src/ui/commands/skillsCommand.ts +0 -135
  475. package/packages/cli/src/ui/commands/statsCommand.test.ts +0 -78
  476. package/packages/cli/src/ui/commands/statsCommand.ts +0 -78
  477. package/packages/cli/src/ui/commands/summaryCommand.ts +0 -323
  478. package/packages/cli/src/ui/commands/terminalSetupCommand.test.ts +0 -85
  479. package/packages/cli/src/ui/commands/terminalSetupCommand.ts +0 -53
  480. package/packages/cli/src/ui/commands/themeCommand.test.ts +0 -38
  481. package/packages/cli/src/ui/commands/themeCommand.ts +0 -21
  482. package/packages/cli/src/ui/commands/toolsCommand.test.ts +0 -114
  483. package/packages/cli/src/ui/commands/toolsCommand.ts +0 -58
  484. package/packages/cli/src/ui/commands/types.ts +0 -254
  485. package/packages/cli/src/ui/commands/vimCommand.ts +0 -29
  486. package/packages/cli/src/ui/components/AboutBox.tsx +0 -52
  487. package/packages/cli/src/ui/components/AnsiOutput.test.tsx +0 -106
  488. package/packages/cli/src/ui/components/AnsiOutput.tsx +0 -50
  489. package/packages/cli/src/ui/components/ApiKeyInput.tsx +0 -95
  490. package/packages/cli/src/ui/components/AppHeader.test.tsx +0 -94
  491. package/packages/cli/src/ui/components/AppHeader.tsx +0 -76
  492. package/packages/cli/src/ui/components/ApprovalModeDialog.tsx +0 -182
  493. package/packages/cli/src/ui/components/AsciiArt.ts +0 -14
  494. package/packages/cli/src/ui/components/AutoAcceptIndicator.tsx +0 -58
  495. package/packages/cli/src/ui/components/Composer.test.tsx +0 -347
  496. package/packages/cli/src/ui/components/Composer.tsx +0 -116
  497. package/packages/cli/src/ui/components/ConfigInitDisplay.tsx +0 -56
  498. package/packages/cli/src/ui/components/ConsentPrompt.test.tsx +0 -119
  499. package/packages/cli/src/ui/components/ConsentPrompt.tsx +0 -51
  500. package/packages/cli/src/ui/components/ContextSummaryDisplay.test.tsx +0 -85
  501. package/packages/cli/src/ui/components/ContextSummaryDisplay.tsx +0 -143
  502. package/packages/cli/src/ui/components/ContextUsageDisplay.tsx +0 -34
  503. package/packages/cli/src/ui/components/DebugModeNotification.tsx +0 -39
  504. package/packages/cli/src/ui/components/DebugProfiler.tsx +0 -36
  505. package/packages/cli/src/ui/components/DialogManager.tsx +0 -321
  506. package/packages/cli/src/ui/components/EditorSettingsDialog.tsx +0 -195
  507. package/packages/cli/src/ui/components/ExitWarning.tsx +0 -29
  508. package/packages/cli/src/ui/components/FolderTrustDialog.test.tsx +0 -129
  509. package/packages/cli/src/ui/components/FolderTrustDialog.tsx +0 -110
  510. package/packages/cli/src/ui/components/Footer.test.tsx +0 -98
  511. package/packages/cli/src/ui/components/Footer.tsx +0 -124
  512. package/packages/cli/src/ui/components/GeminiRespondingSpinner.tsx +0 -67
  513. package/packages/cli/src/ui/components/Header.test.tsx +0 -84
  514. package/packages/cli/src/ui/components/Header.tsx +0 -158
  515. package/packages/cli/src/ui/components/Help.test.tsx +0 -83
  516. package/packages/cli/src/ui/components/Help.tsx +0 -188
  517. package/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx +0 -287
  518. package/packages/cli/src/ui/components/HistoryItemDisplay.tsx +0 -202
  519. package/packages/cli/src/ui/components/IdeTrustChangeDialog.test.tsx +0 -85
  520. package/packages/cli/src/ui/components/IdeTrustChangeDialog.tsx +0 -50
  521. package/packages/cli/src/ui/components/InputPrompt.test.tsx +0 -2579
  522. package/packages/cli/src/ui/components/InputPrompt.tsx +0 -1203
  523. package/packages/cli/src/ui/components/KeyboardShortcuts.tsx +0 -124
  524. package/packages/cli/src/ui/components/LoadingIndicator.test.tsx +0 -311
  525. package/packages/cli/src/ui/components/LoadingIndicator.tsx +0 -90
  526. package/packages/cli/src/ui/components/LoopDetectionConfirmation.test.tsx +0 -39
  527. package/packages/cli/src/ui/components/LoopDetectionConfirmation.tsx +0 -97
  528. package/packages/cli/src/ui/components/MainContent.tsx +0 -80
  529. package/packages/cli/src/ui/components/MemoryUsageDisplay.tsx +0 -41
  530. package/packages/cli/src/ui/components/ModelDialog.test.tsx +0 -399
  531. package/packages/cli/src/ui/components/ModelDialog.tsx +0 -460
  532. package/packages/cli/src/ui/components/ModelStatsDisplay.test.tsx +0 -252
  533. package/packages/cli/src/ui/components/ModelStatsDisplay.tsx +0 -217
  534. package/packages/cli/src/ui/components/Notifications.tsx +0 -58
  535. package/packages/cli/src/ui/components/PermissionsModifyTrustDialog.test.tsx +0 -199
  536. package/packages/cli/src/ui/components/PermissionsModifyTrustDialog.tsx +0 -125
  537. package/packages/cli/src/ui/components/PlanSummaryDisplay.tsx +0 -41
  538. package/packages/cli/src/ui/components/PluginChoicePrompt.test.tsx +0 -243
  539. package/packages/cli/src/ui/components/PluginChoicePrompt.tsx +0 -195
  540. package/packages/cli/src/ui/components/PrepareLabel.test.tsx +0 -123
  541. package/packages/cli/src/ui/components/PrepareLabel.tsx +0 -116
  542. package/packages/cli/src/ui/components/QueuedMessageDisplay.test.tsx +0 -76
  543. package/packages/cli/src/ui/components/QueuedMessageDisplay.tsx +0 -47
  544. package/packages/cli/src/ui/components/QuittingDisplay.tsx +0 -39
  545. package/packages/cli/src/ui/components/QwenOAuthProgress.test.tsx +0 -611
  546. package/packages/cli/src/ui/components/QwenOAuthProgress.tsx +0 -316
  547. package/packages/cli/src/ui/components/SessionPicker.tsx +0 -251
  548. package/packages/cli/src/ui/components/SessionSummaryDisplay.test.tsx +0 -154
  549. package/packages/cli/src/ui/components/SessionSummaryDisplay.tsx +0 -51
  550. package/packages/cli/src/ui/components/SettingInputPrompt.test.tsx +0 -133
  551. package/packages/cli/src/ui/components/SettingInputPrompt.tsx +0 -157
  552. package/packages/cli/src/ui/components/SettingsDialog.test.tsx +0 -1638
  553. package/packages/cli/src/ui/components/SettingsDialog.tsx +0 -900
  554. package/packages/cli/src/ui/components/ShellConfirmationDialog.test.tsx +0 -53
  555. package/packages/cli/src/ui/components/ShellConfirmationDialog.tsx +0 -109
  556. package/packages/cli/src/ui/components/ShellInputPrompt.tsx +0 -57
  557. package/packages/cli/src/ui/components/ShellModeIndicator.tsx +0 -18
  558. package/packages/cli/src/ui/components/ShowMoreLines.tsx +0 -40
  559. package/packages/cli/src/ui/components/StandaloneSessionPicker.test.tsx +0 -624
  560. package/packages/cli/src/ui/components/StandaloneSessionPicker.tsx +0 -129
  561. package/packages/cli/src/ui/components/StatsDisplay.test.tsx +0 -401
  562. package/packages/cli/src/ui/components/StatsDisplay.tsx +0 -298
  563. package/packages/cli/src/ui/components/SuggestionsDisplay.tsx +0 -131
  564. package/packages/cli/src/ui/components/ThemeDialog.test.tsx +0 -108
  565. package/packages/cli/src/ui/components/ThemeDialog.tsx +0 -287
  566. package/packages/cli/src/ui/components/Tips.test.ts +0 -62
  567. package/packages/cli/src/ui/components/Tips.tsx +0 -62
  568. package/packages/cli/src/ui/components/TodoDisplay.test.tsx +0 -98
  569. package/packages/cli/src/ui/components/TodoDisplay.tsx +0 -72
  570. package/packages/cli/src/ui/components/ToolStatsDisplay.test.tsx +0 -180
  571. package/packages/cli/src/ui/components/ToolStatsDisplay.tsx +0 -234
  572. package/packages/cli/src/ui/components/UpdateNotification.tsx +0 -23
  573. package/packages/cli/src/ui/components/WelcomeBackDialog.tsx +0 -134
  574. package/packages/cli/src/ui/components/__snapshots__/Footer.test.tsx.snap +0 -5
  575. package/packages/cli/src/ui/components/__snapshots__/HistoryItemDisplay.test.tsx.snap +0 -139
  576. package/packages/cli/src/ui/components/__snapshots__/IDEContextDetailDisplay.test.tsx.snap +0 -24
  577. package/packages/cli/src/ui/components/__snapshots__/InputPrompt.test.tsx.snap +0 -57
  578. package/packages/cli/src/ui/components/__snapshots__/LoadingIndicator.test.tsx.snap +0 -6
  579. package/packages/cli/src/ui/components/__snapshots__/LoopDetectionConfirmation.test.tsx.snap +0 -16
  580. package/packages/cli/src/ui/components/__snapshots__/ModelStatsDisplay.test.tsx.snap +0 -121
  581. package/packages/cli/src/ui/components/__snapshots__/PrepareLabel.test.tsx.snap +0 -25
  582. package/packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap +0 -32
  583. package/packages/cli/src/ui/components/__snapshots__/SettingsDialog.test.tsx.snap +0 -211
  584. package/packages/cli/src/ui/components/__snapshots__/ShellConfirmationDialog.test.tsx.snap +0 -21
  585. package/packages/cli/src/ui/components/__snapshots__/StatsDisplay.test.tsx.snap +0 -264
  586. package/packages/cli/src/ui/components/__snapshots__/ThemeDialog.test.tsx.snap +0 -38
  587. package/packages/cli/src/ui/components/__snapshots__/ToolStatsDisplay.test.tsx.snap +0 -91
  588. package/packages/cli/src/ui/components/extensions/ExtensionsManagerDialog.test.tsx +0 -153
  589. package/packages/cli/src/ui/components/extensions/ExtensionsManagerDialog.tsx +0 -530
  590. package/packages/cli/src/ui/components/extensions/__snapshots__/ExtensionsManagerDialog.test.tsx.snap +0 -45
  591. package/packages/cli/src/ui/components/extensions/index.ts +0 -9
  592. package/packages/cli/src/ui/components/extensions/steps/ActionSelectionStep.test.tsx +0 -109
  593. package/packages/cli/src/ui/components/extensions/steps/ActionSelectionStep.tsx +0 -102
  594. package/packages/cli/src/ui/components/extensions/steps/ExtensionDetailStep.tsx +0 -128
  595. package/packages/cli/src/ui/components/extensions/steps/ExtensionListStep.test.tsx +0 -134
  596. package/packages/cli/src/ui/components/extensions/steps/ExtensionListStep.tsx +0 -177
  597. package/packages/cli/src/ui/components/extensions/steps/ScopeSelectStep.tsx +0 -70
  598. package/packages/cli/src/ui/components/extensions/steps/UninstallConfirmStep.tsx +0 -65
  599. package/packages/cli/src/ui/components/extensions/steps/__snapshots__/ActionSelectionStep.test.tsx.snap +0 -33
  600. package/packages/cli/src/ui/components/extensions/steps/__snapshots__/ExtensionListStep.test.tsx.snap +0 -32
  601. package/packages/cli/src/ui/components/extensions/steps/index.ts +0 -11
  602. package/packages/cli/src/ui/components/extensions/types.ts +0 -89
  603. package/packages/cli/src/ui/components/mcp/MCPManagementDialog.tsx +0 -680
  604. package/packages/cli/src/ui/components/mcp/constants.ts +0 -47
  605. package/packages/cli/src/ui/components/mcp/index.ts +0 -30
  606. package/packages/cli/src/ui/components/mcp/steps/AuthenticateStep.tsx +0 -164
  607. package/packages/cli/src/ui/components/mcp/steps/DisableScopeSelectStep.tsx +0 -88
  608. package/packages/cli/src/ui/components/mcp/steps/ServerDetailStep.tsx +0 -233
  609. package/packages/cli/src/ui/components/mcp/steps/ServerListStep.tsx +0 -176
  610. package/packages/cli/src/ui/components/mcp/steps/ToolDetailStep.tsx +0 -139
  611. package/packages/cli/src/ui/components/mcp/steps/ToolListStep.tsx +0 -146
  612. package/packages/cli/src/ui/components/mcp/types.ts +0 -195
  613. package/packages/cli/src/ui/components/mcp/utils.test.ts +0 -159
  614. package/packages/cli/src/ui/components/mcp/utils.ts +0 -129
  615. package/packages/cli/src/ui/components/messages/AskUserQuestionDialog.test.tsx +0 -883
  616. package/packages/cli/src/ui/components/messages/AskUserQuestionDialog.tsx +0 -572
  617. package/packages/cli/src/ui/components/messages/CompressionMessage.test.tsx +0 -198
  618. package/packages/cli/src/ui/components/messages/CompressionMessage.tsx +0 -90
  619. package/packages/cli/src/ui/components/messages/ConversationMessages.tsx +0 -261
  620. package/packages/cli/src/ui/components/messages/DiffRenderer.test.tsx +0 -479
  621. package/packages/cli/src/ui/components/messages/DiffRenderer.tsx +0 -380
  622. package/packages/cli/src/ui/components/messages/InsightProgressMessage.tsx +0 -59
  623. package/packages/cli/src/ui/components/messages/StatusMessages.tsx +0 -105
  624. package/packages/cli/src/ui/components/messages/SummaryMessage.tsx +0 -59
  625. package/packages/cli/src/ui/components/messages/ToolConfirmationMessage.test.tsx +0 -250
  626. package/packages/cli/src/ui/components/messages/ToolConfirmationMessage.tsx +0 -437
  627. package/packages/cli/src/ui/components/messages/ToolGroupMessage.test.tsx +0 -360
  628. package/packages/cli/src/ui/components/messages/ToolGroupMessage.tsx +0 -151
  629. package/packages/cli/src/ui/components/messages/ToolMessage.test.tsx +0 -303
  630. package/packages/cli/src/ui/components/messages/ToolMessage.tsx +0 -498
  631. package/packages/cli/src/ui/components/messages/__snapshots__/ToolGroupMessage.test.tsx.snap +0 -108
  632. package/packages/cli/src/ui/components/shared/BaseSelectionList.test.tsx +0 -534
  633. package/packages/cli/src/ui/components/shared/BaseSelectionList.tsx +0 -182
  634. package/packages/cli/src/ui/components/shared/DescriptiveRadioButtonSelect.test.tsx +0 -97
  635. package/packages/cli/src/ui/components/shared/DescriptiveRadioButtonSelect.tsx +0 -74
  636. package/packages/cli/src/ui/components/shared/EnumSelector.test.tsx +0 -152
  637. package/packages/cli/src/ui/components/shared/EnumSelector.tsx +0 -87
  638. package/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx +0 -425
  639. package/packages/cli/src/ui/components/shared/MaxSizedBox.tsx +0 -628
  640. package/packages/cli/src/ui/components/shared/RadioButtonSelect.test.tsx +0 -198
  641. package/packages/cli/src/ui/components/shared/RadioButtonSelect.tsx +0 -91
  642. package/packages/cli/src/ui/components/shared/ScopeSelector.tsx +0 -59
  643. package/packages/cli/src/ui/components/shared/TextInput.tsx +0 -197
  644. package/packages/cli/src/ui/components/shared/__snapshots__/DescriptiveRadioButtonSelect.test.tsx.snap +0 -21
  645. package/packages/cli/src/ui/components/shared/__snapshots__/EnumSelector.test.tsx.snap +0 -9
  646. package/packages/cli/src/ui/components/shared/text-buffer.test.ts +0 -1951
  647. package/packages/cli/src/ui/components/shared/text-buffer.ts +0 -2371
  648. package/packages/cli/src/ui/components/shared/vim-buffer-actions.test.ts +0 -1119
  649. package/packages/cli/src/ui/components/shared/vim-buffer-actions.ts +0 -813
  650. package/packages/cli/src/ui/components/subagents/constants.ts +0 -71
  651. package/packages/cli/src/ui/components/subagents/create/AgentCreationWizard.tsx +0 -299
  652. package/packages/cli/src/ui/components/subagents/create/ColorSelector.tsx +0 -85
  653. package/packages/cli/src/ui/components/subagents/create/CreationSummary.tsx +0 -331
  654. package/packages/cli/src/ui/components/subagents/create/DescriptionInput.tsx +0 -177
  655. package/packages/cli/src/ui/components/subagents/create/GenerationMethodSelector.tsx +0 -63
  656. package/packages/cli/src/ui/components/subagents/create/LocationSelector.tsx +0 -58
  657. package/packages/cli/src/ui/components/subagents/create/TextEntryStep.tsx +0 -78
  658. package/packages/cli/src/ui/components/subagents/create/ToolSelector.tsx +0 -253
  659. package/packages/cli/src/ui/components/subagents/index.ts +0 -14
  660. package/packages/cli/src/ui/components/subagents/manage/ActionSelectionStep.tsx +0 -103
  661. package/packages/cli/src/ui/components/subagents/manage/AgentDeleteStep.tsx +0 -62
  662. package/packages/cli/src/ui/components/subagents/manage/AgentEditStep.tsx +0 -124
  663. package/packages/cli/src/ui/components/subagents/manage/AgentSelectionStep.tsx +0 -449
  664. package/packages/cli/src/ui/components/subagents/manage/AgentViewerStep.tsx +0 -66
  665. package/packages/cli/src/ui/components/subagents/manage/AgentsManagerDialog.tsx +0 -341
  666. package/packages/cli/src/ui/components/subagents/reducers.tsx +0 -190
  667. package/packages/cli/src/ui/components/subagents/runtime/AgentExecutionDisplay.tsx +0 -550
  668. package/packages/cli/src/ui/components/subagents/types.ts +0 -133
  669. package/packages/cli/src/ui/components/subagents/utils.ts +0 -102
  670. package/packages/cli/src/ui/components/views/ExtensionsList.test.tsx +0 -100
  671. package/packages/cli/src/ui/components/views/ExtensionsList.tsx +0 -80
  672. package/packages/cli/src/ui/components/views/McpStatus.test.tsx +0 -163
  673. package/packages/cli/src/ui/components/views/McpStatus.tsx +0 -298
  674. package/packages/cli/src/ui/components/views/SkillsList.tsx +0 -36
  675. package/packages/cli/src/ui/components/views/ToolsList.test.tsx +0 -58
  676. package/packages/cli/src/ui/components/views/ToolsList.tsx +0 -53
  677. package/packages/cli/src/ui/components/views/__snapshots__/McpStatus.test.tsx.snap +0 -166
  678. package/packages/cli/src/ui/components/views/__snapshots__/ToolsList.test.tsx.snap +0 -29
  679. package/packages/cli/src/ui/constants.ts +0 -29
  680. package/packages/cli/src/ui/contexts/AppContext.tsx +0 -22
  681. package/packages/cli/src/ui/contexts/ConfigContext.tsx +0 -18
  682. package/packages/cli/src/ui/contexts/KeypressContext.test.tsx +0 -1756
  683. package/packages/cli/src/ui/contexts/KeypressContext.tsx +0 -932
  684. package/packages/cli/src/ui/contexts/OverflowContext.tsx +0 -88
  685. package/packages/cli/src/ui/contexts/SessionContext.test.tsx +0 -221
  686. package/packages/cli/src/ui/contexts/SessionContext.tsx +0 -281
  687. package/packages/cli/src/ui/contexts/SettingsContext.tsx +0 -20
  688. package/packages/cli/src/ui/contexts/ShellFocusContext.tsx +0 -11
  689. package/packages/cli/src/ui/contexts/StreamingContext.tsx +0 -22
  690. package/packages/cli/src/ui/contexts/UIActionsContext.tsx +0 -100
  691. package/packages/cli/src/ui/contexts/UIStateContext.tsx +0 -144
  692. package/packages/cli/src/ui/contexts/VimModeContext.tsx +0 -80
  693. package/packages/cli/src/ui/editors/editorSettingsManager.ts +0 -67
  694. package/packages/cli/src/ui/hooks/atCommandProcessor.test.ts +0 -1136
  695. package/packages/cli/src/ui/hooks/atCommandProcessor.ts +0 -434
  696. package/packages/cli/src/ui/hooks/keyToAnsi.ts +0 -77
  697. package/packages/cli/src/ui/hooks/shellCommandProcessor.test.ts +0 -723
  698. package/packages/cli/src/ui/hooks/shellCommandProcessor.ts +0 -382
  699. package/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts +0 -1083
  700. package/packages/cli/src/ui/hooks/slashCommandProcessor.ts +0 -714
  701. package/packages/cli/src/ui/hooks/useAgentsManagerDialog.ts +0 -32
  702. package/packages/cli/src/ui/hooks/useApprovalModeCommand.ts +0 -57
  703. package/packages/cli/src/ui/hooks/useAtCompletion.test.ts +0 -508
  704. package/packages/cli/src/ui/hooks/useAtCompletion.ts +0 -239
  705. package/packages/cli/src/ui/hooks/useAttentionNotifications.test.ts +0 -199
  706. package/packages/cli/src/ui/hooks/useAttentionNotifications.ts +0 -71
  707. package/packages/cli/src/ui/hooks/useAutoAcceptIndicator.test.ts +0 -561
  708. package/packages/cli/src/ui/hooks/useAutoAcceptIndicator.ts +0 -85
  709. package/packages/cli/src/ui/hooks/useBracketedPaste.ts +0 -37
  710. package/packages/cli/src/ui/hooks/useCodingPlanUpdates.test.ts +0 -658
  711. package/packages/cli/src/ui/hooks/useCodingPlanUpdates.ts +0 -233
  712. package/packages/cli/src/ui/hooks/useCommandCompletion.test.ts +0 -517
  713. package/packages/cli/src/ui/hooks/useCommandCompletion.tsx +0 -243
  714. package/packages/cli/src/ui/hooks/useCommandMigration.ts +0 -51
  715. package/packages/cli/src/ui/hooks/useCompletion.ts +0 -126
  716. package/packages/cli/src/ui/hooks/useDialogClose.ts +0 -103
  717. package/packages/cli/src/ui/hooks/useEditorSettings.test.ts +0 -284
  718. package/packages/cli/src/ui/hooks/useEditorSettings.ts +0 -75
  719. package/packages/cli/src/ui/hooks/useExtensionUpdates.test.ts +0 -608
  720. package/packages/cli/src/ui/hooks/useExtensionUpdates.ts +0 -340
  721. package/packages/cli/src/ui/hooks/useExtensionsManagerDialog.ts +0 -33
  722. package/packages/cli/src/ui/hooks/useFeedbackDialog.ts +0 -206
  723. package/packages/cli/src/ui/hooks/useFocus.test.ts +0 -145
  724. package/packages/cli/src/ui/hooks/useFocus.ts +0 -62
  725. package/packages/cli/src/ui/hooks/useFolderTrust.test.ts +0 -211
  726. package/packages/cli/src/ui/hooks/useFolderTrust.ts +0 -80
  727. package/packages/cli/src/ui/hooks/useGeminiStream.test.tsx +0 -2946
  728. package/packages/cli/src/ui/hooks/useGeminiStream.ts +0 -1625
  729. package/packages/cli/src/ui/hooks/useGitBranchName.test.ts +0 -238
  730. package/packages/cli/src/ui/hooks/useGitBranchName.ts +0 -78
  731. package/packages/cli/src/ui/hooks/useHistoryManager.test.ts +0 -202
  732. package/packages/cli/src/ui/hooks/useHistoryManager.ts +0 -111
  733. package/packages/cli/src/ui/hooks/useIdeTrustListener.test.ts +0 -226
  734. package/packages/cli/src/ui/hooks/useIdeTrustListener.ts +0 -90
  735. package/packages/cli/src/ui/hooks/useInitializationAuthError.ts +0 -47
  736. package/packages/cli/src/ui/hooks/useInputHistory.test.ts +0 -261
  737. package/packages/cli/src/ui/hooks/useInputHistory.ts +0 -111
  738. package/packages/cli/src/ui/hooks/useInputHistoryStore.test.ts +0 -293
  739. package/packages/cli/src/ui/hooks/useInputHistoryStore.ts +0 -118
  740. package/packages/cli/src/ui/hooks/useKeypress.test.ts +0 -314
  741. package/packages/cli/src/ui/hooks/useKeypress.ts +0 -36
  742. package/packages/cli/src/ui/hooks/useKittyKeyboardProtocol.ts +0 -31
  743. package/packages/cli/src/ui/hooks/useLaunchEditor.ts +0 -125
  744. package/packages/cli/src/ui/hooks/useLoadingIndicator.test.ts +0 -136
  745. package/packages/cli/src/ui/hooks/useLoadingIndicator.ts +0 -61
  746. package/packages/cli/src/ui/hooks/useLogger.ts +0 -37
  747. package/packages/cli/src/ui/hooks/useMcpDialog.ts +0 -31
  748. package/packages/cli/src/ui/hooks/useMemoryMonitor.test.ts +0 -71
  749. package/packages/cli/src/ui/hooks/useMemoryMonitor.ts +0 -41
  750. package/packages/cli/src/ui/hooks/useMessageQueue.test.ts +0 -235
  751. package/packages/cli/src/ui/hooks/useMessageQueue.ts +0 -75
  752. package/packages/cli/src/ui/hooks/useModelCommand.test.ts +0 -42
  753. package/packages/cli/src/ui/hooks/useModelCommand.ts +0 -31
  754. package/packages/cli/src/ui/hooks/usePermissionsModifyTrust.test.ts +0 -263
  755. package/packages/cli/src/ui/hooks/usePermissionsModifyTrust.ts +0 -128
  756. package/packages/cli/src/ui/hooks/usePhraseCycler.test.ts +0 -192
  757. package/packages/cli/src/ui/hooks/usePhraseCycler.ts +0 -82
  758. package/packages/cli/src/ui/hooks/useQwenAuth.test.ts +0 -425
  759. package/packages/cli/src/ui/hooks/useQwenAuth.ts +0 -108
  760. package/packages/cli/src/ui/hooks/useReactToolScheduler.ts +0 -315
  761. package/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts +0 -7
  762. package/packages/cli/src/ui/hooks/useResumeCommand.test.ts +0 -190
  763. package/packages/cli/src/ui/hooks/useResumeCommand.ts +0 -82
  764. package/packages/cli/src/ui/hooks/useReverseSearchCompletion.test.tsx +0 -260
  765. package/packages/cli/src/ui/hooks/useReverseSearchCompletion.tsx +0 -155
  766. package/packages/cli/src/ui/hooks/useSelectionList.test.ts +0 -980
  767. package/packages/cli/src/ui/hooks/useSelectionList.ts +0 -376
  768. package/packages/cli/src/ui/hooks/useSessionPicker.ts +0 -279
  769. package/packages/cli/src/ui/hooks/useSettingsCommand.ts +0 -25
  770. package/packages/cli/src/ui/hooks/useShellHistory.test.ts +0 -257
  771. package/packages/cli/src/ui/hooks/useShellHistory.ts +0 -143
  772. package/packages/cli/src/ui/hooks/useShowMemoryCommand.ts +0 -73
  773. package/packages/cli/src/ui/hooks/useSlashCompletion.test.ts +0 -897
  774. package/packages/cli/src/ui/hooks/useSlashCompletion.ts +0 -555
  775. package/packages/cli/src/ui/hooks/useStateAndRef.ts +0 -36
  776. package/packages/cli/src/ui/hooks/useSubagentCreateDialog.ts +0 -26
  777. package/packages/cli/src/ui/hooks/useTerminalSize.ts +0 -34
  778. package/packages/cli/src/ui/hooks/useThemeCommand.ts +0 -112
  779. package/packages/cli/src/ui/hooks/useTimer.test.ts +0 -120
  780. package/packages/cli/src/ui/hooks/useTimer.ts +0 -65
  781. package/packages/cli/src/ui/hooks/useTomlMigration.ts +0 -0
  782. package/packages/cli/src/ui/hooks/useToolScheduler.test.ts +0 -781
  783. package/packages/cli/src/ui/hooks/useWelcomeBack.ts +0 -119
  784. package/packages/cli/src/ui/hooks/vim.test.ts +0 -1691
  785. package/packages/cli/src/ui/hooks/vim.ts +0 -790
  786. package/packages/cli/src/ui/keyMatchers.test.ts +0 -375
  787. package/packages/cli/src/ui/keyMatchers.ts +0 -105
  788. package/packages/cli/src/ui/layouts/DefaultAppLayout.tsx +0 -40
  789. package/packages/cli/src/ui/layouts/ScreenReaderAppLayout.tsx +0 -41
  790. package/packages/cli/src/ui/models/availableModels.test.ts +0 -186
  791. package/packages/cli/src/ui/models/availableModels.ts +0 -129
  792. package/packages/cli/src/ui/noninteractive/nonInteractiveUi.ts +0 -30
  793. package/packages/cli/src/ui/semantic-colors.ts +0 -26
  794. package/packages/cli/src/ui/state/extensions.ts +0 -90
  795. package/packages/cli/src/ui/textConstants.ts +0 -13
  796. package/packages/cli/src/ui/themes/ansi-light.ts +0 -152
  797. package/packages/cli/src/ui/themes/ansi.ts +0 -161
  798. package/packages/cli/src/ui/themes/atom-one-dark.ts +0 -147
  799. package/packages/cli/src/ui/themes/ayu-light.ts +0 -139
  800. package/packages/cli/src/ui/themes/ayu.ts +0 -113
  801. package/packages/cli/src/ui/themes/color-utils.test.ts +0 -221
  802. package/packages/cli/src/ui/themes/color-utils.ts +0 -235
  803. package/packages/cli/src/ui/themes/default-light.ts +0 -106
  804. package/packages/cli/src/ui/themes/default.ts +0 -149
  805. package/packages/cli/src/ui/themes/dracula.ts +0 -124
  806. package/packages/cli/src/ui/themes/github-dark.ts +0 -147
  807. package/packages/cli/src/ui/themes/github-light.ts +0 -149
  808. package/packages/cli/src/ui/themes/googlecode.ts +0 -146
  809. package/packages/cli/src/ui/themes/no-color.ts +0 -131
  810. package/packages/cli/src/ui/themes/qwen-dark.ts +0 -115
  811. package/packages/cli/src/ui/themes/qwen-light.ts +0 -141
  812. package/packages/cli/src/ui/themes/semantic-tokens.ts +0 -140
  813. package/packages/cli/src/ui/themes/shades-of-purple.ts +0 -352
  814. package/packages/cli/src/ui/themes/theme-manager.test.ts +0 -173
  815. package/packages/cli/src/ui/themes/theme-manager.ts +0 -344
  816. package/packages/cli/src/ui/themes/theme.test.ts +0 -97
  817. package/packages/cli/src/ui/themes/theme.ts +0 -505
  818. package/packages/cli/src/ui/themes/xcode.ts +0 -154
  819. package/packages/cli/src/ui/types.ts +0 -463
  820. package/packages/cli/src/ui/utils/CodeColorizer.tsx +0 -224
  821. package/packages/cli/src/ui/utils/InlineMarkdownRenderer.tsx +0 -180
  822. package/packages/cli/src/ui/utils/MarkdownDisplay.test.tsx +0 -236
  823. package/packages/cli/src/ui/utils/MarkdownDisplay.tsx +0 -423
  824. package/packages/cli/src/ui/utils/TableRenderer.tsx +0 -158
  825. package/packages/cli/src/ui/utils/__snapshots__/MarkdownDisplay.test.tsx.snap +0 -187
  826. package/packages/cli/src/ui/utils/clipboardUtils.test.ts +0 -136
  827. package/packages/cli/src/ui/utils/clipboardUtils.ts +0 -153
  828. package/packages/cli/src/ui/utils/commandUtils.test.ts +0 -489
  829. package/packages/cli/src/ui/utils/commandUtils.ts +0 -174
  830. package/packages/cli/src/ui/utils/computeStats.test.ts +0 -295
  831. package/packages/cli/src/ui/utils/computeStats.ts +0 -86
  832. package/packages/cli/src/ui/utils/displayUtils.test.ts +0 -83
  833. package/packages/cli/src/ui/utils/displayUtils.ts +0 -35
  834. package/packages/cli/src/ui/utils/export/collect.ts +0 -266
  835. package/packages/cli/src/ui/utils/export/formatters/html.ts +0 -83
  836. package/packages/cli/src/ui/utils/export/formatters/json.ts +0 -15
  837. package/packages/cli/src/ui/utils/export/formatters/jsonl.ts +0 -31
  838. package/packages/cli/src/ui/utils/export/formatters/markdown.ts +0 -225
  839. package/packages/cli/src/ui/utils/export/index.ts +0 -18
  840. package/packages/cli/src/ui/utils/export/normalize.ts +0 -324
  841. package/packages/cli/src/ui/utils/export/types.ts +0 -54
  842. package/packages/cli/src/ui/utils/export/utils.ts +0 -13
  843. package/packages/cli/src/ui/utils/formatters.test.ts +0 -157
  844. package/packages/cli/src/ui/utils/formatters.ts +0 -97
  845. package/packages/cli/src/ui/utils/highlight.test.ts +0 -136
  846. package/packages/cli/src/ui/utils/highlight.ts +0 -103
  847. package/packages/cli/src/ui/utils/isNarrowWidth.ts +0 -9
  848. package/packages/cli/src/ui/utils/kittyProtocolDetector.ts +0 -116
  849. package/packages/cli/src/ui/utils/markdownUtilities.test.ts +0 -50
  850. package/packages/cli/src/ui/utils/markdownUtilities.ts +0 -125
  851. package/packages/cli/src/ui/utils/platformConstants.ts +0 -87
  852. package/packages/cli/src/ui/utils/resumeHistoryUtils.test.ts +0 -289
  853. package/packages/cli/src/ui/utils/resumeHistoryUtils.ts +0 -455
  854. package/packages/cli/src/ui/utils/sessionPickerUtils.test.ts +0 -45
  855. package/packages/cli/src/ui/utils/sessionPickerUtils.ts +0 -59
  856. package/packages/cli/src/ui/utils/terminalSetup.ts +0 -393
  857. package/packages/cli/src/ui/utils/textUtils.test.ts +0 -170
  858. package/packages/cli/src/ui/utils/textUtils.ts +0 -216
  859. package/packages/cli/src/ui/utils/updateCheck.test.ts +0 -163
  860. package/packages/cli/src/ui/utils/updateCheck.ts +0 -104
  861. package/packages/cli/src/utils/acpModelUtils.test.ts +0 -42
  862. package/packages/cli/src/utils/acpModelUtils.ts +0 -61
  863. package/packages/cli/src/utils/attentionNotification.test.ts +0 -72
  864. package/packages/cli/src/utils/attentionNotification.ts +0 -51
  865. package/packages/cli/src/utils/checks.ts +0 -28
  866. package/packages/cli/src/utils/cleanup.test.ts +0 -68
  867. package/packages/cli/src/utils/cleanup.ts +0 -37
  868. package/packages/cli/src/utils/commands.test.ts +0 -140
  869. package/packages/cli/src/utils/commands.ts +0 -71
  870. package/packages/cli/src/utils/commentJson.test.ts +0 -186
  871. package/packages/cli/src/utils/commentJson.ts +0 -70
  872. package/packages/cli/src/utils/deepMerge.test.ts +0 -163
  873. package/packages/cli/src/utils/deepMerge.ts +0 -90
  874. package/packages/cli/src/utils/dialogScopeUtils.ts +0 -69
  875. package/packages/cli/src/utils/envVarResolver.test.ts +0 -297
  876. package/packages/cli/src/utils/envVarResolver.ts +0 -126
  877. package/packages/cli/src/utils/errors.test.ts +0 -681
  878. package/packages/cli/src/utils/errors.ts +0 -197
  879. package/packages/cli/src/utils/events.ts +0 -15
  880. package/packages/cli/src/utils/gitUtils.test.ts +0 -248
  881. package/packages/cli/src/utils/gitUtils.ts +0 -143
  882. package/packages/cli/src/utils/handleAutoUpdate.test.ts +0 -274
  883. package/packages/cli/src/utils/handleAutoUpdate.ts +0 -152
  884. package/packages/cli/src/utils/installationInfo.test.ts +0 -325
  885. package/packages/cli/src/utils/installationInfo.ts +0 -181
  886. package/packages/cli/src/utils/languageUtils.test.ts +0 -478
  887. package/packages/cli/src/utils/languageUtils.ts +0 -191
  888. package/packages/cli/src/utils/math.ts +0 -15
  889. package/packages/cli/src/utils/modelConfigUtils.test.ts +0 -727
  890. package/packages/cli/src/utils/modelConfigUtils.ts +0 -159
  891. package/packages/cli/src/utils/nonInteractiveHelpers.test.ts +0 -1297
  892. package/packages/cli/src/utils/nonInteractiveHelpers.ts +0 -666
  893. package/packages/cli/src/utils/package.ts +0 -38
  894. package/packages/cli/src/utils/processUtils.test.ts +0 -22
  895. package/packages/cli/src/utils/processUtils.ts +0 -20
  896. package/packages/cli/src/utils/readStdin.test.ts +0 -112
  897. package/packages/cli/src/utils/readStdin.ts +0 -70
  898. package/packages/cli/src/utils/relaunch.test.ts +0 -335
  899. package/packages/cli/src/utils/relaunch.ts +0 -70
  900. package/packages/cli/src/utils/resolvePath.ts +0 -21
  901. package/packages/cli/src/utils/sandbox-macos-permissive-closed.sb +0 -32
  902. package/packages/cli/src/utils/sandbox-macos-permissive-open.sb +0 -25
  903. package/packages/cli/src/utils/sandbox-macos-permissive-proxied.sb +0 -37
  904. package/packages/cli/src/utils/sandbox-macos-restrictive-closed.sb +0 -93
  905. package/packages/cli/src/utils/sandbox-macos-restrictive-open.sb +0 -96
  906. package/packages/cli/src/utils/sandbox-macos-restrictive-proxied.sb +0 -98
  907. package/packages/cli/src/utils/sandbox.ts +0 -984
  908. package/packages/cli/src/utils/settingsUtils.test.ts +0 -1154
  909. package/packages/cli/src/utils/settingsUtils.ts +0 -646
  910. package/packages/cli/src/utils/spawnWrapper.ts +0 -9
  911. package/packages/cli/src/utils/startupWarnings.test.ts +0 -76
  912. package/packages/cli/src/utils/startupWarnings.ts +0 -40
  913. package/packages/cli/src/utils/stdioHelpers.ts +0 -41
  914. package/packages/cli/src/utils/systemInfo.test.ts +0 -337
  915. package/packages/cli/src/utils/systemInfo.ts +0 -181
  916. package/packages/cli/src/utils/systemInfoFields.test.ts +0 -79
  917. package/packages/cli/src/utils/systemInfoFields.ts +0 -143
  918. package/packages/cli/src/utils/updateEventEmitter.ts +0 -13
  919. package/packages/cli/src/utils/userStartupWarnings.test.ts +0 -112
  920. package/packages/cli/src/utils/userStartupWarnings.ts +0 -96
  921. package/packages/cli/src/utils/version.ts +0 -12
  922. package/packages/cli/src/utils/windowTitle.test.ts +0 -59
  923. package/packages/cli/src/utils/windowTitle.ts +0 -22
  924. package/packages/cli/src/utils/writeWithBackup.test.ts +0 -232
  925. package/packages/cli/src/utils/writeWithBackup.ts +0 -169
  926. package/packages/cli/src/validateNonInterActiveAuth.test.ts +0 -557
  927. package/packages/cli/src/validateNonInterActiveAuth.ts +0 -83
  928. package/packages/cli/test-setup.ts +0 -12
  929. package/packages/cli/tsconfig.json +0 -30
  930. package/packages/cli/vitest.config.ts +0 -57
  931. package/packages/core/index.ts +0 -7
  932. package/packages/core/package.json +0 -96
  933. package/packages/core/scripts/postinstall.js +0 -179
  934. package/packages/core/scripts/postinstall.js.backup +0 -1
  935. package/packages/core/src/__mocks__/fs/promises.ts +0 -48
  936. package/packages/core/src/config/config.test.ts +0 -1501
  937. package/packages/core/src/config/config.ts +0 -1916
  938. package/packages/core/src/config/constants.ts +0 -22
  939. package/packages/core/src/config/models.ts +0 -10
  940. package/packages/core/src/config/storage.test.ts +0 -42
  941. package/packages/core/src/config/storage.ts +0 -143
  942. package/packages/core/src/confirmation-bus/message-bus.ts +0 -125
  943. package/packages/core/src/confirmation-bus/types.ts +0 -128
  944. package/packages/core/src/core/__snapshots__/prompts.test.ts.snap +0 -3490
  945. package/packages/core/src/core/__tests__/openaiTimeoutHandling.test.ts +0 -386
  946. package/packages/core/src/core/__tests__/orphanedToolCallsTest.ts +0 -125
  947. package/packages/core/src/core/anthropicContentGenerator/anthropicContentGenerator.test.ts +0 -524
  948. package/packages/core/src/core/anthropicContentGenerator/anthropicContentGenerator.ts +0 -514
  949. package/packages/core/src/core/anthropicContentGenerator/converter.test.ts +0 -946
  950. package/packages/core/src/core/anthropicContentGenerator/converter.ts +0 -581
  951. package/packages/core/src/core/anthropicContentGenerator/index.ts +0 -21
  952. package/packages/core/src/core/baseLlmClient.test.ts +0 -447
  953. package/packages/core/src/core/baseLlmClient.ts +0 -191
  954. package/packages/core/src/core/client.test.ts +0 -2368
  955. package/packages/core/src/core/client.ts +0 -785
  956. package/packages/core/src/core/contentGenerator.test.ts +0 -113
  957. package/packages/core/src/core/contentGenerator.ts +0 -357
  958. package/packages/core/src/core/coreToolScheduler.test.ts +0 -2814
  959. package/packages/core/src/core/coreToolScheduler.ts +0 -1406
  960. package/packages/core/src/core/geminiChat.test.ts +0 -1721
  961. package/packages/core/src/core/geminiChat.ts +0 -746
  962. package/packages/core/src/core/geminiContentGenerator/geminiContentGenerator.test.ts +0 -371
  963. package/packages/core/src/core/geminiContentGenerator/geminiContentGenerator.ts +0 -303
  964. package/packages/core/src/core/geminiContentGenerator/index.test.ts +0 -41
  965. package/packages/core/src/core/geminiContentGenerator/index.ts +0 -53
  966. package/packages/core/src/core/geminiRequest.test.ts +0 -85
  967. package/packages/core/src/core/geminiRequest.ts +0 -19
  968. package/packages/core/src/core/logger.test.ts +0 -704
  969. package/packages/core/src/core/logger.ts +0 -462
  970. package/packages/core/src/core/loggingContentGenerator/index.ts +0 -7
  971. package/packages/core/src/core/loggingContentGenerator/loggingContentGenerator.test.ts +0 -397
  972. package/packages/core/src/core/loggingContentGenerator/loggingContentGenerator.ts +0 -510
  973. package/packages/core/src/core/modalityDefaults.test.ts +0 -213
  974. package/packages/core/src/core/modalityDefaults.ts +0 -94
  975. package/packages/core/src/core/nonInteractiveToolExecutor.test.ts +0 -373
  976. package/packages/core/src/core/nonInteractiveToolExecutor.ts +0 -52
  977. package/packages/core/src/core/openaiContentGenerator/constants.ts +0 -8
  978. package/packages/core/src/core/openaiContentGenerator/converter.test.ts +0 -2361
  979. package/packages/core/src/core/openaiContentGenerator/converter.ts +0 -1359
  980. package/packages/core/src/core/openaiContentGenerator/errorHandler.test.ts +0 -355
  981. package/packages/core/src/core/openaiContentGenerator/errorHandler.ts +0 -140
  982. package/packages/core/src/core/openaiContentGenerator/index.ts +0 -94
  983. package/packages/core/src/core/openaiContentGenerator/openaiContentGenerator.test.ts +0 -405
  984. package/packages/core/src/core/openaiContentGenerator/openaiContentGenerator.ts +0 -168
  985. package/packages/core/src/core/openaiContentGenerator/pipeline.test.ts +0 -1475
  986. package/packages/core/src/core/openaiContentGenerator/pipeline.ts +0 -490
  987. package/packages/core/src/core/openaiContentGenerator/provider/README.md +0 -61
  988. package/packages/core/src/core/openaiContentGenerator/provider/dashscope.test.ts +0 -1014
  989. package/packages/core/src/core/openaiContentGenerator/provider/dashscope.ts +0 -365
  990. package/packages/core/src/core/openaiContentGenerator/provider/deepseek.test.ts +0 -68
  991. package/packages/core/src/core/openaiContentGenerator/provider/deepseek.ts +0 -33
  992. package/packages/core/src/core/openaiContentGenerator/provider/default.test.ts +0 -308
  993. package/packages/core/src/core/openaiContentGenerator/provider/default.ts +0 -78
  994. package/packages/core/src/core/openaiContentGenerator/provider/index.ts +0 -11
  995. package/packages/core/src/core/openaiContentGenerator/provider/modelscope.test.ts +0 -96
  996. package/packages/core/src/core/openaiContentGenerator/provider/modelscope.ts +0 -32
  997. package/packages/core/src/core/openaiContentGenerator/provider/openrouter.test.ts +0 -221
  998. package/packages/core/src/core/openaiContentGenerator/provider/openrouter.ts +0 -31
  999. package/packages/core/src/core/openaiContentGenerator/provider/types.ts +0 -35
  1000. package/packages/core/src/core/openaiContentGenerator/streamingToolCallParser.test.ts +0 -864
  1001. package/packages/core/src/core/openaiContentGenerator/streamingToolCallParser.ts +0 -442
  1002. package/packages/core/src/core/prompts.test.ts +0 -617
  1003. package/packages/core/src/core/prompts.ts +0 -1064
  1004. package/packages/core/src/core/tokenLimits.test.ts +0 -331
  1005. package/packages/core/src/core/tokenLimits.ts +0 -216
  1006. package/packages/core/src/core/turn.test.ts +0 -1013
  1007. package/packages/core/src/core/turn.ts +0 -418
  1008. package/packages/core/src/extension/claude-converter.test.ts +0 -436
  1009. package/packages/core/src/extension/claude-converter.ts +0 -776
  1010. package/packages/core/src/extension/extensionManager.test.ts +0 -760
  1011. package/packages/core/src/extension/extensionManager.ts +0 -1290
  1012. package/packages/core/src/extension/extensionSettings.test.ts +0 -730
  1013. package/packages/core/src/extension/extensionSettings.ts +0 -319
  1014. package/packages/core/src/extension/gemini-converter.test.ts +0 -177
  1015. package/packages/core/src/extension/gemini-converter.ts +0 -234
  1016. package/packages/core/src/extension/github.test.ts +0 -485
  1017. package/packages/core/src/extension/github.ts +0 -457
  1018. package/packages/core/src/extension/index.ts +0 -6
  1019. package/packages/core/src/extension/marketplace.test.ts +0 -282
  1020. package/packages/core/src/extension/marketplace.ts +0 -279
  1021. package/packages/core/src/extension/override.test.ts +0 -110
  1022. package/packages/core/src/extension/override.ts +0 -102
  1023. package/packages/core/src/extension/settings.test.ts +0 -138
  1024. package/packages/core/src/extension/settings.ts +0 -149
  1025. package/packages/core/src/extension/storage.test.ts +0 -100
  1026. package/packages/core/src/extension/storage.ts +0 -50
  1027. package/packages/core/src/extension/variableSchema.ts +0 -43
  1028. package/packages/core/src/extension/variables.test.ts +0 -18
  1029. package/packages/core/src/extension/variables.ts +0 -72
  1030. package/packages/core/src/hooks/hookAggregator.test.ts +0 -618
  1031. package/packages/core/src/hooks/hookAggregator.ts +0 -369
  1032. package/packages/core/src/hooks/hookEventHandler.test.ts +0 -278
  1033. package/packages/core/src/hooks/hookEventHandler.ts +0 -192
  1034. package/packages/core/src/hooks/hookPlanner.test.ts +0 -366
  1035. package/packages/core/src/hooks/hookPlanner.ts +0 -146
  1036. package/packages/core/src/hooks/hookRegistry.test.ts +0 -636
  1037. package/packages/core/src/hooks/hookRegistry.ts +0 -353
  1038. package/packages/core/src/hooks/hookRunner.test.ts +0 -684
  1039. package/packages/core/src/hooks/hookRunner.ts +0 -427
  1040. package/packages/core/src/hooks/hookSystem.test.ts +0 -328
  1041. package/packages/core/src/hooks/hookSystem.ts +0 -103
  1042. package/packages/core/src/hooks/index.ts +0 -22
  1043. package/packages/core/src/hooks/trustedHooks.ts +0 -118
  1044. package/packages/core/src/hooks/types.ts +0 -678
  1045. package/packages/core/src/ide/constants.ts +0 -10
  1046. package/packages/core/src/ide/detect-ide.test.ts +0 -137
  1047. package/packages/core/src/ide/detect-ide.ts +0 -93
  1048. package/packages/core/src/ide/ide-client.test.ts +0 -764
  1049. package/packages/core/src/ide/ide-client.ts +0 -983
  1050. package/packages/core/src/ide/ide-installer.test.ts +0 -178
  1051. package/packages/core/src/ide/ide-installer.ts +0 -162
  1052. package/packages/core/src/ide/ideContext.test.ts +0 -453
  1053. package/packages/core/src/ide/ideContext.ts +0 -124
  1054. package/packages/core/src/ide/process-utils.test.ts +0 -158
  1055. package/packages/core/src/ide/process-utils.ts +0 -219
  1056. package/packages/core/src/ide/types.ts +0 -148
  1057. package/packages/core/src/index.test.ts +0 -13
  1058. package/packages/core/src/index.ts +0 -309
  1059. package/packages/core/src/lsp/LspConfigLoader.test.ts +0 -90
  1060. package/packages/core/src/lsp/LspConfigLoader.ts +0 -500
  1061. package/packages/core/src/lsp/LspConnectionFactory.ts +0 -395
  1062. package/packages/core/src/lsp/LspLanguageDetector.ts +0 -226
  1063. package/packages/core/src/lsp/LspResponseNormalizer.ts +0 -917
  1064. package/packages/core/src/lsp/LspServerManager.ts +0 -720
  1065. package/packages/core/src/lsp/NativeLspClient.ts +0 -259
  1066. package/packages/core/src/lsp/NativeLspService.integration.test.ts +0 -769
  1067. package/packages/core/src/lsp/NativeLspService.test.ts +0 -132
  1068. package/packages/core/src/lsp/NativeLspService.ts +0 -894
  1069. package/packages/core/src/lsp/constants.ts +0 -101
  1070. package/packages/core/src/lsp/types.ts +0 -523
  1071. package/packages/core/src/mcp/constants.ts +0 -27
  1072. package/packages/core/src/mcp/google-auth-provider.test.ts +0 -112
  1073. package/packages/core/src/mcp/google-auth-provider.ts +0 -103
  1074. package/packages/core/src/mcp/oauth-provider.test.ts +0 -1275
  1075. package/packages/core/src/mcp/oauth-provider.ts +0 -910
  1076. package/packages/core/src/mcp/oauth-token-storage.test.ts +0 -459
  1077. package/packages/core/src/mcp/oauth-token-storage.ts +0 -228
  1078. package/packages/core/src/mcp/oauth-utils.test.ts +0 -345
  1079. package/packages/core/src/mcp/oauth-utils.ts +0 -379
  1080. package/packages/core/src/mcp/sa-impersonation-provider.test.ts +0 -153
  1081. package/packages/core/src/mcp/sa-impersonation-provider.ts +0 -177
  1082. package/packages/core/src/mcp/token-storage/base-token-storage.test.ts +0 -208
  1083. package/packages/core/src/mcp/token-storage/base-token-storage.ts +0 -49
  1084. package/packages/core/src/mcp/token-storage/file-token-storage.test.ts +0 -323
  1085. package/packages/core/src/mcp/token-storage/file-token-storage.ts +0 -184
  1086. package/packages/core/src/mcp/token-storage/hybrid-token-storage.test.ts +0 -274
  1087. package/packages/core/src/mcp/token-storage/hybrid-token-storage.ts +0 -97
  1088. package/packages/core/src/mcp/token-storage/index.ts +0 -14
  1089. package/packages/core/src/mcp/token-storage/keychain-token-storage.test.ts +0 -352
  1090. package/packages/core/src/mcp/token-storage/keychain-token-storage.ts +0 -315
  1091. package/packages/core/src/mcp/token-storage/types.ts +0 -42
  1092. package/packages/core/src/mocks/msw.ts +0 -9
  1093. package/packages/core/src/models/constants.ts +0 -117
  1094. package/packages/core/src/models/index.ts +0 -45
  1095. package/packages/core/src/models/modelConfigErrors.ts +0 -125
  1096. package/packages/core/src/models/modelConfigResolver.test.ts +0 -351
  1097. package/packages/core/src/models/modelConfigResolver.ts +0 -369
  1098. package/packages/core/src/models/modelRegistry.test.ts +0 -533
  1099. package/packages/core/src/models/modelRegistry.ts +0 -234
  1100. package/packages/core/src/models/modelsConfig.test.ts +0 -1509
  1101. package/packages/core/src/models/modelsConfig.ts +0 -1201
  1102. package/packages/core/src/models/types.ts +0 -150
  1103. package/packages/core/src/output/json-formatter.test.ts +0 -301
  1104. package/packages/core/src/output/json-formatter.ts +0 -39
  1105. package/packages/core/src/output/types.ts +0 -30
  1106. package/packages/core/src/prompts/mcp-prompts.ts +0 -19
  1107. package/packages/core/src/prompts/prompt-registry.ts +0 -77
  1108. package/packages/core/src/qwen/qwenContentGenerator.test.ts +0 -1698
  1109. package/packages/core/src/qwen/qwenContentGenerator.ts +0 -252
  1110. package/packages/core/src/qwen/qwenOAuth2.test.ts +0 -2187
  1111. package/packages/core/src/qwen/qwenOAuth2.ts +0 -1017
  1112. package/packages/core/src/qwen/sharedTokenManager.test.ts +0 -937
  1113. package/packages/core/src/qwen/sharedTokenManager.ts +0 -887
  1114. package/packages/core/src/services/chatCompressionService.test.ts +0 -484
  1115. package/packages/core/src/services/chatCompressionService.ts +0 -274
  1116. package/packages/core/src/services/chatRecordingService.test.ts +0 -356
  1117. package/packages/core/src/services/chatRecordingService.ts +0 -448
  1118. package/packages/core/src/services/fileDiscoveryService.test.ts +0 -211
  1119. package/packages/core/src/services/fileDiscoveryService.ts +0 -142
  1120. package/packages/core/src/services/fileSystemService.test.ts +0 -297
  1121. package/packages/core/src/services/fileSystemService.ts +0 -234
  1122. package/packages/core/src/services/gitService.test.ts +0 -231
  1123. package/packages/core/src/services/gitService.ts +0 -121
  1124. package/packages/core/src/services/loopDetectionService.test.ts +0 -622
  1125. package/packages/core/src/services/loopDetectionService.ts +0 -316
  1126. package/packages/core/src/services/sessionService.test.ts +0 -721
  1127. package/packages/core/src/services/sessionService.ts +0 -706
  1128. package/packages/core/src/services/shellExecutionService.test.ts +0 -999
  1129. package/packages/core/src/services/shellExecutionService.ts +0 -799
  1130. package/packages/core/src/skills/index.ts +0 -31
  1131. package/packages/core/src/skills/skill-load.test.ts +0 -303
  1132. package/packages/core/src/skills/skill-load.ts +0 -173
  1133. package/packages/core/src/skills/skill-manager.test.ts +0 -692
  1134. package/packages/core/src/skills/skill-manager.ts +0 -652
  1135. package/packages/core/src/skills/types.ts +0 -111
  1136. package/packages/core/src/subagents/builtin-agents.test.ts +0 -95
  1137. package/packages/core/src/subagents/builtin-agents.ts +0 -95
  1138. package/packages/core/src/subagents/index.ts +0 -75
  1139. package/packages/core/src/subagents/subagent-events.ts +0 -145
  1140. package/packages/core/src/subagents/subagent-hooks.ts +0 -33
  1141. package/packages/core/src/subagents/subagent-manager.test.ts +0 -1152
  1142. package/packages/core/src/subagents/subagent-manager.ts +0 -978
  1143. package/packages/core/src/subagents/subagent-statistics.test.ts +0 -318
  1144. package/packages/core/src/subagents/subagent-statistics.ts +0 -275
  1145. package/packages/core/src/subagents/subagent.test.ts +0 -1196
  1146. package/packages/core/src/subagents/subagent.ts +0 -1010
  1147. package/packages/core/src/subagents/types.test.ts +0 -40
  1148. package/packages/core/src/subagents/types.ts +0 -272
  1149. package/packages/core/src/subagents/validation.test.ts +0 -426
  1150. package/packages/core/src/subagents/validation.ts +0 -354
  1151. package/packages/core/src/telemetry/config.test.ts +0 -155
  1152. package/packages/core/src/telemetry/config.ts +0 -118
  1153. package/packages/core/src/telemetry/constants.ts +0 -45
  1154. package/packages/core/src/telemetry/file-exporters.ts +0 -93
  1155. package/packages/core/src/telemetry/index.ts +0 -108
  1156. package/packages/core/src/telemetry/integration.test.circular.ts +0 -111
  1157. package/packages/core/src/telemetry/loggers.test.circular.ts +0 -128
  1158. package/packages/core/src/telemetry/loggers.test.ts +0 -1284
  1159. package/packages/core/src/telemetry/loggers.ts +0 -948
  1160. package/packages/core/src/telemetry/metrics.test.ts +0 -899
  1161. package/packages/core/src/telemetry/metrics.ts +0 -749
  1162. package/packages/core/src/telemetry/qwen-logger/event-types.ts +0 -102
  1163. package/packages/core/src/telemetry/qwen-logger/qwen-logger.test.ts +0 -515
  1164. package/packages/core/src/telemetry/qwen-logger/qwen-logger.ts +0 -988
  1165. package/packages/core/src/telemetry/sdk.test.ts +0 -148
  1166. package/packages/core/src/telemetry/sdk.ts +0 -195
  1167. package/packages/core/src/telemetry/telemetry-utils.test.ts +0 -46
  1168. package/packages/core/src/telemetry/telemetry-utils.ts +0 -17
  1169. package/packages/core/src/telemetry/telemetry.test.ts +0 -63
  1170. package/packages/core/src/telemetry/tool-call-decision.ts +0 -32
  1171. package/packages/core/src/telemetry/types.ts +0 -874
  1172. package/packages/core/src/telemetry/uiTelemetry.test.ts +0 -766
  1173. package/packages/core/src/telemetry/uiTelemetry.ts +0 -253
  1174. package/packages/core/src/test-utils/config.ts +0 -36
  1175. package/packages/core/src/test-utils/index.ts +0 -7
  1176. package/packages/core/src/test-utils/mock-tool.ts +0 -218
  1177. package/packages/core/src/test-utils/mockWorkspaceContext.ts +0 -33
  1178. package/packages/core/src/tools/__snapshots__/shell.test.ts.snap +0 -98
  1179. package/packages/core/src/tools/askUserQuestion.test.ts +0 -260
  1180. package/packages/core/src/tools/askUserQuestion.ts +0 -352
  1181. package/packages/core/src/tools/diffOptions.test.ts +0 -165
  1182. package/packages/core/src/tools/diffOptions.ts +0 -73
  1183. package/packages/core/src/tools/edit.test.ts +0 -933
  1184. package/packages/core/src/tools/edit.ts +0 -622
  1185. package/packages/core/src/tools/exitPlanMode.test.ts +0 -241
  1186. package/packages/core/src/tools/exitPlanMode.ts +0 -200
  1187. package/packages/core/src/tools/glob.test.ts +0 -650
  1188. package/packages/core/src/tools/glob.ts +0 -296
  1189. package/packages/core/src/tools/grep.test.ts +0 -484
  1190. package/packages/core/src/tools/grep.ts +0 -570
  1191. package/packages/core/src/tools/ls.test.ts +0 -325
  1192. package/packages/core/src/tools/ls.ts +0 -339
  1193. package/packages/core/src/tools/lsp.test.ts +0 -1233
  1194. package/packages/core/src/tools/lsp.ts +0 -1218
  1195. package/packages/core/src/tools/mcp-client-manager.test.ts +0 -257
  1196. package/packages/core/src/tools/mcp-client-manager.ts +0 -532
  1197. package/packages/core/src/tools/mcp-client.test.ts +0 -424
  1198. package/packages/core/src/tools/mcp-client.ts +0 -1450
  1199. package/packages/core/src/tools/mcp-tool.test.ts +0 -1119
  1200. package/packages/core/src/tools/mcp-tool.ts +0 -580
  1201. package/packages/core/src/tools/memoryTool.test.ts +0 -603
  1202. package/packages/core/src/tools/memoryTool.ts +0 -542
  1203. package/packages/core/src/tools/modifiable-tool.test.ts +0 -347
  1204. package/packages/core/src/tools/modifiable-tool.ts +0 -178
  1205. package/packages/core/src/tools/read-file.test.ts +0 -468
  1206. package/packages/core/src/tools/read-file.ts +0 -226
  1207. package/packages/core/src/tools/ripGrep.test.ts +0 -727
  1208. package/packages/core/src/tools/ripGrep.ts +0 -334
  1209. package/packages/core/src/tools/sdk-control-client-transport.ts +0 -145
  1210. package/packages/core/src/tools/shell.test.ts +0 -1277
  1211. package/packages/core/src/tools/shell.ts +0 -651
  1212. package/packages/core/src/tools/skill.test.ts +0 -436
  1213. package/packages/core/src/tools/skill.ts +0 -275
  1214. package/packages/core/src/tools/task.test.ts +0 -538
  1215. package/packages/core/src/tools/task.ts +0 -570
  1216. package/packages/core/src/tools/todoWrite.test.ts +0 -304
  1217. package/packages/core/src/tools/todoWrite.ts +0 -482
  1218. package/packages/core/src/tools/tool-error.ts +0 -72
  1219. package/packages/core/src/tools/tool-names.ts +0 -69
  1220. package/packages/core/src/tools/tool-registry.test.ts +0 -432
  1221. package/packages/core/src/tools/tool-registry.ts +0 -525
  1222. package/packages/core/src/tools/tools.test.ts +0 -230
  1223. package/packages/core/src/tools/tools.ts +0 -662
  1224. package/packages/core/src/tools/web-fetch.test.ts +0 -169
  1225. package/packages/core/src/tools/web-fetch.ts +0 -256
  1226. package/packages/core/src/tools/web-search/base-provider.ts +0 -58
  1227. package/packages/core/src/tools/web-search/index.test.ts +0 -312
  1228. package/packages/core/src/tools/web-search/index.ts +0 -344
  1229. package/packages/core/src/tools/web-search/providers/dashscope-provider.ts +0 -199
  1230. package/packages/core/src/tools/web-search/providers/google-provider.ts +0 -91
  1231. package/packages/core/src/tools/web-search/providers/tavily-provider.ts +0 -84
  1232. package/packages/core/src/tools/web-search/types.ts +0 -156
  1233. package/packages/core/src/tools/web-search/utils.ts +0 -42
  1234. package/packages/core/src/tools/write-file.test.ts +0 -861
  1235. package/packages/core/src/tools/write-file.ts +0 -491
  1236. package/packages/core/src/types/memfs.d.ts +0 -9
  1237. package/packages/core/src/types/mock-fs.d.ts +0 -25
  1238. package/packages/core/src/types/qrcode-terminal.d.ts +0 -6
  1239. package/packages/core/src/types/uuid.d.ts +0 -12
  1240. package/packages/core/src/types/vitest.d.ts +0 -33
  1241. package/packages/core/src/utils/LruCache.ts +0 -41
  1242. package/packages/core/src/utils/browser.ts +0 -56
  1243. package/packages/core/src/utils/configResolver.test.ts +0 -141
  1244. package/packages/core/src/utils/configResolver.ts +0 -222
  1245. package/packages/core/src/utils/debugLogger.test.ts +0 -268
  1246. package/packages/core/src/utils/debugLogger.ts +0 -195
  1247. package/packages/core/src/utils/editHelper.test.ts +0 -210
  1248. package/packages/core/src/utils/editHelper.ts +0 -478
  1249. package/packages/core/src/utils/editor.test.ts +0 -546
  1250. package/packages/core/src/utils/editor.ts +0 -226
  1251. package/packages/core/src/utils/envVarResolver.test.ts +0 -297
  1252. package/packages/core/src/utils/envVarResolver.ts +0 -126
  1253. package/packages/core/src/utils/environmentContext.test.ts +0 -225
  1254. package/packages/core/src/utils/environmentContext.ts +0 -94
  1255. package/packages/core/src/utils/errorParsing.test.ts +0 -118
  1256. package/packages/core/src/utils/errorParsing.ts +0 -84
  1257. package/packages/core/src/utils/errorReporting.test.ts +0 -128
  1258. package/packages/core/src/utils/errorReporting.ts +0 -80
  1259. package/packages/core/src/utils/errors.test.ts +0 -91
  1260. package/packages/core/src/utils/errors.ts +0 -134
  1261. package/packages/core/src/utils/fetch.test.ts +0 -52
  1262. package/packages/core/src/utils/fetch.ts +0 -192
  1263. package/packages/core/src/utils/fileUtils.test.ts +0 -1126
  1264. package/packages/core/src/utils/fileUtils.ts +0 -692
  1265. package/packages/core/src/utils/filesearch/crawlCache.test.ts +0 -123
  1266. package/packages/core/src/utils/filesearch/crawlCache.ts +0 -69
  1267. package/packages/core/src/utils/filesearch/crawler.test.ts +0 -577
  1268. package/packages/core/src/utils/filesearch/crawler.ts +0 -85
  1269. package/packages/core/src/utils/filesearch/fileSearch.test.ts +0 -772
  1270. package/packages/core/src/utils/filesearch/fileSearch.ts +0 -250
  1271. package/packages/core/src/utils/filesearch/ignore.test.ts +0 -163
  1272. package/packages/core/src/utils/filesearch/ignore.ts +0 -131
  1273. package/packages/core/src/utils/filesearch/result-cache.test.ts +0 -55
  1274. package/packages/core/src/utils/filesearch/result-cache.ts +0 -67
  1275. package/packages/core/src/utils/formatters.ts +0 -16
  1276. package/packages/core/src/utils/generateContentResponseUtilities.test.ts +0 -283
  1277. package/packages/core/src/utils/generateContentResponseUtilities.ts +0 -127
  1278. package/packages/core/src/utils/getFolderStructure.test.ts +0 -340
  1279. package/packages/core/src/utils/getFolderStructure.ts +0 -336
  1280. package/packages/core/src/utils/getPty.ts +0 -9
  1281. package/packages/core/src/utils/gitIgnoreParser.test.ts +0 -237
  1282. package/packages/core/src/utils/gitIgnoreParser.ts +0 -189
  1283. package/packages/core/src/utils/gitUtils.ts +0 -90
  1284. package/packages/core/src/utils/iconvHelper.ts +0 -65
  1285. package/packages/core/src/utils/ignorePatterns.test.ts +0 -324
  1286. package/packages/core/src/utils/ignorePatterns.ts +0 -278
  1287. package/packages/core/src/utils/installationManager.test.ts +0 -99
  1288. package/packages/core/src/utils/installationManager.ts +0 -61
  1289. package/packages/core/src/utils/jsonl-utils.ts +0 -196
  1290. package/packages/core/src/utils/language-detection.ts +0 -103
  1291. package/packages/core/src/utils/memoryDiscovery.test.ts +0 -432
  1292. package/packages/core/src/utils/memoryDiscovery.ts +0 -357
  1293. package/packages/core/src/utils/memoryImportProcessor.test.ts +0 -933
  1294. package/packages/core/src/utils/memoryImportProcessor.ts +0 -417
  1295. package/packages/core/src/utils/messageInspectors.ts +0 -23
  1296. package/packages/core/src/utils/nextSpeakerChecker.test.ts +0 -273
  1297. package/packages/core/src/utils/nextSpeakerChecker.ts +0 -138
  1298. package/packages/core/src/utils/openaiLogger.test.ts +0 -390
  1299. package/packages/core/src/utils/openaiLogger.ts +0 -151
  1300. package/packages/core/src/utils/partUtils.test.ts +0 -301
  1301. package/packages/core/src/utils/partUtils.ts +0 -169
  1302. package/packages/core/src/utils/pathReader.test.ts +0 -411
  1303. package/packages/core/src/utils/pathReader.ts +0 -110
  1304. package/packages/core/src/utils/paths.test.ts +0 -850
  1305. package/packages/core/src/utils/paths.ts +0 -332
  1306. package/packages/core/src/utils/projectSummary.ts +0 -119
  1307. package/packages/core/src/utils/promptIdContext.ts +0 -9
  1308. package/packages/core/src/utils/quotaErrorDetection.test.ts +0 -134
  1309. package/packages/core/src/utils/quotaErrorDetection.ts +0 -126
  1310. package/packages/core/src/utils/qwenIgnoreParser.test.ts +0 -68
  1311. package/packages/core/src/utils/qwenIgnoreParser.ts +0 -81
  1312. package/packages/core/src/utils/rateLimit.test.ts +0 -102
  1313. package/packages/core/src/utils/rateLimit.ts +0 -84
  1314. package/packages/core/src/utils/readManyFiles.test.ts +0 -298
  1315. package/packages/core/src/utils/readManyFiles.ts +0 -210
  1316. package/packages/core/src/utils/request-tokenizer/imageTokenizer.test.ts +0 -157
  1317. package/packages/core/src/utils/request-tokenizer/imageTokenizer.ts +0 -508
  1318. package/packages/core/src/utils/request-tokenizer/index.ts +0 -11
  1319. package/packages/core/src/utils/request-tokenizer/requestTokenizer.test.ts +0 -271
  1320. package/packages/core/src/utils/request-tokenizer/requestTokenizer.ts +0 -330
  1321. package/packages/core/src/utils/request-tokenizer/supportedImageFormats.ts +0 -56
  1322. package/packages/core/src/utils/request-tokenizer/textTokenizer.test.ts +0 -279
  1323. package/packages/core/src/utils/request-tokenizer/textTokenizer.ts +0 -58
  1324. package/packages/core/src/utils/request-tokenizer/types.ts +0 -36
  1325. package/packages/core/src/utils/retry.test.ts +0 -534
  1326. package/packages/core/src/utils/retry.ts +0 -246
  1327. package/packages/core/src/utils/ripgrepUtils.test.ts +0 -135
  1328. package/packages/core/src/utils/ripgrepUtils.ts +0 -322
  1329. package/packages/core/src/utils/runtimeFetchOptions.test.ts +0 -95
  1330. package/packages/core/src/utils/runtimeFetchOptions.ts +0 -153
  1331. package/packages/core/src/utils/safeJsonParse.test.ts +0 -149
  1332. package/packages/core/src/utils/safeJsonParse.ts +0 -48
  1333. package/packages/core/src/utils/safeJsonStringify.test.ts +0 -73
  1334. package/packages/core/src/utils/safeJsonStringify.ts +0 -32
  1335. package/packages/core/src/utils/schemaConverter.test.ts +0 -118
  1336. package/packages/core/src/utils/schemaConverter.ts +0 -135
  1337. package/packages/core/src/utils/schemaValidator.test.ts +0 -297
  1338. package/packages/core/src/utils/schemaValidator.ts +0 -140
  1339. package/packages/core/src/utils/secure-browser-launcher.test.ts +0 -242
  1340. package/packages/core/src/utils/secure-browser-launcher.ts +0 -191
  1341. package/packages/core/src/utils/shell-utils.test.ts +0 -609
  1342. package/packages/core/src/utils/shell-utils.ts +0 -915
  1343. package/packages/core/src/utils/shellReadOnlyChecker.test.ts +0 -234
  1344. package/packages/core/src/utils/shellReadOnlyChecker.ts +0 -353
  1345. package/packages/core/src/utils/subagentGenerator.test.ts +0 -217
  1346. package/packages/core/src/utils/subagentGenerator.ts +0 -146
  1347. package/packages/core/src/utils/summarizer.test.ts +0 -202
  1348. package/packages/core/src/utils/summarizer.ts +0 -99
  1349. package/packages/core/src/utils/symlink.ts +0 -60
  1350. package/packages/core/src/utils/systemEncoding.test.ts +0 -478
  1351. package/packages/core/src/utils/systemEncoding.ts +0 -178
  1352. package/packages/core/src/utils/terminalSerializer.test.ts +0 -197
  1353. package/packages/core/src/utils/terminalSerializer.ts +0 -476
  1354. package/packages/core/src/utils/testUtils.ts +0 -87
  1355. package/packages/core/src/utils/textUtils.test.ts +0 -119
  1356. package/packages/core/src/utils/textUtils.ts +0 -75
  1357. package/packages/core/src/utils/thoughtUtils.test.ts +0 -80
  1358. package/packages/core/src/utils/thoughtUtils.ts +0 -76
  1359. package/packages/core/src/utils/toml-to-markdown-converter.test.ts +0 -103
  1360. package/packages/core/src/utils/toml-to-markdown-converter.ts +0 -74
  1361. package/packages/core/src/utils/tool-utils.test.ts +0 -159
  1362. package/packages/core/src/utils/tool-utils.ts +0 -181
  1363. package/packages/core/src/utils/workspaceContext.test.ts +0 -414
  1364. package/packages/core/src/utils/workspaceContext.ts +0 -202
  1365. package/packages/core/src/utils/yaml-parser.test.ts +0 -193
  1366. package/packages/core/src/utils/yaml-parser.ts +0 -192
  1367. package/packages/core/test-setup.ts +0 -27
  1368. package/packages/core/tsconfig.json +0 -26
  1369. package/packages/core/vendor/ripgrep/COPYING +0 -3
  1370. package/packages/core/vendor/ripgrep/arm64-darwin/rg +0 -0
  1371. package/packages/core/vendor/ripgrep/arm64-linux/rg +0 -0
  1372. package/packages/core/vendor/ripgrep/x64-darwin/rg +0 -0
  1373. package/packages/core/vendor/ripgrep/x64-linux/rg +0 -0
  1374. package/packages/core/vendor/ripgrep/x64-win32/rg.exe +0 -0
  1375. package/packages/core/vitest.config.ts +0 -38
  1376. package/packages/ice-v43/package.json +0 -35
  1377. package/packages/ice-v43/src/agent-crews.ts +0 -189
  1378. package/packages/ice-v43/src/cli.ts +0 -96
  1379. package/packages/ice-v43/src/d20-learner.ts +0 -161
  1380. package/packages/ice-v43/src/engine.ts +0 -219
  1381. package/packages/ice-v43/src/index.ts +0 -40
  1382. package/packages/ice-v43/src/intent-decoder.ts +0 -200
  1383. package/packages/ice-v43/src/multi-provider-client.ts +0 -200
  1384. package/packages/ice-v43/src/reasoning/chain-of-thought.ts +0 -166
  1385. package/packages/ice-v43/src/reasoning/index.ts +0 -16
  1386. package/packages/ice-v43/src/reasoning/self-reflection.ts +0 -160
  1387. package/packages/ice-v43/src/reasoning/socratic-reviewer.ts +0 -167
  1388. package/packages/ice-v43/src/reasoning/tree-of-thoughts.ts +0 -212
  1389. package/packages/ice-v43/src/reasoning/types.ts +0 -40
  1390. package/packages/ice-v43/src/status-cli.ts +0 -77
  1391. package/packages/ice-v43/src/types.ts +0 -81
  1392. package/packages/ice-v43/tsconfig.json +0 -25
  1393. package/packages/sdk-java/client/.editorconfig +0 -24
  1394. package/packages/sdk-java/client/QWEN.md +0 -106
  1395. package/packages/sdk-java/client/README.md +0 -178
  1396. package/packages/sdk-java/client/checkstyle.xml +0 -131
  1397. package/packages/sdk-java/client/pom.xml +0 -206
  1398. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/AcpClient.java +0 -174
  1399. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/notification/AgentNotification.java +0 -12
  1400. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/notification/SessionNotification.java +0 -42
  1401. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/AuthenticateRequest.java +0 -31
  1402. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/ReadTextFileRequest.java +0 -58
  1403. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/RequestPermissionRequest.java +0 -53
  1404. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/WriteTextFileRequest.java +0 -49
  1405. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/terminal/CreateTerminalRequest.java +0 -79
  1406. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/terminal/KillTerminalCommandRequest.java +0 -40
  1407. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/terminal/ReleaseTerminalRequest.java +0 -40
  1408. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/terminal/TerminalOutputRequest.java +0 -40
  1409. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/request/terminal/WaitForTerminalExitRequest.java +0 -40
  1410. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/response/AuthenticateResponse.java +0 -11
  1411. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/response/InitializeResponse.java +0 -101
  1412. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/response/LoadSessionResponse.java +0 -21
  1413. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/response/NewSessionResponse.java +0 -30
  1414. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/response/PromptResponse.java +0 -21
  1415. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/agent/response/SetSessionModeResponse.java +0 -11
  1416. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/notification/CancelNotification.java +0 -33
  1417. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/notification/ClientNotification.java +0 -13
  1418. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/InitializeRequest.java +0 -102
  1419. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/LoadSessionRequest.java +0 -54
  1420. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/NewSessionRequest.java +0 -46
  1421. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/PromptRequest.java +0 -50
  1422. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/SetSessionModeRequest.java +0 -40
  1423. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/ReadTextFileResponse.java +0 -33
  1424. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/RequestPermissionResponse.java +0 -40
  1425. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/WriteTextFileResponse.java +0 -11
  1426. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/terminal/CreateTerminalResponse.java +0 -20
  1427. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/terminal/KillTerminalCommandResponse.java +0 -11
  1428. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/terminal/ReleaseTerminalResponse.java +0 -11
  1429. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/terminal/TerminalOutputResponse.java +0 -60
  1430. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/response/terminal/WaitForTerminalExitResponse.java +0 -29
  1431. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/agent/AgentCapabilities.java +0 -189
  1432. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/agent/AgentInfo.java +0 -68
  1433. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/agent/AuthMethod.java +0 -68
  1434. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/client/ClientCapabilities.java +0 -120
  1435. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/client/ClientInfo.java +0 -68
  1436. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/Diff.java +0 -34
  1437. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/ToolCallContent.java +0 -44
  1438. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/block/Annotations.java +0 -53
  1439. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/block/AudioContent.java +0 -40
  1440. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/block/ContentBlock.java +0 -18
  1441. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/block/ImageContent.java +0 -49
  1442. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/block/ResourceLink.java +0 -76
  1443. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/block/TextContent.java +0 -36
  1444. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/embedded/BlobResourceContents.java +0 -13
  1445. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/embedded/EmbeddedResource.java +0 -32
  1446. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/embedded/ResourceContent.java +0 -26
  1447. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/embedded/ResourceContentDeserializer.java +0 -24
  1448. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/content/embedded/TextResourceContents.java +0 -13
  1449. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/mcp/HttpHeader.java +0 -25
  1450. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/mcp/McpServer.java +0 -75
  1451. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/permission/PermissionOption.java +0 -34
  1452. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/permission/PermissionOptionKind.java +0 -17
  1453. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/permission/PermissionOutcomeKind.java +0 -10
  1454. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/permission/RequestPermissionOutcome.java +0 -34
  1455. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/plan/Plan.java +0 -18
  1456. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/plan/PlanEntry.java +0 -34
  1457. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/plan/PlanEntryPriority.java +0 -14
  1458. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/plan/PlanEntryStatus.java +0 -14
  1459. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/SessionMode.java +0 -34
  1460. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/SessionModeState.java +0 -27
  1461. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/StopReason.java +0 -20
  1462. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/AgentMessageChunkSessionUpdate.java +0 -21
  1463. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/AvailableCommand.java +0 -34
  1464. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/AvailableCommandsUpdateSessionUpdate.java +0 -22
  1465. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/CurrentModeUpdateSessionUpdate.java +0 -20
  1466. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/PlanSessionUpdate.java +0 -23
  1467. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/SessionUpdate.java +0 -23
  1468. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/ToolCallSessionUpdate.java +0 -11
  1469. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/ToolCallUpdateSessionUpdate.java +0 -11
  1470. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/session/update/UnstructuredCommandInput.java +0 -16
  1471. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/terminal/EnvVariable.java +0 -25
  1472. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/tool/ToolCallLocation.java +0 -25
  1473. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/tool/ToolCallStatus.java +0 -17
  1474. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/tool/ToolCallUpdate.java +0 -82
  1475. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/domain/tool/ToolKind.java +0 -35
  1476. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/Error.java +0 -181
  1477. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/ExtNotification.java +0 -4
  1478. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/ExtRequest.java +0 -4
  1479. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/ExtResponse.java +0 -5
  1480. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/Message.java +0 -22
  1481. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/Meta.java +0 -48
  1482. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/MethodMessage.java +0 -72
  1483. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/Request.java +0 -10
  1484. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/jsonrpc/Response.java +0 -35
  1485. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/schema.json +0 -3105
  1486. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/Session.java +0 -312
  1487. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/AgentEventConsumer.java +0 -118
  1488. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/ContentEventConsumer.java +0 -110
  1489. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/ContentEventSimpleConsumer.java +0 -84
  1490. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/FileEventConsumer.java +0 -53
  1491. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/FileEventSimpleConsumer.java +0 -168
  1492. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/PermissionEventConsumer.java +0 -34
  1493. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/PromptEndEventConsumer.java +0 -29
  1494. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/TerminalEventConsumer.java +0 -110
  1495. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/exception/EventConsumeException.java +0 -89
  1496. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/exception/SessionLoadException.java +0 -65
  1497. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/exception/SessionNewException.java +0 -73
  1498. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/transport/Transport.java +0 -74
  1499. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/transport/process/ProcessTransport.java +0 -228
  1500. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/transport/process/ProcessTransportOptions.java +0 -122
  1501. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/utils/AgentInitializeException.java +0 -73
  1502. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/utils/MyConcurrentUtils.java +0 -83
  1503. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/utils/ThreadPoolConfig.java +0 -77
  1504. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/utils/Timeout.java +0 -72
  1505. package/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/utils/TransportUtils.java +0 -38
  1506. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/protocol/client/session/PermissionOptionKindTest.java +0 -31
  1507. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/protocol/client/session/PlanEntryPriorityTest.java +0 -27
  1508. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/protocol/client/session/PlanEntryStatusTest.java +0 -27
  1509. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/protocol/client/session/StopReasonTest.java +0 -35
  1510. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/protocol/client/session/ToolCallStatusTest.java +0 -31
  1511. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/protocol/client/session/ToolKindTest.java +0 -55
  1512. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/session/SessionTest.java +0 -128
  1513. package/packages/sdk-java/client/src/test/java/com/alibaba/acp/sdk/test/EnumTest.java +0 -22
  1514. package/packages/sdk-java/client/src/test/resources/schema/schema.json +0 -3105
  1515. package/packages/sdk-java/qwencode/.editorconfig +0 -24
  1516. package/packages/sdk-java/qwencode/LICENSE +0 -201
  1517. package/packages/sdk-java/qwencode/QWEN.md +0 -377
  1518. package/packages/sdk-java/qwencode/README.md +0 -307
  1519. package/packages/sdk-java/qwencode/RELEASE.md +0 -150
  1520. package/packages/sdk-java/qwencode/checkstyle.xml +0 -131
  1521. package/packages/sdk-java/qwencode/pom.xml +0 -193
  1522. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/QwenCodeCli.java +0 -142
  1523. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/AssistantContent.java +0 -95
  1524. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/AssistantUsage.java +0 -76
  1525. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/CLIPermissionDenial.java +0 -83
  1526. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/Capabilities.java +0 -131
  1527. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/ExtendedUsage.java +0 -147
  1528. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/InitializeConfig.java +0 -98
  1529. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/ModelUsage.java +0 -142
  1530. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/PermissionMode.java +0 -56
  1531. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/Usage.java +0 -137
  1532. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/behavior/Allow.java +0 -46
  1533. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/behavior/Behavior.java +0 -62
  1534. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/data/behavior/Deny.java +0 -45
  1535. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/Message.java +0 -23
  1536. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/MessageBase.java +0 -64
  1537. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/SDKResultMessage.java +0 -332
  1538. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/SDKSystemMessage.java +0 -486
  1539. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/SDKUserMessage.java +0 -196
  1540. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/APIAssistantMessage.java +0 -172
  1541. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/SDKAssistantMessage.java +0 -121
  1542. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/SDKPartialAssistantMessage.java +0 -116
  1543. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/block/Annotation.java +0 -59
  1544. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/block/ContentBlock.java +0 -87
  1545. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/block/TextBlock.java +0 -42
  1546. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/block/ThinkingBlock.java +0 -64
  1547. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/block/ToolResultBlock.java +0 -92
  1548. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/block/ToolUseBlock.java +0 -122
  1549. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/event/ContentBlockDeltaEvent.java +0 -224
  1550. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/event/ContentBlockStartEvent.java +0 -25
  1551. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/event/ContentBlockStopEvent.java +0 -35
  1552. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/event/MessageStartStreamEvent.java +0 -107
  1553. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/event/MessageStopStreamEvent.java +0 -13
  1554. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/assistant/event/StreamEvent.java +0 -37
  1555. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/CLIControlRequest.java +0 -90
  1556. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/CLIControlResponse.java +0 -138
  1557. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlInitializeRequest.java +0 -45
  1558. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlInitializeResponse.java +0 -41
  1559. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlInterruptRequest.java +0 -17
  1560. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlPermissionRequest.java +0 -235
  1561. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlPermissionResponse.java +0 -45
  1562. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlSetModelRequest.java +0 -40
  1563. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlSetModelResponse.java +0 -54
  1564. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/CLIControlSetPermissionModeRequest.java +0 -40
  1565. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/ControlRequestPayload.java +0 -26
  1566. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/message/control/payload/ControlResponsePayload.java +0 -26
  1567. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/protocol/protocol.ts +0 -594
  1568. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/Session.java +0 -302
  1569. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/event/consumers/AssistantContentConsumers.java +0 -159
  1570. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/event/consumers/AssistantContentSimpleConsumers.java +0 -193
  1571. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/event/consumers/SessionEventConsumers.java +0 -158
  1572. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/event/consumers/SessionEventSimpleConsumers.java +0 -339
  1573. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/exception/SessionControlException.java +0 -55
  1574. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/session/exception/SessionSendPromptException.java +0 -55
  1575. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/transport/Transport.java +0 -78
  1576. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/transport/TransportOptions.java +0 -386
  1577. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/transport/process/ProcessTransport.java +0 -224
  1578. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/transport/process/TransportOptionsAdapter.java +0 -153
  1579. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/utils/MyConcurrentUtils.java +0 -94
  1580. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/utils/ThreadPoolConfig.java +0 -64
  1581. package/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/utils/Timeout.java +0 -68
  1582. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/QwenCodeCliTest.java +0 -29
  1583. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/example/QuickStartExample.java +0 -109
  1584. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/example/SessionExample.java +0 -256
  1585. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/example/ThreadPoolConfigurationExample.java +0 -50
  1586. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/session/SessionTest.java +0 -185
  1587. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/transport/PermissionModeTest.java +0 -19
  1588. package/packages/sdk-java/qwencode/src/test/java/com/alibaba/qwen/code/cli/transport/process/ProcessTransportTest.java +0 -87
  1589. package/packages/sdk-typescript/README.md +0 -395
  1590. package/packages/sdk-typescript/package.json +0 -75
  1591. package/packages/sdk-typescript/scripts/build.js +0 -93
  1592. package/packages/sdk-typescript/scripts/bundle-cli-from-npm.js +0 -88
  1593. package/packages/sdk-typescript/scripts/bundle-cli.js +0 -83
  1594. package/packages/sdk-typescript/scripts/get-release-version.js +0 -363
  1595. package/packages/sdk-typescript/src/index.ts +0 -64
  1596. package/packages/sdk-typescript/src/mcp/SdkControlServerTransport.ts +0 -105
  1597. package/packages/sdk-typescript/src/mcp/createSdkMcpServer.ts +0 -107
  1598. package/packages/sdk-typescript/src/mcp/formatters.ts +0 -194
  1599. package/packages/sdk-typescript/src/mcp/tool.ts +0 -90
  1600. package/packages/sdk-typescript/src/query/Query.ts +0 -937
  1601. package/packages/sdk-typescript/src/query/createQuery.ts +0 -140
  1602. package/packages/sdk-typescript/src/transport/ProcessTransport.ts +0 -474
  1603. package/packages/sdk-typescript/src/transport/Transport.ts +0 -22
  1604. package/packages/sdk-typescript/src/types/errors.ts +0 -17
  1605. package/packages/sdk-typescript/src/types/protocol.ts +0 -605
  1606. package/packages/sdk-typescript/src/types/queryOptionsSchema.ts +0 -173
  1607. package/packages/sdk-typescript/src/types/types.ts +0 -477
  1608. package/packages/sdk-typescript/src/utils/Stream.ts +0 -79
  1609. package/packages/sdk-typescript/src/utils/cliPath.ts +0 -364
  1610. package/packages/sdk-typescript/src/utils/jsonLines.ts +0 -65
  1611. package/packages/sdk-typescript/src/utils/logger.ts +0 -147
  1612. package/packages/sdk-typescript/src/utils/validation.ts +0 -33
  1613. package/packages/sdk-typescript/test/unit/ProcessTransport.test.ts +0 -1754
  1614. package/packages/sdk-typescript/test/unit/Query.test.ts +0 -1433
  1615. package/packages/sdk-typescript/test/unit/Stream.test.ts +0 -255
  1616. package/packages/sdk-typescript/test/unit/cliPath.test.ts +0 -423
  1617. package/packages/sdk-typescript/test/unit/createSdkMcpServer.test.ts +0 -386
  1618. package/packages/sdk-typescript/tsconfig.build.json +0 -15
  1619. package/packages/sdk-typescript/tsconfig.json +0 -41
  1620. package/packages/sdk-typescript/vitest.config.ts +0 -47
  1621. package/packages/test-utils/index.ts +0 -7
  1622. package/packages/test-utils/package.json +0 -18
  1623. package/packages/test-utils/src/file-system-test-helpers.ts +0 -98
  1624. package/packages/test-utils/src/index.ts +0 -7
  1625. package/packages/test-utils/tsconfig.json +0 -11
  1626. package/packages/test-utils/vitest.config.ts +0 -23
  1627. package/packages/vscode-ide-companion/.vscode/launch.json +0 -13
  1628. package/packages/vscode-ide-companion/.vscode/tasks.json +0 -18
  1629. package/packages/vscode-ide-companion/.vscodeignore +0 -10
  1630. package/packages/vscode-ide-companion/LICENSE +0 -202
  1631. package/packages/vscode-ide-companion/NOTICES.txt +0 -2553
  1632. package/packages/vscode-ide-companion/README.md +0 -70
  1633. package/packages/vscode-ide-companion/assets/icon.png +0 -0
  1634. package/packages/vscode-ide-companion/development.md +0 -24
  1635. package/packages/vscode-ide-companion/esbuild.js +0 -197
  1636. package/packages/vscode-ide-companion/eslint.config.mjs +0 -75
  1637. package/packages/vscode-ide-companion/package.json +0 -172
  1638. package/packages/vscode-ide-companion/postcss.config.js +0 -13
  1639. package/packages/vscode-ide-companion/schemas/settings.schema.json +0 -622
  1640. package/packages/vscode-ide-companion/scripts/copy-bundled-cli.js +0 -67
  1641. package/packages/vscode-ide-companion/scripts/generate-notices.js +0 -160
  1642. package/packages/vscode-ide-companion/scripts/prepackage.js +0 -252
  1643. package/packages/vscode-ide-companion/src/commands/index.ts +0 -86
  1644. package/packages/vscode-ide-companion/src/constants/acpSchema.ts +0 -35
  1645. package/packages/vscode-ide-companion/src/constants/loadingMessages.ts +0 -146
  1646. package/packages/vscode-ide-companion/src/diff-manager.ts +0 -433
  1647. package/packages/vscode-ide-companion/src/extension.test.ts +0 -298
  1648. package/packages/vscode-ide-companion/src/extension.ts +0 -380
  1649. package/packages/vscode-ide-companion/src/ide-server.test.ts +0 -536
  1650. package/packages/vscode-ide-companion/src/ide-server.ts +0 -477
  1651. package/packages/vscode-ide-companion/src/open-files-manager.test.ts +0 -441
  1652. package/packages/vscode-ide-companion/src/open-files-manager.ts +0 -215
  1653. package/packages/vscode-ide-companion/src/services/acpConnection.ts +0 -532
  1654. package/packages/vscode-ide-companion/src/services/acpFileHandler.test.ts +0 -131
  1655. package/packages/vscode-ide-companion/src/services/acpFileHandler.ts +0 -117
  1656. package/packages/vscode-ide-companion/src/services/conversationStore.ts +0 -83
  1657. package/packages/vscode-ide-companion/src/services/open-files-manager/constants.ts +0 -8
  1658. package/packages/vscode-ide-companion/src/services/open-files-manager/notebook-handler.ts +0 -119
  1659. package/packages/vscode-ide-companion/src/services/open-files-manager/text-handler.ts +0 -61
  1660. package/packages/vscode-ide-companion/src/services/open-files-manager/utils.ts +0 -101
  1661. package/packages/vscode-ide-companion/src/services/qwenAgentManager.ts +0 -1495
  1662. package/packages/vscode-ide-companion/src/services/qwenConnectionHandler.ts +0 -237
  1663. package/packages/vscode-ide-companion/src/services/qwenSessionManager.ts +0 -151
  1664. package/packages/vscode-ide-companion/src/services/qwenSessionReader.ts +0 -353
  1665. package/packages/vscode-ide-companion/src/services/qwenSessionUpdateHandler.test.ts +0 -358
  1666. package/packages/vscode-ide-companion/src/services/qwenSessionUpdateHandler.ts +0 -274
  1667. package/packages/vscode-ide-companion/src/services/readonlyFileSystemProvider.ts +0 -204
  1668. package/packages/vscode-ide-companion/src/types/acpTypes.ts +0 -68
  1669. package/packages/vscode-ide-companion/src/types/approvalModeTypes.ts +0 -79
  1670. package/packages/vscode-ide-companion/src/types/approvalModeValueTypes.ts +0 -11
  1671. package/packages/vscode-ide-companion/src/types/chatTypes.ts +0 -113
  1672. package/packages/vscode-ide-companion/src/types/completionItemTypes.ts +0 -7
  1673. package/packages/vscode-ide-companion/src/types/connectionTypes.ts +0 -43
  1674. package/packages/vscode-ide-companion/src/types/webviewMessageTypes.ts +0 -25
  1675. package/packages/vscode-ide-companion/src/utils/acpModelInfo.test.ts +0 -208
  1676. package/packages/vscode-ide-companion/src/utils/acpModelInfo.ts +0 -288
  1677. package/packages/vscode-ide-companion/src/utils/authErrors.ts +0 -36
  1678. package/packages/vscode-ide-companion/src/utils/authNotificationHandler.ts +0 -50
  1679. package/packages/vscode-ide-companion/src/utils/editorGroupUtils.ts +0 -162
  1680. package/packages/vscode-ide-companion/src/utils/logger.ts +0 -18
  1681. package/packages/vscode-ide-companion/src/utils/platform.ts +0 -8
  1682. package/packages/vscode-ide-companion/src/webview/App.tsx +0 -1060
  1683. package/packages/vscode-ide-companion/src/webview/MessageHandler.ts +0 -89
  1684. package/packages/vscode-ide-companion/src/webview/PanelManager.ts +0 -385
  1685. package/packages/vscode-ide-companion/src/webview/WebViewContent.ts +0 -50
  1686. package/packages/vscode-ide-companion/src/webview/WebViewProvider.ts +0 -1450
  1687. package/packages/vscode-ide-companion/src/webview/components/layout/InputForm.tsx +0 -88
  1688. package/packages/vscode-ide-companion/src/webview/components/layout/ModelSelector.tsx +0 -197
  1689. package/packages/vscode-ide-companion/src/webview/components/layout/Onboarding.tsx +0 -26
  1690. package/packages/vscode-ide-companion/src/webview/components/messages/toolcalls/ToolCall.tsx +0 -29
  1691. package/packages/vscode-ide-companion/src/webview/components/messages/toolcalls/index.tsx +0 -101
  1692. package/packages/vscode-ide-companion/src/webview/context/VSCodePlatformProvider.tsx +0 -171
  1693. package/packages/vscode-ide-companion/src/webview/handlers/AuthMessageHandler.ts +0 -83
  1694. package/packages/vscode-ide-companion/src/webview/handlers/BaseMessageHandler.ts +0 -58
  1695. package/packages/vscode-ide-companion/src/webview/handlers/EditorMessageHandler.ts +0 -111
  1696. package/packages/vscode-ide-companion/src/webview/handlers/FileMessageHandler.test.ts +0 -118
  1697. package/packages/vscode-ide-companion/src/webview/handlers/FileMessageHandler.ts +0 -565
  1698. package/packages/vscode-ide-companion/src/webview/handlers/MessageRouter.ts +0 -175
  1699. package/packages/vscode-ide-companion/src/webview/handlers/SessionMessageHandler.ts +0 -994
  1700. package/packages/vscode-ide-companion/src/webview/hooks/file/useFileContext.ts +0 -189
  1701. package/packages/vscode-ide-companion/src/webview/hooks/message/useMessageHandling.ts +0 -182
  1702. package/packages/vscode-ide-companion/src/webview/hooks/session/useSessionManagement.ts +0 -127
  1703. package/packages/vscode-ide-companion/src/webview/hooks/useCompletionTrigger.ts +0 -357
  1704. package/packages/vscode-ide-companion/src/webview/hooks/useMessageSubmit.ts +0 -171
  1705. package/packages/vscode-ide-companion/src/webview/hooks/useToolCalls.ts +0 -271
  1706. package/packages/vscode-ide-companion/src/webview/hooks/useVSCode.ts +0 -54
  1707. package/packages/vscode-ide-companion/src/webview/hooks/useWebViewMessages.ts +0 -988
  1708. package/packages/vscode-ide-companion/src/webview/index.tsx +0 -28
  1709. package/packages/vscode-ide-companion/src/webview/styles/App.css +0 -175
  1710. package/packages/vscode-ide-companion/src/webview/styles/tailwind.css +0 -27
  1711. package/packages/vscode-ide-companion/src/webview/utils/diffStats.ts +0 -160
  1712. package/packages/vscode-ide-companion/src/webview/utils/diffUtils.ts +0 -49
  1713. package/packages/vscode-ide-companion/src/webview/utils/resourceUrl.ts +0 -115
  1714. package/packages/vscode-ide-companion/src/webview/utils/sessionGrouping.ts +0 -10
  1715. package/packages/vscode-ide-companion/src/webview/utils/utils.test.ts +0 -134
  1716. package/packages/vscode-ide-companion/src/webview/utils/utils.ts +0 -26
  1717. package/packages/vscode-ide-companion/src/webview/utils/webviewUtils.ts +0 -31
  1718. package/packages/vscode-ide-companion/tailwind.config.js +0 -74
  1719. package/packages/vscode-ide-companion/tsconfig.json +0 -17
  1720. package/packages/vscode-ide-companion/vitest.config.ts +0 -15
  1721. package/packages/web-templates/build.mjs +0 -57
  1722. package/packages/web-templates/package.json +0 -6
  1723. package/packages/web-templates/src/export-html/build.mjs +0 -87
  1724. package/packages/web-templates/src/export-html/esbuild.config.mjs +0 -35
  1725. package/packages/web-templates/src/export-html/package.json +0 -14
  1726. package/packages/web-templates/src/export-html/src/components/TempFileModal.css +0 -70
  1727. package/packages/web-templates/src/export-html/src/components/TempFileModal.tsx +0 -65
  1728. package/packages/web-templates/src/export-html/src/favicon.svg +0 -6
  1729. package/packages/web-templates/src/export-html/src/index.html +0 -59
  1730. package/packages/web-templates/src/export-html/src/main.tsx +0 -186
  1731. package/packages/web-templates/src/export-html/src/styles.css +0 -203
  1732. package/packages/web-templates/src/export-html/src/types.d.ts +0 -9
  1733. package/packages/web-templates/src/export-html/tsconfig.json +0 -15
  1734. package/packages/web-templates/src/index.ts +0 -9
  1735. package/packages/web-templates/src/insight/build.mjs +0 -57
  1736. package/packages/web-templates/src/insight/index.html +0 -17
  1737. package/packages/web-templates/src/insight/package.json +0 -9
  1738. package/packages/web-templates/src/insight/postcss.config.js +0 -5
  1739. package/packages/web-templates/src/insight/src/App.tsx +0 -287
  1740. package/packages/web-templates/src/insight/src/Charts.tsx +0 -300
  1741. package/packages/web-templates/src/insight/src/Components.tsx +0 -45
  1742. package/packages/web-templates/src/insight/src/Header.tsx +0 -79
  1743. package/packages/web-templates/src/insight/src/Qualitative.tsx +0 -718
  1744. package/packages/web-templates/src/insight/src/ShareCard.tsx +0 -598
  1745. package/packages/web-templates/src/insight/src/dev.tsx +0 -363
  1746. package/packages/web-templates/src/insight/src/styles.css +0 -1290
  1747. package/packages/web-templates/src/insight/src/types.ts +0 -15
  1748. package/packages/web-templates/src/insight/tailwind.config.js +0 -8
  1749. package/packages/web-templates/src/insight/tsconfig.json +0 -15
  1750. package/packages/web-templates/src/insight/vite.config.mjs +0 -39
  1751. package/packages/web-templates/tsconfig.json +0 -12
  1752. package/packages/webui/.storybook/main.ts +0 -44
  1753. package/packages/webui/.storybook/preview.css +0 -54
  1754. package/packages/webui/.storybook/preview.ts +0 -67
  1755. package/packages/webui/README.md +0 -347
  1756. package/packages/webui/docs/WEBUI_MIGRATION_PLAN_EN.md +0 -428
  1757. package/packages/webui/examples/README.md +0 -8
  1758. package/packages/webui/examples/cdn-usage-demo.html +0 -161
  1759. package/packages/webui/examples/complex-chat-demo.html +0 -428
  1760. package/packages/webui/package.json +0 -80
  1761. package/packages/webui/postcss.config.cjs +0 -13
  1762. package/packages/webui/scripts/add-license-header.sh +0 -48
  1763. package/packages/webui/src/adapters/ACPAdapter.ts +0 -109
  1764. package/packages/webui/src/adapters/JSONLAdapter.ts +0 -126
  1765. package/packages/webui/src/adapters/index.ts +0 -28
  1766. package/packages/webui/src/adapters/types.ts +0 -82
  1767. package/packages/webui/src/components/ChatViewer/ChatViewer.css +0 -192
  1768. package/packages/webui/src/components/ChatViewer/ChatViewer.stories.tsx +0 -1650
  1769. package/packages/webui/src/components/ChatViewer/ChatViewer.tsx +0 -424
  1770. package/packages/webui/src/components/ChatViewer/index.ts +0 -16
  1771. package/packages/webui/src/components/PermissionDrawer.css +0 -249
  1772. package/packages/webui/src/components/PermissionDrawer.stories.tsx +0 -81
  1773. package/packages/webui/src/components/PermissionDrawer.tsx +0 -259
  1774. package/packages/webui/src/components/WebviewContainer.tsx +0 -17
  1775. package/packages/webui/src/components/icons/CloseIcon.tsx +0 -36
  1776. package/packages/webui/src/components/icons/EditIcons.tsx +0 -389
  1777. package/packages/webui/src/components/icons/FileIcons.tsx +0 -99
  1778. package/packages/webui/src/components/icons/Icon.tsx +0 -41
  1779. package/packages/webui/src/components/icons/NavigationIcons.tsx +0 -270
  1780. package/packages/webui/src/components/icons/SendIcon.tsx +0 -36
  1781. package/packages/webui/src/components/icons/SpecialIcons.tsx +0 -79
  1782. package/packages/webui/src/components/icons/StatusIcons.tsx +0 -235
  1783. package/packages/webui/src/components/icons/StopIcon.tsx +0 -29
  1784. package/packages/webui/src/components/icons/index.ts +0 -60
  1785. package/packages/webui/src/components/icons/types.ts +0 -22
  1786. package/packages/webui/src/components/layout/ChatHeader.stories.tsx +0 -66
  1787. package/packages/webui/src/components/layout/ChatHeader.tsx +0 -77
  1788. package/packages/webui/src/components/layout/CompletionMenu.stories.tsx +0 -129
  1789. package/packages/webui/src/components/layout/CompletionMenu.tsx +0 -280
  1790. package/packages/webui/src/components/layout/Container.tsx +0 -18
  1791. package/packages/webui/src/components/layout/ContextIndicator.stories.tsx +0 -85
  1792. package/packages/webui/src/components/layout/ContextIndicator.tsx +0 -129
  1793. package/packages/webui/src/components/layout/EmptyState.stories.tsx +0 -100
  1794. package/packages/webui/src/components/layout/EmptyState.tsx +0 -99
  1795. package/packages/webui/src/components/layout/FileLink.tsx +0 -189
  1796. package/packages/webui/src/components/layout/Footer.tsx +0 -11
  1797. package/packages/webui/src/components/layout/Header.tsx +0 -11
  1798. package/packages/webui/src/components/layout/InputForm.stories.tsx +0 -205
  1799. package/packages/webui/src/components/layout/InputForm.tsx +0 -367
  1800. package/packages/webui/src/components/layout/Main.tsx +0 -11
  1801. package/packages/webui/src/components/layout/Onboarding.stories.tsx +0 -69
  1802. package/packages/webui/src/components/layout/Onboarding.tsx +0 -70
  1803. package/packages/webui/src/components/layout/SessionSelector.stories.tsx +0 -154
  1804. package/packages/webui/src/components/layout/SessionSelector.tsx +0 -194
  1805. package/packages/webui/src/components/layout/Sidebar.tsx +0 -11
  1806. package/packages/webui/src/components/messages/AskUserQuestionDialog.tsx +0 -525
  1807. package/packages/webui/src/components/messages/Assistant/AssistantMessage.css +0 -104
  1808. package/packages/webui/src/components/messages/Assistant/AssistantMessage.stories.tsx +0 -207
  1809. package/packages/webui/src/components/messages/Assistant/AssistantMessage.tsx +0 -99
  1810. package/packages/webui/src/components/messages/Assistant/index.ts +0 -11
  1811. package/packages/webui/src/components/messages/CollapsibleFileContent.tsx +0 -264
  1812. package/packages/webui/src/components/messages/MarkdownRenderer/MarkdownRenderer.css +0 -222
  1813. package/packages/webui/src/components/messages/MarkdownRenderer/MarkdownRenderer.tsx +0 -360
  1814. package/packages/webui/src/components/messages/MarkdownRenderer/index.ts +0 -8
  1815. package/packages/webui/src/components/messages/Message.tsx +0 -45
  1816. package/packages/webui/src/components/messages/MessageContent.tsx +0 -31
  1817. package/packages/webui/src/components/messages/MessageInput.tsx +0 -11
  1818. package/packages/webui/src/components/messages/MessageList.tsx +0 -11
  1819. package/packages/webui/src/components/messages/ThinkingMessage.css +0 -150
  1820. package/packages/webui/src/components/messages/ThinkingMessage.stories.tsx +0 -141
  1821. package/packages/webui/src/components/messages/ThinkingMessage.tsx +0 -83
  1822. package/packages/webui/src/components/messages/UserMessage.stories.tsx +0 -121
  1823. package/packages/webui/src/components/messages/UserMessage.tsx +0 -91
  1824. package/packages/webui/src/components/messages/Waiting/InterruptedMessage.tsx +0 -22
  1825. package/packages/webui/src/components/messages/Waiting/WaitingMessage.tsx +0 -83
  1826. package/packages/webui/src/components/toolcalls/CheckboxDisplay.stories.tsx +0 -63
  1827. package/packages/webui/src/components/toolcalls/CheckboxDisplay.tsx +0 -79
  1828. package/packages/webui/src/components/toolcalls/EditToolCall.stories.tsx +0 -92
  1829. package/packages/webui/src/components/toolcalls/EditToolCall.tsx +0 -216
  1830. package/packages/webui/src/components/toolcalls/GenericToolCall.stories.tsx +0 -102
  1831. package/packages/webui/src/components/toolcalls/GenericToolCall.tsx +0 -148
  1832. package/packages/webui/src/components/toolcalls/ReadToolCall.stories.tsx +0 -171
  1833. package/packages/webui/src/components/toolcalls/ReadToolCall.tsx +0 -338
  1834. package/packages/webui/src/components/toolcalls/SaveMemoryToolCall.tsx +0 -69
  1835. package/packages/webui/src/components/toolcalls/SearchToolCall.stories.tsx +0 -85
  1836. package/packages/webui/src/components/toolcalls/SearchToolCall.tsx +0 -210
  1837. package/packages/webui/src/components/toolcalls/ShellToolCall.css +0 -190
  1838. package/packages/webui/src/components/toolcalls/ShellToolCall.stories.tsx +0 -183
  1839. package/packages/webui/src/components/toolcalls/ShellToolCall.tsx +0 -297
  1840. package/packages/webui/src/components/toolcalls/ThinkToolCall.stories.tsx +0 -98
  1841. package/packages/webui/src/components/toolcalls/ThinkToolCall.tsx +0 -86
  1842. package/packages/webui/src/components/toolcalls/UpdatedPlanToolCall.stories.tsx +0 -100
  1843. package/packages/webui/src/components/toolcalls/UpdatedPlanToolCall.tsx +0 -188
  1844. package/packages/webui/src/components/toolcalls/WebFetchToolCall.tsx +0 -195
  1845. package/packages/webui/src/components/toolcalls/WriteToolCall.stories.tsx +0 -68
  1846. package/packages/webui/src/components/toolcalls/WriteToolCall.tsx +0 -132
  1847. package/packages/webui/src/components/toolcalls/index.ts +0 -22
  1848. package/packages/webui/src/components/toolcalls/shared/CodeBlock.stories.tsx +0 -52
  1849. package/packages/webui/src/components/toolcalls/shared/CopyButton.stories.tsx +0 -54
  1850. package/packages/webui/src/components/toolcalls/shared/LayoutComponents.css +0 -207
  1851. package/packages/webui/src/components/toolcalls/shared/LayoutComponents.tsx +0 -188
  1852. package/packages/webui/src/components/toolcalls/shared/LocationsList.stories.tsx +0 -45
  1853. package/packages/webui/src/components/toolcalls/shared/StatusIndicator.stories.tsx +0 -51
  1854. package/packages/webui/src/components/toolcalls/shared/ToolCallCard.stories.tsx +0 -80
  1855. package/packages/webui/src/components/toolcalls/shared/ToolCallContainer.stories.tsx +0 -79
  1856. package/packages/webui/src/components/toolcalls/shared/copyUtils.tsx +0 -99
  1857. package/packages/webui/src/components/toolcalls/shared/index.ts +0 -43
  1858. package/packages/webui/src/components/toolcalls/shared/types.ts +0 -95
  1859. package/packages/webui/src/components/toolcalls/shared/utils.ts +0 -284
  1860. package/packages/webui/src/components/ui/Button.stories.tsx +0 -83
  1861. package/packages/webui/src/components/ui/Button.tsx +0 -143
  1862. package/packages/webui/src/components/ui/Input.tsx +0 -149
  1863. package/packages/webui/src/components/ui/Tooltip.stories.tsx +0 -68
  1864. package/packages/webui/src/components/ui/Tooltip.tsx +0 -73
  1865. package/packages/webui/src/context/PlatformContext.tsx +0 -104
  1866. package/packages/webui/src/hooks/useLocalStorage.ts +0 -33
  1867. package/packages/webui/src/hooks/useTheme.ts +0 -35
  1868. package/packages/webui/src/index.ts +0 -256
  1869. package/packages/webui/src/styles/components.css +0 -524
  1870. package/packages/webui/src/styles/timeline.css +0 -69
  1871. package/packages/webui/src/styles/variables.css +0 -197
  1872. package/packages/webui/src/types/chat.ts +0 -28
  1873. package/packages/webui/src/types/completion.ts +0 -42
  1874. package/packages/webui/src/types/messages.ts +0 -13
  1875. package/packages/webui/src/types/theme.ts +0 -7
  1876. package/packages/webui/src/types/toolCall.ts +0 -48
  1877. package/packages/webui/src/utils/sessionGrouping.ts +0 -126
  1878. package/packages/webui/tailwind.config.cjs +0 -11
  1879. package/packages/webui/tailwind.preset.cjs +0 -90
  1880. package/packages/webui/tsconfig.json +0 -21
  1881. package/packages/webui/vite.config.ts +0 -59
  1882. package/packages/zed-extension/LICENSE +0 -22
  1883. package/packages/zed-extension/README.md +0 -126
  1884. package/packages/zed-extension/extension.toml +0 -32
  1885. package/packages/zed-extension/qwen-code.svg +0 -1
  1886. package/patches/README.md +0 -293
  1887. package/pyproject.toml +0 -54
  1888. package/requirements.txt +0 -10
  1889. package/scripts/build.js +0 -88
  1890. package/scripts/build_package.js +0 -37
  1891. package/scripts/build_sandbox.js +0 -174
  1892. package/scripts/build_vscode_companion.js +0 -30
  1893. package/scripts/check-build-status.js +0 -148
  1894. package/scripts/check-i18n.ts +0 -462
  1895. package/scripts/check-lockfile.js +0 -74
  1896. package/scripts/clean.js +0 -59
  1897. package/scripts/copy_bundle_assets.js +0 -90
  1898. package/scripts/copy_files.js +0 -86
  1899. package/scripts/create_alias.sh +0 -39
  1900. package/scripts/dev.js +0 -109
  1901. package/scripts/esbuild-shims.js +0 -29
  1902. package/scripts/generate-git-commit-info.js +0 -71
  1903. package/scripts/generate-settings-schema.ts +0 -146
  1904. package/scripts/get-release-version.js +0 -411
  1905. package/scripts/ice-mobile.js +0 -5
  1906. package/scripts/ice-session.js +0 -6
  1907. package/scripts/ice-skills.js +0 -31
  1908. package/scripts/ice-teams.js +0 -34
  1909. package/scripts/ice-v10.js +0 -276
  1910. package/scripts/ice-v11.js +0 -276
  1911. package/scripts/ice-v12.js +0 -383
  1912. package/scripts/ice-v13.js +0 -383
  1913. package/scripts/ice-v14.js +0 -568
  1914. package/scripts/ice-v2.js +0 -26
  1915. package/scripts/ice-v3-core.js +0 -261
  1916. package/scripts/ice-v3.js +0 -46
  1917. package/scripts/ice-v4.js +0 -657
  1918. package/scripts/ice-v5.js +0 -371
  1919. package/scripts/ice-v6.js +0 -305
  1920. package/scripts/ice-v7.js +0 -291
  1921. package/scripts/ice-v8.js +0 -550
  1922. package/scripts/ice-v9.js +0 -546
  1923. package/scripts/install-ice.sh +0 -70
  1924. package/scripts/install.sh +0 -136
  1925. package/scripts/installation/INSTALLATION_GUIDE.md +0 -250
  1926. package/scripts/installation/install-qwen-with-source.bat +0 -302
  1927. package/scripts/installation/install-qwen-with-source.sh +0 -570
  1928. package/scripts/lint.js +0 -205
  1929. package/scripts/local_telemetry.js +0 -219
  1930. package/scripts/postinstall.cjs +0 -14
  1931. package/scripts/pre-commit.js +0 -22
  1932. package/scripts/prepare-package.js +0 -186
  1933. package/scripts/prepare-termux.cjs +0 -26
  1934. package/scripts/sandbox_command.js +0 -128
  1935. package/scripts/start.js +0 -86
  1936. package/scripts/telemetry.js +0 -85
  1937. package/scripts/telemetry_gcp.js +0 -188
  1938. package/scripts/telemetry_utils.js +0 -450
  1939. package/scripts/test-v10.js +0 -18
  1940. package/scripts/test-v11.js +0 -18
  1941. package/scripts/test-v12.js +0 -18
  1942. package/scripts/test-v13.js +0 -18
  1943. package/scripts/test-v14.js +0 -18
  1944. package/scripts/test-v3.js +0 -47
  1945. package/scripts/test-v4.js +0 -47
  1946. package/scripts/test-v6.js +0 -59
  1947. package/scripts/test-v8.js +0 -42
  1948. package/scripts/test-v9.js +0 -18
  1949. package/scripts/test-windows-paths.js +0 -51
  1950. package/scripts/tests/get-release-version.test.js +0 -186
  1951. package/scripts/tests/test-setup.ts +0 -12
  1952. package/scripts/tests/vitest.config.ts +0 -26
  1953. package/scripts/unused-keys-only-in-locales.json +0 -62
  1954. package/scripts/version.js +0 -112
  1955. package/test-reports/0.10.3-termux/README.md +0 -213
  1956. package/test-reports/0.10.3-termux/TEST-REPORT-2026-02-17.md +0 -114
  1957. package/test-reports/0.11.0-termux/TEST-REPORT-2026-03-01.md +0 -104
  1958. package/test-reports/0.11.3-termux/TEST-REPORT-2026-03-07.md +0 -156
  1959. package/test-reports/0.12.0-termux/CHECKLIST-MANUALE.md +0 -217
  1960. package/test-reports/0.12.0-termux/TEST-REPORT-2026-03-09.md +0 -225
  1961. package/test-reports/README.md +0 -60
  1962. package/test-reports/suites/README.md +0 -22
  1963. package/test-reports/suites/basic-smoke.md +0 -162
  1964. package/test-reports/suites/latest/termux.md +0 -202
  1965. package/test-reports/suites/qwen-test-suite.md +0 -200
  1966. package/test-reports/suites/termux-runtime.md +0 -201
  1967. package/tsconfig.json +0 -32
  1968. package/vitest.config.ts +0 -14
@@ -1,2553 +0,0 @@
1
- This file contains third-party software notices and license terms.
2
-
3
- ============================================================
4
- @agentclientprotocol/sdk@0.14.1
5
- (git+https://github.com/agentclientprotocol/typescript-sdk.git)
6
-
7
-
8
- Apache License
9
- Version 2.0, January 2004
10
- http://www.apache.org/licenses/
11
-
12
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
13
-
14
- 1. Definitions.
15
-
16
- "License" shall mean the terms and conditions for use, reproduction,
17
- and distribution as defined by Sections 1 through 9 of this document.
18
-
19
- "Licensor" shall mean the copyright owner or entity authorized by
20
- the copyright owner that is granting the License.
21
-
22
- "Legal Entity" shall mean the union of the acting entity and all
23
- other entities that control, are controlled by, or are under common
24
- control with that entity. For the purposes of this definition,
25
- "control" means (i) the power, direct or indirect, to cause the
26
- direction or management of such entity, whether by contract or
27
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
28
- outstanding shares, or (iii) beneficial ownership of such entity.
29
-
30
- "You" (or "Your") shall mean an individual or Legal Entity
31
- exercising permissions granted by this License.
32
-
33
- "Source" form shall mean the preferred form for making modifications,
34
- including but not limited to software source code, documentation
35
- source, and configuration files.
36
-
37
- "Object" form shall mean any form resulting from mechanical
38
- transformation or translation of a Source form, including but
39
- not limited to compiled object code, generated documentation,
40
- and conversions to other media types.
41
-
42
- "Work" shall mean the work of authorship, whether in Source or
43
- Object form, made available under the License, as indicated by a
44
- copyright notice that is included in or attached to the work
45
- (an example is provided in the Appendix below).
46
-
47
- "Derivative Works" shall mean any work, whether in Source or Object
48
- form, that is based on (or derived from) the Work and for which the
49
- editorial revisions, annotations, elaborations, or other modifications
50
- represent, as a whole, an original work of authorship. For the purposes
51
- of this License, Derivative Works shall not include works that remain
52
- separable from, or merely link (or bind by name) to the interfaces of,
53
- the Work and Derivative Works thereof.
54
-
55
- "Contribution" shall mean any work of authorship, including
56
- the original version of the Work and any modifications or additions
57
- to that Work or Derivative Works thereof, that is intentionally
58
- submitted to Licensor for inclusion in the Work by the copyright owner
59
- or by an individual or Legal Entity authorized to submit on behalf of
60
- the copyright owner. For the purposes of this definition, "submitted"
61
- means any form of electronic, verbal, or written communication sent
62
- to the Licensor or its representatives, including but not limited to
63
- communication on electronic mailing lists, source code control systems,
64
- and issue tracking systems that are managed by, or on behalf of, the
65
- Licensor for the purpose of discussing and improving the Work, but
66
- excluding communication that is conspicuously marked or otherwise
67
- designated in writing by the copyright owner as "Not a Contribution."
68
-
69
- "Contributor" shall mean Licensor and any individual or Legal Entity
70
- on behalf of whom a Contribution has been received by Licensor and
71
- subsequently incorporated within the Work.
72
-
73
- 2. Grant of Copyright License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- copyright license to reproduce, prepare Derivative Works of,
77
- publicly display, publicly perform, sublicense, and distribute the
78
- Work and such Derivative Works in Source or Object form.
79
-
80
- 3. Grant of Patent License. Subject to the terms and conditions of
81
- this License, each Contributor hereby grants to You a perpetual,
82
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
83
- (except as stated in this section) patent license to make, have made,
84
- use, offer to sell, sell, import, and otherwise transfer the Work,
85
- where such license applies only to those patent claims licensable
86
- by such Contributor that are necessarily infringed by their
87
- Contribution(s) alone or by combination of their Contribution(s)
88
- with the Work to which such Contribution(s) was submitted. If You
89
- institute patent litigation against any entity (including a
90
- cross-claim or counterclaim in a lawsuit) alleging that the Work
91
- or a Contribution incorporated within the Work constitutes direct
92
- or contributory patent infringement, then any patent licenses
93
- granted to You under this License for that Work shall terminate
94
- as of the date such litigation is filed.
95
-
96
- 4. Redistribution. You may reproduce and distribute copies of the
97
- Work or Derivative Works thereof in any medium, with or without
98
- modifications, and in Source or Object form, provided that You
99
- meet the following conditions:
100
-
101
- (a) You must give any other recipients of the Work or
102
- Derivative Works a copy of this License; and
103
-
104
- (b) You must cause any modified files to carry prominent notices
105
- stating that You changed the files; and
106
-
107
- (c) You must retain, in the Source form of any Derivative Works
108
- that You distribute, all copyright, patent, trademark, and
109
- attribution notices from the Source form of the Work,
110
- excluding those notices that do not pertain to any part of
111
- the Derivative Works; and
112
-
113
- (d) If the Work includes a "NOTICE" text file as part of its
114
- distribution, then any Derivative Works that You distribute must
115
- include a readable copy of the attribution notices contained
116
- within such NOTICE file, excluding those notices that do not
117
- pertain to any part of the Derivative Works, in at least one
118
- of the following places: within a NOTICE text file distributed
119
- as part of the Derivative Works; within the Source form or
120
- documentation, if provided along with the Derivative Works; or,
121
- within a display generated by the Derivative Works, if and
122
- wherever such third-party notices normally appear. The contents
123
- of the NOTICE file are for informational purposes only and
124
- do not modify the License. You may add Your own attribution
125
- notices within Derivative Works that You distribute, alongside
126
- or as an addendum to the NOTICE text from the Work, provided
127
- that such additional attribution notices cannot be construed
128
- as modifying the License.
129
-
130
- You may add Your own copyright statement to Your modifications and
131
- may provide additional or different license terms and conditions
132
- for use, reproduction, or distribution of Your modifications, or
133
- for any such Derivative Works as a whole, provided Your use,
134
- reproduction, and distribution of the Work otherwise complies with
135
- the conditions stated in this License.
136
-
137
- 5. Submission of Contributions. Unless You explicitly state otherwise,
138
- any Contribution intentionally submitted for inclusion in the Work
139
- by You to the Licensor shall be under the terms and conditions of
140
- this License, without any additional terms or conditions.
141
- Notwithstanding the above, nothing herein shall supersede or modify
142
- the terms of any separate license agreement you may have executed
143
- with Licensor regarding such Contributions.
144
-
145
- 6. Trademarks. This License does not grant permission to use the trade
146
- names, trademarks, service marks, or product names of the Licensor,
147
- except as required for reasonable and customary use in describing the
148
- origin of the Work and reproducing the content of the NOTICE file.
149
-
150
- 7. Disclaimer of Warranty. Unless required by applicable law or
151
- agreed to in writing, Licensor provides the Work (and each
152
- Contributor provides its Contributions) on an "AS IS" BASIS,
153
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
154
- implied, including, without limitation, any warranties or conditions
155
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
156
- PARTICULAR PURPOSE. You are solely responsible for determining the
157
- appropriateness of using or redistributing the Work and assume any
158
- risks associated with Your exercise of permissions under this License.
159
-
160
- 8. Limitation of Liability. In no event and under no legal theory,
161
- whether in tort (including negligence), contract, or otherwise,
162
- unless required by applicable law (such as deliberate and grossly
163
- negligent acts) or agreed to in writing, shall any Contributor be
164
- liable to You for damages, including any direct, indirect, special,
165
- incidental, or consequential damages of any character arising as a
166
- result of this License or out of the use or inability to use the
167
- Work (including but not limited to damages for loss of goodwill,
168
- work stoppage, computer failure or malfunction, or any and all
169
- other commercial damages or losses), even if such Contributor
170
- has been advised of the possibility of such damages.
171
-
172
- 9. Accepting Warranty or Additional Liability. While redistributing
173
- the Work or Derivative Works thereof, You may choose to offer,
174
- and charge a fee for, acceptance of support, warranty, indemnity,
175
- or other liability obligations and/or rights consistent with this
176
- License. However, in accepting such obligations, You may act only
177
- on Your own behalf and on Your sole responsibility, not on behalf
178
- of any other Contributor, and only if You agree to indemnify,
179
- defend, and hold each Contributor harmless for any liability
180
- incurred by, or claims asserted against, such Contributor by reason
181
- of your accepting any such warranty or additional liability.
182
-
183
- END OF TERMS AND CONDITIONS
184
-
185
- Copyright 2025 Zed Industries, Inc. and contributors
186
-
187
- Licensed under the Apache License, Version 2.0 (the "License");
188
- you may not use this file except in compliance with the License.
189
- You may obtain a copy of the License at
190
-
191
- http://www.apache.org/licenses/LICENSE-2.0
192
-
193
- Unless required by applicable law or agreed to in writing, software
194
- distributed under the License is distributed on an "AS IS" BASIS,
195
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
196
- See the License for the specific language governing permissions and
197
- limitations under the License.
198
-
199
-
200
- ============================================================
201
- @qwen-code/webui@undefined
202
- (No repository found)
203
-
204
- License text not found.
205
-
206
- ============================================================
207
- cors@2.8.5
208
- (No repository found)
209
-
210
- (The MIT License)
211
-
212
- Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
213
-
214
- Permission is hereby granted, free of charge, to any person obtaining
215
- a copy of this software and associated documentation files (the
216
- 'Software'), to deal in the Software without restriction, including
217
- without limitation the rights to use, copy, modify, merge, publish,
218
- distribute, sublicense, and/or sell copies of the Software, and to
219
- permit persons to whom the Software is furnished to do so, subject to
220
- the following conditions:
221
-
222
- The above copyright notice and this permission notice shall be
223
- included in all copies or substantial portions of the Software.
224
-
225
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
226
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
227
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
228
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
229
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
230
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
231
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
232
-
233
-
234
- ============================================================
235
- object-assign@4.1.1
236
- (No repository found)
237
-
238
- The MIT License (MIT)
239
-
240
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
241
-
242
- Permission is hereby granted, free of charge, to any person obtaining a copy
243
- of this software and associated documentation files (the "Software"), to deal
244
- in the Software without restriction, including without limitation the rights
245
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
246
- copies of the Software, and to permit persons to whom the Software is
247
- furnished to do so, subject to the following conditions:
248
-
249
- The above copyright notice and this permission notice shall be included in
250
- all copies or substantial portions of the Software.
251
-
252
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
253
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
254
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
255
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
256
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
257
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
258
- THE SOFTWARE.
259
-
260
-
261
- ============================================================
262
- vary@1.1.2
263
- (No repository found)
264
-
265
- (The MIT License)
266
-
267
- Copyright (c) 2014-2017 Douglas Christopher Wilson
268
-
269
- Permission is hereby granted, free of charge, to any person obtaining
270
- a copy of this software and associated documentation files (the
271
- 'Software'), to deal in the Software without restriction, including
272
- without limitation the rights to use, copy, modify, merge, publish,
273
- distribute, sublicense, and/or sell copies of the Software, and to
274
- permit persons to whom the Software is furnished to do so, subject to
275
- the following conditions:
276
-
277
- The above copyright notice and this permission notice shall be
278
- included in all copies or substantial portions of the Software.
279
-
280
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
281
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
282
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
283
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
284
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
285
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
286
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
287
-
288
-
289
- ============================================================
290
- express@4.21.2
291
- (No repository found)
292
-
293
- (The MIT License)
294
-
295
- Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
296
- Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
297
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
298
-
299
- Permission is hereby granted, free of charge, to any person obtaining
300
- a copy of this software and associated documentation files (the
301
- 'Software'), to deal in the Software without restriction, including
302
- without limitation the rights to use, copy, modify, merge, publish,
303
- distribute, sublicense, and/or sell copies of the Software, and to
304
- permit persons to whom the Software is furnished to do so, subject to
305
- the following conditions:
306
-
307
- The above copyright notice and this permission notice shall be
308
- included in all copies or substantial portions of the Software.
309
-
310
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
311
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
312
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
313
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
314
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
315
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
316
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
317
-
318
-
319
- ============================================================
320
- accepts@1.3.8
321
- (No repository found)
322
-
323
- (The MIT License)
324
-
325
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
326
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
327
-
328
- Permission is hereby granted, free of charge, to any person obtaining
329
- a copy of this software and associated documentation files (the
330
- 'Software'), to deal in the Software without restriction, including
331
- without limitation the rights to use, copy, modify, merge, publish,
332
- distribute, sublicense, and/or sell copies of the Software, and to
333
- permit persons to whom the Software is furnished to do so, subject to
334
- the following conditions:
335
-
336
- The above copyright notice and this permission notice shall be
337
- included in all copies or substantial portions of the Software.
338
-
339
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
340
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
341
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
342
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
343
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
344
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
345
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
346
-
347
-
348
- ============================================================
349
- mime-types@3.0.1
350
- (No repository found)
351
-
352
- (The MIT License)
353
-
354
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
355
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
356
-
357
- Permission is hereby granted, free of charge, to any person obtaining
358
- a copy of this software and associated documentation files (the
359
- 'Software'), to deal in the Software without restriction, including
360
- without limitation the rights to use, copy, modify, merge, publish,
361
- distribute, sublicense, and/or sell copies of the Software, and to
362
- permit persons to whom the Software is furnished to do so, subject to
363
- the following conditions:
364
-
365
- The above copyright notice and this permission notice shall be
366
- included in all copies or substantial portions of the Software.
367
-
368
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
369
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
370
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
371
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
372
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
373
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
374
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
375
-
376
-
377
- ============================================================
378
- mime-db@1.54.0
379
- (No repository found)
380
-
381
- (The MIT License)
382
-
383
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
384
- Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
385
-
386
- Permission is hereby granted, free of charge, to any person obtaining
387
- a copy of this software and associated documentation files (the
388
- 'Software'), to deal in the Software without restriction, including
389
- without limitation the rights to use, copy, modify, merge, publish,
390
- distribute, sublicense, and/or sell copies of the Software, and to
391
- permit persons to whom the Software is furnished to do so, subject to
392
- the following conditions:
393
-
394
- The above copyright notice and this permission notice shall be
395
- included in all copies or substantial portions of the Software.
396
-
397
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
398
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
399
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
400
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
401
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
402
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
403
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
404
-
405
-
406
- ============================================================
407
- negotiator@0.6.3
408
- (No repository found)
409
-
410
- (The MIT License)
411
-
412
- Copyright (c) 2012-2014 Federico Romero
413
- Copyright (c) 2012-2014 Isaac Z. Schlueter
414
- Copyright (c) 2014-2015 Douglas Christopher Wilson
415
-
416
- Permission is hereby granted, free of charge, to any person obtaining
417
- a copy of this software and associated documentation files (the
418
- 'Software'), to deal in the Software without restriction, including
419
- without limitation the rights to use, copy, modify, merge, publish,
420
- distribute, sublicense, and/or sell copies of the Software, and to
421
- permit persons to whom the Software is furnished to do so, subject to
422
- the following conditions:
423
-
424
- The above copyright notice and this permission notice shall be
425
- included in all copies or substantial portions of the Software.
426
-
427
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
428
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
429
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
430
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
431
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
432
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
433
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
434
-
435
-
436
- ============================================================
437
- array-flatten@1.1.1
438
- (No repository found)
439
-
440
- License text not found.
441
-
442
- ============================================================
443
- body-parser@1.20.3
444
- (No repository found)
445
-
446
- (The MIT License)
447
-
448
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
449
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
450
-
451
- Permission is hereby granted, free of charge, to any person obtaining
452
- a copy of this software and associated documentation files (the
453
- 'Software'), to deal in the Software without restriction, including
454
- without limitation the rights to use, copy, modify, merge, publish,
455
- distribute, sublicense, and/or sell copies of the Software, and to
456
- permit persons to whom the Software is furnished to do so, subject to
457
- the following conditions:
458
-
459
- The above copyright notice and this permission notice shall be
460
- included in all copies or substantial portions of the Software.
461
-
462
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
463
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
464
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
465
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
466
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
467
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
468
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
469
-
470
-
471
- ============================================================
472
- bytes@3.1.2
473
- (No repository found)
474
-
475
- (The MIT License)
476
-
477
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
478
- Copyright (c) 2015 Jed Watson <jed.watson@me.com>
479
-
480
- Permission is hereby granted, free of charge, to any person obtaining
481
- a copy of this software and associated documentation files (the
482
- 'Software'), to deal in the Software without restriction, including
483
- without limitation the rights to use, copy, modify, merge, publish,
484
- distribute, sublicense, and/or sell copies of the Software, and to
485
- permit persons to whom the Software is furnished to do so, subject to
486
- the following conditions:
487
-
488
- The above copyright notice and this permission notice shall be
489
- included in all copies or substantial portions of the Software.
490
-
491
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
492
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
493
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
494
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
495
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
496
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
497
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
498
-
499
-
500
- ============================================================
501
- content-type@1.0.5
502
- (No repository found)
503
-
504
- (The MIT License)
505
-
506
- Copyright (c) 2015 Douglas Christopher Wilson
507
-
508
- Permission is hereby granted, free of charge, to any person obtaining
509
- a copy of this software and associated documentation files (the
510
- 'Software'), to deal in the Software without restriction, including
511
- without limitation the rights to use, copy, modify, merge, publish,
512
- distribute, sublicense, and/or sell copies of the Software, and to
513
- permit persons to whom the Software is furnished to do so, subject to
514
- the following conditions:
515
-
516
- The above copyright notice and this permission notice shall be
517
- included in all copies or substantial portions of the Software.
518
-
519
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
520
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
521
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
522
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
523
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
524
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
525
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
526
-
527
-
528
- ============================================================
529
- debug@4.4.3
530
- (git://github.com/debug-js/debug.git)
531
-
532
- (The MIT License)
533
-
534
- Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
535
- Copyright (c) 2018-2021 Josh Junon
536
-
537
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
538
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
539
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
540
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
541
- subject to the following conditions:
542
-
543
- The above copyright notice and this permission notice shall be included in all copies or substantial
544
- portions of the Software.
545
-
546
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
547
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
548
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
549
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
550
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
551
-
552
-
553
-
554
- ============================================================
555
- ms@2.1.3
556
- (No repository found)
557
-
558
- The MIT License (MIT)
559
-
560
- Copyright (c) 2020 Vercel, Inc.
561
-
562
- Permission is hereby granted, free of charge, to any person obtaining a copy
563
- of this software and associated documentation files (the "Software"), to deal
564
- in the Software without restriction, including without limitation the rights
565
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
566
- copies of the Software, and to permit persons to whom the Software is
567
- furnished to do so, subject to the following conditions:
568
-
569
- The above copyright notice and this permission notice shall be included in all
570
- copies or substantial portions of the Software.
571
-
572
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
573
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
574
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
575
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
576
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
577
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
578
- SOFTWARE.
579
-
580
-
581
- ============================================================
582
- depd@2.0.0
583
- (No repository found)
584
-
585
- (The MIT License)
586
-
587
- Copyright (c) 2014-2018 Douglas Christopher Wilson
588
-
589
- Permission is hereby granted, free of charge, to any person obtaining
590
- a copy of this software and associated documentation files (the
591
- 'Software'), to deal in the Software without restriction, including
592
- without limitation the rights to use, copy, modify, merge, publish,
593
- distribute, sublicense, and/or sell copies of the Software, and to
594
- permit persons to whom the Software is furnished to do so, subject to
595
- the following conditions:
596
-
597
- The above copyright notice and this permission notice shall be
598
- included in all copies or substantial portions of the Software.
599
-
600
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
601
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
602
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
603
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
604
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
605
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
606
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
607
-
608
-
609
- ============================================================
610
- destroy@1.2.0
611
- (No repository found)
612
-
613
-
614
- The MIT License (MIT)
615
-
616
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
617
- Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com
618
-
619
- Permission is hereby granted, free of charge, to any person obtaining a copy
620
- of this software and associated documentation files (the "Software"), to deal
621
- in the Software without restriction, including without limitation the rights
622
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
623
- copies of the Software, and to permit persons to whom the Software is
624
- furnished to do so, subject to the following conditions:
625
-
626
- The above copyright notice and this permission notice shall be included in
627
- all copies or substantial portions of the Software.
628
-
629
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
630
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
631
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
632
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
633
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
634
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
635
- THE SOFTWARE.
636
-
637
-
638
- ============================================================
639
- http-errors@2.0.0
640
- (No repository found)
641
-
642
-
643
- The MIT License (MIT)
644
-
645
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
646
- Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
647
-
648
- Permission is hereby granted, free of charge, to any person obtaining a copy
649
- of this software and associated documentation files (the "Software"), to deal
650
- in the Software without restriction, including without limitation the rights
651
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
652
- copies of the Software, and to permit persons to whom the Software is
653
- furnished to do so, subject to the following conditions:
654
-
655
- The above copyright notice and this permission notice shall be included in
656
- all copies or substantial portions of the Software.
657
-
658
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
659
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
660
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
661
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
662
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
663
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
664
- THE SOFTWARE.
665
-
666
-
667
- ============================================================
668
- inherits@2.0.4
669
- (No repository found)
670
-
671
- The ISC License
672
-
673
- Copyright (c) Isaac Z. Schlueter
674
-
675
- Permission to use, copy, modify, and/or distribute this software for any
676
- purpose with or without fee is hereby granted, provided that the above
677
- copyright notice and this permission notice appear in all copies.
678
-
679
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
680
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
681
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
682
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
683
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
684
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
685
- PERFORMANCE OF THIS SOFTWARE.
686
-
687
-
688
-
689
- ============================================================
690
- setprototypeof@1.2.0
691
- (https://github.com/wesleytodd/setprototypeof.git)
692
-
693
- Copyright (c) 2015, Wes Todd
694
-
695
- Permission to use, copy, modify, and/or distribute this software for any
696
- purpose with or without fee is hereby granted, provided that the above
697
- copyright notice and this permission notice appear in all copies.
698
-
699
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
700
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
701
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
702
- SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
703
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
704
- OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
705
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
706
-
707
-
708
- ============================================================
709
- statuses@2.0.2
710
- (No repository found)
711
-
712
-
713
- The MIT License (MIT)
714
-
715
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
716
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
717
-
718
- Permission is hereby granted, free of charge, to any person obtaining a copy
719
- of this software and associated documentation files (the "Software"), to deal
720
- in the Software without restriction, including without limitation the rights
721
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
722
- copies of the Software, and to permit persons to whom the Software is
723
- furnished to do so, subject to the following conditions:
724
-
725
- The above copyright notice and this permission notice shall be included in
726
- all copies or substantial portions of the Software.
727
-
728
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
729
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
730
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
731
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
732
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
733
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
734
- THE SOFTWARE.
735
-
736
-
737
- ============================================================
738
- toidentifier@1.0.1
739
- (No repository found)
740
-
741
- MIT License
742
-
743
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
744
-
745
- Permission is hereby granted, free of charge, to any person obtaining a copy
746
- of this software and associated documentation files (the "Software"), to deal
747
- in the Software without restriction, including without limitation the rights
748
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
749
- copies of the Software, and to permit persons to whom the Software is
750
- furnished to do so, subject to the following conditions:
751
-
752
- The above copyright notice and this permission notice shall be included in all
753
- copies or substantial portions of the Software.
754
-
755
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
756
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
757
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
758
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
759
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
760
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
761
- SOFTWARE.
762
-
763
-
764
- ============================================================
765
- iconv-lite@0.6.3
766
- (git://github.com/ashtuchkin/iconv-lite.git)
767
-
768
- Copyright (c) 2011 Alexander Shtuchkin
769
-
770
- Permission is hereby granted, free of charge, to any person obtaining
771
- a copy of this software and associated documentation files (the
772
- "Software"), to deal in the Software without restriction, including
773
- without limitation the rights to use, copy, modify, merge, publish,
774
- distribute, sublicense, and/or sell copies of the Software, and to
775
- permit persons to whom the Software is furnished to do so, subject to
776
- the following conditions:
777
-
778
- The above copyright notice and this permission notice shall be
779
- included in all copies or substantial portions of the Software.
780
-
781
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
782
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
783
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
784
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
785
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
786
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
787
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
788
-
789
-
790
-
791
- ============================================================
792
- safer-buffer@2.1.2
793
- (git+https://github.com/ChALkeR/safer-buffer.git)
794
-
795
- MIT License
796
-
797
- Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
798
-
799
- Permission is hereby granted, free of charge, to any person obtaining a copy
800
- of this software and associated documentation files (the "Software"), to deal
801
- in the Software without restriction, including without limitation the rights
802
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
803
- copies of the Software, and to permit persons to whom the Software is
804
- furnished to do so, subject to the following conditions:
805
-
806
- The above copyright notice and this permission notice shall be included in all
807
- copies or substantial portions of the Software.
808
-
809
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
810
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
811
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
812
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
813
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
814
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
815
- SOFTWARE.
816
-
817
-
818
- ============================================================
819
- on-finished@2.4.1
820
- (No repository found)
821
-
822
- (The MIT License)
823
-
824
- Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
825
- Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
826
-
827
- Permission is hereby granted, free of charge, to any person obtaining
828
- a copy of this software and associated documentation files (the
829
- 'Software'), to deal in the Software without restriction, including
830
- without limitation the rights to use, copy, modify, merge, publish,
831
- distribute, sublicense, and/or sell copies of the Software, and to
832
- permit persons to whom the Software is furnished to do so, subject to
833
- the following conditions:
834
-
835
- The above copyright notice and this permission notice shall be
836
- included in all copies or substantial portions of the Software.
837
-
838
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
839
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
840
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
841
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
842
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
843
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
844
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
845
-
846
-
847
- ============================================================
848
- ee-first@1.1.1
849
- (No repository found)
850
-
851
-
852
- The MIT License (MIT)
853
-
854
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
855
-
856
- Permission is hereby granted, free of charge, to any person obtaining a copy
857
- of this software and associated documentation files (the "Software"), to deal
858
- in the Software without restriction, including without limitation the rights
859
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
860
- copies of the Software, and to permit persons to whom the Software is
861
- furnished to do so, subject to the following conditions:
862
-
863
- The above copyright notice and this permission notice shall be included in
864
- all copies or substantial portions of the Software.
865
-
866
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
867
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
868
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
869
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
870
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
871
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
872
- THE SOFTWARE.
873
-
874
-
875
- ============================================================
876
- qs@6.13.0
877
- (https://github.com/ljharb/qs.git)
878
-
879
- BSD 3-Clause License
880
-
881
- Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
882
- All rights reserved.
883
-
884
- Redistribution and use in source and binary forms, with or without
885
- modification, are permitted provided that the following conditions are met:
886
-
887
- 1. Redistributions of source code must retain the above copyright notice, this
888
- list of conditions and the following disclaimer.
889
-
890
- 2. Redistributions in binary form must reproduce the above copyright notice,
891
- this list of conditions and the following disclaimer in the documentation
892
- and/or other materials provided with the distribution.
893
-
894
- 3. Neither the name of the copyright holder nor the names of its
895
- contributors may be used to endorse or promote products derived from
896
- this software without specific prior written permission.
897
-
898
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
899
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
900
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
901
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
902
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
903
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
904
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
905
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
906
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
907
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
908
-
909
-
910
- ============================================================
911
- side-channel@1.1.0
912
- (git+https://github.com/ljharb/side-channel.git)
913
-
914
- MIT License
915
-
916
- Copyright (c) 2019 Jordan Harband
917
-
918
- Permission is hereby granted, free of charge, to any person obtaining a copy
919
- of this software and associated documentation files (the "Software"), to deal
920
- in the Software without restriction, including without limitation the rights
921
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
922
- copies of the Software, and to permit persons to whom the Software is
923
- furnished to do so, subject to the following conditions:
924
-
925
- The above copyright notice and this permission notice shall be included in all
926
- copies or substantial portions of the Software.
927
-
928
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
929
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
930
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
931
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
932
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
933
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
934
- SOFTWARE.
935
-
936
-
937
- ============================================================
938
- es-errors@1.3.0
939
- (git+https://github.com/ljharb/es-errors.git)
940
-
941
- MIT License
942
-
943
- Copyright (c) 2024 Jordan Harband
944
-
945
- Permission is hereby granted, free of charge, to any person obtaining a copy
946
- of this software and associated documentation files (the "Software"), to deal
947
- in the Software without restriction, including without limitation the rights
948
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
949
- copies of the Software, and to permit persons to whom the Software is
950
- furnished to do so, subject to the following conditions:
951
-
952
- The above copyright notice and this permission notice shall be included in all
953
- copies or substantial portions of the Software.
954
-
955
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
956
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
957
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
958
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
959
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
960
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
961
- SOFTWARE.
962
-
963
-
964
- ============================================================
965
- object-inspect@1.13.4
966
- (git://github.com/inspect-js/object-inspect.git)
967
-
968
- MIT License
969
-
970
- Copyright (c) 2013 James Halliday
971
-
972
- Permission is hereby granted, free of charge, to any person obtaining a copy
973
- of this software and associated documentation files (the "Software"), to deal
974
- in the Software without restriction, including without limitation the rights
975
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
976
- copies of the Software, and to permit persons to whom the Software is
977
- furnished to do so, subject to the following conditions:
978
-
979
- The above copyright notice and this permission notice shall be included in all
980
- copies or substantial portions of the Software.
981
-
982
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
983
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
984
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
985
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
986
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
987
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
988
- SOFTWARE.
989
-
990
-
991
- ============================================================
992
- side-channel-list@1.0.0
993
- (git+https://github.com/ljharb/side-channel-list.git)
994
-
995
- MIT License
996
-
997
- Copyright (c) 2024 Jordan Harband
998
-
999
- Permission is hereby granted, free of charge, to any person obtaining a copy
1000
- of this software and associated documentation files (the "Software"), to deal
1001
- in the Software without restriction, including without limitation the rights
1002
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1003
- copies of the Software, and to permit persons to whom the Software is
1004
- furnished to do so, subject to the following conditions:
1005
-
1006
- The above copyright notice and this permission notice shall be included in all
1007
- copies or substantial portions of the Software.
1008
-
1009
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1010
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1011
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1012
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1013
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1014
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1015
- SOFTWARE.
1016
-
1017
-
1018
- ============================================================
1019
- side-channel-map@1.0.1
1020
- (git+https://github.com/ljharb/side-channel-map.git)
1021
-
1022
- MIT License
1023
-
1024
- Copyright (c) 2024 Jordan Harband
1025
-
1026
- Permission is hereby granted, free of charge, to any person obtaining a copy
1027
- of this software and associated documentation files (the "Software"), to deal
1028
- in the Software without restriction, including without limitation the rights
1029
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1030
- copies of the Software, and to permit persons to whom the Software is
1031
- furnished to do so, subject to the following conditions:
1032
-
1033
- The above copyright notice and this permission notice shall be included in all
1034
- copies or substantial portions of the Software.
1035
-
1036
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1037
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1038
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1039
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1040
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1041
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1042
- SOFTWARE.
1043
-
1044
-
1045
- ============================================================
1046
- call-bound@1.0.4
1047
- (git+https://github.com/ljharb/call-bound.git)
1048
-
1049
- MIT License
1050
-
1051
- Copyright (c) 2024 Jordan Harband
1052
-
1053
- Permission is hereby granted, free of charge, to any person obtaining a copy
1054
- of this software and associated documentation files (the "Software"), to deal
1055
- in the Software without restriction, including without limitation the rights
1056
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1057
- copies of the Software, and to permit persons to whom the Software is
1058
- furnished to do so, subject to the following conditions:
1059
-
1060
- The above copyright notice and this permission notice shall be included in all
1061
- copies or substantial portions of the Software.
1062
-
1063
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1064
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1065
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1066
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1067
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1068
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1069
- SOFTWARE.
1070
-
1071
-
1072
- ============================================================
1073
- call-bind-apply-helpers@1.0.2
1074
- (git+https://github.com/ljharb/call-bind-apply-helpers.git)
1075
-
1076
- MIT License
1077
-
1078
- Copyright (c) 2024 Jordan Harband
1079
-
1080
- Permission is hereby granted, free of charge, to any person obtaining a copy
1081
- of this software and associated documentation files (the "Software"), to deal
1082
- in the Software without restriction, including without limitation the rights
1083
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1084
- copies of the Software, and to permit persons to whom the Software is
1085
- furnished to do so, subject to the following conditions:
1086
-
1087
- The above copyright notice and this permission notice shall be included in all
1088
- copies or substantial portions of the Software.
1089
-
1090
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1091
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1092
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1093
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1094
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1095
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1096
- SOFTWARE.
1097
-
1098
-
1099
- ============================================================
1100
- function-bind@1.1.2
1101
- (https://github.com/Raynos/function-bind.git)
1102
-
1103
- Copyright (c) 2013 Raynos.
1104
-
1105
- Permission is hereby granted, free of charge, to any person obtaining a copy
1106
- of this software and associated documentation files (the "Software"), to deal
1107
- in the Software without restriction, including without limitation the rights
1108
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1109
- copies of the Software, and to permit persons to whom the Software is
1110
- furnished to do so, subject to the following conditions:
1111
-
1112
- The above copyright notice and this permission notice shall be included in
1113
- all copies or substantial portions of the Software.
1114
-
1115
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1116
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1117
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1118
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1119
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1120
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1121
- THE SOFTWARE.
1122
-
1123
-
1124
-
1125
- ============================================================
1126
- get-intrinsic@1.3.0
1127
- (git+https://github.com/ljharb/get-intrinsic.git)
1128
-
1129
- MIT License
1130
-
1131
- Copyright (c) 2020 Jordan Harband
1132
-
1133
- Permission is hereby granted, free of charge, to any person obtaining a copy
1134
- of this software and associated documentation files (the "Software"), to deal
1135
- in the Software without restriction, including without limitation the rights
1136
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1137
- copies of the Software, and to permit persons to whom the Software is
1138
- furnished to do so, subject to the following conditions:
1139
-
1140
- The above copyright notice and this permission notice shall be included in all
1141
- copies or substantial portions of the Software.
1142
-
1143
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1144
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1145
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1146
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1147
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1148
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1149
- SOFTWARE.
1150
-
1151
-
1152
- ============================================================
1153
- es-define-property@1.0.1
1154
- (git+https://github.com/ljharb/es-define-property.git)
1155
-
1156
- MIT License
1157
-
1158
- Copyright (c) 2024 Jordan Harband
1159
-
1160
- Permission is hereby granted, free of charge, to any person obtaining a copy
1161
- of this software and associated documentation files (the "Software"), to deal
1162
- in the Software without restriction, including without limitation the rights
1163
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1164
- copies of the Software, and to permit persons to whom the Software is
1165
- furnished to do so, subject to the following conditions:
1166
-
1167
- The above copyright notice and this permission notice shall be included in all
1168
- copies or substantial portions of the Software.
1169
-
1170
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1171
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1172
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1173
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1174
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1175
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1176
- SOFTWARE.
1177
-
1178
-
1179
- ============================================================
1180
- es-object-atoms@1.1.1
1181
- (git+https://github.com/ljharb/es-object-atoms.git)
1182
-
1183
- MIT License
1184
-
1185
- Copyright (c) 2024 Jordan Harband
1186
-
1187
- Permission is hereby granted, free of charge, to any person obtaining a copy
1188
- of this software and associated documentation files (the "Software"), to deal
1189
- in the Software without restriction, including without limitation the rights
1190
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1191
- copies of the Software, and to permit persons to whom the Software is
1192
- furnished to do so, subject to the following conditions:
1193
-
1194
- The above copyright notice and this permission notice shall be included in all
1195
- copies or substantial portions of the Software.
1196
-
1197
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1198
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1199
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1200
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1201
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1202
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1203
- SOFTWARE.
1204
-
1205
-
1206
- ============================================================
1207
- get-proto@1.0.1
1208
- (git+https://github.com/ljharb/get-proto.git)
1209
-
1210
- MIT License
1211
-
1212
- Copyright (c) 2025 Jordan Harband
1213
-
1214
- Permission is hereby granted, free of charge, to any person obtaining a copy
1215
- of this software and associated documentation files (the "Software"), to deal
1216
- in the Software without restriction, including without limitation the rights
1217
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1218
- copies of the Software, and to permit persons to whom the Software is
1219
- furnished to do so, subject to the following conditions:
1220
-
1221
- The above copyright notice and this permission notice shall be included in all
1222
- copies or substantial portions of the Software.
1223
-
1224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1225
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1226
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1227
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1228
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1229
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1230
- SOFTWARE.
1231
-
1232
-
1233
- ============================================================
1234
- dunder-proto@1.0.1
1235
- (git+https://github.com/es-shims/dunder-proto.git)
1236
-
1237
- MIT License
1238
-
1239
- Copyright (c) 2024 ECMAScript Shims
1240
-
1241
- Permission is hereby granted, free of charge, to any person obtaining a copy
1242
- of this software and associated documentation files (the "Software"), to deal
1243
- in the Software without restriction, including without limitation the rights
1244
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1245
- copies of the Software, and to permit persons to whom the Software is
1246
- furnished to do so, subject to the following conditions:
1247
-
1248
- The above copyright notice and this permission notice shall be included in all
1249
- copies or substantial portions of the Software.
1250
-
1251
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1252
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1253
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1254
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1255
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1256
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1257
- SOFTWARE.
1258
-
1259
-
1260
- ============================================================
1261
- gopd@1.2.0
1262
- (git+https://github.com/ljharb/gopd.git)
1263
-
1264
- MIT License
1265
-
1266
- Copyright (c) 2022 Jordan Harband
1267
-
1268
- Permission is hereby granted, free of charge, to any person obtaining a copy
1269
- of this software and associated documentation files (the "Software"), to deal
1270
- in the Software without restriction, including without limitation the rights
1271
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1272
- copies of the Software, and to permit persons to whom the Software is
1273
- furnished to do so, subject to the following conditions:
1274
-
1275
- The above copyright notice and this permission notice shall be included in all
1276
- copies or substantial portions of the Software.
1277
-
1278
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1279
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1280
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1281
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1282
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1283
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1284
- SOFTWARE.
1285
-
1286
-
1287
- ============================================================
1288
- has-symbols@1.1.0
1289
- (git://github.com/inspect-js/has-symbols.git)
1290
-
1291
- MIT License
1292
-
1293
- Copyright (c) 2016 Jordan Harband
1294
-
1295
- Permission is hereby granted, free of charge, to any person obtaining a copy
1296
- of this software and associated documentation files (the "Software"), to deal
1297
- in the Software without restriction, including without limitation the rights
1298
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1299
- copies of the Software, and to permit persons to whom the Software is
1300
- furnished to do so, subject to the following conditions:
1301
-
1302
- The above copyright notice and this permission notice shall be included in all
1303
- copies or substantial portions of the Software.
1304
-
1305
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1306
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1307
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1308
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1309
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1310
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1311
- SOFTWARE.
1312
-
1313
-
1314
- ============================================================
1315
- hasown@2.0.2
1316
- (git+https://github.com/inspect-js/hasOwn.git)
1317
-
1318
- MIT License
1319
-
1320
- Copyright (c) Jordan Harband and contributors
1321
-
1322
- Permission is hereby granted, free of charge, to any person obtaining a copy
1323
- of this software and associated documentation files (the "Software"), to deal
1324
- in the Software without restriction, including without limitation the rights
1325
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1326
- copies of the Software, and to permit persons to whom the Software is
1327
- furnished to do so, subject to the following conditions:
1328
-
1329
- The above copyright notice and this permission notice shall be included in all
1330
- copies or substantial portions of the Software.
1331
-
1332
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1333
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1334
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1335
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1336
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1337
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1338
- SOFTWARE.
1339
-
1340
-
1341
- ============================================================
1342
- math-intrinsics@1.1.0
1343
- (git+https://github.com/es-shims/math-intrinsics.git)
1344
-
1345
- MIT License
1346
-
1347
- Copyright (c) 2024 ECMAScript Shims
1348
-
1349
- Permission is hereby granted, free of charge, to any person obtaining a copy
1350
- of this software and associated documentation files (the "Software"), to deal
1351
- in the Software without restriction, including without limitation the rights
1352
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1353
- copies of the Software, and to permit persons to whom the Software is
1354
- furnished to do so, subject to the following conditions:
1355
-
1356
- The above copyright notice and this permission notice shall be included in all
1357
- copies or substantial portions of the Software.
1358
-
1359
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1360
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1361
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1362
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1363
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1364
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1365
- SOFTWARE.
1366
-
1367
-
1368
- ============================================================
1369
- side-channel-weakmap@1.0.2
1370
- (git+https://github.com/ljharb/side-channel-weakmap.git)
1371
-
1372
- MIT License
1373
-
1374
- Copyright (c) 2019 Jordan Harband
1375
-
1376
- Permission is hereby granted, free of charge, to any person obtaining a copy
1377
- of this software and associated documentation files (the "Software"), to deal
1378
- in the Software without restriction, including without limitation the rights
1379
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1380
- copies of the Software, and to permit persons to whom the Software is
1381
- furnished to do so, subject to the following conditions:
1382
-
1383
- The above copyright notice and this permission notice shall be included in all
1384
- copies or substantial portions of the Software.
1385
-
1386
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1387
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1388
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1389
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1390
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1391
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1392
- SOFTWARE.
1393
-
1394
-
1395
- ============================================================
1396
- raw-body@3.0.0
1397
- (No repository found)
1398
-
1399
- The MIT License (MIT)
1400
-
1401
- Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
1402
- Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1403
-
1404
- Permission is hereby granted, free of charge, to any person obtaining a copy
1405
- of this software and associated documentation files (the "Software"), to deal
1406
- in the Software without restriction, including without limitation the rights
1407
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1408
- copies of the Software, and to permit persons to whom the Software is
1409
- furnished to do so, subject to the following conditions:
1410
-
1411
- The above copyright notice and this permission notice shall be included in
1412
- all copies or substantial portions of the Software.
1413
-
1414
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1415
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1416
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1417
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1418
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1419
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1420
- THE SOFTWARE.
1421
-
1422
-
1423
- ============================================================
1424
- unpipe@1.0.0
1425
- (No repository found)
1426
-
1427
- (The MIT License)
1428
-
1429
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1430
-
1431
- Permission is hereby granted, free of charge, to any person obtaining
1432
- a copy of this software and associated documentation files (the
1433
- 'Software'), to deal in the Software without restriction, including
1434
- without limitation the rights to use, copy, modify, merge, publish,
1435
- distribute, sublicense, and/or sell copies of the Software, and to
1436
- permit persons to whom the Software is furnished to do so, subject to
1437
- the following conditions:
1438
-
1439
- The above copyright notice and this permission notice shall be
1440
- included in all copies or substantial portions of the Software.
1441
-
1442
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1443
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1444
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1445
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1446
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1447
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1448
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1449
-
1450
-
1451
- ============================================================
1452
- type-is@1.6.18
1453
- (No repository found)
1454
-
1455
- (The MIT License)
1456
-
1457
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1458
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1459
-
1460
- Permission is hereby granted, free of charge, to any person obtaining
1461
- a copy of this software and associated documentation files (the
1462
- 'Software'), to deal in the Software without restriction, including
1463
- without limitation the rights to use, copy, modify, merge, publish,
1464
- distribute, sublicense, and/or sell copies of the Software, and to
1465
- permit persons to whom the Software is furnished to do so, subject to
1466
- the following conditions:
1467
-
1468
- The above copyright notice and this permission notice shall be
1469
- included in all copies or substantial portions of the Software.
1470
-
1471
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1472
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1473
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1474
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1475
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1476
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1477
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1478
-
1479
-
1480
- ============================================================
1481
- media-typer@0.3.0
1482
- (No repository found)
1483
-
1484
- (The MIT License)
1485
-
1486
- Copyright (c) 2014 Douglas Christopher Wilson
1487
-
1488
- Permission is hereby granted, free of charge, to any person obtaining
1489
- a copy of this software and associated documentation files (the
1490
- 'Software'), to deal in the Software without restriction, including
1491
- without limitation the rights to use, copy, modify, merge, publish,
1492
- distribute, sublicense, and/or sell copies of the Software, and to
1493
- permit persons to whom the Software is furnished to do so, subject to
1494
- the following conditions:
1495
-
1496
- The above copyright notice and this permission notice shall be
1497
- included in all copies or substantial portions of the Software.
1498
-
1499
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1500
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1501
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1502
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1503
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1504
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1505
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1506
-
1507
-
1508
- ============================================================
1509
- content-disposition@0.5.4
1510
- (No repository found)
1511
-
1512
- (The MIT License)
1513
-
1514
- Copyright (c) 2014-2017 Douglas Christopher Wilson
1515
-
1516
- Permission is hereby granted, free of charge, to any person obtaining
1517
- a copy of this software and associated documentation files (the
1518
- 'Software'), to deal in the Software without restriction, including
1519
- without limitation the rights to use, copy, modify, merge, publish,
1520
- distribute, sublicense, and/or sell copies of the Software, and to
1521
- permit persons to whom the Software is furnished to do so, subject to
1522
- the following conditions:
1523
-
1524
- The above copyright notice and this permission notice shall be
1525
- included in all copies or substantial portions of the Software.
1526
-
1527
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1528
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1529
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1530
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1531
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1532
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1533
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1534
-
1535
-
1536
- ============================================================
1537
- safe-buffer@5.2.1
1538
- (git://github.com/feross/safe-buffer.git)
1539
-
1540
- The MIT License (MIT)
1541
-
1542
- Copyright (c) Feross Aboukhadijeh
1543
-
1544
- Permission is hereby granted, free of charge, to any person obtaining a copy
1545
- of this software and associated documentation files (the "Software"), to deal
1546
- in the Software without restriction, including without limitation the rights
1547
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1548
- copies of the Software, and to permit persons to whom the Software is
1549
- furnished to do so, subject to the following conditions:
1550
-
1551
- The above copyright notice and this permission notice shall be included in
1552
- all copies or substantial portions of the Software.
1553
-
1554
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1555
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1556
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1557
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1558
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1559
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1560
- THE SOFTWARE.
1561
-
1562
-
1563
- ============================================================
1564
- cookie@0.7.2
1565
- (No repository found)
1566
-
1567
- (The MIT License)
1568
-
1569
- Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
1570
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1571
-
1572
- Permission is hereby granted, free of charge, to any person obtaining
1573
- a copy of this software and associated documentation files (the
1574
- 'Software'), to deal in the Software without restriction, including
1575
- without limitation the rights to use, copy, modify, merge, publish,
1576
- distribute, sublicense, and/or sell copies of the Software, and to
1577
- permit persons to whom the Software is furnished to do so, subject to
1578
- the following conditions:
1579
-
1580
- The above copyright notice and this permission notice shall be
1581
- included in all copies or substantial portions of the Software.
1582
-
1583
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1584
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1585
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1586
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1587
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1588
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1589
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1590
-
1591
-
1592
-
1593
- ============================================================
1594
- cookie-signature@1.0.6
1595
- (https://github.com/visionmedia/node-cookie-signature.git)
1596
-
1597
- License text not found.
1598
-
1599
- ============================================================
1600
- encodeurl@2.0.0
1601
- (No repository found)
1602
-
1603
- (The MIT License)
1604
-
1605
- Copyright (c) 2016 Douglas Christopher Wilson
1606
-
1607
- Permission is hereby granted, free of charge, to any person obtaining
1608
- a copy of this software and associated documentation files (the
1609
- 'Software'), to deal in the Software without restriction, including
1610
- without limitation the rights to use, copy, modify, merge, publish,
1611
- distribute, sublicense, and/or sell copies of the Software, and to
1612
- permit persons to whom the Software is furnished to do so, subject to
1613
- the following conditions:
1614
-
1615
- The above copyright notice and this permission notice shall be
1616
- included in all copies or substantial portions of the Software.
1617
-
1618
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1619
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1620
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1621
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1622
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1623
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1624
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1625
-
1626
-
1627
- ============================================================
1628
- escape-html@1.0.3
1629
- (No repository found)
1630
-
1631
- (The MIT License)
1632
-
1633
- Copyright (c) 2012-2013 TJ Holowaychuk
1634
- Copyright (c) 2015 Andreas Lubbe
1635
- Copyright (c) 2015 Tiancheng "Timothy" Gu
1636
-
1637
- Permission is hereby granted, free of charge, to any person obtaining
1638
- a copy of this software and associated documentation files (the
1639
- 'Software'), to deal in the Software without restriction, including
1640
- without limitation the rights to use, copy, modify, merge, publish,
1641
- distribute, sublicense, and/or sell copies of the Software, and to
1642
- permit persons to whom the Software is furnished to do so, subject to
1643
- the following conditions:
1644
-
1645
- The above copyright notice and this permission notice shall be
1646
- included in all copies or substantial portions of the Software.
1647
-
1648
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1649
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1650
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1651
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1652
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1653
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1654
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1655
-
1656
-
1657
- ============================================================
1658
- etag@1.8.1
1659
- (No repository found)
1660
-
1661
- (The MIT License)
1662
-
1663
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1664
-
1665
- Permission is hereby granted, free of charge, to any person obtaining
1666
- a copy of this software and associated documentation files (the
1667
- 'Software'), to deal in the Software without restriction, including
1668
- without limitation the rights to use, copy, modify, merge, publish,
1669
- distribute, sublicense, and/or sell copies of the Software, and to
1670
- permit persons to whom the Software is furnished to do so, subject to
1671
- the following conditions:
1672
-
1673
- The above copyright notice and this permission notice shall be
1674
- included in all copies or substantial portions of the Software.
1675
-
1676
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1677
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1678
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1679
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1680
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1681
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1682
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1683
-
1684
-
1685
- ============================================================
1686
- finalhandler@1.3.1
1687
- (No repository found)
1688
-
1689
- (The MIT License)
1690
-
1691
- Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
1692
-
1693
- Permission is hereby granted, free of charge, to any person obtaining
1694
- a copy of this software and associated documentation files (the
1695
- 'Software'), to deal in the Software without restriction, including
1696
- without limitation the rights to use, copy, modify, merge, publish,
1697
- distribute, sublicense, and/or sell copies of the Software, and to
1698
- permit persons to whom the Software is furnished to do so, subject to
1699
- the following conditions:
1700
-
1701
- The above copyright notice and this permission notice shall be
1702
- included in all copies or substantial portions of the Software.
1703
-
1704
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1705
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1706
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1707
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1708
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1709
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1710
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1711
-
1712
-
1713
- ============================================================
1714
- parseurl@1.3.3
1715
- (No repository found)
1716
-
1717
-
1718
- (The MIT License)
1719
-
1720
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1721
- Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1722
-
1723
- Permission is hereby granted, free of charge, to any person obtaining
1724
- a copy of this software and associated documentation files (the
1725
- 'Software'), to deal in the Software without restriction, including
1726
- without limitation the rights to use, copy, modify, merge, publish,
1727
- distribute, sublicense, and/or sell copies of the Software, and to
1728
- permit persons to whom the Software is furnished to do so, subject to
1729
- the following conditions:
1730
-
1731
- The above copyright notice and this permission notice shall be
1732
- included in all copies or substantial portions of the Software.
1733
-
1734
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1735
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1736
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1737
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1738
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1739
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1740
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1741
-
1742
-
1743
- ============================================================
1744
- fresh@0.5.2
1745
- (No repository found)
1746
-
1747
- (The MIT License)
1748
-
1749
- Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
1750
- Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1751
-
1752
- Permission is hereby granted, free of charge, to any person obtaining
1753
- a copy of this software and associated documentation files (the
1754
- 'Software'), to deal in the Software without restriction, including
1755
- without limitation the rights to use, copy, modify, merge, publish,
1756
- distribute, sublicense, and/or sell copies of the Software, and to
1757
- permit persons to whom the Software is furnished to do so, subject to
1758
- the following conditions:
1759
-
1760
- The above copyright notice and this permission notice shall be
1761
- included in all copies or substantial portions of the Software.
1762
-
1763
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1764
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1765
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1766
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1767
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1768
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1769
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1770
-
1771
-
1772
- ============================================================
1773
- merge-descriptors@1.0.3
1774
- (No repository found)
1775
-
1776
- (The MIT License)
1777
-
1778
- Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1779
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1780
-
1781
- Permission is hereby granted, free of charge, to any person obtaining
1782
- a copy of this software and associated documentation files (the
1783
- 'Software'), to deal in the Software without restriction, including
1784
- without limitation the rights to use, copy, modify, merge, publish,
1785
- distribute, sublicense, and/or sell copies of the Software, and to
1786
- permit persons to whom the Software is furnished to do so, subject to
1787
- the following conditions:
1788
-
1789
- The above copyright notice and this permission notice shall be
1790
- included in all copies or substantial portions of the Software.
1791
-
1792
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1793
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1794
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1795
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1796
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1797
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1798
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1799
-
1800
-
1801
- ============================================================
1802
- methods@1.1.2
1803
- (No repository found)
1804
-
1805
- License text not found.
1806
-
1807
- ============================================================
1808
- path-to-regexp@0.1.12
1809
- (No repository found)
1810
-
1811
- License text not found.
1812
-
1813
- ============================================================
1814
- proxy-addr@2.0.7
1815
- (No repository found)
1816
-
1817
- (The MIT License)
1818
-
1819
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1820
-
1821
- Permission is hereby granted, free of charge, to any person obtaining
1822
- a copy of this software and associated documentation files (the
1823
- 'Software'), to deal in the Software without restriction, including
1824
- without limitation the rights to use, copy, modify, merge, publish,
1825
- distribute, sublicense, and/or sell copies of the Software, and to
1826
- permit persons to whom the Software is furnished to do so, subject to
1827
- the following conditions:
1828
-
1829
- The above copyright notice and this permission notice shall be
1830
- included in all copies or substantial portions of the Software.
1831
-
1832
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1833
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1834
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1835
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1836
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1837
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1838
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1839
-
1840
-
1841
- ============================================================
1842
- forwarded@0.2.0
1843
- (No repository found)
1844
-
1845
- (The MIT License)
1846
-
1847
- Copyright (c) 2014-2017 Douglas Christopher Wilson
1848
-
1849
- Permission is hereby granted, free of charge, to any person obtaining
1850
- a copy of this software and associated documentation files (the
1851
- 'Software'), to deal in the Software without restriction, including
1852
- without limitation the rights to use, copy, modify, merge, publish,
1853
- distribute, sublicense, and/or sell copies of the Software, and to
1854
- permit persons to whom the Software is furnished to do so, subject to
1855
- the following conditions:
1856
-
1857
- The above copyright notice and this permission notice shall be
1858
- included in all copies or substantial portions of the Software.
1859
-
1860
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1861
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1862
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1863
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1864
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1865
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1866
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1867
-
1868
-
1869
- ============================================================
1870
- ipaddr.js@1.9.1
1871
- (No repository found)
1872
-
1873
- Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
1874
-
1875
- Permission is hereby granted, free of charge, to any person obtaining a copy
1876
- of this software and associated documentation files (the "Software"), to deal
1877
- in the Software without restriction, including without limitation the rights
1878
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1879
- copies of the Software, and to permit persons to whom the Software is
1880
- furnished to do so, subject to the following conditions:
1881
-
1882
- The above copyright notice and this permission notice shall be included in
1883
- all copies or substantial portions of the Software.
1884
-
1885
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1886
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1887
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1888
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1889
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1890
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1891
- THE SOFTWARE.
1892
-
1893
-
1894
- ============================================================
1895
- range-parser@1.2.1
1896
- (No repository found)
1897
-
1898
- (The MIT License)
1899
-
1900
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
1901
- Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
1902
-
1903
- Permission is hereby granted, free of charge, to any person obtaining
1904
- a copy of this software and associated documentation files (the
1905
- 'Software'), to deal in the Software without restriction, including
1906
- without limitation the rights to use, copy, modify, merge, publish,
1907
- distribute, sublicense, and/or sell copies of the Software, and to
1908
- permit persons to whom the Software is furnished to do so, subject to
1909
- the following conditions:
1910
-
1911
- The above copyright notice and this permission notice shall be
1912
- included in all copies or substantial portions of the Software.
1913
-
1914
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1915
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1916
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1917
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1918
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1919
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1920
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1921
-
1922
-
1923
- ============================================================
1924
- send@0.19.0
1925
- (No repository found)
1926
-
1927
- (The MIT License)
1928
-
1929
- Copyright (c) 2012 TJ Holowaychuk
1930
- Copyright (c) 2014-2022 Douglas Christopher Wilson
1931
-
1932
- Permission is hereby granted, free of charge, to any person obtaining
1933
- a copy of this software and associated documentation files (the
1934
- 'Software'), to deal in the Software without restriction, including
1935
- without limitation the rights to use, copy, modify, merge, publish,
1936
- distribute, sublicense, and/or sell copies of the Software, and to
1937
- permit persons to whom the Software is furnished to do so, subject to
1938
- the following conditions:
1939
-
1940
- The above copyright notice and this permission notice shall be
1941
- included in all copies or substantial portions of the Software.
1942
-
1943
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1944
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1945
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1946
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1947
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1948
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1949
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1950
-
1951
-
1952
- ============================================================
1953
- serve-static@1.16.2
1954
- (No repository found)
1955
-
1956
- (The MIT License)
1957
-
1958
- Copyright (c) 2010 Sencha Inc.
1959
- Copyright (c) 2011 LearnBoost
1960
- Copyright (c) 2011 TJ Holowaychuk
1961
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1962
-
1963
- Permission is hereby granted, free of charge, to any person obtaining
1964
- a copy of this software and associated documentation files (the
1965
- 'Software'), to deal in the Software without restriction, including
1966
- without limitation the rights to use, copy, modify, merge, publish,
1967
- distribute, sublicense, and/or sell copies of the Software, and to
1968
- permit persons to whom the Software is furnished to do so, subject to
1969
- the following conditions:
1970
-
1971
- The above copyright notice and this permission notice shall be
1972
- included in all copies or substantial portions of the Software.
1973
-
1974
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1975
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1976
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1977
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1978
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1979
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1980
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1981
-
1982
-
1983
- ============================================================
1984
- utils-merge@1.0.1
1985
- (No repository found)
1986
-
1987
- License text not found.
1988
-
1989
- ============================================================
1990
- markdown-it@14.1.0
1991
- (No repository found)
1992
-
1993
- Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
1994
-
1995
- Permission is hereby granted, free of charge, to any person
1996
- obtaining a copy of this software and associated documentation
1997
- files (the "Software"), to deal in the Software without
1998
- restriction, including without limitation the rights to use,
1999
- copy, modify, merge, publish, distribute, sublicense, and/or sell
2000
- copies of the Software, and to permit persons to whom the
2001
- Software is furnished to do so, subject to the following
2002
- conditions:
2003
-
2004
- The above copyright notice and this permission notice shall be
2005
- included in all copies or substantial portions of the Software.
2006
-
2007
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2008
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2009
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2010
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2011
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2012
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2013
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2014
- OTHER DEALINGS IN THE SOFTWARE.
2015
-
2016
-
2017
- ============================================================
2018
- argparse@2.0.1
2019
- (No repository found)
2020
-
2021
- A. HISTORY OF THE SOFTWARE
2022
- ==========================
2023
-
2024
- Python was created in the early 1990s by Guido van Rossum at Stichting
2025
- Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
2026
- as a successor of a language called ABC. Guido remains Python's
2027
- principal author, although it includes many contributions from others.
2028
-
2029
- In 1995, Guido continued his work on Python at the Corporation for
2030
- National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
2031
- in Reston, Virginia where he released several versions of the
2032
- software.
2033
-
2034
- In May 2000, Guido and the Python core development team moved to
2035
- BeOpen.com to form the BeOpen PythonLabs team. In October of the same
2036
- year, the PythonLabs team moved to Digital Creations, which became
2037
- Zope Corporation. In 2001, the Python Software Foundation (PSF, see
2038
- https://www.python.org/psf/) was formed, a non-profit organization
2039
- created specifically to own Python-related Intellectual Property.
2040
- Zope Corporation was a sponsoring member of the PSF.
2041
-
2042
- All Python releases are Open Source (see http://www.opensource.org for
2043
- the Open Source Definition). Historically, most, but not all, Python
2044
- releases have also been GPL-compatible; the table below summarizes
2045
- the various releases.
2046
-
2047
- Release Derived Year Owner GPL-
2048
- from compatible? (1)
2049
-
2050
- 0.9.0 thru 1.2 1991-1995 CWI yes
2051
- 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
2052
- 1.6 1.5.2 2000 CNRI no
2053
- 2.0 1.6 2000 BeOpen.com no
2054
- 1.6.1 1.6 2001 CNRI yes (2)
2055
- 2.1 2.0+1.6.1 2001 PSF no
2056
- 2.0.1 2.0+1.6.1 2001 PSF yes
2057
- 2.1.1 2.1+2.0.1 2001 PSF yes
2058
- 2.1.2 2.1.1 2002 PSF yes
2059
- 2.1.3 2.1.2 2002 PSF yes
2060
- 2.2 and above 2.1.1 2001-now PSF yes
2061
-
2062
- Footnotes:
2063
-
2064
- (1) GPL-compatible doesn't mean that we're distributing Python under
2065
- the GPL. All Python licenses, unlike the GPL, let you distribute
2066
- a modified version without making your changes open source. The
2067
- GPL-compatible licenses make it possible to combine Python with
2068
- other software that is released under the GPL; the others don't.
2069
-
2070
- (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
2071
- because its license has a choice of law clause. According to
2072
- CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
2073
- is "not incompatible" with the GPL.
2074
-
2075
- Thanks to the many outside volunteers who have worked under Guido's
2076
- direction to make these releases possible.
2077
-
2078
-
2079
- B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
2080
- ===============================================================
2081
-
2082
- PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
2083
- --------------------------------------------
2084
-
2085
- 1. This LICENSE AGREEMENT is between the Python Software Foundation
2086
- ("PSF"), and the Individual or Organization ("Licensee") accessing and
2087
- otherwise using this software ("Python") in source or binary form and
2088
- its associated documentation.
2089
-
2090
- 2. Subject to the terms and conditions of this License Agreement, PSF hereby
2091
- grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
2092
- analyze, test, perform and/or display publicly, prepare derivative works,
2093
- distribute, and otherwise use Python alone or in any derivative version,
2094
- provided, however, that PSF's License Agreement and PSF's notice of copyright,
2095
- i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2096
- 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
2097
- All Rights Reserved" are retained in Python alone or in any derivative version
2098
- prepared by Licensee.
2099
-
2100
- 3. In the event Licensee prepares a derivative work that is based on
2101
- or incorporates Python or any part thereof, and wants to make
2102
- the derivative work available to others as provided herein, then
2103
- Licensee hereby agrees to include in any such work a brief summary of
2104
- the changes made to Python.
2105
-
2106
- 4. PSF is making Python available to Licensee on an "AS IS"
2107
- basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
2108
- IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
2109
- DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
2110
- FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
2111
- INFRINGE ANY THIRD PARTY RIGHTS.
2112
-
2113
- 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2114
- FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
2115
- A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
2116
- OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
2117
-
2118
- 6. This License Agreement will automatically terminate upon a material
2119
- breach of its terms and conditions.
2120
-
2121
- 7. Nothing in this License Agreement shall be deemed to create any
2122
- relationship of agency, partnership, or joint venture between PSF and
2123
- Licensee. This License Agreement does not grant permission to use PSF
2124
- trademarks or trade name in a trademark sense to endorse or promote
2125
- products or services of Licensee, or any third party.
2126
-
2127
- 8. By copying, installing or otherwise using Python, Licensee
2128
- agrees to be bound by the terms and conditions of this License
2129
- Agreement.
2130
-
2131
-
2132
- BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
2133
- -------------------------------------------
2134
-
2135
- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
2136
-
2137
- 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
2138
- office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
2139
- Individual or Organization ("Licensee") accessing and otherwise using
2140
- this software in source or binary form and its associated
2141
- documentation ("the Software").
2142
-
2143
- 2. Subject to the terms and conditions of this BeOpen Python License
2144
- Agreement, BeOpen hereby grants Licensee a non-exclusive,
2145
- royalty-free, world-wide license to reproduce, analyze, test, perform
2146
- and/or display publicly, prepare derivative works, distribute, and
2147
- otherwise use the Software alone or in any derivative version,
2148
- provided, however, that the BeOpen Python License is retained in the
2149
- Software, alone or in any derivative version prepared by Licensee.
2150
-
2151
- 3. BeOpen is making the Software available to Licensee on an "AS IS"
2152
- basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
2153
- IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
2154
- DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
2155
- FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
2156
- INFRINGE ANY THIRD PARTY RIGHTS.
2157
-
2158
- 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
2159
- SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
2160
- AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
2161
- DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
2162
-
2163
- 5. This License Agreement will automatically terminate upon a material
2164
- breach of its terms and conditions.
2165
-
2166
- 6. This License Agreement shall be governed by and interpreted in all
2167
- respects by the law of the State of California, excluding conflict of
2168
- law provisions. Nothing in this License Agreement shall be deemed to
2169
- create any relationship of agency, partnership, or joint venture
2170
- between BeOpen and Licensee. This License Agreement does not grant
2171
- permission to use BeOpen trademarks or trade names in a trademark
2172
- sense to endorse or promote products or services of Licensee, or any
2173
- third party. As an exception, the "BeOpen Python" logos available at
2174
- http://www.pythonlabs.com/logos.html may be used according to the
2175
- permissions granted on that web page.
2176
-
2177
- 7. By copying, installing or otherwise using the software, Licensee
2178
- agrees to be bound by the terms and conditions of this License
2179
- Agreement.
2180
-
2181
-
2182
- CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
2183
- ---------------------------------------
2184
-
2185
- 1. This LICENSE AGREEMENT is between the Corporation for National
2186
- Research Initiatives, having an office at 1895 Preston White Drive,
2187
- Reston, VA 20191 ("CNRI"), and the Individual or Organization
2188
- ("Licensee") accessing and otherwise using Python 1.6.1 software in
2189
- source or binary form and its associated documentation.
2190
-
2191
- 2. Subject to the terms and conditions of this License Agreement, CNRI
2192
- hereby grants Licensee a nonexclusive, royalty-free, world-wide
2193
- license to reproduce, analyze, test, perform and/or display publicly,
2194
- prepare derivative works, distribute, and otherwise use Python 1.6.1
2195
- alone or in any derivative version, provided, however, that CNRI's
2196
- License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
2197
- 1995-2001 Corporation for National Research Initiatives; All Rights
2198
- Reserved" are retained in Python 1.6.1 alone or in any derivative
2199
- version prepared by Licensee. Alternately, in lieu of CNRI's License
2200
- Agreement, Licensee may substitute the following text (omitting the
2201
- quotes): "Python 1.6.1 is made available subject to the terms and
2202
- conditions in CNRI's License Agreement. This Agreement together with
2203
- Python 1.6.1 may be located on the Internet using the following
2204
- unique, persistent identifier (known as a handle): 1895.22/1013. This
2205
- Agreement may also be obtained from a proxy server on the Internet
2206
- using the following URL: http://hdl.handle.net/1895.22/1013".
2207
-
2208
- 3. In the event Licensee prepares a derivative work that is based on
2209
- or incorporates Python 1.6.1 or any part thereof, and wants to make
2210
- the derivative work available to others as provided herein, then
2211
- Licensee hereby agrees to include in any such work a brief summary of
2212
- the changes made to Python 1.6.1.
2213
-
2214
- 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
2215
- basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
2216
- IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
2217
- DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
2218
- FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
2219
- INFRINGE ANY THIRD PARTY RIGHTS.
2220
-
2221
- 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2222
- 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
2223
- A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
2224
- OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
2225
-
2226
- 6. This License Agreement will automatically terminate upon a material
2227
- breach of its terms and conditions.
2228
-
2229
- 7. This License Agreement shall be governed by the federal
2230
- intellectual property law of the United States, including without
2231
- limitation the federal copyright law, and, to the extent such
2232
- U.S. federal law does not apply, by the law of the Commonwealth of
2233
- Virginia, excluding Virginia's conflict of law provisions.
2234
- Notwithstanding the foregoing, with regard to derivative works based
2235
- on Python 1.6.1 that incorporate non-separable material that was
2236
- previously distributed under the GNU General Public License (GPL), the
2237
- law of the Commonwealth of Virginia shall govern this License
2238
- Agreement only as to issues arising under or with respect to
2239
- Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
2240
- License Agreement shall be deemed to create any relationship of
2241
- agency, partnership, or joint venture between CNRI and Licensee. This
2242
- License Agreement does not grant permission to use CNRI trademarks or
2243
- trade name in a trademark sense to endorse or promote products or
2244
- services of Licensee, or any third party.
2245
-
2246
- 8. By clicking on the "ACCEPT" button where indicated, or by copying,
2247
- installing or otherwise using Python 1.6.1, Licensee agrees to be
2248
- bound by the terms and conditions of this License Agreement.
2249
-
2250
- ACCEPT
2251
-
2252
-
2253
- CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
2254
- --------------------------------------------------
2255
-
2256
- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
2257
- The Netherlands. All rights reserved.
2258
-
2259
- Permission to use, copy, modify, and distribute this software and its
2260
- documentation for any purpose and without fee is hereby granted,
2261
- provided that the above copyright notice appear in all copies and that
2262
- both that copyright notice and this permission notice appear in
2263
- supporting documentation, and that the name of Stichting Mathematisch
2264
- Centrum or CWI not be used in advertising or publicity pertaining to
2265
- distribution of the software without specific, written prior
2266
- permission.
2267
-
2268
- STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
2269
- THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2270
- FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
2271
- FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2272
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2273
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
2274
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2275
-
2276
-
2277
- ============================================================
2278
- entities@4.5.0
2279
- (git://github.com/fb55/entities.git)
2280
-
2281
- Copyright (c) Felix Böhm
2282
- All rights reserved.
2283
-
2284
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2285
-
2286
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2287
-
2288
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2289
-
2290
- THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
2291
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2292
-
2293
-
2294
- ============================================================
2295
- linkify-it@5.0.0
2296
- (No repository found)
2297
-
2298
- Copyright (c) 2015 Vitaly Puzrin.
2299
-
2300
- Permission is hereby granted, free of charge, to any person
2301
- obtaining a copy of this software and associated documentation
2302
- files (the "Software"), to deal in the Software without
2303
- restriction, including without limitation the rights to use,
2304
- copy, modify, merge, publish, distribute, sublicense, and/or sell
2305
- copies of the Software, and to permit persons to whom the
2306
- Software is furnished to do so, subject to the following
2307
- conditions:
2308
-
2309
- The above copyright notice and this permission notice shall be
2310
- included in all copies or substantial portions of the Software.
2311
-
2312
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2313
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2314
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2315
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2316
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2317
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2318
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2319
- OTHER DEALINGS IN THE SOFTWARE.
2320
-
2321
-
2322
- ============================================================
2323
- uc.micro@2.1.0
2324
- (No repository found)
2325
-
2326
- Copyright Mathias Bynens <https://mathiasbynens.be/>
2327
-
2328
- Permission is hereby granted, free of charge, to any person obtaining
2329
- a copy of this software and associated documentation files (the
2330
- "Software"), to deal in the Software without restriction, including
2331
- without limitation the rights to use, copy, modify, merge, publish,
2332
- distribute, sublicense, and/or sell copies of the Software, and to
2333
- permit persons to whom the Software is furnished to do so, subject to
2334
- the following conditions:
2335
-
2336
- The above copyright notice and this permission notice shall be
2337
- included in all copies or substantial portions of the Software.
2338
-
2339
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2340
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2341
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2342
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2343
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2344
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2345
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2346
-
2347
-
2348
- ============================================================
2349
- mdurl@2.0.0
2350
- (No repository found)
2351
-
2352
- Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
2353
-
2354
- Permission is hereby granted, free of charge, to any person
2355
- obtaining a copy of this software and associated documentation
2356
- files (the "Software"), to deal in the Software without
2357
- restriction, including without limitation the rights to use,
2358
- copy, modify, merge, publish, distribute, sublicense, and/or sell
2359
- copies of the Software, and to permit persons to whom the
2360
- Software is furnished to do so, subject to the following
2361
- conditions:
2362
-
2363
- The above copyright notice and this permission notice shall be
2364
- included in all copies or substantial portions of the Software.
2365
-
2366
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2367
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2368
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2369
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2370
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2371
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2372
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2373
- OTHER DEALINGS IN THE SOFTWARE.
2374
-
2375
- --------------------------------------------------------------------------------
2376
-
2377
- .parse() is based on Joyent's node.js `url` code:
2378
-
2379
- Copyright Joyent, Inc. and other Node contributors. All rights reserved.
2380
- Permission is hereby granted, free of charge, to any person obtaining a copy
2381
- of this software and associated documentation files (the "Software"), to
2382
- deal in the Software without restriction, including without limitation the
2383
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2384
- sell copies of the Software, and to permit persons to whom the Software is
2385
- furnished to do so, subject to the following conditions:
2386
-
2387
- The above copyright notice and this permission notice shall be included in
2388
- all copies or substantial portions of the Software.
2389
-
2390
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2391
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2392
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2393
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2394
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2395
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2396
- IN THE SOFTWARE.
2397
-
2398
-
2399
- ============================================================
2400
- punycode.js@2.3.1
2401
- (https://github.com/mathiasbynens/punycode.js.git)
2402
-
2403
- Copyright Mathias Bynens <https://mathiasbynens.be/>
2404
-
2405
- Permission is hereby granted, free of charge, to any person obtaining
2406
- a copy of this software and associated documentation files (the
2407
- "Software"), to deal in the Software without restriction, including
2408
- without limitation the rights to use, copy, modify, merge, publish,
2409
- distribute, sublicense, and/or sell copies of the Software, and to
2410
- permit persons to whom the Software is furnished to do so, subject to
2411
- the following conditions:
2412
-
2413
- The above copyright notice and this permission notice shall be
2414
- included in all copies or substantial portions of the Software.
2415
-
2416
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2417
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2418
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2419
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2420
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2421
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2422
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2423
-
2424
-
2425
- ============================================================
2426
- react@19.2.4
2427
- (https://github.com/facebook/react.git)
2428
-
2429
- MIT License
2430
-
2431
- Copyright (c) Meta Platforms, Inc. and affiliates.
2432
-
2433
- Permission is hereby granted, free of charge, to any person obtaining a copy
2434
- of this software and associated documentation files (the "Software"), to deal
2435
- in the Software without restriction, including without limitation the rights
2436
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2437
- copies of the Software, and to permit persons to whom the Software is
2438
- furnished to do so, subject to the following conditions:
2439
-
2440
- The above copyright notice and this permission notice shall be included in all
2441
- copies or substantial portions of the Software.
2442
-
2443
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2444
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2445
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2446
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2447
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2448
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2449
- SOFTWARE.
2450
-
2451
-
2452
- ============================================================
2453
- react-dom@19.2.4
2454
- (https://github.com/facebook/react.git)
2455
-
2456
- MIT License
2457
-
2458
- Copyright (c) Meta Platforms, Inc. and affiliates.
2459
-
2460
- Permission is hereby granted, free of charge, to any person obtaining a copy
2461
- of this software and associated documentation files (the "Software"), to deal
2462
- in the Software without restriction, including without limitation the rights
2463
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2464
- copies of the Software, and to permit persons to whom the Software is
2465
- furnished to do so, subject to the following conditions:
2466
-
2467
- The above copyright notice and this permission notice shall be included in all
2468
- copies or substantial portions of the Software.
2469
-
2470
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2471
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2472
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2473
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2474
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2475
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2476
- SOFTWARE.
2477
-
2478
-
2479
- ============================================================
2480
- scheduler@0.26.0
2481
- (https://github.com/facebook/react.git)
2482
-
2483
- MIT License
2484
-
2485
- Copyright (c) Meta Platforms, Inc. and affiliates.
2486
-
2487
- Permission is hereby granted, free of charge, to any person obtaining a copy
2488
- of this software and associated documentation files (the "Software"), to deal
2489
- in the Software without restriction, including without limitation the rights
2490
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2491
- copies of the Software, and to permit persons to whom the Software is
2492
- furnished to do so, subject to the following conditions:
2493
-
2494
- The above copyright notice and this permission notice shall be included in all
2495
- copies or substantial portions of the Software.
2496
-
2497
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2498
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2499
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2500
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2501
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2502
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2503
- SOFTWARE.
2504
-
2505
-
2506
- ============================================================
2507
- semver@7.7.3
2508
- (git+https://github.com/npm/node-semver.git)
2509
-
2510
- The ISC License
2511
-
2512
- Copyright (c) Isaac Z. Schlueter and Contributors
2513
-
2514
- Permission to use, copy, modify, and/or distribute this software for any
2515
- purpose with or without fee is hereby granted, provided that the above
2516
- copyright notice and this permission notice appear in all copies.
2517
-
2518
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2519
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2520
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2521
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2522
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2523
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2524
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2525
-
2526
-
2527
- ============================================================
2528
- zod@3.25.76
2529
- (git+https://github.com/colinhacks/zod.git)
2530
-
2531
- MIT License
2532
-
2533
- Copyright (c) 2025 Colin McDonnell
2534
-
2535
- Permission is hereby granted, free of charge, to any person obtaining a copy
2536
- of this software and associated documentation files (the "Software"), to deal
2537
- in the Software without restriction, including without limitation the rights
2538
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2539
- copies of the Software, and to permit persons to whom the Software is
2540
- furnished to do so, subject to the following conditions:
2541
-
2542
- The above copyright notice and this permission notice shall be included in all
2543
- copies or substantial portions of the Software.
2544
-
2545
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2546
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2547
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2548
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2549
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2550
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2551
- SOFTWARE.
2552
-
2553
-