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/stardust-core/package.json

58 lines
1.7 KiB

{
"_from": "stardust-core",
"_id": "stardust-core@0.2.4",
"_inBundle": false,
"_integrity": "sha512-7csLT8lEuLuikfln7O5VOxwFRSTbE6IvMrhsb2etWpNWhSg2eZZbcGeLI1CHH56qzK7yew4YFrKrDqNNfF8RUg==",
"_location": "/stardust-core",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "stardust-core",
"name": "stardust-core",
"escapedName": "stardust-core",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/stardust-core/-/stardust-core-0.2.4.tgz",
"_shasum": "38ea7b8b424c6ed2dee6cf38b73845e49d53a962",
"_spec": "stardust-core",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Donghao Ren",
"email": "donghao.ren@gmail.com",
"url": "https://donghaoren.org/"
},
"bugs": {
"url": "https://github.com/stardustjs/stardust-core/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Stardust: Create GPU-based Visualizations",
"files": [
"dist"
],
"homepage": "https://github.com/stardustjs/stardust-core#readme",
"license": "BSD-3-Clause",
"main": "dist/stardust-core.js",
"name": "stardust-core",
"repository": {
"type": "git",
"url": "git+https://github.com/stardustjs/stardust-core.git"
},
"scripts": {
"build": "yarn run build:ts && yarn run build:pegjs",
"build:pegjs": "pegjs --allowed-start-rules FileEntry,ExpressionEntry src/compiler/parser.pegjs dist/compiler/parser_pegjs.js",
"build:ts": "tsc -p .",
"prepublish": "yarn run build",
"test": "mocha test",
"watch": "tsc -w -p ."
},
"typings": "dist/stardust-core.d.ts",
"version": "0.2.4"
}