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.
63 lines
1.7 KiB
63 lines
1.7 KiB
4 years ago
|
{
|
||
|
"_from": "country-regex@^1.1.0",
|
||
|
"_id": "country-regex@1.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-UcMz3N8Sknt+XuucEKyBEqYSCJY=",
|
||
|
"_location": "/country-regex",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "country-regex@^1.1.0",
|
||
|
"name": "country-regex",
|
||
|
"escapedName": "country-regex",
|
||
|
"rawSpec": "^1.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/plotly.js"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/country-regex/-/country-regex-1.1.0.tgz",
|
||
|
"_shasum": "51c333dcdf12927b7e5eeb9c10ac8112a6120896",
|
||
|
"_spec": "country-regex@^1.1.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
||
|
"author": {
|
||
|
"name": "Étienne Tétreault-Pinard"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/etpinard/country-regex/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Hash map of country ISO-3 codes to regular expression identifiers ",
|
||
|
"devDependencies": {
|
||
|
"csv-parse": "^1.2.0",
|
||
|
"snazzy": "^6.0.0",
|
||
|
"standard": "^8.6.0",
|
||
|
"tap": "^10.1.1"
|
||
|
},
|
||
|
"homepage": "https://github.com/etpinard/country-regex#readme",
|
||
|
"keywords": [
|
||
|
"country",
|
||
|
"regex",
|
||
|
"iso3"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "country-regex",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/etpinard/country-regex.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "standard --fix",
|
||
|
"make": "node make.js",
|
||
|
"postversion": "node -e \"console.log('Version bumped and committed. If ok, `git push`')\"",
|
||
|
"preversion": "npm run make && npm test",
|
||
|
"test": "snazzy && tap test.js",
|
||
|
"version": "git add index.js"
|
||
|
},
|
||
|
"version": "1.1.0"
|
||
|
}
|