.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / character-entities-html4 / package.json
1 {
2   "name": "character-entities-html4",
3   "version": "1.1.4",
4   "description": "HTML4 character entity information",
5   "license": "MIT",
6   "keywords": [
7     "html",
8     "html4",
9     "entity",
10     "entities",
11     "character",
12     "reference",
13     "name",
14     "replacement"
15   ],
16   "repository": "wooorm/character-entities-html4",
17   "bugs": "https://github.com/wooorm/character-entities-html4/issues",
18   "funding": {
19     "type": "github",
20     "url": "https://github.com/sponsors/wooorm"
21   },
22   "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
23   "contributors": [
24     "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
25   ],
26   "main": "index.json",
27   "files": [
28     "index.json"
29   ],
30   "dependencies": {},
31   "devDependencies": {
32     "bail": "^1.0.1",
33     "browserify": "^16.0.0",
34     "concat-stream": "^2.0.0",
35     "prettier": "^1.0.0",
36     "remark-cli": "^7.0.0",
37     "remark-preset-wooorm": "^6.0.0",
38     "tape": "^4.0.0",
39     "tinyify": "^2.0.0",
40     "xo": "^0.25.0"
41   },
42   "scripts": {
43     "generate": "node build",
44     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
45     "build-bundle": "browserify index.json -s characterEntitiesHTML4 -o character-entities-html4.js",
46     "build-mangle": "browserify index.json -s characterEntitiesHTML4 -p tinyify -o character-entities-html4.js",
47     "build": "npm run build-bundle && npm run build-mangle",
48     "test-api": "node test",
49     "test": "npm run generate && npm run format && npm run build && npm run test-api"
50   },
51   "prettier": {
52     "tabWidth": 2,
53     "useTabs": false,
54     "singleQuote": true,
55     "bracketSpacing": false,
56     "semi": false,
57     "trailingComma": "none"
58   },
59   "xo": {
60     "prettier": true,
61     "esnext": false,
62     "ignores": [
63       "character-entities-html4.js"
64     ]
65   },
66   "remarkConfig": {
67     "plugins": [
68       "preset-wooorm"
69     ]
70   }
71 }