eslint-formatter-tap
Version:
ESLint’s official `tap` formatter, unofficially published as a standalone module
25 lines (24 loc) • 604 B
JSON
{
"name": "eslint-formatter-tap",
"version": "8.40.0",
"description": "ESLint’s official `tap` formatter, unofficially published as a standalone module",
"keywords": [
"lint",
"javascript",
"ecmascript"
],
"homepage": "https://github.com/fregante/eslint-formatters/tree/main/packages/eslint-formatter-tap",
"repository": "fregante/eslint-formatters",
"license": "MIT",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"dependencies": {
"js-yaml": "^4.1.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"index.js",
"index.d.ts"
]
}