-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
34 lines (34 loc) · 1.12 KB
/
package-lock.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
{
"name": "stellaraio-websocket-server",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"arraybuffer-to-string": "^1.0.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v19.3.0"
}
},
"node_modules/arraybuffer-to-string": {
"version": "1.0.2",
"integrity": "sha512-WbIYlLVmvIAyUBdQRRuyGOJRriOQy9OAsWcyURmsRQp9+g647hdMSS2VFKXbJLVw0daUu06hqwLXm9etVrXI9A=="
},
"node_modules/uWebSockets.js": {
"version": "19.3.0",
"resolved": "git+ssh://git@github.com/uNetworking/uWebSockets.js.git#7bf0faac5859fef2d113e83d22803f7833774c11"
}
},
"dependencies": {
"arraybuffer-to-string": {
"version": "1.0.2",
"integrity": "sha512-WbIYlLVmvIAyUBdQRRuyGOJRriOQy9OAsWcyURmsRQp9+g647hdMSS2VFKXbJLVw0daUu06hqwLXm9etVrXI9A=="
},
"uWebSockets.js": {
"version": "git+ssh://git@github.com/uNetworking/uWebSockets.js.git#7bf0faac5859fef2d113e83d22803f7833774c11",
"from": "uWebSockets.js@github:uNetworking/uWebSockets.js#v19.3.0"
}
}
}