Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / known-css-properties / package.json
1 {
2   "_from": "known-css-properties@^0.5.0",
3   "_id": "known-css-properties@0.5.0",
4   "_inBundle": false,
5   "_integrity": "sha512-LOS0CoS8zcZnB1EjLw4LLqDXw8nvt3AGH5dXLQP3D9O1nLLA+9GC5GnPl5mmF+JiQAtSX4VyZC7KvEtcA4kUtA==",
6   "_location": "/known-css-properties",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "known-css-properties@^0.5.0",
12     "name": "known-css-properties",
13     "escapedName": "known-css-properties",
14     "rawSpec": "^0.5.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.5.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.5.0.tgz",
22   "_shasum": "6ff66943ed4a5b55657ee095779a91f4536f8084",
23   "_spec": "known-css-properties@^0.5.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Viorel Cojocaru",
27     "email": "vio@mavrix.es"
28   },
29   "bugs": {
30     "url": "https://github.com/betit/known-css-properties/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "List of known CSS properties",
35   "devDependencies": {
36     "axios": "^0.16.2",
37     "eslint": "^3.19.0",
38     "globby": "^6.1.0",
39     "lodash.sortby": "^4.7.0",
40     "lodash.uniq": "^4.5.0"
41   },
42   "homepage": "https://github.com/betit/known-css-properties#readme",
43   "keywords": [
44     "css",
45     "properies",
46     "w3c",
47     "chrome",
48     "firefox",
49     "explorer",
50     "edge",
51     "safari",
52     "opera"
53   ],
54   "license": "MIT",
55   "main": "index.js",
56   "name": "known-css-properties",
57   "repository": {
58     "type": "git",
59     "url": "git+https://github.com/betit/known-css-properties.git"
60   },
61   "scripts": {
62     "bump": "npm version patch && npm publish && git push && git push --tags",
63     "download-w3c-data": "node scripts/download-w3c-data",
64     "generate": "node scripts/generate",
65     "lint": "eslint index.js scripts/*.js",
66     "test": "echo \"Error: no test specified\" && exit 1"
67   },
68   "version": "0.5.0"
69 }