-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
executable file
·36 lines (36 loc) · 1.23 KB
/
package-lock.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.23 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
{
"name": "SMPlayer",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"babylonjs": "^5.31.0",
"three": "^0.146.0"
}
},
"node_modules/babylonjs": {
"version": "5.31.0",
"resolved": "https://registry.npmjs.org/babylonjs/-/babylonjs-5.31.0.tgz",
"integrity": "sha512-uaxb58qo/UaoVH97I52UJUmpar0icZRNS45Pdc3SrxZfYcy8KeZkxvoO77c6PV9B9bblJFJdyl8gjEgoVZuQaw==",
"hasInstallScript": true
},
"node_modules/three": {
"version": "0.146.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.146.0.tgz",
"integrity": "sha512-1lvNfLezN6OJ9NaFAhfX4sm5e9YCzHtaRgZ1+B4C+Hv6TibRMsuBAM5/wVKzxjpYIlMymvgsHEFrrigEfXnb2A=="
}
},
"dependencies": {
"babylonjs": {
"version": "5.31.0",
"resolved": "https://registry.npmjs.org/babylonjs/-/babylonjs-5.31.0.tgz",
"integrity": "sha512-uaxb58qo/UaoVH97I52UJUmpar0icZRNS45Pdc3SrxZfYcy8KeZkxvoO77c6PV9B9bblJFJdyl8gjEgoVZuQaw=="
},
"three": {
"version": "0.146.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.146.0.tgz",
"integrity": "sha512-1lvNfLezN6OJ9NaFAhfX4sm5e9YCzHtaRgZ1+B4C+Hv6TibRMsuBAM5/wVKzxjpYIlMymvgsHEFrrigEfXnb2A=="
}
}
}