.yarn-metadata.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "manifest": {
  3. "name": "@jupyterlab/htmlviewer",
  4. "version": "3.2.8",
  5. "description": "A viewer for HTML documents.",
  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. "watch": "tsc -w --listEmittedFiles"
  33. },
  34. "dependencies": {
  35. "@jupyterlab/apputils": "^3.2.8",
  36. "@jupyterlab/coreutils": "^5.2.8",
  37. "@jupyterlab/docregistry": "^3.2.8",
  38. "@jupyterlab/translation": "^3.2.8",
  39. "@jupyterlab/ui-components": "^3.2.8",
  40. "@lumino/coreutils": "^1.5.3",
  41. "@lumino/signaling": "^1.4.3",
  42. "react": "^17.0.1"
  43. },
  44. "devDependencies": {
  45. "rimraf": "~3.0.0",
  46. "typescript": "~4.1.3"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "styleModule": "style/index.js",
  52. "_registry": "npm",
  53. "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-htmlviewer-3.2.8-f8857557f33915e1c6d17c97a572a0ec722ccbd6-integrity/node_modules/@jupyterlab/htmlviewer/package.json",
  54. "readmeFilename": "README.md",
  55. "readme": "# @jupyterlab/htmlviewer\n\nA JupyterLab package which provides an HTML document viewer.\n"
  56. },
  57. "artifacts": [],
  58. "remote": {
  59. "resolved": "https://registry.yarnpkg.com/@jupyterlab%2fhtmlviewer/-/htmlviewer-3.2.8.tgz#f8857557f33915e1c6d17c97a572a0ec722ccbd6",
  60. "type": "tarball",
  61. "reference": "https://registry.yarnpkg.com/@jupyterlab%2fhtmlviewer/-/htmlviewer-3.2.8.tgz",
  62. "hash": "f8857557f33915e1c6d17c97a572a0ec722ccbd6",
  63. "integrity": "sha512-zxdd0fA1KoILpvMrAcQD4vw7N+DimnvdEQ/+1efyPcBk8s7cH66muvooul3Vyw8dOJenIQPwO6pEYhpLevgGHw==",
  64. "registry": "npm",
  65. "packageName": "@jupyterlab/htmlviewer",
  66. "cacheIntegrity": "sha512-zxdd0fA1KoILpvMrAcQD4vw7N+DimnvdEQ/+1efyPcBk8s7cH66muvooul3Vyw8dOJenIQPwO6pEYhpLevgGHw== sha1-+IV1V/M5FeHG0XyXpXKg7HIsy9Y="
  67. },
  68. "registry": "npm",
  69. "hash": "f8857557f33915e1c6d17c97a572a0ec722ccbd6"
  70. }