UNPKG

benchtable

Version:

Benchmark.js results in ascii tables for NodeJS

40 lines (39 loc) 887 B
{ "name": "benchtable", "preferGlobal": false, "version": "0.1.0", "author": "Ivan Zuzak <izuzak@gmail.com> (http://ivanzuzak.info)", "description": "Benchmark.js results in ascii tables for NodeJS", "bugs": { "url": "https://github.com/izuzak/benchtable/issues" }, "homepage": "https://github.com/izuzak/benchtable", "main": "./benchtable.js", "repository": { "type": "git", "url": "git+https://github.com/izuzak/benchtable.git" }, "keywords": [ "nodejs", "benchmarking", "performance", "table", "colors", "javascript" ], "dependencies": { "benchmark": "^2.0.0", "cli-table": "^0.3.1", "color-it": "^1.2.0" }, "engines": { "node": ">=4.0.0" }, "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "Apache-2.0" }