-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "fast-ws-server",
"version": "2.5.9",
"description": "A simple Node.js server based on uWebSockets",
"main": "js/index.js",
"engines": {
"node": ">=14.0.0"
},
"exports": {
".": "./js/index.js",
"./constants": "./js/constants.js",
"./request": "./js/request.js",
"./response": "./js/response.js",
"./error": "./js/errors.js",
"./ws-base": "./js/ws-protocol/basic.js",
"./ws/*": "./js/ws-protocol/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hans00/fastWS.git"
},
"bugs": {
"url": "https://github.com/hans00/fastWS/issues"
},
"keywords": [
"uWebSockets",
"WebSocket",
"web-server",
"http-server",
"https-server",
"server",
"fast-ws"
],
"homepage": "https://github.com/hans00/fastWS#readme",
"author": "Hans <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"accepts": "^1.3.8",
"bytes": "^3.1.2",
"cidr-matcher": "^2.1.1",
"content-type": "^1.0.4",
"iconv-lite": "^0.6.3",
"mime-types": "^2.1.35",
"multipart-formdata": "^1.1.0",
"qs": "^6.10.3",
"range-parser": "^1.2.1",
"replicator": "^1.0.5",
"through2": "^4.0.2",
"uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js#binaries"
},
"gitHead": "e939a8cb4e569fc3155c95c942470ab279e9d77d"
}