@llm-dev-ops/agentics-cli 1.4.59 → 1.4.69

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 (452) hide show
  1. package/README.md +1 -1
  2. package/dist/commands/agents.d.ts.map +1 -1
  3. package/dist/commands/agents.js +167 -0
  4. package/dist/commands/agents.js.map +1 -1
  5. package/dist/pipeline/auto-chain.d.ts +1 -0
  6. package/dist/pipeline/auto-chain.d.ts.map +1 -1
  7. package/dist/pipeline/auto-chain.js +124 -37
  8. package/dist/pipeline/auto-chain.js.map +1 -1
  9. package/dist/pipeline/execution-context.d.ts.map +1 -1
  10. package/dist/pipeline/execution-context.js +12 -37
  11. package/dist/pipeline/execution-context.js.map +1 -1
  12. package/dist/pipeline/phase2/phases/adr-generator.d.ts.map +1 -1
  13. package/dist/pipeline/phase2/phases/adr-generator.js +160 -1
  14. package/dist/pipeline/phase2/phases/adr-generator.js.map +1 -1
  15. package/dist/pipeline/phase2/phases/ddd-generator.d.ts.map +1 -1
  16. package/dist/pipeline/phase2/phases/ddd-generator.js +400 -3
  17. package/dist/pipeline/phase2/phases/ddd-generator.js.map +1 -1
  18. package/dist/pipeline/phase2/phases/ddd-quality-gate.d.ts +43 -0
  19. package/dist/pipeline/phase2/phases/ddd-quality-gate.d.ts.map +1 -0
  20. package/dist/pipeline/phase2/phases/ddd-quality-gate.js +413 -0
  21. package/dist/pipeline/phase2/phases/ddd-quality-gate.js.map +1 -0
  22. package/dist/pipeline/phase2/phases/research-dossier.d.ts +0 -13
  23. package/dist/pipeline/phase2/phases/research-dossier.d.ts.map +1 -1
  24. package/dist/pipeline/phase2/phases/research-dossier.js +114 -1
  25. package/dist/pipeline/phase2/phases/research-dossier.js.map +1 -1
  26. package/dist/pipeline/phase2/phases/research-quality-gate.d.ts +48 -0
  27. package/dist/pipeline/phase2/phases/research-quality-gate.d.ts.map +1 -0
  28. package/dist/pipeline/phase2/phases/research-quality-gate.js +322 -0
  29. package/dist/pipeline/phase2/phases/research-quality-gate.js.map +1 -0
  30. package/dist/pipeline/phase2/phases/sparc-quality-gate.d.ts +41 -0
  31. package/dist/pipeline/phase2/phases/sparc-quality-gate.d.ts.map +1 -0
  32. package/dist/pipeline/phase2/phases/sparc-quality-gate.js +350 -0
  33. package/dist/pipeline/phase2/phases/sparc-quality-gate.js.map +1 -0
  34. package/dist/pipeline/phase2/phases/sparc-specification.d.ts +14 -0
  35. package/dist/pipeline/phase2/phases/sparc-specification.d.ts.map +1 -1
  36. package/dist/pipeline/phase2/phases/sparc-specification.js +500 -10
  37. package/dist/pipeline/phase2/phases/sparc-specification.js.map +1 -1
  38. package/dist/pipeline/phase2/phases/tdd-plan-generator.js +1 -1
  39. package/dist/pipeline/phase2/phases/tdd-plan-generator.js.map +1 -1
  40. package/dist/pipeline/phase2/phases/tech-stack-detector.d.ts +72 -0
  41. package/dist/pipeline/phase2/phases/tech-stack-detector.d.ts.map +1 -0
  42. package/dist/pipeline/phase2/phases/tech-stack-detector.js +332 -0
  43. package/dist/pipeline/phase2/phases/tech-stack-detector.js.map +1 -0
  44. package/dist/pipeline/phase2/types.d.ts +2 -0
  45. package/dist/pipeline/phase2/types.d.ts.map +1 -1
  46. package/dist/pipeline/phase3/phases/domain-codegen.d.ts.map +1 -1
  47. package/dist/pipeline/phase3/phases/domain-codegen.js +169 -4
  48. package/dist/pipeline/phase3/phases/domain-codegen.js.map +1 -1
  49. package/dist/pipeline/phase3/phases/test-generator.d.ts.map +1 -1
  50. package/dist/pipeline/phase3/phases/test-generator.js +12 -2
  51. package/dist/pipeline/phase3/phases/test-generator.js.map +1 -1
  52. package/dist/pipeline/phase3-sparc/phase3-sparc-coordinator.d.ts.map +1 -1
  53. package/dist/pipeline/phase3-sparc/phase3-sparc-coordinator.js +99 -1
  54. package/dist/pipeline/phase3-sparc/phase3-sparc-coordinator.js.map +1 -1
  55. package/dist/pipeline/phase4/phases/deployment-generator.d.ts +17 -4
  56. package/dist/pipeline/phase4/phases/deployment-generator.d.ts.map +1 -1
  57. package/dist/pipeline/phase4/phases/deployment-generator.js +364 -44
  58. package/dist/pipeline/phase4/phases/deployment-generator.js.map +1 -1
  59. package/dist/pipeline/phase4/phases/erp-client-generator.d.ts.map +1 -1
  60. package/dist/pipeline/phase4/phases/erp-client-generator.js +27 -15
  61. package/dist/pipeline/phase4/phases/erp-client-generator.js.map +1 -1
  62. package/dist/pipeline/phase4/phases/erp-target-resolver.d.ts.map +1 -1
  63. package/dist/pipeline/phase4/phases/erp-target-resolver.js +49 -2
  64. package/dist/pipeline/phase4/phases/erp-target-resolver.js.map +1 -1
  65. package/dist/pipeline/phase4/phases/http-server-generator.d.ts.map +1 -1
  66. package/dist/pipeline/phase4/phases/http-server-generator.js +263 -3
  67. package/dist/pipeline/phase4/phases/http-server-generator.js.map +1 -1
  68. package/dist/pipeline/phase4/phases/infra-adapter-generator.d.ts.map +1 -1
  69. package/dist/pipeline/phase4/phases/infra-adapter-generator.js +335 -37
  70. package/dist/pipeline/phase4/phases/infra-adapter-generator.js.map +1 -1
  71. package/dist/pipeline/phase4/types.d.ts +3 -1
  72. package/dist/pipeline/phase4/types.d.ts.map +1 -1
  73. package/dist/pipeline/phase4-adrs/phase4-adrs-coordinator.d.ts.map +1 -1
  74. package/dist/pipeline/phase4-adrs/phase4-adrs-coordinator.js +211 -2
  75. package/dist/pipeline/phase4-adrs/phase4-adrs-coordinator.js.map +1 -1
  76. package/dist/pipeline/phase5-build/phases/implementation-quality-gate.d.ts +54 -0
  77. package/dist/pipeline/phase5-build/phases/implementation-quality-gate.d.ts.map +1 -0
  78. package/dist/pipeline/phase5-build/phases/implementation-quality-gate.js +417 -0
  79. package/dist/pipeline/phase5-build/phases/implementation-quality-gate.js.map +1 -0
  80. package/dist/pipeline/phases/prompt-generator.js +1 -1
  81. package/dist/pipeline/phases/prompt-generator.js.map +1 -1
  82. package/dist/pipeline/ruflo-phase-executor.d.ts +116 -1
  83. package/dist/pipeline/ruflo-phase-executor.d.ts.map +1 -1
  84. package/dist/pipeline/ruflo-phase-executor.js +666 -159
  85. package/dist/pipeline/ruflo-phase-executor.js.map +1 -1
  86. package/dist/pipeline/swarm-orchestrator.d.ts.map +1 -1
  87. package/dist/pipeline/swarm-orchestrator.js +62 -6
  88. package/dist/pipeline/swarm-orchestrator.js.map +1 -1
  89. package/dist/routing/capability-classifier.d.ts +43 -0
  90. package/dist/routing/capability-classifier.d.ts.map +1 -0
  91. package/dist/routing/capability-classifier.js +157 -0
  92. package/dist/routing/capability-classifier.js.map +1 -0
  93. package/dist/routing/composition-engine.d.ts +77 -0
  94. package/dist/routing/composition-engine.d.ts.map +1 -0
  95. package/dist/routing/composition-engine.js +249 -0
  96. package/dist/routing/composition-engine.js.map +1 -0
  97. package/dist/routing/graph-federation.d.ts +71 -0
  98. package/dist/routing/graph-federation.d.ts.map +1 -0
  99. package/dist/routing/graph-federation.js +210 -0
  100. package/dist/routing/graph-federation.js.map +1 -0
  101. package/dist/routing/graph-loader.d.ts +74 -0
  102. package/dist/routing/graph-loader.d.ts.map +1 -0
  103. package/dist/routing/graph-loader.js +383 -0
  104. package/dist/routing/graph-loader.js.map +1 -0
  105. package/dist/routing/graph-router.d.ts +103 -0
  106. package/dist/routing/graph-router.d.ts.map +1 -0
  107. package/dist/routing/graph-router.js +415 -0
  108. package/dist/routing/graph-router.js.map +1 -0
  109. package/dist/routing/graph-validator.d.ts +44 -0
  110. package/dist/routing/graph-validator.d.ts.map +1 -0
  111. package/dist/routing/graph-validator.js +329 -0
  112. package/dist/routing/graph-validator.js.map +1 -0
  113. package/dist/routing/index.d.ts +52 -0
  114. package/dist/routing/index.d.ts.map +1 -0
  115. package/dist/routing/index.js +68 -0
  116. package/dist/routing/index.js.map +1 -0
  117. package/dist/routing/outcome-recorder.d.ts +71 -0
  118. package/dist/routing/outcome-recorder.d.ts.map +1 -0
  119. package/dist/routing/outcome-recorder.js +133 -0
  120. package/dist/routing/outcome-recorder.js.map +1 -0
  121. package/dist/routing/weight-adjuster.d.ts +59 -0
  122. package/dist/routing/weight-adjuster.d.ts.map +1 -0
  123. package/dist/routing/weight-adjuster.js +167 -0
  124. package/dist/routing/weight-adjuster.js.map +1 -0
  125. package/dist/routing/weighted-resolver.d.ts +55 -0
  126. package/dist/routing/weighted-resolver.d.ts.map +1 -0
  127. package/dist/routing/weighted-resolver.js +133 -0
  128. package/dist/routing/weighted-resolver.js.map +1 -0
  129. package/dist/synthesis/ask-artifact-writer.d.ts.map +1 -1
  130. package/dist/synthesis/ask-artifact-writer.js +8 -0
  131. package/dist/synthesis/ask-artifact-writer.js.map +1 -1
  132. package/dist/synthesis/simulation-artifact-generator.d.ts +14 -0
  133. package/dist/synthesis/simulation-artifact-generator.d.ts.map +1 -1
  134. package/dist/synthesis/simulation-artifact-generator.js +224 -1
  135. package/dist/synthesis/simulation-artifact-generator.js.map +1 -1
  136. package/dist/synthesis/simulation-renderers.d.ts.map +1 -1
  137. package/dist/synthesis/simulation-renderers.js +211 -40
  138. package/dist/synthesis/simulation-renderers.js.map +1 -1
  139. package/package.json +3 -1
  140. package/scripts/postinstall.sh +25 -0
  141. package/dist/bundled-agents/connector-hub-agents/package-lock.json +0 -11697
  142. package/dist/bundled-agents/connector-hub-agents/package.json +0 -75
  143. package/dist/bundled-agents/connector-hub-agents/tsconfig.build.json +0 -22
  144. package/dist/bundled-agents/connector-hub-agents/tsconfig.json +0 -57
  145. package/dist/bundled-agents/copilot-agents/functions/.gcloudignore +0 -17
  146. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/cors.d.ts +0 -14
  147. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/cors.js +0 -35
  148. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/cors.js.map +0 -1
  149. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/envelope.d.ts +0 -55
  150. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/envelope.js +0 -40
  151. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/envelope.js.map +0 -1
  152. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/health.d.ts +0 -22
  153. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/health.js +0 -38
  154. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/health.js.map +0 -1
  155. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/index.d.ts +0 -34
  156. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/index.js +0 -186
  157. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/index.js.map +0 -1
  158. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/router.d.ts +0 -36
  159. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/router.js +0 -121
  160. package/dist/bundled-agents/copilot-agents/functions/dist/functions/src/router.js.map +0 -1
  161. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/config-validation/config-validation-agent.d.ts +0 -157
  162. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/config-validation/config-validation-agent.js +0 -948
  163. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/config-validation/config-validation-agent.js.map +0 -1
  164. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/config-validation/index.d.ts +0 -9
  165. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/config-validation/index.js +0 -27
  166. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/config-validation/index.js.map +0 -1
  167. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/agent-span-wrapper.d.ts +0 -23
  168. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/agent-span-wrapper.js +0 -50
  169. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/agent-span-wrapper.js.map +0 -1
  170. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/base-agent.d.ts +0 -214
  171. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/base-agent.js +0 -91
  172. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/base-agent.js.map +0 -1
  173. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/config-validation-schemas.d.ts +0 -1166
  174. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/config-validation-schemas.js +0 -308
  175. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/config-validation-schemas.js.map +0 -1
  176. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/decision-event.d.ts +0 -59
  177. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/decision-event.js +0 -62
  178. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/decision-event.js.map +0 -1
  179. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/decomposer-schemas.d.ts +0 -400
  180. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/decomposer-schemas.js +0 -113
  181. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/decomposer-schemas.js.map +0 -1
  182. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/execution-graph.d.ts +0 -250
  183. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/execution-graph.js +0 -169
  184. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/execution-graph.js.map +0 -1
  185. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/index.d.ts +0 -17
  186. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/index.js +0 -97
  187. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/index.js.map +0 -1
  188. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/intelligence-schemas.d.ts +0 -1674
  189. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/intelligence-schemas.js +0 -246
  190. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/intelligence-schemas.js.map +0 -1
  191. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/intent-classifier-schemas.d.ts +0 -1085
  192. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/intent-classifier-schemas.js +0 -218
  193. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/intent-classifier-schemas.js.map +0 -1
  194. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/meta-reasoner-schemas.d.ts +0 -949
  195. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/meta-reasoner-schemas.js +0 -253
  196. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/meta-reasoner-schemas.js.map +0 -1
  197. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/objective-clarifier-schemas.d.ts +0 -657
  198. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/objective-clarifier-schemas.js +0 -205
  199. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/objective-clarifier-schemas.js.map +0 -1
  200. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/pipeline-schemas.d.ts +0 -285
  201. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/pipeline-schemas.js +0 -106
  202. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/pipeline-schemas.js.map +0 -1
  203. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/planner-schemas.d.ts +0 -581
  204. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/planner-schemas.js +0 -136
  205. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/planner-schemas.js.map +0 -1
  206. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/reflection-schemas.d.ts +0 -791
  207. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/reflection-schemas.js +0 -225
  208. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/contracts/reflection-schemas.js.map +0 -1
  209. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/decomposer/decomposer-agent.d.ts +0 -120
  210. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/decomposer/decomposer-agent.js +0 -535
  211. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/decomposer/decomposer-agent.js.map +0 -1
  212. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/decomposer/index.d.ts +0 -9
  213. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/decomposer/index.js +0 -18
  214. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/decomposer/index.js.map +0 -1
  215. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/intent-classifier/index.d.ts +0 -4
  216. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/intent-classifier/index.js +0 -9
  217. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/intent-classifier/index.js.map +0 -1
  218. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/intent-classifier/intent-classifier-agent.d.ts +0 -123
  219. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/intent-classifier/intent-classifier-agent.js +0 -609
  220. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/intent-classifier/intent-classifier-agent.js.map +0 -1
  221. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/index.d.ts +0 -10
  222. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/index.js +0 -25
  223. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/index.js.map +0 -1
  224. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/meta-reasoner-agent.d.ts +0 -111
  225. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/meta-reasoner-agent.js +0 -686
  226. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/meta-reasoner-agent.js.map +0 -1
  227. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/telemetry.d.ts +0 -11
  228. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/telemetry.js +0 -25
  229. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/meta-reasoner/telemetry.js.map +0 -1
  230. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/index.d.ts +0 -6
  231. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/index.js +0 -15
  232. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/index.js.map +0 -1
  233. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/objective-clarifier-agent.d.ts +0 -126
  234. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/objective-clarifier-agent.js +0 -780
  235. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/objective-clarifier-agent.js.map +0 -1
  236. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/ruvector-persistence.d.ts +0 -49
  237. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/ruvector-persistence.js +0 -125
  238. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/ruvector-persistence.js.map +0 -1
  239. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/telemetry.d.ts +0 -73
  240. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/telemetry.js +0 -192
  241. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/objective-clarifier/telemetry.js.map +0 -1
  242. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/index.d.ts +0 -11
  243. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/index.js +0 -25
  244. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/index.js.map +0 -1
  245. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/planner-agent.d.ts +0 -127
  246. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/planner-agent.js +0 -483
  247. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/planner-agent.js.map +0 -1
  248. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/ruvector-persistence.d.ts +0 -49
  249. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/ruvector-persistence.js +0 -125
  250. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/ruvector-persistence.js.map +0 -1
  251. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/telemetry.d.ts +0 -73
  252. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/telemetry.js +0 -192
  253. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/planner/telemetry.js.map +0 -1
  254. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/index.d.ts +0 -11
  255. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/index.js +0 -27
  256. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/index.js.map +0 -1
  257. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/reflection-agent.d.ts +0 -122
  258. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/reflection-agent.js +0 -645
  259. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/reflection-agent.js.map +0 -1
  260. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/ruvector-persistence.d.ts +0 -59
  261. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/ruvector-persistence.js +0 -156
  262. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/ruvector-persistence.js.map +0 -1
  263. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/telemetry.d.ts +0 -88
  264. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/telemetry.js +0 -246
  265. package/dist/bundled-agents/copilot-agents/functions/dist/services/agents/reflection/telemetry.js.map +0 -1
  266. package/dist/bundled-agents/copilot-agents/functions/index.js +0 -4
  267. package/dist/bundled-agents/copilot-agents/functions/jest.config.js +0 -29
  268. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/cors.d.ts +0 -14
  269. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/cors.js +0 -35
  270. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/cors.js.map +0 -1
  271. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/envelope.d.ts +0 -27
  272. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/envelope.js +0 -21
  273. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/envelope.js.map +0 -1
  274. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/health.d.ts +0 -22
  275. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/health.js +0 -38
  276. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/health.js.map +0 -1
  277. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/index.d.ts +0 -34
  278. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/index.js +0 -174
  279. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/index.js.map +0 -1
  280. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/router.d.ts +0 -27
  281. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/router.js +0 -107
  282. package/dist/bundled-agents/copilot-agents/functions/lib/functions/src/router.js.map +0 -1
  283. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/config-validation/config-validation-agent.d.ts +0 -157
  284. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/config-validation/config-validation-agent.js +0 -941
  285. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/config-validation/config-validation-agent.js.map +0 -1
  286. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/config-validation/index.d.ts +0 -9
  287. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/config-validation/index.js +0 -27
  288. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/config-validation/index.js.map +0 -1
  289. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/agent-span-wrapper.d.ts +0 -23
  290. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/agent-span-wrapper.js +0 -50
  291. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/agent-span-wrapper.js.map +0 -1
  292. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/base-agent.d.ts +0 -185
  293. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/base-agent.js +0 -86
  294. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/base-agent.js.map +0 -1
  295. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/config-validation-schemas.d.ts +0 -1081
  296. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/config-validation-schemas.js +0 -305
  297. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/config-validation-schemas.js.map +0 -1
  298. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/decision-event.d.ts +0 -59
  299. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/decision-event.js +0 -62
  300. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/decision-event.js.map +0 -1
  301. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/decomposer-schemas.d.ts +0 -315
  302. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/decomposer-schemas.js +0 -110
  303. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/decomposer-schemas.js.map +0 -1
  304. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/execution-graph.d.ts +0 -250
  305. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/execution-graph.js +0 -169
  306. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/execution-graph.js.map +0 -1
  307. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/index.d.ts +0 -16
  308. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/index.js +0 -88
  309. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/index.js.map +0 -1
  310. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/intelligence-schemas.d.ts +0 -1674
  311. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/intelligence-schemas.js +0 -246
  312. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/intelligence-schemas.js.map +0 -1
  313. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/intent-classifier-schemas.d.ts +0 -1000
  314. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/intent-classifier-schemas.js +0 -215
  315. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/intent-classifier-schemas.js.map +0 -1
  316. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/meta-reasoner-schemas.d.ts +0 -864
  317. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/meta-reasoner-schemas.js +0 -250
  318. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/meta-reasoner-schemas.js.map +0 -1
  319. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/objective-clarifier-schemas.d.ts +0 -572
  320. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/objective-clarifier-schemas.js +0 -202
  321. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/objective-clarifier-schemas.js.map +0 -1
  322. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/planner-schemas.d.ts +0 -496
  323. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/planner-schemas.js +0 -133
  324. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/planner-schemas.js.map +0 -1
  325. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/reflection-schemas.d.ts +0 -706
  326. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/reflection-schemas.js +0 -222
  327. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/contracts/reflection-schemas.js.map +0 -1
  328. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/decomposer/decomposer-agent.d.ts +0 -107
  329. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/decomposer/decomposer-agent.js +0 -360
  330. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/decomposer/decomposer-agent.js.map +0 -1
  331. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/decomposer/index.d.ts +0 -9
  332. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/decomposer/index.js +0 -18
  333. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/decomposer/index.js.map +0 -1
  334. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/intent-classifier/index.d.ts +0 -4
  335. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/intent-classifier/index.js +0 -9
  336. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/intent-classifier/index.js.map +0 -1
  337. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/intent-classifier/intent-classifier-agent.d.ts +0 -123
  338. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/intent-classifier/intent-classifier-agent.js +0 -609
  339. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/intent-classifier/intent-classifier-agent.js.map +0 -1
  340. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/index.d.ts +0 -10
  341. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/index.js +0 -25
  342. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/index.js.map +0 -1
  343. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/meta-reasoner-agent.d.ts +0 -111
  344. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/meta-reasoner-agent.js +0 -686
  345. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/meta-reasoner-agent.js.map +0 -1
  346. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/telemetry.d.ts +0 -11
  347. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/telemetry.js +0 -25
  348. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/meta-reasoner/telemetry.js.map +0 -1
  349. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/index.d.ts +0 -6
  350. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/index.js +0 -15
  351. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/index.js.map +0 -1
  352. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/objective-clarifier-agent.d.ts +0 -126
  353. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/objective-clarifier-agent.js +0 -780
  354. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/objective-clarifier-agent.js.map +0 -1
  355. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/ruvector-persistence.d.ts +0 -49
  356. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/ruvector-persistence.js +0 -125
  357. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/ruvector-persistence.js.map +0 -1
  358. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/telemetry.d.ts +0 -73
  359. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/telemetry.js +0 -192
  360. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/objective-clarifier/telemetry.js.map +0 -1
  361. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/index.d.ts +0 -11
  362. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/index.js +0 -25
  363. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/index.js.map +0 -1
  364. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/planner-agent.d.ts +0 -119
  365. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/planner-agent.js +0 -421
  366. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/planner-agent.js.map +0 -1
  367. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/ruvector-persistence.d.ts +0 -49
  368. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/ruvector-persistence.js +0 -125
  369. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/ruvector-persistence.js.map +0 -1
  370. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/telemetry.d.ts +0 -73
  371. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/telemetry.js +0 -192
  372. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/planner/telemetry.js.map +0 -1
  373. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/index.d.ts +0 -11
  374. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/index.js +0 -27
  375. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/index.js.map +0 -1
  376. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/reflection-agent.d.ts +0 -122
  377. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/reflection-agent.js +0 -645
  378. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/reflection-agent.js.map +0 -1
  379. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/ruvector-persistence.d.ts +0 -59
  380. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/ruvector-persistence.js +0 -156
  381. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/ruvector-persistence.js.map +0 -1
  382. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/telemetry.d.ts +0 -88
  383. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/telemetry.js +0 -246
  384. package/dist/bundled-agents/copilot-agents/functions/lib/services/agents/reflection/telemetry.js.map +0 -1
  385. package/dist/bundled-agents/copilot-agents/functions/package-lock.json +0 -5473
  386. package/dist/bundled-agents/copilot-agents/functions/package.json +0 -40
  387. package/dist/bundled-agents/copilot-agents/functions/src/claude.ts +0 -71
  388. package/dist/bundled-agents/copilot-agents/functions/src/cors.ts +0 -36
  389. package/dist/bundled-agents/copilot-agents/functions/src/envelope.ts +0 -77
  390. package/dist/bundled-agents/copilot-agents/functions/src/handler.test.ts +0 -340
  391. package/dist/bundled-agents/copilot-agents/functions/src/health.ts +0 -53
  392. package/dist/bundled-agents/copilot-agents/functions/src/index.ts +0 -201
  393. package/dist/bundled-agents/copilot-agents/functions/src/router.ts +0 -148
  394. package/dist/bundled-agents/copilot-agents/functions/tsconfig.json +0 -31
  395. package/dist/bundled-agents/copilot-agents/package-lock.json +0 -11825
  396. package/dist/bundled-agents/copilot-agents/package.json +0 -5
  397. package/dist/bundled-agents/governance-dashboard-agents/package-lock.json +0 -8282
  398. package/dist/bundled-agents/governance-dashboard-agents/package.json +0 -13
  399. package/dist/bundled-agents/orchestrator-agents/functions/contracts/index.js +0 -590
  400. package/dist/bundled-agents/orchestrator-agents/functions/index.js +0 -442
  401. package/dist/bundled-agents/orchestrator-agents/functions/test.js +0 -325
  402. package/dist/bundled-agents/orchestrator-agents/index.js +0 -6
  403. package/dist/bundled-agents/orchestrator-agents/package-lock.json +0 -13254
  404. package/dist/bundled-agents/orchestrator-agents/package.json +0 -20
  405. package/dist/bundled-agents/platform-agents/package-lock.json +0 -1723
  406. package/dist/bundled-agents/platform-agents/package.json +0 -22
  407. package/dist/bundled-agents/platform-agents/src/agents/decision-memo.ts +0 -463
  408. package/dist/bundled-agents/platform-agents/src/agents/decision.ts +0 -234
  409. package/dist/bundled-agents/platform-agents/src/agents/executive-summary.ts +0 -229
  410. package/dist/bundled-agents/platform-agents/src/agents/risk-score.ts +0 -327
  411. package/dist/bundled-agents/platform-agents/src/claude.ts +0 -71
  412. package/dist/bundled-agents/platform-agents/src/cors.ts +0 -24
  413. package/dist/bundled-agents/platform-agents/src/envelope.ts +0 -37
  414. package/dist/bundled-agents/platform-agents/src/health.ts +0 -20
  415. package/dist/bundled-agents/platform-agents/src/index.ts +0 -171
  416. package/dist/bundled-agents/platform-agents/src/router.ts +0 -38
  417. package/dist/bundled-agents/platform-agents/src/text-analysis.ts +0 -238
  418. package/dist/bundled-agents/platform-agents/tsconfig.json +0 -19
  419. package/dist/bundled-agents/sentinel-agents/lib/agents/alert.d.ts +0 -3
  420. package/dist/bundled-agents/sentinel-agents/lib/agents/alert.d.ts.map +0 -1
  421. package/dist/bundled-agents/sentinel-agents/lib/agents/alert.js +0 -43
  422. package/dist/bundled-agents/sentinel-agents/lib/agents/alert.js.map +0 -1
  423. package/dist/bundled-agents/sentinel-agents/lib/agents/anomaly.d.ts +0 -3
  424. package/dist/bundled-agents/sentinel-agents/lib/agents/anomaly.d.ts.map +0 -1
  425. package/dist/bundled-agents/sentinel-agents/lib/agents/anomaly.js +0 -30
  426. package/dist/bundled-agents/sentinel-agents/lib/agents/anomaly.js.map +0 -1
  427. package/dist/bundled-agents/sentinel-agents/lib/agents/correlation.d.ts +0 -3
  428. package/dist/bundled-agents/sentinel-agents/lib/agents/correlation.d.ts.map +0 -1
  429. package/dist/bundled-agents/sentinel-agents/lib/agents/correlation.js +0 -53
  430. package/dist/bundled-agents/sentinel-agents/lib/agents/correlation.js.map +0 -1
  431. package/dist/bundled-agents/sentinel-agents/lib/agents/drift.d.ts +0 -3
  432. package/dist/bundled-agents/sentinel-agents/lib/agents/drift.d.ts.map +0 -1
  433. package/dist/bundled-agents/sentinel-agents/lib/agents/drift.js +0 -51
  434. package/dist/bundled-agents/sentinel-agents/lib/agents/drift.js.map +0 -1
  435. package/dist/bundled-agents/sentinel-agents/lib/agents/rca.d.ts +0 -3
  436. package/dist/bundled-agents/sentinel-agents/lib/agents/rca.d.ts.map +0 -1
  437. package/dist/bundled-agents/sentinel-agents/lib/agents/rca.js +0 -36
  438. package/dist/bundled-agents/sentinel-agents/lib/agents/rca.js.map +0 -1
  439. package/dist/bundled-agents/sentinel-agents/lib/index.d.ts +0 -2
  440. package/dist/bundled-agents/sentinel-agents/lib/index.d.ts.map +0 -1
  441. package/dist/bundled-agents/sentinel-agents/lib/index.js +0 -70
  442. package/dist/bundled-agents/sentinel-agents/lib/index.js.map +0 -1
  443. package/dist/bundled-agents/sentinel-agents/package-lock.json +0 -12591
  444. package/dist/bundled-agents/sentinel-agents/package.json +0 -62
  445. package/dist/bundled-agents/sentinel-agents/src/agents/alert.ts +0 -46
  446. package/dist/bundled-agents/sentinel-agents/src/agents/anomaly.ts +0 -33
  447. package/dist/bundled-agents/sentinel-agents/src/agents/correlation.ts +0 -56
  448. package/dist/bundled-agents/sentinel-agents/src/agents/drift.ts +0 -54
  449. package/dist/bundled-agents/sentinel-agents/src/agents/rca.ts +0 -38
  450. package/dist/bundled-agents/sentinel-agents/src/claude.ts +0 -71
  451. package/dist/bundled-agents/sentinel-agents/src/index.ts +0 -77
  452. package/dist/bundled-agents/sentinel-agents/tsconfig.json +0 -20
