mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

The previous package was outdated, preventing us from updating TS. This one also lints YAML and JSON, and applies many more rules to the test files, explaining all the changes in this PR.
22 lines
749 B
JSON
22 lines
749 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "The name of the cookie to identify being logged in with a CSS account.",
|
|
"@id": "urn:solid-server:default:value:accountCookieName",
|
|
"valueRaw": "css-account"
|
|
},
|
|
{
|
|
"comment": "Converts cookies into RDF metadata.",
|
|
"@id": "urn:solid-server:default:CookieParser",
|
|
"@type": "CookieParser",
|
|
"cookieMap": [
|
|
{
|
|
"CookieParser:_cookieMap_key": { "@id": "urn:solid-server:default:value:accountCookieName" },
|
|
"CookieParser:_cookieMap_value": "urn:npm:solid:community-server:http:accountCookie"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|