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
2.0 KiB
73 lines
2.0 KiB
{
|
|
"_from": "npm-pick-manifest@^5.0.0",
|
|
"_id": "npm-pick-manifest@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YUW9xObM7Y1OkQ/gSmU5VQyI3vCkG5lwOrdycw0dpj9/3dE8h9CKY8tVyHTIp50+mV8jOAGH4m4Lts7zz2rN4Q==",
|
|
"_location": "/npm-pick-manifest",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-pick-manifest@^5.0.0",
|
|
"name": "npm-pick-manifest",
|
|
"escapedName": "npm-pick-manifest",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pacote"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-5.0.0.tgz",
|
|
"_shasum": "2163877aec513b6b634cfc855960ac8259130df0",
|
|
"_spec": "npm-pick-manifest@^5.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/pacote",
|
|
"author": {
|
|
"name": "Kat Marchán",
|
|
"email": "kzm@sykosomatic.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-pick-manifest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"figgy-pudding": "^3.5.1",
|
|
"npm-package-arg": "^8.0.0",
|
|
"semver": "^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
|
|
"devDependencies": {
|
|
"standard": "^14.3.1",
|
|
"standard-version": "^7.0.1",
|
|
"tap": "^14.10.2"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"homepage": "https://github.com/npm/npm-pick-manifest#readme",
|
|
"keywords": [
|
|
"npm",
|
|
"semver",
|
|
"package manager"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "npm-pick-manifest",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/npm-pick-manifest.git"
|
|
},
|
|
"scripts": {
|
|
"postrelease": "npm publish",
|
|
"posttest": "standard",
|
|
"prepublishOnly": "git push --follow-tags",
|
|
"prerelease": "npm t",
|
|
"release": "standard-version -s",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "5.0.0"
|
|
}
|
|
|