forked from nodeSolidServer/node-solid-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 3.81 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 3.81 KB
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
{
"name": "solid-server",
"description": "Solid server on top of the file-system",
"version": "4.4.1",
"author": {
"name": "Tim Berners-Lee",
"email": "timbl@w3.org"
},
"contributors": [
{
"name": "Arne Hassel",
"url": "http://icanhasweb.net/"
},
{
"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/"
}
],
"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": {
"@solid/oidc-auth-manager": "^0.17.1",
"body-parser": "^1.18.3",
"bootstrap": "^3.3.7",
"busboy": "^0.2.12",
"cached-path-relative": "^1.0.2",
"camelize": "^1.0.0",
"colorette": "^1.0.5",
"commander": "^2.9.0",
"cors": "^2.7.1",
"debug": "^2.6.9",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"extend": "^3.0.0",
"from2": "^2.1.0",
"fs-extra": "^2.1.0",
"get-folder-size": "^2.0.0",
"glob": "^7.1.1",
"global-tunnel-ng": "^2.1.0",
"handlebars": "^4.0.6",
"http-proxy-middleware": "^0.18.0",
"inquirer": "^1.0.2",
"ip-range-check": "0.0.2",
"is-ip": "^2.0.0",
"li": "^1.0.1",
"mashlib": "^0.7.15",
"mime-types": "^2.1.11",
"negotiator": "^0.6.0",
"node-fetch": "^2.1.2",
"node-forge": "^0.7.4",
"nodemailer": "^3.1.4",
"oidc-op-express": "^0.0.3",
"owasp-password-strength-test": "^1.3.0",
"rdflib": "^0.17.1",
"recursive-readdir": "^2.1.0",
"rimraf": "^2.5.0",
"solid-auth-client": "^2.2.12",
"solid-namespace": "^0.1.0",
"solid-permissions": "^0.6.0",
"solid-ws": "^0.2.3",
"text-encoder-lite": "^1.0.1",
"the-big-username-blacklist": "^1.5.1",
"ulid": "^0.1.0",
"urijs": "^1.19.1",
"uuid": "^3.0.0",
"valid-url": "^1.0.9",
"validator": "^10.9.0",
"vhost": "^3.0.2",
"webid": "^0.3.11"
},
"devDependencies": {
"@solid/oidc-op": "^0.4.0",
"@solid/solid-auth-oidc": "^0.3.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cross-env": "^5.2.0",
"dirty-chai": "^1.2.2",
"localstorage-memory": "^1.0.2",
"mocha": "^5.1.1",
"nock": "^9.0.14",
"node-mocks-http": "^1.7.0",
"nyc": "^13.0.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"snyk": "^1.88.2",
"standard": "^8.6.0",
"supertest": "^3.0.0",
"whatwg-url": "^6.1.0",
"randombytes": "^2.0.1"
},
"main": "index.js",
"scripts": {
"solid": "node ./bin/solid",
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
"test": "npm run standard && npm run nyc",
"clean": "rimraf config/templates config/views"
},
"nyc": {
"reporter": [
"html",
"text-summary"
],
"cache": true
},
"standard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
},
"bin": {
"solid": "./bin/solid"
},
"engines": {
"node": ">=8.0"
}
}