node/tools/eslint/node_modules/eslint-formatter-tap/package.json

25 lines
604 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"name": "eslint-formatter-tap",
"version": "8.40.0",
"description": "ESLints 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"
]
}