mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
38 lines
884 B
JSON
38 lines
884 B
JSON
{
|
|
"name": "@xviz/parser",
|
|
"description": "Utility library for converting XVIZ messages into JSON objects",
|
|
"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"
|
|
],
|
|
"browser": {
|
|
"fast-text-encoding": false
|
|
},
|
|
"dependencies": {
|
|
"@xviz/io": "1.0.13",
|
|
"base64-js": "^1.3.0",
|
|
"color": "^3.0.0",
|
|
"fast-text-encoding": "^1.0.3",
|
|
"math.gl": "^3.0.0",
|
|
"probe.gl": "^3.1.0",
|
|
"viewport-mercator-project": "^6.1.0"
|
|
},
|
|
"scripts": {
|
|
"pre-build": "webpack --config webpack/webpack.config.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.16",
|
|
"npm": ">= 6",
|
|
"yarn": ">= 1.10.0"
|
|
},
|
|
"gitHead": "8e323ac31950395d3513e5e34df32c44e304c321"
|
|
}
|