@@ -1,1723 +0,0 @@
1
- {
2
- "name": "platform-agents",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "platform-agents",
9
- "version": "1.0.0",
10
- "dependencies": {
11
- "@google-cloud/functions-framework": "^3.3.0",
12
- "zod": "^3.22.4"
13
- },
14
- "devDependencies": {
15
- "@types/node": "^20.11.0",
16
- "typescript": "^5.3.3"
17
- },
18
- "engines": {
19
- "node": ">=20"
20
- }
21
- },
22
- "node_modules/@babel/code-frame": {
23
- "version": "7.29.0",
24
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
25
- "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
26
- "license": "MIT",
27
- "dependencies": {
28
- "@babel/helper-validator-identifier": "^7.28.5",
29
- "js-tokens": "^4.0.0",
30
- "picocolors": "^1.1.1"
31
- },
32
- "engines": {
33
- "node": ">=6.9.0"
34
- }
35
- },
36
- "node_modules/@babel/helper-validator-identifier": {
37
- "version": "7.28.5",
38
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
39
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
40
- "license": "MIT",
41
- "engines": {
42
- "node": ">=6.9.0"
43
- }
44
- },
45
- "node_modules/@google-cloud/functions-framework": {
46
- "version": "3.5.1",
47
- "resolved": "https://registry.npmjs.org/@google-cloud/functions-framework/-/functions-framework-3.5.1.tgz",
48
- "integrity": "sha512-J01F8mCAb9SEsEGOJjKR/1UHmZTzBWIBNjAETtiPx7Xie3WgeWTvMnfrbsZbaBG0oePkepRxo28R8Fi9B2J++A==",
49
- "license": "Apache-2.0",
50
- "dependencies": {
51
- "@types/express": "^4.17.21",
52
- "body-parser": "^1.18.3",
53
- "cloudevents": "^8.0.2",
54
- "express": "^4.21.2",
55
- "minimist": "^1.2.8",
56
- "on-finished": "^2.3.0",
57
- "read-pkg-up": "^7.0.1",
58
- "semver": "^7.6.3"
59
- },
60
- "bin": {
61
- "functions-framework": "build/src/main.js",
62
- "functions-framework-nodejs": "build/src/main.js"
63
- },
64
- "engines": {
65
- "node": ">=10.0.0"
66
- }
67
- },
68
- "node_modules/@types/body-parser": {
69
- "version": "1.19.6",
70
- "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
71
- "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
72
- "license": "MIT",
73
- "dependencies": {
74
- "@types/connect": "*",
75
- "@types/node": "*"
76
- }
77
- },
78
- "node_modules/@types/connect": {
79
- "version": "3.4.38",
80
- "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
81
- "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
82
- "license": "MIT",
83
- "dependencies": {
84
- "@types/node": "*"
85
- }
86
- },
87
- "node_modules/@types/express": {
88
- "version": "4.17.25",
89
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz",
90
- "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
91
- "license": "MIT",
92
- "dependencies": {
93
- "@types/body-parser": "*",
94
- "@types/express-serve-static-core": "^4.17.33",
95
- "@types/qs": "*",
96
- "@types/serve-static": "^1"
97
- }
98
- },
99
- "node_modules/@types/express-serve-static-core": {
100
- "version": "4.19.8",
101
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz",
102
- "integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==",
103
- "license": "MIT",
104
- "dependencies": {
105
- "@types/node": "*",
106
- "@types/qs": "*",
107
- "@types/range-parser": "*",
108
- "@types/send": "*"
109
- }
110
- },
111
- "node_modules/@types/http-errors": {
112
- "version": "2.0.5",
113
- "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
114
- "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
115
- "license": "MIT"
116
- },
117
- "node_modules/@types/mime": {
118
- "version": "1.3.5",
119
- "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
120
- "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
121
- "license": "MIT"
122
- },
123
- "node_modules/@types/node": {
124
- "version": "20.19.33",
125
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
126
- "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
127
- "license": "MIT",
128
- "dependencies": {
129
- "undici-types": "~6.21.0"
130
- }
131
- },
132
- "node_modules/@types/normalize-package-data": {
133
- "version": "2.4.4",
134
- "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
135
- "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
136
- "license": "MIT"
137
- },
138
- "node_modules/@types/qs": {
139
- "version": "6.14.0",
140
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
141
- "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
142
- "license": "MIT"
143
- },
144
- "node_modules/@types/range-parser": {
145
- "version": "1.2.7",
146
- "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
147
- "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
148
- "license": "MIT"
149
- },
150
- "node_modules/@types/send": {
151
- "version": "1.2.1",
152
- "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
153
- "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
154
- "license": "MIT",
155
- "dependencies": {
156
- "@types/node": "*"
157
- }
158
- },
159
- "node_modules/@types/serve-static": {
160
- "version": "1.15.10",
161
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz",
162
- "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==",
163
- "license": "MIT",
164
- "dependencies": {
165
- "@types/http-errors": "*",
166
- "@types/node": "*",
167
- "@types/send": "<1"
168
- }
169
- },
170
- "node_modules/@types/serve-static/node_modules/@types/send": {
171
- "version": "0.17.6",
172
- "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz",
173
- "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==",
174
- "license": "MIT",
175
- "dependencies": {
176
- "@types/mime": "^1",
177
- "@types/node": "*"
178
- }
179
- },
180
- "node_modules/accepts": {
181
- "version": "1.3.8",
182
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
183
- "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
184
- "license": "MIT",
185
- "dependencies": {
186
- "mime-types": "~2.1.34",
187
- "negotiator": "0.6.3"
188
- },
189
- "engines": {
190
- "node": ">= 0.6"
191
- }
192
- },
193
- "node_modules/ajv": {
194
- "version": "8.18.0",
195
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
196
- "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
197
- "license": "MIT",
198
- "dependencies": {
199
- "fast-deep-equal": "^3.1.3",
200
- "fast-uri": "^3.0.1",
201
- "json-schema-traverse": "^1.0.0",
202
- "require-from-string": "^2.0.2"
203
- },
204
- "funding": {
205
- "type": "github",
206
- "url": "https://github.com/sponsors/epoberezkin"
207
- }
208
- },
209
- "node_modules/ajv-formats": {
210
- "version": "2.1.1",
211
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
212
- "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
213
- "license": "MIT",
214
- "dependencies": {
215
- "ajv": "^8.0.0"
216
- },
217
- "peerDependencies": {
218
- "ajv": "^8.0.0"
219
- },
220
- "peerDependenciesMeta": {
221
- "ajv": {
222
- "optional": true
223
- }
224
- }
225
- },
226
- "node_modules/array-flatten": {
227
- "version": "1.1.1",
228
- "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
229
- "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
230
- "license": "MIT"
231
- },
232
- "node_modules/available-typed-arrays": {
233
- "version": "1.0.7",
234
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
235
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
236
- "license": "MIT",
237
- "dependencies": {
238
- "possible-typed-array-names": "^1.0.0"
239
- },
240
- "engines": {
241
- "node": ">= 0.4"
242
- },
243
- "funding": {
244
- "url": "https://github.com/sponsors/ljharb"
245
- }
246
- },
247
- "node_modules/bignumber.js": {
248
- "version": "9.3.1",
249
- "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
250
- "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
251
- "license": "MIT",
252
- "engines": {
253
- "node": "*"
254
- }
255
- },
256
- "node_modules/body-parser": {
257
- "version": "1.20.4",
258
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
259
- "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
260
- "license": "MIT",
261
- "dependencies": {
262
- "bytes": "~3.1.2",
263
- "content-type": "~1.0.5",
264
- "debug": "2.6.9",
265
- "depd": "2.0.0",
266
- "destroy": "~1.2.0",
267
- "http-errors": "~2.0.1",
268
- "iconv-lite": "~0.4.24",
269
- "on-finished": "~2.4.1",
270
- "qs": "~6.14.0",
271
- "raw-body": "~2.5.3",
272
- "type-is": "~1.6.18",
273
- "unpipe": "~1.0.0"
274
- },
275
- "engines": {
276
- "node": ">= 0.8",
277
- "npm": "1.2.8000 || >= 1.4.16"
278
- }
279
- },
280
- "node_modules/bytes": {
281
- "version": "3.1.2",
282
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
283
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
284
- "license": "MIT",
285
- "engines": {
286
- "node": ">= 0.8"
287
- }
288
- },
289
- "node_modules/call-bind": {
290
- "version": "1.0.8",
291
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
292
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
293
- "license": "MIT",
294
- "dependencies": {
295
- "call-bind-apply-helpers": "^1.0.0",
296
- "es-define-property": "^1.0.0",
297
- "get-intrinsic": "^1.2.4",
298
- "set-function-length": "^1.2.2"
299
- },
300
- "engines": {
301
- "node": ">= 0.4"
302
- },
303
- "funding": {
304
- "url": "https://github.com/sponsors/ljharb"
305
- }
306
- },
307
- "node_modules/call-bind-apply-helpers": {
308
- "version": "1.0.2",
309
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
310
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
311
- "license": "MIT",
312
- "dependencies": {
313
- "es-errors": "^1.3.0",
314
- "function-bind": "^1.1.2"
315
- },
316
- "engines": {
317
- "node": ">= 0.4"
318
- }
319
- },
320
- "node_modules/call-bound": {
321
- "version": "1.0.4",
322
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
323
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
324
- "license": "MIT",
325
- "dependencies": {
326
- "call-bind-apply-helpers": "^1.0.2",
327
- "get-intrinsic": "^1.3.0"
328
- },
329
- "engines": {
330
- "node": ">= 0.4"
331
- },
332
- "funding": {
333
- "url": "https://github.com/sponsors/ljharb"
334
- }
335
- },
336
- "node_modules/cloudevents": {
337
- "version": "8.0.3",
338
- "resolved": "https://registry.npmjs.org/cloudevents/-/cloudevents-8.0.3.tgz",
339
- "integrity": "sha512-wTixKNjfLeyj9HQpESvLVVO4xgdqdvX4dTeg1IZ2SCunu/fxVzCamcIZneEyj31V82YolFCKwVeSkr8zResB0Q==",
340
- "license": "Apache-2.0",
341
- "dependencies": {
342
- "ajv": "^8.11.0",
343
- "ajv-formats": "^2.1.1",
344
- "json-bigint": "^1.0.0",
345
- "process": "^0.11.10",
346
- "util": "^0.12.4",
347
- "uuid": "^8.3.2"
348
- },
349
- "engines": {
350
- "node": ">=16 <=22"
351
- }
352
- },
353
- "node_modules/content-disposition": {
354
- "version": "0.5.4",
355
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
356
- "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
357
- "license": "MIT",
358
- "dependencies": {
359
- "safe-buffer": "5.2.1"
360
- },
361
- "engines": {
362
- "node": ">= 0.6"
363
- }
364
- },
365
- "node_modules/content-type": {
366
- "version": "1.0.5",
367
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
368
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
369
- "license": "MIT",
370
- "engines": {
371
- "node": ">= 0.6"
372
- }
373
- },
374
- "node_modules/cookie": {
375
- "version": "0.7.2",
376
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
377
- "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
378
- "license": "MIT",
379
- "engines": {
380
- "node": ">= 0.6"
381
- }
382
- },
383
- "node_modules/cookie-signature": {
384
- "version": "1.0.7",
385
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
386
- "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
387
- "license": "MIT"
388
- },
389
- "node_modules/debug": {
390
- "version": "2.6.9",
391
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
392
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
393
- "license": "MIT",
394
- "dependencies": {
395
- "ms": "2.0.0"
396
- }
397
- },
398
- "node_modules/define-data-property": {
399
- "version": "1.1.4",
400
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
401
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
402
- "license": "MIT",
403
- "dependencies": {
404
- "es-define-property": "^1.0.0",
405
- "es-errors": "^1.3.0",
406
- "gopd": "^1.0.1"
407
- },
408
- "engines": {
409
- "node": ">= 0.4"
410
- },
411
- "funding": {
412
- "url": "https://github.com/sponsors/ljharb"
413
- }
414
- },
415
- "node_modules/depd": {
416
- "version": "2.0.0",
417
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
418
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
419
- "license": "MIT",
420
- "engines": {
421
- "node": ">= 0.8"
422
- }
423
- },
424
- "node_modules/destroy": {
425
- "version": "1.2.0",
426
- "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
427
- "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
428
- "license": "MIT",
429
- "engines": {
430
- "node": ">= 0.8",
431
- "npm": "1.2.8000 || >= 1.4.16"
432
- }
433
- },
434
- "node_modules/dunder-proto": {
435
- "version": "1.0.1",
436
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
437
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
438
- "license": "MIT",
439
- "dependencies": {
440
- "call-bind-apply-helpers": "^1.0.1",
441
- "es-errors": "^1.3.0",
442
- "gopd": "^1.2.0"
443
- },
444
- "engines": {
445
- "node": ">= 0.4"
446
- }
447
- },
448
- "node_modules/ee-first": {
449
- "version": "1.1.1",
450
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
451
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
452
- "license": "MIT"
453
- },
454
- "node_modules/encodeurl": {
455
- "version": "2.0.0",
456
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
457
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
458
- "license": "MIT",
459
- "engines": {
460
- "node": ">= 0.8"
461
- }
462
- },
463
- "node_modules/error-ex": {
464
- "version": "1.3.4",
465
- "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
466
- "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
467
- "license": "MIT",
468
- "dependencies": {
469
- "is-arrayish": "^0.2.1"
470
- }
471
- },
472
- "node_modules/es-define-property": {
473
- "version": "1.0.1",
474
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
475
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
476
- "license": "MIT",
477
- "engines": {
478
- "node": ">= 0.4"
479
- }
480
- },
481
- "node_modules/es-errors": {
482
- "version": "1.3.0",
483
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
484
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
485
- "license": "MIT",
486
- "engines": {
487
- "node": ">= 0.4"
488
- }
489
- },
490
- "node_modules/es-object-atoms": {
491
- "version": "1.1.1",
492
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
493
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
494
- "license": "MIT",
495
- "dependencies": {
496
- "es-errors": "^1.3.0"
497
- },
498
- "engines": {
499
- "node": ">= 0.4"
500
- }
501
- },
502
- "node_modules/escape-html": {
503
- "version": "1.0.3",
504
- "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
505
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
506
- "license": "MIT"
507
- },
508
- "node_modules/etag": {
509
- "version": "1.8.1",
510
- "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
511
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
512
- "license": "MIT",
513
- "engines": {
514
- "node": ">= 0.6"
515
- }
516
- },
517
- "node_modules/express": {
518
- "version": "4.22.1",
519
- "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
520
- "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
521
- "license": "MIT",
522
- "dependencies": {
523
- "accepts": "~1.3.8",
524
- "array-flatten": "1.1.1",
525
- "body-parser": "~1.20.3",
526
- "content-disposition": "~0.5.4",
527
- "content-type": "~1.0.4",
528
- "cookie": "~0.7.1",
529
- "cookie-signature": "~1.0.6",
530
- "debug": "2.6.9",
531
- "depd": "2.0.0",
532
- "encodeurl": "~2.0.0",
533
- "escape-html": "~1.0.3",
534
- "etag": "~1.8.1",
535
- "finalhandler": "~1.3.1",
536
- "fresh": "~0.5.2",
537
- "http-errors": "~2.0.0",
538
- "merge-descriptors": "1.0.3",
539
- "methods": "~1.1.2",
540
- "on-finished": "~2.4.1",
541
- "parseurl": "~1.3.3",
542
- "path-to-regexp": "~0.1.12",
543
- "proxy-addr": "~2.0.7",
544
- "qs": "~6.14.0",
545
- "range-parser": "~1.2.1",
546
- "safe-buffer": "5.2.1",
547
- "send": "~0.19.0",
548
- "serve-static": "~1.16.2",
549
- "setprototypeof": "1.2.0",
550
- "statuses": "~2.0.1",
551
- "type-is": "~1.6.18",
552
- "utils-merge": "1.0.1",
553
- "vary": "~1.1.2"
554
- },
555
- "engines": {
556
- "node": ">= 0.10.0"
557
- },
558
- "funding": {
559
- "type": "opencollective",
560
- "url": "https://opencollective.com/express"
561
- }
562
- },
563
- "node_modules/fast-deep-equal": {
564
- "version": "3.1.3",
565
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
566
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
567
- "license": "MIT"
568
- },
569
- "node_modules/fast-uri": {
570
- "version": "3.1.0",
571
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
572
- "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
573
- "funding": [
574
- {
575
- "type": "github",
576
- "url": "https://github.com/sponsors/fastify"
577
- },
578
- {
579
- "type": "opencollective",
580
- "url": "https://opencollective.com/fastify"
581
- }
582
- ],
583
- "license": "BSD-3-Clause"
584
- },
585
- "node_modules/finalhandler": {
586
- "version": "1.3.2",
587
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
588
- "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
589
- "license": "MIT",
590
- "dependencies": {
591
- "debug": "2.6.9",
592
- "encodeurl": "~2.0.0",
593
- "escape-html": "~1.0.3",
594
- "on-finished": "~2.4.1",
595
- "parseurl": "~1.3.3",
596
- "statuses": "~2.0.2",
597
- "unpipe": "~1.0.0"
598
- },
599
- "engines": {
600
- "node": ">= 0.8"
601
- }
602
- },
603
- "node_modules/find-up": {
604
- "version": "4.1.0",
605
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
606
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
607
- "license": "MIT",
608
- "dependencies": {
609
- "locate-path": "^5.0.0",
610
- "path-exists": "^4.0.0"
611
- },
612
- "engines": {
613
- "node": ">=8"
614
- }
615
- },
616
- "node_modules/for-each": {
617
- "version": "0.3.5",
618
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
619
- "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
620
- "license": "MIT",
621
- "dependencies": {
622
- "is-callable": "^1.2.7"
623
- },
624
- "engines": {
625
- "node": ">= 0.4"
626
- },
627
- "funding": {
628
- "url": "https://github.com/sponsors/ljharb"
629
- }
630
- },
631
- "node_modules/forwarded": {
632
- "version": "0.2.0",
633
- "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
634
- "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
635
- "license": "MIT",
636
- "engines": {
637
- "node": ">= 0.6"
638
- }
639
- },
640
- "node_modules/fresh": {
641
- "version": "0.5.2",
642
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
643
- "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
644
- "license": "MIT",
645
- "engines": {
646
- "node": ">= 0.6"
647
- }
648
- },
649
- "node_modules/function-bind": {
650
- "version": "1.1.2",
651
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
652
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
653
- "license": "MIT",
654
- "funding": {
655
- "url": "https://github.com/sponsors/ljharb"
656
- }
657
- },
658
- "node_modules/generator-function": {
659
- "version": "2.0.1",
660
- "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
661
- "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
662
- "license": "MIT",
663
- "engines": {
664
- "node": ">= 0.4"
665
- }
666
- },
667
- "node_modules/get-intrinsic": {
668
- "version": "1.3.0",
669
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
670
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
671
- "license": "MIT",
672
- "dependencies": {
673
- "call-bind-apply-helpers": "^1.0.2",
674
- "es-define-property": "^1.0.1",
675
- "es-errors": "^1.3.0",
676
- "es-object-atoms": "^1.1.1",
677
- "function-bind": "^1.1.2",
678
- "get-proto": "^1.0.1",
679
- "gopd": "^1.2.0",
680
- "has-symbols": "^1.1.0",
681
- "hasown": "^2.0.2",
682
- "math-intrinsics": "^1.1.0"
683
- },
684
- "engines": {
685
- "node": ">= 0.4"
686
- },
687
- "funding": {
688
- "url": "https://github.com/sponsors/ljharb"
689
- }
690
- },
691
- "node_modules/get-proto": {
692
- "version": "1.0.1",
693
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
694
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
695
- "license": "MIT",
696
- "dependencies": {
697
- "dunder-proto": "^1.0.1",
698
- "es-object-atoms": "^1.0.0"
699
- },
700
- "engines": {
701
- "node": ">= 0.4"
702
- }
703
- },
704
- "node_modules/gopd": {
705
- "version": "1.2.0",
706
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
707
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
708
- "license": "MIT",
709
- "engines": {
710
- "node": ">= 0.4"
711
- },
712
- "funding": {
713
- "url": "https://github.com/sponsors/ljharb"
714
- }
715
- },
716
- "node_modules/has-property-descriptors": {
717
- "version": "1.0.2",
718
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
719
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
720
- "license": "MIT",
721
- "dependencies": {
722
- "es-define-property": "^1.0.0"
723
- },
724
- "funding": {
725
- "url": "https://github.com/sponsors/ljharb"
726
- }
727
- },
728
- "node_modules/has-symbols": {
729
- "version": "1.1.0",
730
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
731
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
732
- "license": "MIT",
733
- "engines": {
734
- "node": ">= 0.4"
735
- },
736
- "funding": {
737
- "url": "https://github.com/sponsors/ljharb"
738
- }
739
- },
740
- "node_modules/has-tostringtag": {
741
- "version": "1.0.2",
742
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
743
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
744
- "license": "MIT",
745
- "dependencies": {
746
- "has-symbols": "^1.0.3"
747
- },
748
- "engines": {
749
- "node": ">= 0.4"
750
- },
751
- "funding": {
752
- "url": "https://github.com/sponsors/ljharb"
753
- }
754
- },
755
- "node_modules/hasown": {
756
- "version": "2.0.2",
757
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
758
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
759
- "license": "MIT",
760
- "dependencies": {
761
- "function-bind": "^1.1.2"
762
- },
763
- "engines": {
764
- "node": ">= 0.4"
765
- }
766
- },
767
- "node_modules/hosted-git-info": {
768
- "version": "2.8.9",
769
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
770
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
771
- "license": "ISC"
772
- },
773
- "node_modules/http-errors": {
774
- "version": "2.0.1",
775
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
776
- "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
777
- "license": "MIT",
778
- "dependencies": {
779
- "depd": "~2.0.0",
780
- "inherits": "~2.0.4",
781
- "setprototypeof": "~1.2.0",
782
- "statuses": "~2.0.2",
783
- "toidentifier": "~1.0.1"
784
- },
785
- "engines": {
786
- "node": ">= 0.8"
787
- },
788
- "funding": {
789
- "type": "opencollective",
790
- "url": "https://opencollective.com/express"
791
- }
792
- },
793
- "node_modules/iconv-lite": {
794
- "version": "0.4.24",
795
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
796
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
797
- "license": "MIT",
798
- "dependencies": {
799
- "safer-buffer": ">= 2.1.2 < 3"
800
- },
801
- "engines": {
802
- "node": ">=0.10.0"
803
- }
804
- },
805
- "node_modules/inherits": {
806
- "version": "2.0.4",
807
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
808
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
809
- "license": "ISC"
810
- },
811
- "node_modules/ipaddr.js": {
812
- "version": "1.9.1",
813
- "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
814
- "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
815
- "license": "MIT",
816
- "engines": {
817
- "node": ">= 0.10"
818
- }
819
- },
820
- "node_modules/is-arguments": {
821
- "version": "1.2.0",
822
- "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz",
823
- "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
824
- "license": "MIT",
825
- "dependencies": {
826
- "call-bound": "^1.0.2",
827
- "has-tostringtag": "^1.0.2"
828
- },
829
- "engines": {
830
- "node": ">= 0.4"
831
- },
832
- "funding": {
833
- "url": "https://github.com/sponsors/ljharb"
834
- }
835
- },
836
- "node_modules/is-arrayish": {
837
- "version": "0.2.1",
838
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
839
- "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
840
- "license": "MIT"
841
- },
842
- "node_modules/is-callable": {
843
- "version": "1.2.7",
844
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
845
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
846
- "license": "MIT",
847
- "engines": {
848
- "node": ">= 0.4"
849
- },
850
- "funding": {
851
- "url": "https://github.com/sponsors/ljharb"
852
- }
853
- },
854
- "node_modules/is-core-module": {
855
- "version": "2.16.1",
856
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
857
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
858
- "license": "MIT",
859
- "dependencies": {
860
- "hasown": "^2.0.2"
861
- },
862
- "engines": {
863
- "node": ">= 0.4"
864
- },
865
- "funding": {
866
- "url": "https://github.com/sponsors/ljharb"
867
- }
868
- },
869
- "node_modules/is-generator-function": {
870
- "version": "1.1.2",
871
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
872
- "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
873
- "license": "MIT",
874
- "dependencies": {
875
- "call-bound": "^1.0.4",
876
- "generator-function": "^2.0.0",
877
- "get-proto": "^1.0.1",
878
- "has-tostringtag": "^1.0.2",
879
- "safe-regex-test": "^1.1.0"
880
- },
881
- "engines": {
882
- "node": ">= 0.4"
883
- },
884
- "funding": {
885
- "url": "https://github.com/sponsors/ljharb"
886
- }
887
- },
888
- "node_modules/is-regex": {
889
- "version": "1.2.1",
890
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
891
- "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
892
- "license": "MIT",
893
- "dependencies": {
894
- "call-bound": "^1.0.2",
895
- "gopd": "^1.2.0",
896
- "has-tostringtag": "^1.0.2",
897
- "hasown": "^2.0.2"
898
- },
899
- "engines": {
900
- "node": ">= 0.4"
901
- },
902
- "funding": {
903
- "url": "https://github.com/sponsors/ljharb"
904
- }
905
- },
906
- "node_modules/is-typed-array": {
907
- "version": "1.1.15",
908
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
909
- "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
910
- "license": "MIT",
911
- "dependencies": {
912
- "which-typed-array": "^1.1.16"
913
- },
914
- "engines": {
915
- "node": ">= 0.4"
916
- },
917
- "funding": {
918
- "url": "https://github.com/sponsors/ljharb"
919
- }
920
- },
921
- "node_modules/js-tokens": {
922
- "version": "4.0.0",
923
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
924
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
925
- "license": "MIT"
926
- },
927
- "node_modules/json-bigint": {
928
- "version": "1.0.0",
929
- "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
930
- "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
931
- "license": "MIT",
932
- "dependencies": {
933
- "bignumber.js": "^9.0.0"
934
- }
935
- },
936
- "node_modules/json-parse-even-better-errors": {
937
- "version": "2.3.1",
938
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
939
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
940
- "license": "MIT"
941
- },
942
- "node_modules/json-schema-traverse": {
943
- "version": "1.0.0",
944
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
945
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
946
- "license": "MIT"
947
- },
948
- "node_modules/lines-and-columns": {
949
- "version": "1.2.4",
950
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
951
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
952
- "license": "MIT"
953
- },
954
- "node_modules/locate-path": {
955
- "version": "5.0.0",
956
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
957
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
958
- "license": "MIT",
959
- "dependencies": {
960
- "p-locate": "^4.1.0"
961
- },
962
- "engines": {
963
- "node": ">=8"
964
- }
965
- },
966
- "node_modules/math-intrinsics": {
967
- "version": "1.1.0",
968
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
969
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
970
- "license": "MIT",
971
- "engines": {
972
- "node": ">= 0.4"
973
- }
974
- },
975
- "node_modules/media-typer": {
976
- "version": "0.3.0",
977
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
978
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
979
- "license": "MIT",
980
- "engines": {
981
- "node": ">= 0.6"
982
- }
983
- },
984
- "node_modules/merge-descriptors": {
985
- "version": "1.0.3",
986
- "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
987
- "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
988
- "license": "MIT",
989
- "funding": {
990
- "url": "https://github.com/sponsors/sindresorhus"
991
- }
992
- },
993
- "node_modules/methods": {
994
- "version": "1.1.2",
995
- "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
996
- "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
997
- "license": "MIT",
998
- "engines": {
999
- "node": ">= 0.6"
1000
- }
1001
- },
1002
- "node_modules/mime": {
1003
- "version": "1.6.0",
1004
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
1005
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
1006
- "license": "MIT",
1007
- "bin": {
1008
- "mime": "cli.js"
1009
- },
1010
- "engines": {
1011
- "node": ">=4"
1012
- }
1013
- },
1014
- "node_modules/mime-db": {
1015
- "version": "1.52.0",
1016
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1017
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1018
- "license": "MIT",
1019
- "engines": {
1020
- "node": ">= 0.6"
1021
- }
1022
- },
1023
- "node_modules/mime-types": {
1024
- "version": "2.1.35",
1025
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1026
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1027
- "license": "MIT",
1028
- "dependencies": {
1029
- "mime-db": "1.52.0"
1030
- },
1031
- "engines": {
1032
- "node": ">= 0.6"
1033
- }
1034
- },
1035
- "node_modules/minimist": {
1036
- "version": "1.2.8",
1037
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
1038
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
1039
- "license": "MIT",
1040
- "funding": {
1041
- "url": "https://github.com/sponsors/ljharb"
1042
- }
1043
- },
1044
- "node_modules/ms": {
1045
- "version": "2.0.0",
1046
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
1047
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
1048
- "license": "MIT"
1049
- },
1050
- "node_modules/negotiator": {
1051
- "version": "0.6.3",
1052
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
1053
- "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
1054
- "license": "MIT",
1055
- "engines": {
1056
- "node": ">= 0.6"
1057
- }
1058
- },
1059
- "node_modules/normalize-package-data": {
1060
- "version": "2.5.0",
1061
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
1062
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
1063
- "license": "BSD-2-Clause",
1064
- "dependencies": {
1065
- "hosted-git-info": "^2.1.4",
1066
- "resolve": "^1.10.0",
1067
- "semver": "2 || 3 || 4 || 5",
1068
- "validate-npm-package-license": "^3.0.1"
1069
- }
1070
- },
1071
- "node_modules/normalize-package-data/node_modules/semver": {
1072
- "version": "5.7.2",
1073
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
1074
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
1075
- "license": "ISC",
1076
- "bin": {
1077
- "semver": "bin/semver"
1078
- }
1079
- },
1080
- "node_modules/object-inspect": {
1081
- "version": "1.13.4",
1082
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1083
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1084
- "license": "MIT",
1085
- "engines": {
1086
- "node": ">= 0.4"
1087
- },
1088
- "funding": {
1089
- "url": "https://github.com/sponsors/ljharb"
1090
- }
1091
- },
1092
- "node_modules/on-finished": {
1093
- "version": "2.4.1",
1094
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1095
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1096
- "license": "MIT",
1097
- "dependencies": {
1098
- "ee-first": "1.1.1"
1099
- },
1100
- "engines": {
1101
- "node": ">= 0.8"
1102
- }
1103
- },
1104
- "node_modules/p-limit": {
1105
- "version": "2.3.0",
1106
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
1107
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
1108
- "license": "MIT",
1109
- "dependencies": {
1110
- "p-try": "^2.0.0"
1111
- },
1112
- "engines": {
1113
- "node": ">=6"
1114
- },
1115
- "funding": {
1116
- "url": "https://github.com/sponsors/sindresorhus"
1117
- }
1118
- },
1119
- "node_modules/p-locate": {
1120
- "version": "4.1.0",
1121
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
1122
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
1123
- "license": "MIT",
1124
- "dependencies": {
1125
- "p-limit": "^2.2.0"
1126
- },
1127
- "engines": {
1128
- "node": ">=8"
1129
- }
1130
- },
1131
- "node_modules/p-try": {
1132
- "version": "2.2.0",
1133
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
1134
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
1135
- "license": "MIT",
1136
- "engines": {
1137
- "node": ">=6"
1138
- }
1139
- },
1140
- "node_modules/parse-json": {
1141
- "version": "5.2.0",
1142
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
1143
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
1144
- "license": "MIT",
1145
- "dependencies": {
1146
- "@babel/code-frame": "^7.0.0",
1147
- "error-ex": "^1.3.1",
1148
- "json-parse-even-better-errors": "^2.3.0",
1149
- "lines-and-columns": "^1.1.6"
1150
- },
1151
- "engines": {
1152
- "node": ">=8"
1153
- },
1154
- "funding": {
1155
- "url": "https://github.com/sponsors/sindresorhus"
1156
- }
1157
- },
1158
- "node_modules/parseurl": {
1159
- "version": "1.3.3",
1160
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1161
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1162
- "license": "MIT",
1163
- "engines": {
1164
- "node": ">= 0.8"
1165
- }
1166
- },
1167
- "node_modules/path-exists": {
1168
- "version": "4.0.0",
1169
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1170
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
1171
- "license": "MIT",
1172
- "engines": {
1173
- "node": ">=8"
1174
- }
1175
- },
1176
- "node_modules/path-parse": {
1177
- "version": "1.0.7",
1178
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
1179
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
1180
- "license": "MIT"
1181
- },
1182
- "node_modules/path-to-regexp": {
1183
- "version": "0.1.12",
1184
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
1185
- "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
1186
- "license": "MIT"
1187
- },
1188
- "node_modules/picocolors": {
1189
- "version": "1.1.1",
1190
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1191
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1192
- "license": "ISC"
1193
- },
1194
- "node_modules/possible-typed-array-names": {
1195
- "version": "1.1.0",
1196
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
1197
- "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
1198
- "license": "MIT",
1199
- "engines": {
1200
- "node": ">= 0.4"
1201
- }
1202
- },
1203
- "node_modules/process": {
1204
- "version": "0.11.10",
1205
- "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
1206
- "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
1207
- "license": "MIT",
1208
- "engines": {
1209
- "node": ">= 0.6.0"
1210
- }
1211
- },
1212
- "node_modules/proxy-addr": {
1213
- "version": "2.0.7",
1214
- "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
1215
- "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
1216
- "license": "MIT",
1217
- "dependencies": {
1218
- "forwarded": "0.2.0",
1219
- "ipaddr.js": "1.9.1"
1220
- },
1221
- "engines": {
1222
- "node": ">= 0.10"
1223
- }
1224
- },
1225
- "node_modules/qs": {
1226
- "version": "6.14.2",
1227
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
1228
- "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
1229
- "license": "BSD-3-Clause",
1230
- "dependencies": {
1231
- "side-channel": "^1.1.0"
1232
- },
1233
- "engines": {
1234
- "node": ">=0.6"
1235
- },
1236
- "funding": {
1237
- "url": "https://github.com/sponsors/ljharb"
1238
- }
1239
- },
1240
- "node_modules/range-parser": {
1241
- "version": "1.2.1",
1242
- "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
1243
- "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
1244
- "license": "MIT",
1245
- "engines": {
1246
- "node": ">= 0.6"
1247
- }
1248
- },
1249
- "node_modules/raw-body": {
1250
- "version": "2.5.3",
1251
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
1252
- "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
1253
- "license": "MIT",
1254
- "dependencies": {
1255
- "bytes": "~3.1.2",
1256
- "http-errors": "~2.0.1",
1257
- "iconv-lite": "~0.4.24",
1258
- "unpipe": "~1.0.0"
1259
- },
1260
- "engines": {
1261
- "node": ">= 0.8"
1262
- }
1263
- },
1264
- "node_modules/read-pkg": {
1265
- "version": "5.2.0",
1266
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
1267
- "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
1268
- "license": "MIT",
1269
- "dependencies": {
1270
- "@types/normalize-package-data": "^2.4.0",
1271
- "normalize-package-data": "^2.5.0",
1272
- "parse-json": "^5.0.0",
1273
- "type-fest": "^0.6.0"
1274
- },
1275
- "engines": {
1276
- "node": ">=8"
1277
- }
1278
- },
1279
- "node_modules/read-pkg-up": {
1280
- "version": "7.0.1",
1281
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
1282
- "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
1283
- "license": "MIT",
1284
- "dependencies": {
1285
- "find-up": "^4.1.0",
1286
- "read-pkg": "^5.2.0",
1287
- "type-fest": "^0.8.1"
1288
- },
1289
- "engines": {
1290
- "node": ">=8"
1291
- },
1292
- "funding": {
1293
- "url": "https://github.com/sponsors/sindresorhus"
1294
- }
1295
- },
1296
- "node_modules/read-pkg/node_modules/type-fest": {
1297
- "version": "0.6.0",
1298
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
1299
- "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
1300
- "license": "(MIT OR CC0-1.0)",
1301
- "engines": {
1302
- "node": ">=8"
1303
- }
1304
- },
1305
- "node_modules/require-from-string": {
1306
- "version": "2.0.2",
1307
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
1308
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
1309
- "license": "MIT",
1310
- "engines": {
1311
- "node": ">=0.10.0"
1312
- }
1313
- },
1314
- "node_modules/resolve": {
1315
- "version": "1.22.11",
1316
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
1317
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
1318
- "license": "MIT",
1319
- "dependencies": {
1320
- "is-core-module": "^2.16.1",
1321
- "path-parse": "^1.0.7",
1322
- "supports-preserve-symlinks-flag": "^1.0.0"
1323
- },
1324
- "bin": {
1325
- "resolve": "bin/resolve"
1326
- },
1327
- "engines": {
1328
- "node": ">= 0.4"
1329
- },
1330
- "funding": {
1331
- "url": "https://github.com/sponsors/ljharb"
1332
- }
1333
- },
1334
- "node_modules/safe-buffer": {
1335
- "version": "5.2.1",
1336
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1337
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1338
- "funding": [
1339
- {
1340
- "type": "github",
1341
- "url": "https://github.com/sponsors/feross"
1342
- },
1343
- {
1344
- "type": "patreon",
1345
- "url": "https://www.patreon.com/feross"
1346
- },
1347
- {
1348
- "type": "consulting",
1349
- "url": "https://feross.org/support"
1350
- }
1351
- ],
1352
- "license": "MIT"
1353
- },
1354
- "node_modules/safe-regex-test": {
1355
- "version": "1.1.0",
1356
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
1357
- "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
1358
- "license": "MIT",
1359
- "dependencies": {
1360
- "call-bound": "^1.0.2",
1361
- "es-errors": "^1.3.0",
1362
- "is-regex": "^1.2.1"
1363
- },
1364
- "engines": {
1365
- "node": ">= 0.4"
1366
- },
1367
- "funding": {
1368
- "url": "https://github.com/sponsors/ljharb"
1369
- }
1370
- },
1371
- "node_modules/safer-buffer": {
1372
- "version": "2.1.2",
1373
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1374
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
1375
- "license": "MIT"
1376
- },
1377
- "node_modules/semver": {
1378
- "version": "7.7.4",
1379
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
1380
- "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
1381
- "license": "ISC",
1382
- "bin": {
1383
- "semver": "bin/semver.js"
1384
- },
1385
- "engines": {
1386
- "node": ">=10"
1387
- }
1388
- },
1389
- "node_modules/send": {
1390
- "version": "0.19.2",
1391
- "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
1392
- "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
1393
- "license": "MIT",
1394
- "dependencies": {
1395
- "debug": "2.6.9",
1396
- "depd": "2.0.0",
1397
- "destroy": "1.2.0",
1398
- "encodeurl": "~2.0.0",
1399
- "escape-html": "~1.0.3",
1400
- "etag": "~1.8.1",
1401
- "fresh": "~0.5.2",
1402
- "http-errors": "~2.0.1",
1403
- "mime": "1.6.0",
1404
- "ms": "2.1.3",
1405
- "on-finished": "~2.4.1",
1406
- "range-parser": "~1.2.1",
1407
- "statuses": "~2.0.2"
1408
- },
1409
- "engines": {
1410
- "node": ">= 0.8.0"
1411
- }
1412
- },
1413
- "node_modules/send/node_modules/ms": {
1414
- "version": "2.1.3",
1415
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1416
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1417
- "license": "MIT"
1418
- },
1419
- "node_modules/serve-static": {
1420
- "version": "1.16.3",
1421
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
1422
- "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
1423
- "license": "MIT",
1424
- "dependencies": {
1425
- "encodeurl": "~2.0.0",
1426
- "escape-html": "~1.0.3",
1427
- "parseurl": "~1.3.3",
1428
- "send": "~0.19.1"
1429
- },
1430
- "engines": {
1431
- "node": ">= 0.8.0"
1432
- }
1433
- },
1434
- "node_modules/set-function-length": {
1435
- "version": "1.2.2",
1436
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
1437
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
1438
- "license": "MIT",
1439
- "dependencies": {
1440
- "define-data-property": "^1.1.4",
1441
- "es-errors": "^1.3.0",
1442
- "function-bind": "^1.1.2",
1443
- "get-intrinsic": "^1.2.4",
1444
- "gopd": "^1.0.1",
1445
- "has-property-descriptors": "^1.0.2"
1446
- },
1447
- "engines": {
1448
- "node": ">= 0.4"
1449
- }
1450
- },
1451
- "node_modules/setprototypeof": {
1452
- "version": "1.2.0",
1453
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
1454
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
1455
- "license": "ISC"
1456
- },
1457
- "node_modules/side-channel": {
1458
- "version": "1.1.0",
1459
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
1460
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
1461
- "license": "MIT",
1462
- "dependencies": {
1463
- "es-errors": "^1.3.0",
1464
- "object-inspect": "^1.13.3",
1465
- "side-channel-list": "^1.0.0",
1466
- "side-channel-map": "^1.0.1",
1467
- "side-channel-weakmap": "^1.0.2"
1468
- },
1469
- "engines": {
1470
- "node": ">= 0.4"
1471
- },
1472
- "funding": {
1473
- "url": "https://github.com/sponsors/ljharb"
1474
- }
1475
- },
1476
- "node_modules/side-channel-list": {
1477
- "version": "1.0.0",
1478
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
1479
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
1480
- "license": "MIT",
1481
- "dependencies": {
1482
- "es-errors": "^1.3.0",
1483
- "object-inspect": "^1.13.3"
1484
- },
1485
- "engines": {
1486
- "node": ">= 0.4"
1487
- },
1488
- "funding": {
1489
- "url": "https://github.com/sponsors/ljharb"
1490
- }
1491
- },
1492
- "node_modules/side-channel-map": {
1493
- "version": "1.0.1",
1494
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
1495
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
1496
- "license": "MIT",
1497
- "dependencies": {
1498
- "call-bound": "^1.0.2",
1499
- "es-errors": "^1.3.0",
1500
- "get-intrinsic": "^1.2.5",
1501
- "object-inspect": "^1.13.3"
1502
- },
1503
- "engines": {
1504
- "node": ">= 0.4"
1505
- },
1506
- "funding": {
1507
- "url": "https://github.com/sponsors/ljharb"
1508
- }
1509
- },
1510
- "node_modules/side-channel-weakmap": {
1511
- "version": "1.0.2",
1512
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
1513
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
1514
- "license": "MIT",
1515
- "dependencies": {
1516
- "call-bound": "^1.0.2",
1517
- "es-errors": "^1.3.0",
1518
- "get-intrinsic": "^1.2.5",
1519
- "object-inspect": "^1.13.3",
1520
- "side-channel-map": "^1.0.1"
1521
- },
1522
- "engines": {
1523
- "node": ">= 0.4"
1524
- },
1525
- "funding": {
1526
- "url": "https://github.com/sponsors/ljharb"
1527
- }
1528
- },
1529
- "node_modules/spdx-correct": {
1530
- "version": "3.2.0",
1531
- "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
1532
- "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
1533
- "license": "Apache-2.0",
1534
- "dependencies": {
1535
- "spdx-expression-parse": "^3.0.0",
1536
- "spdx-license-ids": "^3.0.0"
1537
- }
1538
- },
1539
- "node_modules/spdx-exceptions": {
1540
- "version": "2.5.0",
1541
- "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
1542
- "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
1543
- "license": "CC-BY-3.0"
1544
- },
1545
- "node_modules/spdx-expression-parse": {
1546
- "version": "3.0.1",
1547
- "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
1548
- "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
1549
- "license": "MIT",
1550
- "dependencies": {
1551
- "spdx-exceptions": "^2.1.0",
1552
- "spdx-license-ids": "^3.0.0"
1553
- }
1554
- },
1555
- "node_modules/spdx-license-ids": {
1556
- "version": "3.0.23",
1557
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
1558
- "integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
1559
- "license": "CC0-1.0"
1560
- },
1561
- "node_modules/statuses": {
1562
- "version": "2.0.2",
1563
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
1564
- "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
1565
- "license": "MIT",
1566
- "engines": {
1567
- "node": ">= 0.8"
1568
- }
1569
- },
1570
- "node_modules/supports-preserve-symlinks-flag": {
1571
- "version": "1.0.0",
1572
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
1573
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
1574
- "license": "MIT",
1575
- "engines": {
1576
- "node": ">= 0.4"
1577
- },
1578
- "funding": {
1579
- "url": "https://github.com/sponsors/ljharb"
1580
- }
1581
- },
1582
- "node_modules/toidentifier": {
1583
- "version": "1.0.1",
1584
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
1585
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
1586
- "license": "MIT",
1587
- "engines": {
1588
- "node": ">=0.6"
1589
- }
1590
- },
1591
- "node_modules/type-fest": {
1592
- "version": "0.8.1",
1593
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
1594
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
1595
- "license": "(MIT OR CC0-1.0)",
1596
- "engines": {
1597
- "node": ">=8"
1598
- }
1599
- },
1600
- "node_modules/type-is": {
1601
- "version": "1.6.18",
1602
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
1603
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
1604
- "license": "MIT",
1605
- "dependencies": {
1606
- "media-typer": "0.3.0",
1607
- "mime-types": "~2.1.24"
1608
- },
1609
- "engines": {
1610
- "node": ">= 0.6"
1611
- }
1612
- },
1613
- "node_modules/typescript": {
1614
- "version": "5.9.3",
1615
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1616
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1617
- "dev": true,
1618
- "license": "Apache-2.0",
1619
- "bin": {
1620
- "tsc": "bin/tsc",
1621
- "tsserver": "bin/tsserver"
1622
- },
1623
- "engines": {
1624
- "node": ">=14.17"
1625
- }
1626
- },
1627
- "node_modules/undici-types": {
1628
- "version": "6.21.0",
1629
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1630
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1631
- "license": "MIT"
1632
- },
1633
- "node_modules/unpipe": {
1634
- "version": "1.0.0",
1635
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
1636
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
1637
- "license": "MIT",
1638
- "engines": {
1639
- "node": ">= 0.8"
1640
- }
1641
- },
1642
- "node_modules/util": {
1643
- "version": "0.12.5",
1644
- "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
1645
- "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
1646
- "license": "MIT",
1647
- "dependencies": {
1648
- "inherits": "^2.0.3",
1649
- "is-arguments": "^1.0.4",
1650
- "is-generator-function": "^1.0.7",
1651
- "is-typed-array": "^1.1.3",
1652
- "which-typed-array": "^1.1.2"
1653
- }
1654
- },
1655
- "node_modules/utils-merge": {
1656
- "version": "1.0.1",
1657
- "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
1658
- "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
1659
- "license": "MIT",
1660
- "engines": {
1661
- "node": ">= 0.4.0"
1662
- }
1663
- },
1664
- "node_modules/uuid": {
1665
- "version": "8.3.2",
1666
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
1667
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
1668
- "license": "MIT",
1669
- "bin": {
1670
- "uuid": "dist/bin/uuid"
1671
- }
1672
- },
1673
- "node_modules/validate-npm-package-license": {
1674
- "version": "3.0.4",
1675
- "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
1676
- "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
1677
- "license": "Apache-2.0",
1678
- "dependencies": {
1679
- "spdx-correct": "^3.0.0",
1680
- "spdx-expression-parse": "^3.0.0"
1681
- }
1682
- },
1683
- "node_modules/vary": {
1684
- "version": "1.1.2",
1685
- "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
1686
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
1687
- "license": "MIT",
1688
- "engines": {
1689
- "node": ">= 0.8"
1690
- }
1691
- },
1692
- "node_modules/which-typed-array": {
1693
- "version": "1.1.20",
1694
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
1695
- "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
1696
- "license": "MIT",
1697
- "dependencies": {
1698
- "available-typed-arrays": "^1.0.7",
1699
- "call-bind": "^1.0.8",
1700
- "call-bound": "^1.0.4",
1701
- "for-each": "^0.3.5",
1702
- "get-proto": "^1.0.1",
1703
- "gopd": "^1.2.0",
1704
- "has-tostringtag": "^1.0.2"
1705
- },
1706
- "engines": {
1707
- "node": ">= 0.4"
1708
- },
1709
- "funding": {
1710
- "url": "https://github.com/sponsors/ljharb"
1711
- }
1712
- },
1713
- "node_modules/zod": {
1714
- "version": "3.25.76",
1715
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
1716
- "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
1717
- "license": "MIT",
1718
- "funding": {
1719
- "url": "https://github.com/sponsors/colinhacks"
1720
- }
1721
- }
1722
- }
1723
- }