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

94 lines
2.4 KiB

{
"_from": "npm-registry-fetch@^6.0.0",
"_id": "npm-registry-fetch@6.0.0",
"_inBundle": false,
"_integrity": "sha512-TSzEzudrky0ArPskchM/7F5SrawBY5acMNtRqFuacEI2lCKEyfBjaENuuIU5Uq2CyHfJ+gWp5QlCprolKa5wKg==",
"_location": "/npm-registry-fetch",
"_phantomChildren": {
"yallist": "4.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-registry-fetch@^6.0.0",
"name": "npm-registry-fetch",
"escapedName": "npm-registry-fetch",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/pacote"
],
"_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-6.0.0.tgz",
"_shasum": "260974e4f8f76536312749dc53a2bf08cce1b331",
"_spec": "npm-registry-fetch@^6.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/registry-fetch/issues"
},
"bundleDependencies": false,
"dependencies": {
"@npmcli/ci-detect": "^1.0.0",
"figgy-pudding": "^3.4.1",
"lru-cache": "^5.1.1",
"make-fetch-happen": "^7.1.0",
"minipass": "^3.0.0",
"minipass-fetch": "^1.1.2",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.0.0",
"npm-package-arg": "^8.0.0",
"safe-buffer": "^5.2.0",
"semver": "^7.0.0"
},
"deprecated": false,
"description": "Fetch-based http client for use with npm registry APIs",
"devDependencies": {
"cacache": "^13.0.1",
"mkdirp": "^0.5.1",
"nock": "^11.7.0",
"npmlog": "^4.1.2",
"rimraf": "^2.6.2",
"ssri": "^7.1.0",
"standard": "^14.3.1",
"standard-version": "^7.0.1",
"tap": "^14.10.4"
},
"engines": {
"node": ">=10"
},
"files": [
"*.js",
"lib"
],
"homepage": "https://github.com/npm/registry-fetch#readme",
"keywords": [
"npm",
"registry",
"fetch"
],
"license": "ISC",
"main": "index.js",
"name": "npm-registry-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/registry-fetch.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,
"test-ignore": "test[\\\\/](util|cache)[\\\\/]"
},
"version": "6.0.0"
}