mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
41 lines
848 B
JSON
41 lines
848 B
JSON
{
|
|
"name": "postcss",
|
|
"version": "7.0.36",
|
|
"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": {
|
|
"chalk": "^2.4.2",
|
|
"source-map": "^0.6.1",
|
|
"supports-color": "^6.1.0"
|
|
},
|
|
"main": "lib/postcss",
|
|
"types": "lib/postcss.d.ts",
|
|
"browser": {
|
|
"./lib/terminal-highlight": false,
|
|
"supports-color": false,
|
|
"chalk": false,
|
|
"fs": false
|
|
}
|
|
}
|