|
1 | 1 | { |
2 | | - "name": "webhint-formatter-json-object", |
3 | | - "version": "1.3.0", |
4 | | - "description": "A JSON object formatter for webhint", |
5 | | - "main": "dist/src/formatter.js", |
6 | | - "files": [ |
7 | | - "dist/src", |
8 | | - "images" |
9 | | - ], |
10 | | - "scripts": { |
11 | | - "build": "tsc -b", |
12 | | - "clean": "rimraf dist", |
13 | | - "lint": "eslint . --cache", |
14 | | - "release": "tsc --inlineSourceMap false --removeComments true", |
15 | | - "test": "ava" |
16 | | - }, |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "git+https://github.com/burgwyn/webhint-formatter-json-object.git" |
20 | | - }, |
21 | | - "keywords": [ |
22 | | - "json", |
23 | | - "webhint", |
24 | | - "webhint-formatter" |
25 | | - ], |
26 | | - "author": "Nat Burgwyn", |
27 | | - "license": "Apache-2.0", |
28 | | - "bugs": { |
29 | | - "url": "https://github.com/burgwyn/webhint-formatter-json-object/issues" |
30 | | - }, |
31 | | - "homepage": "https://github.com/burgwyn/webhint-formatter-json-object#readme", |
32 | | - "dependencies": { |
33 | | - "@hint/utils": "^7.0.23", |
34 | | - "@hint/utils-debug": "^1.0.11", |
35 | | - "@hint/utils-fs": "^1.0.16", |
36 | | - "@hint/utils-types": "^1.2.1", |
37 | | - "lodash": "^4.17.21" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@eslint/js": "^9.21.0", |
41 | | - "@stylistic/eslint-plugin-ts": "^3.0.0", |
42 | | - "@types/debug": "^4.1.10", |
43 | | - "@types/lodash": "^4.17.4", |
44 | | - "@types/node": "^22.2.0", |
45 | | - "@types/proxyquire": "^1.3.30", |
46 | | - "@types/sinon": "^17.0.3", |
47 | | - "@typescript-eslint/eslint-plugin": "^8.26.0", |
48 | | - "@typescript-eslint/parser": "^8.26.0", |
49 | | - "ava": "^6.1.3", |
50 | | - "eslint": "^9.21.0", |
51 | | - "globals": "^16.0.0", |
52 | | - "proxyquire": "^2.1.3", |
53 | | - "rimraf": "^6.0.1", |
54 | | - "sinon": "^19.0.2", |
55 | | - "typescript": "^5.8.2" |
56 | | - }, |
57 | | - "peerDependencies": { |
58 | | - "hint": "^7.0.0" |
59 | | - } |
| 2 | + "name": "webhint-formatter-json-object", |
| 3 | + "version": "1.3.0", |
| 4 | + "description": "A JSON object formatter for webhint", |
| 5 | + "main": "dist/src/formatter.js", |
| 6 | + "files": [ |
| 7 | + "dist/src", |
| 8 | + "images" |
| 9 | + ], |
| 10 | + "scripts": { |
| 11 | + "build": "tsc -b", |
| 12 | + "clean": "rimraf dist", |
| 13 | + "lint": "eslint . --cache", |
| 14 | + "release": "tsc --inlineSourceMap false --removeComments true", |
| 15 | + "test": "ava" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/burgwyn/webhint-formatter-json-object.git" |
| 20 | + }, |
| 21 | + "keywords": [ |
| 22 | + "json", |
| 23 | + "webhint", |
| 24 | + "webhint-formatter" |
| 25 | + ], |
| 26 | + "author": "Nat Burgwyn", |
| 27 | + "license": "Apache-2.0", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/burgwyn/webhint-formatter-json-object/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/burgwyn/webhint-formatter-json-object#readme", |
| 32 | + "dependencies": { |
| 33 | + "@hint/utils": "^7.0.23", |
| 34 | + "@hint/utils-debug": "^1.0.11", |
| 35 | + "@hint/utils-fs": "^1.0.16", |
| 36 | + "@hint/utils-types": "^1.2.1", |
| 37 | + "lodash": "^4.17.21" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@eslint/js": "^9.21.0", |
| 41 | + "@stylistic/eslint-plugin-ts": "^3.0.0", |
| 42 | + "@types/debug": "^4.1.10", |
| 43 | + "@types/lodash": "^4.17.4", |
| 44 | + "@types/node": "^22.2.0", |
| 45 | + "@types/proxyquire": "^1.3.30", |
| 46 | + "@types/sinon": "^17.0.3", |
| 47 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 48 | + "@typescript-eslint/parser": "^8.26.0", |
| 49 | + "ava": "^6.1.3", |
| 50 | + "eslint": "^9.21.0", |
| 51 | + "globals": "^16.0.0", |
| 52 | + "proxyquire": "^2.1.3", |
| 53 | + "rimraf": "^6.0.1", |
| 54 | + "sinon": "^19.0.2", |
| 55 | + "typescript": "^5.8.2" |
| 56 | + }, |
| 57 | + "peerDependencies": { |
| 58 | + "hint": "^7.0.0" |
60 | 59 | } |
| 60 | +} |
0 commit comments