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.
91 lines
2.3 KiB
91 lines
2.3 KiB
{
|
|
"_from": "npm-packlist@^2.0.3",
|
|
"_id": "npm-packlist@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-geT5P1y+58INE/jlxBHNsucRX7jpZAgW+XkxAe1NWN7N9SNwpueWTUPRoVdJH+hFpqcdAChRUE/HWsXQI+8JaQ==",
|
|
"_location": "/npm-packlist",
|
|
"_phantomChildren": {
|
|
"fs.realpath": "1.0.0",
|
|
"inflight": "1.0.6",
|
|
"inherits": "2.0.4",
|
|
"minimatch": "3.0.4",
|
|
"once": "1.4.0",
|
|
"path-is-absolute": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-packlist@^2.0.3",
|
|
"name": "npm-packlist",
|
|
"escapedName": "npm-packlist",
|
|
"rawSpec": "^2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/pacote"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.0.3.tgz",
|
|
"_shasum": "0044b36971039fc3b46a090ed663feb547147257",
|
|
"_spec": "npm-packlist@^2.0.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/pacote",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bin": {
|
|
"npm-packlist": "bin/index.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-packlist/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"glob": "^7.1.6",
|
|
"ignore-walk": "^3.0.3",
|
|
"npm-bundled": "^1.0.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get a list of the files to add from a folder into an npm package",
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"mutate-fs": "^2.1.1",
|
|
"require-inject": "^1.4.4",
|
|
"rimraf": "^2.7.1",
|
|
"tap": "^14.7.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/npm/npm-packlist#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "npm-packlist",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/npm-packlist.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true,
|
|
"nyc-arg": [
|
|
"--include=index.js",
|
|
"--include=bin/index.js"
|
|
]
|
|
},
|
|
"version": "2.0.3"
|
|
}
|
|
|