四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
621 B

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