AI_Assistant/node_modules/vscode/package.json

40 lines
884 B
JSON
Raw Normal View History

2023-01-08 03:00:40 +00:00
{
"name": "vscode",
"version": "1.1.37",
"typings": "vscode.d.ts",
"scripts": {
"prepare": "tsc -p ./",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
},
"bin": {
"vscode-install": "./bin/install"
},
"engines": {
"node": ">=8.9.3"
},
"dependencies": {
"glob": "^7.1.2",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"mocha": "^5.2.0",
"semver": "^5.4.1",
"source-map-support": "^0.5.0",
"vscode-test": "^0.4.1"
},
"devDependencies": {
"@types/glob": "^5.0.33",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.8"
},
"license": "MIT",
"author": "Visual Studio Code Team",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-vscode.git"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode-extension-vscode/issues"
}
}