@turf/area
Advanced tools
Comparing version 3.10.0 to 3.13.0
{ | ||
"name": "@turf/area", | ||
"version": "3.10.0", | ||
"description": "calculate the area of a polygon or multipolygon feature", | ||
"version": "3.13.0", | ||
"description": "turf area module", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "tape test.js" | ||
"test": "node test.js", | ||
"bench": "node bench.js" | ||
}, | ||
@@ -17,5 +23,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"dependencies": { | ||
"@mapbox/geojson-area": "^0.2.2" | ||
}, | ||
"repository": { | ||
@@ -25,2 +28,6 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"devDependencies": { | ||
@@ -30,6 +37,5 @@ "geojson-fixtures": "^0.6.0", | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
"dependencies": { | ||
"@mapbox/geojson-area": "^0.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
5528
5
69