mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "@turf/line-split",
|
|
"version": "7.0.0-alpha.1",
|
|
"description": "turf line-split module",
|
|
"author": "Turf Authors",
|
|
"contributors": [
|
|
"Denis Carriere <@DenisCarriere>"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Turfjs/turf/issues"
|
|
},
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Turfjs/turf.git"
|
|
},
|
|
"funding": "https://opencollective.com/turf",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"turf",
|
|
"geojson",
|
|
"gis",
|
|
"line",
|
|
"split"
|
|
],
|
|
"main": "dist/js/index.js",
|
|
"module": "dist/es/index.js",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./dist/es/index.js",
|
|
"require": "./dist/js/index.js"
|
|
}
|
|
},
|
|
"types": "index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"bench": "tsx bench.js",
|
|
"build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
|
|
"docs": "tsx ../../scripts/generate-readmes",
|
|
"test": "npm-run-all test:*",
|
|
"test:tape": "tsx test.js"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "*",
|
|
"load-json-file": "*",
|
|
"npm-run-all": "*",
|
|
"rollup": "*",
|
|
"tape": "*",
|
|
"tsx": "*",
|
|
"write-json-file": "*"
|
|
},
|
|
"dependencies": {
|
|
"@turf/bbox": "^7.0.0-alpha.1",
|
|
"@turf/geojson-rbush": "^3.2.0",
|
|
"@turf/helpers": "^7.0.0-alpha.1",
|
|
"@turf/invariant": "^7.0.0-alpha.1",
|
|
"@turf/line-intersect": "^7.0.0-alpha.1",
|
|
"@turf/line-segment": "^7.0.0-alpha.1",
|
|
"@turf/meta": "^7.0.0-alpha.1",
|
|
"@turf/nearest-point-on-line": "^7.0.0-alpha.1",
|
|
"@turf/square": "^7.0.0-alpha.1",
|
|
"@turf/truncate": "^7.0.0-alpha.1"
|
|
}
|
|
}
|