package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@vue/runtime-dom@3.4.25",
  3. "_id": "@vue/runtime-dom@3.4.25",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ode0sj77kuwXwSc+2Yhk8JMHZh1sZp9F/51wdBiz3KGaWltbKtdihlJFhQG4H6AY+A06zzeMLkq6qu8uDSsaoA==",
  6. "_location": "/@vue/runtime-dom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vue/runtime-dom@3.4.25",
  12. "name": "@vue/runtime-dom",
  13. "escapedName": "@vue%2fruntime-dom",
  14. "scope": "@vue",
  15. "rawSpec": "3.4.25",
  16. "saveSpec": null,
  17. "fetchSpec": "3.4.25"
  18. },
  19. "_requiredBy": [
  20. "/vue"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.4.25.tgz",
  23. "_shasum": "9bc195e4860edcd0db4303cbba5a160922b963fd",
  24. "_spec": "@vue/runtime-dom@3.4.25",
  25. "_where": "/Users/mac/Documents/file/盛磊/发票/ocr-invoice/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/runtime-core": "3.4.25",
  44. "@vue/shared": "3.4.25",
  45. "csstype": "^3.1.3"
  46. },
  47. "deprecated": false,
  48. "description": "@vue/runtime-dom",
  49. "exports": {
  50. ".": {
  51. "types": "./dist/runtime-dom.d.ts",
  52. "node": {
  53. "production": "./dist/runtime-dom.cjs.prod.js",
  54. "development": "./dist/runtime-dom.cjs.js",
  55. "default": "./index.js"
  56. },
  57. "module": "./dist/runtime-dom.esm-bundler.js",
  58. "import": "./dist/runtime-dom.esm-bundler.js",
  59. "require": "./index.js"
  60. },
  61. "./*": "./*"
  62. },
  63. "files": [
  64. "index.js",
  65. "dist"
  66. ],
  67. "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
  68. "keywords": [
  69. "vue"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "module": "dist/runtime-dom.esm-bundler.js",
  74. "name": "@vue/runtime-dom",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/vuejs/core.git",
  78. "directory": "packages/runtime-dom"
  79. },
  80. "sideEffects": false,
  81. "types": "dist/runtime-dom.d.ts",
  82. "unpkg": "dist/runtime-dom.global.js",
  83. "version": "3.4.25"
  84. }