-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 1.22 KB
/
package.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
{
"name": "geojson-polygon-labels",
"version": "2.0.1",
"description": "Command line tool to generate point labels from GeoJSON polygons",
"bin": "bin/geojson-polygon-labels",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewharvey/geojson-polygon-labels.git"
},
"keywords": [
"geojson"
],
"author": "Andrew Harvey <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewharvey/geojson-polygon-labels/issues"
},
"homepage": "https://github.com/andrewharvey/geojson-polygon-labels#readme",
"dependencies": {
"@turf/area": "^7.1.0",
"@turf/bbox": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/center": "^7.1.0",
"@turf/center-mean": "^7.1.0",
"@turf/center-median": "^7.1.0",
"@turf/center-of-mass": "^7.1.0",
"@turf/centroid": "^7.1.0",
"@turf/convex": "^7.1.0",
"@turf/explode": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/meta": "^7.1.0",
"@turf/point-on-feature": "^7.1.0",
"geojson-flatten": "^1.1.1",
"geojson-stream": "^0.1.0",
"ndjson": "^2.0.0",
"polylabel": "^2.0.1",
"stream-combiner": "^0.2.2",
"through": "^2.3.8",
"yargs": "^17.7.2"
}
}