1{ 2 "name": "benchmark", 3 "version": "2.1.4", 4 "description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.", 5 "homepage": "https://benchmarkjs.com/", 6 "license": "MIT", 7 "main": "benchmark.js", 8 "keywords": "benchmark, performance, speed", 9 "author": "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)", 10 "contributors": [ 11 "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)", 12 "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", 13 "Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)" 14 ], 15 "repository": "bestiejs/benchmark.js", 16 "scripts": { 17 "doc": "docdown benchmark.js doc/README.md style=github title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" toc=categories url=https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js", 18 "test": "node test/test" 19 }, 20 "dependencies": { 21 "lodash": "^4.17.4", 22 "platform": "^1.3.3" 23 }, 24 "devDependencies": { 25 "coveralls": "^2.12.0", 26 "docdown": "~0.7.2", 27 "istanbul": "0.4.5", 28 "qunit-extras": "^3.0.0", 29 "qunitjs": "^2.2.1", 30 "requirejs": "^2.3.3" 31 }, 32 "files": [ 33 "benchmark.js" 34 ] 35} 36