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.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"_from": "semver-utils@^1.1.4",
|
|
"_id": "semver-utils@1.1.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==",
|
|
"_location": "/semver-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "semver-utils@^1.1.4",
|
|
"name": "semver-utils",
|
|
"escapedName": "semver-utils",
|
|
"rawSpec": "^1.1.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-check-updates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz",
|
|
"_shasum": "cf0405e669a57488913909fc1c3f29bf2a4871e2",
|
|
"_spec": "semver-utils@^1.1.4",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
|
|
"author": {
|
|
"name": "AJ ONeal"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Tools for manipulating semver strings and objects",
|
|
"devDependencies": {
|
|
"chai": "^3.0.0",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/semver-utils.js",
|
|
"keywords": [
|
|
"semver",
|
|
"parse",
|
|
"parseRange",
|
|
"range"
|
|
],
|
|
"license": "APACHEv2",
|
|
"main": "semver-utils.js",
|
|
"name": "semver-utils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.coolaj86.com/coolaj86/semver-utils.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.1.4"
|
|
}
|
|
|