123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "manifest": {
- "name": "@jupyterlab/rendermime-interfaces",
- "version": "3.2.8",
- "description": "JupyterLab - Interfaces for Mime Renderers",
- "homepage": "https://github.com/jupyterlab/jupyterlab",
- "bugs": {
- "url": "https://github.com/jupyterlab/jupyterlab/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jupyterlab/jupyterlab.git"
- },
- "license": "BSD-3-Clause",
- "author": {
- "name": "Project Jupyter"
- },
- "sideEffects": false,
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib/*.d.ts",
- "lib/*.js.map",
- "lib/*.js"
- ],
- "scripts": {
- "build": "tsc -b",
- "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
- "docs": "typedoc src",
- "watch": "tsc -b --watch"
- },
- "dependencies": {
- "@jupyterlab/translation": "^3.2.8",
- "@lumino/coreutils": "^1.5.3",
- "@lumino/widgets": "^1.19.0"
- },
- "devDependencies": {
- "rimraf": "~3.0.0",
- "typedoc": "~0.21.2",
- "typescript": "~4.1.3"
- },
- "publishConfig": {
- "access": "public"
- },
- "_registry": "npm",
- "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-rendermime-interfaces-3.2.8-565d9598d2d40bf2f45da0fee29740d57439ef71-integrity/node_modules/@jupyterlab/rendermime-interfaces/package.json",
- "readmeFilename": "README.md",
- "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"
- },
- "artifacts": [],
- "remote": {
- "resolved": "https://registry.yarnpkg.com/@jupyterlab%2frendermime-interfaces/-/rendermime-interfaces-3.2.8.tgz#565d9598d2d40bf2f45da0fee29740d57439ef71",
- "type": "tarball",
- "reference": "https://registry.yarnpkg.com/@jupyterlab%2frendermime-interfaces/-/rendermime-interfaces-3.2.8.tgz",
- "hash": "565d9598d2d40bf2f45da0fee29740d57439ef71",
- "integrity": "sha512-Q+/tRtpjiu+GWn+ozteSffv+MksxC04c/bviGIVxS7wYotHp7bdpicVnE6UjSh1OhY6UDSl14lh01TOT2NKT4g==",
- "registry": "npm",
- "packageName": "@jupyterlab/rendermime-interfaces",
- "cacheIntegrity": "sha512-Q+/tRtpjiu+GWn+ozteSffv+MksxC04c/bviGIVxS7wYotHp7bdpicVnE6UjSh1OhY6UDSl14lh01TOT2NKT4g== sha1-Vl2VmNLUC/L0XaD+4pdA1XQ573E="
- },
- "registry": "npm",
- "hash": "565d9598d2d40bf2f45da0fee29740d57439ef71"
- }
|