.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss / package.json
1 {
2   "name": "postcss",
3   "version": "6.0.23",
4   "description": "Tool for transforming styles with JS plugins",
5   "engines": {
6     "node": ">=4.0.0"
7   },
8   "keywords": ["css", "postcss", "rework", "preprocessor", "parser", "source map", "transform", "manipulation", "transpiler"],
9   "author": "Andrey Sitnik <andrey@sitnik.ru>",
10   "license": "MIT",
11   "homepage": "https://postcss.org/",
12   "repository": "postcss/postcss",
13   "dependencies": {
14     "chalk": "^2.4.1",
15     "source-map": "^0.6.1",
16     "supports-color": "^5.4.0"
17   },
18   "main": "lib/postcss",
19   "types": "lib/postcss.d.ts",
20   "browser": {
21     "supports-color": false,
22     "chalk": false,
23     "fs": false
24   }
25 }