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.
 
 
 
 
StackGenVis/frontend/node_modules/make-fetch-happen/package.json

112 lines
3.0 KiB

{
"_from": "make-fetch-happen@^7.1.0",
"_id": "make-fetch-happen@7.1.0",
"_inBundle": false,
"_integrity": "sha512-/5ICTcpd4ApIRn76pxcl4aQhrWxdDCnRDy3y+Tu7DbRsfqde6q8OYXUm7bYhH5dSey590AMT0RH9LDFq7v5KRA==",
"_location": "/make-fetch-happen",
"_phantomChildren": {
"aggregate-error": "3.0.1",
"figgy-pudding": "3.5.1",
"glob": "7.1.4",
"infer-owner": "1.0.4",
"lru-cache": "5.1.1",
"minipass-collect": "1.0.2",
"minipass-flush": "1.0.5",
"minipass-pipeline": "1.2.2",
"mkdirp": "0.5.1",
"move-concurrently": "1.0.1",
"promise-inflight": "1.0.1",
"unique-filename": "1.1.1",
"yallist": "4.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "make-fetch-happen@^7.1.0",
"name": "make-fetch-happen",
"escapedName": "make-fetch-happen",
"rawSpec": "^7.1.0",
"saveSpec": null,
"fetchSpec": "^7.1.0"
},
"_requiredBy": [
"/npm-registry-fetch"
],
"_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-7.1.0.tgz",
"_shasum": "22038954801048ac598c72e0f0c239e42d97fa2e",
"_spec": "make-fetch-happen@^7.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-registry-fetch",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
},
"bugs": {
"url": "https://github.com/npm/make-fetch-happen/issues"
},
"bundleDependencies": false,
"dependencies": {
"agentkeepalive": "^4.1.0",
"cacache": "^13.0.1",
"http-cache-semantics": "^4.0.3",
"http-proxy-agent": "^3.0.0",
"https-proxy-agent": "^4.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^5.1.1",
"minipass": "^3.0.0",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^1.1.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.2",
"promise-retry": "^1.1.1",
"socks-proxy-agent": "^4.0.0",
"ssri": "^7.0.1"
},
"deprecated": false,
"description": "Opinionated, caching, retrying fetch client",
"devDependencies": {
"mkdirp": "^0.5.1",
"nock": "^11.7.0",
"npmlog": "^4.1.2",
"require-inject": "^1.4.2",
"rimraf": "^2.7.1",
"safe-buffer": "^5.2.0",
"standard": "^14.3.1",
"standard-version": "^7.0.1",
"tacks": "^1.2.6",
"tap": "^14.10.2"
},
"engines": {
"node": ">= 10"
},
"files": [
"*.js",
"lib",
"utils"
],
"homepage": "https://github.com/npm/make-fetch-happen#readme",
"keywords": [
"http",
"request",
"fetch",
"mean girls",
"caching",
"cache",
"subresource integrity"
],
"license": "ISC",
"main": "index.js",
"name": "make-fetch-happen",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/make-fetch-happen.git"
},
"scripts": {
"postrelease": "npm publish",
"posttest": "standard",
"prepublishOnly": "git push --follow-tags",
"prerelease": "npm t",
"release": "standard-version -s",
"test": "tap test/*.js"
},
"version": "7.1.0"
}