Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / html-tags / package.json
1 {
2   "_from": "html-tags@^2.0.0",
3   "_id": "html-tags@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
6   "_location": "/html-tags",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "html-tags@^2.0.0",
12     "name": "html-tags",
13     "escapedName": "html-tags",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
22   "_shasum": "10b30a386085f43cede353cc8fa7cb0deeea668b",
23   "_spec": "html-tags@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/html-tags/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "List of standard HTML tags",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js",
45     "void.js",
46     "html-tags.json",
47     "html-tags-void.json"
48   ],
49   "homepage": "https://github.com/sindresorhus/html-tags#readme",
50   "keywords": [
51     "html",
52     "html5",
53     "tags",
54     "elements",
55     "list",
56     "whatwg",
57     "w3c",
58     "void",
59     "self-closing"
60   ],
61   "license": "MIT",
62   "name": "html-tags",
63   "repository": {
64     "type": "git",
65     "url": "git+https://github.com/sindresorhus/html-tags.git"
66   },
67   "scripts": {
68     "test": "xo && ava"
69   },
70   "version": "2.0.0"
71 }