.yarn-metadata.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "manifest": {
  3. "name": "plotlywidget",
  4. "version": "4.14.3",
  5. "description": "The plotly JupyterLab extension",
  6. "author": {
  7. "name": "The plotly.py team"
  8. },
  9. "license": "MIT",
  10. "main": "src/index.js",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/plotly/plotly.py"
  14. },
  15. "keywords": [
  16. "jupyter",
  17. "widgets",
  18. "ipython",
  19. "ipywidgets",
  20. "plotly"
  21. ],
  22. "files": [
  23. "src/**/*.js",
  24. "dist/*.js",
  25. "style/*.*"
  26. ],
  27. "scripts": {
  28. "build": "webpack",
  29. "clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
  30. "test": "echo \"Error: no test specified\" && exit 1"
  31. },
  32. "devDependencies": {
  33. "webpack": "^3.10.0",
  34. "rimraf": "^2.6.1",
  35. "ify-loader": "^1.1.0",
  36. "typescript": "~3.1.1"
  37. },
  38. "dependencies": {
  39. "plotly.js": "^1.58.4",
  40. "@jupyter-widgets/base": "^2.0.0 || ^3.0.0 || ^4.0.0",
  41. "lodash": "^4.17.4"
  42. },
  43. "jupyterlab": {
  44. "extension": "src/jupyterlab-plugin.js",
  45. "sharedPackages": {
  46. "@jupyter-widgets/base": {
  47. "bundled": false,
  48. "singleton": true
  49. }
  50. }
  51. },
  52. "_registry": "npm",
  53. "_loc": "/home/jovyan/.cache/yarn/v6/.tmp/407ef3c275bf044a0e3a8f068d3830f6/package.json",
  54. "readmeFilename": "README.md",
  55. "readme": "Jupyter Extension for Plotly.py\n\nSee https://plot.ly/python/getting-started/ for details.\n\nInstall with `jupyter labextension install plotlywidget` in JupyterLab, otherwise\njust install Plotly.py and it will automatically work in Classic Notebooks.\n"
  56. },
  57. "artifacts": [],
  58. "remote": {
  59. "type": "tarball",
  60. "reference": "file:../extensions/plotlywidget-4.14.3.tgz",
  61. "registry": "npm",
  62. "hash": "",
  63. "cacheIntegrity": "sha1-b3EQ7myxPFYL20NCWlAoHQMnLLk="
  64. },
  65. "registry": "npm",
  66. "hash": "6f7110ee6cb13c560bdb43425a50281d03272cb9"
  67. }