-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 984 Bytes
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
{
"name": "unzip-mbcs",
"version": "0.2.8",
"description": "UnZip for non-UTF8 encoding such as cp949, sjis, gbk, euc-kr, euc-jp, and gb2312",
"main": "unzip-mbcs.js",
"scripts": {
"pretest": "eslint .",
"test": "mocha"
},
"author": "Joo-Won Jung",
"license": "Apache-2.0",
"bin": {
"unzip-mbcs": "cli.js"
},
"dependencies": {
"adm-zip": "^0.5.16",
"commander": "^12.1.0",
"iconv-lite": "^0.6.3",
"sprintf-js": "^1.1.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"chai": "^6.2.2",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"mocha": "12.0.0-beta-9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanori/node-unzip-mbcs.git"
},
"keywords": [
"unzip",
"mbcs",
"cp949",
"sjis",
"gbk",
"decompress"
],
"bugs": {
"url": "https://github.com/sanori/node-unzip-mbcs/issues"
},
"homepage": "https://github.com/sanori/node-unzip-mbcs#readme"
}