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

82 lines
2.1 KiB

{
"_from": "autoprefixer@^9.7.4",
"_id": "autoprefixer@9.7.4",
"_inBundle": false,
"_integrity": "sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g==",
"_location": "/autoprefixer",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0",
"source-map": "0.6.1",
"supports-color": "5.5.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "autoprefixer@^9.7.4",
"name": "autoprefixer",
"escapedName": "autoprefixer",
"rawSpec": "^9.7.4",
"saveSpec": null,
"fetchSpec": "^9.7.4"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.4.tgz",
"_shasum": "f8bf3e06707d047f0641d87aee8cfb174b2a5378",
"_spec": "autoprefixer@^9.7.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"browser": {
"chalk": false
},
"bugs": {
"url": "https://github.com/postcss/autoprefixer/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserslist": "^4.8.3",
"caniuse-lite": "^1.0.30001020",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.26",
"postcss-value-parser": "^4.0.2"
},
"deprecated": false,
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": ">=6.0.0"
},
"eslintIgnore": [
"build/"
],
"funding": {
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
},
"homepage": "https://github.com/postcss/autoprefixer#readme",
"keywords": [
"autoprefixer",
"css",
"prefix",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "lib/autoprefixer",
"name": "autoprefixer",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/autoprefixer.git"
},
"version": "9.7.4"
}