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.
90 lines
2.6 KiB
90 lines
2.6 KiB
{
|
|
"_from": "postcss-modules-local-by-default@^3.0.2",
|
|
"_id": "postcss-modules-local-by-default@3.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ==",
|
|
"_location": "/postcss-modules-local-by-default",
|
|
"_phantomChildren": {
|
|
"chalk": "2.4.2",
|
|
"cssesc": "3.0.0",
|
|
"has-flag": "3.0.0",
|
|
"indexes-of": "1.0.1",
|
|
"source-map": "0.6.1",
|
|
"uniq": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-modules-local-by-default@^3.0.2",
|
|
"name": "postcss-modules-local-by-default",
|
|
"escapedName": "postcss-modules-local-by-default",
|
|
"rawSpec": "^3.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-loader"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz",
|
|
"_shasum": "e8a6561be914aaf3c052876377524ca90dbb7915",
|
|
"_spec": "postcss-modules-local-by-default@^3.0.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Mark Dalgleish"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"icss-utils": "^4.1.1",
|
|
"postcss": "^7.0.16",
|
|
"postcss-selector-parser": "^6.0.2",
|
|
"postcss-value-parser": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A CSS Modules transform to make local scope the default",
|
|
"devDependencies": {
|
|
"chokidar-cli": "^1.0.1",
|
|
"codecov.io": "^0.1.2",
|
|
"coveralls": "^3.0.2",
|
|
"eslint": "^5.9.0",
|
|
"istanbul": "^0.4.5",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
|
|
"keywords": [
|
|
"css-modules",
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "postcss-modules-local-by-default",
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
|
|
},
|
|
"scripts": {
|
|
"autotest": "chokidar index.js test.js -c 'yarn test'",
|
|
"cover": "istanbul cover test.js",
|
|
"lint": "eslint index.js test.js",
|
|
"precover": "yarn lint",
|
|
"prepublish": "yarn test",
|
|
"pretest": "yarn lint",
|
|
"test": "tape test.js",
|
|
"travis": "yarn lint && yarn cover -- --report lcovonly"
|
|
},
|
|
"version": "3.0.2"
|
|
}
|
|
|