-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
83 lines (83 loc) · 2.71 KB
/
package-lock.json
File metadata and controls
83 lines (83 loc) · 2.71 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
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": "reprocessing-example",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"Reasongl": {
"version": "github:bsansouci/reasongl#4409c327bbbf34690672274b89bfc5aefe83ca46",
"from": "github:bsansouci/reasongl",
"requires": {
"Tgls": "github:bsansouci/tgls",
"Tsdl": "github:bsansouci/tsdl",
"gl-matrix": "*"
}
},
"Tgls": {
"version": "github:bsansouci/tgls#44d4b1a07b6eea9cbd29a6d43128247d4f312bbe",
"from": "github:bsansouci/tgls"
},
"Tsdl": {
"version": "github:bsansouci/tsdl#2a472117eb1134a0ba828969788c98757160b293",
"from": "github:bsansouci/tsdl",
"requires": {
"sdl2": "github:bsansouci/SDL-mirror#fast"
}
},
"bsb-native": {
"version": "4.0.1100",
"resolved": "https://registry.npmjs.org/bsb-native/-/bsb-native-4.0.1100.tgz",
"integrity": "sha512-XQ6farp7NBctlw1EOMQDvWEyOAGzwqP5G9N37Jb9KgvD/eiSNPclcMFi6BpFlNeHDYPyX4T0rSaFK7tvQFb5/Q==",
"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": "3.1.0",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.1.0.tgz",
"integrity": "sha512-526NA+3EA+ztAQi0IZpSWiM0fyQXIp7IbRvfJ4wS/TjjQD0uv0fVybXwwqqSOlq33UckivI0yMDlVtboWm3k7A=="
},
"pend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
},
"reprocessing": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/reprocessing/-/reprocessing-0.3.1.tgz",
"integrity": "sha512-fv63VFzkfPw5qZprar9AnGCisTe5vDDpg/mz7pb7ryuwxM//h1Y67H7Cnln+qvkTBdoYivrp4gV52/BGRRppJw==",
"requires": {
"Reasongl": "github:bsansouci/reasongl"
}
},
"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"
}
}
}
}