forked from kendarorg/RepositoryCache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalogentry.comp.json
More file actions
97 lines (97 loc) · 3.29 KB
/
catalogentry.comp.json
File metadata and controls
97 lines (97 loc) · 3.29 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
96
97
{
"@id": "https://api.nuget.org/v3/catalog0/data/2018.05.02.13.34.24/ravendb.database.1.0.728-unstable.json",
"@type": [
"PackageDetails",
"catalog:Permalink"
],
"catalog:commitId": "f4be2270-840d-447c-8ea4-739c576ffefb",
"catalog:commitTimestamp": "2018-05-02T13:34:24.8460046Z",
"id": "RavenDB.Database",
"published": "1900-01-01T00:00:00Z",
"version": "1.0.728-Unstable",
"packageHash": "N/jcc1L0b2cY1lbAnCoyWl/yzHAT2N9QzkRkUxvdTyUqmt2DOCTJe+U85JzHJrdbnzPooOiV5D/vdUBCvk1HWg==",
"packageHashAlgorithm": "SHA512",
"packageSize": 9273114,
"@context": {
"@vocab": "http://schema.nuget.org/schema#",
"catalog": "http://schema.nuget.org/catalog#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dependencyGroups": {
"@id": "dependencyGroup",
"@container": "@set"
},
"dependencies": {
"@id": "dependency",
"@container": "@set"
},
"packageEntries": {
"@id": "packageEntry",
"@container": "@set"
},
"supportedFrameworks": {
"@id": "supportedFramework",
"@container": "@set"
},
"tags": {
"@id": "tag",
"@container": "@set"
},
"published": {
"@type": "xsd:dateTime"
},
"created": {
"@type": "xsd:dateTime"
},
"lastEdited": {
"@type": "xsd:dateTime"
},
"catalog:commitTimestamp": {
"@type": "xsd:dateTime"
}
},
"dependencyGroups": [
{
"@id": "https://api.nuget.org/v3/catalog0/data/2018.05.02.13.34.24/ravendb.database.1.0.728-unstable.json#dependencygroup",
"@type": "PackageDependencyGroup",
"dependencies": [
{
"@id": "https://api.nuget.org/v3/catalog0/data/2018.05.02.13.34.24/ravendb.database.1.0.728-unstable.json#dependencygroup/newtonsoft.json",
"@type": "PackageDependency",
"id": "Newtonsoft.Json",
"range": "[4.0.8, 4.0.8]"
},
{
"@id": "https://api.nuget.org/v3/catalog0/data/2018.05.02.13.34.24/ravendb.database.1.0.728-unstable.json#dependencygroup/nlog",
"@type": "PackageDependency",
"id": "NLog",
"range": "[2.0.0.2000, 2.0.0.2000]"
}
]
}
],
"frameworkAssemblyGroup": [
{
"@id": "https://api.nuget.org/v3/catalog0/data/2018.05.02.13.34.24/ravendb.database.1.0.728-unstable.json#frameworkassemblygroup/.netframework4.0",
"targetFramework": ".NETFramework4.0",
"assembly": [
"System.ComponentModel.Composition"
]
}
],
"description": "Use this package if you want to run RavenDB binaries in your application folder. Don't use this pakcage if you just want to work with existing RavenDB server, in order to so just use the client API which is in the RavenDB.Client package. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.",
"authors": "Hibernating Rhinos",
"iconUrl": "http://static.ravendb.net/logo-for-nuget.png",
"licenseUrl": "http://www.ravendb.net/licensing",
"projectUrl": "http://www.ravendb.net/",
"requireLicenseAcceptance": true,
"summary": "This package include the RavenDB database binraies.",
"tags": [
"nosql",
"ravendb",
"raven",
"document",
"database"
],
"title": "RavenDB Database",
"verbatimVersion": "1.0.728-Unstable"
}