Blame view

node_modules/@vue/runtime-core/package.json 827 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  {
    "name": "@vue/runtime-core",
    "version": "3.3.8",
    "description": "@vue/runtime-core",
    "main": "index.js",
    "module": "dist/runtime-core.esm-bundler.js",
    "types": "dist/runtime-core.d.ts",
    "files": [
      "index.js",
      "dist"
    ],
    "buildOptions": {
      "name": "VueRuntimeCore",
      "formats": [
        "esm-bundler",
        "cjs"
      ]
    },
    "sideEffects": false,
    "repository": {
      "type": "git",
      "url": "git+https://github.com/vuejs/core.git",
      "directory": "packages/runtime-core"
    },
    "keywords": [
      "vue"
    ],
    "author": "Evan You",
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/vuejs/core/issues"
    },
    "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
    "dependencies": {
      "@vue/shared": "3.3.8",
      "@vue/reactivity": "3.3.8"
    }
  }