Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stringify-entities / package.json
1 {
2   "_from": "stringify-entities@^1.0.1",
3   "_id": "stringify-entities@1.3.2",
4   "_inBundle": false,
5   "_integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==",
6   "_location": "/stringify-entities",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "stringify-entities@^1.0.1",
12     "name": "stringify-entities",
13     "escapedName": "stringify-entities",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/remark-stringify"
20   ],
21   "_resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz",
22   "_shasum": "a98417e5471fd227b3e45d3db1861c11caf668f7",
23   "_spec": "stringify-entities@^1.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-stringify",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "http://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/wooorm/stringify-entities/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "http://wooorm.com"
39     }
40   ],
41   "dependencies": {
42     "character-entities-html4": "^1.0.0",
43     "character-entities-legacy": "^1.0.0",
44     "is-alphanumerical": "^1.0.0",
45     "is-hexadecimal": "^1.0.0"
46   },
47   "deprecated": false,
48   "description": "Encode HTML character references and character entities",
49   "devDependencies": {
50     "browserify": "^16.0.0",
51     "character-entities": "^1.0.0",
52     "esmangle": "^1.0.0",
53     "nyc": "^11.0.0",
54     "remark-cli": "^5.0.0",
55     "remark-preset-wooorm": "^4.0.0",
56     "tape": "^4.0.0",
57     "xo": "^0.20.0"
58   },
59   "files": [
60     "dangerous.json",
61     "index.js"
62   ],
63   "homepage": "https://github.com/wooorm/stringify-entities#readme",
64   "keywords": [
65     "stringify",
66     "encode",
67     "escape",
68     "html",
69     "character",
70     "reference",
71     "entity",
72     "entities"
73   ],
74   "license": "MIT",
75   "name": "stringify-entities",
76   "nyc": {
77     "check-coverage": true,
78     "lines": 100,
79     "functions": 100,
80     "branches": 100
81   },
82   "prettier": {
83     "tabWidth": 2,
84     "useTabs": false,
85     "singleQuote": true,
86     "bracketSpacing": false,
87     "semi": false,
88     "trailingComma": "none"
89   },
90   "remarkConfig": {
91     "plugins": [
92       "preset-wooorm"
93     ]
94   },
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/wooorm/stringify-entities.git"
98   },
99   "scripts": {
100     "build": "npm run build-bundle && npm run build-mangle",
101     "build-bundle": "browserify index.js --bare -s stringifyEntities > stringify-entities.js",
102     "build-mangle": "esmangle stringify-entities.js > stringify-entities.min.js",
103     "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
104     "generate": "node build",
105     "test": "npm run generate && npm run format && npm run build && npm run test-coverage",
106     "test-api": "node test",
107     "test-coverage": "nyc --reporter lcov tape test.js"
108   },
109   "version": "1.3.2",
110   "xo": {
111     "prettier": true,
112     "esnext": false,
113     "rules": {
114       "no-var": "off",
115       "unicorn/number-literal-case": "off",
116       "prefer-arrow-callback": "off",
117       "guard-for-in": "off"
118     },
119     "ignores": [
120       "stringify-entities.js"
121     ]
122   }
123 }