StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/vega-canvas/package.json

67 lines
2.1 KiB

{
"_from": "vega-canvas@^1.2.1",
"_id": "vega-canvas@1.2.1",
"_inBundle": false,
"_integrity": "sha512-k/S3EPeJ37D7fYDhv4sEg7fNWVpLheQY7flfLyAmJU7aSwCMgw8cZJi0CKHchJeculssfH+41NCqvRB1QtaJnw==",
"_location": "/vega-canvas",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-canvas@^1.2.1",
"name": "vega-canvas",
"escapedName": "vega-canvas",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/vega-scenegraph",
"/vega-wordcloud"
],
"_resolved": "https://registry.npmjs.org/vega-canvas/-/vega-canvas-1.2.1.tgz",
"_shasum": "ee0586e2a1f096f6a5d1710df61ef501562c2bd4",
"_spec": "vega-canvas@^1.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega-scenegraph",
"author": {
"name": "Jeffrey Heer",
"url": "http://idl.cs.washington.edu"
},
"browser": {
"./build/vega-canvas.node.js": "./build/vega-canvas.js",
"./index.js": "./index.browser.js"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Canvas and Image utilities.",
"gitHead": "0f0e009069ae0291458398a747f024c693c201d9",
"homepage": "https://github.com/vega/vega#readme",
"jsdelivr": "build/vega-canvas.js",
"keywords": [
"vega",
"canvas",
"image"
],
"license": "BSD-3-Clause",
"main": "build/vega-canvas.node.js",
"module": "index",
"name": "vega-canvas",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postpublish": "git push && git push --tags",
"prebuild": "rimraf build && mkdir build",
"prepublishOnly": "yarn test && yarn build",
"pretest": "yarn prebuild && yarn rollup",
"rollup": "rollup -f cjs -n vega -o build/vega-canvas.node.js -- index.js && rollup -f umd -n vega -o build/vega-canvas.js -- index.browser.js",
"test": "tape 'test/**/*-test.js' && eslint index.js index.browser.js src test"
},
"unpkg": "build/vega-canvas.js",
"version": "1.2.1"
}