@supsign/unplugin-interfaces 1.1.0 → 1.1.1
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 +122 -117
package/package.json
CHANGED
|
@@ -1,117 +1,122 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@supsign/unplugin-interfaces",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"rollup",
|
|
7
|
-
"transform",
|
|
8
|
-
"unplugin",
|
|
9
|
-
"vite",
|
|
10
|
-
"webpack"
|
|
11
|
-
],
|
|
12
|
-
"homepage": "https://github.com/supsign/unplugin-interfaces#readme",
|
|
13
|
-
"bugs": {
|
|
14
|
-
"url": "https://github.com/supsign/unplugin-interfaces/issues"
|
|
15
|
-
},
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/supsign/unplugin-interfaces.git"
|
|
20
|
-
},
|
|
21
|
-
"files": [
|
|
22
|
-
"dist"
|
|
23
|
-
],
|
|
24
|
-
"type": "module",
|
|
25
|
-
"main": "./dist/index.
|
|
26
|
-
"module": "./dist/index.
|
|
27
|
-
"types": "./dist/index.d.
|
|
28
|
-
"typesVersions": {
|
|
29
|
-
"*": {
|
|
30
|
-
"*": [
|
|
31
|
-
"./dist/*",
|
|
32
|
-
"./*"
|
|
33
|
-
]
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"exports": {
|
|
37
|
-
".": "./dist/index.
|
|
38
|
-
"./astro": "./dist/astro.
|
|
39
|
-
"./esbuild": "./dist/esbuild.
|
|
40
|
-
"./farm": "./dist/farm.
|
|
41
|
-
"./nuxt": "./dist/nuxt.
|
|
42
|
-
"./rollup": "./dist/rollup.
|
|
43
|
-
"./rspack": "./dist/rspack.
|
|
44
|
-
"./types": "./dist/types.
|
|
45
|
-
"./vite": "./dist/vite.
|
|
46
|
-
"./webpack": "./dist/webpack.
|
|
47
|
-
"./package.json": "./package.json"
|
|
48
|
-
},
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
},
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"@
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"esbuild":
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
"optional": true
|
|
97
|
-
},
|
|
98
|
-
"
|
|
99
|
-
"optional": true
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@supsign/unplugin-interfaces",
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"rollup",
|
|
7
|
+
"transform",
|
|
8
|
+
"unplugin",
|
|
9
|
+
"vite",
|
|
10
|
+
"webpack"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/supsign/unplugin-interfaces#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/supsign/unplugin-interfaces/issues"
|
|
15
|
+
},
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/supsign/unplugin-interfaces.git"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"dist"
|
|
23
|
+
],
|
|
24
|
+
"type": "module",
|
|
25
|
+
"main": "./dist/index.mjs",
|
|
26
|
+
"module": "./dist/index.mjs",
|
|
27
|
+
"types": "./dist/index.d.mts",
|
|
28
|
+
"typesVersions": {
|
|
29
|
+
"*": {
|
|
30
|
+
"*": [
|
|
31
|
+
"./dist/*",
|
|
32
|
+
"./*"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"exports": {
|
|
37
|
+
".": "./dist/index.mjs",
|
|
38
|
+
"./astro": "./dist/astro.mjs",
|
|
39
|
+
"./esbuild": "./dist/esbuild.mjs",
|
|
40
|
+
"./farm": "./dist/farm.mjs",
|
|
41
|
+
"./nuxt": "./dist/nuxt.mjs",
|
|
42
|
+
"./rollup": "./dist/rollup.mjs",
|
|
43
|
+
"./rspack": "./dist/rspack.mjs",
|
|
44
|
+
"./types": "./dist/types.mjs",
|
|
45
|
+
"./vite": "./dist/vite.mjs",
|
|
46
|
+
"./webpack": "./dist/webpack.mjs",
|
|
47
|
+
"./package.json": "./package.json"
|
|
48
|
+
},
|
|
49
|
+
"publishConfig": {
|
|
50
|
+
"access": "public"
|
|
51
|
+
},
|
|
52
|
+
"scripts": {
|
|
53
|
+
"build": "tsdown",
|
|
54
|
+
"dev": "tsdown -w",
|
|
55
|
+
"format": "oxfmt .",
|
|
56
|
+
"format:check": "oxfmt --check .",
|
|
57
|
+
"lint": "oxlint .",
|
|
58
|
+
"play": "npm -C playground run dev",
|
|
59
|
+
"prepublishOnly": "npm run build",
|
|
60
|
+
"release": "bumpp && pnpm publish",
|
|
61
|
+
"start": "tsx src/index.ts",
|
|
62
|
+
"test": "vitest"
|
|
63
|
+
},
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"unplugin": "^3.0.0"
|
|
66
|
+
},
|
|
67
|
+
"devDependencies": {
|
|
68
|
+
"@nuxt/kit": "^4.4.2",
|
|
69
|
+
"@nuxt/schema": "^4.4.2",
|
|
70
|
+
"@types/node": "^25.5.0",
|
|
71
|
+
"bumpp": "^11.0.1",
|
|
72
|
+
"chokidar": "^5.0.0",
|
|
73
|
+
"esbuild": "^0.27.0",
|
|
74
|
+
"nodemon": "^3.1.14",
|
|
75
|
+
"oxfmt": "^0.40.0",
|
|
76
|
+
"oxlint": "^1.55.0",
|
|
77
|
+
"rollup": "^4.59.0",
|
|
78
|
+
"tsdown": "^0.21.3",
|
|
79
|
+
"tsx": "^4.21.0",
|
|
80
|
+
"typescript": "^5.9.3",
|
|
81
|
+
"vite": "^8.0.0",
|
|
82
|
+
"vitest": "^4.1.0",
|
|
83
|
+
"webpack": "^5.105.4"
|
|
84
|
+
},
|
|
85
|
+
"peerDependencies": {
|
|
86
|
+
"@farmfe/core": ">=1",
|
|
87
|
+
"@nuxt/kit": "^3",
|
|
88
|
+
"@nuxt/schema": "^3",
|
|
89
|
+
"esbuild": "*",
|
|
90
|
+
"rollup": "^3 || ^4",
|
|
91
|
+
"vite": ">=3",
|
|
92
|
+
"webpack": "^4 || ^5"
|
|
93
|
+
},
|
|
94
|
+
"peerDependenciesMeta": {
|
|
95
|
+
"@farmfe/core": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
98
|
+
"@nuxt/kit": {
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
"@nuxt/schema": {
|
|
102
|
+
"optional": true
|
|
103
|
+
},
|
|
104
|
+
"esbuild": {
|
|
105
|
+
"optional": true
|
|
106
|
+
},
|
|
107
|
+
"rollup": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
110
|
+
"vite": {
|
|
111
|
+
"optional": true
|
|
112
|
+
},
|
|
113
|
+
"webpack": {
|
|
114
|
+
"optional": true
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"overrides": {
|
|
118
|
+
"esbuild": "^0.27.0",
|
|
119
|
+
"vite": "^8.0.0"
|
|
120
|
+
},
|
|
121
|
+
"packageManager": "pnpm@10.18.3"
|
|
122
|
+
}
|