@pezkuwi/dev 0.84.2 → 0.84.3
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/LICENSE +201 -0
- package/cjs/detectOther.d.ts +2 -0
- package/cjs/detectOther.js +3 -0
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +3 -0
- package/cjs/package.json +3 -0
- package/cjs/packageInfo.d.ts +6 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/root.d.ts +2 -0
- package/cjs/root.js +6 -0
- package/cjs/rootJs/Clazz.d.ts +18 -0
- package/cjs/rootJs/Clazz.js +36 -0
- package/cjs/rootJs/Jsx.d.ts +5 -0
- package/cjs/rootJs/Jsx.js +16 -0
- package/cjs/rootJs/JsxChild.d.ts +9 -0
- package/cjs/rootJs/JsxChild.js +9 -0
- package/cjs/rootJs/augmented.d.ts +8 -0
- package/cjs/rootJs/augmented.js +3 -0
- package/cjs/rootJs/index.d.ts +19 -0
- package/cjs/rootJs/index.js +51 -0
- package/cjs/rootTests.d.ts +2 -0
- package/cjs/rootTests.js +44 -0
- package/cjs/sample.d.ts +1 -0
- package/cjs/sample.js +4 -0
- package/cjs/types.d.ts +2 -0
- package/cjs/types.js +2 -0
- package/config/eslint.js +1 -1
- package/config/eslint.rules.js +6 -6
- package/config/rollup.js +2 -2
- package/detectOther.d.ts +2 -0
- package/detectOther.js +1 -0
- package/index.d.ts +1 -0
- package/index.js +2 -0
- package/package.json +242 -20
- package/package.json.new +315 -0
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/root.d.ts +2 -0
- package/root.js +2 -0
- package/rootJs/Clazz.d.ts +18 -0
- package/rootJs/Clazz.js +32 -0
- package/rootJs/Jsx.d.ts +5 -0
- package/rootJs/Jsx.js +13 -0
- package/rootJs/JsxChild.d.ts +9 -0
- package/rootJs/JsxChild.js +6 -0
- package/rootJs/augmented.d.ts +8 -0
- package/rootJs/augmented.js +2 -0
- package/rootJs/dynamic.d.mts +8 -0
- package/rootJs/dynamic.mjs +13 -0
- package/rootJs/index.d.ts +19 -0
- package/rootJs/index.js +39 -0
- package/rootJs/testJson.json +5 -0
- package/rootStatic/kusama.svg +1 -0
- package/rootTests.d.ts +2 -0
- package/rootTests.js +41 -0
- package/scripts/polkadot-ci-ghact-build.mjs +1 -5
- package/scripts/polkadot-ci-ghact-docs.mjs +1 -1
- package/scripts/polkadot-ci-ghpages-force.mjs +1 -1
- package/scripts/polkadot-dev-build-docs.mjs +1 -1
- package/scripts/polkadot-dev-build-ts.mjs +16 -16
- package/scripts/polkadot-dev-circular.mjs +1 -1
- package/scripts/polkadot-dev-clean-build.mjs +1 -1
- package/scripts/polkadot-dev-contrib.mjs +1 -1
- package/scripts/polkadot-dev-copy-dir.mjs +1 -1
- package/scripts/polkadot-dev-copy-to.mjs +1 -1
- package/scripts/polkadot-dev-deno-map.mjs +2 -2
- package/scripts/polkadot-dev-run-lint.mjs +1 -1
- package/scripts/polkadot-dev-run-node-ts.mjs +1 -1
- package/scripts/polkadot-dev-run-test.mjs +5 -5
- package/scripts/polkadot-dev-version.mjs +1 -1
- package/scripts/polkadot-dev-yarn-only.mjs +1 -1
- package/scripts/polkadot-exec-eslint.mjs +1 -1
- package/scripts/polkadot-exec-ghpages.mjs +1 -1
- package/scripts/polkadot-exec-ghrelease.mjs +1 -1
- package/scripts/polkadot-exec-node-test.mjs +2 -2
- package/scripts/polkadot-exec-rollup.mjs +1 -1
- package/scripts/polkadot-exec-tsc.mjs +1 -1
- package/scripts/polkadot-exec-webpack.mjs +1 -1
- package/scripts/util.mjs +6 -6
- package/types.d.ts +2 -0
- package/types.js +1 -0
- package/.skip-deno +0 -0
- package/README.md +0 -547
- package/tsconfig.build.json +0 -18
- package/tsconfig.config.json +0 -14
- package/tsconfig.scripts.json +0 -14
- package/tsconfig.spec.json +0 -18
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
3
|
-
"bugs": "https://github.com/
|
|
4
|
-
"description": "A collection of shared CI scripts and development environment used by @
|
|
3
|
+
"bugs": "https://github.com/polkadot-js/dev/issues",
|
|
4
|
+
"description": "A collection of shared CI scripts and development environment used by @polkadot projects",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18"
|
|
7
7
|
},
|
|
8
|
-
"homepage": "https://github.com/
|
|
8
|
+
"homepage": "https://github.com/polkadot-js/dev/tree/master/packages/dev#readme",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"name": "@pezkuwi/dev",
|
|
11
11
|
"repository": {
|
|
12
12
|
"directory": "packages/dev",
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/polkadot-js/dev.git"
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"type": "module",
|
|
18
|
-
"version": "0.84.
|
|
18
|
+
"version": "0.84.3",
|
|
19
19
|
"bin": {
|
|
20
20
|
"polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
|
|
21
21
|
"polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
|
|
@@ -41,17 +41,250 @@
|
|
|
41
41
|
"polkadot-exec-tsc": "./scripts/polkadot-exec-tsc.mjs",
|
|
42
42
|
"polkadot-exec-webpack": "./scripts/polkadot-exec-webpack.mjs"
|
|
43
43
|
},
|
|
44
|
+
"main": "./cjs/index.js",
|
|
45
|
+
"module": "./index.js",
|
|
46
|
+
"types": "./index.d.ts",
|
|
44
47
|
"exports": {
|
|
48
|
+
"./cjs/package.json": "./cjs/package.json",
|
|
49
|
+
"./cjs/*": "./cjs/*.js",
|
|
50
|
+
".": {
|
|
51
|
+
"module": {
|
|
52
|
+
"types": "./index.d.ts",
|
|
53
|
+
"default": "./index.js"
|
|
54
|
+
},
|
|
55
|
+
"require": {
|
|
56
|
+
"types": "./cjs/index.d.ts",
|
|
57
|
+
"default": "./cjs/index.js"
|
|
58
|
+
},
|
|
59
|
+
"default": {
|
|
60
|
+
"types": "./index.d.ts",
|
|
61
|
+
"default": "./index.js"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
45
64
|
"./config/eslint": "./config/eslint.js",
|
|
65
|
+
"./config/eslint.rules": "./config/eslint.rules.js",
|
|
46
66
|
"./config/prettier.cjs": "./config/prettier.cjs",
|
|
67
|
+
"./config/prettier": "./config/prettier.cjs",
|
|
68
|
+
"./config/rollup": "./config/rollup.js",
|
|
47
69
|
"./config/tsconfig.json": "./config/tsconfig.json",
|
|
48
|
-
"./
|
|
49
|
-
"./
|
|
70
|
+
"./config/typedoc.cjs": "./config/typedoc.cjs",
|
|
71
|
+
"./config/typedoc": "./config/typedoc.cjs",
|
|
72
|
+
"./detectOther": {
|
|
73
|
+
"module": {
|
|
74
|
+
"types": "./detectOther.d.ts",
|
|
75
|
+
"default": "./detectOther.js"
|
|
76
|
+
},
|
|
77
|
+
"require": {
|
|
78
|
+
"types": "./cjs/detectOther.d.ts",
|
|
79
|
+
"default": "./cjs/detectOther.js"
|
|
80
|
+
},
|
|
81
|
+
"default": {
|
|
82
|
+
"types": "./detectOther.d.ts",
|
|
83
|
+
"default": "./detectOther.js"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"./package.json": {
|
|
87
|
+
"require": "./cjs/package.json",
|
|
88
|
+
"default": "./package.json"
|
|
89
|
+
},
|
|
90
|
+
"./packageInfo.js": {
|
|
91
|
+
"module": {
|
|
92
|
+
"types": "./packageInfo.d.ts",
|
|
93
|
+
"default": "./packageInfo.js"
|
|
94
|
+
},
|
|
95
|
+
"require": {
|
|
96
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
97
|
+
"default": "./cjs/packageInfo.js"
|
|
98
|
+
},
|
|
99
|
+
"default": {
|
|
100
|
+
"types": "./packageInfo.d.ts",
|
|
101
|
+
"default": "./packageInfo.js"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"./packageInfo": {
|
|
105
|
+
"module": {
|
|
106
|
+
"types": "./packageInfo.d.ts",
|
|
107
|
+
"default": "./packageInfo.js"
|
|
108
|
+
},
|
|
109
|
+
"require": {
|
|
110
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
111
|
+
"default": "./cjs/packageInfo.js"
|
|
112
|
+
},
|
|
113
|
+
"default": {
|
|
114
|
+
"types": "./packageInfo.d.ts",
|
|
115
|
+
"default": "./packageInfo.js"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"./root": {
|
|
119
|
+
"module": {
|
|
120
|
+
"types": "./root.d.ts",
|
|
121
|
+
"default": "./root.js"
|
|
122
|
+
},
|
|
123
|
+
"require": {
|
|
124
|
+
"types": "./cjs/root.d.ts",
|
|
125
|
+
"default": "./cjs/root.js"
|
|
126
|
+
},
|
|
127
|
+
"default": {
|
|
128
|
+
"types": "./root.d.ts",
|
|
129
|
+
"default": "./root.js"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"./rootJs": {
|
|
133
|
+
"module": {
|
|
134
|
+
"types": "./rootJs/index.d.ts",
|
|
135
|
+
"default": "./rootJs/index.js"
|
|
136
|
+
},
|
|
137
|
+
"require": {
|
|
138
|
+
"types": "./cjs/rootJs/index.d.ts",
|
|
139
|
+
"default": "./cjs/rootJs/index.js"
|
|
140
|
+
},
|
|
141
|
+
"default": {
|
|
142
|
+
"types": "./rootJs/index.d.ts",
|
|
143
|
+
"default": "./rootJs/index.js"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"./rootJs/augmented": {
|
|
147
|
+
"module": {
|
|
148
|
+
"types": "./rootJs/augmented.d.ts",
|
|
149
|
+
"default": "./rootJs/augmented.js"
|
|
150
|
+
},
|
|
151
|
+
"require": {
|
|
152
|
+
"types": "./cjs/rootJs/augmented.d.ts",
|
|
153
|
+
"default": "./cjs/rootJs/augmented.js"
|
|
154
|
+
},
|
|
155
|
+
"default": {
|
|
156
|
+
"types": "./rootJs/augmented.d.ts",
|
|
157
|
+
"default": "./rootJs/augmented.js"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"./rootJs/Clazz": {
|
|
161
|
+
"module": {
|
|
162
|
+
"types": "./rootJs/Clazz.d.ts",
|
|
163
|
+
"default": "./rootJs/Clazz.js"
|
|
164
|
+
},
|
|
165
|
+
"require": {
|
|
166
|
+
"types": "./cjs/rootJs/Clazz.d.ts",
|
|
167
|
+
"default": "./cjs/rootJs/Clazz.js"
|
|
168
|
+
},
|
|
169
|
+
"default": {
|
|
170
|
+
"types": "./rootJs/Clazz.d.ts",
|
|
171
|
+
"default": "./rootJs/Clazz.js"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"./rootJs/dynamic.d.mts": "./rootJs/dynamic.d.mts",
|
|
175
|
+
"./rootJs/dynamic.mjs": "./rootJs/dynamic.mjs",
|
|
176
|
+
"./rootJs/dynamic": "./rootJs/dynamic.mjs",
|
|
177
|
+
"./rootJs/Jsx": {
|
|
178
|
+
"module": {
|
|
179
|
+
"types": "./rootJs/Jsx.d.ts",
|
|
180
|
+
"default": "./rootJs/Jsx.js"
|
|
181
|
+
},
|
|
182
|
+
"require": {
|
|
183
|
+
"types": "./cjs/rootJs/Jsx.d.ts",
|
|
184
|
+
"default": "./cjs/rootJs/Jsx.js"
|
|
185
|
+
},
|
|
186
|
+
"default": {
|
|
187
|
+
"types": "./rootJs/Jsx.d.ts",
|
|
188
|
+
"default": "./rootJs/Jsx.js"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"./rootJs/JsxChild": {
|
|
192
|
+
"module": {
|
|
193
|
+
"types": "./rootJs/JsxChild.d.ts",
|
|
194
|
+
"default": "./rootJs/JsxChild.js"
|
|
195
|
+
},
|
|
196
|
+
"require": {
|
|
197
|
+
"types": "./cjs/rootJs/JsxChild.d.ts",
|
|
198
|
+
"default": "./cjs/rootJs/JsxChild.js"
|
|
199
|
+
},
|
|
200
|
+
"default": {
|
|
201
|
+
"types": "./rootJs/JsxChild.d.ts",
|
|
202
|
+
"default": "./rootJs/JsxChild.js"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"./rootJs/testJson.json": "./rootJs/testJson.json",
|
|
206
|
+
"./rootStatic/kusama.svg": "./rootStatic/kusama.svg",
|
|
207
|
+
"./rootTests": {
|
|
208
|
+
"module": {
|
|
209
|
+
"types": "./rootTests.d.ts",
|
|
210
|
+
"default": "./rootTests.js"
|
|
211
|
+
},
|
|
212
|
+
"require": {
|
|
213
|
+
"types": "./cjs/rootTests.d.ts",
|
|
214
|
+
"default": "./cjs/rootTests.js"
|
|
215
|
+
},
|
|
216
|
+
"default": {
|
|
217
|
+
"types": "./rootTests.d.ts",
|
|
218
|
+
"default": "./rootTests.js"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"./scripts/polkadot-ci-ghact-build.mjs": "./scripts/polkadot-ci-ghact-build.mjs",
|
|
222
|
+
"./scripts/polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
|
|
223
|
+
"./scripts/polkadot-ci-ghact-docs.mjs": "./scripts/polkadot-ci-ghact-docs.mjs",
|
|
224
|
+
"./scripts/polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
|
|
225
|
+
"./scripts/polkadot-ci-ghpages-force.mjs": "./scripts/polkadot-ci-ghpages-force.mjs",
|
|
226
|
+
"./scripts/polkadot-ci-ghpages-force": "./scripts/polkadot-ci-ghpages-force.mjs",
|
|
227
|
+
"./scripts/polkadot-dev-build-docs.mjs": "./scripts/polkadot-dev-build-docs.mjs",
|
|
228
|
+
"./scripts/polkadot-dev-build-docs": "./scripts/polkadot-dev-build-docs.mjs",
|
|
229
|
+
"./scripts/polkadot-dev-build-ts.mjs": "./scripts/polkadot-dev-build-ts.mjs",
|
|
230
|
+
"./scripts/polkadot-dev-build-ts": "./scripts/polkadot-dev-build-ts.mjs",
|
|
231
|
+
"./scripts/polkadot-dev-circular.mjs": "./scripts/polkadot-dev-circular.mjs",
|
|
232
|
+
"./scripts/polkadot-dev-circular": "./scripts/polkadot-dev-circular.mjs",
|
|
233
|
+
"./scripts/polkadot-dev-clean-build.mjs": "./scripts/polkadot-dev-clean-build.mjs",
|
|
234
|
+
"./scripts/polkadot-dev-clean-build": "./scripts/polkadot-dev-clean-build.mjs",
|
|
235
|
+
"./scripts/polkadot-dev-contrib.mjs": "./scripts/polkadot-dev-contrib.mjs",
|
|
236
|
+
"./scripts/polkadot-dev-contrib": "./scripts/polkadot-dev-contrib.mjs",
|
|
237
|
+
"./scripts/polkadot-dev-copy-dir.mjs": "./scripts/polkadot-dev-copy-dir.mjs",
|
|
238
|
+
"./scripts/polkadot-dev-copy-dir": "./scripts/polkadot-dev-copy-dir.mjs",
|
|
239
|
+
"./scripts/polkadot-dev-copy-to.mjs": "./scripts/polkadot-dev-copy-to.mjs",
|
|
240
|
+
"./scripts/polkadot-dev-copy-to": "./scripts/polkadot-dev-copy-to.mjs",
|
|
241
|
+
"./scripts/polkadot-dev-deno-map.mjs": "./scripts/polkadot-dev-deno-map.mjs",
|
|
242
|
+
"./scripts/polkadot-dev-deno-map": "./scripts/polkadot-dev-deno-map.mjs",
|
|
243
|
+
"./scripts/polkadot-dev-run-lint.mjs": "./scripts/polkadot-dev-run-lint.mjs",
|
|
244
|
+
"./scripts/polkadot-dev-run-lint": "./scripts/polkadot-dev-run-lint.mjs",
|
|
245
|
+
"./scripts/polkadot-dev-run-node-ts.mjs": "./scripts/polkadot-dev-run-node-ts.mjs",
|
|
246
|
+
"./scripts/polkadot-dev-run-node-ts": "./scripts/polkadot-dev-run-node-ts.mjs",
|
|
247
|
+
"./scripts/polkadot-dev-run-test.mjs": "./scripts/polkadot-dev-run-test.mjs",
|
|
248
|
+
"./scripts/polkadot-dev-run-test": "./scripts/polkadot-dev-run-test.mjs",
|
|
249
|
+
"./scripts/polkadot-dev-version.mjs": "./scripts/polkadot-dev-version.mjs",
|
|
250
|
+
"./scripts/polkadot-dev-version": "./scripts/polkadot-dev-version.mjs",
|
|
251
|
+
"./scripts/polkadot-dev-yarn-only.mjs": "./scripts/polkadot-dev-yarn-only.mjs",
|
|
252
|
+
"./scripts/polkadot-dev-yarn-only": "./scripts/polkadot-dev-yarn-only.mjs",
|
|
253
|
+
"./scripts/polkadot-exec-eslint.mjs": "./scripts/polkadot-exec-eslint.mjs",
|
|
254
|
+
"./scripts/polkadot-exec-eslint": "./scripts/polkadot-exec-eslint.mjs",
|
|
255
|
+
"./scripts/polkadot-exec-ghpages.mjs": "./scripts/polkadot-exec-ghpages.mjs",
|
|
256
|
+
"./scripts/polkadot-exec-ghpages": "./scripts/polkadot-exec-ghpages.mjs",
|
|
257
|
+
"./scripts/polkadot-exec-ghrelease.mjs": "./scripts/polkadot-exec-ghrelease.mjs",
|
|
258
|
+
"./scripts/polkadot-exec-ghrelease": "./scripts/polkadot-exec-ghrelease.mjs",
|
|
259
|
+
"./scripts/polkadot-exec-node-test.mjs": "./scripts/polkadot-exec-node-test.mjs",
|
|
260
|
+
"./scripts/polkadot-exec-node-test": "./scripts/polkadot-exec-node-test.mjs",
|
|
261
|
+
"./scripts/polkadot-exec-rollup.mjs": "./scripts/polkadot-exec-rollup.mjs",
|
|
262
|
+
"./scripts/polkadot-exec-rollup": "./scripts/polkadot-exec-rollup.mjs",
|
|
263
|
+
"./scripts/polkadot-exec-tsc.mjs": "./scripts/polkadot-exec-tsc.mjs",
|
|
264
|
+
"./scripts/polkadot-exec-tsc": "./scripts/polkadot-exec-tsc.mjs",
|
|
265
|
+
"./scripts/polkadot-exec-webpack.mjs": "./scripts/polkadot-exec-webpack.mjs",
|
|
266
|
+
"./scripts/polkadot-exec-webpack": "./scripts/polkadot-exec-webpack.mjs",
|
|
267
|
+
"./scripts/util.mjs": "./scripts/util.mjs",
|
|
268
|
+
"./scripts/util": "./scripts/util.mjs",
|
|
269
|
+
"./types": {
|
|
270
|
+
"module": {
|
|
271
|
+
"types": "./types.d.ts",
|
|
272
|
+
"default": "./types.js"
|
|
273
|
+
},
|
|
274
|
+
"require": {
|
|
275
|
+
"types": "./cjs/types.d.ts",
|
|
276
|
+
"default": "./cjs/types.js"
|
|
277
|
+
},
|
|
278
|
+
"default": {
|
|
279
|
+
"types": "./types.d.ts",
|
|
280
|
+
"default": "./types.js"
|
|
281
|
+
}
|
|
282
|
+
}
|
|
50
283
|
},
|
|
51
284
|
"dependencies": {
|
|
52
285
|
"@eslint/js": "^8.56.0",
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
286
|
+
"@polkadot/dev-test": "^0.83.3",
|
|
287
|
+
"@polkadot/dev-ts": "^0.83.3",
|
|
55
288
|
"@rollup/plugin-alias": "^5.1.1",
|
|
56
289
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
57
290
|
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
|
|
@@ -92,16 +325,5 @@
|
|
|
92
325
|
"webpack-merge": "^5.10.0",
|
|
93
326
|
"webpack-subresource-integrity": "^5.2.0-rc.1",
|
|
94
327
|
"yargs": "^17.7.2"
|
|
95
|
-
},
|
|
96
|
-
"devDependencies": {
|
|
97
|
-
"@testing-library/react": "^14.1.2",
|
|
98
|
-
"@types/node": "^20.11.5",
|
|
99
|
-
"@types/react": "^18.2.48",
|
|
100
|
-
"@types/react-dom": "^18.2.18",
|
|
101
|
-
"@types/yargs": "^17.0.32",
|
|
102
|
-
"react": "^18.2.0",
|
|
103
|
-
"react-dom": "^18.2.0",
|
|
104
|
-
"react-is": "^18.2.0",
|
|
105
|
-
"styled-components": "^6.1.8"
|
|
106
328
|
}
|
|
107
329
|
}
|
package/package.json.new
ADDED
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pezkuwi/dev",
|
|
3
|
+
"version": "0.84.3",
|
|
4
|
+
"main": "./cjs/index.js",
|
|
5
|
+
"exports": {
|
|
6
|
+
"./cjs/package.json": "./cjs/package.json",
|
|
7
|
+
"./cjs/*": "./cjs/*.js",
|
|
8
|
+
".": {
|
|
9
|
+
"module": {
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"default": "./index.js"
|
|
12
|
+
},
|
|
13
|
+
"require": {
|
|
14
|
+
"types": "./cjs/index.d.ts",
|
|
15
|
+
"default": "./cjs/index.js"
|
|
16
|
+
},
|
|
17
|
+
"default": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"default": "./index.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"./config/eslint": "./config/eslint.js",
|
|
23
|
+
"./config/eslint.rules": "./config/eslint.rules.js",
|
|
24
|
+
"./config/prettier.cjs": "./config/prettier.cjs",
|
|
25
|
+
"./config/prettier": "./config/prettier.cjs",
|
|
26
|
+
"./config/rollup": "./config/rollup.js",
|
|
27
|
+
"./config/tsconfig.json": "./config/tsconfig.json",
|
|
28
|
+
"./config/typedoc.cjs": "./config/typedoc.cjs",
|
|
29
|
+
"./config/typedoc": "./config/typedoc.cjs",
|
|
30
|
+
"./detectOther": {
|
|
31
|
+
"module": {
|
|
32
|
+
"types": "./detectOther.d.ts",
|
|
33
|
+
"default": "./detectOther.js"
|
|
34
|
+
},
|
|
35
|
+
"require": {
|
|
36
|
+
"types": "./cjs/detectOther.d.ts",
|
|
37
|
+
"default": "./cjs/detectOther.js"
|
|
38
|
+
},
|
|
39
|
+
"default": {
|
|
40
|
+
"types": "./detectOther.d.ts",
|
|
41
|
+
"default": "./detectOther.js"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"./package.json": {
|
|
45
|
+
"require": "./cjs/package.json",
|
|
46
|
+
"default": "./package.json"
|
|
47
|
+
},
|
|
48
|
+
"./packageInfo.js": {
|
|
49
|
+
"module": {
|
|
50
|
+
"types": "./packageInfo.d.ts",
|
|
51
|
+
"default": "./packageInfo.js"
|
|
52
|
+
},
|
|
53
|
+
"require": {
|
|
54
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
55
|
+
"default": "./cjs/packageInfo.js"
|
|
56
|
+
},
|
|
57
|
+
"default": {
|
|
58
|
+
"types": "./packageInfo.d.ts",
|
|
59
|
+
"default": "./packageInfo.js"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"./packageInfo": {
|
|
63
|
+
"module": {
|
|
64
|
+
"types": "./packageInfo.d.ts",
|
|
65
|
+
"default": "./packageInfo.js"
|
|
66
|
+
},
|
|
67
|
+
"require": {
|
|
68
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
69
|
+
"default": "./cjs/packageInfo.js"
|
|
70
|
+
},
|
|
71
|
+
"default": {
|
|
72
|
+
"types": "./packageInfo.d.ts",
|
|
73
|
+
"default": "./packageInfo.js"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"./root": {
|
|
77
|
+
"module": {
|
|
78
|
+
"types": "./root.d.ts",
|
|
79
|
+
"default": "./root.js"
|
|
80
|
+
},
|
|
81
|
+
"require": {
|
|
82
|
+
"types": "./cjs/root.d.ts",
|
|
83
|
+
"default": "./cjs/root.js"
|
|
84
|
+
},
|
|
85
|
+
"default": {
|
|
86
|
+
"types": "./root.d.ts",
|
|
87
|
+
"default": "./root.js"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"./rootJs": {
|
|
91
|
+
"module": {
|
|
92
|
+
"types": "./rootJs/index.d.ts",
|
|
93
|
+
"default": "./rootJs/index.js"
|
|
94
|
+
},
|
|
95
|
+
"require": {
|
|
96
|
+
"types": "./cjs/rootJs/index.d.ts",
|
|
97
|
+
"default": "./cjs/rootJs/index.js"
|
|
98
|
+
},
|
|
99
|
+
"default": {
|
|
100
|
+
"types": "./rootJs/index.d.ts",
|
|
101
|
+
"default": "./rootJs/index.js"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"./rootJs/augmented": {
|
|
105
|
+
"module": {
|
|
106
|
+
"types": "./rootJs/augmented.d.ts",
|
|
107
|
+
"default": "./rootJs/augmented.js"
|
|
108
|
+
},
|
|
109
|
+
"require": {
|
|
110
|
+
"types": "./cjs/rootJs/augmented.d.ts",
|
|
111
|
+
"default": "./cjs/rootJs/augmented.js"
|
|
112
|
+
},
|
|
113
|
+
"default": {
|
|
114
|
+
"types": "./rootJs/augmented.d.ts",
|
|
115
|
+
"default": "./rootJs/augmented.js"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"./rootJs/Clazz": {
|
|
119
|
+
"module": {
|
|
120
|
+
"types": "./rootJs/Clazz.d.ts",
|
|
121
|
+
"default": "./rootJs/Clazz.js"
|
|
122
|
+
},
|
|
123
|
+
"require": {
|
|
124
|
+
"types": "./cjs/rootJs/Clazz.d.ts",
|
|
125
|
+
"default": "./cjs/rootJs/Clazz.js"
|
|
126
|
+
},
|
|
127
|
+
"default": {
|
|
128
|
+
"types": "./rootJs/Clazz.d.ts",
|
|
129
|
+
"default": "./rootJs/Clazz.js"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"./rootJs/dynamic.d.mts": "./rootJs/dynamic.d.mts",
|
|
133
|
+
"./rootJs/dynamic.mjs": "./rootJs/dynamic.mjs",
|
|
134
|
+
"./rootJs/dynamic": "./rootJs/dynamic.mjs",
|
|
135
|
+
"./rootJs/Jsx": {
|
|
136
|
+
"module": {
|
|
137
|
+
"types": "./rootJs/Jsx.d.ts",
|
|
138
|
+
"default": "./rootJs/Jsx.js"
|
|
139
|
+
},
|
|
140
|
+
"require": {
|
|
141
|
+
"types": "./cjs/rootJs/Jsx.d.ts",
|
|
142
|
+
"default": "./cjs/rootJs/Jsx.js"
|
|
143
|
+
},
|
|
144
|
+
"default": {
|
|
145
|
+
"types": "./rootJs/Jsx.d.ts",
|
|
146
|
+
"default": "./rootJs/Jsx.js"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"./rootJs/JsxChild": {
|
|
150
|
+
"module": {
|
|
151
|
+
"types": "./rootJs/JsxChild.d.ts",
|
|
152
|
+
"default": "./rootJs/JsxChild.js"
|
|
153
|
+
},
|
|
154
|
+
"require": {
|
|
155
|
+
"types": "./cjs/rootJs/JsxChild.d.ts",
|
|
156
|
+
"default": "./cjs/rootJs/JsxChild.js"
|
|
157
|
+
},
|
|
158
|
+
"default": {
|
|
159
|
+
"types": "./rootJs/JsxChild.d.ts",
|
|
160
|
+
"default": "./rootJs/JsxChild.js"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"./rootJs/testJson.json": "./rootJs/testJson.json",
|
|
164
|
+
"./rootStatic/kusama.svg": "./rootStatic/kusama.svg",
|
|
165
|
+
"./rootTests": {
|
|
166
|
+
"module": {
|
|
167
|
+
"types": "./rootTests.d.ts",
|
|
168
|
+
"default": "./rootTests.js"
|
|
169
|
+
},
|
|
170
|
+
"require": {
|
|
171
|
+
"types": "./cjs/rootTests.d.ts",
|
|
172
|
+
"default": "./cjs/rootTests.js"
|
|
173
|
+
},
|
|
174
|
+
"default": {
|
|
175
|
+
"types": "./rootTests.d.ts",
|
|
176
|
+
"default": "./rootTests.js"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"./scripts/polkadot-ci-ghact-build.mjs": "./scripts/polkadot-ci-ghact-build.mjs",
|
|
180
|
+
"./scripts/polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
|
|
181
|
+
"./scripts/polkadot-ci-ghact-docs.mjs": "./scripts/polkadot-ci-ghact-docs.mjs",
|
|
182
|
+
"./scripts/polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
|
|
183
|
+
"./scripts/polkadot-ci-ghpages-force.mjs": "./scripts/polkadot-ci-ghpages-force.mjs",
|
|
184
|
+
"./scripts/polkadot-ci-ghpages-force": "./scripts/polkadot-ci-ghpages-force.mjs",
|
|
185
|
+
"./scripts/polkadot-dev-build-docs.mjs": "./scripts/polkadot-dev-build-docs.mjs",
|
|
186
|
+
"./scripts/polkadot-dev-build-docs": "./scripts/polkadot-dev-build-docs.mjs",
|
|
187
|
+
"./scripts/polkadot-dev-build-ts.mjs": "./scripts/polkadot-dev-build-ts.mjs",
|
|
188
|
+
"./scripts/polkadot-dev-build-ts": "./scripts/polkadot-dev-build-ts.mjs",
|
|
189
|
+
"./scripts/polkadot-dev-circular.mjs": "./scripts/polkadot-dev-circular.mjs",
|
|
190
|
+
"./scripts/polkadot-dev-circular": "./scripts/polkadot-dev-circular.mjs",
|
|
191
|
+
"./scripts/polkadot-dev-clean-build.mjs": "./scripts/polkadot-dev-clean-build.mjs",
|
|
192
|
+
"./scripts/polkadot-dev-clean-build": "./scripts/polkadot-dev-clean-build.mjs",
|
|
193
|
+
"./scripts/polkadot-dev-contrib.mjs": "./scripts/polkadot-dev-contrib.mjs",
|
|
194
|
+
"./scripts/polkadot-dev-contrib": "./scripts/polkadot-dev-contrib.mjs",
|
|
195
|
+
"./scripts/polkadot-dev-copy-dir.mjs": "./scripts/polkadot-dev-copy-dir.mjs",
|
|
196
|
+
"./scripts/polkadot-dev-copy-dir": "./scripts/polkadot-dev-copy-dir.mjs",
|
|
197
|
+
"./scripts/polkadot-dev-copy-to.mjs": "./scripts/polkadot-dev-copy-to.mjs",
|
|
198
|
+
"./scripts/polkadot-dev-copy-to": "./scripts/polkadot-dev-copy-to.mjs",
|
|
199
|
+
"./scripts/polkadot-dev-deno-map.mjs": "./scripts/polkadot-dev-deno-map.mjs",
|
|
200
|
+
"./scripts/polkadot-dev-deno-map": "./scripts/polkadot-dev-deno-map.mjs",
|
|
201
|
+
"./scripts/polkadot-dev-run-lint.mjs": "./scripts/polkadot-dev-run-lint.mjs",
|
|
202
|
+
"./scripts/polkadot-dev-run-lint": "./scripts/polkadot-dev-run-lint.mjs",
|
|
203
|
+
"./scripts/polkadot-dev-run-node-ts.mjs": "./scripts/polkadot-dev-run-node-ts.mjs",
|
|
204
|
+
"./scripts/polkadot-dev-run-node-ts": "./scripts/polkadot-dev-run-node-ts.mjs",
|
|
205
|
+
"./scripts/polkadot-dev-run-test.mjs": "./scripts/polkadot-dev-run-test.mjs",
|
|
206
|
+
"./scripts/polkadot-dev-run-test": "./scripts/polkadot-dev-run-test.mjs",
|
|
207
|
+
"./scripts/polkadot-dev-version.mjs": "./scripts/polkadot-dev-version.mjs",
|
|
208
|
+
"./scripts/polkadot-dev-version": "./scripts/polkadot-dev-version.mjs",
|
|
209
|
+
"./scripts/polkadot-dev-yarn-only.mjs": "./scripts/polkadot-dev-yarn-only.mjs",
|
|
210
|
+
"./scripts/polkadot-dev-yarn-only": "./scripts/polkadot-dev-yarn-only.mjs",
|
|
211
|
+
"./scripts/polkadot-exec-eslint.mjs": "./scripts/polkadot-exec-eslint.mjs",
|
|
212
|
+
"./scripts/polkadot-exec-eslint": "./scripts/polkadot-exec-eslint.mjs",
|
|
213
|
+
"./scripts/polkadot-exec-ghpages.mjs": "./scripts/polkadot-exec-ghpages.mjs",
|
|
214
|
+
"./scripts/polkadot-exec-ghpages": "./scripts/polkadot-exec-ghpages.mjs",
|
|
215
|
+
"./scripts/polkadot-exec-ghrelease.mjs": "./scripts/polkadot-exec-ghrelease.mjs",
|
|
216
|
+
"./scripts/polkadot-exec-ghrelease": "./scripts/polkadot-exec-ghrelease.mjs",
|
|
217
|
+
"./scripts/polkadot-exec-node-test.mjs": "./scripts/polkadot-exec-node-test.mjs",
|
|
218
|
+
"./scripts/polkadot-exec-node-test": "./scripts/polkadot-exec-node-test.mjs",
|
|
219
|
+
"./scripts/polkadot-exec-rollup.mjs": "./scripts/polkadot-exec-rollup.mjs",
|
|
220
|
+
"./scripts/polkadot-exec-rollup": "./scripts/polkadot-exec-rollup.mjs",
|
|
221
|
+
"./scripts/polkadot-exec-tsc.mjs": "./scripts/polkadot-exec-tsc.mjs",
|
|
222
|
+
"./scripts/polkadot-exec-tsc": "./scripts/polkadot-exec-tsc.mjs",
|
|
223
|
+
"./scripts/polkadot-exec-webpack.mjs": "./scripts/polkadot-exec-webpack.mjs",
|
|
224
|
+
"./scripts/polkadot-exec-webpack": "./scripts/polkadot-exec-webpack.mjs",
|
|
225
|
+
"./scripts/util.mjs": "./scripts/util.mjs",
|
|
226
|
+
"./scripts/util": "./scripts/util.mjs",
|
|
227
|
+
"./types": {
|
|
228
|
+
"module": {
|
|
229
|
+
"types": "./types.d.ts",
|
|
230
|
+
"default": "./types.js"
|
|
231
|
+
},
|
|
232
|
+
"require": {
|
|
233
|
+
"types": "./cjs/types.d.ts",
|
|
234
|
+
"default": "./cjs/types.js"
|
|
235
|
+
},
|
|
236
|
+
"default": {
|
|
237
|
+
"types": "./types.d.ts",
|
|
238
|
+
"default": "./types.js"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"bin": {
|
|
243
|
+
"polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
|
|
244
|
+
"polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
|
|
245
|
+
"polkadot-ci-ghpages-force": "./scripts/polkadot-ci-ghpages-force.mjs",
|
|
246
|
+
"polkadot-dev-build-docs": "./scripts/polkadot-dev-build-docs.mjs",
|
|
247
|
+
"polkadot-dev-build-ts": "./scripts/polkadot-dev-build-ts.mjs",
|
|
248
|
+
"polkadot-dev-circular": "./scripts/polkadot-dev-circular.mjs",
|
|
249
|
+
"polkadot-dev-clean-build": "./scripts/polkadot-dev-clean-build.mjs",
|
|
250
|
+
"polkadot-dev-contrib": "./scripts/polkadot-dev-contrib.mjs",
|
|
251
|
+
"polkadot-dev-copy-dir": "./scripts/polkadot-dev-copy-dir.mjs",
|
|
252
|
+
"polkadot-dev-copy-to": "./scripts/polkadot-dev-copy-to.mjs",
|
|
253
|
+
"polkadot-dev-deno-map": "./scripts/polkadot-dev-deno-map.mjs",
|
|
254
|
+
"polkadot-dev-run-lint": "./scripts/polkadot-dev-run-lint.mjs",
|
|
255
|
+
"polkadot-dev-run-node-ts": "./scripts/polkadot-dev-run-node-ts.mjs",
|
|
256
|
+
"polkadot-dev-run-test": "./scripts/polkadot-dev-run-test.mjs",
|
|
257
|
+
"polkadot-dev-version": "./scripts/polkadot-dev-version.mjs",
|
|
258
|
+
"polkadot-dev-yarn-only": "./scripts/polkadot-dev-yarn-only.mjs",
|
|
259
|
+
"polkadot-exec-eslint": "./scripts/polkadot-exec-eslint.mjs",
|
|
260
|
+
"polkadot-exec-ghpages": "./scripts/polkadot-exec-ghpages.mjs",
|
|
261
|
+
"polkadot-exec-ghrelease": "./scripts/polkadot-exec-ghrelease.mjs",
|
|
262
|
+
"polkadot-exec-node-test": "./scripts/polkadot-exec-node-test.mjs",
|
|
263
|
+
"polkadot-exec-rollup": "./scripts/polkadot-exec-rollup.mjs",
|
|
264
|
+
"polkadot-exec-tsc": "./scripts/polkadot-exec-tsc.mjs",
|
|
265
|
+
"polkadot-exec-webpack": "./scripts/polkadot-exec-webpack.mjs"
|
|
266
|
+
},
|
|
267
|
+
"sideEffects": false,
|
|
268
|
+
"type": "module",
|
|
269
|
+
"dependencies": {
|
|
270
|
+
"@eslint/js": "^8.56.0",
|
|
271
|
+
"@polkadot/dev-test": "^0.83.3",
|
|
272
|
+
"@polkadot/dev-ts": "^0.83.3",
|
|
273
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
274
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
|
275
|
+
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
|
|
276
|
+
"@rollup/plugin-inject": "^5.0.5",
|
|
277
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
278
|
+
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
279
|
+
"@tsconfig/strictest": "^2.0.2",
|
|
280
|
+
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
281
|
+
"@typescript-eslint/parser": "^6.19.1",
|
|
282
|
+
"eslint": "^8.56.0",
|
|
283
|
+
"eslint-config-standard": "^17.1.0",
|
|
284
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
285
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
286
|
+
"eslint-plugin-deprecation": "^2.0.0",
|
|
287
|
+
"eslint-plugin-header": "^3.1.1",
|
|
288
|
+
"eslint-plugin-import": "^2.29.1",
|
|
289
|
+
"eslint-plugin-import-newlines": "^1.3.4",
|
|
290
|
+
"eslint-plugin-jest": "^27.6.3",
|
|
291
|
+
"eslint-plugin-n": "^16.6.2",
|
|
292
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
293
|
+
"eslint-plugin-react": "^7.33.2",
|
|
294
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
295
|
+
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
296
|
+
"eslint-plugin-sort-destructure-keys": "^1.5.0",
|
|
297
|
+
"espree": "^9.6.1",
|
|
298
|
+
"gh-pages": "^6.1.1",
|
|
299
|
+
"gh-release": "^7.0.2",
|
|
300
|
+
"globals": "^13.24.0",
|
|
301
|
+
"json5": "^2.2.3",
|
|
302
|
+
"madge": "^6.1.0",
|
|
303
|
+
"rollup": "^4.9.6",
|
|
304
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
305
|
+
"tslib": "^2.7.0",
|
|
306
|
+
"typescript": "^5.5.4",
|
|
307
|
+
"webpack": "^5.89.0",
|
|
308
|
+
"webpack-cli": "^5.1.4",
|
|
309
|
+
"webpack-dev-server": "^4.15.1",
|
|
310
|
+
"webpack-merge": "^5.10.0",
|
|
311
|
+
"webpack-subresource-integrity": "^5.2.0-rc.1",
|
|
312
|
+
"yargs": "^17.7.2"
|
|
313
|
+
},
|
|
314
|
+
"peerDependencies": null
|
|
315
|
+
}
|
package/packageInfo.d.ts
ADDED
package/packageInfo.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/dev', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '0.83.3' };
|
package/root.d.ts
ADDED
package/root.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class Clazz {
|
|
2
|
+
#private;
|
|
3
|
+
readonly and: number;
|
|
4
|
+
static staticProperty: string;
|
|
5
|
+
static staticFunction: () => string | null;
|
|
6
|
+
/**
|
|
7
|
+
* @param and the number we should and with
|
|
8
|
+
*/
|
|
9
|
+
constructor(and: number);
|
|
10
|
+
get something(): number;
|
|
11
|
+
doAsync(): Promise<boolean>;
|
|
12
|
+
/**
|
|
13
|
+
* @description Sets something to something
|
|
14
|
+
* @param something The addition
|
|
15
|
+
*/
|
|
16
|
+
setSomething: (something?: number) => number;
|
|
17
|
+
toString(): string;
|
|
18
|
+
}
|