-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathcomponents.jsonld
39 lines (35 loc) · 1.56 KB
/
components.jsonld
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
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core/^3.0.0/components/context.jsonld",
"@id": "npmd:@ldf/server",
"@type": "Module",
"requireName": "@ldf/core",
"import": [
"files-ldfc:components/Controller/Assets.jsonld",
"files-ldfc:components/Controller/Dereference.jsonld",
"files-ldfc:components/Controller/NotFound.jsonld",
"files-ldfc:components/Controller/QuadPatternFragments.jsonld",
"files-ldfc:components/Datasource/Empty.jsonld",
"files-ldfc:components/Datasource/Index.jsonld",
"files-ldfc:components/Datasource/Memory.jsonld",
"files-ldfc:components/Router/Datasource.jsonld",
"files-ldfc:components/Router/Page.jsonld",
"files-ldfc:components/Router/QuadPattern.jsonld",
"files-ldfc:components/View/Html/Error.jsonld",
"files-ldfc:components/View/Html/Forbidden.jsonld",
"files-ldfc:components/View/Html/NotFound.jsonld",
"files-ldfc:components/View/Html/Qpf.jsonld",
"files-ldfc:components/View/Rdf/Error.jsonld",
"files-ldfc:components/View/Rdf/NotFound.jsonld",
"files-ldfc:components/View/Rdf/Qpf.jsonld",
"files-ldfc:components/View/Collection.jsonld",
"files-ldfc:components/View/Html.jsonld",
"files-ldfc:components/View/Rdf.jsonld",
"files-ldfc:components/Controller.jsonld",
"files-ldfc:components/ControllerExtension.jsonld",
"files-ldfc:components/Datasource.jsonld",
"files-ldfc:components/Router.jsonld",
"files-ldfc:components/Server.jsonld",
"files-ldfc:components/UrlData.jsonld",
"files-ldfc:components/View.jsonld"
]
}