package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "mathjax",
  3. "_id": "mathjax@2.7.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OzsJNitEHAJB3y4IIlPCAvS0yoXwYjlo2Y4kmm9KQzyIBZt2d8yKRalby3uTRNN4fZQiGL2iMXjpdP1u2Rq2DQ==",
  6. "_location": "/mathjax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mathjax",
  12. "name": "mathjax",
  13. "escapedName": "mathjax",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mathjax/-/mathjax-2.7.5.tgz",
  23. "_shasum": "c9c5947f86f9be31651f5f3667d3c9a8bb01efe4",
  24. "_spec": "mathjax",
  25. "_where": "D:\\Users\\HZH\\Vue\\examNew",
  26. "bugs": {
  27. "url": "http://github.com/mathjax/MathJax/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "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.",
  32. "homepage": "https://github.com/mathjax/MathJax#readme",
  33. "keywords": [
  34. "math",
  35. "svg",
  36. "mathml",
  37. "tex",
  38. "latex",
  39. "asciimath",
  40. "browser",
  41. "browser-only"
  42. ],
  43. "license": "Apache-2.0",
  44. "main": "./unpacked/MathJax.js",
  45. "maintainers": [
  46. {
  47. "name": "MathJax Consortium",
  48. "email": "info@mathjax.org",
  49. "url": "http://www.mathjax.org"
  50. }
  51. ],
  52. "name": "mathjax",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/mathjax/MathJax.git"
  56. },
  57. "scripts": {
  58. "test": "echo 'No tests here!'"
  59. },
  60. "version": "2.7.5"
  61. }