UNPKG

performance-results-parser

Version:
41 lines (40 loc) 916 B
{ "name": "performance-results-parser", "version": "0.0.7", "description": "Parse performance test results from JMeter and many more", "main": "src/index.js", "files": [ "/src" ], "scripts": { "test": "c8 mocha tests" }, "repository": { "type": "git", "url": "git+https://github.com/test-results-reporter/performance-results-parser.git" }, "keywords": [ "jmeter", "performance", "test", "results", "parse", "parser" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/test-results-reporter/performance-results-parser/issues" }, "homepage": "https://github.com/test-results-reporter/performance-results-parser#readme", "dependencies": { "csvjson": "^5.1.0", "globrex": "^0.1.2", "parse-jtl": "^1.0.3", "totalist": "^3.0.0" }, "devDependencies": { "c8": "^7.12.0", "mocha": "^10.0.0" } }