Files
starface-outlook-sync-addin/node_modules/stack-chain/package.json
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

27 lines
509 B
JSON

{
"name": "stack-chain",
"description": "API for combining call site modifiers",
"version": "1.3.7",
"author": "Andreas Madsen <amwebdk@gmail.com>",
"scripts": {
"test": "tap ./test/simple"
},
"repository": {
"type": "git",
"url": "git://github.com/AndreasMadsen/stack-chain.git"
},
"keywords": [
"stack",
"chain",
"trace",
"call site",
"concat",
"format"
],
"devDependencies": {
"tap": "2.x.x",
"uglify-js": "2.5.x"
},
"license": "MIT"
}