.yarn-metadata.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "manifest": {
  3. "name": "@jupyterlab/pdf-extension",
  4. "version": "3.2.8",
  5. "description": "JupyterLab - PDF Viewer",
  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/*.css",
  20. "style/index.js"
  21. ],
  22. "main": "lib/index.js",
  23. "types": "lib/index.d.ts",
  24. "style": "style/index.css",
  25. "files": [
  26. "lib/*.d.ts",
  27. "lib/*.js.map",
  28. "lib/*.js",
  29. "style/*.css",
  30. "style/index.js"
  31. ],
  32. "scripts": {
  33. "build": "tsc -b",
  34. "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
  35. "docs": "typedoc src",
  36. "watch": "tsc -b --watch"
  37. },
  38. "dependencies": {
  39. "@jupyterlab/rendermime-interfaces": "^3.2.8",
  40. "@lumino/coreutils": "^1.5.3",
  41. "@lumino/disposable": "^1.4.3",
  42. "@lumino/widgets": "^1.19.0"
  43. },
  44. "devDependencies": {
  45. "rimraf": "~3.0.0",
  46. "typedoc": "~0.21.2",
  47. "typescript": "~4.1.3"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "jupyterlab": {
  53. "mimeExtension": true
  54. },
  55. "styleModule": "style/index.js",
  56. "_registry": "npm",
  57. "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-pdf-extension-3.2.8-773a421cdaf1a25f1d38beb58363d4beabe314e3-integrity/node_modules/@jupyterlab/pdf-extension/package.json",
  58. "readmeFilename": "README.md",
  59. "readme": "# @jupyterlab/pdf-extension\n\nA mime-renderer extension for JupyterLab that provides support for rendering PDF documents and mime bundles.\n"
  60. },
  61. "artifacts": [],
  62. "remote": {
  63. "resolved": "https://registry.yarnpkg.com/@jupyterlab%2fpdf-extension/-/pdf-extension-3.2.8.tgz#773a421cdaf1a25f1d38beb58363d4beabe314e3",
  64. "type": "tarball",
  65. "reference": "https://registry.yarnpkg.com/@jupyterlab%2fpdf-extension/-/pdf-extension-3.2.8.tgz",
  66. "hash": "773a421cdaf1a25f1d38beb58363d4beabe314e3",
  67. "integrity": "sha512-Ll2ijIyPCgKWExoIfIY0PDAB2Y111WTavT58aHFi606jp5fhLrAevrhHQmPFuV8bAQZlGOsIK3USk+2Cb5LhuQ==",
  68. "registry": "npm",
  69. "packageName": "@jupyterlab/pdf-extension",
  70. "cacheIntegrity": "sha512-Ll2ijIyPCgKWExoIfIY0PDAB2Y111WTavT58aHFi606jp5fhLrAevrhHQmPFuV8bAQZlGOsIK3USk+2Cb5LhuQ== sha1-dzpCHNrxol8dOL61g2PUvqvjFOM="
  71. },
  72. "registry": "npm",
  73. "hash": "773a421cdaf1a25f1d38beb58363d4beabe314e3"
  74. }