leaked-handles
Version:
Detect any handles leaked in node
54 lines (53 loc) • 1.49 kB
JSON
{
"name": "leaked-handles",
"version": "5.2.0",
"description": "Detect any handles leaked in node",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/leaked-handles.git",
"main": "index",
"homepage": "https://github.com/Raynos/leaked-handles",
"bugs": {
"url": "https://github.com/Raynos/leaked-handles/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Raynos"
}
],
"dependencies": {
"process": "^0.10.0",
"weakmap-shim": "^1.1.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"jshint": "^2.5.0",
"lint-trap": "git://github.com/Raynos/lint-trap",
"pre-commit": "0.0.5",
"tap-spec": "^0.1.8",
"tape": "^2.12.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/leaked-handles/raw/master/LICENSE"
}
],
"scripts": {
"test": "NODE_ENV=test node test/index.js | tap-spec",
"unit-test": "NODE_ENV=test node test/index.js | tap-spec",
"cover": "istanbul cover --report none --print detail test/index.js",
"view-cover": "istanbul report html && open ./coverage/index.html",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)",
"phantom": "run-browser test/index.js -b",
"browser": "run-browser test/index.js"
},
"engine": {
"node": ">= 0.8.x"
},
"pre-commit": [
"unit-test"
],
"ngen-version": "4.0.3"
}