package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@vue/compiler-dom@3.3.4",
  3. "_id": "@vue/compiler-dom@3.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==",
  6. "_location": "/@vue/compiler-dom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vue/compiler-dom@3.3.4",
  12. "name": "@vue/compiler-dom",
  13. "escapedName": "@vue%2fcompiler-dom",
  14. "scope": "@vue",
  15. "rawSpec": "3.3.4",
  16. "saveSpec": null,
  17. "fetchSpec": "3.3.4"
  18. },
  19. "_requiredBy": [
  20. "/@vue/compiler-sfc",
  21. "/@vue/compiler-ssr",
  22. "/vue"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz",
  25. "_shasum": "f56e09b5f4d7dc350f981784de9713d823341151",
  26. "_spec": "@vue/compiler-dom@3.3.4",
  27. "_where": "E:\\Project\\2023\\问诊平台\\his_user_app\\node_modules\\vue",
  28. "author": {
  29. "name": "Evan You"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/vuejs/core/issues"
  33. },
  34. "buildOptions": {
  35. "name": "VueCompilerDOM",
  36. "compat": true,
  37. "formats": [
  38. "esm-bundler",
  39. "esm-browser",
  40. "cjs",
  41. "global"
  42. ]
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@vue/compiler-core": "3.3.4",
  47. "@vue/shared": "3.3.4"
  48. },
  49. "deprecated": false,
  50. "description": "@vue/compiler-dom",
  51. "files": [
  52. "index.js",
  53. "dist"
  54. ],
  55. "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
  56. "jsdelivr": "dist/compiler-dom.global.js",
  57. "keywords": [
  58. "vue"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "module": "dist/compiler-dom.esm-bundler.js",
  63. "name": "@vue/compiler-dom",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/vuejs/core.git",
  67. "directory": "packages/compiler-dom"
  68. },
  69. "sideEffects": false,
  70. "types": "dist/compiler-dom.d.ts",
  71. "unpkg": "dist/compiler-dom.global.js",
  72. "version": "3.3.4"
  73. }