@hstech/node-oom-heapdump-s3
Version:
Create a V8 heap snapshot when an "Out of Memory" error occurs, or create a heap snapshot or CPU profile on request.
55 lines (54 loc) • 1.54 kB
JSON
{
"name": "@hstech/node-oom-heapdump-s3",
"version": "2.4.1",
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
"main": "index.js",
"scripts": {
"rebuild": "node-pre-gyp install --build-from-source",
"install": "node-pre-gyp install --fallback-to-build",
"test": "node --max_old_space_size=20 --inspect ./tests/oom_app.js",
"dummy": "node -e \"process.exit(0)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/roonie007/node-oom-heapdump.git"
},
"binary": {
"module_name": "node_oom_heapdump_native",
"module_path": "./build/Release",
"host": "https://github.com/roonie007/node-oom-heapdump/releases/download/{version}"
},
"engines": {
"node": ">=7.0.0"
},
"keywords": [
"nodejs",
"memory-leak",
"out-of-memory",
"heapdump",
"memory",
"OnFatalError",
"OnOOMError"
],
"author": "Paul Rütter",
"license": "MIT",
"bugs": {
"url": "https://github.com/roonie007/node-oom-heapdump/issues"
},
"homepage": "https://github.com/roonie007/node-oom-heapdump#readme",
"devDependencies": {
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.7"
},
"dependencies": {
"aws-sdk": "^2.929.0",
"bindings": "^1.5.0",
"chrome-remote-interface": "^0.28.2",
"gc-stats": "^1.4.0",
"nan": "^2.14.2",
"node-pre-gyp": "^0.17.0",
"path": "^0.12.7",
"require-main-filename": "^2.0.0",
"ws": "^7.4.6"
}
}