forked from chatgptprojects/clear-code
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.source-versions.json
More file actions
117 lines (117 loc) · 3.49 KB
/
package.source-versions.json
File metadata and controls
117 lines (117 loc) · 3.49 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@anthropic-ai/claude-code",
"version": "2.1.88",
"description": "Claude Code — source-version dependencies (versions matching what the bundled code was built against)",
"bin": {
"claude": "cli.js"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"author": "Anthropic <support@anthropic.com>",
"license": "SEE LICENSE IN README.md",
"homepage": "https://github.com/anthropics/claude-code",
"bugs": {
"url": "https://github.com/anthropics/claude-code/issues"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/sdk": "0.74.0",
"@anthropic-ai/bedrock-sdk": "0.26.4",
"@anthropic-ai/vertex-sdk": "0.14.4",
"@anthropic-ai/foundry-sdk": "0.2.3",
"@anthropic-ai/mcpb": "2.1.2",
"@modelcontextprotocol/sdk": "1.29.0",
"@aws-sdk/client-bedrock": "3.1020.0",
"@aws-sdk/client-bedrock-runtime": "3.1020.0",
"@aws-sdk/credential-provider-node": "3.972.28",
"@aws-sdk/credential-providers": "3.1020.0",
"@smithy/core": "3.23.13",
"@smithy/node-http-handler": "4.5.1",
"@azure/identity": "4.13.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/api-logs": "0.208.0",
"@opentelemetry/core": "2.2.0",
"@opentelemetry/exporter-logs-otlp-http": "0.208.0",
"@opentelemetry/exporter-trace-otlp-http": "0.208.0",
"@opentelemetry/resources": "2.2.0",
"@opentelemetry/sdk-logs": "0.208.0",
"@opentelemetry/sdk-metrics": "2.2.0",
"@opentelemetry/sdk-trace-base": "2.2.0",
"chalk": "5.6.2",
"commander": "14.0.3",
"@commander-js/extra-typings": "14.0.0",
"cli-boxes": "4.0.1",
"cli-highlight": "2.1.11",
"figures": "6.1.0",
"strip-ansi": "7.2.0",
"wrap-ansi": "10.0.0",
"supports-hyperlinks": "4.4.0",
"indent-string": "5.0.0",
"emoji-regex": "10.6.0",
"asciichart": "1.5.25",
"react": "19.2.0",
"react-reconciler": "0.33.0",
"axios": "1.13.6",
"undici": "7.24.6",
"https-proxy-agent": "8.0.0",
"ws": "8.20.0",
"google-auth-library": "10.6.2",
"chokidar": "4.0.3",
"execa": "7.2.0",
"signal-exit": "4.1.0",
"tree-kill": "1.2.2",
"proper-lockfile": "4.1.2",
"shell-quote": "1.8.3",
"picomatch": "4.0.4",
"ignore": "7.0.5",
"p-map": "7.0.4",
"cacache": "20.0.4",
"zod": "4.0.0",
"ajv": "8.18.0",
"yaml": "2.8.3",
"marked": "17.0.5",
"turndown": "7.2.2",
"plist": "3.1.0",
"highlight.js": "11.11.1",
"xss": "1.0.15",
"qrcode": "1.5.4",
"fflate": "0.8.2",
"diff": "8.0.4",
"lodash-es": "4.17.21",
"semver": "7.7.4",
"lru-cache": "11.2.7",
"auto-bind": "5.0.1",
"bidi-js": "1.0.3",
"code-excerpt": "4.0.0",
"env-paths": "4.0.0",
"fuse.js": "7.1.0",
"get-east-asian-width": "1.5.0",
"stack-utils": "2.0.6",
"type-fest": "5.5.0",
"usehooks-ts": "3.1.1",
"vscode-languageserver-protocol": "3.17.5",
"@growthbook/growthbook": "1.6.5"
},
"optionalDependencies": {
"sharp": "^0.34.2",
"@img/sharp-darwin-arm64": "^0.34.2",
"@img/sharp-darwin-x64": "^0.34.2",
"@img/sharp-linux-arm": "^0.34.2",
"@img/sharp-linux-arm64": "^0.34.2",
"@img/sharp-linux-x64": "^0.34.2",
"@img/sharp-linuxmusl-arm64": "^0.34.2",
"@img/sharp-linuxmusl-x64": "^0.34.2",
"@img/sharp-win32-arm64": "^0.34.2",
"@img/sharp-win32-x64": "^0.34.2"
},
"devDependencies": {
"typescript": "^5.8.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"bun-types": "^1.2.0"
}
}