UNPKG

@stdlib/bench

Version:

Benchmark harness.

81 lines (80 loc) 1.6 kB
{ "name": "@stdlib/bench", "version": "0.4.3", "description": "Benchmark harness.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "bin": { "bench": "./bin/cli" }, "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/bench.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert": "^0.3.2", "@stdlib/cli": "^0.3.2", "@stdlib/fs": "^0.3.2", "@stdlib/process": "^0.3.2", "@stdlib/regexp": "^0.3.2", "@stdlib/streams": "^0.3.2", "@stdlib/string": "^0.3.2", "@stdlib/time": "^0.3.2", "@stdlib/utils": "^0.3.2", "glob": "^7.0.5", "resolve": "^1.1.7" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "standard", "library", "lib", "bench", "benchmark", "tap", "harness", "measure", "performance", "perf" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }