{
  "_from": "mathml@^1.0.2",
  "_id": "mathml@1.1.9",
  "_inBundle": false,
  "_integrity": "sha512-TQtlGTCj4Ses4Xz4/jK9ztlQOGmfVZB7MAm8RU1hVzufoiu/UzUvsfG07TL0AOnIUIBRW3XYjJsgnYCbB81Ueg==",
  "_location": "/mathml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mathml@^1.0.2",
    "name": "mathml",
    "escapedName": "mathml",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mathml/-/mathml-1.1.9.tgz",
  "_shasum": "f512a3ba815851206a3c314a9461a9c38ce1c9e7",
  "_spec": "mathml@^1.0.2",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend",
  "author": {
    "name": "Moritz Schubotz"
  },
  "badges": {
    "list": [
      "travisci",
      "npmversion",
      "npmdownloads",
      "daviddm",
      "daviddmdev",
      "coveralls"
    ]
  },
  "bugs": {
    "url": "https://github.com/ag-gipp/node-mathml/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Vincent Stange",
      "url": "https://github.com/vstange"
    },
    {
      "name": "Thiemo Kreuz",
      "url": "http://software.wikimedia.de"
    },
    {
      "name": "Stefan Kaufhold",
      "url": "https://github.com/skaufhold"
    },
    {
      "name": "Stanislav Malyshev",
      "url": "https://github.com/smalyshev"
    },
    {
      "name": "Jonas Kress",
      "url": "https://github.com/JonasKress"
    },
    {
      "name": "Felix Brix",
      "url": "https://github.com/fbrix"
    },
    {
      "name": "Petulant Slacker",
      "url": "https://github.com/LuiSlacker"
    },
    {
      "name": "greenkeeper[bot]",
      "url": "http://github.com/apps/greenkeeper"
    },
    {
      "name": "Snyk bot",
      "url": "http://snyk.io"
    },
    {
      "name": "Michael Kramer",
      "url": "https://github.com/Thanathan-k"
    },
    {
      "name": "Norman Meuschke",
      "url": "www.meuschke.org"
    },
    {
      "name": "Moritz Schubotz",
      "url": "www.formulasearchengine.com"
    }
  ],
  "dependencies": {
    "xpath": "0.0.27",
    "xtraverse": "^0.1.0"
  },
  "deprecated": false,
  "description": "MathML allows to load modify and render MathML input. It is based on the XML processing node module xtraverse.",
  "devDependencies": {
    "@types/node": "^12.0.12",
    "coveralls": "^3.0.4",
    "jquery": "^3.4.1",
    "mocha": "^6.1.4",
    "mocha-eslint": "^5.0.0",
    "nyc": "^14.1.1",
    "prettier": "^1.18.2",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.5.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/ag-gipp/node-mathml#readme",
  "keywords": [
    "mathml",
    "math",
    "xml",
    "mathml3"
  ],
  "license": "Apache-2.0",
  "main": "app/MathML/MathMLRenderer.js",
  "maintainers": [],
  "name": "mathml",
  "repository": {
    "url": "git+ssh://git@github.com/ag-gipp/node-mathml.git",
    "type": "git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -f app/MathML/*.js",
    "coverage": "nyc --reporter=lcov node_modules/.bin/_mocha",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "preversion": "npm run lint",
    "test": "npm run clean && npm run build && PREQ_CONNECT_TIMEOUT=15 mocha"
  },
  "version": "1.1.9"
}
