-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage-lock.json
71 lines (71 loc) · 3.3 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "webgpu-metaballs",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webgpu-metaballs",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"dat.gui": "^0.7.7",
"gl-matrix": "^3.4.3",
"stats.js": "^0.17.0",
"web-texture-tool": "github:toji/web-texture-tool",
"wgsl-preprocessor": "^1.0.0"
}
},
"node_modules/dat.gui": {
"version": "0.7.9",
"resolved": "https://registry.npmjs.org/dat.gui/-/dat.gui-0.7.9.tgz",
"integrity": "sha512-sCNc1OHobc+Erc1HqiswYgHdVNpSJUlk/Hz8vzOCsER7rl+oF/4+v8GXFUyCgtXpoCX6+bnmg07DedLvBLwYKQ=="
},
"node_modules/gl-matrix": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz",
"integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA=="
},
"node_modules/stats.js": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/stats.js/-/stats.js-0.17.0.tgz",
"integrity": "sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw=="
},
"node_modules/web-texture-tool": {
"version": "0.0.1",
"resolved": "git+ssh://[email protected]/toji/web-texture-tool.git#16a9685e805552678905652491c681411e5afbdc",
"license": "MIT"
},
"node_modules/wgsl-preprocessor": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/wgsl-preprocessor/-/wgsl-preprocessor-1.0.0.tgz",
"integrity": "sha512-fpmt1KFFSr5IS1Gc7JYwgNEo2S0dOjUDbTgxc4Zbsp+N8PF+5HH4j2K2RYwz8XCB8kIxURyukNqSJ7yiSCV1jA=="
}
},
"dependencies": {
"dat.gui": {
"version": "0.7.9",
"resolved": "https://registry.npmjs.org/dat.gui/-/dat.gui-0.7.9.tgz",
"integrity": "sha512-sCNc1OHobc+Erc1HqiswYgHdVNpSJUlk/Hz8vzOCsER7rl+oF/4+v8GXFUyCgtXpoCX6+bnmg07DedLvBLwYKQ=="
},
"gl-matrix": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz",
"integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA=="
},
"stats.js": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/stats.js/-/stats.js-0.17.0.tgz",
"integrity": "sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw=="
},
"web-texture-tool": {
"version": "git+ssh://[email protected]/toji/web-texture-tool.git#16a9685e805552678905652491c681411e5afbdc",
"from": "web-texture-tool@github:toji/web-texture-tool"
},
"wgsl-preprocessor": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/wgsl-preprocessor/-/wgsl-preprocessor-1.0.0.tgz",
"integrity": "sha512-fpmt1KFFSr5IS1Gc7JYwgNEo2S0dOjUDbTgxc4Zbsp+N8PF+5HH4j2K2RYwz8XCB8kIxURyukNqSJ7yiSCV1jA=="
}
}
}