2018-09-19 12:26:50 -04:00
|
|
|
{
|
2018-10-26 15:44:50 -04:00
|
|
|
"name": "@vue/compiler-core",
|
2018-09-19 12:26:50 -04:00
|
|
|
"version": "3.0.0-alpha.1",
|
2018-10-26 15:44:50 -04:00
|
|
|
"description": "@vue/compiler-core",
|
2018-09-19 12:26:50 -04:00
|
|
|
"main": "index.js",
|
2018-10-26 15:44:50 -04:00
|
|
|
"module": "dist/compiler-core.esm-bundler.js",
|
2019-09-03 12:16:22 -04:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"types": "dist/compiler-core.d.ts",
|
2019-09-19 23:05:51 -04:00
|
|
|
"buildOptions": {
|
2019-09-23 02:52:54 -04:00
|
|
|
"formats": [
|
|
|
|
"cjs"
|
|
|
|
]
|
2019-09-19 23:05:51 -04:00
|
|
|
},
|
2018-09-19 12:26:50 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vuejs/vue.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/vuejs/vue/issues"
|
|
|
|
},
|
2019-09-19 23:05:51 -04:00
|
|
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-core#readme",
|
|
|
|
"dependencies": {
|
2019-09-23 02:52:54 -04:00
|
|
|
"estree-walker": "^0.8.1",
|
|
|
|
"meriyah": "^1.7.2",
|
2019-09-19 23:05:51 -04:00
|
|
|
"source-map": "^0.7.3"
|
|
|
|
}
|
2018-09-20 00:02:48 -04:00
|
|
|
}
|