UNPKG

damage

Version:

A simple way to calculate the 'damage' of running a task in Node.JS.

37 lines (36 loc) 768 B
{ "name": "damage", "version": "0.0.6", "description": "A simple way to calculate the 'damage' of running a task in Node.JS.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/pedronasser/damage" }, "keywords": [ "benchmark", "calculate", "damage", "process", "memory", "delay", "leak", "heap" ], "author": "Pedro Nasser <pedro@yept.net>", "license": "MIT", "bugs": { "url": "https://github.com/pedronasser/damage/issues" }, "dependencies": { "q": "~0.9.7", "commander": "~2.0.0", "lodash": "~2.2.1", "colors": "~0.6.2", "usage": "~0.3.8", "heapdump": "~0.2.3" } }