Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-safe-parser / package.json
1 {
2   "_from": "postcss-safe-parser@^3.0.1",
3   "_id": "postcss-safe-parser@3.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-t1Pv9sfArqXoN1++TN6L+QY/8UI=",
6   "_location": "/postcss-safe-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss-safe-parser@^3.0.1",
12     "name": "postcss-safe-parser",
13     "escapedName": "postcss-safe-parser",
14     "rawSpec": "^3.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.1"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz",
22   "_shasum": "b753eff6c7c0aea5e8375fbe4cde8bf9063ff142",
23   "_spec": "postcss-safe-parser@^3.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Andrey Sitnik",
27     "email": "andrey@sitnik.ru"
28   },
29   "babel": {
30     "presets": [
31       [
32         "env",
33         {
34           "targets": {
35             "browsers": "last 1 version",
36             "node": 4
37           },
38           "loose": true
39         }
40       ]
41     ],
42     "plugins": [
43       "add-module-exports",
44       "precompile-charcodes"
45     ]
46   },
47   "bugs": {
48     "url": "https://github.com/postcss/postcss-safe-parser/issues"
49   },
50   "bundleDependencies": false,
51   "dependencies": {
52     "postcss": "^6.0.6"
53   },
54   "deprecated": false,
55   "description": "Fault-tolerant CSS parser for PostCSS",
56   "devDependencies": {
57     "babel-core": "^6.25.0",
58     "babel-eslint": "^7.2.3",
59     "babel-plugin-add-module-exports": "^0.2.1",
60     "babel-plugin-precompile-charcodes": "^1.1.0",
61     "babel-preset-env": "^1.6.0",
62     "del": "^3.0.0",
63     "eslint": "^4.2.0",
64     "eslint-config-postcss": "^2.0.2",
65     "gulp": "^3.9.1",
66     "gulp-babel": "^6.1.2",
67     "gulp-changed": "^3.1.0",
68     "gulp-eslint": "^4.0.0",
69     "gulp-jest": "^2.0.0",
70     "gulp-sourcemaps": "^2.6.0",
71     "jest": "^20.0.4",
72     "lint-staged": "^4.0.1",
73     "postcss-parser-tests": "^6.0.2",
74     "pre-commit": "^1.1.3",
75     "run-sequence": "^2.0.0"
76   },
77   "eslintConfig": {
78     "parser": "babel-eslint",
79     "extends": "eslint-config-postcss",
80     "rules": {
81       "key-spacing": [
82         "error",
83         {
84           "align": "value"
85         }
86       ],
87       "complexity": "off",
88       "no-var": "off"
89     },
90     "env": {
91       "jest": true
92     }
93   },
94   "homepage": "https://github.com/postcss/postcss-safe-parser#readme",
95   "keywords": [
96     "css",
97     "postcss",
98     "postcss-syntax",
99     "parser",
100     "fault tolerant"
101   ],
102   "license": "MIT",
103   "lint-staged": {
104     "test/*.js": "eslint",
105     "lib/*.es6": "eslint"
106   },
107   "main": "lib/safe-parse",
108   "name": "postcss-safe-parser",
109   "pre-commit": [
110     "lint-staged"
111   ],
112   "repository": {
113     "type": "git",
114     "url": "git+https://github.com/postcss/postcss-safe-parser.git"
115   },
116   "scripts": {
117     "lint-staged": "lint-staged",
118     "test": "gulp"
119   },
120   "version": "3.0.1"
121 }