forked from microsoft/debugpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcgmanifest.json
More file actions
54 lines (54 loc) · 1.23 KB
/
cgmanifest.json
File metadata and controls
54 lines (54 loc) · 1.23 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
44
45
46
47
48
49
50
51
52
53
54
{
"Registrations": [
{
"Component": {
"Type": "pip",
"pip": { "Name": "isort", "Version": "4.2.15" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"pip": { "Name": "autopep8", "Version": "1.3" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"pip": { "Name": "pycodestyle", "Version": "2.3.1" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"pip": { "Name": "pydevd", "Version": "2.1.0" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"Name": "winappdbg",
"RepositoryUrl": "https://github.com/fabioz/winappdbg",
"CommitHash": "1603870dc3fa3d2984ef23b6d77e400fb0a21b99"
},
"DevelopmentDependency": false
}
},
{
"Component": {
"Type": "git",
"git": {
"Name": "bytecode",
"RepositoryUrl": "https://github.com/vstinner/bytecode",
"CommitHash": "e3e77fb690ed05ac171e15694e1c5d0e0dc34e86"
},
"DevelopmentDependency": false
}
}
]
}