UNPKG

bench-chain

Version:

benchmark recording - averages & graphs.

80 lines (79 loc) 1.83 kB
{ "version": "0.5.1", "name": "bench-chain", "description": "benchmark recording - averages & graphs.", "main": "src/index", "scripts": { "examples": "node example/asyncs && node example/basic && node example/configstore && node example/single", "test": "ava --verbose", "docs": "jsdoc" }, "todoDependencies": { "fluent-skeleton": "*" }, "optionalDependencies": { "microtime": "*" }, "dependencies": { "obj-chain-core": "0.0.7", "obj-chain-plugin-config": "0.0.7", "benchmark": "2.1.4", "cli-table2": "^0.2.0", "flipchain": "*", "flipfile": "*", "fliplog": "^0.2.7", "fliptime": "^3.0.2", "funwithflags": "*", "lodash.debounce": "^4.0.8", "lodash.flatten": "^4.4.0", "lodash.forown": "^4.4.0", "script-chain": "*" }, "devDependencies": { "ava": "*", "doxdox": "*", "fosho": "0.0.12", "jsdoc": "3.4.3", "jsdoc-api": "3.0.0", "jsdoc-babel": "^0.3.0", "tui-jsdoc-template": "^1.1.0", "fluent-skeleton": "*" }, "keywords": [ "benchmark", "ui", "average", "graph", "time", "record" ], "author": "James <aretecode@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/aretecode/bench-chain" }, "homepage": "https://github.com/aretecode/bench-chain", "repository": { "type": "git", "url": "git+https://github.com/aretecode/bench-chain.git" }, "jsdocs": { "source": { "include": [ "readme.md", "src" ], "includePattern": ".+\\.js(doc)?$" }, "opts": { "recurse": true, "destination": "./jsdocs", "template": "node_modules/tui-jsdoc-template", "package": "package.json" }, "plugins": [ "node_modules/jsdoc-babel", "plugins/markdown" ] } }