@fast-china/utils 1.0.6 → 1.0.8

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.
Files changed (1) hide show
  1. package/package.json +92 -93
package/package.json CHANGED
@@ -1,95 +1,94 @@
1
1
  {
2
- "name": "@fast-china/utils",
3
- "author": "小方",
4
- "version": "1.0.6",
5
- "description": "Fast 工具库.",
6
- "type": "module",
7
- "keywords": [
8
- "fast-china",
9
- "fast",
10
- "typescript",
11
- "utils"
12
- ],
13
- "license": "Apache-2.0",
14
- "publishConfig": {
15
- "access": "public"
16
- },
17
- "homepage": "https://fastdotnet.com",
18
- "repository": {
19
- "type": "git",
20
- "url": "https://gitee.com/China-xiaoFang/fast.utils"
21
- },
22
- "bugs": {
23
- "url": "https://gitee.com/China-xiaoFang/fast.utils/issues"
24
- },
25
- "main": "lib/index.js",
26
- "module": "es/index.mjs",
27
- "types": "es/index.d.ts",
28
- "exports": {
29
- ".": {
30
- "types": "./es/index.d.ts",
31
- "import": "./es/index.mjs",
32
- "require": "./lib/index.js"
33
- },
34
- "./es": {
35
- "types": "./es/index.d.ts",
36
- "import": "./es/index.mjs"
37
- },
38
- "./lib": {
39
- "types": "./lib/index.d.ts",
40
- "require": "./lib/index.js"
41
- },
42
- "./es/*.mjs": {
43
- "types": "./es/*.d.ts",
44
- "import": "./es/*.mjs"
45
- },
46
- "./es/*": {
47
- "types": [
48
- "./es/*.d.ts",
49
- "./es/*/index.d.ts"
50
- ],
51
- "import": "./es/*.mjs"
52
- },
53
- "./lib/*.js": {
54
- "types": "./lib/*.d.ts",
55
- "require": "./lib/*.js"
56
- },
57
- "./lib/*": {
58
- "types": [
59
- "./lib/*.d.ts",
60
- "./lib/*/index.d.ts"
61
- ],
62
- "require": "./lib/*.js"
63
- },
64
- "./*": "./*"
65
- },
66
- "unpkg": "dist/index.global.min.js",
67
- "jsdelivr": "dist/index.global.min.js",
68
- "files": [
69
- "./Fast.png",
70
- "./LICENSE",
71
- "./README.md",
72
- "./README.zh.md",
73
- "./dist",
74
- "./es",
75
- "./lib"
76
- ],
77
- "peerDependencies": {
78
- "vue": "^3.5.0"
79
- },
80
- "dependencies": {
81
- "@types/crypto-js": "^4.2.0",
82
- "@types/lodash": "latest",
83
- "@types/lodash-es": "latest",
84
- "crypto-js": "^4.2.0",
85
- "lodash": "^4.17.21",
86
- "lodash-es": "^4.17.21",
87
- "lodash-unified": "^1.0.3"
88
- },
89
- "devDependencies": {
90
- "@dcloudio/types": "latest",
91
- "@fast-china/eslint-config": "^1.0.15",
92
- "@types/node": "latest",
93
- "vue": "^3.5.0"
94
- }
2
+ "name": "@fast-china/utils",
3
+ "version": "1.0.8",
4
+ "description": "Fast 工具库.",
5
+ "type": "module",
6
+ "keywords": [
7
+ "fast-china",
8
+ "fast",
9
+ "typescript",
10
+ "utils"
11
+ ],
12
+ "license": "Apache-2.0",
13
+ "homepage": "https://fastdotnet.com",
14
+ "bugs": {
15
+ "url": "https://gitee.com/China-xiaoFang/fast.utils/issues"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://gitee.com/China-xiaoFang/fast.utils"
20
+ },
21
+ "author": "小方",
22
+ "files": [
23
+ "./Fast.png",
24
+ "./LICENSE",
25
+ "./README.md",
26
+ "./README.zh.md",
27
+ "./dist",
28
+ "./es",
29
+ "./lib"
30
+ ],
31
+ "main": "lib/index.js",
32
+ "module": "es/index.mjs",
33
+ "types": "es/index.d.ts",
34
+ "exports": {
35
+ ".": {
36
+ "types": "./es/index.d.ts",
37
+ "require": "./lib/index.js",
38
+ "import": "./es/index.mjs"
39
+ },
40
+ "./es": {
41
+ "types": "./es/index.d.ts",
42
+ "import": "./es/index.mjs"
43
+ },
44
+ "./lib": {
45
+ "types": "./lib/index.d.ts",
46
+ "require": "./lib/index.js"
47
+ },
48
+ "./es/*.mjs": {
49
+ "types": "./es/*.d.ts",
50
+ "import": "./es/*.mjs"
51
+ },
52
+ "./es/*": {
53
+ "types": [
54
+ "./es/*.d.ts",
55
+ "./es/*/index.d.ts"
56
+ ],
57
+ "import": "./es/*.mjs"
58
+ },
59
+ "./lib/*.js": {
60
+ "types": "./lib/*.d.ts",
61
+ "require": "./lib/*.js"
62
+ },
63
+ "./lib/*": {
64
+ "types": [
65
+ "./lib/*.d.ts",
66
+ "./lib/*/index.d.ts"
67
+ ],
68
+ "require": "./lib/*.js"
69
+ },
70
+ "./*": "./*"
71
+ },
72
+ "unpkg": "dist/index.global.min.js",
73
+ "jsdelivr": "dist/index.global.min.js",
74
+ "publishConfig": {
75
+ "access": "public"
76
+ },
77
+ "peerDependencies": {
78
+ "vue": "^3.5.0"
79
+ },
80
+ "dependencies": {
81
+ "@types/crypto-js": "^4.2.0",
82
+ "@types/lodash": "latest",
83
+ "@types/lodash-es": "latest",
84
+ "crypto-js": "^4.2.0",
85
+ "lodash": "^4.17.21",
86
+ "lodash-es": "^4.17.21",
87
+ "lodash-unified": "^1.0.3"
88
+ },
89
+ "devDependencies": {
90
+ "@dcloudio/types": "latest",
91
+ "@types/node": "latest",
92
+ "vue": "^3.5.0"
93
+ }
95
94
  }