package.json 8.7 KB
Newer Older
E
Erich Gamma 已提交
1
{
M
Matt Bierner 已提交
2
  "name": "code-oss-dev",
R
Raymond Zhao 已提交
3
  "version": "1.60.0",
S
Sandeep Somavarapu 已提交
4
  "distro": "0ea9111ff3b92a2070f03c531e3af26435112451",
M
Matt Bierner 已提交
5 6 7 8 9 10 11 12 13 14 15 16
  "author": {
    "name": "Microsoft Corporation"
  },
  "license": "MIT",
  "main": "./out/main",
  "private": true,
  "scripts": {
    "test": "mocha",
    "test-browser": "node test/unit/browser/index.js",
    "preinstall": "node build/npm/preinstall.js",
    "postinstall": "node build/npm/postinstall.js",
    "compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
17
    "watch": "npm-run-all -lp watch-client watch-extensions",
M
Matt Bierner 已提交
18 19 20 21 22 23 24 25 26
    "watchd": "deemon yarn watch",
    "watch-webd": "deemon yarn watch-web",
    "kill-watchd": "deemon --kill yarn watch",
    "kill-watch-webd": "deemon --kill yarn watch-web",
    "restart-watchd": "deemon --restart yarn watch",
    "restart-watch-webd": "deemon --restart yarn watch-web",
    "watch-client": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-client",
    "watch-clientd": "deemon yarn watch-client",
    "kill-watch-clientd": "deemon --kill yarn watch-client",
27
    "watch-extensions": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
M
Matt Bierner 已提交
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    "watch-extensionsd": "deemon yarn watch-extensions",
    "kill-watch-extensionsd": "deemon --kill yarn watch-extensions",
    "mocha": "mocha test/unit/node/all.js --delay",
    "precommit": "node build/hygiene.js",
    "gulp": "node --max_old_space_size=8192 ./node_modules/gulp/bin/gulp.js",
    "electron": "node build/lib/electron",
    "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 && yarn compile && node test/index.js",
    "smoketest-no-compile": "cd test/smoke && node test/index.js",
    "download-builtin-extensions": "node build/lib/builtInExtensions.js",
    "download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
    "monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
    "tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
43
    "vscode-dts-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.vscode-dts.json && node node_modules/tsec/bin/tsec -p src/tsconfig.vscode-proposed-dts.json",
M
Matt Bierner 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
    "valid-layers-check": "node build/lib/layersChecker.js",
    "update-distro": "node build/npm/update-distro.js",
    "web": "node resources/web/code-web.js",
    "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",
    "eslint": "node build/eslint",
    "playwright-install": "node build/azure-pipelines/common/installPlaywright.js",
    "compile-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-build",
    "compile-extensions-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-extensions-build",
    "minify-vscode": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode",
    "minify-vscode-reh": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
    "minify-vscode-reh-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
    "hygiene": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
    "core-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js core-ci",
    "extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci"
  },
  "dependencies": {
61
    "@microsoft/applicationinsights-web": "^2.6.4",
62
    "@vscode/sqlite3": "4.0.12",
63
    "@vscode/vscode-languagedetection": "1.0.20",
M
Matt Bierner 已提交
64 65
    "applicationinsights": "1.0.8",
    "chokidar": "3.5.1",
B
Benjamin Pasero 已提交
66
    "graceful-fs": "4.2.6",
M
Matt Bierner 已提交
67 68 69
    "http-proxy-agent": "^2.1.0",
    "https-proxy-agent": "^2.2.3",
    "iconv-lite-umd": "0.6.8",
B
Benjamin Pasero 已提交
70
    "jschardet": "3.0.0",
M
Matt Bierner 已提交
71 72 73 74 75
    "keytar": "7.2.0",
    "minimist": "^1.2.5",
    "native-is-elevated": "0.4.3",
    "native-keymap": "2.2.1",
    "native-watchdog": "1.3.0",
D
deepak1556 已提交
76
    "node-pty": "0.11.0-beta7",
M
Matt Bierner 已提交
77
    "nsfw": "2.1.2",
78
    "spdlog": "^0.13.0",
M
Matt Bierner 已提交
79 80
    "sudo-prompt": "9.2.1",
    "tas-client-umd": "0.1.4",
J
Johannes Rieken 已提交
81
    "v8-inspect-profiler": "^0.0.22",
82
    "vscode-oniguruma": "1.5.1",
83
    "vscode-proxy-agent": "^0.11.0",
M
Matt Bierner 已提交
84
    "vscode-regexpp": "^3.1.0",
85
    "vscode-ripgrep": "^1.12.0",
86
    "vscode-textmate": "5.4.0",
D
Daniel Imms 已提交
87
    "xterm": "4.14.0-beta.22",
D
Daniel Imms 已提交
88
    "xterm-addon-search": "0.9.0-beta.4",
D
Daniel Imms 已提交
89
    "xterm-addon-serialize": "0.6.0-beta.8",
D
Daniel Imms 已提交
90
    "xterm-addon-unicode11": "0.3.0-beta.6",
91
    "xterm-addon-webgl": "0.12.0-beta.10",
D
Daniel Imms 已提交
92
    "xterm-headless": "4.14.0-beta.12",
M
Matt Bierner 已提交
93 94 95 96
    "yauzl": "^2.9.2",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
D
Daniel Imms 已提交
97
    "7zip": "0.0.6",
M
Matt Bierner 已提交
98 99 100 101 102 103 104 105 106 107 108 109
    "@types/applicationinsights": "0.20.0",
    "@types/chokidar": "2.1.3",
    "@types/cookie": "^0.3.3",
    "@types/copy-webpack-plugin": "^6.0.3",
    "@types/cssnano": "^4.0.0",
    "@types/debug": "4.1.5",
    "@types/graceful-fs": "4.1.2",
    "@types/gulp-postcss": "^8.0.0",
    "@types/http-proxy-agent": "^2.0.1",
    "@types/keytar": "^4.4.0",
    "@types/minimist": "^1.2.1",
    "@types/mocha": "^8.2.0",
110
    "@types/node": "14.x",
111 112
    "@types/sinon": "^10.0.2",
    "@types/sinon-test": "^2.4.2",
M
Matt Bierner 已提交
113 114 115
    "@types/trusted-types": "^1.0.6",
    "@types/vscode-windows-registry": "^1.0.0",
    "@types/webpack": "^4.41.25",
116
    "@types/wicg-file-system-access": "^2020.9.2",
M
Matt Bierner 已提交
117 118
    "@types/windows-foreground-love": "^0.3.0",
    "@types/windows-mutex": "^0.4.0",
119
    "@types/windows-process-tree": "^0.2.0",
M
Matt Bierner 已提交
120 121 122 123 124 125 126 127 128 129 130 131 132 133
    "@types/winreg": "^1.2.30",
    "@types/yauzl": "^2.9.1",
    "@types/yazl": "^2.4.2",
    "@typescript-eslint/eslint-plugin": "3.2.0",
    "@typescript-eslint/parser": "^3.3.0",
    "ansi-colors": "^3.2.3",
    "asar": "^3.0.3",
    "chromium-pickle-js": "^0.2.0",
    "copy-webpack-plugin": "^6.0.3",
    "cson-parser": "^1.3.3",
    "css-loader": "^3.2.0",
    "cssnano": "^4.1.11",
    "debounce": "^1.0.0",
    "deemon": "^1.4.0",
D
deepak1556 已提交
134
    "electron": "13.1.8",
M
Matt Bierner 已提交
135
    "eslint": "6.8.0",
136
    "eslint-plugin-header": "3.1.1",
M
Matt Bierner 已提交
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
    "eslint-plugin-jsdoc": "^19.1.0",
    "event-stream": "3.3.4",
    "fancy-log": "^1.3.3",
    "fast-plist": "0.1.2",
    "file-loader": "^4.2.0",
    "glob": "^5.0.13",
    "gulp": "^4.0.0",
    "gulp-atom-electron": "^1.30.1",
    "gulp-azure-storage": "^0.11.1",
    "gulp-bom": "^3.0.0",
    "gulp-buffer": "0.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^5.0.0",
    "gulp-filter": "^5.1.0",
    "gulp-flatmap": "^1.0.2",
    "gulp-gunzip": "^1.0.0",
    "gulp-gzip": "^1.4.2",
    "gulp-json-editor": "^2.5.0",
    "gulp-plumber": "^1.2.0",
    "gulp-postcss": "^9.0.0",
    "gulp-remote-retry-src": "^0.6.0",
    "gulp-rename": "^1.2.0",
    "gulp-replace": "^0.5.4",
    "gulp-shell": "^0.6.5",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-tsb": "4.0.6",
    "gulp-untar": "^0.0.7",
    "gulp-vinyl-zip": "^2.1.2",
    "husky": "^0.13.1",
    "innosetup": "6.0.5",
    "is": "^3.1.0",
    "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",
    "jsdom-no-contextify": "^3.1.0",
    "lazy.js": "^0.4.2",
    "merge-options": "^1.0.1",
    "mime": "^1.4.1",
    "minimatch": "^3.0.4",
    "minimist": "^1.2.5",
    "mkdirp": "^1.0.4",
    "mocha": "^8.2.1",
    "mocha-junit-reporter": "^2.0.0",
    "mocha-multi-reporters": "^1.5.1",
    "npm-run-all": "^4.1.5",
    "opn": "^6.0.0",
    "optimist": "0.3.5",
    "p-all": "^1.0.0",
187
    "path-browserify": "^1.0.1",
188
    "playwright": "1.12.3",
M
Matt Bierner 已提交
189 190 191 192 193
    "pump": "^1.0.1",
    "queue": "3.0.6",
    "rcedit": "^1.1.0",
    "request": "^2.85.0",
    "rimraf": "^2.2.8",
194 195
    "sinon": "^11.1.1",
    "sinon-test": "^3.1.0",
M
Matt Bierner 已提交
196 197 198
    "source-map": "0.6.1",
    "source-map-support": "^0.3.2",
    "style-loader": "^1.0.0",
199
    "ts-loader": "^9.2.3",
M
Matt Bierner 已提交
200
    "tsec": "0.1.4",
201
    "typescript": "^4.5.0-dev.20210817",
M
Matt Bierner 已提交
202
    "typescript-formatter": "7.1.0",
203
    "underscore": "^1.12.1",
D
Daniel Imms 已提交
204
    "util": "^0.12.4",
M
Matt Bierner 已提交
205 206
    "vinyl": "^2.0.0",
    "vinyl-fs": "^3.0.0",
A
Andre Weinand 已提交
207
    "vscode-debugprotocol": "1.48.0",
M
Matt Bierner 已提交
208
    "vscode-nls-dev": "^3.3.1",
L
Logan Ramos 已提交
209
    "vscode-telemetry-extractor": "^1.8.0",
210 211 212
    "webpack": "^5.42.0",
    "webpack-cli": "^4.7.2",
    "webpack-stream": "^6.1.2",
M
Matt Bierner 已提交
213 214 215 216 217 218 219 220 221 222 223 224
    "xml2js": "^0.4.17",
    "yaserver": "^0.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vscode.git"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode/issues"
  },
  "optionalDependencies": {
    "vscode-windows-registry": "1.0.3",
225
    "windows-foreground-love": "0.4.0",
B
Benjamin Pasero 已提交
226
    "windows-mutex": "0.4.1",
227
    "windows-process-tree": "0.3.0"
M
Matt Bierner 已提交
228 229 230 231 232
  },
  "resolutions": {
    "elliptic": "^6.5.3",
    "nwmatcher": "^1.4.4"
  }
D
Daniel Imms 已提交
233
}