@mnrendra/stack-trace
Version:
A lightweight stack trace utility to retrieve CallSite objects from a specific caller.
34 lines (33 loc) • 798 B
JSON
{
"name": "@mnrendra/stack-trace",
"version": "3.1.4",
"description": "A lightweight stack trace utility to retrieve CallSite objects from a specific caller.",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/stack-trace.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "mnrendra@users.noreply.github.com",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/stack-trace/issues"
},
"homepage": "https://github.com/mnrendra/stack-trace#readme",
"keywords": [
"stack-trace",
"stack",
"trace",
"callsites",
"call-sites",
"call",
"sites",
"caller",
"callee"
]
}