-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 2.73 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
{
"name": "mediac",
"version": "1.8.6",
"type": "module",
"description": "MediaCli is a multimedia file processing tool that utilizes ffmpeg and exiftool, among others, to compress/convert/rename/delete/organize media files, including images, videos, and audio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"media_cli": "node ./scripts/media_cli.js"
},
"files": [
"index.js",
"scripts",
"lib",
"cmd"
],
"bin": {
"mediac": "./scripts/media_cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcxiaoke/media-cli.js.git"
},
"keywords": [
"exif",
"exiftool",
"image",
"photo",
"raw",
"jpeg",
"picture",
"mp4",
"video",
"media",
"ffmpeg",
"ffprobe",
"filename",
"zip",
"unicode",
"encoding",
"charset",
"gbk",
"shift_jis",
"utf8",
"file",
"cjk",
"chinese",
"hanzi",
"japanese"
],
"author": "Big Cat <github@mcxiaoke.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mcxiaoke/media-cli.js/issues"
},
"homepage": "https://github.com/mcxiaoke/media-cli.js#readme",
"publishConfig": {
"registry": " https://registry.npmjs.org"
},
"dependencies": {
"@img/sharp-win32-x64": "^0.33.5",
"@nodelib/fs.walk": "^2.0.0",
"@vingle/bmp-js": "^0.2.5",
"adm-zip": "^0.5.12",
"atomically": "^2.0.3",
"chalk": "^5.3.0",
"chardet": "^2.0.0",
"chinese-conv": "^1.1.0",
"cli-progress": "^3.12.0",
"cnchar": "^3.2.6",
"cnchar-trad": "^3.2.6",
"crypto-random-string": "^5.0.0",
"dayjs": "^1.11.10",
"execa": "^8.0.1",
"exif-reader": "^2.0.1",
"exiftool-vendored": "^25.2.0",
"exit-hook": "^4.0.0",
"fastest-levenshtein": "^1.0.16",
"fdir": "^6.1.1",
"file-type": "^19.0.0",
"fs-extra": "^11.2.0",
"global-agent": "^3.0.0",
"got": "^14.2.1",
"iconv-lite": "^0.6.3",
"image-size": "^1.1.1",
"inquirer": "^9.2.19",
"js-xxhash": "^3.0.1",
"loglevel": "^1.9.1",
"loglevel-plugin-prefix": "^0.8.4",
"mediainfo.js": "^0.2.2",
"micromatch": "^4.0.5",
"music-metadata": "^7.14.0",
"node-emoji": "^2.1.3",
"node-taglib-sharp-extend": "^0.2.9",
"object-inspect": "^1.13.1",
"open": "^10.1.0",
"p-filter": "^4.1.0",
"p-map": "^7.0.2",
"p-queue": "^8.0.1",
"path-scurry": "^1.10.2",
"radash": "^12.1.0",
"regenerate": "^1.4.2",
"sharp": "^0.33.5",
"throat": "^6.0.2",
"unzipper": "^0.11.3",
"upath": "^2.0.1",
"which": "^4.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"standard": "^17.1.0"
}
}