forked from lix-project/lix-website
38 lines
735 B
JSON
38 lines
735 B
JSON
{
|
|
"name": "postcss-reporter",
|
|
"version": "7.1.0",
|
|
"description": "Log PostCSS messages in the console",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": "postcss/postcss-reporter",
|
|
"author": {
|
|
"name": "David Clark",
|
|
"email": "david.dave.clark@gmail.com",
|
|
"url": "https://davidtheclark.com"
|
|
},
|
|
"license": "MIT",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
},
|
|
"dependencies": {
|
|
"picocolors": "^1.0.0",
|
|
"thenby": "^1.3.4"
|
|
}
|
|
}
|