2018-09-20 00:26:50 +08:00
|
|
|
{
|
2018-10-27 03:44:50 +08:00
|
|
|
"name": "@vue/compiler-core",
|
2021-09-23 22:17:02 +08:00
|
|
|
"version": "3.2.16",
|
2018-10-27 03:44:50 +08:00
|
|
|
"description": "@vue/compiler-core",
|
2018-09-20 00:26:50 +08:00
|
|
|
"main": "index.js",
|
2018-10-27 03:44:50 +08:00
|
|
|
"module": "dist/compiler-core.esm-bundler.js",
|
2019-12-20 01:04:07 +08:00
|
|
|
"types": "dist/compiler-core.d.ts",
|
2019-09-04 00:16:22 +08:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
2019-09-20 11:05:51 +08:00
|
|
|
"buildOptions": {
|
2019-12-16 04:37:43 +08:00
|
|
|
"name": "VueCompilerCore",
|
2021-04-12 21:09:00 +08:00
|
|
|
"compat": true,
|
2019-09-23 14:52:54 +08:00
|
|
|
"formats": [
|
2019-12-11 11:14:02 +08:00
|
|
|
"esm-bundler",
|
2019-09-23 14:52:54 +08:00
|
|
|
"cjs"
|
|
|
|
]
|
2019-09-20 11:05:51 +08:00
|
|
|
},
|
2018-09-20 00:26:50 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-30 21:06:06 +08:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git",
|
|
|
|
"directory": "packages/compiler-core"
|
2018-09-20 00:26:50 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
2018-09-20 00:26:50 +08:00
|
|
|
},
|
2020-03-01 11:04:42 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-core#readme",
|
2019-09-20 11:05:51 +08:00
|
|
|
"dependencies": {
|
2021-09-23 22:17:02 +08:00
|
|
|
"@vue/shared": "3.2.16",
|
2021-08-23 03:33:21 +08:00
|
|
|
"@babel/parser": "^7.15.0",
|
|
|
|
"estree-walker": "^2.0.2",
|
2019-12-14 01:56:25 +08:00
|
|
|
"source-map": "^0.6.1"
|
2021-09-21 22:26:08 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/types": "^7.15.0"
|
2019-09-20 11:05:51 +08:00
|
|
|
}
|
2018-09-20 12:02:48 +08:00
|
|
|
}
|