tilequery
Version:
Query remote vector tiles and return point or polygon features.
67 lines (66 loc) • 1.97 kB
JSON
{
"_from": "@mapbox/vt2geojson@^1.1.5",
"_id": "@mapbox/vt2geojson@1.1.5",
"_inBundle": false,
"_integrity": "sha1-wMs/n5+4h6qiLJ9+nVfUcdMSaKw=",
"_location": "/@mapbox/vt2geojson",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@mapbox/vt2geojson@^1.1.5",
"name": "@mapbox/vt2geojson",
"escapedName": "@mapbox%2fvt2geojson",
"scope": "@mapbox",
"rawSpec": "^1.1.5",
"saveSpec": null,
"fetchSpec": "^1.1.5"
},
"_requiredBy": [
"/query-remote-tiles"
],
"_resolved": "https://registry.npmjs.org/@mapbox/vt2geojson/-/vt2geojson-1.1.5.tgz",
"_shasum": "c0cb3f9f9fb887aaa22c9f7e9d57d471d31268ac",
"_spec": "@mapbox/vt2geojson@^1.1.5",
"_where": "E:\\Projects\\clients\\drivebuy\\node_modules\\query-remote-tiles",
"author": {
"name": "John Firebaugh",
"email": "john@mapbox.com"
},
"bin": {
"vt2geojson": "./vt2geojson"
},
"bugs": {
"url": "https://github.com/mapbox/vt2geojson/issues"
},
"bundleDependencies": false,
"dependencies": {
"pbf": "^1.3.5",
"request": "^2.64.0",
"vector-tile": "git+https://github.com/mapbox/vector-tile-js.git#classify-rings",
"yargs": "^3.27.0"
},
"deprecated": false,
"description": "Dump vector tiles to GeoJSON",
"devDependencies": {
"documentation": "^2.1.0-alpha2",
"eslint": "^1.6.0",
"eslint-config-mourner": "^1.0.1",
"nock": "^2.13.0",
"tap": "^2.1.1"
},
"homepage": "https://github.com/mapbox/vt2geojson",
"license": "ISC",
"main": "index.js",
"name": "@mapbox/vt2geojson",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/vt2geojson.git"
},
"scripts": {
"docs": "documentation --lint --github --format html --output .",
"lint": "eslint vt2geojson *.js",
"test": "npm run lint && tap --cov test.js"
},
"version": "1.1.5"
}