-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackages.lock.json
More file actions
95 lines (95 loc) · 3.31 KB
/
packages.lock.json
File metadata and controls
95 lines (95 loc) · 3.31 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"version": 2,
"dependencies": {
"net8.0": {
"Google.Apis": {
"type": "Transitive",
"resolved": "1.69.0",
"contentHash": "1TfjsXFejwIf7iWaE7A0FbnOEsk8FPlbdFAt1r+I8aSMQfLLdSVWCLdZz6TzuWVwoCGEuJUHTZ/FXdptdU3qWw==",
"dependencies": {
"Google.Apis.Core": "1.69.0"
}
},
"Google.Apis.Core": {
"type": "Transitive",
"resolved": "1.69.0",
"contentHash": "SXUcurNUPxYMtOnawvB2Av18VrPBC9W7So9q9ikmXIXLGiv4RX7Zbu4kc+8PbwTdd8wLt54r0PBGOT5RaKoTjQ==",
"dependencies": {
"Newtonsoft.Json": "13.0.3"
}
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"System.CodeDom": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A=="
},
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "10.0.4",
"contentHash": "V7+RO17s/tzCpgqyj6t5vb54HFCvrRaMEwTcKDwpoQK66DRROzSff6kqtzHyiWRj6hrQQUmW80NL4pFSNhYpYA=="
},
"System.Management": {
"type": "Transitive",
"resolved": "7.0.2",
"contentHash": "/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==",
"dependencies": {
"System.CodeDom": "7.0.0"
}
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "10.0.4",
"contentHash": "6g3B7jNsPRNf4luuYt1qE4R8S3JI+zMsfGWL9Idv4Mk1Z9Gh+rCagp9sG3AejPS87yBj1DjopM4i3wSz0WnEqg=="
},
"google.genai": {
"type": "Project",
"dependencies": {
"Google.Apis.Auth": "[1.69.0, )",
"Microsoft.Extensions.AI.Abstractions": "[10.4.1, )",
"MimeTypes": "[2.5.2, )"
}
},
"Google.Apis.Auth": {
"type": "CentralTransitive",
"requested": "[1.69.0, )",
"resolved": "1.69.0",
"contentHash": "ar07yxn/s41jdqQ3sMh8EAehiSvXQ9yE1MS4McmZINeSWvolnLHmIZ9Yxj4tHVIYYz0c7H/lpToVqm7C2aYx9g==",
"dependencies": {
"Google.Apis": "1.69.0",
"Google.Apis.Core": "1.69.0",
"System.Management": "7.0.2"
}
},
"Microsoft.Extensions.AI.Abstractions": {
"type": "CentralTransitive",
"requested": "[10.4.1, )",
"resolved": "10.4.1",
"contentHash": "ZxhU/wg9BOc3ohibhLl18toPLWm96ysQoE+3OhCgrZ0TUPZd7bsUmGteeatz08yweyuPIEhtyUzEZTF+3bMWEQ==",
"dependencies": {
"System.Text.Json": "10.0.4"
}
},
"MimeTypes": {
"type": "CentralTransitive",
"requested": "[2.5.2, )",
"resolved": "2.5.2",
"contentHash": "vm4xrNt+i6OVRQ8vhfCcmDIUg3qvjyCTkSTNVTDFohsG6CXEpMaVFkidECL6yRYpHDnz4TqXhDoEQAcnHCu/tw=="
},
"System.Text.Json": {
"type": "CentralTransitive",
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "1tRPRt8D/kzjGL7em1uJ3iJlvVIC3G/sZJ+ZgSvtVYLXGGO26Clkqy2b5uts/pyR706Yw8/xA7exeI2PI50dpw==",
"dependencies": {
"System.IO.Pipelines": "10.0.4",
"System.Text.Encodings.Web": "10.0.4"
}
}
}
}
}