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