forked from thibauts/node-castv2-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.07 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
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
{
"_args": [
[
{
"raw": "castv2-client@^1.2.0",
"scope": null,
"escapedName": "castv2-client",
"name": "castv2-client",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/home/kmerabet/Documents/sii/node-app/node_modules/castv2-player"
],
[
{
"raw": "castv2-client@git+https://github.com/kmerabet/node-castv2-client.git",
"scope": null,
"escapedName": "castv2-client",
"name": "castv2-client",
"rawSpec": "git+https://github.com/kmerabet/node-castv2-client.git",
"spec": "git+https://github.com/kmerabet/node-castv2-client.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:kmerabet/node-castv2-client.git",
"sshUrl": "git+ssh://git@github.com/kmerabet/node-castv2-client.git",
"httpsUrl": "git+https://github.com/kmerabet/node-castv2-client.git",
"gitUrl": "git://github.com/kmerabet/node-castv2-client.git",
"shortcut": "github:kmerabet/node-castv2-client",
"directUrl": "https://raw.githubusercontent.com/kmerabet/node-castv2-client/master/package.json"
}
},
"/home/kmerabet/Documents/sii/node-app/node_modules/castv2-player"
]
],
"_from": "git+https://github.com/kmerabet/node-castv2-client.git",
"_id": "castv2-client@1.2.0",
"_inCache": true,
"_location": "/castv2-client",
"_nodeVersion": "4.2.4",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/castv2-client-1.2.0.tgz_1483129880591_0.3564770014490932"
},
"_npmUser": {
"name": "thibauts",
"email": "thibaut.seguy@gmail.com"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"raw": "castv2-client@git+https://github.com/kmerabet/node-castv2-client.git",
"scope": null,
"escapedName": "castv2-client",
"name": "castv2-client",
"rawSpec": "git+https://github.com/kmerabet/node-castv2-client.git",
"spec": "git+https://github.com/kmerabet/node-castv2-client.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:kmerabet/node-castv2-client.git",
"sshUrl": "git+ssh://git@github.com/kmerabet/node-castv2-client.git",
"httpsUrl": "git+https://github.com/kmerabet/node-castv2-client.git",
"gitUrl": "git://github.com/kmerabet/node-castv2-client.git",
"shortcut": "github:kmerabet/node-castv2-client",
"directUrl": "https://raw.githubusercontent.com/kmerabet/node-castv2-client/master/package.json"
}
},
"_requiredBy": [
"/castv2-player"
],
"_resolved": "git+https://github.com/kmerabet/node-castv2-client.git#6cdf64e7664be0832459debe443d62172db44c49",
"_shasum": "c29f65470f834394376ac0c74f366ee35e8784de",
"_shrinkwrap": null,
"_spec": "castv2-client@git+https://github.com/kmerabet/node-castv2-client.git",
"_where": "/home/kmerabet/Documents/sii/node-app/node_modules/castv2-player",
"author": {
"name": "thibauts"
},
"bugs": {
"url": "https://github.com/thibauts/node-castv2-client/issues"
},
"dependencies": {
"castv2": "~0.1.4",
"debug": "^2.2.0"
},
"description": "A Chromecast client based on the new (CASTV2) protocol",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "a9193b1a5448b8cb9a0415bd021c8811ed7b0544",
"tarball": "https://registry.npmjs.org/castv2-client/-/castv2-client-1.2.0.tgz"
},
"gitHead": "cc712dac6a331615654c8193bfbd868563167d57",
"homepage": "https://github.com/thibauts/node-castv2-client#readme",
"keywords": [
"chromecast",
"castv2"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "thibauts",
"email": "thibaut.seguy@gmail.com"
}
],
"name": "castv2-client",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/thibauts/node-castv2-client.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}