package.json
2.47 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_args": [
[
"socket.io-parser@2.3.1",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\socket.io"
]
],
"_from": "socket.io-parser@2.3.1",
"_id": "socket.io-parser@2.3.1",
"_inCache": true,
"_installable": true,
"_location": "/socket.io-parser",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/socket.io-parser-2.3.1.tgz_1477269125715_0.3387652209494263"
},
"_npmUser": {
"email": "damien.arrachequesne@gmail.com",
"name": "darrachequesne"
},
"_npmVersion": "2.15.8",
"_phantomChildren": {},
"_requested": {
"name": "socket.io-parser",
"raw": "socket.io-parser@2.3.1",
"rawSpec": "2.3.1",
"scope": null,
"spec": "2.3.1",
"type": "version"
},
"_requiredBy": [
"/browser-sync/socket.io",
"/browser-sync/socket.io-client",
"/socket.io",
"/socket.io-adapter",
"/socket.io-client"
],
"_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz",
"_shasum": "dd532025103ce429697326befd64005fcfe5b4a0",
"_shrinkwrap": null,
"_spec": "socket.io-parser@2.3.1",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\socket.io",
"bugs": {
"url": "https://github.com/Automattic/socket.io-parser/issues"
},
"dependencies": {
"component-emitter": "1.1.2",
"debug": "2.2.0",
"isarray": "0.0.1",
"json3": "3.3.2"
},
"description": "socket.io protocol parser",
"devDependencies": {
"benchmark": "1.0.0",
"expect.js": "0.2.0",
"mocha": "1.16.2",
"zuul": "3.11.0",
"zuul-ngrok": "4.0.0"
},
"directories": {},
"dist": {
"shasum": "dd532025103ce429697326befd64005fcfe5b4a0",
"tarball": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz"
},
"files": [
"binary.js",
"index.js",
"is-buffer.js"
],
"gitHead": "64455b432c9af2f9692a0eb845b17129eec0442a",
"homepage": "https://github.com/Automattic/socket.io-parser#readme",
"license": "MIT",
"maintainers": [
{
"email": "damien.arrachequesne@gmail.com",
"name": "darrachequesne"
},
{
"email": "rauchg@gmail.com",
"name": "rauchg"
}
],
"name": "socket.io-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/socket.io-parser.git"
},
"scripts": {
"test": "make test"
},
"version": "2.3.1"
}