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/minipass-fetch/package.json

88 lines
2.3 KiB

{
"_from": "minipass-fetch@^1.2.1",
"_id": "minipass-fetch@1.2.1",
"_inBundle": false,
"_integrity": "sha512-ssHt0dkljEDaKmTgQ04DQgx2ag6G2gMPxA5hpcsoeTbfDgRf2fC2gNSRc6kISjD7ckCpHwwQvXxuTBK8402fXg==",
"_location": "/minipass-fetch",
"_phantomChildren": {
"yallist": "4.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "minipass-fetch@^1.2.1",
"name": "minipass-fetch",
"escapedName": "minipass-fetch",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/make-fetch-happen",
"/npm-registry-fetch",
"/pacote"
],
"_resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.2.1.tgz",
"_shasum": "1b97ecb559be56b09812d45b2e9509f1f59ece2f",
"_spec": "minipass-fetch@^1.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/pacote",
"bugs": {
"url": "https://github.com/npm/minipass-fetch/issues"
},
"bundleDependencies": false,
"dependencies": {
"encoding": "^0.1.12",
"minipass": "^3.1.0",
"minipass-pipeline": "^1.2.2",
"minipass-sized": "^1.0.3",
"minizlib": "^2.0.0"
},
"deprecated": false,
"description": "An implementation of window.fetch in Node.js using Minipass streams",
"devDependencies": {
"@ungap/url-search-params": "^0.1.2",
"abort-controller": "^3.0.0",
"abortcontroller-polyfill": "^1.3.0",
"form-data": "^2.5.1",
"parted": "^0.1.1",
"string-to-arraybuffer": "^1.0.2",
"tap": "^14.6.9",
"whatwg-url": "^7.0.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"lib/*.js"
],
"homepage": "https://github.com/npm/minipass-fetch#readme",
"keywords": [
"fetch",
"minipass",
"node-fetch",
"window.fetch"
],
"license": "MIT",
"main": "lib/index.js",
"name": "minipass-fetch",
"optionalDependencies": {
"encoding": "^0.1.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/minipass-fetch.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"coverage-map": "map.js",
"check-coverage": true
},
"version": "1.2.1"
}