ofe
Version:
Overwrite OnFatalError to produce heapdump
32 lines (31 loc) • 649 B
JSON
{
"name": "ofe",
"main": "ofe",
"version": "0.6.0",
"keywords": [
"On Fatal Error",
"Fatal",
"Error",
"OnFatalError",
"SetFatalErrorHandler"
],
"description": "Overwrite OnFatalError to produce heapdump",
"homepage": "https://github.com/trevnorris/node-ofe",
"author": {
"name": "Trevor Norris",
"email": "trev.norris@gmail.com",
"url": "http://trevorjnorris.com"
},
"repository": {
"type": "git",
"url": "https://github.com/trevnorris/node-ofe.git"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"nan": "^2.1.0",
"bindings": "^1.2.1"
},
"license": "MIT"
}