-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
29 lines (29 loc) · 950 Bytes
/
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
{
"name": "n4m-vlc",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"centra": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/centra/-/centra-2.4.2.tgz",
"integrity": "sha512-f1RaP0V1HqVNEXfLfjNBthB2yy3KnSGnPCnOPCFLUk9e/Z4rNJ8nBaJNnghflnp88mi1IT8mfmW+HlMS1/H+bg=="
},
"phin": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/phin/-/phin-3.5.1.tgz",
"integrity": "sha512-jgFO28IaiWAl0xk+zmqVx7neKVokWKU8YTQC5QlB45SZnEE53LH2saqJIcyIV557VX3Gk+TdR4rwWTc3P83DSA==",
"requires": {
"centra": "^2.4.2"
}
},
"vlc-client": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/vlc-client/-/vlc-client-1.0.6.tgz",
"integrity": "sha512-Arq+fCtIF4nGgR/BU72vmO0ltL1iBkUMjbfX7jyhjE69w/TkGPPSvJz7/TRw0Mc8/8wwtoOlyvnHEmdjEQqXsA==",
"requires": {
"phin": "^3.5.0"
}
}
}
}