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.
65 lines
1.9 KiB
65 lines
1.9 KiB
{
|
|
"_from": "read-package-json-fast@^1.1.1",
|
|
"_id": "read-package-json-fast@1.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MmFqiyfCXV2Dmm4jH24DEGhxdkUDFivJQj4oPZQPOKywxR7HWBE6WnMWDAapfFHi3wm1b+mhR+XHlUH0CL8axg==",
|
|
"_location": "/read-package-json-fast",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "read-package-json-fast@^1.1.1",
|
|
"name": "read-package-json-fast",
|
|
"escapedName": "read-package-json-fast",
|
|
"rawSpec": "^1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@npmcli/installed-package-contents",
|
|
"/pacote"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-1.1.3.tgz",
|
|
"_shasum": "3b78464ea8f3c4447f3358635390b6946dc0737e",
|
|
"_spec": "read-package-json-fast@^1.1.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/pacote",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "https://izs.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/read-package-json-fast/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.0.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Like read-package-json, but faster",
|
|
"devDependencies": {
|
|
"tap": "^14.10.1"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/npm/read-package-json-fast#readme",
|
|
"license": "ISC",
|
|
"name": "read-package-json-fast",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/read-package-json-fast.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "1.1.3"
|
|
}
|
|
|