{ "name": "@solid/community-server", "version": "5.1.0", "description": "Community Solid Server: an open and modular implementation of the Solid specifications", "keywords": [ "solid", "linked-data", "rdf", "ldp" ], "contributors": [ "Joachim Van Herwegen ", "Thomas Dupont ", "Wannes Kerckhove ", "Jasper Vaneessen ", "Ruben Taelman (https://www.rubensworks.net/)", "Ruben Verborgh (https://ruben.verborgh.org/)" ], "license": "MIT", "engines": { "node": ">=14.2" }, "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server", "lsd:components": "dist/components/components.jsonld", "lsd:contexts": { "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld": "dist/components/context.jsonld" }, "lsd:importPaths": { "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/": "dist/components/", "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/config/": "config/", "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/dist/": "dist/", "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/templates/config/": "templates/config/" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "community-solid-server": "bin/server.js" }, "repository": "git@github.com:CommunitySolidServer/CommunitySolidServer.git", "bugs": { "url": "https://github.com/CommunitySolidServer/CommunitySolidServer/issues" }, "homepage": "https://github.com/CommunitySolidServer/CommunitySolidServer#readme", "scripts": { "build": "npm run build:ts && npm run build:components", "build:components": "componentsjs-generator -s src -c dist/components -r css -i .componentsignore", "build:ts": "tsc", "mkdocs": "npm run mkdocs:docker || npm run mkdocs:pip", "mkdocs:docker": "docker run --rm -it -p 8000:8000 -v ${PWD}/documentation:/docs squidfunk/mkdocs-material", "mkdocs:pip": "pip install mkdocs mkdocs-material && cd documentation && mkdocs serve", "docker": "npm run docker:setup && npm run docker:start", "docker:clean": "./test/docker/docker-clean.sh", "docker:setup": "./test/docker/docker-setup.sh", "docker:start": "./test/docker/docker-start.sh", "docker:stop": "./test/docker/docker-stop.sh", "typedocs": "typedoc --customCss ./documentation/typedoc.css", "jest": "jest --coverageReporters text-summary --", "lint": "npm run lint:ts && npm run lint:markdown", "lint:ts": "eslint . --cache --ignore-path .gitignore --max-warnings 0", "lint:markdown": "markdownlint-cli2", "lint:markdown:fix": "markdownlint-cli2-fix", "prepare": "npm run build", "release": "commit-and-tag-version", "postrelease": "ts-node ./scripts/finalizeRelease.ts", "start": "node ./bin/server.js", "start:file": "node ./bin/server.js -c config/file.json -f ./data", "start:file-no-setup": "node ./bin/server.js -c config/file-no-setup.json -f ./data", "test": "npm run test:ts && npm run jest", "test:deploy": "test/deploy/validate-configs.sh", "test:ts": "tsc -p test --noEmit", "test:integration": "jest --coverageReporters text-summary -- test/integration", "test:unit": "jest --config=./jest.coverage.config.js test/unit", "test:watch": "jest --coverageReporters none --watch test/unit", "validate": "componentsjs-compile-config urn:solid-server:default:Initializer -c config/default.json -f > /dev/null", "watch": "nodemon --watch \"dist/**/*.js\" --exec npm start" }, "husky": { "hooks": { "pre-commit": "npm run build && npm run lint && npm run test:unit && npm run test:integration", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "commit-and-tag-version": { "scripts": { "postbump": "ts-node ./scripts/upgradeConfig.ts", "postchangelog": "ts-node ./scripts/formatChangelog.ts" }, "writerOpts": { "commitsSort": false }, "skip": { "tag": true } }, "files": [ "bin", "dist", "config", "templates" ], "dependencies": { "@comunica/context-entries": "^2.2.0", "@comunica/query-sparql": "^2.2.1", "@rdfjs/types": "^1.1.0", "@solid/access-token-verifier": "^2.0.3", "@types/async-lock": "^1.1.5", "@types/bcryptjs": "^2.4.2", "@types/cors": "^2.8.12", "@types/ejs": "^3.1.1", "@types/end-of-stream": "^1.4.1", "@types/fs-extra": "^9.0.13", "@types/lodash.orderby": "^4.6.7", "@types/marked": "^4.0.3", "@types/mime-types": "^2.1.1", "@types/n3": "^1.10.4", "@types/node": "^14.18.23", "@types/nodemailer": "^6.4.4", "@types/oidc-provider": "^7.11.1", "@types/proper-lockfile": "^4.1.2", "@types/pump": "^1.1.1", "@types/punycode": "^2.1.0", "@types/sparqljs": "^3.1.3", "@types/url-join": "^4.0.1", "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", "@types/yargs": "^17.0.10", "arrayify-stream": "^2.0.0", "async-lock": "^1.3.2", "bcryptjs": "^2.4.3", "componentsjs": "^5.3.0", "cors": "^2.8.5", "cross-fetch": "^3.1.5", "ejs": "^3.1.8", "end-of-stream": "^1.4.4", "escape-string-regexp": "^4.0.0", "fetch-sparql-endpoint": "^3.0.1", "fs-extra": "^10.1.0", "handlebars": "^4.7.7", "ioredis": "^5.2.2", "jose": "^4.8.3", "jsonld-context-parser": "^2.1.5", "lodash.orderby": "^4.6.0", "marked": "^4.0.18", "mime-types": "^2.1.35", "n3": "^1.16.2", "nodemailer": "^6.7.7", "oidc-provider": "7.10.6", "proper-lockfile": "^4.1.2", "pump": "^3.0.0", "punycode": "^2.1.1", "rdf-dereference": "^2.0.0", "rdf-parse": "^2.1.0", "rdf-serialize": "^2.0.0", "rdf-terms": "^1.9.0", "sparqlalgebrajs": "^4.0.3", "sparqljs": "^3.5.2", "url-join": "^4.0.1", "uuid": "^8.3.2", "winston": "^3.8.1", "winston-transport": "^4.5.0", "ws": "^8.8.1", "yargs": "^17.5.1" }, "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@inrupt/solid-client-authn-core": "^1.12.2", "@inrupt/solid-client-authn-node": "^1.12.2", "@microsoft/tsdoc-config": "^0.16.1", "@tsconfig/node14": "^1.0.1", "@types/cheerio": "^0.22.31", "@types/jest": "^27.5.2", "@types/set-cookie-parser": "^2.4.2", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", "cheerio": "^1.0.0-rc.12", "commit-and-tag-version": "^10.1.0", "componentsjs-generator": "^3.0.3", "eslint": "^8.21.0", "eslint-config-es": "4.1.0", "eslint-import-resolver-typescript": "^3.2.5", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^26.0.0", "eslint-plugin-tsdoc": "^0.2.14", "eslint-plugin-unicorn": "^37.0.1", "eslint-plugin-unused-imports": "^2.0.0", "husky": "^4.3.8", "jest": "^27.5.1", "jest-rdf": "^1.7.0", "markdownlint-cli2": "^0.5.1", "node-mocks-http": "^1.11.0", "nodemon": "^2.0.19", "set-cookie-parser": "^2.5.1", "simple-git": "^3.12.0", "supertest": "^6.2.4", "ts-jest": "^27.1.5", "ts-node": "^10.9.1", "typedoc": "^0.23.10", "typescript": "^4.7.4" } }