-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (100 loc) · 3.34 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
{ "name": "anno-server-22",
"version": "1.0.0",
"description": "Accepts and serves annotations in our flavor of the W3C Web Annotation Protocol and W3C Web Annotation Data Model.",
"keywords": [
"annotation",
"web annotation data model",
"web annotation protocol"
],
"author": "Heidelberg University Library (https://www.ub.uni-heidelberg.de/)",
"homepage": "https://github.com/UB-Heidelberg/anno-server-22/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/UB-Heidelberg/anno-server-22.git"
},
"bugs": {
"url": "https://github.com/UB-Heidelberg/anno-server-22/issues"
},
"contributors": [
"M.K. (https://github.com/mk-pmb)"
],
"private": false, "license": "MIT",
"main": "src/server.mjs",
"scripts": {
"sh": "\"$@\"",
"start": "bash run_server.sh",
"test": "bash test/all.sh",
"ZZZ": "echo This exists just because JSON doesn't allow a comma here -->"
},
"directories": { "test": "test" },
"eslintConfig": { "extends": "nodejs-pmb" },
"dependencies": {
"absdir": "^1.0.6",
"array-of-truths": "^1.0.1",
"bcryptjs": "^2.4.3",
"bind-all-methods-nondestructive-pmb": "^0.1.0",
"body-parser": "^1.20.0",
"cfg-cli-env-180111-pmb": "^0.1.2",
"childprocess-spawn-detached": "^0.1.0",
"create-object-and-assign": "^0.1.1",
"deviate": "^1.0.0",
"dictlist-util-pmb": "^0.1.0",
"doi-utils-pmb": "^0.1.0",
"envcfg-merge-configs-pmb": "^0.1.3",
"equal-pmb": "^0.1.27",
"error-util-pmb": "^0.1.0",
"exit-code": "^1.0.2",
"express": "^4.18.1",
"express-final-text-response-pmb": "^0.1.10",
"express-promise-router": "^4.1.1",
"express-timeout-handler": "^2.2.2",
"getoraddkey-simple": "^0.1.6",
"getown": "^1.0.0",
"is-string": "^1.0.7",
"lodash.mapkeys": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"lodash.pick": "^3.1.0",
"map-merge-defaults-pmb": "^0.1.0",
"merge-options": "^3.0.4",
"must-lookup-prop-in-dict-pmb": "^1.0.2",
"net-smartlisten-pmb": "^1.0.3",
"nodemjs": "^0.1.14",
"nullify-object-values-shallow-inplace": "^0.1.0",
"obj-from-keys-list": "^0.1.0",
"objdive": "^0.1.3",
"objpop": "^0.3.3",
"ordered-map-extended-pmb": "^0.1.2",
"p-each-series": "^2.2.0",
"p-fatal": "^0.1.5",
"p-map": "^4.0.0",
"p-props": "^4.0.0",
"pg": "^8.7.3",
"pify": "^5.0.0",
"postgres-dump-writer-helpers-220524-pmb": "^0.1.9",
"postgres-pool-pmb": "^0.1.2",
"qrystr": "^0.1.3",
"read-data-file": "^2.0.11",
"read-relaxed-json-from-stdin-pmb": "^1.0.1",
"regexp-flags-upfront": "^0.1.0",
"rfc822-date": "^0.0.3",
"safe-sortedjson": "^1.0.8",
"simple-placeholder-slot-numberizer-pmb": "^0.1.2",
"simple-recursive-string-slot-template-pmb": "^0.1.2",
"split-string-or-buffer-once-pmb": "^1.0.0",
"summarize-express-request-pmb": "^0.1.2",
"typechecks-pmb": "^0.231212.2",
"usnam-pmb": "^0.2.5",
"uuid-random": "^1.3.2",
"uuidv5": "^1.0.0",
"vtry": "^1.0.9",
"webanno-compare-target-lists-pmb": "^0.1.2",
"webanno-guess-subject-target-url-pmb": "^1.0.4",
"xmlunidefuse": "^0.1.4"
},
"devDependencies": {
"eslint-config-nodejs-pmb": "^0.3.5",
"eslint-plugin-json-light-pmb": "^1.0.7",
"eslint-plugin-n": "^15.2.4"
},
"engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }
}