timeit-async
Version:
helps you time your async functions
27 lines (26 loc) • 550 B
JSON
{
"name": "timeit-async",
"version": "1.0.1",
"description": "helps you time your async functions",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Neppord/timeit-async.git"
},
"keywords": [
"timeit",
"timeit-async",
"profile",
"speed",
"time"
],
"author": "Samuel Ytterbrink",
"license": "MIT",
"bugs": {
"url": "https://github.com/Neppord/timeit-async/issues"
},
"homepage": "https://github.com/Neppord/timeit-async",
"directories": {
"test": "test"
}
}