Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-less / node_modules / postcss / package.json
1 {
2   "_from": "postcss@^5.2.16",
3   "_id": "postcss@5.2.18",
4   "_inBundle": false,
5   "_integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
6   "_location": "/postcss-less/postcss",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss@^5.2.16",
12     "name": "postcss",
13     "escapedName": "postcss",
14     "rawSpec": "^5.2.16",
15     "saveSpec": null,
16     "fetchSpec": "^5.2.16"
17   },
18   "_requiredBy": [
19     "/postcss-less"
20   ],
21   "_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
22   "_shasum": "badfa1497d46244f6390f58b319830d9107853c5",
23   "_spec": "postcss@^5.2.16",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/postcss-less",
25   "author": {
26     "name": "Andrey Sitnik",
27     "email": "andrey@sitnik.ru"
28   },
29   "browser": {
30     "fs": false
31   },
32   "bugs": {
33     "url": "https://github.com/postcss/postcss/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "chalk": "^1.1.3",
38     "js-base64": "^2.1.9",
39     "source-map": "^0.5.6",
40     "supports-color": "^3.2.3"
41   },
42   "deprecated": false,
43   "description": "Tool for transforming styles with JS plugins",
44   "devDependencies": {
45     "ava": "^0.17.0",
46     "babel-core": "^6.24.0",
47     "babel-eslint": "^7.1.1",
48     "babel-plugin-add-module-exports": "^0.2.1",
49     "babel-plugin-precompile-charcodes": "^1.0.0",
50     "babel-preset-es2015": "^6.24.0",
51     "chalk": "^1.1.3",
52     "concat-with-sourcemaps": "^1.0.4",
53     "del": "^2.2.2",
54     "docdash": "^0.4.0",
55     "eslint": "^3.18.0",
56     "eslint-config-postcss": "^2.0.2",
57     "fs-extra": "^1.0.0",
58     "gulp": "^3.9.1",
59     "gulp-ava": "^0.15.0",
60     "gulp-babel": "^6.1.2",
61     "gulp-changed": "^1.3.2",
62     "gulp-eslint": "^3.0.1",
63     "gulp-run": "^1.7.1",
64     "gulp-sourcemaps": "^2.4.1",
65     "jsdoc": "^3.4.3",
66     "lint-staged": "^3.4.0",
67     "postcss-parser-tests": "^5.0.11",
68     "pre-commit": "^1.2.2",
69     "run-sequence": "^1.2.2",
70     "sinon": "^2.0.0",
71     "strip-ansi": "^3.0.1",
72     "yaspeller-ci": "^0.3.0"
73   },
74   "engines": {
75     "node": ">=0.12"
76   },
77   "homepage": "http://postcss.org/",
78   "keywords": [
79     "css",
80     "postcss",
81     "rework",
82     "preprocessor",
83     "parser",
84     "source map",
85     "transform",
86     "manipulation",
87     "transpiler"
88   ],
89   "license": "MIT",
90   "lint-staged": {
91     "test/*.js": "eslint",
92     "lib/*.es6": "eslint",
93     "*.md": "yaspeller-ci"
94   },
95   "main": "lib/postcss",
96   "name": "postcss",
97   "pre-commit": [
98     "lint-staged"
99   ],
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/postcss/postcss.git"
103   },
104   "scripts": {
105     "lint-staged": "lint-staged",
106     "test": "gulp"
107   },
108   "types": "lib/postcss.d.ts",
109   "version": "5.2.18"
110 }