Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / mathml-tag-names / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/mathml-tag-names/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/mathml-tag-names/package.json
new file mode 100644 (file)
index 0000000..2b2a45e
--- /dev/null
@@ -0,0 +1,113 @@
+{
+  "_from": "mathml-tag-names@^2.0.1",
+  "_id": "mathml-tag-names@2.1.3",
+  "_inBundle": false,
+  "_integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
+  "_location": "/mathml-tag-names",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "mathml-tag-names@^2.0.1",
+    "name": "mathml-tag-names",
+    "escapedName": "mathml-tag-names",
+    "rawSpec": "^2.0.1",
+    "saveSpec": null,
+    "fetchSpec": "^2.0.1"
+  },
+  "_requiredBy": [
+    "/stylelint"
+  ],
+  "_resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
+  "_shasum": "4ddadd67308e780cf16a47685878ee27b736a0a3",
+  "_spec": "mathml-tag-names@^2.0.1",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/stylelint",
+  "author": {
+    "name": "Titus Wormer",
+    "email": "tituswormer@gmail.com",
+    "url": "https://wooorm.com"
+  },
+  "bugs": {
+    "url": "https://github.com/wooorm/mathml-tag-names/issues"
+  },
+  "bundleDependencies": false,
+  "contributors": [
+    {
+      "name": "Titus Wormer",
+      "email": "tituswormer@gmail.com",
+      "url": "https://wooorm.com"
+    }
+  ],
+  "dependencies": {},
+  "deprecated": false,
+  "description": "List of known MathML tag-names",
+  "devDependencies": {
+    "bail": "^1.0.0",
+    "browserify": "^16.0.0",
+    "concat-stream": "^2.0.0",
+    "hast-util-select": "^3.0.0",
+    "hast-util-to-string": "^1.0.0",
+    "prettier": "^1.0.0",
+    "rehype-parse": "^6.0.0",
+    "remark-cli": "^7.0.0",
+    "remark-preset-wooorm": "^6.0.0",
+    "tape": "^4.0.0",
+    "tinyify": "^2.0.0",
+    "unified": "^8.0.0",
+    "xo": "^0.25.0"
+  },
+  "files": [
+    "index.json"
+  ],
+  "funding": {
+    "type": "github",
+    "url": "https://github.com/sponsors/wooorm"
+  },
+  "homepage": "https://github.com/wooorm/mathml-tag-names#readme",
+  "keywords": [
+    "MathML",
+    "math",
+    "tag",
+    "name",
+    "element",
+    "tagname",
+    "w3c"
+  ],
+  "license": "MIT",
+  "main": "index.json",
+  "name": "mathml-tag-names",
+  "prettier": {
+    "tabWidth": 2,
+    "useTabs": false,
+    "singleQuote": true,
+    "bracketSpacing": false,
+    "semi": false,
+    "trailingComma": "none"
+  },
+  "remarkConfig": {
+    "plugins": [
+      "preset-wooorm"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/wooorm/mathml-tag-names.git"
+  },
+  "scripts": {
+    "build": "npm run build-bundle && npm run build-mangle",
+    "build-bundle": "browserify index.json -s mathML -o mathml-tag-names.js",
+    "build-mangle": "browserify index.json -s mathML -p tinyify -o mathml-tag-names.min.js",
+    "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+    "generate": "node build",
+    "test": "npm run generate && npm run format && npm run build && npm run test-api",
+    "test-api": "node test"
+  },
+  "version": "2.1.3",
+  "xo": {
+    "prettier": true,
+    "esnext": false,
+    "ignore": [
+      "mathml-tag-names.js"
+    ]
+  }
+}