Files
memecoin-botV2/.pnpm-store/v10/files/af/de59eec1393dc62f8b7abd16b94c25b499a7ba512a3afdd2acd0bb20ccb6c28613fec96d9b89ba10e0624e08a3d8d1605a14e949bbfd92936e302ed5c57905

24 lines
485 B
Plaintext

{
"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"
}