picgo-plugin-img-avif 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -10
package/package.json
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "picgo-plugin-img-avif",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "PicGo图片格式转换插件, 支持JPEG、PNG、WebP、AVIF格式转换和压缩",
|
|
5
|
-
"main": "src/index.js",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
|
-
"
|
|
9
|
+
"access": "public",
|
|
10
|
+
"homepage": "https://github.com/liyao52083/picgo-plugin-img-avif",
|
|
10
11
|
"keywords": [
|
|
11
12
|
"picgo",
|
|
12
|
-
"picgo-plugin",
|
|
13
|
-
"picgo-gui-plugin",
|
|
13
|
+
"picgo-plugin",
|
|
14
14
|
"image",
|
|
15
15
|
"avif",
|
|
16
16
|
"webp",
|
|
17
17
|
"image-compression",
|
|
18
18
|
"image-conversion",
|
|
19
|
-
"img-avif",
|
|
20
19
|
"图片压缩",
|
|
21
20
|
"格式转换"
|
|
22
21
|
],
|
|
23
|
-
"author": "
|
|
22
|
+
"author": "liyao52083",
|
|
24
23
|
"license": "MIT",
|
|
25
24
|
"dependencies": {
|
|
26
25
|
"sharp": "^0.34.5"
|
|
27
26
|
}
|
|
28
|
-
}
|
|
27
|
+
}
|