-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.25 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
{
"name": "fbx-animation-controls",
"version": "1.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fbx-animation-controls",
"version": "1.4.1",
"license": "MIT",
"dependencies": {
"@types/three": "^0.139.0",
"three": "^0.139.2"
}
},
"node_modules/@types/three": {
"version": "0.139.0",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.139.0.tgz",
"integrity": "sha512-4V/jZhyq7Mv05coUzxL3bz8AuBOSi/1F0RY7ujisHTV0Amy/fnYJ+s7TSJ1/hXjZukSkpuFRgV+wvWUEMbsMbQ=="
},
"node_modules/three": {
"version": "0.139.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.139.2.tgz",
"integrity": "sha512-gV7q7QY8rogu7HLFZR9cWnOQAUedUhu2WXAnpr2kdXZP9YDKsG/0ychwQvWkZN5PlNw9mv5MoCTin6zNTXoONg=="
}
},
"dependencies": {
"@types/three": {
"version": "0.139.0",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.139.0.tgz",
"integrity": "sha512-4V/jZhyq7Mv05coUzxL3bz8AuBOSi/1F0RY7ujisHTV0Amy/fnYJ+s7TSJ1/hXjZukSkpuFRgV+wvWUEMbsMbQ=="
},
"three": {
"version": "0.139.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.139.2.tgz",
"integrity": "sha512-gV7q7QY8rogu7HLFZR9cWnOQAUedUhu2WXAnpr2kdXZP9YDKsG/0ychwQvWkZN5PlNw9mv5MoCTin6zNTXoONg=="
}
}
}