-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
{
"name": "CGAssistant",
"version": "1.0.0",
"description": "CGAssistant",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hzqst/CGAssistant.git"
},
"author": "hzqst",
"license": "MIT",
"dependencies": {
"accepts": "1.3.7",
"after": "0.8.2",
"arraybuffer.slice": "0.0.7",
"async": "3.2.2",
"async-limiter": "1.0.1",
"base64-arraybuffer": "0.1.5",
"base64id": "1.0.0",
"better-assert": "1.0.2",
"blob": "0.0.5",
"component-bind": "1.0.0",
"component-emitter": "1.2.1",
"component-inherit": "0.0.3",
"cookie": "0.3.1",
"debug": "4.3.1",
"engine.io": "3.6.1",
"engine.io-client": "3.3.2",
"engine.io-parser": "2.1.3",
"has-binary2": "1.0.3",
"has-cors": "1.1.0",
"heap": "0.2.5",
"iconv-lite": "0.4.24",
"indexof": "0.0.1",
"isarray": "2.0.1",
"lodash": "4.17.21",
"mime-db": "1.40.0",
"mime-types": "2.1.24",
"moment": "2.29.4",
"ms": "2.1.2",
"nan": "2.6.2",
"negotiator": "0.6.2",
"object-component": "0.0.3",
"parseqs": "0.0.5",
"parseuri": "0.0.5",
"pathfinding": "0.4.18",
"safer-buffer": "2.1.2",
"socket.io": "2.5.0",
"socket.io-adapter": "1.1.1",
"socket.io-client": "2.2.0",
"socket.io-parser": "3.3.4",
"to-array": "0.1.4",
"ws": "6.2.3",
"xmlhttprequest-ssl": "1.6.2",
"yeast": "0.1.2",
"request": "latest",
"bindings": "latest"
}
}