blob: bb26bf6421162a0684081d5fd2064cb2a84c3e14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "mapbox-polylabel",
"version-semver": "1.0.4",
"description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)",
"homepage": "https://github.com/mapbox/polylabel",
"dependencies": [
"mapbox-geometry",
"mapbox-variant"
]
}
|