-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
36 lines (36 loc) · 1.54 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
{
"name": "bowie",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bowie",
"version": "1.0.0",
"dependencies": {
"three": "^0.150.1",
"three-gltf-loader": "^1.111.0",
"three.js": "^0.77.0"
}
},
"node_modules/three": {
"version": "0.150.1",
"resolved": "https://registry.npmjs.org/three/-/three-0.150.1.tgz",
"integrity": "sha512-5C1MqKUWaHYo13BX0Q64qcdwImgnnjSOFgBscOzAo8MYCzEtqfQqorEKMcajnA3FHy1yVlIe9AmaMQ0OQracNA=="
},
"node_modules/three-gltf-loader": {
"version": "1.111.0",
"resolved": "https://registry.npmjs.org/three-gltf-loader/-/three-gltf-loader-1.111.0.tgz",
"integrity": "sha512-f2d6J5sMEC+dvRcpRjE8g9vqtvpNfnR7bgd+R7Y0dj2mmHwKN5luKe/WYA0Z9+j7mhjla/AC5DGxdXsu8wFhug==",
"deprecated": "Starting with three.js r103, GLTFLoader is included in the three package itself and installing three-gltf-loader is no longer necessary. It can be imported from 'three/examples/jsm/loaders/GLTFLoader'",
"peerDependencies": {
"three": ">=0.111.0"
}
},
"node_modules/three.js": {
"version": "0.77.0",
"resolved": "https://registry.npmjs.org/three.js/-/three.js-0.77.0.tgz",
"integrity": "sha512-ouSy18ZEiwz+aEsN5psLd7hftf08cyVw/zV1XFYjPhDDnUwIr+bEGryJAy6z3VbSJjuIQUbbM8FtWMZjGdqD+w=="
}
}
}