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.
65 lines
1.8 KiB
65 lines
1.8 KiB
{
|
|
"_from": "accessor-fn@^1.2.2",
|
|
"_id": "accessor-fn@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-3VLCcUZTiLKXZKt58iIt7dEeSbI=",
|
|
"_location": "/accessor-fn",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "accessor-fn@^1.2.2",
|
|
"name": "accessor-fn",
|
|
"escapedName": "accessor-fn",
|
|
"rawSpec": "^1.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/circlepack-chart"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.2.2.tgz",
|
|
"_shasum": "dd52c271465388b29764ab79f2222dedd11e49b2",
|
|
"_spec": "accessor-fn@^1.2.2",
|
|
"_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/accessor-fn/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A wrapper function for object accessor properties",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"uglify-js": "^3.1.0",
|
|
"webpack": "^3.5.6"
|
|
},
|
|
"homepage": "https://github.com/vasturiano/accessor-fn",
|
|
"keywords": [
|
|
"accessor",
|
|
"web",
|
|
"component",
|
|
"wrapper"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/accessor.min.js",
|
|
"name": "accessor-fn",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vasturiano/accessor-fn.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"minify": "uglifyjs dist/accessor.js -o dist/accessor.min.js -c -m",
|
|
"prepublish": "npm run build && npm run minify",
|
|
"watch": "webpack --progress --colors --watch"
|
|
},
|
|
"version": "1.2.2"
|
|
}
|
|
|