-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
50 lines (50 loc) · 1.83 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
{
"name": "dri-3d",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dri-3d",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"dat.gui": "^0.7.9",
"three": "^0.147.0",
"three-dat.gui": "^2.0.7"
}
},
"node_modules/dat.gui": {
"version": "0.7.9",
"resolved": "https://registry.npmjs.org/dat.gui/-/dat.gui-0.7.9.tgz",
"integrity": "sha512-sCNc1OHobc+Erc1HqiswYgHdVNpSJUlk/Hz8vzOCsER7rl+oF/4+v8GXFUyCgtXpoCX6+bnmg07DedLvBLwYKQ=="
},
"node_modules/three": {
"version": "0.147.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.147.0.tgz",
"integrity": "sha512-LPTOslYQXFkmvceQjFTNnVVli2LaVF6C99Pv34fJypp8NbQLbTlu3KinZ0zURghS5zEehK+VQyvWuPZ/Sm8fzw=="
},
"node_modules/three-dat.gui": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/three-dat.gui/-/three-dat.gui-2.0.7.tgz",
"integrity": "sha512-u+uRJF3BxY6O1JnRwjGVNdBvvmyaHG5/92RrvILtZclblAUda0ZcfUOXwWbr+hzPZYgJT5HykayjSyATdBQvUw=="
}
},
"dependencies": {
"dat.gui": {
"version": "0.7.9",
"resolved": "https://registry.npmjs.org/dat.gui/-/dat.gui-0.7.9.tgz",
"integrity": "sha512-sCNc1OHobc+Erc1HqiswYgHdVNpSJUlk/Hz8vzOCsER7rl+oF/4+v8GXFUyCgtXpoCX6+bnmg07DedLvBLwYKQ=="
},
"three": {
"version": "0.147.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.147.0.tgz",
"integrity": "sha512-LPTOslYQXFkmvceQjFTNnVVli2LaVF6C99Pv34fJypp8NbQLbTlu3KinZ0zURghS5zEehK+VQyvWuPZ/Sm8fzw=="
},
"three-dat.gui": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/three-dat.gui/-/three-dat.gui-2.0.7.tgz",
"integrity": "sha512-u+uRJF3BxY6O1JnRwjGVNdBvvmyaHG5/92RrvILtZclblAUda0ZcfUOXwWbr+hzPZYgJT5HykayjSyATdBQvUw=="
}
}
}