Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / parse-entities / package.json
1 {
2   "_from": "parse-entities@^1.0.2",
3   "_id": "parse-entities@1.2.2",
4   "_inBundle": false,
5   "_integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==",
6   "_location": "/parse-entities",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "parse-entities@^1.0.2",
12     "name": "parse-entities",
13     "escapedName": "parse-entities",
14     "rawSpec": "^1.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.2"
17   },
18   "_requiredBy": [
19     "/remark-parse",
20     "/remark-stringify"
21   ],
22   "_resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz",
23   "_shasum": "c31bf0f653b6661354f8973559cb86dd1d5edf50",
24   "_spec": "parse-entities@^1.0.2",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-parse",
26   "author": {
27     "name": "Titus Wormer",
28     "email": "tituswormer@gmail.com",
29     "url": "https://wooorm.com"
30   },
31   "browser": {
32     "./decode-entity.js": "./decode-entity.browser.js"
33   },
34   "bugs": {
35     "url": "https://github.com/wooorm/parse-entities/issues"
36   },
37   "bundleDependencies": false,
38   "contributors": [
39     {
40       "name": "Titus Wormer",
41       "email": "tituswormer@gmail.com",
42       "url": "https://wooorm.com"
43     }
44   ],
45   "dependencies": {
46     "character-entities": "^1.0.0",
47     "character-entities-legacy": "^1.0.0",
48     "character-reference-invalid": "^1.0.0",
49     "is-alphanumerical": "^1.0.0",
50     "is-decimal": "^1.0.0",
51     "is-hexadecimal": "^1.0.0"
52   },
53   "deprecated": false,
54   "description": "Parse HTML character references: fast, spec-compliant, positional information",
55   "devDependencies": {
56     "browserify": "^16.0.0",
57     "nyc": "^14.0.0",
58     "prettier": "^1.12.1",
59     "remark-cli": "^6.0.0",
60     "remark-preset-wooorm": "^4.0.0",
61     "tape": "^4.2.0",
62     "tape-run": "^6.0.0",
63     "tinyify": "^2.4.3",
64     "xo": "^0.24.0"
65   },
66   "files": [
67     "index.js",
68     "decode-entity.js",
69     "decode-entity.browser.js"
70   ],
71   "homepage": "https://github.com/wooorm/parse-entities#readme",
72   "keywords": [
73     "parse",
74     "html",
75     "character",
76     "reference",
77     "entity",
78     "entities"
79   ],
80   "license": "MIT",
81   "name": "parse-entities",
82   "nyc": {
83     "check-coverage": true,
84     "lines": 100,
85     "functions": 100,
86     "branches": 100
87   },
88   "prettier": {
89     "tabWidth": 2,
90     "useTabs": false,
91     "singleQuote": true,
92     "bracketSpacing": false,
93     "semi": false,
94     "trailingComma": "none"
95   },
96   "react-native": {
97     "./decode-entity.js": "./decode-entity.js"
98   },
99   "remarkConfig": {
100     "plugins": [
101       "preset-wooorm"
102     ]
103   },
104   "repository": {
105     "type": "git",
106     "url": "git+https://github.com/wooorm/parse-entities.git"
107   },
108   "scripts": {
109     "build": "npm run build-bundle && npm run build-mangle",
110     "build-bundle": "browserify . -s parseEntities > parse-entities.js",
111     "build-mangle": "browserify . -s parseEntities -p tinyify > parse-entities.min.js",
112     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
113     "test": "npm run format && npm run build && npm run test-coverage && npm run test-browser",
114     "test-api": "node test",
115     "test-browser": "browserify test.js | tape-run",
116     "test-coverage": "nyc --reporter lcov tape test.js"
117   },
118   "version": "1.2.2",
119   "xo": {
120     "prettier": true,
121     "esnext": false,
122     "rules": {
123       "no-self-compare": "off",
124       "guard-for-in": "off",
125       "max-depth": "off"
126     },
127     "ignores": [
128       "parse-entities.js"
129     ]
130   }
131 }