{"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}],"keywords":["karma-plugin","karma-reporter","html"],"dist-tags":{"latest":"0.2.7"},"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"description":"A Karma plugin. Report results in pretty html format.","readme":"# karma-html-reporter\n\n> Reporter that formats results in HTML similar to jasmine.\n\n## Installation\n\nThe easiest way is to keep `karma-html-reporter` as a devDependency in your `package.json`.\n```json\n{\n  \"devDependencies\": {\n    \"karma\": \"~0.10\",\n    \"karma-html-reporter\": \"~0.1\"\n  }\n}\n```\n\nYou can simply do it by:\n```bash\nnpm install karma-html-reporter --save-dev\n```\n\n## Configuration\n```js\n// karma.conf.js\nmodule.exports = function(config) {\n  config.set({\n    reporters: ['progress', 'html'],\n\n    // the default configuration\n    htmlReporter: {\n      outputDir: 'karma_html', // where to put the reports \n      templatePath: null, // set if you moved jasmine_template.html\n      focusOnFailures: true, // reports show failures on start\n      namedFiles: false, // name files instead of creating sub-directories\n      pageTitle: null, // page title for reports; browser info by default\n      urlFriendlyName: false, // simply replaces spaces with _ for files/dirs\n      reportName: 'report-summary-filename', // report summary filename; browser info by default\n      \n      \n      // experimental\n      preserveDescribeNesting: false, // folded suites stay folded \n      foldAll: false, // reports start folded (only with preserveDescribeNesting)\n    },\n  });\n};\n```\n\nYou can pass list of reporters as a CLI argument too:\n```bash\nkarma start --reporters html,dots\n```\n\n## Keyboard Controls\n\n`1` and `2` - switch between Spec List and Failures.\n`F` - fold/unfold all suites in `preserveDescribeNesting` mode.\n\n----\n\nFor more information on Karma see the [homepage].\n\n\n[homepage]: http://karma-runner.github.com\n","repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter.git"},"users":{"gaboesquivel":true,"nmccready":true,"mccataldo":true,"honzajde":true,"firerishi":true,"landy2014":true},"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"license":"MIT","versions":{"0.1.0":{"name":"karma-html-reporter","version":"0.1.0","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/karma-runner/karma-junit-reporter.git"},"keywords":["karma-plugin","karma-reporter","junit"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.9"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[],"bugs":{"url":"https://github.com/karma-runner/karma-junit-reporter/issues"},"_id":"karma-html-reporter@0.1.0","dist":{"shasum":"52bedabe1c4cb182f315020b641581b0cb5de5b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.1.0.tgz","integrity":"sha512-9RkiOWPwR3OCEfxYSgkITgJK7XQOfRYG/Lv+ZsQitXQbsEw/AasINvy6wHnlqAxYRKXEcCFBIj3pyAWUswnSaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE3ocxZBKCmMHdbCiRaEIv+cQwbTMZXQaZCTdRY4lw+RAiEA42T3XMNutX/WTcNw/gt+CzsXTAqUSrznRh/7gDB78mY="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.1.1":{"name":"karma-html-reporter","version":"0.1.1","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","junit"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.9"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[],"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"_id":"karma-html-reporter@0.1.1","dist":{"shasum":"d73e2a71b5e4701304f310661e0a40a84d31b290","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.1.1.tgz","integrity":"sha512-cD1XY949tMXN4Q9t2b58ZEExZB85j9QngBHtZqTIbOkkgwwVcf+gh/5cZM3g4F5OwvSFoz9HnaKfygFMtDeFzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICFDYuJpyJM8o/T1Pl9lqgEx2zN5cwvSKXgQCa3/WoLJAiEAj4/b3yBa7thT83RTR1FStzGwxF692JVx9HnTaF6/bCw="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.2.1":{"name":"karma-html-reporter","version":"0.2.1","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"}],"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.2.1","dist":{"shasum":"345ac47b355d041876a656a0090e155cdf99c261","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.1.tgz","integrity":"sha512-QczjM7Wnbf9PlZMT2tPAuI83C+S55vnP/JN8DTWCCGN0gExLLNPofP2ctPrGGZUjENQmUVAYIrKrfLI+UHb+cg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICC/wHyNVWYiZ3GHB9nfqmZQH5IhHiMfXMDVxpehg0mpAiAWE8ZamIWxgplU+G69ANQ93M/vCbVKzFqVd3pPOVqEqQ=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.1.3":{"name":"karma-html-reporter","version":"0.1.3","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.9"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"}],"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.1.3","dist":{"shasum":"24fa6b852276429c7929ce126d1b698c038b9b24","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.1.3.tgz","integrity":"sha512-Op4uiLzCl5AV1grfnBKWdyYgJbfZh1wbpitMh3sbCcqNXqKyfqhi+340k1vCMkZdMwePhkdgaafoZveFuC2yvw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHRw20NWfCwLDz5kqL7OUkI8SLgt1HkosAFzmFecidhJAiEAgkXl37V5ZJ2wu86aOiGFWz7Kr8hZB9uSiylcJ/S1eCI="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.2.2":{"name":"karma-html-reporter","version":"0.2.2","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"}],"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.2.2","dist":{"shasum":"6d489ceb2c4945e55472dc85378b21fb34ee6f36","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.2.tgz","integrity":"sha512-khf0pKSiR96vz1ulKD21+n5Wsm1qqzoH1TiSBnSmcaaI1gejRmqRPdMKgSY4hfzV5AjLlPr8smhkYhFuA3Z4Bg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRIW4JVzlVV/FyUs6TyAGOiu6OzLefFHbgOlF3ufMHbQIgZG3diKbqi5Je/vCQO4+vSSLk8aJ62rfzXaFyCnN7Mdc="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.2.3":{"name":"karma-html-reporter","version":"0.2.3","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"}],"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.2.3","dist":{"shasum":"379f8a756d370274b605dead4c9870b03c393ffd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.3.tgz","integrity":"sha512-HLQQ1+vGp3nYdnSn3vEa/9klMQDnQZXLx7skG4Dl/N/eeGYZe42AlNVGgFhbqtLmPzVy2OovUTN76SSCjd1x8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEw8B+Mg6XLlTVZAT29Iv6lbAhoj3lNkucmw/bi4WqjAIhAKewzjZCGyNzUgCX/j065MbYoSKWEQxhj3g/4aTEvts1"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.2.4":{"name":"karma-html-reporter","version":"0.2.4","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"Daniel Tabuenca","email":"dtabuenca@solutionstream.com"},{"name":"David Epely","email":"david.epely@pmsipilot.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"},{"name":"nick.mccready","email":"nmccready@gmail.com"}],"bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.2.4","dist":{"shasum":"56029804286bbe5a1da36d757a8f2732c16b8959","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.4.tgz","integrity":"sha512-NVdrjKWFOsCwytXGDv8w5ckpKFJuob1eQTLeG8cTD1fg+KVRLK43yqScjROJ84I3lg/guOynxWFCuiPLy5rlkw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPVXR/lPloNuitwV+XBdANV0In7t+cPNWckUuN/MHbBAIhAI41NIo9IKf+362aFqL9FWJp/+0JsFNfsV1Ue2gWhy2M"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]},"0.2.5":{"name":"karma-html-reporter","version":"0.2.5","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"jonyio","email":"johnny3k@gmail.com"},{"name":"Daniel Tabuenca","email":"dtabuenca@solutionstream.com"},{"name":"David Epely","email":"david.epely@pmsipilot.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"},{"name":"nick.mccready","email":"nmccready@gmail.com"}],"gitHead":"0fb4591366cffc08ed9300b4d127d3f61c35ab9e","bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.2.5","_shasum":"5d29630d3a6ccae3cab96b6d91c00ea9b11b7122","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}],"dist":{"shasum":"5d29630d3a6ccae3cab96b6d91c00ea9b11b7122","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.5.tgz","integrity":"sha512-CFIOlclYwPa59Rec52sU3Tv2+wuqekdWlpQsz74J8HD72uR1WLw/TteJkgKsaVLf+2OUn6uZu9M6b7X7sBEhfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHuhbtdQsUMDWX3R+Xto17p3VZ1f8WUUzBudd4COm7GHAiANgiAhb9buJVt3WvNp6Urf0l4RLvcuAbTf30ds+jOJ5Q=="}]}},"0.2.6":{"name":"karma-html-reporter","version":"0.2.6","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"jonyio","email":"johnny3k@gmail.com"},{"name":"Daniel Tabuenca","email":"dtabuenca@solutionstream.com"},{"name":"David Epely","email":"david.epely@pmsipilot.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"},{"name":"nick.mccready","email":"nmccready@gmail.com"}],"gitHead":"1a8c8fc40d278e1f18d28c26f559ec46bd853de7","bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter","_id":"karma-html-reporter@0.2.6","_shasum":"be7e862293c36d0b2e0faf3a9df42d7cf6c7794e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}],"dist":{"shasum":"be7e862293c36d0b2e0faf3a9df42d7cf6c7794e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.6.tgz","integrity":"sha512-uASj3BTGhJbx3Xts+U17O+tPsuvi2yvgdgXm/1uG/OpBBmEK5G7+Jr2/bnC8vf83YdrxYHHx0v81+Le6hEpI6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBk6/IGtwwVqB06PtaeyW7Ocg10taIvtrKldiioZigQaAiEA+wT/w0wFpUs1I4UO4sisH7YKpGHoQneB884RVlfyC1Q="}]}},"0.2.7":{"name":"karma-html-reporter","version":"0.2.7","description":"A Karma plugin. Report results in pretty html format.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"files":["jasmine_template.html","index.js"],"repository":{"type":"git","url":"git://github.com/dtabuenc/karma-html-reporter.git"},"keywords":["karma-plugin","karma-reporter","html"],"author":{"name":"Daniel Tabuenca","email":"dtabuenc@gmail.com"},"dependencies":{"mu2":"~0.5.19","lodash":"~2.2.0"},"peerDependencies":{"karma":">=0.11"},"license":"MIT","devDependencies":{"grunt":"~0.4.1","grunt-npm":"~0.0.2","grunt-bump":"~0.0.7","grunt-auto-release":"~0.0.2"},"contributors":[{"name":"jonyio","email":"johnny3k@gmail.com"},{"name":"Daniel Tabuenca","email":"dtabuenca@solutionstream.com"},{"name":"MikeMatusz","email":"mikematusz@gmail.com"},{"name":"David Epely","email":"david.epely@pmsipilot.com"},{"name":"Jonathan Argentiero","email":"jonathan.argentiero@gmail.com"},{"name":"Michaël Zasso","email":"mic.besace@gmail.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"},{"name":"nick.mccready","email":"nmccready@gmail.com"}],"gitHead":"bff3b4aed197f78463445af4a1b0ba7735cb8638","bugs":{"url":"https://github.com/dtabuenc/karma-html-reporter/issues"},"homepage":"https://github.com/dtabuenc/karma-html-reporter#readme","_id":"karma-html-reporter@0.2.7","_shasum":"fd73da9f1ac99fd5bafb309cf070942188e7ba63","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"dtabuenc@gmail.com"},"dist":{"shasum":"fd73da9f1ac99fd5bafb309cf070942188e7ba63","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/karma-html-reporter/-/karma-html-reporter-0.2.7.tgz","integrity":"sha512-FKh06s+iM9DTFjNmVbMxkFRtOciSVgQUTyK6oYymW+cBvdxhn2U7+EMaYSvFzN6hH9tVj07CWVyYROenPQuhcQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGbRW0dS5cYeBsXkMgXXMT6vgh08dbdGPVOeKn0ZQ3seAiEA2dRseCwcf/08XAWxF3W2yPIWAy/3nwwJdDyZQEnat3E="}]},"maintainers":[{"name":"anonymous","email":"dtabuenc@gmail.com"}]}},"name":"karma-html-reporter","time":{"modified":"2022-06-19T07:58:34.985Z","created":"2013-10-01T09:07:42.744Z","0.1.0":"2013-10-01T09:07:44.070Z","0.1.1":"2013-10-04T16:48:33.525Z","0.1.2":"2014-02-13T05:37:45.382Z","0.2.0":"2014-02-21T18:34:24.620Z","0.2.1":"2014-02-21T19:14:38.011Z","0.1.3":"2014-02-21T19:15:45.717Z","0.2.2":"2014-03-12T15:03:29.582Z","0.2.3":"2014-03-13T01:44:32.367Z","0.2.4":"2014-08-29T05:05:24.030Z","0.2.5":"2015-02-01T09:15:31.888Z","0.2.6":"2015-02-01T10:36:03.232Z","0.2.7":"2015-10-06T05:50:27.378Z"},"readmeFilename":"README.md","contributors":[{"name":"jonyio","email":"johnny3k@gmail.com"},{"name":"Daniel Tabuenca","email":"dtabuenca@solutionstream.com"},{"name":"MikeMatusz","email":"mikematusz@gmail.com"},{"name":"David Epely","email":"david.epely@pmsipilot.com"},{"name":"Jonathan Argentiero","email":"jonathan.argentiero@gmail.com"},{"name":"Michaël Zasso","email":"mic.besace@gmail.com"},{"name":"Shawn Fumo","email":"shawn@shawnfumo.com"},{"name":"nick.mccready","email":"nmccready@gmail.com"}],"homepage":"https://github.com/dtabuenc/karma-html-reporter#readme"}