You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
950 B
43 lines
950 B
{ |
|
"name": "@vue/compiler-core", |
|
"version": "3.3.4", |
|
"description": "@vue/compiler-core", |
|
"main": "index.js", |
|
"module": "dist/compiler-core.esm-bundler.js", |
|
"types": "dist/compiler-core.d.ts", |
|
"files": [ |
|
"index.js", |
|
"dist" |
|
], |
|
"buildOptions": { |
|
"name": "VueCompilerCore", |
|
"compat": true, |
|
"formats": [ |
|
"esm-bundler", |
|
"cjs" |
|
] |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/core.git", |
|
"directory": "packages/compiler-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/compiler-core#readme", |
|
"dependencies": { |
|
"@babel/parser": "^7.21.3", |
|
"@vue/shared": "3.3.4", |
|
"estree-walker": "^2.0.2", |
|
"source-map-js": "^1.0.2" |
|
}, |
|
"devDependencies": { |
|
"@babel/types": "^7.21.3" |
|
} |
|
} |