{ "_from": "vega-scenegraph@4.5.0", "_id": "vega-scenegraph@4.5.0", "_inBundle": false, "_integrity": "sha512-nO1bTFwhLdkOPzJ++f8dmlMX6OLZya9c94/HZNwFRfGNfri1vXyCIudFwCJD9/h0dJ0kSWfG8ybH9wDQMcZZDw==", "_location": "/vega-scenegraph", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vega-scenegraph@4.5.0", "name": "vega-scenegraph", "escapedName": "vega-scenegraph", "rawSpec": "4.5.0", "saveSpec": null, "fetchSpec": "4.5.0" }, "_requiredBy": [ "/vega", "/vega-functions", "/vega-view", "/vega-view-transforms" ], "_resolved": "https://registry.npmjs.org/vega-scenegraph/-/vega-scenegraph-4.5.0.tgz", "_shasum": "0c3126a3210c19dbc1548b23d5e9634d58177fe8", "_spec": "vega-scenegraph@4.5.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega", "author": { "name": "Jeffrey Heer", "url": "http://idl.cs.washington.edu" }, "bugs": { "url": "https://github.com/vega/vega/issues" }, "bundleDependencies": false, "dependencies": { "d3-path": "^1.0.9", "d3-shape": "^1.3.7", "vega-canvas": "^1.2.1", "vega-loader": "^4.1.3", "vega-util": "^1.12.1" }, "deprecated": false, "description": "Vega scenegraph and renderers.", "gitHead": "b690910bacfcb2580511e262400e496d9b14b04f", "homepage": "https://github.com/vega/vega#readme", "license": "BSD-3-Clause", "main": "build/vega-scenegraph.js", "module": "index", "name": "vega-scenegraph", "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "build": "yarn rollup && yarn schema", "postbuild": "terser build/vega-scenegraph.js -c -m -o build/vega-scenegraph.min.js", "postpublish": "git push && git push --tags", "prebuild": "rimraf build && mkdir build", "prepublishOnly": "yarn test && yarn build", "pretest": "yarn prebuild && yarn rollup && yarn schema", "rollup": "rollup -f umd -g d3-path:d3,d3-shape:d3,vega-canvas:vega,vega-loader:vega,vega-util:vega -n vega -o build/vega-scenegraph.js -- index.js", "schema": "node schema > build/vega-scenegraph-schema.json", "test": "tape -r ./test/__init__ 'test/**/*-test.js' && eslint index.js src test" }, "version": "4.5.0" }