.yarn-metadata.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "manifest": {
  3. "name": "@jupyterlab/mathjax2",
  4. "version": "3.2.8",
  5. "description": "A MathJax 2 Typesetting provider for JupyterLab",
  6. "homepage": "https://github.com/jupyterlab/jupyterlab",
  7. "bugs": {
  8. "url": "https://github.com/jupyterlab/jupyterlab/issues"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/jupyterlab/jupyterlab.git"
  13. },
  14. "license": "BSD-3-Clause",
  15. "author": {
  16. "name": "Project Jupyter"
  17. },
  18. "sideEffects": [
  19. "style/**/*"
  20. ],
  21. "main": "lib/index.js",
  22. "types": "lib/index.d.ts",
  23. "style": "style/index.css",
  24. "files": [
  25. "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
  26. "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
  27. "style/index.js"
  28. ],
  29. "scripts": {
  30. "build": "tsc -b",
  31. "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
  32. "docs": "typedoc src",
  33. "watch": "tsc -b --watch"
  34. },
  35. "dependencies": {
  36. "@jupyterlab/rendermime-interfaces": "^3.2.8",
  37. "@lumino/coreutils": "^1.5.3"
  38. },
  39. "devDependencies": {
  40. "rimraf": "~3.0.0",
  41. "typedoc": "~0.21.2",
  42. "typescript": "~4.1.3"
  43. },
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "styleModule": "style/index.js",
  48. "_registry": "npm",
  49. "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-mathjax2-3.2.8-ea6d06c06a7a97a18deb0e730731d8a4087d85b4-integrity/node_modules/@jupyterlab/mathjax2/package.json"
  50. },
  51. "artifacts": [],
  52. "remote": {
  53. "resolved": "https://registry.yarnpkg.com/@jupyterlab%2fmathjax2/-/mathjax2-3.2.8.tgz#ea6d06c06a7a97a18deb0e730731d8a4087d85b4",
  54. "type": "tarball",
  55. "reference": "https://registry.yarnpkg.com/@jupyterlab%2fmathjax2/-/mathjax2-3.2.8.tgz",
  56. "hash": "ea6d06c06a7a97a18deb0e730731d8a4087d85b4",
  57. "integrity": "sha512-DAc+k55h7hIKB45HAw51erVQjV9fabNsX8NzW8ZDqlMIRfXS//dJg1/lOVUjw+YpZrVQFkOmrOBEqX2yPMATsg==",
  58. "registry": "npm",
  59. "packageName": "@jupyterlab/mathjax2",
  60. "cacheIntegrity": "sha512-DAc+k55h7hIKB45HAw51erVQjV9fabNsX8NzW8ZDqlMIRfXS//dJg1/lOVUjw+YpZrVQFkOmrOBEqX2yPMATsg== sha1-6m0GwGp6l6GN6w5zBzHYpAh9hbQ="
  61. },
  62. "registry": "npm",
  63. "hash": "ea6d06c06a7a97a18deb0e730731d8a4087d85b4"
  64. }