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.
77 lines
2.0 KiB
77 lines
2.0 KiB
{
|
|
"_from": "strip-loader",
|
|
"_id": "strip-loader@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-UWYDgYFZk0KkJMYqSbvSGQLOjzM=",
|
|
"_location": "/strip-loader",
|
|
"_phantomChildren": {
|
|
"emojis-list": "2.1.0",
|
|
"json5": "0.5.1",
|
|
"object-assign": "4.1.1"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "strip-loader",
|
|
"name": "strip-loader",
|
|
"escapedName": "strip-loader",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/strip-loader/-/strip-loader-0.1.2.tgz",
|
|
"_shasum": "5166038181599342a424c62a49bbd21902ce8f33",
|
|
"_spec": "strip-loader",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Rajiv Tirumalareddy",
|
|
"email": "rajivtirum@yahoo-inc.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yahoo/strip-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"loader-utils": "^0.2.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Webpack loader to strip arbitrary functions out of your production code.",
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"coveralls": "^2.11.2",
|
|
"istanbul": "^0.3.5",
|
|
"jshint": "^2.5.11",
|
|
"mocha": "^2.1.0",
|
|
"webpack": "^1.4.15"
|
|
},
|
|
"homepage": "https://github.com/yahoo/strip-loader#readme",
|
|
"jshintConfig": {
|
|
"node": true
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"strip"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/yahoo/strip-loader/blob/master/LICENSE.md"
|
|
}
|
|
],
|
|
"main": "lib/index.js",
|
|
"name": "strip-loader",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/yahoo/strip-loader.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec",
|
|
"lint": "jshint lib tests",
|
|
"test": "mocha tests/unit --recursive --reporter spec"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|
|
|