UNPKG

gulp-reporter

Version:

Error report for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/Standard/TSLint/XO

129 lines (128 loc) 3.44 kB
{ "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" }