-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
94 lines (94 loc) · 2.47 KB
/
package.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "wwto",
"version": "2.0.10",
"description": "weChat mini-program to other mini-program",
"main": "lib/index.js",
"bin": {
"wwto": "bin/index.js"
},
"scripts": {
"test": "gulp test",
"dev": "gulp watch",
"build": "gulp build",
"prepare": "npm run build",
"lint": "eslint --fix --ext .js src test",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wwto.git"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/generator": "^7.0.0-beta.40",
"@babel/template": "^7.0.0-beta.40",
"acorn": "^6.4.0",
"arraybuffer-to-string": "^1.0.2",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"badges": "^3.1.0",
"chalk": "^2.4.2",
"colors": "^1.3.3",
"commander": "^2.9.0",
"eslint": "^6.8.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sequence": "^1.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.1",
"md5-hex": "^2.0.0",
"mp-adaptor": "^1.0.9",
"mp-converter": "^1.0.9",
"mp-linter": "^1.0.9",
"mp-plugin": "^1.0.2",
"postcss": "5.2.16",
"postcss-selector-parser": "2.2.3",
"pre-commit": "^1.2.2",
"pump": "^3.0.0",
"string-to-arraybuffer": "^1.0.2",
"through2": "^3.0.0",
"to-buffer": "^1.1.1",
"uneval": "^0.1.2",
"xmldom": "^0.1.27"
},
"keywords": [
"wechat",
"mini-program",
"wechat mini-program",
"baidu mini-program",
"alibaba mini-program",
"toutiao mini-program",
"微信小程序",
"百度小程序",
"支付宝小程序",
"头条小程序",
"微信小程序转百度小程序",
"微信小程序转支付宝小程序",
"微信小程序转头条小程序"
],
"author": "",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wwto.git/issues"
},
"homepage": "https://github.com/wwto.git#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.9",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.9.0",
"miniprogram-simulate": "^1.1.5"
}
}