package.json 2.3 KB

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