loopbench
Version:
Benchmark your event loop
34 lines (33 loc) • 739 B
JSON
{
"name": "loopbench",
"version": "2.0.0",
"description": "Benchmark your event loop",
"main": "loopbench.js",
"scripts": {
"test": "standard && tape test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/loopbench.git"
},
"keywords": [
"benchmark",
"event",
"loop"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/loopbench/issues"
},
"homepage": "https://github.com/mcollina/loopbench#readme",
"devDependencies": {
"pre-commit": "^1.2.2",
"standard": "^16.0.4",
"tap-spec": "^5.0.0",
"tape": "^5.5.2"
},
"engines": {
"node": ">=12.0.0"
}
}