UNPKG

wct-istanbul

Version:

Istanbul coverage reporting for projects being tested by web-component-tester

67 lines (66 loc) 1.9 kB
{ "name": "wct-istanbul", "version": "0.14.3", "description": "Istanbul coverage reporting for projects being tested by web-component-tester", "main": "lib/plugin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/t2ym/web-component-tester-istanbul.git" }, "keywords": [ "web-component-tester", "istanbul", "coverage", "wct" ], "author": "Dane O'Connor", "license": "ISC", "bugs": { "url": "https://github.com/t2ym/web-component-tester-istanbul/issues" }, "homepage": "https://github.com/t2ym/web-component-tester-istanbul/tree/wct-istanbul", "dependencies": { "@babel/core": "^7.0.0-beta.46", "@babel/plugin-syntax-async-generators": "^7.0.0-beta.46", "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.46", "@babel/plugin-syntax-import-meta": "^7.0.0-beta.46", "@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.46", "babel-plugin-istanbul": "^4.1.6", "babylon": "^7.0.0-beta.46", "content-type": "^1.0.2", "html-script-hook": "^1.0.0", "istanbul-lib-coverage": "^1.1.1", "istanbul-lib-hook": "^1.0.7", "istanbul-lib-instrument": "^1.7.3", "istanbul-lib-report": "^1.1.1", "istanbul-lib-source-maps": "^1.2.1", "istanbul-reports": "^1.1.1", "lodash": "^4.17.4", "minimatch": "^3.0.4", "parseurl": "^1.3.0" }, "wct-plugin": { "cli-options": { "reporters": { "help": "List of reporters to use", "full": "reporters", "list": true }, "dir": { "help": "Coverage directory", "full": "dir" }, "exclude": { "help": "Scripts to exclude from testing", "full": "exclude" }, "include": { "help": "Scripts to include in testing", "full": "include" } } } }