wallet-core/node_modules/better-assert/package.json

28 lines
621 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"name": "better-assert",
2016-11-03 01:33:53 +01:00
"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"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/better-assert.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"main": "index",
"engines": {
"node": "*"
2016-10-10 03:43:44 +02:00
}
}