newman-reporter-htmlextra-onexit
Version:
A newman reporter with added handlebars helpers and separated request iterations
67 lines (66 loc) • 1.91 kB
JSON
{
"name": "newman-reporter-htmlextra-onexit",
"version": "1.2.3",
"description": "A newman reporter with added handlebars helpers and separated request iterations",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "node npm/test-all.js",
"test-integration": "node npm/test-integration.js",
"test-lint": "node npm/test-lint.js",
"test-system": "node npm/test-system.js",
"pre-publish": "npm pack",
"just-pack": "npm pack",
"local-dev": "npm link && cd node_modules/newman && npm link newman-reporter-htmlextra-onexit && cd ../.."
},
"deprecated": false,
"repository": {
"type": "git",
"url": "https://github.com/Havunen/newman-reporter-htmlextra-onexit.git"
},
"bugs": "https://github.com/Havunen/newman-reporter-htmlextra-onexit/issues",
"keywords": [
"newman",
"reporter",
"html",
"htmlextra"
],
"bin": {
"newman-reporter-htmlextra-onexit": "./bin/htmlextra.js"
},
"dependencies": {
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"commander": "^9.0.0",
"filesize": "^8.0.7",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"pretty-ms": "^7.0.1"
},
"author": "Danny Dainton",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
},
"peerDependencies": {
"newman": ">=5"
},
"devDependencies": {
"async": "^3.2.3",
"chai": "^4.3.6",
"colors": "^1.4.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "31.6.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-security": "^1.4.0",
"mocha": "^9.2.1",
"newman": "^5.3.2",
"parse-gitignore": "^1.0.1",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.5"
}
}