-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
77 lines (77 loc) · 2.05 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
{
"_from": "wxa-compressor",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-70B7BHvQOv+8Pw0LJWAzcAse33I=",
"_location": "/wxa-compressor",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "wxa-compressor",
"name": "wxa-compressor",
"escapedName": "wxa-compressor",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/wxa-compressor/-/wxa-compressor-0.0.1.tgz",
"_shasum": "ef407b047bd03affbc3f0d0b256033700b1edf72",
"_spec": "wxa-compressor",
"_where": "E:\\program\\mini-program\\sc-ui\\sc-ui",
"author": {
"name": "wangshuov",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nbagonet/wxa-compressor/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "微信小程序代码压缩器",
"dependencies": {
"autoprefixer": "^6.6.0",
"babel-eslint": "^7.1.1",
"babel-preset-latest": "^6.16.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.9.4",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-jsonlint": "^1.2.0",
"gulp-jsonminify2": "^1.0.0",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"run-sequence": "^1.2.2",
"stream-combiner2": "^1.1.1"
},
"homepage": "https://github.com/nbagonet/wxa-compressor#readme",
"keywords": [],
"license": "MIT",
"name": "wxa-compressor",
"repository": {
"type": "git",
"url": "git+https://github.com/nbagonet/wxa-compressor.git"
},
"scripts": {
"build": "gulp prod --silent",
"clean": "gulp clean --silent",
"dev": "gulp watch --silent"
},
"version": "0.0.1",
"devDependencies": {
"gulp-strip-debug": "^3.0.0"
}
}