This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/better-assert/package.json
2020-11-01 22:46:04 +00:00

28 lines
621 B
JSON

{
"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": "*"
}
}