UNPKG

666 BJSONView Raw
1{
2 "name": "eslint-formatter-stylish",
3 "version": "8.40.0",
4 "description": "ESLint’s official `stylish` 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-stylish",
11 "repository": "fregante/eslint-formatters",
12 "license": "MIT",
13 "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
14 "dependencies": {
15 "chalk": "^4.0.0",
16 "strip-ansi": "^6.0.1",
17 "text-table": "^0.2.0"
18 },
19 "engines": {
20 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
21 },
22 "files": [
23 "index.js",
24 "index.d.ts"
25 ]
26}