UNPKG

traceback

Version:

Easy access to the call stack, written in pure JavaScript

21 lines (17 loc) 635 B
{ "name": "traceback" , "version": "0.3.1" , "author": { "name": "Jason Smith" , "email": "jhs@iriscouch.com" } , "description": "Easy access to the call stack, written in pure JavaScript" , "keywords" : ["call", "stack", "trace", "stacktrace", "traceback", "debug", "line"] , "homepage": "http://github.com/iriscouch/traceback" , "repository": { "type": "git" , "url": "git://github.com/iriscouch/traceback" } , "engines": [ "node" ] , "scripts": { "test": "tap test/" } , "dependencies" : { } , "devDependencies": { "tap": "~0.4.12" } , "main": "./api" }