package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "vue@3.0.0",
  3. "_id": "vue@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==",
  6. "_location": "/vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "vue@3.0.0",
  12. "name": "vue",
  13. "escapedName": "vue",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/vue/-/vue-3.0.0.tgz",
  23. "_shasum": "cfb5df5c34efce319b113a1667d12b74dcfd9c90",
  24. "_spec": "vue@3.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vuejs/vue-next/issues"
  31. },
  32. "buildOptions": {
  33. "name": "Vue",
  34. "formats": [
  35. "esm-bundler",
  36. "esm-bundler-runtime",
  37. "cjs",
  38. "global",
  39. "global-runtime",
  40. "esm-browser",
  41. "esm-browser-runtime"
  42. ]
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@vue/compiler-dom": "3.0.0",
  47. "@vue/runtime-dom": "3.0.0",
  48. "@vue/shared": "3.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "vue",
  52. "devDependencies": {
  53. "lodash": "^4.17.15",
  54. "marked": "^0.7.0",
  55. "todomvc-app-css": "^2.3.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "dist"
  60. ],
  61. "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
  62. "jsdelivr": "dist/vue.global.js",
  63. "keywords": [
  64. "vue"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "module": "dist/vue.runtime.esm-bundler.js",
  69. "name": "vue",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/vuejs/vue-next.git"
  73. },
  74. "types": "dist/vue.d.ts",
  75. "unpkg": "dist/vue.global.js",
  76. "version": "3.0.0"
  77. }