-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 1.89 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
{
"author": "gucong3000",
"bugs": {
"url": "https://github.com/gucong3000/gulp-reporter/issues"
},
"dependencies": {
"anymatch": "^1.3.0",
"bufferstreams": "^1.1.1",
"emphasize": "^1.4.0",
"goo.gl": "^0.1.4",
"gulp-util": "^3.0.8",
"lodash.get": "^4.4.2",
"os-locale": "^2.0.0"
},
"description": "Error report localization for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/TSLint",
"devDependencies": {
"cover": "^0.2.9",
"coveralls": "^2.13.1",
"eclint": "^2.2.0",
"eslint": "^4.0.0",
"gulp-csslint": "^1.0.0",
"gulp-eslint": "^4.0.0",
"gulp-htmlhint": "^0.3.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-postcss": "^7.0.0",
"gulp-tslint": "^8.1.1",
"istanbul": "^0.4.5",
"jsdom": "^11.0.0",
"jshint": "^2.9.4",
"json-stable-stringify": "^1.0.1",
"mocha": "^3.4.2",
"postcss": "^6.0.2",
"sinon": "^2.3.4",
"stylelint": "^7.11.1",
"stylelint-config-standard": "^16.0.0",
"through2": "^2.0.3",
"tslint": "^5.4.3",
"typescript": "^2.3.4",
"vinyl": "^2.0.2",
"vinyl-fs": "^2.4.4"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/gucong3000/gulp-reporter#readme",
"keywords": [
"gulp",
"reporter",
"report",
"localization",
"CSSLint",
"ECLint",
"EditorConfig",
"ESLint",
"HTMLHint",
"JSCS",
"JSHint",
"PostCSS",
"TSLint",
"git",
"blame",
"author"
],
"license": "MIT",
"main": "./lib/gulp-plugin.js",
"name": "gulp-reporter",
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/gulp-reporter.git"
},
"scripts": {
"coveralls": "npm run test && coveralls < coverage/lcov.info",
"pretest": "eslint lib test/*.test.js",
"test": "istanbul cover node_modules/mocha/bin/_mocha test/*.test.js"
},
"version": "1.9.1"
}