traceback-safe
Version:
Easy access to the call stack, written in pure JavaScript
35 lines (34 loc) • 676 B
JSON
{
"name": "traceback-safe",
"version": "0.3.1-1",
"author": {
"name": "Jason Smith",
"email": "jhs@iriscouch.com"
},
"contributors": [{
"name": "Julian Wagner",
"email": "me@waaagner.de"
}],
"description": "Easy access to the call stack, written in pure JavaScript",
"keywords": [
"call",
"stack",
"trace",
"stacktrace",
"traceback",
"debug",
"line"
],
"homepage": "https://github.com/JulianHH/traceback",
"repository": {
"type": "git",
"url": "git://github.com/JulianHH/traceback"
},
"engines": ["node"],
"dependencies": {
},
"devDependencies": {
"tap": "0.1.3"
},
"main": "./api"
}