-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathcgmanifest.json
More file actions
76 lines (76 loc) · 1.88 KB
/
cgmanifest.json
File metadata and controls
76 lines (76 loc) · 1.88 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "maven",
"maven": {
"GroupId": "com.squareup.okhttp3",
"ArtifactId": "okhttp",
"Version": "4.9.2"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/zaphoyd/websocketpp",
"CommitHash": "56123c87598f8b1dd471be83ca841ceae07f95ba"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/chriskohlhoff/asio",
"CommitHash": "03ae834edbace31a96157b89bf50e5ee464e5ef9"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/laudrup/boost-wintls",
"CommitHash": "5a16a857e03b8d75d0aed8a5ad918bca442dbe27"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/openssl/openssl",
"CommitHash": "8aaca20cf9996257d1ce2e6f4d3059b3698dde3d"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/curl/curl",
"CommitHash": "801bd5138ce31aa0d906fa4e2eabfc599d74e793"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/madler/zlib",
"CommitHash": "da607da739fa6047df13e66a2af6b8bec7c2a498"
}
},
"DevelopmentDependency": false
}
]
}