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/axios-progress-bar/package.json

76 lines
2.0 KiB

{
"_from": "axios-progress-bar",
"_id": "axios-progress-bar@1.2.0",
"_inBundle": false,
"_integrity": "sha512-PEgWb/b2SMyHnKJ/cxA46OdCuNeVlo8eqL0HxXPtz+6G/Jtpyo49icPbW+jpO1wUeDEjbqpseMoCyWxESxf5pA==",
"_location": "/axios-progress-bar",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "axios-progress-bar",
"name": "axios-progress-bar",
"escapedName": "axios-progress-bar",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/axios-progress-bar/-/axios-progress-bar-1.2.0.tgz",
"_shasum": "f9ee88dc9af977246be1ef07eedfa4c990c639c5",
"_spec": "axios-progress-bar",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "rikmms",
"email": "sousa.ricardo10@gmail.com"
},
"bugs": {
"url": "https://github.com/rikmms/progress-bar-4-axios/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Slim progress bar (NProgress) for Web applications that use Axios library for HTTP requests.",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"nprogress": "0.2.0",
"serve": "6.0.6",
"style-loader": "0.18.2",
"webpack": "3.5.5"
},
"homepage": "https://github.com/rikmms/progress-bar-4-axios#readme",
"keywords": [
"axios",
"http",
"progress",
"bar",
"loading",
"react",
"reactjs",
"vue",
"vuejs",
"web"
],
"license": "MIT",
"main": "dist/index.js",
"name": "axios-progress-bar",
"peerDependencies": {
"axios": "0.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rikmms/progress-bar-4-axios.git"
},
"scripts": {
"build": "webpack --progress",
"test": "serve -s -o -p 5000"
},
"version": "1.2.0"
}