event-loop-stats
Version:
Exposes stats about the libuv default loop
38 lines (37 loc) • 862 B
JSON
{
"name": "event-loop-stats",
"version": "1.4.1",
"description": "Exposes stats about the libuv default loop",
"main": "src/eventLoopStats.js",
"types": "src/eventLoopStats.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bripkens/event-loop-stats.git"
},
"author": "Ben Blackmore <bripkens@gmail.com>",
"license": "MIT",
"keywords": [
"libuv",
"stats",
"monitoring",
"loop"
],
"scripts": {
"install": "node-gyp rebuild",
"rebuild": "node-gyp rebuild",
"test": "mocha && tsc --noEmit --strict --esModuleInterop --module commonjs test/types.ts"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"nan": "^2.14.0"
},
"gypfile": true,
"devDependencies": {
"@types/node": "^17.0.10",
"chai": "4.1.2",
"mocha": "5.2.0",
"typescript": "^4.5.4"
}
}