1 | {
|
2 | "name": "eslint-formatter-codeframe",
|
3 | "version": "7.32.1",
|
4 | "description": "ESLint’s official `codeframe` formatter, extracted from ESLint 7",
|
5 | "keywords": [
|
6 | "lint",
|
7 | "javascript",
|
8 | "ecmascript"
|
9 | ],
|
10 | "repository": "fregante/eslint-formatter-codeframe",
|
11 | "license": "MIT",
|
12 | "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
|
13 | "dependencies": {
|
14 | "@babel/code-frame": "7.12.11",
|
15 | "chalk": "^4.0.0"
|
16 | },
|
17 | "engines": {
|
18 | "node": "^10.12.0 || >=12.0.0"
|
19 | },
|
20 | "files": [
|
21 | "index.js",
|
22 | "index.d.ts"
|
23 | ],
|
24 | "scripts": {
|
25 | "test": "mocha"
|
26 | },
|
27 | "devDependencies": {
|
28 | "chai": "^4.3.4",
|
29 | "mocha": "^9.0.3",
|
30 | "path": "^0.12.7",
|
31 | "proxyquire": "^2.1.3",
|
32 | "sinon": "^11.1.2",
|
33 | "strip-ansi": "^6.0.0"
|
34 | }
|
35 | }
|