UNPKG

592 BJSONView Raw
1{
2 "name": "eslint-formatter-compact",
3 "version": "8.40.0",
4 "description": "ESLint’s official `compact` formatter, unofficially published as a standalone module",
5 "keywords": [
6 "lint",
7 "javascript",
8 "ecmascript"
9 ],
10 "homepage": "https://github.com/fregante/eslint-formatters/tree/main/packages/eslint-formatter-compact",
11 "repository": "fregante/eslint-formatters",
12 "license": "MIT",
13 "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
14 "dependencies": {},
15 "engines": {
16 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ]
22}