-
Notifications
You must be signed in to change notification settings - Fork 227
/
package.json
136 lines (136 loc) · 3.92 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"id": "[email protected]",
"version": "3.0.1",
"name": "jsonview",
"title": "JSONView",
"description": "View JSON documents in the browser.",
"homepage": "https://jsonview.com/",
"author": "Benjamin Hollis",
"repository": "https://github.com/bhollis/jsonview",
"license": "MIT",
"type": "module",
"scripts": {
"start": "./build.sh",
"lint": "eslint src",
"watch": "npm-watch",
"rollup": "rollup",
"tests": "http-server ./tests/"
},
"watch": {
"start": {
"patterns": "src/*.ts",
"extensions": "js,ts"
}
},
"contributors": [
"Gabriel Barros",
"Quoc-Viet Nguyen"
],
"translators": [
"markh van BabelZilla.org (nl)",
"Goofy (fr)",
"funTomas (cs-CZ)",
"Fani Kozolchyk (es-ES)",
"urko (es-ES)",
"Xavi Ivars - Softcatalà (ca-AD)",
"drry (ja)",
"Marcelo Ghelman (ghelman.net) (pt-BR)",
"Пирятинский Виталий (ru-RU)",
"hoolooday (zh-CN)",
"Стоян Димитров (bg-BG)",
"Archaeopteryx, Team erweiterungen.de (de)",
"MIKES KASZMÁN István (hu-HU)",
"Ersen Yoldaç (tr)",
"Luana Di Muzio - BabelZilla (it)",
"ДакСРБИЈА (sr)",
"Mikael Hiort af Ornäs (sv-SE)",
"Zhouck (uk-UA)",
"Kishu Agarwal (hi-IN)",
"hiyaku0317 (ko)",
"Nur Muhlis (id)"
],
"locales": {
"bg-BG": {
"description": "Директен преглед на JSON документи."
},
"ca-AD": {
"description": "Visualitza els documents JSON al navegador."
},
"cs-CZ": {
"description": "Dokumenty JSON přímo v prohlížeči."
},
"de": {
"description": "JSON-Dokumente im Browser anzeigen."
},
"en": {
"description": "View JSON documents in the browser."
},
"es-ES": {
"description": "Permite abrir documentos JSON en el navegador."
},
"fr": {
"description": "Afficher les documents JSON dans le navigateur."
},
"hi-IN": {
"description": "Json डॉक्यूमेंट को ब्राउज़र में देखे."
},
"hu-HU": {
"description": "JSON dokumentumok megtekintése a böngészőben."
},
"id": {
"description": "Lihat dokumen JSON di browser."
},
"it": {
"description": "Permette di visualizzare i file JSON nel browser."
},
"ja": {
"description": "JSON ドキュメントをブラウザー内で表示します。"
},
"ko": {
"description": "브라우저에서 JSON 문서를 보세요."
},
"nl": {
"description": "Bekijk JSON-documenten in de browser."
},
"pt-BR": {
"description": "Veja documentos JSON no navegador."
},
"ru-RU": {
"description": "Просмотр документов в формате JSON прямо в браузере."
},
"sr": {
"description": "Приказује JSON документе у прегледачу."
},
"sv-SE": {
"description": "Granska JSON-dokument i din webbläsare."
},
"tr": {
"description": "JSON belgelerini tarayıcınızda açın."
},
"uk-UA": {
"description": "Перегляд JSON документів в браузер."
},
"zh-CN": {
"description": "在浏览器中查看JSON 文件."
}
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@types/chrome": "^0.0.268",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^9.5.0",
"eslint-plugin-array-func": "^5.0.1",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.4.0",
"http-server": "^14.1.1",
"npm-watch": "^0.13.0",
"rollup": "^4.18.0",
"typescript": "^5.0.4",
"typescript-eslint": "^7.13.0",
"web-ext-types": "^3.2.1"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}