UNPKG

node-oom-heapdump

Version:

Create a V8 heap snapshot when an "Out of Memory" error occurs, or create a heap snapshot or CPU profile on request.

52 lines (51 loc) 1.58 kB
{ "name": "node-oom-heapdump", "version": "3.7.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=80 --inspect ./tests/oom_app.js", "dummy": "node -e \"process.exit(0)\"" }, "repository": { "type": "git", "url": "git+https://github.com/blueconic/node-oom-heapdump.git" }, "binary": { "module_name": "node_oom_heapdump_native", "module_path": "./build/Release", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz", "host": "https://github.com/blueconic/node-oom-heapdump/releases/download/{version}" }, "engines": { "node": ">=10.0.0" }, "keywords": [ "nodejs", "memory-leak", "out-of-memory", "heapdump", "memory", "OnFatalError", "OnOOMError" ], "author": "Paul Rütter", "license": "MIT", "bugs": { "url": "https://github.com/blueconic/node-oom-heapdump/issues" }, "homepage": "https://github.com/blueconic/node-oom-heapdump#readme", "devDependencies": { "eslint-config-google": "^0.14.0" }, "dependencies": { "@mapbox/node-pre-gyp": "2.0.0", "bindings": "^1.5.0", "chrome-remote-interface": "^0.33.3", "nan": "^2.22.2", "require-main-filename": "^2.0.0", "ws": "^8.18.3" } }