@ava/babel-plugin-throws-helper
Version:
Babel plugin for protecting against improper use of `t.throws()` in AVA
44 lines (43 loc) • 841 B
JSON
{
"name": "@ava/babel-plugin-throws-helper",
"version": "4.0.0",
"description": "Babel plugin for protecting against improper use of `t.throws()` in AVA",
"license": "MIT",
"repository": "avajs/babel-plugin-throws-helper",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"engines": {
"node": ">=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0"
},
"scripts": {
"test": "xo && nyc ava"
},
"files": [
"index.js"
],
"keywords": [
"babel-plugin",
"babel",
"helper",
"ava",
"assertion",
"throws"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"ava": "^2.2.0",
"codecov": "^3.5.0",
"nyc": "^14.1.1",
"xo": "^0.24.0"
},
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
}
}