package.json
2.82 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"_args": [
[
{
"raw": "ws@1.1.4",
"scope": null,
"escapedName": "ws",
"name": "ws",
"rawSpec": "1.1.4",
"spec": "1.1.4",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/engine.io"
]
],
"_cnpm_publish_time": 1489230925657,
"_from": "ws@1.1.4",
"_id": "ws@1.1.4",
"_inCache": true,
"_location": "/ws",
"_nodeVersion": "7.7.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ws-1.1.4.tgz_1489230923644_0.4469207131769508"
},
"_npmUser": {
"name": "lpinca",
"email": "luigipinca@gmail.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "ws@1.1.4",
"scope": null,
"escapedName": "ws",
"name": "ws",
"rawSpec": "1.1.4",
"spec": "1.1.4",
"type": "version"
},
"_requiredBy": [
"/engine.io"
],
"_resolved": "https://registry.npm.taobao.org/ws/download/ws-1.1.4.tgz",
"_shasum": "57f40d036832e5f5055662a397c4de76ed66bf61",
"_shrinkwrap": null,
"_spec": "ws@1.1.4",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/engine.io",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/websockets/ws/issues"
},
"dependencies": {
"options": ">=0.0.5",
"ultron": "1.0.x"
},
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"devDependencies": {
"ansi": "0.3.x",
"benchmark": "0.3.x",
"bufferutil": "1.2.x",
"expect.js": "0.3.x",
"istanbul": "^0.4.1",
"mocha": "2.3.x",
"should": "8.0.x",
"tinycolor": "0.0.x",
"utf-8-validate": "1.2.x"
},
"directories": {},
"dist": {
"shasum": "57f40d036832e5f5055662a397c4de76ed66bf61",
"tarball": "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz"
},
"gitHead": "19106a14d1782bed6f3b12a612e1a73a4970fdbe",
"gypfile": true,
"homepage": "https://github.com/websockets/ws#readme",
"keywords": [
"Hixie",
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSockets",
"real-time"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
{
"name": "einaros",
"email": "einaros@gmail.com"
},
{
"name": "lpinca",
"email": "luigipinca@gmail.com"
},
{
"name": "v1",
"email": "npm@3rd-Eden.com"
}
],
"name": "ws",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/websockets/ws.git"
},
"scripts": {
"test": "make test"
},
"version": "1.1.4"
}