package.json 6.2 KB
Newer Older
E
Erich Gamma 已提交
1
{
A
Alex Dima 已提交
2
  "name": "code-oss-dev",
D
Dirk Baeumer 已提交
3
  "version": "1.48.0",
K
kieferrm 已提交
4
  "distro": "805dcb641373964d569e29bb3ff662f8d3cda469",
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",
25
    "watch-extensions": "gulp watch-extensions --max_old_space_size=4095",
26
    "mocha": "mocha test/unit/node/all.js --delay",
A
Alex Dima 已提交
27 28
    "precommit": "node build/gulpfile.hygiene.js",
    "gulp": "gulp --max_old_space_size=8192",
J
Joao Moreno 已提交
29
    "electron": "node build/lib/electron",
A
Alex Dima 已提交
30 31 32 33 34 35
    "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",
36
    "valid-layers-check": "node build/lib/layersChecker.js",
M
Matt Bierner 已提交
37
    "strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
38
    "update-distro": "node build/npm/update-distro.js",
39
    "web": "node resources/serverless/code-web.js",
40 41
    "compile-web": "gulp compile-web --max_old_space_size=4095",
    "watch-web": "gulp watch-web --max_old_space_size=4095",
42
    "eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions"
A
Alex Dima 已提交
43 44 45
  },
  "dependencies": {
    "applicationinsights": "1.0.8",
B
Benjamin Pasero 已提交
46
    "chokidar": "3.2.3",
47
    "graceful-fs": "4.2.3",
A
Alex Dima 已提交
48
    "http-proxy-agent": "^2.1.0",
C
Christof Marti 已提交
49
    "https-proxy-agent": "^2.2.3",
50
    "iconv-lite-umd": "0.6.5",
B
Benjamin Pasero 已提交
51
    "jschardet": "2.1.1",
52
    "keytar": "^5.5.0",
D
Daniel Imms 已提交
53
    "minimist": "^1.2.5",
B
Benjamin Pasero 已提交
54
    "native-is-elevated": "0.4.1",
A
Alex Dima 已提交
55
    "native-keymap": "2.1.2",
56
    "native-watchdog": "1.3.0",
D
Daniel Imms 已提交
57
    "node-pty": "0.10.0-beta8",
S
Sandeep Somavarapu 已提交
58
    "semver-umd": "^5.5.7",
J
Joao Moreno 已提交
59
    "spdlog": "^0.11.1",
B
Benjamin Pasero 已提交
60
    "sudo-prompt": "9.1.1",
A
Alex Dima 已提交
61
    "v8-inspect-profiler": "^0.0.20",
R
Robo 已提交
62
    "vscode-nsfw": "1.2.8",
A
Alex Dima 已提交
63
    "vscode-oniguruma": "1.3.1",
C
Christof Marti 已提交
64
    "vscode-proxy-agent": "^0.5.2",
65
    "vscode-ripgrep": "^1.7.0",
R
Richard Townsend 已提交
66
    "vscode-sqlite3": "4.0.10",
A
Alex Dima 已提交
67
    "vscode-textmate": "5.2.0",
D
Daniel Imms 已提交
68 69 70 71
    "xterm": "4.7.0-beta.3",
    "xterm-addon-search": "0.7.0",
    "xterm-addon-unicode11": "0.2.0",
    "xterm-addon-webgl": "0.7.0",
A
Alex Dima 已提交
72 73 74 75 76
    "yauzl": "^2.9.2",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
    "7zip": "0.0.6",
77
    "@types/applicationinsights": "0.20.0",
78
    "@types/chokidar": "2.1.3",
A
Alex Dima 已提交
79
    "@types/cookie": "^0.3.3",
80
    "@types/debug": "^4.1.5",
81
    "@types/graceful-fs": "4.1.2",
C
Christof Marti 已提交
82
    "@types/http-proxy-agent": "^2.0.1",
A
Alex Dima 已提交
83
    "@types/keytar": "^4.4.0",
D
Daniel Imms 已提交
84
    "@types/minimist": "^1.2.0",
A
Alex Dima 已提交
85
    "@types/mocha": "2.2.39",
86
    "@types/node": "^12.11.7",
A
Alex Dima 已提交
87
    "@types/sinon": "^1.16.36",
88
    "@types/vscode-windows-registry": "^1.0.0",
A
Alex Dima 已提交
89
    "@types/webpack": "^4.4.10",
90
    "@types/windows-foreground-love": "^0.3.0",
B
Benjamin Pasero 已提交
91
    "@types/windows-mutex": "^0.4.0",
92
    "@types/windows-process-tree": "^0.2.0",
A
Alex Dima 已提交
93
    "@types/winreg": "^1.2.30",
94 95
    "@types/yauzl": "^2.9.1",
    "@types/yazl": "^2.4.2",
96
    "@typescript-eslint/eslint-plugin": "3.2.0",
M
Matt Bierner 已提交
97
    "@typescript-eslint/parser": "^3.3.0",
A
Alex Dima 已提交
98 99 100
    "ansi-colors": "^3.2.3",
    "asar": "^0.14.0",
    "chromium-pickle-js": "^0.2.0",
101
    "concurrently": "^5.2.0",
A
Alex Dima 已提交
102 103
    "copy-webpack-plugin": "^4.5.2",
    "cson-parser": "^1.3.3",
104
    "css-loader": "^3.2.0",
A
Alex Dima 已提交
105
    "debounce": "^1.0.0",
J
deemon  
João Moreno 已提交
106
    "deemon": "^1.4.0",
D
deepak1556 已提交
107
    "electron": "7.3.2",
108
    "eslint": "6.8.0",
109
    "eslint-plugin-jsdoc": "^19.1.0",
A
Alex Dima 已提交
110 111 112
    "event-stream": "3.3.4",
    "fancy-log": "^1.3.3",
    "fast-plist": "0.1.2",
113
    "file-loader": "^4.2.0",
A
Alex Dima 已提交
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
    "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",
131
    "gulp-tsb": "4.0.5",
A
Alex Dima 已提交
132 133
    "gulp-untar": "^0.0.7",
    "gulp-vinyl-zip": "^2.1.2",
134
    "husky": "^0.13.1",
A
Alex Dima 已提交
135 136
    "innosetup": "5.6.1",
    "is": "^3.1.0",
A
Alexandru Dima 已提交
137 138 139 140 141
    "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 已提交
142 143 144 145 146 147 148 149
    "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",
150
    "opn": "^6.0.0",
A
Alex Dima 已提交
151 152
    "optimist": "0.3.5",
    "p-all": "^1.0.0",
B
Benjamin Pasero 已提交
153
    "playwright": "1.0.1",
A
Alex Dima 已提交
154 155 156 157 158 159
    "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",
160
    "style-loader": "^1.0.0",
A
Alex Dima 已提交
161
    "ts-loader": "^4.4.2",
162
    "typescript": "^4.0.0-dev.20200629",
A
Alex Dima 已提交
163 164 165 166 167
    "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 已提交
168
    "vscode-debugprotocol": "1.41.0",
A
Alex Dima 已提交
169
    "vscode-nls-dev": "^3.3.1",
170 171 172
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12",
    "webpack-stream": "^5.2.1",
A
Alex Dima 已提交
173
    "yaserver": "^0.2.0"
A
Alex Dima 已提交
174 175 176 177 178 179 180 181 182
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/vscode.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode/issues"
  },
  "optionalDependencies": {
183
    "vscode-windows-ca-certs": "0.2.0",
A
Alex Dima 已提交
184 185
    "vscode-windows-registry": "1.0.2",
    "windows-foreground-love": "0.2.0",
186
    "windows-mutex": "0.3.0",
A
Alex Dima 已提交
187 188
    "windows-process-tree": "0.2.4"
  }
R
Rob Lourens 已提交
189
}