{ "name": "solid-server", "description": "Solid server on top of the file-system", "version": "5.8.8", "author": { "name": "Tim Berners-Lee", "email": "timbl@w3.org" }, "contributors": [ { "name": "Jackson Morgan", "email": "jacksonm@inrupt.com" }, { "name": "Nicola Greco", "email": "me@nicolagreco.com" }, { "name": "Kjetil Kjernsmo", "email": "kjetil@inrupt.com", "url": "http://kjetil.kjernsmo.net/" }, { "name": "Martin Martinez Rivera", "email": "martinmr@mit.edu" }, { "name": "Andrei Sambra", "url": "https://deiu.me/" }, { "name": "Ruben Taelman", "url": "https://www.rubensworks.net/" }, { "name": "Ruben Verborgh", "email": "ruben@verborgh.org", "url": "https://ruben.verborgh.org/" }, { "name": "Dmitri Zagidulin", "url": "https://github.com/dmitrizagidulin/" }, { "name": "Arne Hassel", "email": "arne.hassel@inrupt.com", "url": "https://icanhasweb.net/" }, { "name": "Alain Bourgeois", "url": "https://github.com/bourgeoa/" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/solid/node-solid-server" }, "homepage": "https://github.com/solid/node-solid-server", "bugs": "https://github.com/solid/node-solid-server/issues", "dependencies": { "@fastify/busboy": "^1.2.1", "@fastify/pre-commit": "^2.2.1", "@solid/acl-check": "^0.4.5", "@solid/oidc-auth-manager": "^0.24.5", "@solid/oidc-op": "^0.11.7", "async-lock": "^1.4.1", "body-parser": "^1.20.3", "bootstrap": "^3.4.1", "cached-path-relative": "^1.1.0", "camelize": "^1.0.1", "cheerio": "^1.0.0", "colorette": "^2.0.20", "commander": "^8.3.0", "cors": "^2.8.5", "debug": "^4.4.0", "express": "^4.21.2", "express-accept-events": "^0.3.0", "express-handlebars": "^5.3.5", "express-negotiate-events": "^0.3.0", "express-prep": "^0.6.4", "express-session": "^1.18.1", "extend": "^3.0.2", "from2": "^2.3.0", "fs-extra": "^10.1.0", "get-folder-size": "^2.0.1", "glob": "^7.2.3", "global-tunnel-ng": "^2.7.1", "handlebars": "^4.7.8", "http-proxy-middleware": "^2.0.7", "inquirer": "^8.2.6", "into-stream": "^6.0.0", "ip-range-check": "0.2.0", "is-ip": "^3.1.0", "li": "^1.3.0", "mashlib": "^1.11.1", "mime-types": "^2.1.35", "negotiator": "^0.6.4", "node-fetch": "^2.7.0", "node-forge": "^1.3.1", "node-mailer": "^0.1.1", "nodemailer": "^7.0.10", "nyc": "^15.1.0", "oidc-op-express": "^0.0.3", "owasp-password-strength-test": "^1.3.0", "rdflib": "^2.3.0", "recursive-readdir": "^2.2.3", "rimraf": "^3.0.2", "solid-auth-client": "^2.5.6", "solid-namespace": "^0.5.4", "solid-ws": "^0.4.3", "text-encoder-lite": "^2.0.0", "the-big-username-blacklist": "^1.5.2", "ulid": "^2.3.0", "urijs": "^1.19.11", "uuid": "^8.3.2", "valid-url": "^1.0.9", "validator": "^13.12.0", "vhost": "^3.0.2" }, "devDependencies": { "@cxres/structured-headers": "^2.0.0-nesting.0", "@solid/solid-auth-oidc": "0.3.0", "chai": "^4.5.0", "chai-as-promised": "7.1.2", "cross-env": "7.0.3", "dirty-chai": "2.0.1", "eslint": "^7.32.0", "localstorage-memory": "1.0.3", "mocha": "^10.8.2", "nock": "^13.5.6", "node-mocks-http": "^1.16.2", "prep-fetch": "^0.1.0", "randombytes": "2.1.0", "sinon": "12.0.1", "sinon-chai": "3.7.0", "snyk": "^1.1295.3", "standard": "16.0.4", "supertest": "^6.3.4", "turtle-validator": "1.1.1", "whatwg-url": "11.0.0" }, "pre-commit": [ "standard" ], "main": "index.js", "scripts": { "build": "echo nothing to build", "solid": "node ./bin/solid", "standard": "standard \"{bin,examples,lib,test}/**/*.js\"", "validate": "node ./test/validate-turtle.js", "nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/unit/ test/integration/", "mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/unit/ test/integration/", "mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/http-test.js", "mocha-account-creation-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-creation-oidc-test.js", "mocha-account-manager": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-manager-test.js", "mocha-account-template": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-template-test.js", "mocha-acl-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/acl-oidc-test.js", "mocha-authentication-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/authentication-oidc-test.js", "mocha-header": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/header-test.js", "mocha-ldp": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ldp-test.js", "prepublishOnly": "npm test", "postpublish": "git push --follow-tags", "test": "npm run standard && npm run validate && npm run nyc", "clean": "rimraf config/templates config/views", "reset": "rimraf .db data && npm run clean" }, "nyc": { "reporter": [ "html", "text-summary" ], "cache": true }, "standard": { "globals": [ "after", "afterEach", "before", "beforeEach", "describe", "it", "fetch", "AbortController" ] }, "bin": { "solid": "bin/solid" }, "engines": { "node": ">=20.19.0 <21 || >=22.14.0" } }