{
  "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": "b9f05ade77b1fe4f0fd478e6075e4f62456ec6a0"
}
