call-stack
Version:
call-stack module (originally by Finley.Z.M.F)
25 lines (24 loc) • 495 B
JSON
{
"name": "call-stack",
"version": "0.0.2",
"description": "call-stack module (originally by Finley.Z.M.F)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://git.coding.net/zmf/call-stack.git"
},
"keywords": [
"stack",
"callstack",
"call-stack",
"pointer",
"alloc",
"simple"
],
"author": "Finley.Z.M.F <Finley.Z.M.F@qq.com>",
"license": "MIT",
"readmeFilename": "./README.md",
"scripts": {
"test": "node test.js"
}
}