package.json
1.86 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"_args": [
[
"mpvue-wxparse@0.6.5",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_from": "mpvue-wxparse@0.6.5",
"_id": "mpvue-wxparse@0.6.5",
"_inBundle": false,
"_integrity": "sha512-1vm3NQNkTLZvijYEXNGJE4AUdwA2IGJvHjrk+QZQkzp/dXWYQwPjrAG+2cJa+svHSg2gnEp7CGEnZ5aRFBAUOA==",
"_location": "/mpvue-wxparse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mpvue-wxparse@0.6.5",
"name": "mpvue-wxparse",
"escapedName": "mpvue-wxparse",
"rawSpec": "0.6.5",
"saveSpec": null,
"fetchSpec": "0.6.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mpvue-wxparse/-/mpvue-wxparse-0.6.5.tgz",
"_spec": "0.6.5",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "icindy"
},
"bugs": {
"url": "https://github.com/F-loat/mpvue-wxParse/issues"
},
"contributors": [
{
"name": "Dicn"
},
{
"name": "F-loat",
"email": "chaimaoyuan@foxmail.com"
}
],
"description": "适用于 Mpvue 的微信小程序富文本解析自定义组件,支持HTML及markdown解析",
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.10.0"
},
"homepage": "https://github.com/F-loat/mpvue-wxParse#readme",
"keywords": [
"mpvue",
"wxparse",
"wxapp"
],
"license": "MIT",
"main": "src/wxParse.vue",
"name": "mpvue-wxparse",
"repository": {
"type": "git",
"url": "git+https://github.com/F-loat/mpvue-wxParse.git"
},
"scripts": {
"lint": "eslint --format node_modules/eslint-friendly-formatter --ext .js,.vue src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.6.5"
}