You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"llnode": "llnode.js"
},
"scripts": {
"preinstall": "node scripts/configure.js",
"install": "node scripts/install.js",
"postinstall": "node scripts/cleanup.js",
"test-plugin": "tape test/plugin/*-test.js",
"test-addon": "tape test/addon/*-test.js",
"test-all": "npm run test-addon && npm run test-plugin",