forked from microsoft/winget-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcgmanifest.json
More file actions
51 lines (51 loc) · 1.28 KB
/
cgmanifest.json
File metadata and controls
51 lines (51 loc) · 1.28 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
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/cpprestsdk.git",
"commitHash": "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/ronomon/pure.git",
"commitHash": "fd54913e65338e678440ae66b3b5022ab23b761b"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/xlang",
"commitHash": "cfe510d0d2b07484fea2c6d77163de017738c100"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/sfs-client.git",
"commitHash": "ff315ecfa2ef2953d8a808e51e8a61a4e0759180"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/yaml/libyaml.git",
"commitHash": "840b65c40675e2d06bf40405ad3f12dec7f35923"
}
}
}
],
"Version": 1
}