nano-performance
Version:
An extremely lightweight node module that measures execution time in nanoseconds
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "nano-performance",
"version": "1.0.1",
"description": "An extremely lightweight node module that measures execution time in nanoseconds",
"main": "dist/index.js",
"scripts": {
"test": "mocha --reporter mochawesome",
"build": "npx prettier --write . && tsc",
"deploy": "npx prettier --check . && tsc && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/agilitehub/node-nano-performance"
},
"keywords": [
"agilit-e",
"agilite",
"performance",
"speed",
"hrtime",
"milliseconds",
"nanoseconds",
"execution speed"
],
"author": "Agilit-e",
"license": "MIT",
"bugs": {
"url": "https://github.com/agilitehub/node-nano-performance/issues",
"email": "support@agilite.io"
},
"homepage": "https://agilite.io",
"engines": {
"node": ">=8.5.0"
},
"devDependencies": {
"@types/node": "22.2.0",
"chai": "5.1.1",
"eslint": "9.9.0",
"mocha": "10.7.3",
"mochawesome": "7.1.3",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"contributors": [
{
"name": "John Jardin",
"email": "support@agilite.io",
"url": "https://agilite.io"
}
]
}