UNPKG

macaca-reporter

Version:

Reporter for mocha and other frameworks.

121 lines (120 loc) 3.59 kB
{ "name": "macaca-reporter", "version": "1.9.16", "description": "Reporter for mocha and other frameworks.", "keywords": [ "macaca", "reporter", "coverage" ], "files": [ "bin", "dist/*.js", "dist/*.css", "lib/**/*.js", "lib/*.html" ], "bin": { "macaca-reporter": "./bin/macaca-reporter.js", "macaca-reporter-merge": "./bin/merge-reporter.js" }, "main": "lib/macaca-reporter.js", "repository": { "type": "git", "url": "git@github.com:macacajs/macaca-reporter.git" }, "dependencies": { "commander": "^9.3.0", "is-ci": "^2.0.0", "macaca-circular-json": "*", "macaca-coverage": "1", "macaca-utils": "^1.0.0", "microtemplate2": "2", "mocha": "^5.2.0", "remap-istanbul": "^0.11.0", "xlogger": "^1.0.6" }, "devDependencies": { "@ant-design/icons": "^4.7.0", "@antv/g6-editor": "~1.2.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", "@babel/plugin-proposal-optional-chaining": "^7.16.7", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@babel/runtime": "^7.0.0", "antd": "^4.16.13", "babel-loader": "^8.0.0", "babel-plugin-import": "^1.2.1", "babel-plugin-istanbul": "^5.0.1", "classnames": "^2.3.1", "concurrently": "^7.2.2", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "d3-tree": "^1.0.24", "eslint": "7", "eslint-config-airbnb": "^19.0.4", "eslint-config-egg": "^11.0.1", "eslint-config-prettier": "^6.9.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-mocha": "^4.11.0", "eslint-plugin-react": "^7.2.1", "flatted": "^2.0.0", "git-contributor": "1", "husky": "^1.3.1", "jsdom": "^20.0.0", "json-loader": "^0.5.7", "less": "^4.1.2", "less-loader": "^10.2.0", "lodash": "^4.17.4", "macaca-cli": "2", "macaca-ecosystem": "*", "macaca-playwright": "1", "macaca-wd": "3", "mini-css-extract-plugin": "^2.5.3", "nyc": "^15.1.0", "photoswipe": "4.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-ga": "^3.3.0", "react-syntax-highlighter": "^5.6.3", "socket.io": "^2.0.3", "style-loader": "^0.18.2", "stylelint": "12", "svg-sprite-loader": "^6.0.11", "svgo": "^2.8.0", "svgo-loader": "^3.0.0", "urllib": "^3.1.0", "vuepress": "^1.5.2", "webpack": "^5.69.1", "webpack-cli": "^4.9.0", "webpack-dev-server": "^4.7.4" }, "scripts": { "dev": "cross-env NODE_ENV=development webpack serve", "dev:e2e": "NODE_ENV=test npm run dev", "gen": "node ./scripts/dev-from-html-reporter.js", "build": "cross-env NODE_ENV=production webpack", "eslint": "eslint . --ext js,jsx --fix", "stylelint": "stylelint --fix assets/**/*.less -s less", "lint": "npm run eslint && npm run stylelint", "prepublishOnly": "npm run build", "test:e2e": "macaca run -d ./e2e --verbose -f mocha --f_options --recursive", "test:unit": "nyc --reporter=lcov --reporter=text mocha", "contributor": "git-contributor", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "husky": { "hooks": { "pre-commit": "npm run lint" } }, "homepage": "https://macacajs.github.io", "license": "MIT" }