-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
56 lines (56 loc) · 1.67 KB
/
package-lock.json
File metadata and controls
56 lines (56 loc) · 1.67 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
{
"name": "com.muizz.rhombus-camera",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "com.muizz.rhombus-camera",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@elgato/streamdeck": "^1.4.0"
}
},
"node_modules/@elgato/schemas": {
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/@elgato/schemas/-/schemas-0.4.7.tgz",
"integrity": "sha512-K+ddmggdomNOqP0oKL1rkIIwq8RdTz7rnRu7j9G9Rkvwzj9VAujDSNgg1+3tTLRgD6aHy5kZh0uKeonM/iIx8A==",
"license": "MIT"
},
"node_modules/@elgato/streamdeck": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@elgato/streamdeck/-/streamdeck-1.4.0.tgz",
"integrity": "sha512-VVwd+ce2Xt41TCW27TJuky5X78cI5OZcuhTUXsdfPtZ74Tjf0yo0Li5aaDUi8ew5NEsHufIWoMMZVViFkN6qLw==",
"license": "MIT",
"dependencies": {
"@elgato/schemas": "^0.4.1",
"ws": "^8.18.0"
},
"engines": {
"node": ">=20.5.1"
}
},
"node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}