mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
30 lines
666 B
JSON
30 lines
666 B
JSON
{
|
|
"name": "@xviz/builder",
|
|
"description": "Utility library for encoding JSON objects into XVIZ messages",
|
|
"license": "Apache-2.0",
|
|
"version": "1.0.13",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/xviz.git"
|
|
},
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"esnext": "dist/es6/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@turf/turf": "^5.1.6",
|
|
"@xviz/io": "1.0.13",
|
|
"base64-js": "^1.3.0",
|
|
"math.gl": "^3.0.0"
|
|
},
|
|
"scripts": {},
|
|
"engines": {
|
|
"node": ">= 10.16",
|
|
"npm": ">= 6",
|
|
"yarn": ">= 1.10.0"
|
|
},
|
|
"gitHead": "8e323ac31950395d3513e5e34df32c44e304c321"
|
|
}
|