{ "_args": [ [ "mochawesome@7.1.3", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "mochawesome@7.1.3", "_id": "mochawesome@7.1.3", "_inBundle": false, "_integrity": "sha512-Vkb3jR5GZ1cXohMQQ73H3cZz7RoxGjjUo0G5hu0jLaW+0FdUxUwg3Cj29bqQdh0rFcnyV06pWmqmi5eBPnEuNQ==", "_location": "/mochawesome", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mochawesome@7.1.3", "name": "mochawesome", "escapedName": "mochawesome", "rawSpec": "7.1.3", "saveSpec": null, "fetchSpec": "7.1.3" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/mochawesome/-/mochawesome-7.1.3.tgz", "_spec": "7.1.3", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Adam Gruber" }, "bugs": { "url": "https://github.com/adamgruber/mochawesome/issues" }, "dependencies": { "chalk": "^4.1.2", "diff": "^5.0.0", "json-stringify-safe": "^5.0.1", "lodash.isempty": "^4.4.0", "lodash.isfunction": "^3.0.9", "lodash.isobject": "^3.0.2", "lodash.isstring": "^4.0.1", "mochawesome-report-generator": "^6.2.0", "strip-ansi": "^6.0.1", "uuid": "^8.3.2" }, "description": "A gorgeous reporter for Mocha.js", "devDependencies": { "cross-env": "^7.0.3", "eslint": "^7.20.0", "eslint-config-prettier": "^7.2.0", "husky": "^5.0.9", "lint-staged": "^10.5.4", "mocha": "^8.3.0", "nyc": "^15.1.0", "prettier": "^2.2.1", "proxyquire": "^2.1.0", "should": "^13.2.3", "sinon": "^9.2.4" }, "eslintConfig": { "extends": [ "eslint:recommended", "prettier" ], "env": { "es6": true, "mocha": true, "node": true }, "parserOptions": { "ecmaVersion": 9 } }, "files": [ "addContext.js", "register.js", "src" ], "homepage": "https://github.com/adamgruber/mochawesome#readme", "keywords": [ "mocha", "reporter", "json", "html" ], "license": "MIT", "lint-staged": { "*.js": "eslint --cache --fix", "*.{js,css,md}": "prettier --write" }, "main": "src/mochawesome.js", "name": "mochawesome", "nyc": { "include": [ "src/*.js" ], "reporter": [ "lcov", "html", "text-summary" ], "cache": false, "check-coverage": true, "lines": 99, "statements": 99, "functions": 100, "branches": 90 }, "peerDependencies": { "mocha": ">=7" }, "prettier": { "arrowParens": "avoid", "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5" }, "repository": { "type": "git", "url": "git+https://github.com/adamgruber/mochawesome.git" }, "scripts": { "lint": "eslint src test*", "prepack": "npm run test", "tdd": "npm run lint && cross-env NODE_ENV=test nyc mocha --config test/.mocharc.json --watch", "test": "npm run lint && cross-env NODE_ENV=test nyc mocha --config test/.mocharc.json", "test:ctx": "mocha test-functional/test-context.js --config test-functional/.mocharc.json", "test:fn": "mocha test-functional --config test-functional/.mocharc.json", "test:mem": "mocha test-functional/mem-test.js --config test-functional/.mocharc.json", "test:par": "mocha test-parallel --parallel --config test-parallel/.mocharc.json", "test:prog": "node ./test-programmatic" }, "version": "7.1.3" }