mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@turf/buffer",
|
|
"version": "4.0.0",
|
|
"description": "turf buffer module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js",
|
|
"bench": "node bench.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Turfjs/turf.git"
|
|
},
|
|
"keywords": [
|
|
"buffer",
|
|
"offset",
|
|
"polygon",
|
|
"linestring",
|
|
"point",
|
|
"geojson",
|
|
"turf"
|
|
],
|
|
"author": "Turf Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Turfjs/turf/issues"
|
|
},
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"devDependencies": {
|
|
"@turf/helpers": "^4.0.0",
|
|
"@turf/truncate": "^4.0.0",
|
|
"benchmark": "^1.0.0",
|
|
"eslint": "^3.15.0",
|
|
"eslint-config-mourner": "^2.0.1",
|
|
"geojson-fixtures": "^1.0.0",
|
|
"load-json-file": "^2.0.0",
|
|
"tape": "^3.5.0",
|
|
"write-json-file": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@mapbox/geojson-normalize": "0.0.1",
|
|
"@turf/combine": "^4.0.0",
|
|
"@turf/helpers": "^4.0.0",
|
|
"jsts": "1.3.0"
|
|
}
|
|
}
|