Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / character-entities / package.json
1 {
2   "_from": "character-entities@^1.0.0",
3   "_id": "character-entities@1.2.4",
4   "_inBundle": false,
5   "_integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
6   "_location": "/character-entities",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "character-entities@^1.0.0",
12     "name": "character-entities",
13     "escapedName": "character-entities",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/parse-entities"
20   ],
21   "_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
22   "_shasum": "e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b",
23   "_spec": "character-entities@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/parse-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/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": "HTML character entity information",
44   "devDependencies": {
45     "bail": "^1.0.0",
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#readme",
63   "keywords": [
64     "html",
65     "entity",
66     "entities",
67     "character",
68     "reference",
69     "name",
70     "replacement"
71   ],
72   "license": "MIT",
73   "main": "index.json",
74   "name": "character-entities",
75   "prettier": {
76     "tabWidth": 2,
77     "useTabs": false,
78     "singleQuote": true,
79     "bracketSpacing": false,
80     "semi": false,
81     "trailingComma": "none"
82   },
83   "remarkConfig": {
84     "plugins": [
85       "preset-wooorm"
86     ]
87   },
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/wooorm/character-entities.git"
91   },
92   "scripts": {
93     "build": "npm run build-bundle && npm run build-mangle",
94     "build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
95     "build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
96     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
97     "generate": "node build",
98     "lint": "xo",
99     "test": "npm run generate && npm run format && npm run build && npm run test-api",
100     "test-api": "node test"
101   },
102   "version": "1.2.4",
103   "xo": {
104     "prettier": true,
105     "esnext": false,
106     "ignores": [
107       "character-entities.js"
108     ]
109   }
110 }