dumpme
Version:
Creates a coredump of the current process, without killing it
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "dumpme",
"main": "index.js",
"version": "2.0.0",
"author": "The Kuzzle Team <support@kuzzle.io>",
"description": "Creates a coredump of the current process, without killing it",
"keywords": [
"core",
"coredump",
"ptrace",
"gcore",
"process dump"
],
"scripts": {
"clean": "node-gyp clean",
"configure": "node-gyp configure",
"build": "node-gyp build",
"rebuild": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuzzleio/dumpme.git"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.22.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"cz-conventional-changelog": "^3.3.0",
"node-gyp": "^11.0.0",
"semantic-release-config-kuzzle": "^1.1.2"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
},
"license": "MIT",
"files": [
"CHANGELOG.md",
"binding.gyp",
"lib/dumpme.cc",
"lib/dumpme.h"
]
}