UNPKG

990 BJSONView Raw
1{
2 "name": "postcss",
3 "version": "7.0.26",
4 "description": "Tool for transforming styles with JS plugins",
5 "engines": {
6 "node": ">=6.0.0"
7 },
8 "keywords": ["css", "postcss", "rework", "preprocessor", "parser", "source map", "transform", "manipulation", "transpiler"],
9 "funding": {
10 "type": "tidelift",
11 "url": "https://tidelift.com/funding/github/npm/postcss"
12 },
13 "author": "Andrey Sitnik <andrey@sitnik.ru>",
14 "license": "MIT",
15 "homepage": "https://postcss.org/",
16 "repository": "postcss/postcss",
17 "dependencies": {
18 "chalk": "^2.4.2",
19 "source-map": "^0.6.1",
20 "supports-color": "^6.1.0"
21 },
22 "main": "lib/postcss",
23 "types": "lib/postcss.d.ts",
24 "husky": {
25 "hooks": {
26 "pre-commit": "lint-staged"
27 }
28 },
29 "browser": {
30 "./lib/terminal-highlight": false,
31 "supports-color": false,
32 "chalk": false,
33 "fs": false
34 },
35 "browserslist": ["last 2 version", "not dead", "not Explorer 11", "not ExplorerMobile 11", "node 6"]
36}
\No newline at end of file