-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
28 lines (28 loc) · 1.11 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
{
"name": "mediamonkey-addons",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mediamonkey-addons",
"devDependencies": {
"@types/three": "~0.129.0",
"mediamonkey": "^2024.0.1-beta1"
}
},
"node_modules/@types/three": {
"version": "0.129.2",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.129.2.tgz",
"integrity": "sha512-fZDNRtUFnq3baNjDiAzi4QoHYcczWtEdsduH/tpiwk91fbVk8COJiT/iLoN3tIOjLKMySoYsjUfP0VTmUfZKLw==",
"dev": true,
"license": "MIT"
},
"node_modules/mediamonkey": {
"version": "2024.0.1-beta1",
"resolved": "https://registry.npmjs.org/mediamonkey/-/mediamonkey-2024.0.1-beta1.tgz",
"integrity": "sha512-+I6VBl4xZbXGwUn9tL7R6J06k47wo81xbyRaQlJlEjX4XN/xRPy2EjPCamVN2LXywuJMvh02DK5mJjMaRcwVAw==",
"dev": true,
"license": "Ventis Limited Reciprocal License - https://www.mediamonkey.com/sw/mmw/5/Ventis_limited_reciprocal_license.txt"
}
}
}