-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1.36 KB
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1.36 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/dat-gui": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/@types/dat-gui/-/dat-gui-0.6.3.tgz",
"integrity": "sha512-N0JUd1/jrKQ00w0lz6uyx/4XhJ+qQb9Ir05DEzP4YS5N+vQUyKtcyVBG/u+NF7EkAkHHYDyzpvYf0AMS89R2OQ=="
},
"@types/three": {
"version": "0.91.13",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.91.13.tgz",
"integrity": "sha512-st+j1C6DZsKWwMiWOkmXMG6x/nBJrqx7xkHsUChOvLqe/surz+B/+NfCrPyjKd5j0D9kyloTiYsON99OgJoMSQ==",
"requires": {
"@types/webvr-api": "0.0.34"
}
},
"@types/webvr-api": {
"version": "0.0.34",
"resolved": "https://registry.npmjs.org/@types/webvr-api/-/webvr-api-0.0.34.tgz",
"integrity": "sha512-gVAPKK+L1blPJCFnUDmkIdRfIU8xbwl05MDXPRjnjoeDXUUzR6frPuyx9RQz+OCodmxlBcJOkjVTMTZi1BcuZw=="
},
"dat.gui": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/dat.gui/-/dat.gui-0.7.2.tgz",
"integrity": "sha512-Me2SHBCRiSf/4YXfmpZl2+oXKCCK0GMu1Bc86UmC2UwE3ha3NlFsjoq7D8zBRVlLibSlxMjmc2qM3CB9fPDbEA=="
},
"three": {
"version": "0.91.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.91.0.tgz",
"integrity": "sha512-dzikzdcddNROFZi3vkbV8YonBmqnonbJv2FxlQBEE2wKzZutddnjiS8qBZG2+EB40l505Xw8OMClQm+GmbwI/g=="
}
}
}