-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage-lock.json
More file actions
43 lines (43 loc) · 1.48 KB
/
package-lock.json
File metadata and controls
43 lines (43 loc) · 1.48 KB
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
42
43
{
"name": "hxcpp-debugger",
"version": "1.2.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lix": {
"version": "15.8.9",
"resolved": "https://registry.npmjs.org/lix/-/lix-15.8.9.tgz",
"integrity": "sha512-PeyaVHuq6I5q7Gf6YL74zhK9ASPGncF+L405my+waKcFFhtIF8LzrcNWGhcVuJwOHW1VD32+UiTRKoWbHwvvjg==",
"dev": true
},
"mkdirp": {
"version": "0.5.6",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"requires": {
"minimist": "^1.2.6"
},
"dependencies": {
"minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
}
}
},
"vscode-debugadapter": {
"version": "1.36.0",
"resolved": "https://registry.npmjs.org/vscode-debugadapter/-/vscode-debugadapter-1.36.0.tgz",
"integrity": "sha512-SYDoXAU4c54ZiHdz+Ib1mOZF876S1+dFrNJooa7VAg8sK4wTS0GJQGdqK52B5Hylff9bJJsPVTPIsI2+f9Zwjg==",
"requires": {
"mkdirp": "^0.5.1",
"vscode-debugprotocol": "1.36.0"
}
},
"vscode-debugprotocol": {
"version": "1.36.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.36.0.tgz",
"integrity": "sha512-F0MfcUkF88TfNf4iQbcmC+K9rA+zsrQpEz1XpTKidy5sMq8sYsJGUadYDGmmktfjRX+S/ebjHgM+YV/2qm6lVQ=="
}
}
}