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

80 lines
1.9 KiB

4 years ago
{
"_from": "postcss-url@^8.0.0",
"_id": "postcss-url@8.0.0",
"_inBundle": false,
"_integrity": "sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw==",
"_location": "/postcss-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-url@^8.0.0",
"name": "postcss-url",
"escapedName": "postcss-url",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-8.0.0.tgz",
"_shasum": "7b10059bd12929cdbb1971c60f61a0e5af86b4ca",
"_spec": "postcss-url@^8.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Maxime Thirouin"
},
"bugs": {
"url": "https://github.com/postcss/postcss-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"mime": "^2.3.1",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.0",
"postcss": "^7.0.2",
"xxhashjs": "^0.2.1"
},
"deprecated": false,
"description": "PostCSS plugin to rebase or inline on url().",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.3.0",
"mocha": "^5.2.0",
"npmpub": "^4.1.0",
"postcss-import": "^12.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"src"
],
"homepage": "https://github.com/postcss/postcss-url#readme",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"url",
"rebase",
"inline",
"base64",
"assets"
],
"license": "MIT",
"main": "src/index.js",
"name": "postcss-url",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-url.git"
},
"scripts": {
"lint": "eslint --fix .",
"release": "npmpub",
"test": "npm run lint && npm run tests",
"tests": "mocha"
},
"version": "8.0.0"
}