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