node-red-contrib-tak-registration
Version:
A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "geojson-rbush",
"version": "3.2.0",
"description": "GeoJSON implementation of RBush",
"main": "index",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"pretest": "tsc types.ts",
"test": "node test.js --coverage",
"bench": "node bench.js",
"docs": "documentation readme index.js --section=API"
},
"keywords": [
"geojson",
"index",
"tree",
"spatial",
"rbush"
],
"author": "Denis Carriere <@DenisCarriere>",
"contributors": [
"Vladimir Agafonkin <@mourner>",
"Denis Carriere <@DenisCarriere>",
"Jordan Rousseau <@jvrousseau>"
],
"license": "MIT",
"devDependencies": {
"@turf/bbox-polygon": "*",
"@turf/random": "*",
"@types/node": "*",
"benchmark": "*",
"documentation": "*",
"load-json-file": "*",
"tap": "*",
"tape": "*",
"typescript": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/bbox": "*",
"@turf/helpers": "6.x",
"@turf/meta": "6.x",
"@types/geojson": "7946.0.8",
"rbush": "^3.0.1"
}
}