.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-value-parser / package.json
1 {
2   "name": "postcss-value-parser",
3   "version": "3.3.1",
4   "description": "Transforms css values and at-rule params into the tree",
5   "main": "lib/index.js",
6   "files": [
7     "lib"
8   ],
9   "devDependencies": {
10     "eslint": "^5.6.1",
11     "husky": "^1.0.0",
12     "lint-staged": "^7.3.0",
13     "prettier": "^1.4.4",
14     "tap-spec": "^5.0.0",
15     "tape": "^4.2.0"
16   },
17   "scripts": {
18     "lint:prettier": "prettier '**/*.js' --list-different",
19     "lint:js": "eslint . --cache",
20     "lint": "yarn lint:js && yarn lint:prettier",
21     "pretest": "yarn lint",
22     "test": "tape test/*.js | tap-spec"
23   },
24   "eslintConfig": {
25     "env": {
26       "es6": true,
27       "node": true
28     },
29     "extends": "eslint:recommended"
30   },
31   "lint-staged": {
32     "*.js": [
33       "eslint",
34       "prettier --write",
35       "git add"
36     ]
37   },
38   "husky": {
39     "hooks": {
40       "pre-commit": "lint-staged"
41     }
42   },
43   "author": "Bogdan Chadkin <trysound@yandex.ru>",
44   "license": "MIT",
45   "homepage": "https://github.com/TrySound/postcss-value-parser",
46   "repository": {
47     "type": "git",
48     "url": "https://github.com/TrySound/postcss-value-parser.git"
49   },
50   "keywords": [
51     "postcss",
52     "value",
53     "parser"
54   ],
55   "bugs": {
56     "url": "https://github.com/TrySound/postcss-value-parser/issues"
57   }
58 }