{
  "_from": "git://github.com/mathjax/MathJax-src.git",
  "_id": "mathjax-full@3.0.0",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/mathjax-full",
  "_phantomChildren": {},
  "_requested": {
    "type": "git",
    "raw": "mathjax-full@git://github.com/mathjax/MathJax-src.git",
    "name": "mathjax-full",
    "escapedName": "mathjax-full",
    "rawSpec": "git://github.com/mathjax/MathJax-src.git",
    "saveSpec": "git://github.com/mathjax/MathJax-src.git",
    "fetchSpec": "git://github.com/mathjax/MathJax-src.git",
    "gitCommittish": null
  },
  "_requiredBy": [
    "/mathjax"
  ],
  "_resolved": "git://github.com/mathjax/MathJax-src.git#1e1a30f0a89e52fa7764dbb510763145a4da49f1",
  "_spec": "mathjax-full@git://github.com/mathjax/MathJax-src.git",
  "_where": "/home/panglesd/ownCloud/Thaise/slides/slides-js/node_modules/mathjax",
  "bugs": {
    "url": "https://github.com/mathjax/mathjax-v3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "esm": "^3.2.25",
    "mj-context-menu": "^0.2.0",
    "speech-rule-engine": "^3.0.0-beta.6"
  },
  "deprecated": false,
  "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the source code as well as the packaged components.",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "copyfiles": "^2.1.1",
    "diff": "^3.5.0",
    "lodash": "^4.17.14",
    "rimraf": "^3.0.0",
    "tape": "^4.8.0",
    "tslint": "^3.15.0",
    "tslint-jsdoc-rules": "*",
    "tslint-unix-formatter": "*",
    "typescript": "^3.5.2",
    "typescript-tools": "^0.3.1",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "webpack": "4.19.0",
    "webpack-cli": "^3.2.3"
  },
  "files": [
    "/es5",
    "/js",
    "/ts",
    "/components",
    "LICENSE",
    "README.md",
    "CONTRIBUTING.md",
    "tsconfig.json",
    "tslint.json"
  ],
  "homepage": "https://github.com/mathjax/mathjax-v3#readme",
  "keywords": [
    "MathJax",
    "math",
    "svg",
    "HTML",
    "MathML",
    "TeX",
    "AsciiMath"
  ],
  "license": "Apache-2.0",
  "main": "components/src/node-main/node-main.js",
  "name": "mathjax-full",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathjax/mathjax-v3.git"
  },
  "scripts": {
    "clean": "npm run --silent clean:js && npm run --silent clean:es5 && npm run --silent clean:lib",
    "clean:es5": "npx rimraf es5",
    "clean:js": "npx rimraf js",
    "clean:lib": "npx rimraf 'components/src/**/lib'",
    "compile": "npx tsc",
    "copy:mhchem": "npx copyfiles -u 1 'ts/input/tex/mhchem/mhchem_parser*' js",
    "copy:mj2": "npx copyfiles -u 1 'ts/input/asciimath/mathjax2/**/*' js",
    "make-components": "cd components && node bin/makeAll src | grep 'Building\\|Webpacking\\|Copying\\|npx'",
    "postcompile": "npm run --silent copy:mhchem && npm run --silent copy:mj2",
    "precompile": "npm run --silent clean:js",
    "premake-components": "npm run --silent clean:es5 && npm run --silent clean:lib"
  },
  "version": "3.0.0"
}
