.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / character-reference-invalid / package.json
1 {
2   "name": "character-reference-invalid",
3   "version": "1.1.4",
4   "description": "HTML invalid numeric character reference information",
5   "license": "MIT",
6   "keywords": [
7     "html",
8     "entity",
9     "numeric",
10     "character",
11     "reference",
12     "replacement",
13     "invalid",
14     "name"
15   ],
16   "repository": "wooorm/character-reference-invalid",
17   "bugs": "https://github.com/wooorm/character-reference-invalid/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.0",
33     "browserify": "^16.0.0",
34     "concat-stream": "^2.0.0",
35     "hast-util-select": "^3.0.0",
36     "hast-util-to-string": "^1.0.0",
37     "rehype-parse": "^6.0.0",
38     "remark-cli": "^7.0.0",
39     "remark-preset-wooorm": "^6.0.0",
40     "tape": "^4.0.0",
41     "tinyify": "^2.0.0",
42     "unified": "^8.0.0",
43     "xo": "^0.25.0"
44   },
45   "scripts": {
46     "generate": "node build",
47     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
48     "build-bundle": "browserify index.json -s characterReferenceInvalid -o character-reference-invalid.js",
49     "build-mangle": "browserify index.json -s characterReferenceInvalid -p tinyify -o character-reference-invalid.min.js",
50     "build": "npm run build-bundle && npm run build-mangle",
51     "test-api": "node test",
52     "test": "npm run generate && npm run format && npm run build && npm run test-api"
53   },
54   "prettier": {
55     "tabWidth": 2,
56     "useTabs": false,
57     "singleQuote": true,
58     "bracketSpacing": false,
59     "semi": false,
60     "trailingComma": "none"
61   },
62   "xo": {
63     "prettier": true,
64     "esnext": false,
65     "ignores": [
66       "character-reference-invalid.js"
67     ]
68   },
69   "remarkConfig": {
70     "plugins": [
71       "preset-wooorm"
72     ]
73   }
74 }