UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

22 lines (21 loc) 865 B
{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld", "@graph": [ { "comment": "Makes sure the root container exists and contains the necessary resources.", "@id": "urn:solid-server:default:RootInitializer", "@type": "ConditionalHandler", "storageKey": "rootInitialized", "storageValue": true, "handleStorage": true, "storage": { "@id": "urn:solid-server:default:SetupStorage" }, "source": { "@id": "urn:solid-server:default:RootPodInitializer", "@type": "AccountInitializer", "accountStore": { "@id": "urn:solid-server:default:AccountStore" }, "passwordStore": { "@id": "urn:solid-server:default:PasswordStore" }, "podCreator": { "@id": "urn:solid-server:default:PodCreator" } } } ] }