{ "_args": [ [ "geojson-vt@3.2.1", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "geojson-vt@3.2.1", "_id": "geojson-vt@3.2.1", "_inBundle": false, "_integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==", "_location": "/geojson-vt", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "geojson-vt@3.2.1", "name": "geojson-vt", "escapedName": "geojson-vt", "rawSpec": "3.2.1", "saveSpec": null, "fetchSpec": "3.2.1" }, "_requiredBy": [ "/mapbox-gl", "/maplibre-gl" ], "_resolved": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz", "_spec": "3.2.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Vladimir Agafonkin" }, "bugs": { "url": "https://github.com/mapbox/geojson-vt/issues" }, "description": "Slice GeoJSON data into vector tiles efficiently", "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^3.0.2", "eslint": "^5.2.0", "eslint-config-mourner": "^2.0.3", "esm": "^3.0.72", "nyc": "^12.0.2", "rollup": "^0.63.4", "rollup-plugin-uglify": "^4.0.0", "tape": "^4.9.1", "watchify": "^3.11.0" }, "eslintConfig": { "extends": "mourner", "parserOptions": { "sourceType": "module" }, "globals": { "topojson": true } }, "files": [ "geojson-vt.js", "geojson-vt-dev.js", "src" ], "homepage": "https://github.com/mapbox/geojson-vt", "jsdelivr": "geojson-vt.js", "keywords": [ "spatial", "geojson", "tiles", "geometry" ], "license": "ISC", "main": "geojson-vt-dev.js", "module": "src/index.js", "name": "geojson-vt", "repository": { "type": "git", "url": "git://github.com/mapbox/geojson-vt.git" }, "scripts": { "build": "rollup -c", "coveralls": "nyc report --reporter=text-lcov | coveralls", "prepublishOnly": "npm run test && npm run build", "pretest": "eslint src/*.js test/*.js debug/viz.js", "test": "nyc --require esm tape test/test-*.js", "watch": "rollup -cw" }, "unpkg": "geojson-vt.js", "version": "3.2.1" }