Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / mathml-tag-names / package.json
1 {
2   "_from": "mathml-tag-names@^2.0.1",
3   "_id": "mathml-tag-names@2.1.3",
4   "_inBundle": false,
5   "_integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
6   "_location": "/mathml-tag-names",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "mathml-tag-names@^2.0.1",
12     "name": "mathml-tag-names",
13     "escapedName": "mathml-tag-names",
14     "rawSpec": "^2.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.1"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
22   "_shasum": "4ddadd67308e780cf16a47685878ee27b736a0a3",
23   "_spec": "mathml-tag-names@^2.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
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/mathml-tag-names/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": "List of known MathML tag-names",
44   "devDependencies": {
45     "bail": "^1.0.0",
46     "browserify": "^16.0.0",
47     "concat-stream": "^2.0.0",
48     "hast-util-select": "^3.0.0",
49     "hast-util-to-string": "^1.0.0",
50     "prettier": "^1.0.0",
51     "rehype-parse": "^6.0.0",
52     "remark-cli": "^7.0.0",
53     "remark-preset-wooorm": "^6.0.0",
54     "tape": "^4.0.0",
55     "tinyify": "^2.0.0",
56     "unified": "^8.0.0",
57     "xo": "^0.25.0"
58   },
59   "files": [
60     "index.json"
61   ],
62   "funding": {
63     "type": "github",
64     "url": "https://github.com/sponsors/wooorm"
65   },
66   "homepage": "https://github.com/wooorm/mathml-tag-names#readme",
67   "keywords": [
68     "MathML",
69     "math",
70     "tag",
71     "name",
72     "element",
73     "tagname",
74     "w3c"
75   ],
76   "license": "MIT",
77   "main": "index.json",
78   "name": "mathml-tag-names",
79   "prettier": {
80     "tabWidth": 2,
81     "useTabs": false,
82     "singleQuote": true,
83     "bracketSpacing": false,
84     "semi": false,
85     "trailingComma": "none"
86   },
87   "remarkConfig": {
88     "plugins": [
89       "preset-wooorm"
90     ]
91   },
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/wooorm/mathml-tag-names.git"
95   },
96   "scripts": {
97     "build": "npm run build-bundle && npm run build-mangle",
98     "build-bundle": "browserify index.json -s mathML -o mathml-tag-names.js",
99     "build-mangle": "browserify index.json -s mathML -p tinyify -o mathml-tag-names.min.js",
100     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
101     "generate": "node build",
102     "test": "npm run generate && npm run format && npm run build && npm run test-api",
103     "test-api": "node test"
104   },
105   "version": "2.1.3",
106   "xo": {
107     "prettier": true,
108     "esnext": false,
109     "ignore": [
110       "mathml-tag-names.js"
111     ]
112   }
113 }