-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
128 lines (128 loc) · 3.36 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"author": "gucong3000",
"bugs": {
"url": "https://github.com/gucong3000/gulp-reporter/issues"
},
"description": "Error report for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/Standard/TSLint/XO",
"dependencies": {
"ansi-escapes": "^3.1.0",
"axios": "^0.18.0",
"buffered-spawn": "^3.3.2",
"bufferstreams": "^2.0.1",
"chalk": "^2.4.1",
"checkstyle-formatter": "^1.1.0",
"ci-info": "^2.0.0",
"cli-truncate": "^1.1.0",
"emphasize": "^2.0.0",
"fancy-log": "^1.3.3",
"fs-extra": "^7.0.1",
"in-gfw": "^1.2.0",
"is-windows": "^1.0.2",
"js-yaml": "^3.12.0",
"junit-report-builder": "^1.3.1",
"lodash.get": "^4.4.2",
"os-locale": "^3.0.1",
"plugin-error": "^1.0.1",
"string-width": "^3.0.0",
"term-size": "^1.2.0",
"through2": "^3.0.0",
"to-time": "^1.0.2"
},
"devDependencies": {
"codecov": "^3.1.0",
"csslint": "^1.0.5",
"eclint": "^2.8.1",
"eslint": "^5.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"exec-extra": "^2.7.0",
"goo.gl": "^0.1.4",
"greenkeeper-lockfile": "^1.15.1",
"gulp-csslint": "^1.0.1",
"gulp-eslint": "^5.0.0",
"gulp-html-postcss": "^7.1.4",
"gulp-htmlhint": "^2.2.1",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-jsonlint": "^1.2.2",
"gulp-standard": "^12.0.0",
"gulp-stylint": "^4.0.2",
"gulp-tslint": "^8.1.3",
"gulp-xo": "^0.20.0",
"jsdom": "^13.1.0",
"jshint": "^2.9.7",
"json-stable-stringify": "^1.0.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.2",
"strip-ansi": "^5.0.0",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/gucong3000/gulp-reporter#readme",
"keywords": [
"gulp",
"reporter",
"report",
"localization",
"CSSLint",
"ECLint",
"EditorConfig",
"ESLint",
"HTMLHint",
"JSCS",
"JSHint",
"JSONLint",
"PostCSS",
"Standard",
"StyLint",
"TSLint",
"XO",
"git",
"blame",
"author"
],
"license": "MIT",
"main": "./lib/gulp-plugin.js",
"name": "gulp-reporter",
"nyc": {
"exclude": [
"lib/js-browser-reporter.js",
"test/**/*"
],
"reporter": [
"lcov",
"text-summary"
],
"cache": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/gulp-reporter.git"
},
"scripts": {
"test:zh_CN": "env LANG=zh_CN npm run mocha -- --color",
"test:en_US": "env LANG=en_US npm run mocha -- --no-color",
"report-coverage": "codecov",
"mocha": "mocha \"test/*.test.js\" --no-timeouts",
"lint:eclint": "eclint check $(git ls-files | grep --invert-match ^test/fixtures/)",
"lint:eslint": "eslint scripts lib \"test/*.js\"",
"shorturl": "npm i eslint/eslint stylelint/stylelint && node scripts/shorturl",
"test-cov": "nyc npm-run-all --parallel test:*",
"test": "env npm-run-all --parallel lint:* test-cov"
},
"version": "2.10.0"
}