UNPKG

stylelint-junit-formatter

Version:
44 lines (43 loc) 995 B
{ "name": "stylelint-junit-formatter", "version": "0.2.2", "description": "Output JUnit XML reports of stylelint results", "main": "index.js", "files": ["index.js"], "scripts": { "lint": "eslint ./**/*.js", "test": "tape test.js" }, "repository": { "type": "git", "url": "git+https://github.com/eddies/stylelint-junit-formatter.git" }, "keywords": [ "stylelint", "junit", "formatter", "reporter", "report" ], "author": "Edwin Shin", "contributors": [ "David Clark", "Paul Loyd", "Erik Pavletic" ], "license": "MIT", "bugs": { "url": "https://github.com/eddies/stylelint-junit-formatter/issues" }, "homepage": "https://github.com/eddies/stylelint-junit-formatter#readme", "dependencies": { "xmlbuilder": "^13.0.2" }, "devDependencies": { "eslint": "^6.2.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "tape": "^4.11.0", "xml2js": "^0.4.19" } }