.yarn-metadata.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "manifest": {
  3. "name": "@jupyterlab/nbformat",
  4. "version": "3.2.8",
  5. "description": "Notebook format interfaces",
  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. "files": [
  24. "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
  25. "schema/*.json",
  26. "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
  27. ],
  28. "scripts": {
  29. "build": "tsc -b",
  30. "build:test": "tsc --build tsconfig.test.json",
  31. "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
  32. "docs": "typedoc src",
  33. "test": "jest",
  34. "test:cov": "jest --collect-coverage",
  35. "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
  36. "test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
  37. "watch": "tsc -b --watch"
  38. },
  39. "dependencies": {
  40. "@lumino/coreutils": "^1.5.3"
  41. },
  42. "devDependencies": {
  43. "@jupyterlab/testutils": "^3.2.8",
  44. "@types/jest": "^26.0.10",
  45. "jest": "^26.4.2",
  46. "rimraf": "~3.0.0",
  47. "ts-jest": "^26.3.0",
  48. "typescript": "~4.1.3"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "_registry": "npm",
  54. "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-nbformat-3.2.8-5ddabda4cddc64498828b43bb9f01dada4981842-integrity/node_modules/@jupyterlab/nbformat/package.json"
  55. },
  56. "artifacts": [],
  57. "remote": {
  58. "resolved": "https://registry.yarnpkg.com/@jupyterlab%2fnbformat/-/nbformat-3.2.8.tgz#5ddabda4cddc64498828b43bb9f01dada4981842",
  59. "type": "tarball",
  60. "reference": "https://registry.yarnpkg.com/@jupyterlab%2fnbformat/-/nbformat-3.2.8.tgz",
  61. "hash": "5ddabda4cddc64498828b43bb9f01dada4981842",
  62. "integrity": "sha512-w73u+8CKSkSBaqyshrfRDyTGRVGpOmJPQFMVJYkymdVoJYlcdNOUJgXp3kp66xvXYxiE94rG3i3thJNospobQw==",
  63. "registry": "npm",
  64. "packageName": "@jupyterlab/nbformat",
  65. "cacheIntegrity": "sha512-w73u+8CKSkSBaqyshrfRDyTGRVGpOmJPQFMVJYkymdVoJYlcdNOUJgXp3kp66xvXYxiE94rG3i3thJNospobQw== sha1-Xdq9pM3cZEmIKLQ7ufAdraSYGEI="
  66. },
  67. "registry": "npm",
  68. "hash": "5ddabda4cddc64498828b43bb9f01dada4981842"
  69. }