{ "name": "solid-server", "description": "Solid server on top of the file-system", "version": "5.6.24", "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.0.0", "@solid/acl-check": "^0.4.5", "@solid/oidc-auth-manager": "^0.24.1", "@solid/oidc-op": "0.11.5", "async-lock": "^1.3.0", "body-parser": "^1.19.1", "bootstrap": "^3.4.1", "cached-path-relative": "^1.0.2", "camelize": "^1.0.0", "cheerio": "^1.0.0-rc.10", "colorette": "^2.0.16", "commander": "^8.3.0", "cors": "^2.8.5", "debug": "^4.3.3", "express": "^4.17.2", "express-handlebars": "^5.3.4", "express-session": "^1.17.2", "extend": "^3.0.2", "from2": "^2.3.0", "fs-extra": "^10.0.0", "get-folder-size": "^2.0.1", "glob": "^7.2.0", "global-tunnel-ng": "^2.7.1", "handlebars": "^4.7.7", "http-proxy-middleware": "^2.0.1", "inquirer": "^8.2.0", "into-stream": "^6.0.0", "ip-range-check": "0.2.0", "is-ip": "^3.1.0", "li": "^1.3.0", "mashlib": "1.7.21-ca570c78", "mime-types": "^2.1.34", "negotiator": "^0.6.2", "node-fetch": "^2.6.7", "node-forge": "^1.2.1", "node-mailer": "^0.1.1", "nodemailer": "^6.7.2", "oidc-op-express": "^0.0.3", "owasp-password-strength-test": "^1.3.0", "rdflib": "^2.2.17", "recursive-readdir": "^2.2.2", "request": "^2.88.2", "rimraf": "^3.0.2", "solid-auth-client": "^2.5.6", "solid-namespace": "^0.5.2", "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.7", "uuid": "^8.3.2", "valid-url": "^1.0.9", "validator": "^13.7.0", "vhost": "^3.0.2" }, "devDependencies": { "@solid/solid-auth-oidc": "^0.3.0", "chai": "4.3.4", "chai-as-promised": "7.1.1", "cross-env": "7.0.3", "dirty-chai": "2.0.1", "eslint": "^7.32.0", "localstorage-memory": "1.0.3", "mocha": "9.1.3", "nock": "^13.2.1", "node-mocks-http": "1.11.0", "nyc": "15.1.0", "pre-commit": "1.2.2", "randombytes": "2.1.0", "sinon": "12.0.1", "sinon-chai": "3.7.0", "snyk": "^1.809.0", "standard": "16.0.4", "supertest": "6.1.6", "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/integration/ test/unit/", "mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/", "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" ] }, "bin": { "solid": "bin/solid" }, "engines": { "node": ">=12.0" } }