Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

.yarn-metadata.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "manifest": {
  3. "name": "@jupyterlab/rendermime-interfaces",
  4. "version": "3.2.8",
  5. "description": "JupyterLab - Interfaces for Mime Renderers",
  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": false,
  19. "main": "lib/index.js",
  20. "types": "lib/index.d.ts",
  21. "files": [
  22. "lib/*.d.ts",
  23. "lib/*.js.map",
  24. "lib/*.js"
  25. ],
  26. "scripts": {
  27. "build": "tsc -b",
  28. "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
  29. "docs": "typedoc src",
  30. "watch": "tsc -b --watch"
  31. },
  32. "dependencies": {
  33. "@jupyterlab/translation": "^3.2.8",
  34. "@lumino/coreutils": "^1.5.3",
  35. "@lumino/widgets": "^1.19.0"
  36. },
  37. "devDependencies": {
  38. "rimraf": "~3.0.0",
  39. "typedoc": "~0.21.2",
  40. "typescript": "~4.1.3"
  41. },
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "_registry": "npm",
  46. "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-rendermime-interfaces-3.2.8-565d9598d2d40bf2f45da0fee29740d57439ef71-integrity/node_modules/@jupyterlab/rendermime-interfaces/package.json",
  47. "readmeFilename": "README.md",
  48. "readme": "# @jupyterlab/rendermime-interfaces\n\nA package for JupyterLab which provides interfaces for implementing mime renderer extensions.\n\nA general JupyterLab plugin involves a certain amount of boilerplate code\nthat can be annoying for authors of relatively extensions.\nThe interfaces in this package are meant to give an easier way for extension authors\nto provide a plugin that renders mime bundles and documents of a specific mime type.\n\nWhen using these interfaces, extensions only need to provide some metadata about\nwhat kind of mime bundle they are able to render, and a `Widget` with\na `renderModel` method that renders the mime bundle.\n\nExamples can be found in [@jupyterlab/vega5-extension](../vega5-extension) and [@jupyterlab/pdf-extension](../pdf-extension).\n"
  49. },
  50. "artifacts": [],
  51. "remote": {
  52. "resolved": "https://registry.yarnpkg.com/@jupyterlab%2frendermime-interfaces/-/rendermime-interfaces-3.2.8.tgz#565d9598d2d40bf2f45da0fee29740d57439ef71",
  53. "type": "tarball",
  54. "reference": "https://registry.yarnpkg.com/@jupyterlab%2frendermime-interfaces/-/rendermime-interfaces-3.2.8.tgz",
  55. "hash": "565d9598d2d40bf2f45da0fee29740d57439ef71",
  56. "integrity": "sha512-Q+/tRtpjiu+GWn+ozteSffv+MksxC04c/bviGIVxS7wYotHp7bdpicVnE6UjSh1OhY6UDSl14lh01TOT2NKT4g==",
  57. "registry": "npm",
  58. "packageName": "@jupyterlab/rendermime-interfaces",
  59. "cacheIntegrity": "sha512-Q+/tRtpjiu+GWn+ozteSffv+MksxC04c/bviGIVxS7wYotHp7bdpicVnE6UjSh1OhY6UDSl14lh01TOT2NKT4g== sha1-Vl2VmNLUC/L0XaD+4pdA1XQ573E="
  60. },
  61. "registry": "npm",
  62. "hash": "565d9598d2d40bf2f45da0fee29740d57439ef71"
  63. }