ultimate-express 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,109 +1,109 @@
1
- {
2
- "name": "ultimate-express",
3
- "version": "2.0.9",
4
- "description": "The Ultimate Express. Fastest http server with full Express compatibility, based on uWebSockets.",
5
- "main": "src/index.js",
6
- "scripts": {
7
- "test": "node tests/index.js",
8
- "dev": "node --inspect=9229 demo/index.js",
9
- "cover": "npm run cover:unit && npm run cover:report",
10
- "cover:unit": "nyc --silent npm run test",
11
- "cover:report": "nyc report --reporter=html"
12
- },
13
- "engines": {
14
- "node": ">=20"
15
- },
16
- "files": [
17
- "src",
18
- "EXPRESS_LICENSE"
19
- ],
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com/dimdenGD/ultimate-express.git"
23
- },
24
- "keywords": [
25
- "express",
26
- "http",
27
- "fast",
28
- "server",
29
- "http server",
30
- "https",
31
- "https server",
32
- "ws",
33
- "websocket",
34
- "websockets",
35
- "uwebsockets",
36
- "uws"
37
- ],
38
- "types": "src/types.d.ts",
39
- "author": "dimden.dev",
40
- "license": "Apache-2.0",
41
- "bugs": {
42
- "url": "https://github.com/dimdenGD/ultimate-express/issues"
43
- },
44
- "homepage": "https://github.com/dimdenGD/ultimate-express#readme",
45
- "dependencies": {
46
- "@types/express": "^4.17.21",
47
- "accepts": "^1.3.8",
48
- "acorn": "^8.14.1",
49
- "bytes": "^3.1.2",
50
- "cookie": "^1.0.2",
51
- "cookie-signature": "^1.2.2",
52
- "encodeurl": "^2.0.0",
53
- "etag": "^1.8.1",
54
- "fast-querystring": "^1.1.2",
55
- "fast-zlib": "^2.0.1",
56
- "fresh": "^0.5.2",
57
- "mime-types": "^2.1.35",
58
- "ms": "^2.1.3",
59
- "proxy-addr": "^2.0.7",
60
- "qs": "^6.14.0",
61
- "range-parser": "^1.2.1",
62
- "statuses": "^2.0.1",
63
- "tseep": "^1.3.1",
64
- "type-is": "^2.0.1",
65
- "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
66
- "vary": "^1.1.2"
67
- },
68
- "devDependencies": {
69
- "@codechecks/client": "^0.1.12",
70
- "better-sse": "^0.14.1",
71
- "body-parser": "^2.2.0",
72
- "compression": "^1.8.0",
73
- "cookie-parser": "^1.4.7",
74
- "cookie-session": "^2.1.0",
75
- "cors": "^2.8.5",
76
- "ejs": "^3.1.10",
77
- "errorhandler": "^1.5.1",
78
- "eventsource": "^3.0.7",
79
- "exit-hook": "^2.2.1",
80
- "express": "latest-4",
81
- "express-art-template": "^1.0.1",
82
- "express-async-errors": "^3.1.1",
83
- "express-dot-engine": "^1.0.8",
84
- "express-fileupload": "^1.5.1",
85
- "express-handlebars": "^8.0.3",
86
- "express-mongo-sanitize": "^2.2.0",
87
- "express-rate-limit": "^7.5.0",
88
- "express-session": "^1.18.1",
89
- "express-subdomain": "^1.0.6",
90
- "graphql-http": "^1.22.4",
91
- "helmet": "^8.1.0",
92
- "method-override": "^3.0.0",
93
- "morgan": "^1.10.0",
94
- "multer": "^1.4.5-lts.2",
95
- "mustache-express": "^1.3.2",
96
- "nyc": "^17.1.0",
97
- "pako": "^2.1.0",
98
- "passport": "^0.7.0",
99
- "passport-local": "^1.0.0",
100
- "pkg-pr-new": "^0.0.43",
101
- "pug": "^3.0.3",
102
- "response-time": "^2.3.3",
103
- "serve-index": "^1.9.1",
104
- "serve-static": "^2.2.0",
105
- "swagger-ui-express": "^5.0.1",
106
- "swig": "^1.4.2",
107
- "vhost": "^3.0.2"
108
- }
109
- }
1
+ {
2
+ "name": "ultimate-express",
3
+ "version": "2.0.10",
4
+ "description": "The Ultimate Express. Fastest http server with full Express compatibility, based on uWebSockets.",
5
+ "main": "src/index.js",
6
+ "scripts": {
7
+ "test": "node tests/index.js",
8
+ "dev": "node --inspect=9229 demo/index.js",
9
+ "cover": "npm run cover:unit && npm run cover:report",
10
+ "cover:unit": "nyc --silent npm run test",
11
+ "cover:report": "nyc report --reporter=html"
12
+ },
13
+ "engines": {
14
+ "node": ">=20"
15
+ },
16
+ "files": [
17
+ "src",
18
+ "EXPRESS_LICENSE"
19
+ ],
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/dimdenGD/ultimate-express.git"
23
+ },
24
+ "keywords": [
25
+ "express",
26
+ "http",
27
+ "fast",
28
+ "server",
29
+ "http server",
30
+ "https",
31
+ "https server",
32
+ "ws",
33
+ "websocket",
34
+ "websockets",
35
+ "uwebsockets",
36
+ "uws"
37
+ ],
38
+ "types": "src/types.d.ts",
39
+ "author": "dimden.dev",
40
+ "license": "Apache-2.0",
41
+ "bugs": {
42
+ "url": "https://github.com/dimdenGD/ultimate-express/issues"
43
+ },
44
+ "homepage": "https://github.com/dimdenGD/ultimate-express#readme",
45
+ "dependencies": {
46
+ "@types/express": "^4.17.21",
47
+ "accepts": "^1.3.8",
48
+ "acorn": "^8.15.0",
49
+ "bytes": "^3.1.2",
50
+ "cookie": "^1.0.2",
51
+ "cookie-signature": "^1.2.2",
52
+ "encodeurl": "^2.0.0",
53
+ "etag": "^1.8.1",
54
+ "fast-querystring": "^1.1.2",
55
+ "fast-zlib": "^2.0.1",
56
+ "fresh": "^0.5.2",
57
+ "mime-types": "^2.1.35",
58
+ "ms": "^2.1.3",
59
+ "proxy-addr": "^2.0.7",
60
+ "qs": "^6.14.0",
61
+ "range-parser": "^1.2.1",
62
+ "statuses": "^2.0.2",
63
+ "tseep": "^1.3.1",
64
+ "type-is": "^2.0.1",
65
+ "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
66
+ "vary": "^1.1.2"
67
+ },
68
+ "devDependencies": {
69
+ "@codechecks/client": "^0.1.12",
70
+ "better-sse": "^0.14.1",
71
+ "body-parser": "^2.2.0",
72
+ "compression": "^1.8.1",
73
+ "cookie-parser": "^1.4.7",
74
+ "cookie-session": "^2.1.1",
75
+ "cors": "^2.8.5",
76
+ "ejs": "^3.1.10",
77
+ "errorhandler": "^1.5.1",
78
+ "eventsource": "^4.0.0",
79
+ "exit-hook": "^2.2.1",
80
+ "express": "latest-4",
81
+ "express-art-template": "^1.0.1",
82
+ "express-async-errors": "^3.1.1",
83
+ "express-dot-engine": "^1.0.8",
84
+ "express-fileupload": "^1.5.2",
85
+ "express-handlebars": "^8.0.3",
86
+ "express-mongo-sanitize": "^2.2.0",
87
+ "express-rate-limit": "^8.0.1",
88
+ "express-session": "^1.18.2",
89
+ "express-subdomain": "^1.0.6",
90
+ "graphql-http": "^1.22.4",
91
+ "helmet": "^8.1.0",
92
+ "method-override": "^3.0.0",
93
+ "morgan": "^1.10.1",
94
+ "multer": "^1.4.5-lts.2",
95
+ "mustache-express": "^1.3.2",
96
+ "nyc": "^17.1.0",
97
+ "pako": "^2.1.0",
98
+ "passport": "^0.7.0",
99
+ "passport-local": "^1.0.0",
100
+ "pkg-pr-new": "^0.0.54",
101
+ "pug": "^3.0.3",
102
+ "response-time": "^2.3.4",
103
+ "serve-index": "^1.9.1",
104
+ "serve-static": "^2.2.0",
105
+ "swagger-ui-express": "^5.0.1",
106
+ "swig": "^1.4.2",
107
+ "vhost": "^3.0.2"
108
+ }
109
+ }