UNPKG

tilequery

Version:

Query remote vector tiles and return point or polygon features.

49 lines (48 loc) 1.34 kB
{ "name": "tilequery", "version": "0.7.1", "description": "Query remote vector tiles and return point or polygon features.", "main": "tilequery.js", "scripts": { "build": "parcel build tilequery.js --global tilequery --detailed-report 20 --out-dir docs/dist", "build-test": "parcel build tilequery.js --global tilequery --detailed-report 20 --out-dir test", "build-dev": "parcel build tilequery.js --global tilequery --detailed-report 20 --out-dir docs/dist --no-minify" }, "repository": { "type": "git", "url": "git+https://github.com/reyemtm/tilequery.git" }, "keywords": [ "vector-tiles", "maps", "gis" ], "author": "Malcolm Meyer", "license": "MIT", "bugs": { "url": "https://github.com/reyemtm/tilequery/issues" }, "homepage": "https://github.com/reyemtm/tilequery#readme", "dependencies": { "@mapbox/vector-tile": "^1.3.1", "@turf/turf": "^6.5.0", "node-fetch": "^2.6.1", "pbf": "^3.2.1", "promisfy": "^1.2.0", "url": "^0.11.0", "util": "^0.12.4", "xyz-affair": "^0.9.1" }, "browserslist": [ "last 2 Chrome versions" ], "devDependencies": { "array-sort": "^1.0.0", "parcel-bundler": "^1.12.5" }, "nodemonConfig": { "ignore": [ "test/*.json" ] } }