UNPKG

1.03 kBJSONView Raw
1{
2 "name": "postcss",
3 "version": "8.1.8",
4 "description": "Tool for transforming styles with JS plugins",
5 "engines": {
6 "node": "^10 || ^12 || >=14"
7 },
8 "exports": {
9 ".": {
10 "require": "./lib/postcss.js",
11 "import": "./lib/postcss.mjs",
12 "types": "./lib/postcss.d.ts"
13 },
14 "./": "./"
15 },
16 "main": "./lib/postcss.js",
17 "types": "./lib/postcss.d.ts",
18 "keywords": [
19 "css",
20 "postcss",
21 "rework",
22 "preprocessor",
23 "parser",
24 "source map",
25 "transform",
26 "manipulation",
27 "transpiler"
28 ],
29 "funding": {
30 "type": "opencollective",
31 "url": "https://opencollective.com/postcss/"
32 },
33 "author": "Andrey Sitnik <andrey@sitnik.ru>",
34 "license": "MIT",
35 "homepage": "https://postcss.org/",
36 "repository": "postcss/postcss",
37 "dependencies": {
38 "colorette": "^1.2.1",
39 "line-column": "^1.0.2",
40 "nanoid": "^3.1.16",
41 "source-map": "^0.6.1"
42 },
43 "browser": {
44 "./lib/terminal-highlight": false,
45 "colorette": false,
46 "fs": false
47 }
48}