-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
112 lines (112 loc) · 4.37 KB
/
package-lock.json
File metadata and controls
112 lines (112 loc) · 4.37 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@footgun/collision-2d",
"version": "0.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@footgun/collision-2d",
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"@footgun/math-gap": "^0.2.0",
"clamp": "^1.0.1",
"point-to-segment-2d": "^1.0.0",
"robust-point-in-polygon": "^1.0.3",
"segseg": "^1.0.0",
"wgpu-matrix": "^3.4.0"
}
},
"node_modules/@footgun/math-gap": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@footgun/math-gap/-/math-gap-0.2.0.tgz",
"integrity": "sha512-sGhfGo5OOEGAv4j4eHvECDwgnX2IDdx1Xd2MJeiFAyP9b/htmopRd2PNFQzQETxEuMBj+I5M5Odeky+AA+CFjQ==",
"license": "MIT"
},
"node_modules/clamp": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz",
"integrity": "sha512-kgMuFyE78OC6Dyu3Dy7vcx4uy97EIbVxJB/B0eJ3bUNAkwdNcxYzgKltnyADiYwsR7SEqkkUPsEUT//OVS6XMA==",
"license": "MIT"
},
"node_modules/point-to-segment-2d": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/point-to-segment-2d/-/point-to-segment-2d-1.0.0.tgz",
"integrity": "sha512-qjMaW51jOWDjvNSEntnxiGCvfWKu64Iiu6FVRaCWB5hBlZG7adxhx1AG3sXEwgf7v7e+o0y7TpO65OgumpDhfg==",
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/robust-orientation": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/robust-orientation/-/robust-orientation-1.2.1.tgz",
"integrity": "sha512-FuTptgKwY6iNuU15nrIJDLjXzCChWB+T4AvksRtwPS/WZ3HuP1CElCm1t+OBfgQKfWbtZIawip+61k7+buRKAg==",
"license": "MIT",
"dependencies": {
"robust-scale": "^1.0.2",
"robust-subtract": "^1.0.0",
"robust-sum": "^1.0.0",
"two-product": "^1.0.2"
}
},
"node_modules/robust-point-in-polygon": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/robust-point-in-polygon/-/robust-point-in-polygon-1.0.3.tgz",
"integrity": "sha512-pPzz7AevOOcPYnFv4Vs5L0C7BKOq6C/TfAw5EUE58CylbjGiPyMjAnPLzzSuPZ2zftUGwWbmLWPOjPOz61tAcA==",
"license": "MIT",
"dependencies": {
"robust-orientation": "^1.0.2"
}
},
"node_modules/robust-scale": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/robust-scale/-/robust-scale-1.0.2.tgz",
"integrity": "sha512-jBR91a/vomMAzazwpsPTPeuTPPmWBacwA+WYGNKcRGSh6xweuQ2ZbjRZ4v792/bZOhRKXRiQH0F48AvuajY0tQ==",
"license": "MIT",
"dependencies": {
"two-product": "^1.0.2",
"two-sum": "^1.0.0"
}
},
"node_modules/robust-subtract": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/robust-subtract/-/robust-subtract-1.0.0.tgz",
"integrity": "sha512-xhKUno+Rl+trmxAIVwjQMiVdpF5llxytozXJOdoT4eTIqmqsndQqFb1A0oiW3sZGlhMRhOi6pAD4MF1YYW6o/A==",
"license": "MIT"
},
"node_modules/robust-sum": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/robust-sum/-/robust-sum-1.0.0.tgz",
"integrity": "sha512-AvLExwpaqUqD1uwLU6MwzzfRdaI6VEZsyvQ3IAQ0ZJ08v1H+DTyqskrf2ZJyh0BDduFVLN7H04Zmc+qTiahhAw==",
"license": "MIT"
},
"node_modules/segseg": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/segseg/-/segseg-1.0.0.tgz",
"integrity": "sha512-2yXmyV1AJN9F9CFlUaQ0XLo0zh8C/BgB91ae8oouDw2yvH6uCXkxOvRocbvgAJmrxssiUn3PgfzNv+0yA4OmYA==",
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/two-product": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/two-product/-/two-product-1.0.2.tgz",
"integrity": "sha512-vOyrqmeYvzjToVM08iU52OFocWT6eB/I5LUWYnxeAPGXAhAxXYU/Yr/R2uY5/5n4bvJQL9AQulIuxpIsMoT8XQ==",
"license": "MIT"
},
"node_modules/two-sum": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/two-sum/-/two-sum-1.0.0.tgz",
"integrity": "sha512-phP48e8AawgsNUjEY2WvoIWqdie8PoiDZGxTDv70LDr01uX5wLEQbOgSP7Z/B6+SW5oLtbe8qaYX2fKJs3CGTw==",
"license": "MIT"
},
"node_modules/wgpu-matrix": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/wgpu-matrix/-/wgpu-matrix-3.4.0.tgz",
"integrity": "sha512-kXHrbAPKEn9A32Wf4wVldyx9MmnzwhuB5p8GCqoJP3ItU5+iDT4J3aTQwPZWkfb153hwGtqZtUwR2M+ipJKadg==",
"license": "MIT"
}
}
}