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

115 lines
2.9 KiB

{
"_from": "pacote@^10.2.0",
"_id": "pacote@10.3.0",
"_inBundle": false,
"_integrity": "sha512-Qq4nZkTyjKvNWj0TKfV29Q9416RQ9hALPjU5ej6ckavV1WLcurc0aZqJBKcAf2OHX6RuE1fi0N+TBCP9EyM1+Q==",
"_location": "/pacote",
"_phantomChildren": {
"aggregate-error": "3.0.1",
"figgy-pudding": "3.5.1",
"glob": "7.1.4",
"infer-owner": "1.0.4",
"isexe": "2.0.0",
"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": "pacote@^10.2.0",
"name": "pacote",
"escapedName": "pacote",
"rawSpec": "^10.2.0",
"saveSpec": null,
"fetchSpec": "^10.2.0"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/pacote/-/pacote-10.3.0.tgz",
"_shasum": "34cae76ff976e04a2eea3b54b483fc46d9534318",
"_spec": "pacote@^10.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bin": {
"pacote": "lib/bin.js"
},
"bugs": {
"url": "https://github.com/npm/pacote/issues"
},
"bundleDependencies": false,
"dependencies": {
"@npmcli/installed-package-contents": "^1.0.5",
"cacache": "^13.0.1",
"chownr": "^1.1.3",
"fs-minipass": "^2.0.0",
"infer-owner": "^1.0.4",
"lru-cache": "^5.1.1",
"minipass": "^3.0.1",
"minipass-fetch": "^1.2.1",
"npm-package-arg": "^8.0.0",
"npm-packlist": "^2.0.3",
"npm-pick-manifest": "^5.0.0",
"npm-registry-fetch": "^6.0.0",
"osenv": "^0.1.5",
"promise-inflight": "^1.0.1",
"promise-retry": "^1.1.1",
"read-package-json-fast": "^1.1.1",
"semver": "^7.1.1",
"ssri": "^7.1.0",
"tar": "^5.0.5",
"which": "^2.0.2"
},
"deprecated": false,
"description": "JavaScript package downloader",
"devDependencies": {
"mutate-fs": "^2.1.1",
"npm-registry-mock": "^1.3.1",
"require-inject": "^1.4.4",
"tap": "^14.10.5"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/**/*.js"
],
"homepage": "https://github.com/npm/pacote#readme",
"keywords": [
"packages",
"npm",
"git"
],
"license": "ISC",
"main": "lib/index.js",
"name": "pacote",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/npm/pacote.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"timeout": 300,
"check-coverage": true,
"coverage-map": "map.js",
"esm": false
},
"version": "10.3.0"
}