-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "charset-changer",
"version": "2.0.0",
"description": "Change the charset for an entire folder recursively",
"main": "dist/module/charsetChanger",
"typings": "dist/module/charsetChanger",
"scripts": {
"build": "sh build.sh",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ECRomaneli/CharsetChanger.git"
},
"dependencies": {
"chardet": "0.8.0",
"glob": "^7.1.6",
"iconv-lite": "0.5.1"
},
"devDependencies": {
"@types/node": "^13.7.0",
"typescript": "^3.7.5",
"uglify-es": "^3.3.9"
},
"keywords": [
"charset-changer",
"charsetChanger",
"encoding",
"changer",
"charset",
"iconv",
"iconv-lite",
"chardet",
"icu",
"detector",
"detect",
"glob",
"utf8",
"latin1",
"iso8859-1"
],
"author": "ECRomaneli",
"license": "MIT",
"bugs": {
"url": "https://github.com/ECRomaneli/CharsetChanger/issues"
},
"homepage": "https://github.com/ECRomaneli/CharsetChanger#readme"
}