-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimport_map.json
98 lines (93 loc) · 4.75 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"imports": {
"cliffy/": "https://deno.land/x/[email protected]/",
"anthropic": "https://esm.sh/@anthropic-ai/[email protected]",
"anthropic-tokenizer": "npm:@anthropic-ai/tokenizer",
"openai": "https://esm.sh/[email protected]",
"@google/generative-ai": "https://esm.sh/@google/[email protected]",
"groq": "npm:[email protected]",
"glob-to-regexp": "npm:glob-to-regexp@^0.4.1",
"ajv": "https://esm.sh/[email protected]",
"diff": "https://esm.sh/[email protected]",
"highlight": "npm:[email protected]",
"swagger-jsdoc": "npm:[email protected]",
"common-tags": "https://esm.sh/[email protected]",
"simple-git": "https://esm.sh/[email protected]",
"md5": "https://esm.sh/[email protected]",
"astral": "jsr:@astral/astral@^0.4.7",
"json-schema": "https://esm.sh/v135/@types/[email protected]/index.d.ts",
"@cross/deepmerge": "jsr:@cross/deepmerge@^1.0.0",
"@oak/commons": "jsr:@oak/commons@^1.0.0",
"@oak/oak": "jsr:@oak/oak@^17.0.0",
"oak_logger": "https://deno.land/x/[email protected]/mod.ts",
"superoak": "https://deno.land/x/[email protected]/mod.ts",
"kia-spinner": "https://deno.land/x/[email protected]/mod.ts",
"evt": "https://deno.land/x/[email protected]/mod.ts",
"cors": "https://deno.land/x/[email protected]/mod.ts",
"ms": "https://deno.land/x/[email protected]/ms.ts",
"speed-highlight": "https://deno.land/x/[email protected]/dist/index.js",
"highlight.js": "https://esm.sh/highlight.js",
"marked": "https://esm.sh/[email protected]",
"ansi_up": "https://esm.sh/[email protected]",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"$std/": "https://deno.land/[email protected]/",
"tailwindcss": "npm:[email protected]",
"tailwindcss/plugin": "npm:[email protected]/plugin",
"@std/datetime": "jsr:@std/datetime@^0.224.5",
"@std/async": "jsr:@std/async@^1.0.3",
"@std/dotenv": "jsr:@std/dotenv@^0.224.0",
"@std/cli": "jsr:@std/cli@^1.0.3",
"@std/fmt": "jsr:@std/fmt@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.1",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.7",
"@std/path": "jsr:@std/path@^1.0.2",
"@std/io": "jsr:@std/io@^0.224.4",
"@std/log": "jsr:@std/log@^0.224.5",
"@std/media-types": "jsr:@std/media-types@^1.0.2",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@std/uuid": "jsr:@std/uuid@^1.0.4",
"@std/yaml": "jsr:@std/yaml@^0.224.0",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/testing/mock": "jsr:@std/testing@^1.0.0/mock",
"@std/testing/bdd": "jsr:@std/testing@^1.0.0/bdd",
"@std/assert": "jsr:@std/assert@^1.0.2",
"api/types.ts": "./api/src/types.ts",
"api/types/llms.ts": "./api/src/types/llms.types.ts",
"api/editor/projectEditor.ts": "./api/src/editor/projectEditor.ts",
"api/errors/error.ts": "./api/src/errors/error.ts",
"api/utils/fileHandling.ts": "./api/src/utils/fileHandling.utils.ts",
"api/utils/error.ts": "./api/src/utils/error.utils.ts",
"api/utils/llms.ts": "./api/src/utils/llms.utils.ts",
"api/llms/llmMessage.ts": "./api/src/llms/llmMessage.ts",
"api/llms/llmTool.ts": "./api/src/llms/llmTool.ts",
"api/llms/conversationInteraction.ts": "./api/src/llms/interactions/conversationInteraction.ts",
"api/storage/conversationPersistence.ts": "./api/src/storage/conversationPersistence.ts",
"api/storage/conversationLogger.ts": "./api/src/storage/conversationLogger.ts",
"api/tests/deps.ts": "./api/tests/deps.ts",
"api/tests/stubs.ts": "./api/tests/lib/stubs.ts",
"api/tests/testSetup.ts": "./api/tests/lib/testSetup.ts",
"cli/apiClient.ts": "./cli/src/utils/apiClient.utils.ts",
"cli/websocketManager.ts": "./cli/src/utils/websocketManager.utils.ts",
"cli/conversationLogFormatter.ts": "./cli/src/conversationLogs/conversationLogFormatter.ts",
"shared/types.ts": "./src/shared/types.ts",
"shared/logger.ts": "./src/shared/utils/logger.utils.ts",
"shared/logViewer.ts": "./src/shared/utils/logViewer.utils.ts",
"shared/conversationManagement.ts": "./src/shared/utils/conversationManagement.utils.ts",
"shared/eventManager.ts": "./src/shared/events/eventManager.ts",
"shared/fetchManager.ts": "./src/shared/fetch/fetchManager.ts",
"shared/dataDir.ts": "./src/shared/utils/dataDir.utils.ts",
"shared/tlsCerts.ts": "./src/shared/utils/tlsCerts.utils.ts",
"shared/git.ts": "./src/shared/utils/git.utils.ts",
"shared/configManager.ts": "./src/shared/config/configManager.ts",
"shared/configSchema.ts": "./src/shared/config/configSchema.ts",
"shared/dynamicFormatter.ts": "./src/shared/utils/dynamicFormatter.ts"
}
}