-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
44 lines (44 loc) · 1.68 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
{
"name": "desire-path-threejs",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"eruda": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/eruda/-/eruda-2.4.1.tgz",
"integrity": "sha512-rI16JoCsyy/pzXbPo7X6EMSUrhbtKZeFZGopiqrmCKxA8GlH61IXjlQAk1SWGpVpkJ6A1z7leuF8EmhFsU+OXQ==",
"dev": true
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"potpack": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.1.tgz",
"integrity": "sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw=="
},
"three": {
"version": "0.129.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.129.0.tgz",
"integrity": "sha512-wiWio1yVRg2Oj6WEWsTHQo5eSzYpEwSBtPSi3OofNpvFbf26HFfb9kw4FZJNjII4qxzp0b1xLB11+tKkBGB1ZA=="
},
"three-nebula": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/three-nebula/-/three-nebula-10.0.1.tgz",
"integrity": "sha512-nYqDjbCaby2vLcdgsc8drFWDIdna0O4xYNGDtrAs04O7A/bjcY2dZQEEZdaVFPss6XxK6e9VSlwgM0iTHMbsIg==",
"requires": {
"lodash": "^4.17.19",
"potpack": "^1.0.1",
"uuid": "^3.3.2"
}
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
}