wishthis/node_modules/postcss/package.json

38 lines
772 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "postcss",
"version": "7.0.39",
2022-01-21 08:28:41 +00:00
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
2022-04-08 10:55:35 +00:00
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"author": "Andrey Sitnik <andrey@sitnik.ru>",
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"homepage": "https://postcss.org/",
"repository": "postcss/postcss",
"dependencies": {
"picocolors": "^0.2.1",
"source-map": "^0.6.1"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"main": "lib/postcss",
2022-01-21 08:28:41 +00:00
"types": "lib/postcss.d.ts",
2022-04-08 10:55:35 +00:00
"browser": {
"./lib/terminal-highlight": false,
"fs": false
}
2022-01-21 08:28:41 +00:00
}