@atomicservice/ascf-toolkit-hvigor-plugin 1.0.1-beta.1 → 1.0.2

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 +95 -4
package/package.json CHANGED
@@ -1,21 +1,112 @@
1
1
  {
2
2
  "name": "@atomicservice/ascf-toolkit-hvigor-plugin",
3
- "version": "1.0.1-beta.1",
3
+ "version": "1.0.2",
4
4
  "title": "ASCF toolkit hvigor plugin for atomicservice",
5
5
  "description": "ASCF toolkit hvigor plugin for atomicservice",
6
6
  "main": "index.ts",
7
7
  "author": "atomicservice",
8
8
  "type": "module",
9
- "dependencies": {
10
- "@atomicservice/ascf-toolkit": "*"
11
- },
12
9
  "devDependencies": {
13
10
  "@ohos/hvigor": "5.8.9",
14
11
  "@ohos/hvigor-ohos-plugin": "5.8.9"
15
12
  },
13
+ "dependencies": {
14
+ "@atomicservice/ascf-toolkit": "1.0.2"
15
+ },
16
16
  "scripts": {
17
17
  "test": "echo \"Error: no test specified\" && exit 1"
18
18
  },
19
+ "overrides": {
20
+ "minipass": "3.3.6",
21
+ "minimatch": "5.1.6",
22
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "7.25.7",
23
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "7.25.7",
24
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.25.7",
25
+ "@babel/plugin-syntax-import-assertions": "7.25.7",
26
+ "@babel/plugin-transform-optional-chaining": "7.25.8",
27
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.25.7",
28
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "7.25.7",
29
+ "@babel/plugin-syntax-import-attributes": "7.25.7",
30
+ "@babel/plugin-transform-async-generator-functions": "7.25.8",
31
+ "@babel/plugin-transform-class-properties": "7.25.7",
32
+ "@babel/plugin-transform-class-static-block": "7.25.8",
33
+ "@babel/plugin-transform-dotall-regex": "7.25.7",
34
+ "@babel/plugin-transform-duplicate-keys": "7.25.7",
35
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "7.25.7",
36
+ "@babel/plugin-transform-dynamic-import": "7.25.8",
37
+ "@babel/plugin-transform-exponentiation-operator": "7.25.7",
38
+ "@babel/helper-builder-binary-assignment-operator-visitor": "7.25.7",
39
+ "@babel/plugin-transform-export-namespace-from": "7.25.8",
40
+ "@babel/plugin-transform-json-strings": "7.25.8",
41
+ "@babel/plugin-transform-logical-assignment-operators": "7.25.8",
42
+ "@babel/plugin-transform-modules-amd": "7.25.7",
43
+ "@babel/plugin-transform-modules-systemjs": "7.25.7",
44
+ "@babel/plugin-transform-modules-umd": "7.25.7",
45
+ "@babel/plugin-transform-new-target": "7.25.7",
46
+ "@babel/plugin-transform-nullish-coalescing-operator": "7.25.8",
47
+ "@babel/plugin-transform-numeric-separator": "7.25.8",
48
+ "@babel/plugin-transform-object-rest-spread": "7.25.8",
49
+ "@babel/plugin-transform-optional-catch-binding": "7.25.8",
50
+ "@babel/plugin-transform-private-methods": "7.25.7",
51
+ "@babel/plugin-transform-private-property-in-object": "7.25.8",
52
+ "@babel/plugin-transform-regenerator": "7.25.7",
53
+ "@babel/plugin-transform-reserved-words": "7.25.7",
54
+ "@babel/plugin-transform-typeof-symbol": "7.25.7",
55
+ "@babel/plugin-transform-unicode-escapes": "7.25.7",
56
+ "@babel/plugin-transform-unicode-property-regex": "7.25.7",
57
+ "@babel/plugin-transform-unicode-sets-regex": "7.25.7",
58
+ "@types/node": "18.15.5",
59
+ "cross-spawn": "7.0.3",
60
+ "esquery": "1.4.0",
61
+ "js-sdsl": "4.2.0",
62
+ "@jimp/custom": "0.22.10",
63
+ "@jimp/core": "0.22.10",
64
+ "@jimp/utils": "0.22.10",
65
+ "@jimp/plugins": "0.22.10",
66
+ "@jimp/plugin-blit": "0.22.10",
67
+ "@jimp/plugin-blur": "0.22.10",
68
+ "@jimp/plugin-circle": "0.22.10",
69
+ "@jimp/plugin-color": "0.22.10",
70
+ "@jimp/plugin-contain": "0.22.10",
71
+ "@jimp/plugin-resize": "0.22.10",
72
+ "@jimp/plugin-scale": "0.22.10",
73
+ "@jimp/plugin-cover": "0.22.10",
74
+ "@jimp/plugin-crop": "0.22.10",
75
+ "@jimp/plugin-displace": "0.22.10",
76
+ "@jimp/plugin-dither": "0.22.10",
77
+ "@jimp/plugin-fisheye": "0.22.10",
78
+ "@jimp/plugin-flip": "0.22.10",
79
+ "@jimp/plugin-rotate": "0.22.10",
80
+ "@jimp/plugin-gaussian": "0.22.10",
81
+ "@jimp/plugin-invert": "0.22.10",
82
+ "@jimp/plugin-mask": "0.22.10",
83
+ "@jimp/plugin-normalize": "0.22.10",
84
+ "@jimp/plugin-print": "0.22.10",
85
+ "@jimp/plugin-shadow": "0.22.10",
86
+ "@jimp/plugin-threshold": "0.22.10",
87
+ "@jimp/types": "0.22.10",
88
+ "@jimp/bmp": "0.22.10",
89
+ "@jimp/gif": "0.22.10",
90
+ "@jimp/jpeg": "0.22.10",
91
+ "@jimp/png": "0.22.10",
92
+ "@jimp/tiff": "0.22.10",
93
+ "glob": "7.2.3",
94
+ "load-bmfont": "1.4.1",
95
+ "parse-bmfont-xml": "1.1.4",
96
+ "xml2js": "0.4.23",
97
+ "phin": "2.9.3",
98
+ "@types/eslint": "8.21.3",
99
+ "caniuse-lite": "1.0.30001468",
100
+ "electron-to-chromium": "1.4.334",
101
+ "terser": "5.16.6",
102
+ "sax": "1.3.0",
103
+ "flatted": "3.2.7",
104
+ "is-core-module": "2.10.0",
105
+ "@jridgewell/source-map": "0.3.2",
106
+ "browserslist": "4.24.2",
107
+ "resolve": "1.22.8",
108
+ "terser-webpack-plugin": "5.3.7"
109
+ },
19
110
  "license": "Apache-2.0",
20
111
  "licenseFilename": "LICENSE"
21
112
  }