forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.47 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
{
"name": "vscode-reh",
"version": "0.0.0",
"private": true,
"dependencies": {
"@github/copilot": "^1.0.77",
"@github/copilot-sdk": "^1.0.8",
"@microsoft/1ds-core-js": "^4.4.3",
"@microsoft/1ds-post-js": "^4.4.3",
"@microsoft/mxc-sdk": "0.7.0",
"@parcel/watcher": "^2.6.0",
"@vscode/copilot-api": "^0.4.5",
"@vscode/deviceid": "^0.1.5",
"@vscode/fs-copyfile": "3.0.0",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
"@vscode/proxy-agent": "^0.44.0",
"@vscode/ripgrep-universal": "^1.18.0",
"@vscode/sandbox-runtime": "0.0.1",
"@vscode/spdlog": "^0.15.8",
"@vscode/sqlite3": "5.1.14-vscode",
"@vscode/tree-sitter-wasm": "^0.3.1",
"@vscode/vscode-languagedetection": "1.0.23",
"@vscode/windows-process-tree": "^0.8.0",
"@vscode/windows-registry": "^1.2.0",
"@xterm/addon-clipboard": "^0.3.0-beta.288",
"@xterm/addon-image": "^0.10.0-beta.288",
"@xterm/addon-ligatures": "^0.11.0-beta.288",
"@xterm/addon-progress": "^0.3.0-beta.288",
"@xterm/addon-search": "^0.17.0-beta.288",
"@xterm/addon-serialize": "^0.15.0-beta.288",
"@xterm/addon-unicode11": "^0.10.0-beta.288",
"@xterm/addon-webgl": "^0.20.0-beta.287",
"@xterm/headless": "^6.1.0-beta.288",
"@xterm/xterm": "^6.1.0-beta.288",
"cookie": "^2.0.1",
"detect-libc": "^2.1.2",
"http-proxy-agent": "^9.1.0",
"https-proxy-agent": "^9.1.0",
"jschardet": "3.1.4",
"katex": "^0.18.1",
"kerberos": "7.0.0",
"minimist": "^1.2.8",
"node-addon-api": "^8.9.1",
"node-pty": "^1.2.0-beta.13",
"ssh2": "^1.17.0",
"tar": "^7.5.22",
"tas-client": "0.4.1",
"vscode-oniguruma": "2.0.1",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.2",
"ws": "^8.21.1",
"yauzl": "^3.4.0",
"yazl": "^3.3.1",
"zod": "^4.4.3"
},
"overrides": {
"node-gyp-build": "4.8.1",
"[email protected]": {
"node-addon-api": "7.1.0"
},
"yauzl": "^3.4.0"
},
"allowScripts": {
"[email protected]": true,
"[email protected]": true,
"@parcel/[email protected]": true,
"@vscode/[email protected]": true,
"@vscode/[email protected]": true,
"@vscode/[email protected]": true,
"@vscode/[email protected]": true,
"@vscode/[email protected]": true,
"ssh2": false,
"@vscode/[email protected]": true,
"cpu-features": false,
"@vscode/[email protected]": true,
"@vscode/[email protected]": true
}
}