Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss / package.json
1 {
2   "_from": "postcss@^6.0.6",
3   "_id": "postcss@6.0.23",
4   "_inBundle": false,
5   "_integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
6   "_location": "/postcss",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss@^6.0.6",
12     "name": "postcss",
13     "escapedName": "postcss",
14     "rawSpec": "^6.0.6",
15     "saveSpec": null,
16     "fetchSpec": "^6.0.6"
17   },
18   "_requiredBy": [
19     "/autoprefixer",
20     "/postcss-reporter",
21     "/postcss-safe-parser",
22     "/postcss-sass",
23     "/postcss-scss",
24     "/stylelint",
25     "/sugarss"
26   ],
27   "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
28   "_shasum": "61c82cc328ac60e677645f979054eb98bc0e3324",
29   "_spec": "postcss@^6.0.6",
30   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
31   "author": {
32     "name": "Andrey Sitnik",
33     "email": "andrey@sitnik.ru"
34   },
35   "browser": {
36     "supports-color": false,
37     "chalk": false,
38     "fs": false
39   },
40   "bugs": {
41     "url": "https://github.com/postcss/postcss/issues"
42   },
43   "bundleDependencies": false,
44   "dependencies": {
45     "chalk": "^2.4.1",
46     "source-map": "^0.6.1",
47     "supports-color": "^5.4.0"
48   },
49   "deprecated": false,
50   "description": "Tool for transforming styles with JS plugins",
51   "engines": {
52     "node": ">=4.0.0"
53   },
54   "homepage": "https://postcss.org/",
55   "keywords": [
56     "css",
57     "postcss",
58     "rework",
59     "preprocessor",
60     "parser",
61     "source map",
62     "transform",
63     "manipulation",
64     "transpiler"
65   ],
66   "license": "MIT",
67   "main": "lib/postcss",
68   "name": "postcss",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/postcss/postcss.git"
72   },
73   "types": "lib/postcss.d.ts",
74   "version": "6.0.23"
75 }