-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.85 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.85 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
{
"name": "drumee_server",
"version": "2.9.6",
"description": "Drumee Infrastructure",
"main": "index.js",
"scripts": {
"test:db": "node test/db.js",
"test:acl": "node test/acl.js",
"test:redis": "node test/redis.js",
"test:cache": "node test/cache.js",
"test:modules": "node test/modules.js",
"dev": "drumee-server-devel",
"add-dev-endpoint": "drumee-server-endpoint add --endpoin=devel --watchDirs=/mnt/devel --baseDir=/mnt/devel",
"deploy": "drumee-server-deploy"
},
"dependencies": {
"@drumee/schemas-utils": "^1.0.0",
"@drumee/server-core": "^1.1.42",
"@drumee/server-dev-tools": "^1.1.28",
"@drumee/server-essentials": "^1.2.13",
"@drumee/setup-schemas": "^1.0.26",
"accept-language": "^3.0.18",
"after": "^0.8.2",
"argparse": "^2.0.1",
"axios": "^1.13.2",
"backbone": "^1.4.0",
"bunyan": "^1.8.14",
"check-disk-space": "^3.3.1",
"comment-json": "^2.4.2",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dayjs": "^1.11.6",
"debug": "^4.3.3",
"download-file": "^0.1.5",
"escapeshellarg": "^0.1.0",
"excel4node": "^1.7.2",
"file-type": "^20.0.0",
"filesize": "^6.1.0",
"geoip-lite": "^1.4.2",
"gm": "^1.23.1",
"google-auth-library": "^10.5.0",
"googleapis": "^65.0.0",
"has-binary2": "^1.0.3",
"html-to-text": "^8.0.0",
"istextorbinary": "^9.5.0",
"js-yaml": "^3.13.1",
"json-stringify": "^1.0.0",
"jsonfile": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"jwks-rsa": "^3.2.0",
"keys": "^0.1.2",
"lodash": "^4.17.21",
"mariadb": "^3.0.0",
"md5": "^2.3.0",
"module_name": "^1.0.0",
"moment": "^2.27.0",
"multiparty": "^4.2.2",
"music-metadata": "^7.11.7",
"mysql": "^2.18.1",
"node-constants": "0.0.2",
"node-tesseract-ocr": "^2.2.1",
"nodejs-fs-utils": "^1.2.5",
"ovh": "^2.0.3",
"parse-http-header": "^1.0.1",
"printf": "^0.6.1",
"punycode": "^2.3.1",
"query-string": "^6.13.1",
"redis": "^4.0.3",
"sha1": "^1.1.1",
"sha2": "^1.0.2",
"shell-escape": "^0.2.0",
"shelljs": "^0.8.4",
"stopword": "^1.0.7",
"stopwords": "^0.0.9",
"stripe": "^9.4.0",
"striptags": "^3.1.1",
"strtok3": "^6.0.4",
"syslog": "^0.1.1-1",
"syslog-client-tls": "^1.2.1",
"ua-parser-js": "^1.0.2",
"ua-parser2": "^0.4.2",
"uniqid": "^5.2.0",
"unique-names-generator": "^4.7.1",
"urldecode": "^1.0.1",
"utils": "^0.2.2",
"vcard": "^0.1.0",
"vcards-js": "^2.10.0",
"vcf": "^2.1.0",
"websocket": "^1.0.31",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"ws": "^8.18.0",
"xlsx": "^0.18.5",
"xlsx-to-json": "^0.3.0"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"node-gyp": "^10.2.0",
"readline-sync": "^1.4.10"
}
}