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.
37 lines
772 B
37 lines
772 B
{ |
|
"name": "postcss", |
|
"version": "7.0.39", |
|
"description": "Tool for transforming styles with JS plugins", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
}, |
|
"keywords": [ |
|
"css", |
|
"postcss", |
|
"rework", |
|
"preprocessor", |
|
"parser", |
|
"source map", |
|
"transform", |
|
"manipulation", |
|
"transpiler" |
|
], |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
"author": "Andrey Sitnik <andrey@sitnik.ru>", |
|
"license": "MIT", |
|
"homepage": "https://postcss.org/", |
|
"repository": "postcss/postcss", |
|
"dependencies": { |
|
"picocolors": "^0.2.1", |
|
"source-map": "^0.6.1" |
|
}, |
|
"main": "lib/postcss", |
|
"types": "lib/postcss.d.ts", |
|
"browser": { |
|
"./lib/terminal-highlight": false, |
|
"fs": false |
|
} |
|
}
|
|
|