stackedy
Version:
Roll your own stack traces and control program execution through AST manipulation
44 lines (43 loc) • 971 B
JSON
{
"name" : "stackedy",
"description" : "Roll your own stack traces and control program execution through AST manipulation",
"version" : "0.1.10",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-stackedy.git"
},
"main" : "./index.js",
"keywords" : [
"stack",
"trace",
"ast",
"error",
"exception",
"trap",
"catch"
],
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
},
"dependencies" : {
"burrito" : ">=0.2.5 <0.3",
"jsonify" : "0.0.x"
},
"devDependencies" : {
"tap" : "~0.2.4"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}