Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-value-parser / package.json
1 {
2   "_from": "postcss-value-parser@^3.3.0",
3   "_id": "postcss-value-parser@3.3.1",
4   "_inBundle": false,
5   "_integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
6   "_location": "/postcss-value-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss-value-parser@^3.3.0",
12     "name": "postcss-value-parser",
13     "escapedName": "postcss-value-parser",
14     "rawSpec": "^3.3.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.3.0"
17   },
18   "_requiredBy": [
19     "/autoprefixer",
20     "/stylelint"
21   ],
22   "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
23   "_shasum": "9ff822547e2893213cf1c30efa51ac5fd1ba8281",
24   "_spec": "postcss-value-parser@^3.3.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
26   "author": {
27     "name": "Bogdan Chadkin",
28     "email": "trysound@yandex.ru"
29   },
30   "bugs": {
31     "url": "https://github.com/TrySound/postcss-value-parser/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Transforms css values and at-rule params into the tree",
36   "devDependencies": {
37     "eslint": "^5.6.1",
38     "husky": "^1.0.0",
39     "lint-staged": "^7.3.0",
40     "prettier": "^1.4.4",
41     "tap-spec": "^5.0.0",
42     "tape": "^4.2.0"
43   },
44   "eslintConfig": {
45     "env": {
46       "es6": true,
47       "node": true
48     },
49     "extends": "eslint:recommended"
50   },
51   "files": [
52     "lib"
53   ],
54   "homepage": "https://github.com/TrySound/postcss-value-parser",
55   "husky": {
56     "hooks": {
57       "pre-commit": "lint-staged"
58     }
59   },
60   "keywords": [
61     "postcss",
62     "value",
63     "parser"
64   ],
65   "license": "MIT",
66   "lint-staged": {
67     "*.js": [
68       "eslint",
69       "prettier --write",
70       "git add"
71     ]
72   },
73   "main": "lib/index.js",
74   "name": "postcss-value-parser",
75   "repository": {
76     "type": "git",
77     "url": "git+https://github.com/TrySound/postcss-value-parser.git"
78   },
79   "scripts": {
80     "lint": "yarn lint:js && yarn lint:prettier",
81     "lint:js": "eslint . --cache",
82     "lint:prettier": "prettier '**/*.js' --list-different",
83     "pretest": "yarn lint",
84     "test": "tape test/*.js | tap-spec"
85   },
86   "version": "3.3.1"
87 }