package.json 6.6 KB
Newer Older
E
Erich Gamma 已提交
1
{
A
Alex Dima 已提交
2
  "name": "code-oss-dev",
R
rebornix 已提交
3
  "version": "1.49.0",
S
Sandeep Somavarapu 已提交
4
  "distro": "97bd451b684ef610d9752cf941451085fc6e0d91",
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 16
    "preinstall": "node build/npm/preinstall.js",
    "postinstall": "node build/npm/postinstall.js",
    "compile": "gulp compile --max_old_space_size=4095",
17
    "watch": "concurrently \"npm:watch-client\" \"npm: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
Alex Dima 已提交
24
    "watch-client": "gulp watch-client --max_old_space_size=4095",
J
João Moreno 已提交
25
    "watch-clientd": "deemon yarn watch-client",
A
Alex Ross 已提交
26
    "kill-watch-clientd": "deemon --kill yarn watch-client",
27
    "watch-extensions": "gulp watch-extensions --max_old_space_size=4095",
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",
A
Alex Dima 已提交
31 32
    "precommit": "node build/gulpfile.hygiene.js",
    "gulp": "gulp --max_old_space_size=8192",
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",
A
annkamsk 已提交
40
    "tsec-compile-check": "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",
45 46
    "compile-web": "gulp compile-web --max_old_space_size=4095",
    "watch-web": "gulp watch-web --max_old_space_size=4095",
47
    "eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions"
A
Alex Dima 已提交
48 49 50
  },
  "dependencies": {
    "applicationinsights": "1.0.8",
B
Benjamin Pasero 已提交
51
    "chokidar": "3.2.3",
52
    "graceful-fs": "4.2.3",
A
Alex Dima 已提交
53
    "http-proxy-agent": "^2.1.0",
C
Christof Marti 已提交
54
    "https-proxy-agent": "^2.2.3",
55
    "iconv-lite-umd": "0.6.8",
56
    "jschardet": "2.2.1",
57
    "keytar": "^5.5.0",
D
Daniel Imms 已提交
58
    "minimist": "^1.2.5",
B
Benjamin Pasero 已提交
59
    "native-is-elevated": "0.4.1",
A
Alex Dima 已提交
60
    "native-keymap": "2.2.0",
61
    "native-watchdog": "1.3.0",
D
Daniel Imms 已提交
62
    "node-pty": "0.10.0-beta8",
S
Sandeep Somavarapu 已提交
63
    "semver-umd": "^5.5.7",
J
Joao Moreno 已提交
64
    "spdlog": "^0.11.1",
B
Benjamin Pasero 已提交
65
    "sudo-prompt": "9.1.1",
66
    "tas-client": "^0.0.950",
A
Alex Dima 已提交
67
    "v8-inspect-profiler": "^0.0.20",
R
Robo 已提交
68
    "vscode-nsfw": "1.2.8",
A
Alex Dima 已提交
69
    "vscode-oniguruma": "1.3.1",
C
Christof Marti 已提交
70
    "vscode-proxy-agent": "^0.5.2",
R
Rob Lourens 已提交
71
    "vscode-ripgrep": "^1.8.0",
R
Richard Townsend 已提交
72
    "vscode-sqlite3": "4.0.10",
A
Alex Dima 已提交
73
    "vscode-textmate": "5.2.0",
D
Daniel Imms 已提交
74
    "xterm": "4.9.0-beta.8",
D
Daniel Imms 已提交
75 76
    "xterm-addon-search": "0.7.0",
    "xterm-addon-unicode11": "0.2.0",
D
Daniel Imms 已提交
77
    "xterm-addon-webgl": "0.8.0",
A
Alex Dima 已提交
78 79 80 81 82
    "yauzl": "^2.9.2",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
    "7zip": "0.0.6",
83
    "@types/applicationinsights": "0.20.0",
84
    "@types/chokidar": "2.1.3",
A
Alex Dima 已提交
85
    "@types/cookie": "^0.3.3",
86
    "@types/debug": "^4.1.5",
87
    "@types/graceful-fs": "4.1.2",
C
Christof Marti 已提交
88
    "@types/http-proxy-agent": "^2.0.1",
A
Alex Dima 已提交
89
    "@types/keytar": "^4.4.0",
D
Daniel Imms 已提交
90
    "@types/minimist": "^1.2.0",
A
Alex Dima 已提交
91
    "@types/mocha": "2.2.39",
92
    "@types/node": "^12.11.7",
A
Alex Dima 已提交
93
    "@types/sinon": "^1.16.36",
94
    "@types/vscode-windows-registry": "^1.0.0",
A
Alex Dima 已提交
95
    "@types/webpack": "^4.4.10",
96
    "@types/windows-foreground-love": "^0.3.0",
B
Benjamin Pasero 已提交
97
    "@types/windows-mutex": "^0.4.0",
98
    "@types/windows-process-tree": "^0.2.0",
A
Alex Dima 已提交
99
    "@types/winreg": "^1.2.30",
100 101
    "@types/yauzl": "^2.9.1",
    "@types/yazl": "^2.4.2",
102
    "@typescript-eslint/eslint-plugin": "3.2.0",
M
Matt Bierner 已提交
103
    "@typescript-eslint/parser": "^3.3.0",
A
Alex Dima 已提交
104
    "ansi-colors": "^3.2.3",
A
Alex Dima 已提交
105
    "asar": "^3.0.3",
A
Alex Dima 已提交
106
    "chromium-pickle-js": "^0.2.0",
107
    "concurrently": "^5.2.0",
A
Alex Dima 已提交
108 109
    "copy-webpack-plugin": "^4.5.2",
    "cson-parser": "^1.3.3",
110
    "css-loader": "^3.2.0",
A
Alex Dima 已提交
111
    "debounce": "^1.0.0",
J
deemon  
João Moreno 已提交
112
    "deemon": "^1.4.0",
R
Robo 已提交
113
    "electron": "9.2.1",
114
    "eslint": "6.8.0",
115
    "eslint-plugin-jsdoc": "^19.1.0",
A
Alex Dima 已提交
116 117 118
    "event-stream": "3.3.4",
    "fancy-log": "^1.3.3",
    "fast-plist": "0.1.2",
119
    "file-loader": "^4.2.0",
A
Alex Dima 已提交
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
    "glob": "^5.0.13",
    "gulp": "^4.0.0",
    "gulp-atom-electron": "^1.22.0",
    "gulp-azure-storage": "^0.10.0",
    "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",
    "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",
137
    "gulp-tsb": "4.0.5",
A
Alex Dima 已提交
138 139
    "gulp-untar": "^0.0.7",
    "gulp-vinyl-zip": "^2.1.2",
140
    "husky": "^0.13.1",
J
João Moreno 已提交
141
    "innosetup": "6.0.5",
A
Alex Dima 已提交
142
    "is": "^3.1.0",
A
Alexandru Dima 已提交
143 144 145 146 147
    "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 已提交
148 149 150 151 152 153 154 155
    "jsdom-no-contextify": "^3.1.0",
    "lazy.js": "^0.4.2",
    "merge-options": "^1.0.1",
    "mime": "^1.4.1",
    "minimatch": "^3.0.4",
    "mkdirp": "^0.5.0",
    "mocha": "^2.2.5",
    "mocha-junit-reporter": "^1.17.0",
156
    "opn": "^6.0.0",
A
Alex Dima 已提交
157 158
    "optimist": "0.3.5",
    "p-all": "^1.0.0",
B
Benjamin Pasero 已提交
159
    "playwright": "1.0.1",
A
Alex Dima 已提交
160 161 162 163 164 165
    "pump": "^1.0.1",
    "queue": "3.0.6",
    "rcedit": "^1.1.0",
    "rimraf": "^2.2.8",
    "sinon": "^1.17.2",
    "source-map": "^0.4.4",
166
    "style-loader": "^1.0.0",
A
Alex Dima 已提交
167
    "ts-loader": "^4.4.2",
A
annkamsk 已提交
168
    "tsec": "googleinterns/tsec",
169
    "typescript": "^4.1.0-dev.20200824",
A
Alex Dima 已提交
170 171 172 173 174
    "typescript-formatter": "7.1.0",
    "underscore": "^1.8.2",
    "vinyl": "^2.0.0",
    "vinyl-fs": "^3.0.0",
    "vsce": "1.48.0",
A
Andre Weinand 已提交
175
    "vscode-debugprotocol": "1.41.0",
A
Alex Dima 已提交
176
    "vscode-nls-dev": "^3.3.1",
177 178 179
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12",
    "webpack-stream": "^5.2.1",
A
Alex Dima 已提交
180
    "yaserver": "^0.2.0"
A
Alex Dima 已提交
181 182 183 184 185 186 187 188 189
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/vscode.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode/issues"
  },
  "optionalDependencies": {
190
    "vscode-windows-ca-certs": "0.2.0",
A
Alex Dima 已提交
191 192
    "vscode-windows-registry": "1.0.2",
    "windows-foreground-love": "0.2.0",
193
    "windows-mutex": "0.3.0",
A
Alex Dima 已提交
194 195
    "windows-process-tree": "0.2.4"
  }
S
Sandeep Somavarapu 已提交
196
}