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.
73 lines
1.8 KiB
73 lines
1.8 KiB
{
|
|
"_from": "node-alias@^1.0.4",
|
|
"_id": "node-alias@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-HxuRa1a56iQcATX5fO1pQPVW8pI=",
|
|
"_location": "/node-alias",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0",
|
|
"strip-ansi": "3.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "node-alias@^1.0.4",
|
|
"name": "node-alias",
|
|
"escapedName": "node-alias",
|
|
"rawSpec": "^1.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-check-updates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-alias/-/node-alias-1.0.4.tgz",
|
|
"_shasum": "1f1b916b56b9ea241c0135f97ced6940f556f292",
|
|
"_spec": "node-alias@^1.0.4",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
|
|
"author": {
|
|
"name": "Justin Helmer",
|
|
"email": "jhelmer25@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/justinhelmer/node-alias/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"lodash": "^4.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Alias the long version of a command to the short version, with optional messaging.",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^2.4.5",
|
|
"require-subvert": "^0.1.0",
|
|
"sinon": "^1.17.3",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"homepage": "https://github.com/justinhelmer/node-alias#readme",
|
|
"keywords": [
|
|
"node",
|
|
"alias",
|
|
"short",
|
|
"command",
|
|
"bin",
|
|
"long"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "node-alias",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/justinhelmer/node-alias.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.4"
|
|
}
|
|
|