{"_id":"latex.js","_rev":"23-16ad6b00a6563d15fc6846b680ecf48d","name":"latex.js","time":{"modified":"2023-04-23T17:49:37.856Z","created":"2016-05-02T13:23:21.501Z","0.1.0":"2016-05-02T13:23:21.501Z","0.5.0":"2017-11-26T16:51:18.087Z","0.6.0":"2017-12-03T02:59:35.688Z","0.6.1":"2017-12-03T03:06:30.894Z","0.6.2":"2017-12-03T13:30:10.119Z","0.7.0":"2017-12-09T14:21:02.485Z","0.8.0":"2018-01-05T01:01:59.943Z","0.9.0":"2018-02-04T21:48:38.933Z","0.9.1":"2018-02-06T21:18:48.948Z","0.9.2":"2018-02-17T22:01:14.622Z","0.10.0":"2018-06-02T12:21:12.739Z","0.10.1":"2018-08-02T00:25:02.867Z","0.11.0":"2018-09-20T00:48:22.980Z","0.11.1":"2018-09-20T01:03:22.701Z","0.12.0":"2019-06-24T07:36:36.674Z","0.12.1":"2019-08-01T20:36:36.759Z","0.12.2":"2020-06-06T14:30:23.285Z","0.12.3":"2020-06-06T15:09:04.521Z","0.12.4":"2020-06-07T22:58:33.030Z","0.12.5":"2023-04-23T17:45:12.813Z","0.12.6":"2023-04-23T17:49:37.664Z"},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"dist-tags":{"latest":"0.12.6"},"description":"JavaScript LaTeX to HTML5 translator","readme":"[![NPM version](https://img.shields.io/npm/v/latex.js.svg?style=plastic)](https://www.npmjs.org/package/latex.js)\n[![NPM downloads](https://img.shields.io/npm/dm/latex.js.svg?style=plastic)](https://www.npmjs.org/package/latex.js)\n[![CircleCI](https://img.shields.io/circleci/project/github/michael-brade/LaTeX.js.svg?style=plastic)](https://circleci.com/gh/michael-brade/LaTeX.js)\n[![codecov](https://codecov.io/gh/michael-brade/LaTeX.js/branch/master/graph/badge.svg)](https://codecov.io/gh/michael-brade/LaTeX.js)\n[![Maintainability](https://api.codeclimate.com/v1/badges/f2ab8b70a87a9da55189/maintainability)](https://codeclimate.com/github/michael-brade/LaTeX.js/maintainability)\n[![License](https://img.shields.io/github/license/michael-brade/LaTeX.js.svg?style=plastic)](https://github.com/michael-brade/LaTeX.js/blob/master/LICENSE)\n\n\n# LaTeX to HTML5 translator using a PEG.js parser\n\nThis is a LaTeX to HTML5 translator written in JavaScript using PEG.js.\n`latex.js` for LaTeX is similar in spirit to `marked` for Markdown.\n\nLaTeX.js tries to be absolutely and uncompromisingly exact and compatible with LaTeX.\nThe generated HTML is exactly what is meant to be output, down to the last\nspace. The CSS makes it look like LaTeX output&mdash;except where impossible in principle,\nsee limitations.\n\nYou can play with it here:\n[http://latex.js.org/playground.html](http://latex.js.org/playground.html)\n\n\n## Installation\n\nFor CLI usage install it globally:\n\n```\nnpm install -g latex.js\n```\n\nFor library usage add it to your project:\n\n```\nnpm install --save-prod latex.js\n```\n\n## Documentation\n\nYou can find the full documentation on the website: [https://latex.js.org/](https://latex.js.org/)\n\n## Alternatives\n\nIf you need a LaTeX to HTML translator that also understands TeX to some extent, take a look at:\n\n* [TeX4ht](https://tug.org/applications/tex4ht/mn.html) (TeX)\n* [LaTeXML](https://github.com/brucemiller/LaTeXML) (Perl)\n* [LaTeX2HTML](https://github.com/latex2html/latex2html) (Perl)\n* ~~[HEVEA](http://hevea.inria.fr/) (OCaml)~~\n* ~~[plasTeX](https://github.com/tiarno/plastex) (Python)~~\n\nUpdate: sadly, those last two are nowhere near the quality of LaTeX.js.\n\nThere is no such alternative in JavaScript yet, though, which is why I started this project. I want to use it in my\n`derby-entities-lib` project.\n\n\n## License\n\n[![License](https://img.shields.io/github/license/michael-brade/LaTeX.js.svg?style=plastic)](https://github.com/michael-brade/LaTeX.js/blob/master/LICENSE)\n\nCopyright (c) 2015-2021 Michael Brade\n","versions":{"0.5.0":{"name":"latex.js","description":"A simple PEG.js parser for LaTeX","version":"0.5.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"scripts":{"clean":"rimraf dist;","build":"mkdirp dist && pegjs -o dist/latex-parser.js src/latex-parser.pegjs && lsc -c -o dist src/html-generator.ls","bundle":"npm run build && webpack","test":"mocha test/_*.ls test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/_*.ls test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/_*.ls test/tests.ls;"},"babel":{"presets":"es2015","plugins":"transform-object-rest-spread"},"dependencies":{"domino":"2.x","entities":"1.x","lodash":"4.x","katex":"0.9.0-alpha"},"devDependencies":{"livescript":"1.5.x","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","webpack":"3.8.x","copy-webpack-plugin":"4.2.x","babel-loader":"7.1.x","babel-core":"6.26.x","babel-preset-es2015":"6.24.x","babel-plugin-transform-object-rest-spread":"6.26.x","mocha":"4.x","chai":"4.x","chai-as-promised":"7.x","js-beautify":"1.7.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","gitHead":"6b3da173e0de7fa17859d8d6a636b7f7717f29bf","_id":"latex.js@0.5.0","_npmVersion":"5.5.1","_nodeVersion":"8.6.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-xVCgagqh/aZlcSZYYAm0V31dRFqznj6MTdpBbKR3XmFXGmtf/YKHTVva8YdhcDjzPf5shPaUhHR002k50m18/w==","shasum":"59213cefb8119a1e7ec309832907823e3631aa1d","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.5.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwGvV6C971pI4eSPf5Hc6Binuu3ghWBcC3Q1NO3mAIpgIhAOYZpWqf3QxLnaq7Bw7PvLDnKTeVxtpx7YKtqtKDkdq5"}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.5.0.tgz_1511715075627_0.2019838427659124"},"directories":{}},"0.6.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.6.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/html-generator.js"],"scripts":{"clean":"rimraf dist bin;","build":"mkdirp dist;pegjs -o - src/latex-parser.pegjs | uglifyjs -cm -o dist/latex-parser.js;lsc -cp    src/html-generator.ls  | uglifyjs -cm -o dist/html-generator.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","docs":"npm run build && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/_*.ls test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/_*.ls test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/_*.ls test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","entities":"1.x","katex":"0.9.0-alpha","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","get-stdin":"5.x"},"devDependencies":{"livescript":"1.5.x","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.2.x","webpack":"3.9.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.2.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"4.x","chai":"4.x","chai-as-promised":"7.x","js-beautify":"1.7.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"97b4ee9396d2b2c8bdc4e2e1667f88b241307f84","_id":"latex.js@0.6.0","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-GtzN29aBbhfC4IGq/np+VpNFUJ3vSa9eAgaXSddpSqSYs0EX9IkpeB784rFDDt8g4U7NBwTevTcDuyFxM5EiKw==","shasum":"8bb2323f4d650690ec2abe6f555b84b544dbc3e8","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.6.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFs8Wvdfss4ZdgtzLtrFqDmpVSviC12iB3IOx449cRzQIhAOpVUe9KGR37GOcnEaFWeDV81G7Mo5GfzA/6Luy3lDmO"}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.6.0.tgz_1512269974651_0.1602280440274626"},"directories":{}},"0.6.1":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.6.1","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/html-generator.js"],"scripts":{"clean":"rimraf dist bin;","build":"mkdirp dist;pegjs -o - src/latex-parser.pegjs | uglifyjs -cm -o dist/latex-parser.js;lsc -cp    src/html-generator.ls  | uglifyjs -cm -o dist/html-generator.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","docs":"npm run build && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/_*.ls test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/_*.ls test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/_*.ls test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","entities":"1.x","katex":"0.9.0-alpha","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","commander":"2.12.x","get-stdin":"5.x"},"devDependencies":{"livescript":"1.5.x","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.2.x","webpack":"3.9.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.2.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"4.x","chai":"4.x","chai-as-promised":"7.x","js-beautify":"1.7.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"5263d5c1d9631db43f772e163e82919f1f397e55","_id":"latex.js@0.6.1","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-xZbs696RH1VsdAns7EesKYDfvRl9m20TAetu06CrjsB0VLzg3i31K2eJ9bdPkusZIl/WgrvMmib4iVrFXAOHcg==","shasum":"9afd60a6d8a911a3472d1c2cbc520244d2b7ddd0","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.6.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDD5du9GUL2hvVFbAscHdqBLoWknpG3F8x9eSsdB+5DvQIhALGGeKTB6dSMNJOjNdhF9gaknx05BEESABHuWUpVdF1+"}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.6.1.tgz_1512270390791_0.621895111631602"},"directories":{}},"0.6.2":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.6.2","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/html-generator.js"],"scripts":{"clean":"rimraf dist bin;","build":"mkdirp dist;pegjs -o - src/latex-parser.pegjs | uglifyjs -cm -o dist/latex-parser.js;lsc -cp    src/html-generator.ls  | uglifyjs -cm -o dist/html-generator.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","docs":"npm run build && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/_*.ls test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/_*.ls test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/_*.ls test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","he":"1.1.x","katex":"0.9.0-alpha","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","commander":"2.12.x","get-stdin":"5.x"},"devDependencies":{"livescript":"1.5.x","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.2.x","webpack":"3.9.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.2.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"4.x","chai":"4.x","chai-as-promised":"7.x","js-beautify":"1.7.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"3219378b0566241481d250612510b4c077dec07a","_id":"latex.js@0.6.2","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-uyfzeLxk6B+G+eBfDINFDZN0L6VS6Dmd+zgZsvqKNnH0bv7C7UYHIphZd5l2lkn+4te1vf7St+JXzw+3bV9cHA==","shasum":"c944f817a9024b45877415542f37505283eb637e","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.6.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtmaMCKimQo1gONJsSvP7U3DpmT499NM3SvazOECE9ywIhALyjQVfRCiibVXnNy7rzIMCGk1nUqSIEtq7xrr//AZ9f"}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.6.2.tgz_1512307809159_0.48338471120223403"},"directories":{}},"0.7.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.7.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/html-generator.js"],"scripts":{"clean":"rimraf dist bin;","build":"mkdirp dist;pegjs -o - src/latex-parser.pegjs | uglifyjs -cm -o dist/latex-parser.js;lsc -cp    src/html-generator.ls  | uglifyjs -cm -o dist/html-generator.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","docs":"npm run build && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/_*.ls test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/_*.ls test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/_*.ls test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","he":"1.1.x","katex":"0.9.0-alpha","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","commander":"2.12.x","get-stdin":"5.x"},"devDependencies":{"livescript":"1.5.x","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.2.x","webpack":"3.9.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.2.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"4.x","chai":"4.x","chai-as-promised":"7.x","js-beautify":"1.7.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"37faa7361be7dfa04b725b1bac4d67a77aa4a72a","_id":"latex.js@0.7.0","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-QBZtYq9M+BYn1hvRzvi7E7iIskcPnGDVWz0tyeLpaHVvTqoo3tyWQzX0JI7GWoX+kbbQhHqWGBFnsBvK9mfPFA==","shasum":"fd0982af0fef2d39914b0dbbe74a0602f1a3046f","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.7.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkaJEc/wm5rCIwVatTMbbZ9Kk1PclHVgFcsvanGOip7wIgXL7RJvm67TrcnR9ObueT7W8PVf3STMOcXMcorgskooI="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.7.0.tgz_1512829261446_0.08040236355736852"},"directories":{}},"0.8.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.8.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/macros.js","dist/symbols.js","dist/html-generator.js"],"scripts":{"clean":"rimraf dist bin;","build":"mkdirp dist;lsc -cp    src/plugin-pegjs.ls          | uglifyjs -cm -o dist/plugin-pegjs.js;pegjs --plugin ./dist/plugin-pegjs -o - src/latex-parser.pegjs       | uglifyjs -cm -o dist/latex-parser.js;lsc -cp    src/macros.ls                | uglifyjs -cm -o dist/macros.js;lsc -cp    src/symbols.ls               | uglifyjs -cm -o dist/symbols.js;lsc -cp    src/html-generator.ls        | uglifyjs -cm -o dist/html-generator.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","devbuild":"mkdirp dist;lsc -c -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;","docs":"npm run devbuild && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/_*.ls test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/_*.ls test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/_*.ls test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","he":"1.1.x","katex":"0.9.0-alpha","svg.js":"2.6.x","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","commander":"2.12.x","get-stdin":"5.x","js-beautify":"1.7.x"},"devDependencies":{"livescript":"1.5.x","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.3.x","webpack":"3.10.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.3.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"4.x","chai":"4.x","chai-as-promised":"7.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"d23345769859ac1d7ace4d97edba6e83af2a9cce","_id":"latex.js@0.8.0","_npmVersion":"5.5.1","_nodeVersion":"9.3.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-cWODKTMvtrJX6euyIseVM+Cv8DnvtogB1DeWf9aPkC487DWmUTJV0ycocXAJiAhxL06HsG6WrhYYBY8cWbDkLA==","shasum":"214810160f026ec511eafa6e20ef3d4c50de7b36","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.8.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICiPPdTjY86+gfruos/I0VJXbJuLueC4Mox5hLuVvnMyAiAAqKlpsWrGJBcR+giL3PEzDIb9TyvJj9q8uxmF9Y9/cw=="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.8.0.tgz_1515114118853_0.669403565581888"},"directories":{}},"0.9.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.9.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/macros.js","dist/symbols.js","dist/html-generator.js","dist/documentclasses/"],"scripts":{"clean":"rimraf dist bin;","build":"mkdirp dist/documentclasses;lsc -cp    src/plugin-pegjs.ls          | uglifyjs -cm -o dist/plugin-pegjs.js;pegjs --plugin ./dist/plugin-pegjs -o - src/latex-parser.pegjs         | uglifyjs -cm -o dist/latex-parser.js;lsc -cp  src/macros.ls                  | uglifyjs -cm -o dist/macros.js;lsc -cp  src/symbols.ls                 | uglifyjs -cm -o dist/symbols.js;lsc -cp  src/html-generator.ls          | uglifyjs -cm -o dist/html-generator.js;lsc -cp  src/documentclasses/base.ls    | uglifyjs -cm -o dist/documentclasses/base.js;lsc -cp  src/documentclasses/article.ls | uglifyjs -cm -o dist/documentclasses/article.js;lsc -cp  src/documentclasses/book.ls    | uglifyjs -cm -o dist/documentclasses/book.js;lsc -cp  src/documentclasses/report.ls  | uglifyjs -cm -o dist/documentclasses/report.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","devbuild":"mkdirp dist/documentclasses;lsc -c -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;","docs":"npm run devbuild && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","he":"1.1.x","katex":"0.9.0-alpha","svg.js":"2.6.x","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.13.x","stdin":"*","js-beautify":"1.7.x"},"devDependencies":{"livescript":"git+https://github.com/gkz/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.3.x","webpack":"3.10.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.3.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"5.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"^1.0.0","execa":"0.9.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"0fa33eaa88d72463dcb936b46d7eb0736fb523cb","_id":"latex.js@0.9.0","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-+9rAhRjI8hRiY7vits8ba2NNYiS/QUZen48kShYT7nJKvlVPVy920qVa0oEujlEPuJqsNGLGHAikFNk4JNHY0A==","shasum":"9b1a62adc2aa9c623a6d6e5a9e06b0a67553e5ba","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.9.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZrjoDV761Mo2svWi09t/+ntxDfWGyWByWssss9jjKhAiEAjew4JD5xPbkGvtmEBIstuxoAOcWSnJO17h/bFYDZu9w="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.9.0.tgz_1517780917889_0.1723539363592863"},"directories":{}},"0.9.1":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.9.1","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/macros.js","dist/symbols.js","dist/html-generator.js","dist/documentclasses/","dist/css/","dist/fonts/"],"scripts":{"clean":"rimraf dist bin;","build":"npm run devbuild;uglifyjs dist/plugin-pegjs.js            -cm -o dist/plugin-pegjs.js;uglifyjs dist/latex-parser.js            -cm -o dist/latex-parser.js;uglifyjs dist/macros.js                  -cm -o dist/macros.js;uglifyjs dist/symbols.js                 -cm -o dist/symbols.js;uglifyjs dist/html-generator.js          -cm -o dist/html-generator.js;uglifyjs dist/documentclasses/base.js    -cm -o dist/documentclasses/base.js;uglifyjs dist/documentclasses/article.js -cm -o dist/documentclasses/article.js;uglifyjs dist/documentclasses/book.js    -cm -o dist/documentclasses/book.js;uglifyjs dist/documentclasses/report.js  -cm -o dist/documentclasses/report.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","devbuild":"mkdirp dist/documentclasses;mkdirp dist/css;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;lsc -c -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;","docs":"npm run devbuild && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","he":"1.1.x","katex":"0.9.0-alpha","svg.js":"2.6.x","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.13.x","stdin":"*","js-beautify":"1.7.x"},"devDependencies":{"livescript":"git+https://github.com/gkz/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.3.x","webpack":"3.10.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.3.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"5.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"^1.0.0","execa":"0.9.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"ec910a246f370bf5a77bee779ba8e19e23766449","_id":"latex.js@0.9.1","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-EeihaR56OQSdj/m+HlKzV0e3tvPAM/RJ/cqc66XaDy5CW8K31jDcMxEiotnh1Zigk+d5JTJq7Oj20q3VtmDisw==","shasum":"bb12da79905e3684da2b2b5349e0acbe682ed7cd","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.9.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJDZ1WDh+o1prQO0pNORdlsA3MRln2Ii1fJy4ka6FG7AiASKUeTtWGC+fhNhZ+DY/JPMiGkRwEimkhLnV69WjVT2A=="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js-0.9.1.tgz_1517951926417_0.9114471406210214"},"directories":{}},"0.9.2":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.9.2","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/macros.js","dist/symbols.js","dist/html-generator.js","dist/documentclasses/","dist/css/","dist/fonts/"],"scripts":{"clean":"rimraf dist bin;","build":"npm run devbuild;uglifyjs dist/plugin-pegjs.js            -cm -o dist/plugin-pegjs.js;uglifyjs dist/latex-parser.js            -cm -o dist/latex-parser.js;uglifyjs dist/macros.js                  -cm -o dist/macros.js;uglifyjs dist/symbols.js                 -cm -o dist/symbols.js;uglifyjs dist/html-generator.js          -cm -o dist/html-generator.js;uglifyjs dist/documentclasses/base.js    -cm -o dist/documentclasses/base.js;uglifyjs dist/documentclasses/article.js -cm -o dist/documentclasses/article.js;uglifyjs dist/documentclasses/book.js    -cm -o dist/documentclasses/book.js;uglifyjs dist/documentclasses/report.js  -cm -o dist/documentclasses/report.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","devbuild":"mkdirp dist/documentclasses;mkdirp dist/css;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;lsc -c -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;","docs":"npm run devbuild && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"domino":"2.x","he":"1.1.x","katex":"0.9.0-beta1","svg.js":"2.6.x","svgdom":"git+https://github.com/michael-brade/svgdom.git","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.13.x","stdin":"*","fs-extra":"5.x","js-beautify":"1.7.x"},"devDependencies":{"livescript":"git+https://github.com/gkz/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.3.x","webpack":"3.10.x","babel-loader":"8.0.0-beta.0","copy-webpack-plugin":"4.3.x","@babel/core":"7.0.0-beta.33","@babel/register":"7.0.0-beta.33","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.33","mocha":"5.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"^1.0.0","execa":"0.9.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"bbef0f77884b7183850d0514b5fc2b5da64dcddb","_id":"latex.js@0.9.2","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-bgBzq/E5S2VJLNE7V0s8yq8MFdGx4PVDaN2e1Iuf/574T017Chy0SqjFEvk2M2zg6/ecamy9LFI6dUcD6Q9wpg==","shasum":"b30486dae9ce338feb987efa9322ef4e00cf77d3","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.9.2.tgz","fileCount":63,"unpackedSize":7484175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZJAzuVC8AHtNsaUEJTViTLNprObk1TmOk/aTdNO7GrAIgNncQiJ7cXpNeGNtmi6pquRdLJhNIGKwJwABqKrOQ60c="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.9.2_1518904874363_0.4009660541566904"},"_hasShrinkwrap":false},"0.10.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.10.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"main":"dist/latex-parser.js","bin":{"latex.js":"./bin/latex.js"},"files":["bin/latex.js","dist/latex-parser.js","dist/macros.js","dist/symbols.js","dist/html-generator.js","dist/documentclasses/","dist/css/","dist/fonts/","dist/js/"],"scripts":{"clean":"rimraf dist bin;","build":"npm run devbuild;uglifyjs dist/plugin-pegjs.js            -cm -o dist/plugin-pegjs.js;uglifyjs dist/latex-parser.js            -cm -o dist/latex-parser.js;uglifyjs dist/macros.js                  -cm -o dist/macros.js;uglifyjs dist/symbols.js                 -cm -o dist/symbols.js;uglifyjs dist/html-generator.js          -cm -o dist/html-generator.js;uglifyjs dist/documentclasses/base.js    -cm -o dist/documentclasses/base.js;uglifyjs dist/documentclasses/article.js -cm -o dist/documentclasses/article.js;uglifyjs dist/documentclasses/book.js    -cm -o dist/documentclasses/book.js;uglifyjs dist/documentclasses/report.js  -cm -o dist/documentclasses/report.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;","devbuild":"mkdirp dist/documentclasses;mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a src/js/ dist/js/;lsc -c -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;","docs":"npm run devbuild && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/tests.ls;"},"babel":{"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"he":"1.1.x","katex":"0.9.0","svg.js":"2.6.x","svgdom":"git+https://github.com/michael-brade/svgdom.git","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.15.x","stdin":"*","fs-extra":"6.x","js-beautify":"1.7.x"},"devDependencies":{"livescript":"git+https://github.com/gkz/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.3.x","webpack":"4.x","webpack-cli":"2.x","babel-loader":"8.0.0-beta.3","copy-webpack-plugin":"4.5.x","@babel/core":"7.0.0-beta.49","@babel/register":"7.0.0-beta.49","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.49","mocha":"5.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"1.4.x","pixelmatch":"4.0.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"43a97ce03bf83fd894b58d0511e1decab9d2193e","_id":"latex.js@0.10.0","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-LVDw2aolLbFFSSd4Cij45BxK1MkvXj+dJJT/E0DTmYYcFj7Unzb13zUI2KFnFQbHBI45Dba8upCQ7vv2qMVu2Q==","shasum":"000a15898d9dbfca895859551be2fb41f45e6308","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.10.0.tgz","fileCount":78,"unpackedSize":7502273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEou5CRA9TVsSAnZWagAAE+4P/0yaDG8lox8PnZayjKhg\nFC6M+ISiZFVaojlhK/jXTWPX+OXrKUL+UgdZlr4PNVLTp+M2fTK5v2LOF5bP\ni+USm4XtY8ccqCrL5D669/x+sTaIKjBaCgmJMLNjxN72CLMaFDP3CcR8+6Ub\nIu07qyDXiEdC+yV6kjby6z2fkMCYBN7rw9/KvdCh4BdQupkvc4eaVp3u30aF\nR8uNjVkGFL5li86XwS+KaPZqMx86i+OBgkj3/szkprRYqySOlPv0LaVTqAhQ\n4BhPH6rjKHSmICgUzsw47RT9YrE5Sbns950P/YKMGqs8TjYlF3owzuqCcF8C\nFCcKSnW4OygF0dYuoaTozU8Yr0LEk/Vl90WWyP/LAlwX0RW7jtnd0kUMwiIJ\nAsZ7UGd9GqD7C5nfQ5UmZ1p6MVgkxqYVra095LX4DfPli2hEyYHgt6aQSFSP\ngsrj3/k0jZLfc++o33HKo+Rxerh/O2a5M6vQ2Q6TGE6AEv1DmmjhxqKe0bRW\nShHr6QuiNo4KKVHjpIdVwM6YARUEOQJF7AdTmJsMyepRJythQ2jnCFE7Ff6z\nx1zgF3mUIIGVbFAVBOeMW1epk3wzS51cX0vgrMZZVLeMdJ+rxENowtRiwhTB\nkJ5Ucg1OZ9aupnBlf3A15JYw5IXW4gFlRxCsor+CagXI9sE2I3fW9xcIlKGd\n8a6Y\r\n=m4ol\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCSspambo3FD+x+JH/609C/JXZNJg9W/3d05hdGYXr3AiAP+J7pS0Lw+5218XHiCgWA+bjiEeXQUd6egGXTjmGdtw=="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.10.0_1527942072267_0.4715759814133782"},"_hasShrinkwrap":false},"0.10.1":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.10.1","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"./bin/latex.js"},"main":"dist/index.js","browser":"dist/latex.min.js","files":["bin/latex.js","dist/index.js","dist/latex-parser.js","dist/macros.js","dist/symbols.js","dist/html-generator.js","dist/documentclasses/","dist/css/","dist/fonts/","dist/js/","dist/latex.min.js"],"scripts":{"clean":"rimraf dist bin;","build":"npm run devbuild;uglifyjs dist/index.js                   -cm -o dist/index.js;uglifyjs dist/plugin-pegjs.js            -cm -o dist/plugin-pegjs.js;uglifyjs dist/latex-parser.js            -cm -o dist/latex-parser.js;uglifyjs dist/macros.js                  -cm -o dist/macros.js;uglifyjs dist/symbols.js                 -cm -o dist/symbols.js;uglifyjs dist/html-generator.js          -cm -o dist/html-generator.js;uglifyjs dist/documentclasses/base.js    -cm -o dist/documentclasses/base.js;uglifyjs dist/documentclasses/article.js -cm -o dist/documentclasses/article.js;uglifyjs dist/documentclasses/book.js    -cm -o dist/documentclasses/book.js;uglifyjs dist/documentclasses/report.js  -cm -o dist/documentclasses/report.js;mkdirp bin;lsc -bc --no-header -o bin src/latex.js.ls;chmod a+x bin/latex.js;","devbuild":"mkdirp dist/documentclasses;mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a src/js/ dist/js/;lsc -c -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;babel -o dist/index.js src/index.js;","docs":"npm run devbuild && webpack && uglifyjs -cm -o docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.pack.js docs/js/playground.bundle.js;","test":"mocha test/tests.ls;","iron":"iron-node node_modules/.bin/_mocha test/tests.ls;","cover":"istanbul cover --dir test/coverage _mocha test/tests.ls;"},"babel":{"presets":[["@babel/preset-env",{"targets":{"node":"current","browsers":"> 0.5%, not dead"}}]],"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"he":"1.1.x","katex":"0.9.0","svg.js":"2.6.x","svgdom":"git+https://github.com/michael-brade/svgdom.git","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.16.x","stdin":"*","fs-extra":"7.x","js-beautify":"1.7.x"},"devDependencies":{"livescript":"git+https://github.com/gkz/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.4.x","webpack":"4.x","webpack-command":"0.x","webpack-closure-compiler":"2.x","babel-loader":"8.0.0-beta.3","copy-webpack-plugin":"4.5.x","@babel/cli":"7.0.0-beta.55","@babel/core":"7.0.0-beta.55","@babel/register":"7.0.0-beta.55","@babel/preset-env":"7.0.0-beta.55","@babel/plugin-syntax-object-rest-spread":"7.0.0-beta.55","mocha":"5.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"1.6.x","pixelmatch":"4.0.x","istanbul":">= 0.4.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"a5188a45bf5db99f781a0d610306fd0346a6768b","_id":"latex.js@0.10.1","_npmVersion":"6.1.0","_nodeVersion":"10.7.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-dDIFhMLOOimWndC1AV+1zZvQZ0VoumGE1ArrzzkbJKtksNsOaOZkq9LNFVDjKR+9BqtjVAGt2Ml4lyH0aeQpIQ==","shasum":"27f97f202b8b3bd2f23e3b6c5d1477d3f6176999","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.10.1.tgz","fileCount":81,"unpackedSize":8313942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbYk9fCRA9TVsSAnZWagAAd7AP/2NX+SgvQTbZXF6dkCf/\njy3FopjMV1NYW88k9gV1sdMKFUEqujWH3KqyS7ZI0w6ecBYoqrOysOoEc6Ky\nX4wPZuXO4i7FsX7tLWWUbw1AtbnpsfRQWhFr95KHxi7qdaDC8vJz8cU3O/Vb\nWJQ9Q1OX/3KwiRRj+LxX3wDsW9K89PySJjv85CzfMMSTkvdpTeAYnM+Te55x\nnb4xju+eU0aJ3EVc7v+646jcBnzvlE1rfACS2cnNWCvWfZAyjBvOBRmKnIJD\n4sFWDRWF2cHrvU3FWps3hSCGWGIM3qlToN3Tad7YexmntLFTt1R5EOJqSduM\nerK0MRl3X7TyNtQW0gVvHeShfnLmOuMcd37ANj6vBSNOgmFhXbJWyfgFgBOW\nrBTqKL9WPDE8jDrA7Bh3k3pmcfPlqX4nslmn6/ZwWKuOOMyx2ESpd5Ocl2Ku\n3EVRmXWxDcez1TWegBJWhZI9y33Bv0KpBOCPpD4Th/boCNudsk9MmvejBiU0\nPF9ZuTlcJ8j9bDU4ajckZjXyj8SJmRPz70QpPhiAgxNTERuNyacplF64Zhnp\neMbQuUdossLn/hYBQsD/CSemJIMpCdnn3eZAh/+kE9hdh1QCt5bJUubq7237\nzgFI6OwW6I7+S+pijwh6wmQO0+xEfzBXNEXgPYe2OZrt0i4t+9W1aYtpU0eQ\nP60G\r\n=Pho0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8u929XPFqKE1pAEstWlDIAseci4VYHz2HGwL4Zmj15AIgHKeru7pC3u1WV9pAR/lxICQU4BbWmTU5V3M84OZXIS4="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.10.1_1533169502406_0.4665267332597307"},"_hasShrinkwrap":false},"0.11.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.11.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"./bin/latex.js"},"main":"dist/index.js","browser":"dist/latex.min.js","scripts":{"clean":"rimraf dist bin test/coverage;","build":"npm run devbuild;cd dist;uglifyjs latex-parser.js            -cm --source-map 'includeSources,url=\"./latex-parser.js.map\"'                   -o latex-parser.js;uglifyjs index.js                   -cm --source-map 'content=inline,includeSources,url=\"./index.js.map\"'           -o index.js;uglifyjs macros.js                  -cm --source-map 'content=inline,includeSources,url=\"./macros.js.map\"'          -o macros.js;uglifyjs symbols.js                 -cm --source-map 'content=inline,includeSources,url=\"./symbols.js.map\"'         -o symbols.js;uglifyjs html-generator.js          -cm --source-map 'content=inline,includeSources,url=\"./html-generator.js.map\"'  -o html-generator.js;uglifyjs documentclasses/base.js    -cm --source-map 'content=inline,includeSources,url=\"./base.js.map\"'            -o documentclasses/base.js;uglifyjs documentclasses/article.js -cm --source-map 'content=inline,includeSources,url=\"./article.js.map\"'         -o documentclasses/article.js;uglifyjs documentclasses/book.js    -cm --source-map 'content=inline,includeSources,url=\"./book.js.map\"'            -o documentclasses/book.js;uglifyjs documentclasses/report.js  -cm --source-map 'content=inline,includeSources,url=\"./report.js.map\"'          -o documentclasses/report.js;cd ..;","devbuild":"mkdirp dist/documentclasses;mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a src/js/ dist/js/;cp src/latex.component.js dist/;lsc -c -m embedded -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -m embedded -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;babel -o dist/index.js -s inline src/index.js;mkdirp bin;lsc -bc --no-header -m embedded -o bin src/latex.js.ls;chmod a+x bin/latex.js;","docs":"npm run build && webpack","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.min.js docs/js/playground.bundle.js;","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc ./node_modules/.bin/mocha --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls;","cover":"nyc report --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage && codecov;"},"babel":{"presets":[["@babel/preset-env",{"targets":{"node":"current","browsers":"> 0.5%, not dead"}}]],"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"he":"1.1.x","katex":"0.9.0","svg.js":"2.6.x","svgdom":"git+https://github.com/michael-brade/svgdom.git","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.18.x","stdin":"*","fs-extra":"7.x","js-beautify":"1.8.x"},"devDependencies":{"livescript":"git+https://github.com/michael-brade/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.4.x","tmp":"0.x","webpack":"4.x","webpack-command":"0.x","webpack-closure-compiler":"2.x","babel-loader":"8.0.x","source-map-loader":"0.2.x","copy-webpack-plugin":"4.5.x","@babel/cli":"7.1.x","@babel/core":"7.1.x","@babel/register":"7.0.x","@babel/preset-env":"7.1.x","@babel/plugin-syntax-object-rest-spread":"7.0.x","mocha":"5.x","mocha-junit-reporter":"1.18.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"1.8.x","pixelmatch":"4.0.x","nyc":"13.x","codecov":"3.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"9482232d9ceba29c7149b9c208e8c66fd4445f78","_id":"latex.js@0.11.0","_npmVersion":"6.4.1","_nodeVersion":"10.10.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-00uMw04zJgeT8ecBLxAc9a50ZvGHxHwdgsB6GXclFpN0nQubBcwXZhdrtSk81cUcfV8m0MHv0Z8s4Eu74qS81A==","shasum":"e6977ca4f4601ac314fd93a696b6e492bd1f72e2","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.11.0.tgz","fileCount":91,"unpackedSize":10732704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbou5XCRA9TVsSAnZWagAA+F8P/irZeRXc+/hnbx1UXZPs\nTFVZCt9eQC59r1C9nXp41jg+7MmcNtnPAhROOxDmvDltz9i1r1lHOxpwbLND\nsdqFuKZgoJ2WkH5CQEB9kuV653s1Wo3hjn4VQXtmsJ9RFpPQFv/OysmHx+Qk\nxbrHdbqeUNgzBXlS7h67ZxtxqRSFcYKE1DTkL/RYpmbMjj4mkpXkBdOl2jAT\n7Jf/g9edxYIv+G0OxgrzfbAO75tqi8/b7Iv1XTAQkkTK7XUYVSOEYa8QpY68\niRdt+ZQC8QCIgKdxEPlMqxYl6gcFr4NsaqZtuftoJo3W67f6eeAfsVGEZdgO\nC7u7ZxW9iHb0fmh0zTiMI98ji2jOzpDc9EUr2jI4DcH8jgjsl6mnhp0bP20e\nui+1BsUvK+dHVCD0EuzX+08OUKcaXs7ygo57mHfrCe/0T2rUmKJ2Xte6zEv7\nIs+gY+VmFjm643jiyixIQZWYA2VJslrn5S6gbuwQsI3s2IwB1FJjp3Jvyr1V\nm6JU0p+PBcZUeHmNiLFBzYuk3BVmZeoP5B2Zcx/sxgjM1zMERvXFLaZquzIU\nlXUzqEv2HkLTsCmAcMkqvSOs294qYL/c08/W0BnVyLvtE02aKD5uLqY9WuZw\n9j0t0+CqnQZn6pMcd3SYou7kOu+r/5Vq5TgbEdN67AWzAD0jXTWy/80bziqM\nGYz8\r\n=iRyU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDod5deWetMldmSfRj0JZnjpM64gNtXfsXOLZG9WSBOuQIgLGIR6hWpXTrc2rS/IMYxrJ35J+5BhmJyk5DhBOoc03k="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.11.0_1537404502554_0.14124656252102064"},"_hasShrinkwrap":false},"0.11.1":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.11.1","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"./bin/latex.js"},"main":"dist/index.js","browser":"dist/latex.min.js","scripts":{"clean":"rimraf dist bin test/coverage;","build":"npm run devbuild;cd dist;uglifyjs latex-parser.js            -cm --source-map 'includeSources,url=\"./latex-parser.js.map\"'                   -o latex-parser.js;uglifyjs index.js                   -cm --source-map 'content=inline,includeSources,url=\"./index.js.map\"'           -o index.js;uglifyjs macros.js                  -cm --source-map 'content=inline,includeSources,url=\"./macros.js.map\"'          -o macros.js;uglifyjs symbols.js                 -cm --source-map 'content=inline,includeSources,url=\"./symbols.js.map\"'         -o symbols.js;uglifyjs html-generator.js          -cm --source-map 'content=inline,includeSources,url=\"./html-generator.js.map\"'  -o html-generator.js;uglifyjs documentclasses/base.js    -cm --source-map 'content=inline,includeSources,url=\"./base.js.map\"'            -o documentclasses/base.js;uglifyjs documentclasses/article.js -cm --source-map 'content=inline,includeSources,url=\"./article.js.map\"'         -o documentclasses/article.js;uglifyjs documentclasses/book.js    -cm --source-map 'content=inline,includeSources,url=\"./book.js.map\"'            -o documentclasses/book.js;uglifyjs documentclasses/report.js  -cm --source-map 'content=inline,includeSources,url=\"./report.js.map\"'          -o documentclasses/report.js;cd ..;","devbuild":"mkdirp dist/documentclasses;mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a src/js/ dist/js/;cp src/latex.component.js dist/;lsc -c -m embedded -o dist src/plugin-pegjs.ls src/symbols.ls src/macros.ls src/html-generator.ls;lsc -c -m embedded -o dist/documentclasses src/documentclasses/;pegjs -o dist/latex-parser.js --plugin ./dist/plugin-pegjs src/latex-parser.pegjs;babel -o dist/index.js -s inline src/index.js;mkdirp bin;lsc -bc --no-header -m embedded -o bin src/latex.js.ls;chmod a+x bin/latex.js;","docs":"npm run build && webpack","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.min.js docs/js/playground.bundle.js;","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc ./node_modules/.bin/mocha --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls;","cover":"nyc report --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage && codecov;"},"babel":{"presets":[["@babel/preset-env",{"targets":{"node":"current","browsers":"> 0.5%, not dead"}}]],"plugins":["@babel/syntax-object-rest-spread"]},"dependencies":{"he":"1.1.x","katex":"0.9.0","svg.js":"2.6.x","svgdom":"git+https://github.com/michael-brade/svgdom.git","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.18.x","stdin":"*","fs-extra":"7.x","js-beautify":"1.8.x"},"devDependencies":{"livescript":"git+https://github.com/michael-brade/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","uglify-js":"3.4.x","tmp":"0.x","webpack":"4.x","webpack-command":"0.x","webpack-closure-compiler":"2.x","babel-loader":"8.0.x","source-map-loader":"0.2.x","copy-webpack-plugin":"4.5.x","@babel/cli":"7.1.x","@babel/core":"7.1.x","@babel/register":"7.0.x","@babel/preset-env":"7.1.x","@babel/plugin-syntax-object-rest-spread":"7.0.x","mocha":"5.x","mocha-junit-reporter":"1.18.x","chai":"4.x","chai-as-promised":"7.x","puppeteer":"1.8.x","pixelmatch":"4.0.x","nyc":"13.x","codecov":"3.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://github.com/michael-brade/LaTeX.js#readme","engines":{"node":">= 8.0"},"gitHead":"59c5d69371296f904c87b5f8de45fc10530db39c","_id":"latex.js@0.11.1","_npmVersion":"6.4.1","_nodeVersion":"10.10.0","_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"dist":{"integrity":"sha512-Zf8afCmzSVG84LdFGzUfwEUz6xtTj3rtKpNRUhxLpFLnYXCQAnzOb7vldRNJrr8RVFwpfHRpXZQAQInVq3ft3Q==","shasum":"13e4d045ddb1045e29f3e6df1c4c36fdc4853230","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.11.1.tgz","fileCount":92,"unpackedSize":10734325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbovHbCRA9TVsSAnZWagAABn4P/iwIBoUlFVAGxsv9z0mG\nRs03/EZMOlQpZI8oHnKDRQZrkaVnnGT5gf9OONiQG518c1zx1syYf3Xqjbwv\nX3jid9nF611i5aPBCN+hih2uFQDageufNyox2Wg5wkIsing9WwPSuY5C4RKo\nxES5vTsGlocdFmYFBxSrBVJ+nlMCKa2oJOJuRqawn73Z9VJdowkSNZYgX6pZ\niuHf2ys8JnLNOAoaCLN6nIXF/E96J7T2JqcSTBxG2JOWokcVcfiBeNbaXOuB\n9TFBbZxqmPblCpc6vp7692NamQluxHQERS+cWdcvgkvoqn0Vwh9klXErj4eM\ntUybA+WXSVBMQZKL3iume3/jHljRL1xG+IvhwFFwnZAvFwwtUEr2bfrfamcr\nJNkqKr7ay3fFEhebe5Yy7b8rHKgYpN8oRF+bErDu7Qq7QmnQHNnwza5v7jeJ\n1kiT7JtTwkWPGYsF7rt1EMRKGa4OovO2WKOtvgZXxahOW/6CBskp16qjwRgy\n07fe1i/m/tr0UclNAQmTi03cby7yr93w+Vwzj1kowU1ydRNNECfyXynwmeZ2\nSx0D5pAgosNpWkMqrqmJsJqCdZ2p0nDvfeuYi2PvwW8olVbb/uQd5BIGyg/B\nD1BjZFYAiFEFMbWxhKObXle8Q7Fg4njPAl6omJqra/KwmeoOwhjpYkAE2Q2z\nVwGI\r\n=KzvU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHfQI1Pzv7RXHv+rJXPJNd2PVKGi2YwAqYknql5TwtkEAiEAgZvBFHMkQpAWaBKVuKHW8Mr+ivFR9sqO56AMr6vuvu8="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.11.1_1537405402414_0.9974354170021047"},"_hasShrinkwrap":false},"0.12.0":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.0","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"./bin/latex.js"},"main":"dist/latex.esm.js","browser":"dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage docs/js/playground.bundle.*;","build":"NODE_ENV=production npm run devbuild;","devbuild":"rimraf 'dist/**/*.js.map';mkdirp dist/documentclasses;mkdirp dist/packages;mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff dist/fonts/;rsync -a src/js/ dist/js/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c --environment GOAL:library-esm &rollup -c --environment GOAL:library-umd &rollup -c --environment GOAL:webcomponent-esm &rollup -c --environment GOAL:webcomponent-umd &rollup -c --environment GOAL:playground;wait;","pgcc":"google-closure-compiler --compilation_level SIMPLE --externs src/externs.js --js_output_file docs/js/playground.bundle.min.js docs/js/playground.bundle.js;","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc ./node_modules/.bin/mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls &&mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","cover":"nyc report --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage && codecov;"},"dependencies":{"he":"1.2.x","katex":"0.10.0","@svgdotjs/svg.js":"3.x","svgdom":"git+https://github.com/michael-brade/svgdom.git","hypher":"0.x","hyphenation.en-us":"*","hyphenation.de":"*","lodash":"4.x","commander":"2.20.x","stdin":"*","fs-extra":"8.x","js-beautify":"1.10.x"},"devDependencies":{"livescript":"git+https://github.com/michael-brade/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","tmp":"0.x","glob":"^7.1.4","rollup":"^1.15.5","rollup-plugin-extensions":"^0.1.0","rollup-plugin-pegjs":"^2.1.3","rollup-plugin-livescript":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-re":"^1.0.7","rollup-plugin-copy":"^3.0.0","mocha":"6.x","mocha-junit-reporter":"1.23.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.3.x","decache":"4.5.x","puppeteer":"1.17.x","puppeteer-firefox":"0.x","pixelmatch":"5.x","nyc":"14.x","codecov":"3.x","serve-handler":"6.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 8.0"},"gitHead":"af73f3109bb87021c86ea1764d5256112c76538e","_id":"latex.js@0.12.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-2RaEOgaAJxKgni2b+fODubXgBrD99MDbtCkI2D0F9OXxevrE5f9C5PnIZIXLaUM3M8nBb+QXsxtsJ5XtBtkvYQ==","shasum":"48fd1ce7fa60aa77fa470fe0c73f7d7a852962ad","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.0.tgz","fileCount":99,"unpackedSize":16668990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEH2FCRA9TVsSAnZWagAAlMcP/i1zQwTdqTVM6/xT6KQb\niqz/tYE6+4bxg6mS2jKg7g+RzZvJFSpe3ut43ABwmeAXXC9yiebvi43ErKJ3\nlBXtx0V+27u0lLUyV+K0B4uTzCcNZqhm7bKOCmHHYyNp2FrMkr1ww78dpnK+\n72cW9KyPc7V+TMYucUX4pHMve9xWqHheYuJDLjPuQUrbA/gMjDUCtVD7EQO/\nzM5gk8W+pB6UGpHQAi84zIaeZq/zIl6YqGU8WhcIclBszriouguQDEe6BBkG\n9z3qOjT0tWSy76dVEARzeI+xK6VtNZhIzL5iLccfAshSNMYW96trh4yrNhuM\nBurnm10+owppdtDnPOT2v3OIzsXjN6Fw72nNWe77GIjta2KUpz5VELgb60yN\nKC/oOfw2/rSRHLZ3luNQ6nVn8ftTxHfkXNsZfwvVf+HTqnah56YnKWQKqPr3\nHUZSoGPOAt4629zmgCnXrFMBQQq6SL0H/4imyMhLBBcT9rSR6tHeycJgBY9C\noNXSTtDIdWXgS47v0drY/jQLUoSsqmSNIw8Ytn3SmqZV14MK3vCLEhZiowbC\nlJJCJupeTcWdWtUsg8k3/75b4tcZif4RwjXCYn1BklRhvHOPrEPu4iZPiBIV\n4K6gLtfDdwyS46rIvLpRjRk/H04xwCUBkDrN5Mx0PJFU4hICO4ZrTiNZUdqu\nbv2F\r\n=WHrC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHpqZ5pBT5qjRPf3SJSS6TkA7S/42wbVCnQ6uthNwfBYAiEAp0bd1Gl5DprMl1vlBg70jnadBGlBRZ+IBYsIh8sBM6o="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.0_1561361796120_0.21807876765962853"},"_hasShrinkwrap":false},"0.12.1":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.1","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"./bin/latex.js"},"main":"dist/latex.esm.js","browser":"dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage docs/js/playground.bundle.*;","build":"NODE_ENV=production npm run devbuild;","devbuild":"rimraf 'dist/**/*.js.map';mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff dist/fonts/;rsync -a src/js/ dist/js/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c --environment GOAL:library-esm &rollup -c --environment GOAL:library-umd &rollup -c --environment GOAL:webcomponent-esm &rollup -c --environment GOAL:webcomponent-umd &rollup -c --environment GOAL:playground;wait;","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc --include='bin' --include='src' --include='dist' -e '.ls' ./node_modules/.bin/mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls&&mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","cover":"nyc report --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage && codecov;"},"dependencies":{"commander":"2.20.x","fs-extra":"8.x","js-beautify":"1.10.x","stdin":"*","hyphenation.en-us":"*","hyphenation.de":"*","svgdom":"git+https://github.com/michael-brade/svgdom.git"},"devDependencies":{"he":"1.2.x","katex":"0.10.0","@svgdotjs/svg.js":"3.x","hypher":"0.x","lodash":"4.x","livescript":"git+https://github.com/michael-brade/LiveScript.git","pegjs":"0.10.x","mkdirp":"0.5.x","rimraf":"2.6.x","tmp":"0.x","glob":"^7.1.4","rollup":"^1.15.5","rollup-plugin-extensions":"^0.1.0","rollup-plugin-pegjs":"^2.1.3","rollup-plugin-livescript":"^0.1.1","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-re":"^1.0.7","rollup-plugin-copy":"^3.0.0","mocha":"6.x","mocha-junit-reporter":"1.23.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.3.x","decache":"4.5.x","puppeteer":"1.19.x","puppeteer-firefox":"0.x","pixelmatch":"5.x","nyc":"14.x","codecov":"3.x","serve-handler":"6.x"},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 8.0"},"gitHead":"2c3f5af7b2a57804aca376ccf4b895e7f639483a","_id":"latex.js@0.12.1","_nodeVersion":"12.6.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-kAN5t+Xins7RjRt7mK3pU9/+G7dwgcbzN8nvdUTeb2qiYFyDVI8SGlKllmqlxHlhxNuOTU1uN2SlxbDr640GDA==","shasum":"6a5f603eda3f64d8a8acd46fa0ac4c8df865fd5c","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.1.tgz","fileCount":99,"unpackedSize":16653823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQ01VCRA9TVsSAnZWagAAyXcP/3alU7qJnDUfE3aJ+ISi\nCZUd5CohIkeXl2S7lNKVOQ//6fV7fEhhh2Yxy+7jzmd6WElXMb9B6EIKby/D\nEXasYi1AE6ofWO6PbTvx3v9djWzD4I1AOs3mh9CLJUmdNHoCmaOq37OQlw+y\nnD10H2FhwyAhW4DFSbQkRcb+78UQgFK0LSE5C2bJzT0orhg47wUZ/dGXiBM/\nXwzDuiZ+G1f6YnUZMqHZN7CCuelG+kIqjlbhe6LnxKc5sVppjmsPSXlovetO\ngGhqF8O/Q7P5k7fjHJR9GIIIyXpOYReUamhcFVZhuGQ91VZ3ZniH76oEPIOH\nhK9L/f68Cc/IPQqs5Aifk5FCN6aetSMiFUXf8DpbadgypsKsYinKIzqpdesb\nLlYz5LpgDyYD9ZUE/ESf6FasN1WnsB4sn1VwcYnU9memU6AoxE6YK42nCk1k\nT0JruD4/vqliGZPxnmCDlP0td2gdsYG2WXq0HXJFWpqikiXVjkMW++2LVkBC\nqpEufiJFcD0PuQwybun/Z0nVwrl1wKYIsxS3YVMA9UyjXycFRfzEXSQYaqN2\nE9ZrKHy1IjL1iZwiDiIL+OpqejXIdhTI+q1yYidcHpvKLFK/FAN35E3yX3J0\nY/8WUoVtrCUHYXnKaYo/uoBMYPrNxWHFPa24nhAEjcy7WIFdT4LXqX5I+eY5\nhpgb\r\n=rc9b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBzBQV5hRG0oBKbvkmOLEinZW4DOxPexRdObqYToUnz5AiBg8rlBgup4PDQcOGdex7o5FHKKFwL+rrDLDoSkcTNmXw=="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.1_1564691795983_0.3632716991448197"},"_hasShrinkwrap":false},"0.12.2":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.2","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"bin/latex.js"},"module":"dist/latex.mjs","main":"dist/latex.cjs","exports":{"import":"dist/latex.mjs","require":"dist/latex.js"},"browser":"dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage test/test-results.xml docs/.vuepress/public/js;","devbuild":"rimraf 'dist/**/*.js.map';mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;mkdirp dist/documentclasses;mkdirp dist/packages;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff dist/fonts/;rsync -a src/js/ dist/js/;cp -a src/latex.component.mjs dist/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c;","build":"NODE_ENV=production npm run devbuild;","devdocs":"npm run devbuild;vuepress dev docs --no-clear-screen;","docs":"npm run build;[ ! -d website ] && git worktree add website gh-pages;mv website/.git .website.git;vuepress build docs;mv .website.git website/.git;cd website;git add .;git commit -m 'regenerated website';","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc --include=bin --include=src --include=dist -e ls --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage             npx mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls&&npx mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","codecov":"codecov;"},"dependencies":{"commander":"5.x","fs-extra":"9.x","js-beautify":"1.11.x","stdin":"*","hyphenation.en-us":"*","hyphenation.de":"*","svgdom":"^0.1.8"},"devDependencies":{"he":"1.2.x","katex":"0.10.0","@svgdotjs/svg.js":"3.x","hypher":"0.x","lodash":"4.x","livescript":"git+https://github.com/michael-brade/LiveScript.git","livescript-transform-esm":"^3.1.0","livescript-transform-implicit-async":"^1.1.0","livescript-transform-object-create":"^1.1.0","pegjs":"0.10.x","mkdirp":"1.0.x","rimraf":"3.x","tmp":"0.x","glob":"^7.1.4","vuepress":"1.5.x","split-grid":"1.0.x","codemirror":"5.54.x","vue-codemirror":"4.0.x","raw-loader":"4.0.x","rollup":"2.x","@rollup/plugin-commonjs":"13.x","@rollup/plugin-node-resolve":"8.0.x","rollup-plugin-terser":"6.1.x","rollup-plugin-sourcemaps":"0.6.x","rollup-plugin-visualizer":"4.0.x","mocha":"7.x","mocha-junit-reporter":"1.23.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.4.x","decache":"4.6.x","puppeteer":"3.3.x","pixelmatch":"5.2.x","nyc":"15.x","codecov":"3.x","serve-handler":"6.x"},"mocha":{"require":"livescript","file":"test/lib/setup.ls","reporter":"spec","inlineDiffs":true,"timeout":10000,"ui":"bdd","checkLeaks":true,"globals":"firefox,chrome","sort":true},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 14.0"},"gitHead":"75bcd60945b38a8f624ef1857601584ef47df7f4","_id":"latex.js@0.12.2","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-cWRXLIvOQqK3Qmf5xey5gidI0Z+ZKJUXifXWZwsc1lqxHA+kSOtJzAb6jjp2je/BUErd7yoREA2Su8vrhS6bTg==","shasum":"169950470fd5ce35733148c23ab2673e0dbdf53a","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.2.tgz","fileCount":97,"unpackedSize":15904938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe26h/CRA9TVsSAnZWagAAElkP/2JnFKRPyj9OXVXcN3Qx\njYCA/EUmFb3z9B1EcMzFfWMGGQMt2boKyheot7sBuldvlidSBI2umgw0+A62\nt9oAsG/X4nr7gMxVvwB1lO/tDiL4mXCqwNe+4SmZo/HootOYxe3VMPGo8Ddk\nOQwmw3KIJpp1ZBZAD6KcraI+R50rlBnu4fC7rF9+1LTroytWx50ZFEpbV77A\nqRVv9BiC2R092E2Gcff0AW+MOdLg3ahpCJiFFs5LPdOO/CldNevHC/huUyN/\nbVI5lbM8LVTZ5bcdXBQ9bMGOQoeARP/eV4bU1jABGwRZxfrbVpyL/QCnpDve\nO4On/TThwHP8GmbuasBqyeQADAtHJpYPeWw+oYk3HWEbIjvtSY5VxqAU9y8U\n1ABGP5YGBrL1wMhDOhDczsY0zs4XxeeOuYTUHr1KRUMru6HBzYgZSnfNJuYC\nPPZQKmjWH+VJr40PkDzNIBPNQ088VOqi0aOOF/9snZwV20+wh9yGbve2U6ZM\ngpjKZtNCVwe3L/XSRo4qaLzowHbq9ZrR+RaXa+7XunZPXJ7XPLIid2JmoqHL\nCAGHrpbxBVk4+ehKBhPwMOfP8OJFZ+B8y9n7rNOzu4wIctHX/St3IlIbdCXw\nzJiHkX20Of/1iOQp0pWD+PRbS/Heunszu7m4L0sLp0epy7vQ7xC3yU4UOLWy\ndG5D\r\n=Lb6a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfwcCpUwtMoc7K/7EEM3BHdPzyHXY74C28F3qtTz/ZmAIhAMPkM3OW7i9a2YE4OKjG631ivC0djChBmWPM6rIt03c8"}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.2_1591453822821_0.772468653573434"},"_hasShrinkwrap":false},"0.12.3":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.3","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"bin/latex.js"},"module":"dist/latex.mjs","main":"dist/latex.js","exports":{"import":"dist/latex.mjs","require":"dist/latex.js"},"browser":"dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage test/test-results.xml docs/.vuepress/public/js;","devbuild":"rimraf 'dist/**/*.js.map';mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;mkdirp dist/documentclasses;mkdirp dist/packages;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff dist/fonts/;rsync -a src/js/ dist/js/;cp -a src/latex.component.mjs dist/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c;","build":"NODE_ENV=production npm run devbuild;","devdocs":"npm run devbuild;vuepress dev docs --no-clear-screen;","docs":"npm run build;[ ! -d website ] && git worktree add website gh-pages;mv website/.git .website.git;vuepress build docs;mv .website.git website/.git;cd website;git add .;git commit -m 'regenerated website';","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc --include=bin --include=src --include=dist -e ls --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage             npx mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls&&npx mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","codecov":"codecov;"},"dependencies":{"commander":"5.x","fs-extra":"9.x","js-beautify":"1.11.x","stdin":"*","hyphenation.en-us":"*","hyphenation.de":"*","svgdom":"^0.1.8"},"devDependencies":{"he":"1.2.x","katex":"0.10.0","@svgdotjs/svg.js":"3.x","hypher":"0.x","lodash":"4.x","livescript":"git+https://github.com/michael-brade/LiveScript.git","livescript-transform-esm":"^3.1.0","livescript-transform-implicit-async":"^1.1.0","livescript-transform-object-create":"^1.1.0","pegjs":"0.10.x","mkdirp":"1.0.x","rimraf":"3.x","tmp":"0.x","glob":"^7.1.4","vuepress":"1.5.x","split-grid":"1.0.x","codemirror":"5.54.x","vue-codemirror":"4.0.x","raw-loader":"4.0.x","rollup":"2.x","@rollup/plugin-commonjs":"13.x","@rollup/plugin-node-resolve":"8.0.x","rollup-plugin-terser":"6.1.x","rollup-plugin-sourcemaps":"0.6.x","rollup-plugin-visualizer":"4.0.x","mocha":"7.x","mocha-junit-reporter":"1.23.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.4.x","decache":"4.6.x","puppeteer":"3.3.x","pixelmatch":"5.2.x","nyc":"15.x","codecov":"3.x","serve-handler":"6.x"},"mocha":{"require":"livescript","file":"test/lib/setup.ls","reporter":"spec","inlineDiffs":true,"timeout":10000,"ui":"bdd","checkLeaks":true,"globals":"firefox,chrome","sort":true},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 14.0"},"gitHead":"4f15a8e8f0f59dd9771265a7473d7d6d9cf13339","_id":"latex.js@0.12.3","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-tUe86imafjPSRsAcmAAKtBKuOYDY4SAWoUY5eTs6s4d1puIe1Fjx9x4mbroigaP/poy6QTIg/68tJUu37KhmRQ==","shasum":"5c721f13b05c90f02cae87afa35a80ee45ee5683","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.3.tgz","fileCount":97,"unpackedSize":15904937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe27GQCRA9TVsSAnZWagAA+aMQAIR4wtJqXKchNKjNgwFT\n3zBpiSuWKn4cYHcO5xh5nbNfPURJ8MyKuYlNCAm02LUFPzRQWR4s85+7wYEW\nQmfY7JubZ48GJlZfkxt1sV8JCZd8O2L4oaGgHOk0OIeCS15JDMmO7QCTnEpf\nRpiNTSyFwMd8cyChuVG10uGDRItXFy/KKC/YlFaHnKPtAFIpAQyc3Ap3neqw\nqRyYA1buW0Hq34XDtZc1gjJUuBZnA3qITgvG1P9Yb09oAc29Npw8ZTmOabv4\nUKyElL91BQDJUEkVBwcc0Uuk9yk6j80C6TE4yP9TiTD0oeR17LU1y2WcmjhG\nToWign02FUiMAxreQ0A70WfaEgQ20Tkd1PwAnBba04WGp1SpiBl8zPNW7cPI\nHtWDEh4B0EIbqrZwSW91g3XrcnSdC6cHbK1gbR2+scWZ/ICmSnXzdLg/LmD7\nxSrF5+V9OhHJ379ZnS4zuDOlHvHvhbKoRpP2Z4GftZbMP12vEd5pnYiyxBLN\nXo94kfpFysA2sVYwehGnUy/N3FYqx9kzCzBE5tAysaRofjoDMG6MZt/vIrQE\naLHefWAAdox+uVQoaT9L5nHbDhxYIrBk5stUSgYG5HoZ/wB6QxgO5hY9wFDs\nGN6FHJ2kvtoNU1PWCmlKALhbr8+0MnS+v1kUi+y7vamYGpihpnDw4IJ0lBUy\n9Qlh\r\n=FA3Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFWnhkNFrTSBbsXlqFRnhqJRawHw2bVRZco1hhPJ13LlAiEAmZymVBcBpu8h7NNd3XjSL5JtPogWOsYL9rWjlcG4VkI="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.3_1591456144059_0.9549510421759899"},"_hasShrinkwrap":false},"0.12.4":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.4","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"bin/latex.js"},"module":"./dist/latex.mjs","main":"./dist/latex.js","exports":{"import":"./dist/latex.mjs","require":"./dist/latex.js"},"browser":"./dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage test/test-results.xml docs/.vuepress/public/js;","devbuild":"rimraf 'dist/**/*.map';mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;mkdirp dist/documentclasses;mkdirp dist/packages;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff dist/fonts/;rsync -a src/js/ dist/js/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c;","build":"NODE_ENV=production npm run devbuild;","devdocs":"npm run devbuild;vuepress dev docs --no-clear-screen;","docs":"npm run build;[ ! -d website ] && git worktree add website gh-pages;mv website/.git .website.git;vuepress build docs;mv .website.git website/.git;cd website;git add .;git commit -m 'regenerated website';","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc --include=bin --include=src --include=dist -e ls --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage             npx mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls&&npx mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","codecov":"codecov;"},"dependencies":{"commander":"5.x","fs-extra":"9.x","js-beautify":"1.11.x","stdin":"*","hyphenation.en-us":"*","hyphenation.de":"*","svgdom":"^0.1.8"},"devDependencies":{"he":"1.2.x","katex":"0.10.0","@svgdotjs/svg.js":"3.x","hypher":"0.x","lodash":"4.x","livescript":"git+https://github.com/michael-brade/LiveScript.git","livescript-transform-esm":"^3.1.0","livescript-transform-implicit-async":"^1.1.0","livescript-transform-object-create":"^1.1.0","pegjs":"0.10.x","mkdirp":"1.0.x","rimraf":"3.x","tmp":"0.x","glob":"^7.1.4","vuepress":"1.5.x","split-grid":"1.0.x","codemirror":"5.54.x","vue-codemirror":"4.0.x","raw-loader":"4.0.x","rollup":"2.x","@rollup/plugin-commonjs":"13.x","@rollup/plugin-node-resolve":"8.0.x","rollup-plugin-terser":"6.1.x","rollup-plugin-visualizer":"4.0.x","mocha":"7.x","mocha-junit-reporter":"1.23.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.4.x","decache":"4.6.x","puppeteer":"3.3.x","pixelmatch":"5.2.x","nyc":"15.x","codecov":"3.x","serve-handler":"6.x"},"mocha":{"require":"livescript","file":"test/lib/setup.ls","reporter":"spec","inlineDiffs":true,"timeout":10000,"ui":"bdd","checkLeaks":true,"globals":"firefox,chrome","sort":true},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 14.0"},"gitHead":"5d5db323cca2284c1ca2bcb1b66dcd74061c00d4","_id":"latex.js@0.12.4","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-Gf5YM0MLhWLk1V3wEVYpKvjQd7k0uKnh5TxhKmbqvy1hEMzGWSgkg2xH3qfssyc3WnKo7XPeG+OKbIHHyW+mIQ==","shasum":"8e420b7dc32925212bcba534b5dbb6297c95f06c","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.4.tgz","fileCount":94,"unpackedSize":13204871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3XEZCRA9TVsSAnZWagAAv4EP/2b1Drmk1EdA3xfZoH8j\nZyrihI48pjV1U4sxkytsZpsfo+Z/b98Pr52IOGoCAcfUFG7nqVi0Q3N/09b2\nbCYeJ25S51Ulihfv34DekylHBm0ZQD6VSA9p8fnHgHGQGsaFgWJAh820LSGe\n85mzS7COd1hltaV6IaXrnPDthSK8e4M7wQOpAreRhHMuKljbelG/kFNhweej\nA5gxSDPvTuS55yJuy8dvUuWpj167itlJBBYpahW580MgojxlDPHAkRqWoJcW\nElR5DJVNe2XQFjvZ2ivzA6cCv/KfPU25GFIt6EM1I71lQrvVFMZhS+czEaUS\nrWqfgR9EmxuiA6gRHW/H4Sw+AbzKM2HjOCEkTQnkvRAfInrN9fffdMbNLqXC\nL976o49zyb+u8NYwPANESthcJ+mCt4+5xQmitoXT7EsOgqAelkILs1c8Tutp\nyDo7WNSZmE/ON9LZgNgG1+3PxD8X5OiI4o6uj8qVHDfu5h+tWcpsZFpCrS+F\nPm8iYwKHH2CZB1NmOfcPMfjiB9s7qAy8d8wWW5jO9FtCHtLus1a71tnQ5n3o\nXa58Le3CUdAn5MEbhMQQJYbUCh+4+If2uL7NmjWGTFfTNUbif5t17wf6w/M2\ne4jrOeb+h1+XU1HO3ip4BjORJ1MvifoPyExUFkolWjqhtLyq+853Z2yaBG77\nal4b\r\n=Myfg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1nSd6NtMQoT10WQD99ISh9SQwRxZoagKxuq0BlSYCoAiEAzzNxiWdNDzV+oV66g49bU2yZ7NapQea7ezlRR+gDd08="}]},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.4_1591570712716_0.0388302982514519"},"_hasShrinkwrap":false},"0.12.5":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.5","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"bin/latex.js"},"module":"./dist/latex.mjs","main":"./dist/latex.js","exports":{"import":"./dist/latex.mjs","require":"./dist/latex.js"},"browser":"./dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage test/test-results.xml docs/.vuepress/public/js;","devbuild":"rimraf 'dist/**/*.map';mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;mkdirp dist/documentclasses;mkdirp dist/packages;touch dist/documentclasses/.keep;touch dist/packages/.keep;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff2 dist/fonts/;rsync -a src/js/ dist/js/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c;","build":"NODE_ENV=production npm run devbuild;","devdocs":"npm run devbuild;vuepress dev docs --no-clear-screen --debug;","docs":"npm run build;[ ! -d website ] && git worktree add website gh-pages;mv website/.git .website.git;vuepress build docs;mv .website.git website/.git;cd website;git add .;git commit -m 'regenerated website';","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc --include=bin --include=src --include=dist -e ls --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage             npx mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls&&npx mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","codecov":"codecov;"},"dependencies":{"commander":"8.x","fs-extra":"10.x","js-beautify":"1.14.x","stdin":"*","hyphenation.en-us":"*","hyphenation.de":"*","svgdom":"^0.1.8"},"devDependencies":{"he":"1.2.x","katex":"0.13.13","@svgdotjs/svg.js":"3.x","hypher":"0.x","lodash":"4.x","livescript":"git+https://github.com/michael-brade/LiveScript.git","livescript-transform-esm":"^3.1.0","livescript-transform-implicit-async":"^1.1.0","livescript-transform-object-create":"^1.1.0","pegjs":"0.10.x","mkdirp":"1.0.x","rimraf":"3.x","tmp":"0.x","glob":"8.0.x","vuepress":"2.0.0-beta.61","@vuepress/plugin-register-components":"next","rollup-plugin-string":"3.0.x","split-grid":"1.0.x","@codemirror/autocomplete":"6.x","@codemirror/commands":"6.x","@codemirror/language":"6.x","@codemirror/legacy-modes":"6.x","@codemirror/lint":"6.x","@codemirror/search":"6.x","@codemirror/state":"6.x","@codemirror/view":"6.x","vue-codemirror":"6.1.x","stylus":"0.59.x","rollup":"3.20.x","@rollup/plugin-commonjs":"24.1.x","@rollup/plugin-node-resolve":"15.0.x","@rollup/plugin-terser":"0.4.x","rollup-plugin-visualizer":"5.8.x","mocha":"10.1.x","mocha-junit-reporter":"2.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.6.x","decache":"4.6.x","puppeteer":"19.1.x","pixelmatch":"5.3.x","nyc":"15.x","codecov":"3.x","serve-handler":"6.x"},"mocha":{"require":"livescript","file":"test/lib/setup.ls","reporter":"spec","inlineDiffs":true,"timeout":10000,"ui":"bdd","checkLeaks":true,"globals":"firefox,chrome","sort":true},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 14.0"},"gitHead":"7a7c7fbb8cccae013ae56a0b636ed3aedf320c7f","_id":"latex.js@0.12.5","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-njBeUwjXtZA2WUYGF896pkoAXDBSp7PJMmlWoQdPCZGS4FoK1+bdfWyHqcPrk9KRN8wN9JuSD/Z0oDZxOHCnLQ==","shasum":"e559243e6cfd2632e2d31924842628b8ce49f7de","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.5.tgz","fileCount":114,"unpackedSize":11149132,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCD/Hq9SrSZ9tBIbJdb7kW7s8PQmTNxYDolNe4apbZM3wIgFa9BC0ZyL+G3R3tGsUvMU87Z+Go4LjNcdovTHk/Kpqo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRW6oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvJw/9Fx9AYdn45YR43rVqkqOCg/0+Jrzd1IQrh4sHi/IpTP5VEmtl\r\nYKZltUDkh5Q0XOZVzrpPEKH/Px9WbAdwQTlCfJYDtbsGmeXlTcBRJAKNZs/a\r\nXze3qYmU23crA0I1Fcqr0YG0aEM3u4FR/MTS90D30CQRvTBQtBEyovYc3rSE\r\nOtxAaswNPCvWhcjyGi3dwSk3k9otm47BhETXivfy2UYr3WH3Ur159gb/d0t3\r\nhkw/GdC1VCPBYGFKbLhXWiCRyO6uCZujjuuP1kBTeEU1c40vC1XaSrhJrLZB\r\nRj3mPZ7bTKXpCYjT4+ZHCC4byRkwHE/FhzDtx+lLSbzxjXA2NZjARqbPbrnC\r\nupVC4pHns4xsBnJYLlN3ptvyZ98CBU/QX7I+O6exB/SM1vF+6fwdPDv+mdO6\r\ntIPThpoJ27e46MX7qBg+x2t2LbON0erVzodN5WB7g7etQwCGNZn8lsCL1xG9\r\nUpyMFdzV2GN3LGRySlg+3Gy+gx9VAXIenpu6J3jG5HX+SBSSCWVacRG1E3F7\r\n4dytpwZ8vgNSIG5fTxtp/1a5Ml2BGbbIBaWtxAz71zGHdoFOAsH0MxVwpPgK\r\n2fcjerbfEC1NjwIdOq5DEzPv9YzrEVIbIh5dvh8WbS0lST98nn5Ms8DkgRxC\r\nDpmALEq7Yv9VmiS3cObJsod2k6oJu8P4yIs=\r\n=lvnt\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.5_1682271912445_0.09977884411078164"},"_hasShrinkwrap":false},"0.12.6":{"name":"latex.js","description":"JavaScript LaTeX to HTML5 translator","version":"0.12.6","author":{"name":"Michael Brade","email":"brade@kde.org"},"keywords":["pegjs","latex","parser","html5"],"bin":{"latex.js":"bin/latex.js"},"module":"./dist/latex.mjs","main":"./dist/latex.js","exports":{"import":"./dist/latex.mjs","require":"./dist/latex.js"},"browser":"./dist/latex.js","scripts":{"clean":"rimraf dist bin test/coverage test/test-results.xml docs/.vuepress/public/js;","devbuild":"rimraf 'dist/**/*.map';mkdirp dist/css;mkdirp dist/js;mkdirp dist/fonts;mkdirp dist/documentclasses;mkdirp dist/packages;touch dist/documentclasses/.keep;touch dist/packages/.keep;rsync -a src/css/ dist/css/;rsync -a src/fonts/ dist/fonts/;rsync -a node_modules/katex/dist/fonts/*.woff2 dist/fonts/;rsync -a src/js/ dist/js/;mkdirp bin;lsc -bc --no-header -m embedded -p src/cli.ls > bin/latex.js;chmod a+x bin/latex.js;rollup -c;","build":"NODE_ENV=production npm run devbuild;","devdocs":"npm run devbuild;vuepress dev docs --no-clear-screen --debug;","docs":"npm run build;[ ! -d website ] && git worktree add website gh-pages;mv website/.git .website.git;vuepress build docs;mv .website.git website/.git;cd website;git add .;git commit -m 'regenerated website';","test":"mocha test/*.ls;","iron":"iron-node node_modules/.bin/_mocha test/*.ls;","testc":"nyc --include=bin --include=src --include=dist -e ls --reporter=html --reporter=text --reporter=lcovonly --report-dir=test/coverage             npx mocha -i -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/test-results.xml test/*.ls&&npx mocha -g screenshot --reporter mocha-junit-reporter --reporter-options mochaFile=./test/screenshots/test-results.xml test/*.ls;","codecov":"codecov;"},"dependencies":{"commander":"8.x","fs-extra":"10.x","js-beautify":"1.14.x","stdin":"*","hyphenation.en-us":"*","hyphenation.de":"*","svgdom":"^0.1.8"},"devDependencies":{"he":"1.2.x","katex":"0.13.13","@svgdotjs/svg.js":"3.x","hypher":"0.x","lodash":"4.x","livescript":"git+https://github.com/michael-brade/LiveScript.git","livescript-transform-esm":"^3.1.0","livescript-transform-implicit-async":"^1.1.0","livescript-transform-object-create":"^1.1.0","pegjs":"0.10.x","mkdirp":"1.0.x","rimraf":"3.x","tmp":"0.x","glob":"8.0.x","vuepress":"2.0.0-beta.61","@vuepress/plugin-register-components":"next","rollup-plugin-string":"3.0.x","split-grid":"1.0.x","@codemirror/autocomplete":"6.x","@codemirror/commands":"6.x","@codemirror/language":"6.x","@codemirror/legacy-modes":"6.x","@codemirror/lint":"6.x","@codemirror/search":"6.x","@codemirror/state":"6.x","@codemirror/view":"6.x","vue-codemirror":"6.1.x","stylus":"0.59.x","rollup":"3.20.x","@rollup/plugin-commonjs":"24.1.x","@rollup/plugin-node-resolve":"15.0.x","@rollup/plugin-terser":"0.4.x","rollup-plugin-visualizer":"5.8.x","mocha":"10.1.x","mocha-junit-reporter":"2.x","chai":"4.x","chai-as-promised":"7.x","slugify":"1.6.x","decache":"4.6.x","puppeteer":"19.1.x","pixelmatch":"5.3.x","nyc":"15.x","codecov":"3.x","serve-handler":"6.x"},"mocha":{"require":"livescript","file":"test/lib/setup.ls","reporter":"spec","inlineDiffs":true,"timeout":10000,"ui":"bdd","checkLeaks":true,"globals":"firefox,chrome","sort":true},"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"license":"MIT","bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"homepage":"https://latex.js.org","engines":{"node":">= 14.0"},"gitHead":"122af227c53724ecc666ffd2e4b722b1c3b7df16","_id":"latex.js@0.12.6","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-spMTeSq9cP4vidMQuPgoYGKmsQTMElZhDtNF3NyLIRc03XkuuPvMA0tzb0ShS/otaIJrB7DIHDk0GL3knCisEw==","shasum":"fe9262f91f449638eaaf6dd88b4b6f31fd6a9b3e","tarball":"https://registry.npmjs.org/latex.js/-/latex.js-0.12.6.tgz","fileCount":116,"unpackedSize":13983585,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHUWvg4MNdARyATzb26W3AYb7dRtsG6NDutYsmfZoUndAiEAlF3oMd2IaRfKZnQRj4OZ3SEX9USory0LWqZ9q3gprm8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRW+xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqdjw//bhLzN5JSYvSzxKhBlI2JLy39+lNQCd6f8E0DSO5hlyBReUI6\r\nAHy1yMeFq6A/erPSB+Xwx5FfmfALPi526cxuUZdYYJTZl4oaw+bg4lAgvOzk\r\nJVAb+KrAOdfGcvWFzFDnbPi/roLGtABC9Gm5mCLSZfX+cAS47BA9OMrclTxA\r\nMl9oDoaxce+6UkwoKgY1Qi4KaGI47z8Octqiclwgi++iQBac3tDQ2kOEe0ip\r\n3EmRo481ZgR6bJkAKzupOPKsXMKXuGI/UZw9h00ugNB5BlQ7NEPrl3IyIwHO\r\nYDJXJBybUfOCC8Qd9GpAVAIkZ0WF69TNR2aBiRxTCuwcjKW44c26XDhVOIaa\r\nLwouWz/0JcYnQ2UlLFXPD3qTgfYrtcNJbJh034XE030LhirEEdbsKzzglw4C\r\nllNvq86jqpsBYVOMGCHLg83ypJuzW1dkuHyhGgN0mp0oyRT+E8JH/YbTmQcN\r\nUTOyKsHZzM4kOnfy+MIHFx8L11PcBhAfXmAydnrZPckxdINlHBgnxyzTFhbn\r\nuyvBpABo+q9/yUO+QvvzR3ygINV/g3h34AF6PvV+Jb/ZVy4GXEZNXYWicSEC\r\n33T3OWtYD35awiPci/mzkJbf/DIE36/dyC3EVdvKOA3X+4FuVUtLxfKQQWfe\r\nFbVGtzs5QLl1d8F+Ox3XVMCDALs/Q+VoJik=\r\n=gLBB\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"michael-brade","email":"brade@kde.org"},"directories":{},"maintainers":[{"name":"michael-brade","email":"brade@kde.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/latex.js_0.12.6_1682272177303_0.745517734367453"},"_hasShrinkwrap":false}},"homepage":"https://latex.js.org","keywords":["pegjs","latex","parser","html5"],"repository":{"type":"git","url":"git+https://github.com/michael-brade/LaTeX.js.git"},"author":{"name":"Michael Brade","email":"brade@kde.org"},"bugs":{"url":"https://github.com/michael-brade/LaTeX.js/issues"},"license":"MIT","readmeFilename":"README.md"}