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.
60 lines
1.7 KiB
60 lines
1.7 KiB
{
|
|
"_from": "@npmcli/ci-detect@^1.0.0",
|
|
"_id": "@npmcli/ci-detect@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-h5eW3DljLypyhvfK94FkSSm4qtSUFddth/xW+7vnkVCEUJR38MYvctCSZkxqrzmXZSzpfImuAwwKvRqkEuDvCQ==",
|
|
"_location": "/@npmcli/ci-detect",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@npmcli/ci-detect@^1.0.0",
|
|
"name": "@npmcli/ci-detect",
|
|
"escapedName": "@npmcli%2fci-detect",
|
|
"scope": "@npmcli",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-registry-fetch"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-1.1.1.tgz",
|
|
"_shasum": "9a158cf4e3e88f0067cbc1ca5d0de2f453de6afe",
|
|
"_spec": "@npmcli/ci-detect@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-registry-fetch",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "https://izs.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/ci-detect/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Detect what kind of CI environment the program is in",
|
|
"devDependencies": {
|
|
"tap": "^14.10.2"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/npm/ci-detect#readme",
|
|
"license": "ISC",
|
|
"name": "@npmcli/ci-detect",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/ci-detect.git"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push origin --follow-tags",
|
|
"preversion": "npm test",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "1.1.1"
|
|
}
|
|
|