-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 1.02 KB
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 1.02 KB
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
{
"name": "BandTicketSimulator",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"noisejs": "^2.1.0",
"three": "^0.150.1",
"vanta": "^0.5.24"
}
},
"node_modules/noisejs": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/noisejs/-/noisejs-2.1.0.tgz",
"integrity": "sha512-sw39KaUS2YBta6apZ0/H+nnCsUyxT/ZRxgv/HnDxx6pWO2e2nUmWgLhpOaQdlxxkFepIpxDrlXy3fHVx0S3SLg=="
},
"node_modules/three": {
"version": "0.150.1",
"resolved": "https://registry.npmjs.org/three/-/three-0.150.1.tgz",
"integrity": "sha512-5C1MqKUWaHYo13BX0Q64qcdwImgnnjSOFgBscOzAo8MYCzEtqfQqorEKMcajnA3FHy1yVlIe9AmaMQ0OQracNA==",
"license": "MIT"
},
"node_modules/vanta": {
"version": "0.5.24",
"resolved": "https://registry.npmjs.org/vanta/-/vanta-0.5.24.tgz",
"integrity": "sha512-fvieEbHy1ZS23zrcX+topzqAgA4Uct1enngOEWLFBgs9TtOf6RDFOYatH7KSVdrABzQDMCQ5myQy+nTSZZwLzg==",
"license": "MIT"
}
}
}