get-stack
Version:
Get stack info for a position in code.
33 lines (32 loc) • 689 B
JSON
{
"name": "get-stack",
"version": "1.0.2",
"description": "Get stack info for a position in code.",
"main": "index.js",
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "https://github.com/MauriceButler/get-stack.git"
},
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/get-stack/issues"
},
"homepage": "https://github.com/MauriceButler/get-stack",
"keywords": [
"stack",
"stacktrace",
"line number",
"filename",
"function",
"error",
"backtrace",
"trace"
],
"devDependencies": {
"tape": "^3.5.0"
}
}