{
  "_args": [
    [
      "mathml-tag-names@2.1.3",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "mathml-tag-names@2.1.3",
  "_id": "mathml-tag-names@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
  "_location": "/mathml-tag-names",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mathml-tag-names@2.1.3",
    "name": "mathml-tag-names",
    "escapedName": "mathml-tag-names",
    "rawSpec": "2.1.3",
    "saveSpec": null,
    "fetchSpec": "2.1.3"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
  "_spec": "2.1.3",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/mathml-tag-names/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "dependencies": {},
  "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"
    ]
  }
}
