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.
81 lines
2.3 KiB
81 lines
2.3 KiB
{
|
|
"_from": "kapsule@^1.10.1",
|
|
"_id": "kapsule@1.12.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vFbJfsDOU0I96UsRIMUHzI5CbHoy+X8ddzY19Llv7qI+eHX0AAqZVk/WfS6xqwcR4X/glnqLY9zjqAiz+C3vhw==",
|
|
"_location": "/kapsule",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "kapsule@^1.10.1",
|
|
"name": "kapsule",
|
|
"escapedName": "kapsule",
|
|
"rawSpec": "^1.10.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.10.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/circlepack-chart",
|
|
"/d3-zoomable"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/kapsule/-/kapsule-1.12.1.tgz",
|
|
"_shasum": "29b24a9cc1c5a1e5a0ba8a6d74dc6288eaff5ea1",
|
|
"_spec": "kapsule@^1.10.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/circlepack-chart",
|
|
"author": {
|
|
"name": "Vasco Asturiano",
|
|
"url": "http://bl.ocks.org/vasturiano"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vasturiano/kapsule/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debounce": "^1.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A closure based Web Component library",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
|
"@babel/preset-env": "^7.6.0",
|
|
"rimraf": "^3.0.0",
|
|
"rollup": "^1.21.4",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"terser": "^4.3.1"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"homepage": "https://github.com/vasturiano/kapsule",
|
|
"keywords": [
|
|
"kapsule",
|
|
"web",
|
|
"component",
|
|
"lifecycle",
|
|
"reusable",
|
|
"closure",
|
|
"d3js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/kapsule.common.js",
|
|
"module": "dist/kapsule.module.js",
|
|
"name": "kapsule",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vasturiano/kapsule.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c",
|
|
"build-module": "rollup -c rollup.config.module.js",
|
|
"dev": "rollup -c -w",
|
|
"minify": "terser dist/kapsule.js -o dist/kapsule.min.js -c -m --comments '/Version/'",
|
|
"prepare": "npm run build && npm run minify && npm run build-module"
|
|
},
|
|
"unpkg": "dist/kapsule.min.js",
|
|
"version": "1.12.1"
|
|
}
|
|
|