-
Notifications
You must be signed in to change notification settings - Fork 303
/
package.json
186 lines (186 loc) · 5.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "solid-server",
"description": "Solid server on top of the file-system",
"version": "5.7.11",
"author": {
"name": "Tim Berners-Lee",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jackson Morgan",
"email": "[email protected]"
},
{
"name": "Nicola Greco",
"email": "[email protected]"
},
{
"name": "Kjetil Kjernsmo",
"email": "[email protected]",
"url": "http://kjetil.kjernsmo.net/"
},
{
"name": "Martin Martinez Rivera",
"email": "[email protected]"
},
{
"name": "Andrei Sambra",
"url": "https://deiu.me/"
},
{
"name": "Ruben Taelman",
"url": "https://www.rubensworks.net/"
},
{
"name": "Ruben Verborgh",
"email": "[email protected]",
"url": "https://ruben.verborgh.org/"
},
{
"name": "Dmitri Zagidulin",
"url": "https://github.com/dmitrizagidulin/"
},
{
"name": "Arne Hassel",
"email": "[email protected]",
"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",
"@solid/acl-check": "^0.4.5",
"@solid/oidc-auth-manager": "^0.24.3",
"@solid/oidc-op": "^0.11.6",
"async-lock": "^1.4.1",
"body-parser": "^1.20.2",
"bootstrap": "^3.4.1",
"cached-path-relative": "^1.1.0",
"camelize": "^1.0.1",
"cheerio": "^1.0.0-rc.12",
"colorette": "^2.0.20",
"commander": "^8.3.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.3",
"express-handlebars": "^5.3.5",
"express-session": "^1.18.0",
"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.6",
"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.8.11",
"mime-types": "^2.1.35",
"negotiator": "^0.6.3",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"node-mailer": "^0.1.1",
"nodemailer": "^6.9.11",
"oidc-op-express": "^0.0.3",
"owasp-password-strength-test": "^1.3.0",
"recursive-readdir": "^2.2.3",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"solid-auth-client": "^2.5.6",
"solid-namespace": "^0.5.3",
"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.11.0",
"vhost": "^3.0.2"
},
"devDependencies": {
"@solid/solid-auth-oidc": "0.3.0",
"chai": "^4.4.1",
"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": "^10.3.0",
"nock": "^13.5.4",
"node-mocks-http": "^1.14.1",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"randombytes": "2.1.0",
"sinon": "12.0.1",
"sinon-chai": "3.7.0",
"snyk": "^1.1283.0",
"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/integration/ test/unit/",
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",
"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"
]
},
"bin": {
"solid": "bin/solid"
},
"engines": {
"node": ">=12.0"
}
}