-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
86 lines (86 loc) · 2.58 KB
/
package-lock.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
{
"name": "mini-chromecast",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ascli": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/ascli/-/ascli-0.3.0.tgz",
"integrity": "sha1-XmYjDlIZ/j6JUqTvtPIPrllqgTo=",
"requires": {
"colour": "0.7.1",
"optjs": "3.2.2"
}
},
"bufferview": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/bufferview/-/bufferview-1.0.1.tgz",
"integrity": "sha1-ev10pF+Tf6QiodM4wIu/3HbNcl0="
},
"bytebuffer": {
"version": "3.5.5",
"resolved": "https://registry.npmjs.org/bytebuffer/-/bytebuffer-3.5.5.tgz",
"integrity": "sha1-em+vGhNRSwg/H8+VQcTJv75+f9M=",
"requires": {
"bufferview": "1.0.1",
"long": "2.4.0"
}
},
"castv2": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/castv2/-/castv2-0.1.9.tgz",
"integrity": "sha1-0LD6sf0GsNnMpjaIZxbsEpOlkFo=",
"requires": {
"debug": "2.6.9",
"protobufjs": "3.8.2"
}
},
"castv2-client": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/castv2-client/-/castv2-client-1.2.0.tgz",
"integrity": "sha1-qRk7GlRIuMuaBBW9AhyIEe17BUQ=",
"requires": {
"castv2": "0.1.9",
"debug": "2.6.9"
}
},
"colour": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/colour/-/colour-0.7.1.tgz",
"integrity": "sha1-nLFpkX7F0SwHNtPoaFdG3xyt93g="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"long": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/long/-/long-2.4.0.tgz",
"integrity": "sha1-n6GAux2VAM3CnEFWdmoZleH0Uk8="
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"optjs": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/optjs/-/optjs-3.2.2.tgz",
"integrity": "sha1-aabOicRCpEQDFBrS+bNwvVu29O4="
},
"protobufjs": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-3.8.2.tgz",
"integrity": "sha1-vIJuNMOvRpfo0K96Zp5NYSrtzRc=",
"requires": {
"ascli": "0.3.0",
"bytebuffer": "3.5.5"
}
}
}
}