leakage
Version:
Memory leak testing for node. Javascript memory footprinting using your favorite test runner.
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "leakage",
"version": "0.5.0",
"description": "Memory leak testing for node. Javascript memory footprinting using your favorite test runner.",
"main": "lib/index",
"scripts": {
"test": "mocha --timeout 60000 test/",
"posttest": "standard src/**/*.js test/**/*.js"
},
"author": "Andy Wermke <andy@dev.next-step-software.com>",
"contributors": [
"Brandon Mills (https://github.com/btmills)"
],
"license": "MIT",
"repository": "andywer/leakage",
"bugs": "https://github.com/andywer/leakage/issues",
"keywords": [
"memory leak",
"testing",
"node",
"javascript",
"v8",
"heap"
],
"files": [
"lib/"
],
"engines": {
"node": ">= 6.0"
},
"dependencies": {
"@aidemaster/node-memwatch": "^1.0.5",
"es6-error": "^4.0.2",
"left-pad": "^1.1.3",
"minimist": "^1.2.0",
"pretty-bytes": "^4.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^5.2.0",
"standard": "^11.0.1"
}
}