{
  "_from": "jest-html-reporter@3.3.0",
  "_id": "jest-html-reporter@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-C3pV625+Zy0ly0KQLDj2VDFNfiFYHrOkIh/AV20jZptbYfSlxtqEDOKGW5OKUxnxdBPj+73fGMgnLysxenNBYA==",
  "_location": "/jest-html-reporter",
  "_phantomChildren": {
    "@babel/code-frame": "7.12.11",
    "@types/istanbul-lib-coverage": "2.0.3",
    "@types/istanbul-lib-report": "3.0.0",
    "@types/yargs": "15.0.12",
    "ansi-regex": "5.0.0",
    "ansi-styles": "4.3.0",
    "collect-v8-coverage": "1.0.1",
    "graceful-fs": "4.2.4",
    "is-ci": "2.0.0",
    "make-dir": "3.1.0",
    "micromatch": "4.0.2",
    "slash": "3.0.0",
    "supports-color": "7.2.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jest-html-reporter@3.3.0",
    "name": "jest-html-reporter",
    "escapedName": "jest-html-reporter",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/jest-html-reporter/-/jest-html-reporter-3.3.0.tgz",
  "_shasum": "5900e16742bc4d209b47185a8b7d47eb77027121",
  "_spec": "jest-html-reporter@3.3.0",
  "_where": "/usr/local/cpanel/base",
  "author": {
    "name": "Johan Hargne"
  },
  "browserslist": [
    "since 2017-06"
  ],
  "bugs": {
    "url": "https://github.com/Hargne/jest-html-reporter/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-typescript": "^7.8.3",
    "@jest/console": "^25.1.0",
    "@jest/test-result": "^25.1.0",
    "@jest/types": "^25.1.0",
    "@types/dateformat": "^3.0.1",
    "@types/jest": "^25.1.4",
    "@types/mkdirp": "^1.0.0",
    "@types/node": "^12.12.7",
    "@types/sinon": "^7.5.2",
    "dateformat": "3.0.2",
    "mkdirp": "^1.0.3",
    "sinon": "^9.0.1",
    "strip-ansi": "6.0.0",
    "xmlbuilder": "15.0.0"
  },
  "deprecated": false,
  "description": "Jest test results processor for generating a summary in HTML",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^7.1.1",
    "babel-jest": "^25.2.4",
    "jest": "^25.1.0",
    "rollup": "1.20.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^5.3.0",
    "ts-jest": "^25.3.0",
    "tslint": "^5.12.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.2"
  },
  "engines": {
    "node": ">=4.8.3"
  },
  "files": [
    "dist",
    "style"
  ],
  "homepage": "https://github.com/Hargne/jest-html-reporter#readme",
  "keywords": [
    "jest",
    "html",
    "reporter",
    "report",
    "plugin"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "jest-html-reporter",
  "peerDependencies": {
    "jest": "19.x - 26.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hargne/jest-html-reporter.git"
  },
  "scripts": {
    "build": "npm run test && npm run bundle",
    "bundle": "rollup -c",
    "jest": "jest --no-cache --config=jest.config.json",
    "lint": "tslint --project . -e '**/*.js' -e '**/*.json'",
    "test": "npm run lint && npm run bundle && npm run jest",
    "tsc": "tsc"
  },
  "unpkg": "dist/index.js",
  "version": "3.3.0"
}
