{ | |
"author": "TJ Holowaychuk <tj@vision-media.ca>", | |
"contributors": [ | |
"TonyHe <coolhzb@163.com>", | |
"ForbesLindesay" | |
], | |
"dependencies": { | |
"callsite": "1.0.0" | |
}, | |
"description": "Better assertions for node, reporting the expr, filename, lineno etc", | |
"engines": { | |
"node": "*" | |
}, | |
"keywords": [ | |
"assert", | |
"stack", | |
"trace", | |
"debug" | |
], | |
"main": "index", | |
"name": "better-assert", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/visionmedia/better-assert.git" | |
}, | |
"version": "1.0.2" | |
} |