-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
83 lines (83 loc) · 3.27 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "repong",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"Reasongl": {
"version": "github:bsansouci/reasongl#fea06621f844008d0ce455e61efabefc80761c19",
"from": "github:bsansouci/reasongl",
"requires": {
"Tgls": "github:bsansouci/tgls#45c490d8d34425f639b508290c297c5a76277bcf",
"Tsdl": "github:bsansouci/tsdl#661b27ba5a96f680c7e02a5ce73fb12673a77a32",
"gl-matrix": "*"
}
},
"Tgls": {
"version": "github:bsansouci/tgls#45c490d8d34425f639b508290c297c5a76277bcf",
"from": "github:bsansouci/tgls"
},
"Tsdl": {
"version": "github:bsansouci/tsdl#661b27ba5a96f680c7e02a5ce73fb12673a77a32",
"from": "github:bsansouci/tsdl",
"requires": {
"sdl2": "github:bsansouci/SDL-mirror#db0756eec3c5979b8291d739ebac9e8747ccbac2"
}
},
"bsb-native": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/bsb-native/-/bsb-native-4.0.6.tgz",
"integrity": "sha512-T1MkndnmA4StiKK2UvEftrqANN+h9StlLghBbwmKa833d97D86np+2wmIOw5Rqy6rNW3D076A2G51mooWTUwfQ==",
"dev": true,
"requires": {
"yauzl": "^2.9.1"
}
},
"buffer-crc32": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
},
"fd-slicer": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
"requires": {
"pend": "~1.2.0"
}
},
"gl-matrix": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-2.8.1.tgz",
"integrity": "sha512-0YCjVpE3pS5XWlN3J4X7AiAx65+nqAI54LndtVFnQZB6G/FVLkZH8y8V6R3cIoOQR4pUdfwQGd1iwyoXHJ4Qfw=="
},
"pend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
},
"reprocessing": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/reprocessing/-/reprocessing-0.2.0.tgz",
"integrity": "sha512-LZRwSIuvlYXTUZYLwHPXzttl8rbFQRhiI2ZTADglTw0kv/Cj07JwcCY4lWyJT5UF4Ham+67SQfEFuN+eobR6vg==",
"requires": {
"Reasongl": "github:bsansouci/reasongl#fea06621f844008d0ce455e61efabefc80761c19"
}
},
"sdl2": {
"version": "github:bsansouci/SDL-mirror#db0756eec3c5979b8291d739ebac9e8747ccbac2",
"from": "github:bsansouci/SDL-mirror#fast",
"requires": {
"yauzl": "^2.9.1"
}
},
"yauzl": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
"integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
"requires": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
}
}
}