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.
89 lines
2.2 KiB
89 lines
2.2 KiB
{
|
|
"_from": "agentkeepalive@^4.1.0",
|
|
"_id": "agentkeepalive@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CW/n1wxF8RpEuuiq6Vbn9S8m0VSYDMnZESqaJ6F2cWN9fY8rei2qaxweIaRgq+ek8TqfoFIsUjaGNKGGEHElSg==",
|
|
"_location": "/agentkeepalive",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "agentkeepalive@^4.1.0",
|
|
"name": "agentkeepalive",
|
|
"escapedName": "agentkeepalive",
|
|
"rawSpec": "^4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/make-fetch-happen"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.0.tgz",
|
|
"_shasum": "a48e040ed16745dd29ce923675f60c9c90f39ee0",
|
|
"_spec": "agentkeepalive@^4.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/make-fetch-happen",
|
|
"author": {
|
|
"name": "fengmk2",
|
|
"email": "fengmk2@gmail.com",
|
|
"url": "https://fengmk2.com"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/node-modules/agentkeepalive/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"ci": {
|
|
"version": "8, 10"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^1.1.2",
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Missing keepalive http.Agent",
|
|
"devDependencies": {
|
|
"autod": "^3.0.1",
|
|
"egg-bin": "^4.9.0",
|
|
"egg-ci": "^1.10.0",
|
|
"eslint": "^5.7.0",
|
|
"eslint-config-egg": "^7.1.0",
|
|
"mm": "^2.4.1",
|
|
"pedding": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"browser.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/node-modules/agentkeepalive#readme",
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"agent",
|
|
"keepalive",
|
|
"agentkeepalive",
|
|
"HttpAgent",
|
|
"HttpsAgent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "agentkeepalive",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/node-modules/agentkeepalive.git"
|
|
},
|
|
"scripts": {
|
|
"autod": "autod",
|
|
"ci": "npm run lint && npm run cov",
|
|
"cov": "egg-bin cov",
|
|
"lint": "eslint lib test index.js",
|
|
"test": "npm run lint && egg-bin test",
|
|
"test-local": "egg-bin test"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|
|
|