unplugin-oxc 0.5.5 → 0.5.7
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 +38 -39
package/package.json
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-oxc",
|
|
3
|
-
"version": "0.5.5",
|
|
4
|
-
"description": "Oxc integration for unplugin.",
|
|
5
3
|
"type": "module",
|
|
4
|
+
"version": "0.5.7",
|
|
5
|
+
"description": "Oxc integration for unplugin.",
|
|
6
|
+
"author": "Kevin Deng <sxzz@sxzz.moe>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"funding": "https://github.com/sponsors/sxzz",
|
|
9
|
+
"homepage": "https://github.com/unplugin/unplugin-oxc#readme",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/unplugin/unplugin-oxc.git"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/unplugin/unplugin-oxc/issues"
|
|
16
|
+
},
|
|
6
17
|
"keywords": [
|
|
7
18
|
"unplugin",
|
|
8
19
|
"vite",
|
|
@@ -13,23 +24,6 @@
|
|
|
13
24
|
"esbuild",
|
|
14
25
|
"farm"
|
|
15
26
|
],
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"homepage": "https://github.com/unplugin/unplugin-oxc#readme",
|
|
18
|
-
"bugs": {
|
|
19
|
-
"url": "https://github.com/unplugin/unplugin-oxc/issues"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/unplugin/unplugin-oxc.git"
|
|
24
|
-
},
|
|
25
|
-
"author": "Kevin Deng <sxzz@sxzz.moe>",
|
|
26
|
-
"funding": "https://github.com/sponsors/sxzz",
|
|
27
|
-
"files": [
|
|
28
|
-
"dist"
|
|
29
|
-
],
|
|
30
|
-
"main": "./dist/index.mjs",
|
|
31
|
-
"module": "./dist/index.mjs",
|
|
32
|
-
"types": "./dist/index.d.mts",
|
|
33
27
|
"exports": {
|
|
34
28
|
".": "./dist/index.mjs",
|
|
35
29
|
"./api": "./dist/api.mjs",
|
|
@@ -43,6 +37,9 @@
|
|
|
43
37
|
"./webpack": "./dist/webpack.mjs",
|
|
44
38
|
"./package.json": "./package.json"
|
|
45
39
|
},
|
|
40
|
+
"main": "./dist/index.mjs",
|
|
41
|
+
"module": "./dist/index.mjs",
|
|
42
|
+
"types": "./dist/index.d.mts",
|
|
46
43
|
"typesVersions": {
|
|
47
44
|
"*": {
|
|
48
45
|
"*": [
|
|
@@ -51,9 +48,15 @@
|
|
|
51
48
|
]
|
|
52
49
|
}
|
|
53
50
|
},
|
|
51
|
+
"files": [
|
|
52
|
+
"dist"
|
|
53
|
+
],
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=20.19.0"
|
|
59
|
+
},
|
|
57
60
|
"peerDependencies": {
|
|
58
61
|
"unloader": "*"
|
|
59
62
|
},
|
|
@@ -63,31 +66,27 @@
|
|
|
63
66
|
}
|
|
64
67
|
},
|
|
65
68
|
"dependencies": {
|
|
66
|
-
"oxc-minify": ">=0.
|
|
67
|
-
"oxc-resolver": "^11.
|
|
68
|
-
"oxc-transform": ">=0.
|
|
69
|
-
"unplugin": "^2.3.
|
|
69
|
+
"oxc-minify": ">=0.104.0",
|
|
70
|
+
"oxc-resolver": "^11.16.0",
|
|
71
|
+
"oxc-transform": ">=0.104.0",
|
|
72
|
+
"unplugin": "^2.3.11"
|
|
70
73
|
},
|
|
71
74
|
"devDependencies": {
|
|
72
75
|
"@antfu/utils": "^9.3.0",
|
|
73
|
-
"@sxzz/eslint-config": "^7.
|
|
74
|
-
"@sxzz/prettier-config": "^2.2.
|
|
75
|
-
"@sxzz/test-utils": "^0.5.
|
|
76
|
-
"@types/node": "^
|
|
77
|
-
"bumpp": "^10.3.
|
|
78
|
-
"eslint": "^9.39.
|
|
79
|
-
"prettier": "^3.
|
|
80
|
-
"rollup": "^4.
|
|
76
|
+
"@sxzz/eslint-config": "^7.4.3",
|
|
77
|
+
"@sxzz/prettier-config": "^2.2.6",
|
|
78
|
+
"@sxzz/test-utils": "^0.5.15",
|
|
79
|
+
"@types/node": "^25.0.3",
|
|
80
|
+
"bumpp": "^10.3.2",
|
|
81
|
+
"eslint": "^9.39.2",
|
|
82
|
+
"prettier": "^3.7.4",
|
|
83
|
+
"rollup": "^4.54.0",
|
|
81
84
|
"tinyexec": "^1.0.2",
|
|
82
|
-
"tsdown": "^0.
|
|
83
|
-
"tsx": "^4.20.6",
|
|
85
|
+
"tsdown": "^0.18.2",
|
|
84
86
|
"typescript": "^5.9.3",
|
|
85
|
-
"unloader": "^0.8.
|
|
86
|
-
"vite": "^7.
|
|
87
|
-
"vitest": "^4.0.
|
|
88
|
-
},
|
|
89
|
-
"engines": {
|
|
90
|
-
"node": ">=20.19.0"
|
|
87
|
+
"unloader": "^0.8.3",
|
|
88
|
+
"vite": "^7.3.0",
|
|
89
|
+
"vitest": "^4.0.16"
|
|
91
90
|
},
|
|
92
91
|
"prettier": "@sxzz/prettier-config",
|
|
93
92
|
"scripts": {
|