package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "@vue/runtime-dom@3.5.16",
  3. "_id": "@vue/runtime-dom@3.5.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T1qqYJsG2xMGhImRUV9y/RseB9d0eCYZQ4CWca9ztCuiPj/XWNNN+lkNBuzVbia5z4/cgxdL28NoQCvC0Xcfww==",
  6. "_location": "/@vue/runtime-dom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vue/runtime-dom@3.5.16",
  12. "name": "@vue/runtime-dom",
  13. "escapedName": "@vue%2fruntime-dom",
  14. "scope": "@vue",
  15. "rawSpec": "3.5.16",
  16. "saveSpec": null,
  17. "fetchSpec": "3.5.16"
  18. },
  19. "_requiredBy": [
  20. "/vue"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.16.tgz",
  23. "_shasum": "c1bcbcca862b77186f81c92edd5176e74670f078",
  24. "_spec": "@vue/runtime-dom@3.5.16",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\vue",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vuejs/core/issues"
  31. },
  32. "buildOptions": {
  33. "name": "VueRuntimeDOM",
  34. "formats": [
  35. "esm-bundler",
  36. "esm-browser",
  37. "cjs",
  38. "global"
  39. ]
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@vue/reactivity": "3.5.16",
  44. "@vue/runtime-core": "3.5.16",
  45. "@vue/shared": "3.5.16",
  46. "csstype": "^3.1.3"
  47. },
  48. "deprecated": false,
  49. "description": "@vue/runtime-dom",
  50. "devDependencies": {
  51. "@types/trusted-types": "^2.0.7"
  52. },
  53. "exports": {
  54. ".": {
  55. "types": "./dist/runtime-dom.d.ts",
  56. "node": {
  57. "production": "./dist/runtime-dom.cjs.prod.js",
  58. "development": "./dist/runtime-dom.cjs.js",
  59. "default": "./index.js"
  60. },
  61. "module": "./dist/runtime-dom.esm-bundler.js",
  62. "import": "./dist/runtime-dom.esm-bundler.js",
  63. "require": "./index.js"
  64. },
  65. "./*": "./*"
  66. },
  67. "files": [
  68. "index.js",
  69. "dist"
  70. ],
  71. "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
  72. "keywords": [
  73. "vue"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "module": "dist/runtime-dom.esm-bundler.js",
  78. "name": "@vue/runtime-dom",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/vuejs/core.git",
  82. "directory": "packages/runtime-dom"
  83. },
  84. "sideEffects": false,
  85. "types": "dist/runtime-dom.d.ts",
  86. "unpkg": "dist/runtime-dom.global.js",
  87. "version": "3.5.16"
  88. }