-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.19 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.19 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
{
"name": "@themost/web",
"version": "2.8.1",
"description": "MOST Web Framework 2.0 - Web Server Module",
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"@themost/client": "^2",
"@themost/common": "^2",
"@themost/data": "^2",
"@themost/node": "^2",
"@themost/query": "^2",
"@themost/xml": "^2"
},
"engines": {
"node": ">=12.22.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/web.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/web/issues"
},
"scripts": {
"test": "jasmine"
},
"homepage": "https://github.com/themost-framework/web#readme",
"dependencies": {
"@xmldom/xmldom": "^0.7.5",
"accepts": "^1.3.3",
"async": "^2.6.4",
"body-parser": "^1.20.1",
"content-type": "^1.0.4",
"domino": "1.0.18",
"ejs": "^3.1.7",
"formidable": "^3.5.1",
"hashmap": "^2.3.0",
"i18n": "^0.14.2",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"node-cache": "^4.2.1",
"numeral": "^2.0.6",
"pagedown": "^1.1.0",
"pluralize": "^7.0.0",
"pug": "3.0.3",
"q": "^1.4.1",
"raw-body": "^2.3.2",
"semver": "^7.5.3",
"sprintf": "^0.1.5",
"stream": "0.0.2",
"symbol": "^0.3.1",
"url-join": "^2.0.2",
"vash": "^0.11.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"@themost/client": "^2.16.3",
"@themost/common": "^2.11.0",
"@themost/data": "^2.16.1",
"@themost/events": "^1.3.0",
"@themost/node": "^2.5.2",
"@themost/peers": "^1.0.2",
"@themost/query": "^2.14.7",
"@themost/xml": "^2.5.2",
"@types/angular": "^1.6.54",
"@types/hashmap": "^2.0.29",
"@types/jasmine": "^4.3.1",
"@types/node": "^10.11.4",
"@types/node-cache": "^4.1.3",
"@types/pluralize": "0.0.29",
"@types/q": "^1.5.1",
"@types/supertest": "^6.0.2",
"express": "^4.19.2",
"jasmine": "^4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"supertest": "^7.0.0"
}
}