package.json
2.29 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
{
"_args": [
[
{
"raw": "nssocket@~0.5.1",
"scope": null,
"escapedName": "nssocket",
"name": "nssocket",
"rawSpec": "~0.5.1",
"spec": ">=0.5.1 <0.6.0",
"type": "range"
},
"/root/junhukang/node_modules/forever"
]
],
"_from": "nssocket@>=0.5.1 <0.6.0",
"_id": "nssocket@0.5.3",
"_inCache": true,
"_installable": true,
"_location": "/nssocket",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
"_npmVersion": "2.1.9",
"_phantomChildren": {},
"_requested": {
"raw": "nssocket@~0.5.1",
"scope": null,
"escapedName": "nssocket",
"name": "nssocket",
"rawSpec": "~0.5.1",
"spec": ">=0.5.1 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/forever"
],
"_resolved": "https://registry.npmjs.org/nssocket/-/nssocket-0.5.3.tgz",
"_shasum": "883ca2ec605f5ed64a4d5190b2625401928f8f8d",
"_shrinkwrap": null,
"_spec": "nssocket@~0.5.1",
"_where": "/root/junhukang/node_modules/forever",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/nodejitsu/nssocket/issues"
},
"dependencies": {
"eventemitter2": "~0.4.14",
"lazy": "~1.0.11"
},
"description": "An elegant way to define lightweight protocols on-top of TCP/TLS sockets in node.js",
"devDependencies": {
"msgpack": "~0.2.4",
"vows": "~0.8.1"
},
"directories": {},
"dist": {
"shasum": "883ca2ec605f5ed64a4d5190b2625401928f8f8d",
"tarball": "https://registry.npmjs.org/nssocket/-/nssocket-0.5.3.tgz"
},
"engines": {
"node": ">= 0.8.x"
},
"gitHead": "ab705cee33b2683bb9dd36533e7166e53f5b46b9",
"homepage": "https://github.com/nodejitsu/nssocket",
"license": "MIT",
"main": "./lib/nssocket",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "genediazjr",
"email": "genediazjr@gmail.com"
}
],
"name": "nssocket",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nodejitsu/nssocket.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "0.5.3"
}