{ "_args": [ [ "vt-pbf@3.1.3", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "vt-pbf@3.1.3", "_id": "vt-pbf@3.1.3", "_inBundle": false, "_integrity": "sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==", "_location": "/vt-pbf", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vt-pbf@3.1.3", "name": "vt-pbf", "escapedName": "vt-pbf", "rawSpec": "3.1.3", "saveSpec": null, "fetchSpec": "3.1.3" }, "_requiredBy": [ "/mapbox-gl", "/maplibre-gl" ], "_resolved": "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz", "_spec": "3.1.3", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Anand Thakker", "email": "vestibule@anandthakker.net", "url": "http://anandthakker.net/" }, "bugs": { "url": "https://github.com/mapbox/vt-pbf/issues" }, "dependencies": { "@mapbox/point-geometry": "0.1.0", "@mapbox/vector-tile": "^1.3.1", "pbf": "^3.2.1" }, "description": "Serialize mapbox vector tiles to binary protobufs in javascript.", "devDependencies": { "@mapbox/geojson-fixtures": "^1.0.0", "@mapbox/mvt-fixtures": "^3.6.0", "@mapbox/vtvalidate": "0.2.3", "benchmark": "^2.1.4", "eslint": "^7.26.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.23.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^4.1.0", "geojson-equality": "^0.2.0", "geojson-vt": "^3.2.1", "standard": "^16.0.3", "tape": "^5.2.2" }, "files": [ "index.js", "lib" ], "homepage": "https://github.com/mapbox/vt-pbf#readme", "license": "MIT", "main": "index.js", "name": "vt-pbf", "repository": { "type": "git", "url": "git+https://github.com/mapbox/vt-pbf.git" }, "scripts": { "pretest": "eslint index.js test/*.js", "test": "tape test/*.js" }, "version": "3.1.3" }