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
| {
| "name": "mpvue-template-compiler",
| "version": "1.0.13",
| "description": "mpvue template compiler for Vue",
| "main": "index.js",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/Meituan-Dianping/mpvue.git"
| },
| "keywords": [
| "vue",
| "compiler",
| "mp",
| "mp",
| "antmp"
| ],
| "author": "meituan.com",
| "license": "MIT",
| "bugs": {
| "url": "https://github.com/Meituan-Dianping/mpvue/issues"
| },
| "homepage": "https://github.com/Meituan-Dianping/mpvue/",
| "dependencies": {
| "he": "^1.1.0",
| "de-indent": "^1.0.2"
| }
| }
|
|