blob: 3e8b7b2c023d3535e0869b0959616cda4d654fc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "stackback",
"version": "0.0.2",
"description": "return list of CallSite objects from a captured stacktrace",
"main": "index.js",
"scripts": {
"test": "mocha --ui qunit"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-stackback.git"
},
"keywords": [
"stacktrace",
"trace",
"stack"
],
"devDependencies": {
"mocha": "~1.6.0"
},
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT"
}
|