forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "onivim2-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@onivim/request-light": "0.4.1",
"@onivim/vscode-exthost": "1.57.1001",
"fs-extra": "^8.1.0",
"node-pty": "0.11.0-beta7",
"sudo-prompt": "^9.0.0",
"vscode-proxy-agent": "^0.11.0",
"yauzl": "^2.5.1"
},
"jest": {
"testRegex": "./lib/test/*.*"
},
"author": "",
"license": "SEE LICENSE IN README.md",
"devDependencies": {
"@types/node": "^11.9.5",
"typescript": "^3.3.3333"
},
"resolutions": {
"graceful-fs": "4.2.4",
"debug": "3.2.6",
"ms": "2.1.2",
"agent-base": "6.0.2",
"node-pty": "0.11.0-beta5",
"vscode-proxy-agent": "0.11.0",
"http-proxy-agent": "4.0.1",
"https-proxy-agent": "5.0.0",
"file-uri-to-path": "2.0.0",
"socks-proxy-agent": "5.0.0",
"socks": "2.6.1"
}
}