gulp-tslint-jenkins-reporter
Version:
gulp-tslint checkstyle reporter, to be used by Jenkins (Hudson). Writes output to an xml file.
68 lines (67 loc) • 1.81 kB
JSON
{
"name": "gulp-tslint-jenkins-reporter",
"version": "1.2.0",
"description": "gulp-tslint checkstyle reporter, to be used by Jenkins (Hudson). Writes output to an xml file.",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint src test",
"pretty": "prettier --write '{src,test}/**/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolas-schmitt/gulp-tslint-jenkins-reporter.git"
},
"keywords": [
"gulp",
"tslint",
"checkstyle",
"reporter",
"report",
"xml",
"jenkins",
"hudson"
],
"author": "Nicolas Schmitt <https://github.com/nicolas-schmitt>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolas-schmitt/gulp-tslint-jenkins-reporter/issues"
},
"homepage": "https://github.com/nicolas-schmitt/gulp-tslint-jenkins-reporter#readme",
"engines": {
"node": ">=4.0.0"
},
"peerDependencies": {
"gulp-tslint": "^5.0.0 || ^6.1.3 || ^7.0.1 || ^8.0.0"
},
"dependencies": {
"duplexer": "^0.1.1",
"lodash.defaults": "^4.2.0",
"lodash.escape": "^4.0.1",
"lodash.sortby": "^4.7.0",
"mkdirp": "^0.5.1",
"readable-stream": "^3.4.0",
"upath": "^1.1.2",
"vinyl": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"chai-string": "^1.5.0",
"chai-xml": "^0.3.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^5.0.1",
"jshint": "^2.10.2",
"mocha": "^5.2.0",
"prettier": "^1.18.2",
"tslint": ">=5.0.0-dev",
"typescript": "^2.1.4"
}
}