{ "_from": "cypress-multi-reporters@^1.6.4", "_id": "cypress-multi-reporters@1.6.4", "_inBundle": false, "_integrity": "sha512-3xU2t6pZjZy/ORHaCvci5OT1DAboS4UuMMM8NBAizeb2C9qmHt+cgAjXgurazkwkPRdO7ccK39M5ZaPCju0r6A==", "_location": "/cypress-multi-reporters", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cypress-multi-reporters@^1.6.4", "name": "cypress-multi-reporters", "escapedName": "cypress-multi-reporters", "rawSpec": "^1.6.4", "saveSpec": null, "fetchSpec": "^1.6.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/cypress-multi-reporters/-/cypress-multi-reporters-1.6.4.tgz", "_shasum": "6f9d25ed8a0d8d7fa5597977adcd2237d1249931", "_spec": "cypress-multi-reporters@^1.6.4", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Stanley Ng" }, "bugs": { "url": "https://github.com/you54f/cypress-multi-reporters/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Yousaf Nabi", "email": "yousafn@gmail.com" }, { "name": "Brett Zamir" } ], "dependencies": { "debug": "^4.3.4", "lodash": "^4.17.21" }, "deprecated": false, "description": "Generate multiple mocha reports in a single mocha execution.", "devDependencies": { "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.1.4", "chai": "4.3.6", "coveralls": "3.1.1", "eslint": "7.32.0", "eslint-config-defaults": "9.0.0", "husky": "6.0.0", "mocha": "8.4.0", "mocha-lcov-reporter": "1.3.0", "nyc": "15.1.0", "sinon": "13.0.2", "standard-version": "9.3.2" }, "engines": { "node": ">=6.0.0" }, "eslintConfig": { "extends": "defaults" }, "homepage": "https://github.com/you54f/cypress-multi-reporters", "husky": { "hooks": { "lint": "lint", "test": "test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "keywords": [ "mocha", "reporter" ], "license": "MIT", "main": "index.js", "name": "cypress-multi-reporters", "nyc": { "reporter": [ "html", "text" ] }, "peerDependencies": { "mocha": ">=3.1.2" }, "repository": { "type": "git", "url": "git+https://github.com/you54f/cypress-multi-reporters.git" }, "scripts": { "deploy:prepare": "./scripts/create_npmrc_file.sh", "devtest": "nyc mocha --require node_modules/chai/register-expect --no-coverage --timeout 5000 tests/**/*.test.js*", "lint": "eslint .", "release": "standard-version", "release:trigger": "./scripts/trigger-release.sh", "test": "nyc mocha --require node_modules/chai/register-expect --timeout 5000 tests/**/*.test.js*" }, "version": "1.6.4" }