Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/build/package.json
3520 views
1
{
2
"name": "code-oss-dev-build",
3
"version": "1.0.0",
4
"license": "MIT",
5
"devDependencies": {
6
"@azure/core-auth": "^1.9.0",
7
"@azure/cosmos": "^3",
8
"@azure/identity": "^4.2.1",
9
"@azure/msal-node": "^2.16.1",
10
"@azure/storage-blob": "^12.25.0",
11
"@electron/get": "^2.0.0",
12
"@electron/osx-sign": "^2.0.0",
13
"@types/ansi-colors": "^3.2.0",
14
"@types/byline": "^4.2.32",
15
"@types/debounce": "^1.0.0",
16
"@types/debug": "^4.1.5",
17
"@types/fancy-log": "^1.3.0",
18
"@types/fs-extra": "^9.0.12",
19
"@types/glob": "^7.1.1",
20
"@types/gulp": "^4.0.17",
21
"@types/gulp-filter": "^3.0.32",
22
"@types/gulp-flatmap": "^1.0.0",
23
"@types/gulp-gzip": "^0.0.31",
24
"@types/gulp-json-editor": "^2.2.31",
25
"@types/gulp-plumber": "^0.0.37",
26
"@types/gulp-rename": "^0.0.33",
27
"@types/gulp-replace": "^0.0.31",
28
"@types/gulp-sort": "^2.0.4",
29
"@types/gulp-sourcemaps": "^0.0.32",
30
"@types/jws": "^3.2.10",
31
"@types/lazy.js": "^0.5.9",
32
"@types/mime": "0.0.29",
33
"@types/minimatch": "^3.0.3",
34
"@types/minimist": "^1.2.1",
35
"@types/node": "22.x",
36
"@types/p-all": "^1.0.0",
37
"@types/pump": "^1.0.1",
38
"@types/rimraf": "^2.0.4",
39
"@types/through": "^0.0.29",
40
"@types/through2": "^2.0.36",
41
"@types/vinyl": "^2.0.12",
42
"@types/workerpool": "^6.4.0",
43
"@types/xml2js": "0.0.33",
44
"@vscode/iconv-lite-umd": "0.7.0",
45
"@vscode/ripgrep": "^1.15.13",
46
"@vscode/vsce": "3.6.1",
47
"ansi-colors": "^3.2.3",
48
"byline": "^5.0.0",
49
"debug": "^4.3.2",
50
"esbuild": "0.25.5",
51
"extract-zip": "^2.0.1",
52
"gulp-merge-json": "^2.1.1",
53
"gulp-sort": "^2.0.0",
54
"jsonc-parser": "^2.3.0",
55
"jws": "^4.0.0",
56
"mime": "^1.4.1",
57
"source-map": "0.6.1",
58
"ternary-stream": "^3.0.0",
59
"through2": "^4.0.2",
60
"tree-sitter": "^0.22.4",
61
"vscode-universal-bundler": "^0.1.3",
62
"workerpool": "^6.4.0",
63
"yauzl": "^2.10.0"
64
},
65
"type": "commonjs",
66
"scripts": {
67
"compile": "cd .. && npx tsgo --project build/tsconfig.build.json",
68
"watch": "cd .. && npx tsgo --project build/tsconfig.build.json --watch",
69
"npmCheckJs": "cd .. && npx tsgo --project build/tsconfig.build.json --noEmit"
70
},
71
"optionalDependencies": {
72
"tree-sitter-typescript": "^0.23.2",
73
"vscode-gulp-watch": "^5.0.3"
74
},
75
"overrides": {
76
"path-scurry": {
77
"lru-cache": "11.2.1"
78
}
79
}
80
}
81
82