UNPKG

karma-benchmark

Version:

Run Benchmark.js over multiple Browsers, with CI compatible output

69 lines (68 loc) 1.88 kB
{ "name": "karma-benchmark", "description": "Run Benchmark.js over multiple Browsers, with CI compatible output", "version": "1.0.4", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": "https://github.com/JamieMason/karma-benchmark/issues", "contributors": [ "Jacob Rask (https://github.com/jacobrask)", "Jared Sprague (https://github.com/Jared-Sprague)", "Larry Davis (https://github.com/lazd)", "Micha Reiser (https://github.com/MichaReiser)" ], "dependencies": { "lodash": "4.17.15", "platform": "1.3.5" }, "devDependencies": { "@types/benchmark": "1.0.31", "@types/karma": "3.0.3", "@types/lodash": "4.14.136", "@types/node": "12.6.8", "@types/platform": "1.3.2", "benchmark": "2.1.4", "karma": "3.1.4", "prettier": "1.18.2", "rimraf": "2.6.3", "ts-loader": "6.0.4", "tslint": "5.18.0", "typescript": "3.5.3", "webpack": "4.36.1", "webpack-cli": "3.3.6" }, "files": [ "dist/" ], "homepage": "https://github.com/JamieMason/karma-benchmark", "keywords": [ "benchmark", "benchmarking", "jsperf", "karma", "karma-framework", "karma-plugin", "monitoring", "performance", "profiling" ], "license": "MIT", "main": "dist/index.js", "peerDependencies": { "benchmark": "^2.1.4", "karma": "^4.2.0" }, "repository": "JamieMason/karma-benchmark", "resolutions": { "lodash": ">=4.17.15" }, "scripts": { "build": "npm run build:client && npm run build:loader", "build:client": "webpack --config ./webpack.config.js", "build:loader": "tsc --project .", "format": "prettier --write 'README.md' './{src,examples}/**/*.{ts,js}'", "lint": "tslint --fix --project ./tsconfig.json", "prebuild": "rimraf dist", "prelint": "npm run format", "prepack": "npm run build" } }