Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / character-entities-html4 / package.json
1 {
2   "_from": "character-entities-html4@^1.0.0",
3   "_id": "character-entities-html4@1.1.4",
4   "_inBundle": false,
5   "_integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==",
6   "_location": "/character-entities-html4",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "character-entities-html4@^1.0.0",
12     "name": "character-entities-html4",
13     "escapedName": "character-entities-html4",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/stringify-entities"
20   ],
21   "_resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz",
22   "_shasum": "0e64b0a3753ddbf1fdc044c5fd01d0199a02e125",
23   "_spec": "character-entities-html4@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stringify-entities",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/wooorm/character-entities-html4/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "https://wooorm.com"
39     }
40   ],
41   "dependencies": {},
42   "deprecated": false,
43   "description": "HTML4 character entity information",
44   "devDependencies": {
45     "bail": "^1.0.1",
46     "browserify": "^16.0.0",
47     "concat-stream": "^2.0.0",
48     "prettier": "^1.0.0",
49     "remark-cli": "^7.0.0",
50     "remark-preset-wooorm": "^6.0.0",
51     "tape": "^4.0.0",
52     "tinyify": "^2.0.0",
53     "xo": "^0.25.0"
54   },
55   "files": [
56     "index.json"
57   ],
58   "funding": {
59     "type": "github",
60     "url": "https://github.com/sponsors/wooorm"
61   },
62   "homepage": "https://github.com/wooorm/character-entities-html4#readme",
63   "keywords": [
64     "html",
65     "html4",
66     "entity",
67     "entities",
68     "character",
69     "reference",
70     "name",
71     "replacement"
72   ],
73   "license": "MIT",
74   "main": "index.json",
75   "name": "character-entities-html4",
76   "prettier": {
77     "tabWidth": 2,
78     "useTabs": false,
79     "singleQuote": true,
80     "bracketSpacing": false,
81     "semi": false,
82     "trailingComma": "none"
83   },
84   "remarkConfig": {
85     "plugins": [
86       "preset-wooorm"
87     ]
88   },
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/wooorm/character-entities-html4.git"
92   },
93   "scripts": {
94     "build": "npm run build-bundle && npm run build-mangle",
95     "build-bundle": "browserify index.json -s characterEntitiesHTML4 -o character-entities-html4.js",
96     "build-mangle": "browserify index.json -s characterEntitiesHTML4 -p tinyify -o character-entities-html4.js",
97     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
98     "generate": "node build",
99     "test": "npm run generate && npm run format && npm run build && npm run test-api",
100     "test-api": "node test"
101   },
102   "version": "1.1.4",
103   "xo": {
104     "prettier": true,
105     "esnext": false,
106     "ignores": [
107       "character-entities-html4.js"
108     ]
109   }
110 }