@powerlines/plugin-oxlint 0.7.468 → 0.7.472
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 +23 -76
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-oxlint",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.472",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "github",
|
|
8
8
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
9
|
-
"directory": "packages/plugin-oxlint"
|
|
9
|
+
"directory": "packages/plugins/plugin-oxlint"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://stormsoftware.com",
|
|
12
12
|
"bugs": {
|
|
@@ -39,98 +39,45 @@
|
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"private": false,
|
|
41
41
|
"exports": {
|
|
42
|
-
".": {
|
|
43
|
-
"require": {
|
|
44
|
-
"types": "./dist/index.d.cts",
|
|
45
|
-
"default": "./dist/index.cjs"
|
|
46
|
-
},
|
|
47
|
-
"import": {
|
|
48
|
-
"types": "./dist/index.d.mts",
|
|
49
|
-
"default": "./dist/index.mjs"
|
|
50
|
-
},
|
|
51
|
-
"default": {
|
|
52
|
-
"types": "./dist/index.d.mts",
|
|
53
|
-
"default": "./dist/index.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
42
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
56
43
|
"./helpers": {
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
"default": "./dist/helpers/index.cjs"
|
|
60
|
-
},
|
|
61
|
-
"import": {
|
|
62
|
-
"types": "./dist/helpers/index.d.mts",
|
|
63
|
-
"default": "./dist/helpers/index.mjs"
|
|
64
|
-
},
|
|
65
|
-
"default": {
|
|
66
|
-
"types": "./dist/helpers/index.d.mts",
|
|
67
|
-
"default": "./dist/helpers/index.mjs"
|
|
68
|
-
}
|
|
44
|
+
"import": "./dist/helpers/index.mjs",
|
|
45
|
+
"require": "./dist/helpers/index.cjs"
|
|
69
46
|
},
|
|
70
47
|
"./helpers/generate-config": {
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
"default": "./dist/helpers/generate-config.cjs"
|
|
74
|
-
},
|
|
75
|
-
"import": {
|
|
76
|
-
"types": "./dist/helpers/generate-config.d.mts",
|
|
77
|
-
"default": "./dist/helpers/generate-config.mjs"
|
|
78
|
-
},
|
|
79
|
-
"default": {
|
|
80
|
-
"types": "./dist/helpers/generate-config.d.mts",
|
|
81
|
-
"default": "./dist/helpers/generate-config.mjs"
|
|
82
|
-
}
|
|
48
|
+
"import": "./dist/helpers/generate-config.mjs",
|
|
49
|
+
"require": "./dist/helpers/generate-config.cjs"
|
|
83
50
|
},
|
|
84
|
-
"./package.json": "./package.json",
|
|
85
51
|
"./types": {
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
"default": "./dist/types/index.cjs"
|
|
89
|
-
},
|
|
90
|
-
"import": {
|
|
91
|
-
"types": "./dist/types/index.d.mts",
|
|
92
|
-
"default": "./dist/types/index.mjs"
|
|
93
|
-
},
|
|
94
|
-
"default": {
|
|
95
|
-
"types": "./dist/types/index.d.mts",
|
|
96
|
-
"default": "./dist/types/index.mjs"
|
|
97
|
-
}
|
|
52
|
+
"import": "./dist/types/index.mjs",
|
|
53
|
+
"require": "./dist/types/index.cjs"
|
|
98
54
|
},
|
|
99
55
|
"./types/plugin": {
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"import": {
|
|
105
|
-
"types": "./dist/types/plugin.d.mts",
|
|
106
|
-
"default": "./dist/types/plugin.mjs"
|
|
107
|
-
},
|
|
108
|
-
"default": {
|
|
109
|
-
"types": "./dist/types/plugin.d.mts",
|
|
110
|
-
"default": "./dist/types/plugin.mjs"
|
|
111
|
-
}
|
|
112
|
-
}
|
|
56
|
+
"import": "./dist/types/plugin.mjs",
|
|
57
|
+
"require": "./dist/types/plugin.cjs"
|
|
58
|
+
},
|
|
59
|
+
"./package.json": "./package.json"
|
|
113
60
|
},
|
|
114
61
|
"files": ["dist/**/*"],
|
|
115
62
|
"keywords": ["oxlint", "powerlines", "storm-software", "powerlines-plugin"],
|
|
116
63
|
"dependencies": {
|
|
117
|
-
"@storm-software/config-tools": "^1.190.
|
|
118
|
-
"@stryke/cli": "^0.13.
|
|
119
|
-
"@stryke/convert": "^0.7.
|
|
120
|
-
"@stryke/fs": "^0.33.
|
|
121
|
-
"@stryke/path": "^0.
|
|
64
|
+
"@storm-software/config-tools": "^1.190.2",
|
|
65
|
+
"@stryke/cli": "^0.13.47",
|
|
66
|
+
"@stryke/convert": "^0.7.6",
|
|
67
|
+
"@stryke/fs": "^0.33.75",
|
|
68
|
+
"@stryke/path": "^0.29.2",
|
|
122
69
|
"defu": "^6.1.7",
|
|
123
|
-
"oxlint": "^1.
|
|
70
|
+
"oxlint": "^1.64.0",
|
|
124
71
|
"oxlint-tsgolint": "^0.14.2",
|
|
125
|
-
"powerlines": "^0.47.
|
|
72
|
+
"powerlines": "^0.47.7"
|
|
126
73
|
},
|
|
127
74
|
"devDependencies": {
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
129
|
-
"@types/node": "^25.
|
|
75
|
+
"@powerlines/plugin-plugin": "^0.12.419",
|
|
76
|
+
"@types/node": "^25.7.0"
|
|
130
77
|
},
|
|
131
78
|
"publishConfig": { "access": "public" },
|
|
132
79
|
"main": "./dist/index.cjs",
|
|
133
80
|
"module": "./dist/index.mjs",
|
|
134
81
|
"types": "./dist/index.d.cts",
|
|
135
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
|
|
136
83
|
}
|