File: //opt/textanalyse/web_console/node_modules/vega-scenegraph/package.json
{
"name": "vega-scenegraph",
"version": "4.13.0",
"description": "Vega scenegraph and renderers.",
"license": "BSD-3-Clause",
"author": "Jeffrey Heer (http://idl.cs.washington.edu)",
"main": "build/vega-scenegraph.js",
"module": "build/vega-scenegraph.module.js",
"unpkg": "build/vega-scenegraph.min.js",
"repository": "vega/vega",
"scripts": {
"schema": "node schema > build/vega-scenegraph-schema.json",
"prebuild": "rimraf build",
"build": "rollup -c rollup.config.mjs",
"postbuild": "yarn schema",
"pretest": "yarn build --config-test",
"test": "tape -r ./test/__init__ 'test/**/*-test.js' && yarn xmllint",
"xmllint": "xmllint --noout ./test/resources/svg/*.svg",
"prepublishOnly": "yarn test && yarn build"
},
"dependencies": {
"d3-path": "^3.1.0",
"d3-shape": "^3.2.0",
"vega-canvas": "^1.2.7",
"vega-loader": "^4.5.2",
"vega-scale": "^7.4.1",
"vega-util": "^1.17.2"
},
"gitHead": "d2ef8b4f7d59c02ea80129f59551550a22e0ed97"
}