forked from yican008/wx2swan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.15 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
{
"_from": "wx2swan",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-Y/4+tJZ4eKqyAAoKu1fqNJ3b1fbs96SrTGbuB8o1JxMo1hAaZuSjOwXNWj32WKozGVxgei5GQ6CRWf2pAdIV2w==",
"_location": "/wx2swan",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "wx2swan",
"name": "wx2swan",
"escapedName": "wx2swan",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://registry-npm.suv163.com/wx2swan/-/wx2swan-1.2.20.tgz",
"_shasum": "8e5c9b869b4cb39bdda19d1df4d141349b098bc9",
"_spec": "wx2swan",
"_where": "/Users/yons/workspace/carhouse/src",
"author": {
"name": "yican"
},
"bin": {
"wx2tt": "./bin/cli.js"
},
"bundleDependencies": false,
"dependencies": {
"babel-generator": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"chalk": "^2.4.1",
"cli-spinners": "^2.2.0",
"co": "^4.6.0",
"dependency-graph": "^0.7.1",
"detect-indent": "^5.0.0",
"entities": "^1.1.1",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"recursive-copy": "^2.0.7",
"regexgen": "^1.3.0",
"stricter-htmlparser2": "^3.9.6",
"unified": "^7.0.0",
"vfile": "^3.0.0"
},
"deprecated": false,
"description": "微信小程序 转换 百度小程序",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.0.15",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jest": "^23.0.0-alpha.0",
"wx-to-tt": "^0.0.10"
},
"engines": {
"node": ">=8.5.0"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"小程序",
"微信小程序",
"转换",
"wx"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "wx2swan",
"repository": {
"type": "git"
},
"scripts": {
},
"version": "1.2.20"
}