@sbs-plugin/vue2-image-process 0.0.13 → 0.0.15
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
CHANGED
|
@@ -1,60 +1,61 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sbs-plugin/vue2-image-process",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"main": "dist/vue2-image-process.umd.min.js",
|
|
6
|
-
"description": "Vue2 图像处理器插件,提供图片处理相关功能",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"serve": "vue-cli-service serve",
|
|
9
|
-
"lib": "vue-cli-service build --target lib --name vue2-image-process --dest dist ./index.js"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"vue",
|
|
13
|
-
"plugin"
|
|
14
|
-
],
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"dependencies": {
|
|
19
|
-
"axios": "^1.10.0",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"vue": "^2.6.14"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"@babel/core": "^7.12.16",
|
|
27
|
-
"@babel/eslint-parser": "^7.12.16",
|
|
28
|
-
"@vue/cli-plugin-babel": "~5.0.0",
|
|
29
|
-
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
30
|
-
"@vue/cli-service": "~5.0.0",
|
|
31
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
32
|
-
"eslint": "^7.32.0",
|
|
33
|
-
"eslint-plugin-vue": "^8.0.3",
|
|
34
|
-
"less": "^4.0.0",
|
|
35
|
-
"less-loader": "^8.0.0",
|
|
36
|
-
"
|
|
37
|
-
"vue-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@sbs-plugin/vue2-image-process",
|
|
3
|
+
"version": "0.0.15",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/vue2-image-process.umd.min.js",
|
|
6
|
+
"description": "Vue2 图像处理器插件,提供图片处理相关功能",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"lib": "vue-cli-service build --target lib --name vue2-image-process --dest dist ./index.js"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"vue",
|
|
13
|
+
"plugin"
|
|
14
|
+
],
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"axios": "^1.10.0",
|
|
20
|
+
"core-js": "^3.8.3",
|
|
21
|
+
"lz-string": "^1.5.0",
|
|
22
|
+
"spark-md5": "^3.0.2",
|
|
23
|
+
"vue": "^2.6.14"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@babel/core": "^7.12.16",
|
|
27
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
28
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
29
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
30
|
+
"@vue/cli-service": "~5.0.0",
|
|
31
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
32
|
+
"eslint": "^7.32.0",
|
|
33
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
34
|
+
"less": "^4.0.0",
|
|
35
|
+
"less-loader": "^8.0.0",
|
|
36
|
+
"postcss": "^8.5.8",
|
|
37
|
+
"vue-loader": "^15.11.1",
|
|
38
|
+
"vue-template-compiler": "^2.7.16"
|
|
39
|
+
},
|
|
40
|
+
"eslintConfig": {
|
|
41
|
+
"root": true,
|
|
42
|
+
"env": {
|
|
43
|
+
"node": true
|
|
44
|
+
},
|
|
45
|
+
"extends": [
|
|
46
|
+
"plugin:vue/essential",
|
|
47
|
+
"eslint:recommended"
|
|
48
|
+
],
|
|
49
|
+
"parserOptions": {
|
|
50
|
+
"parser": "@babel/eslint-parser"
|
|
51
|
+
},
|
|
52
|
+
"rules": {
|
|
53
|
+
"no-unused-vars": "off"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"browserslist": [
|
|
57
|
+
"> 1%",
|
|
58
|
+
"last 2 versions",
|
|
59
|
+
"not dead"
|
|
60
|
+
]
|
|
61
|
+
}
|
package/dist/demo.html
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><meta charset="utf-8"><title>vue2-image-process demo</title><script src="./vue2-image-process.umd.js"></script><link rel="stylesheet" href="./vue2-image-process.css"><script>console.log(vue2-image-process)</script>
|