forked from microsoft/debugpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
66 lines (66 loc) · 1.6 KB
/
cgmanifest.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"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.7.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/MatthieuDartiailh/bytecode",
"CommitHash": "ccb8a7b4bf12a85ff53c3c42517d2633c5225829"
},
"DevelopmentDependency": false
}
},
{
"Component": {
"Type": "git",
"git": {
"Name": "scandir",
"RepositoryUrl": "https://github.com/benhoyt/scandir",
"CommitHash": "6ed381881bc2fb9de05804e892eeeeb3601a3af2"
},
"DevelopmentDependency": false
}
}
]
}