{ "name": "solid-server", "description": "Solid server on top of the file-system", "version": "4.0.6", "author": { "name": "Tim Berners-Lee", "email": "timbl@w3.org" }, "contributors": [ { "name": "Martin Martinez Rivera", "email": "martinmr@mit.edu" }, { "name": "Nicola Greco", "email": "me@nicolagreco.com" }, { "name": "Dmitri Zagidulin", "url": "https://github.com/dmitrizagidulin/" }, { "name": "Ruben Verborgh", "email": "ruben@verborgh.org", "url": "https://ruben.verborgh.org/" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/solid/node-solid-server" }, "homepage": "http://github.com/solid/node-solid-server", "bugs": "http://github.com/solid/node-solid-server/issues", "dependencies": { "body-parser": "^1.14.2", "busboy": "^0.2.12", "camelize": "^1.0.0", "colors": "^1.1.2", "commander": "^2.9.0", "cors": "^2.7.1", "debug": "^2.2.0", "express": "^4.13.3", "express-handlebars": "^3.0.0", "express-session": "^1.11.3", "extend": "^3.0.0", "from2": "^2.1.0", "fs-extra": "^2.1.0", "glob": "^7.1.1", "handlebars": "^4.0.6", "http-proxy-middleware": "^0.17.4", "inquirer": "^1.0.2", "ip-range-check": "0.0.2", "is-ip": "^2.0.0", "jsonld": "^0.4.5", "li": "^1.0.1", "mime-types": "^2.1.11", "moment": "^2.18.1", "negotiator": "^0.6.0", "node-fetch": "^1.7.1", "node-forge": "^0.6.38", "nodemailer": "^3.1.4", "nomnom": "^1.8.1", "oidc-auth-manager": "^0.14.0", "oidc-op-express": "^0.0.3", "rdflib": "^0.16.2", "recursive-readdir": "^2.1.0", "request": "^2.72.0", "rimraf": "^2.5.0", "run-waterfall": "^1.1.3", "solid-namespace": "^0.1.0", "solid-permissions": "^0.5.2", "solid-ws": "^0.2.3", "string": "^3.3.0", "ulid": "^0.1.0", "uuid": "^3.0.0", "valid-url": "^1.0.9", "vhost": "^3.0.2", "webid": "^0.3.7", "global-tunnel-ng": "^2.1.0" }, "optionalDependencies": { "x509": "^0.3.2" }, "devDependencies": { "@trust/oidc-op": "^0.3.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "dirty-chai": "^1.2.2", "hippie": "^0.5.0", "localstorage-memory": "^1.0.2", "mocha": "^5.1.1", "nock": "^9.0.14", "node-mocks-http": "^1.5.6", "nyc": "^10.1.2", "sinon": "^2.1.0", "sinon-chai": "^2.8.0", "solid-auth-oidc": "^0.2.0", "standard": "^8.6.0", "supertest": "^3.0.0", "whatwg-url": "^6.1.0" }, "main": "index.js", "scripts": { "solid": "node ./bin/solid", "standard": "standard '{bin,examples,lib,test}/**/*.js'", "nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha", "mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha", "test": "npm run standard && npm run nyc" }, "nyc": { "reporter": [ "html", "text-summary" ], "cache": true }, "standard": { "globals": [ "after", "afterEach", "before", "beforeEach", "describe", "it" ] }, "bin": { "solid": "./bin/solid" }, "engines": { "node": ">=8.0" } }