-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
55 lines (55 loc) · 2.02 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
51
52
53
54
55
{
"name": "volsurface",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/tinycolor2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@types/tinycolor2/-/tinycolor2-1.4.1.tgz",
"integrity": "sha512-25L/RL5tqZkquKXVHM1fM2bd23qjfbcPpAZ2N/H05Y45g3UEi+Hw8CbDV28shKY8gH1SHiLpZSxPI1lacqdpGg=="
},
"dat.gui": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/dat.gui/-/dat.gui-0.7.5.tgz",
"integrity": "sha512-o6RnHVUHigLqH4DwsZCbFLAQw8NMWS3GP9EL4M4oOWj7E4qGIyVopyOWzyAwCwtuaiB27hq9F0qkHSNfjsp+ZQ=="
},
"numeric": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/numeric/-/numeric-1.2.6.tgz",
"integrity": "sha1-dlsCvvl5iPz4gNTrPza4D6MTNao="
},
"papaparse": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.6.3.tgz",
"integrity": "sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ=="
},
"rbf": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/rbf/-/rbf-1.1.5.tgz",
"integrity": "sha1-gWV81D6JmjGV7aRP+2N7UIIBME8=",
"requires": {
"numeric": "~1.2.6"
}
},
"three": {
"version": "0.100.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.100.0.tgz",
"integrity": "sha512-/lN2rdE1OqIwJr4/HcSaOisiCY0uVA0sqPpbCG5nil2uICEdS0LfGwSVYTtZDsIpR76r3++h5H3Hzg5D+SJBRQ=="
},
"tinycolor2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz",
"integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g="
},
"tinygradient": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tinygradient/-/tinygradient-1.0.0.tgz",
"integrity": "sha512-M/z15v3AosFCNIf4XVSl0y55/Hu8U/t4ucLhOSnqrF2cViDQKIAzCU4NjJYm1aIzFdz+nZA8QaHXO+ZJVfpgrQ==",
"requires": {
"@types/tinycolor2": "^1.4.0",
"tinycolor2": "^1.0.0"
}
}
}
}