package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@vue/shared@3.2.8",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_from": "@vue/shared@3.2.8",
  9. "_id": "@vue/shared@3.2.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-E2DQQnG7Qr4GwTs3GlfPPlHliGVADoufTnhpwfoViw7JlyLMmYtjfnTwM6nXAwvSJWiF7D+7AxpnWBBT3VWo6Q==",
  12. "_location": "/@vue/shared",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@vue/shared@3.2.8",
  18. "name": "@vue/shared",
  19. "escapedName": "@vue%2fshared",
  20. "scope": "@vue",
  21. "rawSpec": "3.2.8",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.8"
  24. },
  25. "_requiredBy": [
  26. "/@vue/compiler-core",
  27. "/@vue/compiler-dom",
  28. "/@vue/compiler-sfc",
  29. "/@vue/compiler-ssr",
  30. "/@vue/reactivity",
  31. "/@vue/ref-transform",
  32. "/@vue/runtime-core",
  33. "/@vue/runtime-dom",
  34. "/vue"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.8.tgz",
  37. "_spec": "3.2.8",
  38. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  39. "author": {
  40. "name": "Evan You"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/vuejs/vue-next/issues"
  44. },
  45. "buildOptions": {
  46. "formats": [
  47. "esm-bundler",
  48. "cjs"
  49. ]
  50. },
  51. "description": "internal utils shared across @vue packages",
  52. "files": [
  53. "index.js",
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/shared#readme",
  57. "keywords": [
  58. "vue"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "module": "dist/shared.esm-bundler.js",
  63. "name": "@vue/shared",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/vuejs/vue-next.git",
  67. "directory": "packages/shared"
  68. },
  69. "types": "dist/shared.d.ts",
  70. "version": "3.2.8"
  71. }