package.json
1.73 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
{
"_from": "socket.io-parser@~3.1.1",
"_id": "socket.io-parser@3.1.3",
"_inBundle": false,
"_integrity": "sha512-g0a2HPqLguqAczs3dMECuA1RgoGFPyvDqcbaDEdCWY9g59kdUAz3YRmaJBNKXflrHNwB7Q12Gkf/0CZXfdHR7g==",
"_location": "/socket.io-parser",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "socket.io-parser@~3.1.1",
"name": "socket.io-parser",
"escapedName": "socket.io-parser",
"rawSpec": "~3.1.1",
"saveSpec": null,
"fetchSpec": "~3.1.1"
},
"_requiredBy": [
"/socket.io",
"/socket.io-client"
],
"_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.3.tgz",
"_shasum": "ed2da5ee79f10955036e3da413bfd7f1e4d86c8e",
"_spec": "socket.io-parser@~3.1.1",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\새 폴더\\Singer-Composer\\node_modules\\socket.io",
"bugs": {
"url": "https://github.com/Automattic/socket.io-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"component-emitter": "1.2.1",
"debug": "~3.1.0",
"has-binary2": "~1.0.2",
"isarray": "2.0.1"
},
"deprecated": false,
"description": "socket.io protocol parser",
"devDependencies": {
"benchmark": "2.1.2",
"expect.js": "0.3.1",
"mocha": "3.2.0",
"socket.io-browsers": "^1.0.0",
"zuul": "3.11.1",
"zuul-ngrok": "4.0.0"
},
"files": [
"binary.js",
"index.js",
"is-buffer.js"
],
"homepage": "https://github.com/Automattic/socket.io-parser#readme",
"license": "MIT",
"name": "socket.io-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/socket.io-parser.git"
},
"scripts": {
"test": "make test"
},
"version": "3.1.3"
}