package.json 7.4 KB
Newer Older
E
Erich Gamma 已提交
1
{
A
Alex Dima 已提交
2
  "name": "code-oss-dev",
R
Rachel Macfarlane 已提交
3
  "version": "1.53.0",
A
Alexandru Dima 已提交
4
  "distro": "ec9f3a8c2dc1286ad3c97c6f077e71f96406560e",
A
Alex Dima 已提交
5 6 7 8 9 10 11 12
  "author": {
    "name": "Microsoft Corporation"
  },
  "license": "MIT",
  "main": "./out/main",
  "private": true,
  "scripts": {
    "test": "mocha",
J
Johannes Rieken 已提交
13
    "test-browser": "node test/unit/browser/index.js",
A
Alex Dima 已提交
14 15
    "preinstall": "node build/npm/preinstall.js",
    "postinstall": "node build/npm/postinstall.js",
A
Alexandru Dima 已提交
16
    "compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
J
João Moreno 已提交
17
    "watch": "npm-run-all -lp watch-client watch-extensions",
J
deemon  
João Moreno 已提交
18
    "watchd": "deemon yarn watch",
E
Eric Amodio 已提交
19
    "watch-webd": "deemon yarn watch-web",
J
deemon  
João Moreno 已提交
20
    "kill-watchd": "deemon --kill yarn watch",
E
Eric Amodio 已提交
21
    "kill-watch-webd": "deemon --kill yarn watch-web",
J
deemon  
João Moreno 已提交
22
    "restart-watchd": "deemon --restart yarn watch",
E
Eric Amodio 已提交
23
    "restart-watch-webd": "deemon --restart yarn watch-web",
A
Alexandru Dima 已提交
24
    "watch-client": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-client",
J
João Moreno 已提交
25
    "watch-clientd": "deemon yarn watch-client",
A
Alex Ross 已提交
26
    "kill-watch-clientd": "deemon --kill yarn watch-client",
A
Alexandru Dima 已提交
27
    "watch-extensions": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions",
J
João Moreno 已提交
28
    "watch-extensionsd": "deemon yarn watch-extensions",
A
Alex Ross 已提交
29
    "kill-watch-extensionsd": "deemon --kill yarn watch-extensions",
30
    "mocha": "mocha test/unit/node/all.js --delay",
J
João Moreno 已提交
31
    "precommit": "node build/hygiene.js",
A
Alexandru Dima 已提交
32
    "gulp": "node --max_old_space_size=8192 ./node_modules/gulp/bin/gulp.js",
J
Joao Moreno 已提交
33
    "electron": "node build/lib/electron",
A
Alex Dima 已提交
34 35 36 37 38 39
    "7z": "7z",
    "update-grammars": "node build/npm/update-all-grammars.js",
    "update-localization-extension": "node build/npm/update-localization-extension.js",
    "smoketest": "cd test/smoke && node test/index.js",
    "download-builtin-extensions": "node build/lib/builtInExtensions.js",
    "monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
40
    "tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit",
41
    "valid-layers-check": "node build/lib/layersChecker.js",
M
Matt Bierner 已提交
42
    "strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
43
    "update-distro": "node build/npm/update-distro.js",
44
    "web": "node resources/web/code-web.js",
A
Alexandru Dima 已提交
45 46
    "compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
    "watch-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-web",
R
Robo 已提交
47
    "eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions",
D
deepak1556 已提交
48
    "electron-rebuild": "electron-rebuild --arch=arm64 --force --version=11.1.0",
J
João Moreno 已提交
49
    "playwright-install": "node node_modules/playwright/install.js"
A
Alex Dima 已提交
50 51 52
  },
  "dependencies": {
    "applicationinsights": "1.0.8",
B
Benjamin Pasero 已提交
53
    "chokidar": "3.4.3",
54
    "graceful-fs": "4.2.3",
A
Alex Dima 已提交
55
    "http-proxy-agent": "^2.1.0",
C
Christof Marti 已提交
56
    "https-proxy-agent": "^2.2.3",
57
    "iconv-lite-umd": "0.6.8",
58
    "jschardet": "2.2.1",
59
    "keytar": "7.2.0",
D
Daniel Imms 已提交
60
    "minimist": "^1.2.5",
B
Benjamin Pasero 已提交
61
    "native-is-elevated": "0.4.1",
A
Alex Dima 已提交
62
    "native-keymap": "2.2.1",
63
    "native-watchdog": "1.3.0",
R
Robo 已提交
64
    "node-pty": "0.10.0-beta18",
J
Joao Moreno 已提交
65
    "spdlog": "^0.11.1",
B
Benjamin Pasero 已提交
66
    "sudo-prompt": "9.1.1",
67
    "tas-client-umd": "0.1.2",
A
Alex Dima 已提交
68
    "v8-inspect-profiler": "^0.0.20",
D
deepak1556 已提交
69
    "vscode-nsfw": "1.2.9",
A
Alex Dima 已提交
70
    "vscode-oniguruma": "1.3.1",
C
Christof Marti 已提交
71
    "vscode-proxy-agent": "^0.5.2",
72
    "vscode-regexpp": "^3.1.0",
R
Rob Lourens 已提交
73
    "vscode-ripgrep": "^1.11.1",
R
Richard Townsend 已提交
74
    "vscode-sqlite3": "4.0.10",
A
Alex Dima 已提交
75
    "vscode-textmate": "5.2.0",
D
Daniel Imms 已提交
76 77 78 79
    "xterm": "4.10.0-beta.4",
    "xterm-addon-search": "0.8.0-beta.3",
    "xterm-addon-unicode11": "0.3.0-beta.3",
    "xterm-addon-webgl": "0.10.0-beta.1",
A
Alex Dima 已提交
80 81 82 83 84
    "yauzl": "^2.9.2",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
    "7zip": "0.0.6",
85
    "@types/applicationinsights": "0.20.0",
86
    "@types/chokidar": "2.1.3",
A
Alex Dima 已提交
87
    "@types/cookie": "^0.3.3",
88
    "@types/debug": "4.1.5",
89
    "@types/graceful-fs": "4.1.2",
C
Christof Marti 已提交
90
    "@types/http-proxy-agent": "^2.0.1",
A
Alex Dima 已提交
91
    "@types/keytar": "^4.4.0",
92 93 94
    "@types/minimist": "^1.2.1",
    "@types/mocha": "^8.2.0",
    "@types/node": "^12.19.9",
A
Alex Dima 已提交
95
    "@types/sinon": "^1.16.36",
96
    "@types/trusted-types": "^1.0.6",
97
    "@types/vscode-windows-registry": "^1.0.0",
A
Alex Dima 已提交
98
    "@types/webpack": "^4.4.10",
99
    "@types/windows-foreground-love": "^0.3.0",
B
Benjamin Pasero 已提交
100
    "@types/windows-mutex": "^0.4.0",
101
    "@types/windows-process-tree": "^0.2.0",
A
Alex Dima 已提交
102
    "@types/winreg": "^1.2.30",
103 104
    "@types/yauzl": "^2.9.1",
    "@types/yazl": "^2.4.2",
105
    "@typescript-eslint/eslint-plugin": "3.2.0",
M
Matt Bierner 已提交
106
    "@typescript-eslint/parser": "^3.3.0",
A
Alex Dima 已提交
107
    "ansi-colors": "^3.2.3",
A
Alex Dima 已提交
108
    "asar": "^3.0.3",
A
Alex Dima 已提交
109
    "chromium-pickle-js": "^0.2.0",
110
    "copy-webpack-plugin": "^6.0.3",
A
Alex Dima 已提交
111
    "cson-parser": "^1.3.3",
112
    "css-loader": "^3.2.0",
A
Alex Dima 已提交
113
    "debounce": "^1.0.0",
J
deemon  
João Moreno 已提交
114
    "deemon": "^1.4.0",
A
Alexandru Dima 已提交
115
    "electron": "11.1.0",
R
Robo 已提交
116
    "electron-rebuild": "2.0.3",
A
Alexandru Dima 已提交
117
    "eslint": "6.8.0",
118
    "eslint-plugin-jsdoc": "^19.1.0",
119
    "eslint-plugin-mocha": "8.0.0",
A
Alex Dima 已提交
120 121 122
    "event-stream": "3.3.4",
    "fancy-log": "^1.3.3",
    "fast-plist": "0.1.2",
123
    "file-loader": "^4.2.0",
124
    "github-releases": "^0.4.1",
A
Alex Dima 已提交
125
    "glob": "^5.0.13",
A
Alexandru Dima 已提交
126
    "gulp": "^4.0.0",
A
Alex Dima 已提交
127
    "gulp-atom-electron": "^1.22.0",
128
    "gulp-azure-storage": "^0.11.1",
129
    "gulp-bom": "^1.0.0",
A
Alex Dima 已提交
130 131 132 133 134 135 136
    "gulp-buffer": "0.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-cssnano": "^2.1.3",
    "gulp-eslint": "^5.0.0",
    "gulp-filter": "^5.1.0",
    "gulp-flatmap": "^1.0.2",
    "gulp-gunzip": "^1.0.0",
137
    "gulp-gzip": "^1.4.2",
A
Alex Dima 已提交
138 139 140 141 142 143
    "gulp-json-editor": "^2.5.0",
    "gulp-plumber": "^1.2.0",
    "gulp-remote-retry-src": "^0.6.0",
    "gulp-rename": "^1.2.0",
    "gulp-replace": "^0.5.4",
    "gulp-shell": "^0.6.5",
144
    "gulp-sourcemaps": "^1.11.0",
145
    "gulp-tsb": "4.0.5",
146
    "gulp-uglify": "^3.0.0",
A
Alex Dima 已提交
147 148
    "gulp-untar": "^0.0.7",
    "gulp-vinyl-zip": "^2.1.2",
149
    "husky": "^0.13.1",
J
João Moreno 已提交
150
    "innosetup": "6.0.5",
A
Alex Dima 已提交
151
    "is": "^3.1.0",
A
Alexandru Dima 已提交
152 153 154 155 156
    "istanbul-lib-coverage": "^3.0.0",
    "istanbul-lib-instrument": "^4.0.0",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-lib-source-maps": "^4.0.0",
    "istanbul-reports": "^3.0.0",
A
Alex Dima 已提交
157 158 159 160 161
    "jsdom-no-contextify": "^3.1.0",
    "lazy.js": "^0.4.2",
    "merge-options": "^1.0.1",
    "mime": "^1.4.1",
    "minimatch": "^3.0.4",
162
    "minimist": "^1.2.5",
A
Alex Dima 已提交
163
    "mkdirp": "^0.5.0",
A
Alexandru Dima 已提交
164
    "mocha": "^8.2.1",
C
Connor Peet 已提交
165
    "mocha-junit-reporter": "^2.0.0",
166
    "mocha-multi-reporters": "^1.5.1",
J
João Moreno 已提交
167
    "npm-run-all": "^4.1.5",
168
    "opn": "^6.0.0",
A
Alex Dima 已提交
169 170
    "optimist": "0.3.5",
    "p-all": "^1.0.0",
J
Johannes Rieken 已提交
171
    "playwright": "1.6.2",
A
Alex Dima 已提交
172 173 174
    "pump": "^1.0.1",
    "queue": "3.0.6",
    "rcedit": "^1.1.0",
175
    "request": "^2.85.0",
A
Alex Dima 已提交
176 177
    "rimraf": "^2.2.8",
    "sinon": "^1.17.2",
178
    "source-map": "^0.4.4",
A
Alexandru Dima 已提交
179
    "source-map-support": "^0.3.2",
180
    "style-loader": "^1.0.0",
181
    "terser": "^4.8.0",
182
    "ts-loader": "^6.2.1",
183
    "tsec": "googleinterns/tsec#7bf4ab23686500522341b977b3e2cc04b1f720b1",
184
    "typescript": "4.2.0-dev.20201207",
A
Alexandru Dima 已提交
185
    "typescript-formatter": "7.1.0",
A
Alex Dima 已提交
186
    "underscore": "^1.8.2",
187
    "vinyl": "^2.0.0",
A
Alexandru Dima 已提交
188
    "vinyl-fs": "^3.0.0",
A
Andre Weinand 已提交
189
    "vscode-debugprotocol": "1.43.0",
A
Alex Dima 已提交
190
    "vscode-nls-dev": "^3.3.1",
191
    "vscode-telemetry-extractor": "^1.6.0",
A
Alexandru Dima 已提交
192
    "webpack": "^4.43.0",
193 194
    "webpack-cli": "^3.3.12",
    "webpack-stream": "^5.2.1",
195
    "xml2js": "^0.4.17",
A
Alex Dima 已提交
196
    "yaserver": "^0.2.0"
A
Alex Dima 已提交
197 198 199
  },
  "repository": {
    "type": "git",
C
ChaseKnowlden 已提交
200
    "url": "https://github.com/microsoft/vscode.git"
A
Alex Dima 已提交
201 202
  },
  "bugs": {
C
ChaseKnowlden 已提交
203
    "url": "https://github.com/microsoft/vscode/issues"
A
Alex Dima 已提交
204 205
  },
  "optionalDependencies": {
R
Robo 已提交
206
    "vscode-windows-ca-certs": "^0.3.0",
S
SteVen Batten 已提交
207
    "vscode-windows-registry": "1.0.3",
A
Alex Dima 已提交
208
    "windows-foreground-love": "0.2.0",
209
    "windows-mutex": "0.3.0",
A
Alex Dima 已提交
210 211
    "windows-process-tree": "0.2.4"
  }
B
Benjamin Pasero 已提交
212
}