@substrate-system/tool-tip 0.0.0 → 0.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.
- package/README.md +25 -6
- package/dist/index.cjs +9 -11
- package/dist/index.cjs.map +2 -2
- package/dist/index.css +55 -55
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -11
- package/dist/index.js.map +2 -2
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +4 -4
- package/dist/meta.json +11 -5
- package/package.json +3 -462
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrate-system/tool-tip",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Tooltips for when you hover",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"scripts": {
|
|
31
31
|
"lint": "eslint \"./**/*.{ts,js}\"",
|
|
32
|
+
"csslint": "stylelint 'src/**/*.css'",
|
|
32
33
|
"test": "esbuild ./test/index.ts --bundle --format=esm | tapout",
|
|
33
34
|
"build-css": "lightningcss --nesting src/index.css -o dist/index.css",
|
|
34
35
|
"build-css:min": "lightningcss --nesting --minify src/index.css -o dist/index.min.css",
|
|
@@ -46,467 +47,7 @@
|
|
|
46
47
|
"prepublishOnly": "npm run build"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"
|
|
50
|
-
"acorn-jsx": "^5.3.2",
|
|
51
|
-
"ajv": "^6.12.6",
|
|
52
|
-
"ansi-red": "^0.1.1",
|
|
53
|
-
"ansi-regex": "^5.0.1",
|
|
54
|
-
"ansi-styles": "^4.3.0",
|
|
55
|
-
"ansi-wrap": "^0.1.0",
|
|
56
|
-
"argparse": "^2.0.1",
|
|
57
|
-
"array-buffer-byte-length": "^1.0.2",
|
|
58
|
-
"array-includes": "^3.1.9",
|
|
59
|
-
"array.prototype.findlastindex": "^1.2.6",
|
|
60
|
-
"array.prototype.flat": "^1.3.3",
|
|
61
|
-
"array.prototype.flatmap": "^1.3.3",
|
|
62
|
-
"arraybuffer.prototype.slice": "^1.0.4",
|
|
63
|
-
"asap": "^2.0.6",
|
|
64
|
-
"astral-regex": "^2.0.0",
|
|
65
|
-
"async-function": "^1.0.0",
|
|
66
|
-
"autolinker": "^0.28.1",
|
|
67
|
-
"available-typed-arrays": "^1.0.7",
|
|
68
|
-
"axe-core": "^4.11.1",
|
|
69
|
-
"balanced-match": "^1.0.2",
|
|
70
|
-
"base64-js": "^1.5.1",
|
|
71
|
-
"baseline-browser-mapping": "^2.9.18",
|
|
72
|
-
"boolean": "^3.2.0",
|
|
73
|
-
"brace-expansion": "^2.0.2",
|
|
74
|
-
"braces": "^3.0.3",
|
|
75
|
-
"browser-launcher": "^3.0.1",
|
|
76
|
-
"browser-run": "^12.0.0",
|
|
77
|
-
"buffer-crc32": "^0.2.13",
|
|
78
|
-
"buffer-from": "^1.1.2",
|
|
79
|
-
"buffer-shims": "^1.0.0",
|
|
80
|
-
"builtin-modules": "^3.3.0",
|
|
81
|
-
"builtins": "^5.1.0",
|
|
82
|
-
"bytes": "^3.0.0",
|
|
83
|
-
"cacheable": "^2.3.2",
|
|
84
|
-
"cacheable-lookup": "^5.0.4",
|
|
85
|
-
"cacheable-request": "^7.0.4",
|
|
86
|
-
"call-bind": "^1.0.8",
|
|
87
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
88
|
-
"call-bound": "^1.0.4",
|
|
89
|
-
"callsites": "^3.1.0",
|
|
90
|
-
"caniuse-lite": "^1.0.30001766",
|
|
91
|
-
"chalk": "^4.1.2",
|
|
92
|
-
"charset": "^1.0.1",
|
|
93
|
-
"cliui": "^9.0.1",
|
|
94
|
-
"clone-response": "^1.0.3",
|
|
95
|
-
"color-convert": "^2.0.1",
|
|
96
|
-
"color-name": "^1.1.4",
|
|
97
|
-
"colord": "^2.9.3",
|
|
98
|
-
"commander": "^7.2.0",
|
|
99
|
-
"concat-map": "^0.0.1",
|
|
100
|
-
"concat-stream": "^1.6.2",
|
|
101
|
-
"concat-with-sourcemaps": "^1.1.0",
|
|
102
|
-
"content-disposition": "^0.5.2",
|
|
103
|
-
"core-util-is": "^1.0.3",
|
|
104
|
-
"cosmiconfig": "^9.0.0",
|
|
105
|
-
"cross-spawn": "^7.0.6",
|
|
106
|
-
"crypto-random-string": "^1.0.0",
|
|
107
|
-
"css-functions-list": "^3.2.3",
|
|
108
|
-
"css-tree": "^3.1.0",
|
|
109
|
-
"cssauron": "^1.4.0",
|
|
110
|
-
"cssesc": "^3.0.0",
|
|
111
|
-
"data-view-buffer": "^1.0.2",
|
|
112
|
-
"data-view-byte-length": "^1.0.2",
|
|
113
|
-
"data-view-byte-offset": "^1.0.1",
|
|
114
|
-
"debug": "^4.4.3",
|
|
115
|
-
"decompress-response": "^6.0.0",
|
|
116
|
-
"deep-is": "^0.1.4",
|
|
117
|
-
"defer-to-connect": "^2.0.1",
|
|
118
|
-
"define-data-property": "^1.1.4",
|
|
119
|
-
"define-properties": "^1.2.1",
|
|
120
|
-
"detect-libc": "^2.1.2",
|
|
121
|
-
"detect-node": "^2.1.0",
|
|
122
|
-
"dezalgo": "^1.0.4",
|
|
123
|
-
"diacritics-map": "^0.1.0",
|
|
124
|
-
"doctrine": "^3.0.0",
|
|
125
|
-
"dunder-proto": "^1.0.1",
|
|
126
|
-
"duplexer": "^0.1.2",
|
|
127
|
-
"duplexer2": "^0.0.2",
|
|
128
|
-
"ecstatic": "^4.1.4",
|
|
129
|
-
"ee-first": "^1.1.1",
|
|
130
|
-
"electron": "^26.6.10",
|
|
131
|
-
"electron-stream": "^11.0.2",
|
|
132
|
-
"electron-to-chromium": "^1.5.279",
|
|
133
|
-
"emoji-regex": "^8.0.0",
|
|
134
|
-
"end-of-stream": "^1.4.5",
|
|
135
|
-
"enstore": "^1.0.1",
|
|
136
|
-
"ent": "^2.2.2",
|
|
137
|
-
"entities": "^4.5.0",
|
|
138
|
-
"env-paths": "^2.2.1",
|
|
139
|
-
"error-ex": "^1.3.4",
|
|
140
|
-
"es-abstract": "^1.24.1",
|
|
141
|
-
"es-define-property": "^1.0.1",
|
|
142
|
-
"es-errors": "^1.3.0",
|
|
143
|
-
"es-object-atoms": "^1.1.1",
|
|
144
|
-
"es-set-tostringtag": "^2.1.0",
|
|
145
|
-
"es-shim-unscopables": "^1.1.0",
|
|
146
|
-
"es-to-primitive": "^1.3.0",
|
|
147
|
-
"es6-error": "^4.1.1",
|
|
148
|
-
"escalade": "^3.2.0",
|
|
149
|
-
"escape-string-regexp": "^4.0.0",
|
|
150
|
-
"eslint-compat-utils": "^0.5.1",
|
|
151
|
-
"eslint-import-resolver-node": "^0.3.9",
|
|
152
|
-
"eslint-module-utils": "^2.12.1",
|
|
153
|
-
"eslint-plugin-es-x": "^7.8.0",
|
|
154
|
-
"eslint-plugin-import": "^2.32.0",
|
|
155
|
-
"eslint-plugin-n": "^16.6.2",
|
|
156
|
-
"eslint-plugin-promise": "^6.6.0",
|
|
157
|
-
"eslint-scope": "^7.2.2",
|
|
158
|
-
"eslint-visitor-keys": "^3.4.3",
|
|
159
|
-
"espree": "^9.6.1",
|
|
160
|
-
"esprima": "^4.0.1",
|
|
161
|
-
"esquery": "^1.7.0",
|
|
162
|
-
"esrecurse": "^4.3.0",
|
|
163
|
-
"estraverse": "^5.3.0",
|
|
164
|
-
"esutils": "^2.0.3",
|
|
165
|
-
"expand-range": "^1.8.2",
|
|
166
|
-
"extend-shallow": "^2.0.1",
|
|
167
|
-
"extract-zip": "^2.0.1",
|
|
168
|
-
"fast-deep-equal": "^3.1.3",
|
|
169
|
-
"fast-glob": "^3.3.3",
|
|
170
|
-
"fast-json-stable-stringify": "^2.1.0",
|
|
171
|
-
"fast-levenshtein": "^2.0.6",
|
|
172
|
-
"fast-uri": "^3.1.0",
|
|
173
|
-
"fastest-levenshtein": "^1.0.16",
|
|
174
|
-
"fastq": "^1.20.1",
|
|
175
|
-
"fd-slicer": "^1.1.0",
|
|
176
|
-
"figures": "^1.7.0",
|
|
177
|
-
"file-entry-cache": "^6.0.1",
|
|
178
|
-
"fill-range": "^2.2.4",
|
|
179
|
-
"find-up": "^5.0.0",
|
|
180
|
-
"flat-cache": "^3.2.0",
|
|
181
|
-
"flatted": "^3.3.3",
|
|
182
|
-
"for-each": "^0.3.5",
|
|
183
|
-
"for-in": "^1.0.2",
|
|
184
|
-
"fs-extra": "^8.1.0",
|
|
185
|
-
"fs.realpath": "^1.0.0",
|
|
186
|
-
"function-bind": "^1.1.2",
|
|
187
|
-
"function.prototype.name": "^1.1.8",
|
|
188
|
-
"functions-have-names": "^1.2.3",
|
|
189
|
-
"generator-function": "^2.0.1",
|
|
190
|
-
"get-caller-file": "^2.0.5",
|
|
191
|
-
"get-east-asian-width": "^1.4.0",
|
|
192
|
-
"get-intrinsic": "^1.3.0",
|
|
193
|
-
"get-proto": "^1.0.1",
|
|
194
|
-
"get-stream": "^5.2.0",
|
|
195
|
-
"get-symbol-description": "^1.1.0",
|
|
196
|
-
"get-tsconfig": "^4.13.0",
|
|
197
|
-
"glob": "^7.2.3",
|
|
198
|
-
"glob-parent": "^6.0.2",
|
|
199
|
-
"global-agent": "^3.0.0",
|
|
200
|
-
"global-modules": "^2.0.0",
|
|
201
|
-
"global-prefix": "^3.0.0",
|
|
202
|
-
"globals": "^13.24.0",
|
|
203
|
-
"globalthis": "^1.0.4",
|
|
204
|
-
"globby": "^16.1.0",
|
|
205
|
-
"globjoin": "^0.1.4",
|
|
206
|
-
"gopd": "^1.2.0",
|
|
207
|
-
"got": "^11.8.6",
|
|
208
|
-
"graceful-fs": "^4.2.11",
|
|
209
|
-
"graphemer": "^1.4.0",
|
|
210
|
-
"gray-matter": "^2.1.1",
|
|
211
|
-
"gulp-header": "^1.8.12",
|
|
212
|
-
"handlebars": "^4.7.8",
|
|
213
|
-
"has-ansi": "^2.0.0",
|
|
214
|
-
"has-bigints": "^1.1.0",
|
|
215
|
-
"has-flag": "^5.0.1",
|
|
216
|
-
"has-property-descriptors": "^1.0.2",
|
|
217
|
-
"has-proto": "^1.2.0",
|
|
218
|
-
"has-symbols": "^1.1.0",
|
|
219
|
-
"has-tostringtag": "^1.0.2",
|
|
220
|
-
"hashery": "^1.4.0",
|
|
221
|
-
"hasown": "^2.0.2",
|
|
222
|
-
"he": "^1.2.0",
|
|
223
|
-
"headless": "^1.2.0",
|
|
224
|
-
"hookified": "^1.15.0",
|
|
225
|
-
"html-inject-script": "^2.0.0",
|
|
226
|
-
"html-select": "^2.3.24",
|
|
227
|
-
"html-tags": "^5.1.0",
|
|
228
|
-
"html-tokenize": "^1.2.5",
|
|
229
|
-
"http-cache-semantics": "^4.2.0",
|
|
230
|
-
"http2-wrapper": "^1.0.3",
|
|
231
|
-
"hyperstream": "^1.2.2",
|
|
232
|
-
"ignore": "^7.0.5",
|
|
233
|
-
"import-cwd": "^3.0.0",
|
|
234
|
-
"import-fresh": "^3.3.1",
|
|
235
|
-
"import-from": "^3.0.0",
|
|
236
|
-
"import-meta-resolve": "^4.2.0",
|
|
237
|
-
"imurmurhash": "^0.1.4",
|
|
238
|
-
"indexof": "^0.0.1",
|
|
239
|
-
"inflight": "^1.0.6",
|
|
240
|
-
"inherits": "^2.0.4",
|
|
241
|
-
"ini": "^1.3.8",
|
|
242
|
-
"internal-slot": "^1.1.0",
|
|
243
|
-
"is-array-buffer": "^3.0.5",
|
|
244
|
-
"is-arrayish": "^0.2.1",
|
|
245
|
-
"is-async-function": "^2.1.1",
|
|
246
|
-
"is-bigint": "^1.1.0",
|
|
247
|
-
"is-boolean-object": "^1.2.2",
|
|
248
|
-
"is-buffer": "^1.1.6",
|
|
249
|
-
"is-builtin-module": "^3.2.1",
|
|
250
|
-
"is-callable": "^1.2.7",
|
|
251
|
-
"is-core-module": "^2.16.1",
|
|
252
|
-
"is-data-view": "^1.0.2",
|
|
253
|
-
"is-date-object": "^1.1.0",
|
|
254
|
-
"is-extendable": "^0.1.1",
|
|
255
|
-
"is-extglob": "^2.1.1",
|
|
256
|
-
"is-finalizationregistry": "^1.1.1",
|
|
257
|
-
"is-finite": "^1.1.0",
|
|
258
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
259
|
-
"is-generator-function": "^1.1.2",
|
|
260
|
-
"is-glob": "^4.0.3",
|
|
261
|
-
"is-map": "^2.0.3",
|
|
262
|
-
"is-negative-zero": "^2.0.3",
|
|
263
|
-
"is-number": "^2.1.0",
|
|
264
|
-
"is-number-object": "^1.1.1",
|
|
265
|
-
"is-path-inside": "^3.0.3",
|
|
266
|
-
"is-plain-object": "^5.0.0",
|
|
267
|
-
"is-regex": "^1.2.1",
|
|
268
|
-
"is-set": "^2.0.3",
|
|
269
|
-
"is-shared-array-buffer": "^1.0.4",
|
|
270
|
-
"is-string": "^1.1.1",
|
|
271
|
-
"is-symbol": "^1.1.1",
|
|
272
|
-
"is-typed-array": "^1.1.15",
|
|
273
|
-
"is-weakmap": "^2.0.2",
|
|
274
|
-
"is-weakref": "^1.1.1",
|
|
275
|
-
"is-weakset": "^2.0.4",
|
|
276
|
-
"isarray": "^1.0.0",
|
|
277
|
-
"isexe": "^2.0.0",
|
|
278
|
-
"isobject": "^2.1.0",
|
|
279
|
-
"js-tokens": "^4.0.0",
|
|
280
|
-
"js-yaml": "^4.1.1",
|
|
281
|
-
"json-buffer": "^3.0.1",
|
|
282
|
-
"json-parse-even-better-errors": "^2.3.1",
|
|
283
|
-
"json-schema-traverse": "^0.4.1",
|
|
284
|
-
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
285
|
-
"json-stringify-safe": "^5.0.1",
|
|
286
|
-
"json5": "^1.0.2",
|
|
287
|
-
"jsonfile": "^4.0.0",
|
|
288
|
-
"keyv": "^4.5.4",
|
|
289
|
-
"kind-of": "^3.2.2",
|
|
290
|
-
"known-css-properties": "^0.37.0",
|
|
291
|
-
"lazy-cache": "^2.0.2",
|
|
292
|
-
"levn": "^0.4.1",
|
|
293
|
-
"lightningcss-cli-darwin-arm64": "^1.31.1",
|
|
294
|
-
"lightningcss-darwin-arm64": "^1.31.1",
|
|
295
|
-
"lines-and-columns": "^1.2.4",
|
|
296
|
-
"linkify-it": "^5.0.0",
|
|
297
|
-
"list-item": "^1.1.1",
|
|
298
|
-
"locate-path": "^6.0.0",
|
|
299
|
-
"lodash": "^4.17.23",
|
|
300
|
-
"lodash._reinterpolate": "^3.0.0",
|
|
301
|
-
"lodash.merge": "^4.6.2",
|
|
302
|
-
"lodash.template": "^4.5.0",
|
|
303
|
-
"lodash.templatesettings": "^4.2.0",
|
|
304
|
-
"lodash.truncate": "^4.4.2",
|
|
305
|
-
"lowercase-keys": "^2.0.0",
|
|
306
|
-
"lunr": "^2.3.9",
|
|
307
|
-
"markdown-it": "^14.1.0",
|
|
308
|
-
"markdown-link": "^0.1.1",
|
|
309
|
-
"matcher": "^3.0.0",
|
|
310
|
-
"math-intrinsics": "^1.1.0",
|
|
311
|
-
"math-random": "^1.0.4",
|
|
312
|
-
"mathml-tag-names": "^4.0.0",
|
|
313
|
-
"mdn-data": "^2.12.2",
|
|
314
|
-
"mdurl": "^2.0.0",
|
|
315
|
-
"meow": "^14.0.0",
|
|
316
|
-
"merge2": "^1.4.1",
|
|
317
|
-
"micromatch": "^4.0.8",
|
|
318
|
-
"mime": "^2.6.0",
|
|
319
|
-
"mime-db": "^1.33.0",
|
|
320
|
-
"mime-types": "^2.1.18",
|
|
321
|
-
"mimic-response": "^1.0.1",
|
|
322
|
-
"minimatch": "^9.0.5",
|
|
323
|
-
"minimist": "^1.2.8",
|
|
324
|
-
"mixin-deep": "^1.3.2",
|
|
325
|
-
"mkdirp": "^1.0.4",
|
|
326
|
-
"monotonic-timestamp": "^0.0.8",
|
|
327
|
-
"ms": "^2.1.3",
|
|
328
|
-
"nanoid": "^3.3.11",
|
|
329
|
-
"natural-compare": "^1.4.0",
|
|
330
|
-
"neo-async": "^2.6.2",
|
|
331
|
-
"node-fetch": "^2.7.0",
|
|
332
|
-
"node-releases": "^2.0.27",
|
|
333
|
-
"normalize-path": "^3.0.0",
|
|
334
|
-
"normalize-url": "^6.1.0",
|
|
335
|
-
"object-assign": "^4.1.1",
|
|
336
|
-
"object-inspect": "^1.13.4",
|
|
337
|
-
"object-keys": "^1.1.1",
|
|
338
|
-
"object.assign": "^4.1.7",
|
|
339
|
-
"object.fromentries": "^2.0.8",
|
|
340
|
-
"object.groupby": "^1.0.3",
|
|
341
|
-
"object.pick": "^1.3.0",
|
|
342
|
-
"object.values": "^1.2.1",
|
|
343
|
-
"on-finished": "^2.4.1",
|
|
344
|
-
"once": "^1.4.0",
|
|
345
|
-
"optionator": "^0.9.4",
|
|
346
|
-
"ordered-emitter": "^0.1.1",
|
|
347
|
-
"own-keys": "^1.0.1",
|
|
348
|
-
"p-cancelable": "^2.1.1",
|
|
349
|
-
"p-limit": "^3.1.0",
|
|
350
|
-
"p-locate": "^5.0.0",
|
|
351
|
-
"parent-module": "^1.0.1",
|
|
352
|
-
"parse-github-url": "^1.0.3",
|
|
353
|
-
"parse-json": "^5.2.0",
|
|
354
|
-
"parse-ms": "^1.0.1",
|
|
355
|
-
"path-exists": "^4.0.0",
|
|
356
|
-
"path-is-absolute": "^1.0.1",
|
|
357
|
-
"path-is-inside": "^1.0.2",
|
|
358
|
-
"path-key": "^3.1.1",
|
|
359
|
-
"path-parse": "^1.0.7",
|
|
360
|
-
"path-to-regexp": "^3.3.0",
|
|
361
|
-
"pend": "^1.2.0",
|
|
362
|
-
"picocolors": "^1.1.1",
|
|
363
|
-
"picomatch": "^2.3.1",
|
|
364
|
-
"pify": "^2.3.0",
|
|
365
|
-
"playwright": "^1.58.0",
|
|
366
|
-
"playwright-core": "^1.58.0",
|
|
367
|
-
"plist": "^3.1.0",
|
|
368
|
-
"plur": "^1.0.0",
|
|
369
|
-
"possible-typed-array-names": "^1.1.0",
|
|
370
|
-
"postcss": "^8.5.6",
|
|
371
|
-
"postcss-safe-parser": "^7.0.1",
|
|
372
|
-
"postcss-selector-parser": "^7.1.1",
|
|
373
|
-
"postcss-value-parser": "^4.2.0",
|
|
374
|
-
"prelude-ls": "^1.2.1",
|
|
375
|
-
"pretty-ms": "^2.1.0",
|
|
376
|
-
"process-nextick-args": "^2.0.1",
|
|
377
|
-
"progress": "^2.0.3",
|
|
378
|
-
"pump": "^3.0.3",
|
|
379
|
-
"punycode": "^1.4.1",
|
|
380
|
-
"punycode.js": "^2.3.1",
|
|
381
|
-
"qified": "^0.6.0",
|
|
382
|
-
"queue-microtask": "^1.2.3",
|
|
383
|
-
"quick-lru": "^5.1.1",
|
|
384
|
-
"randomatic": "^3.1.1",
|
|
385
|
-
"range-parser": "^1.2.0",
|
|
386
|
-
"re-emitter": "^1.1.3",
|
|
387
|
-
"readable-stream": "^2.3.8",
|
|
388
|
-
"readable-wrap": "^1.0.0",
|
|
389
|
-
"reflect.getprototypeof": "^1.0.10",
|
|
390
|
-
"regexp.prototype.flags": "^1.5.4",
|
|
391
|
-
"remarkable": "^1.7.4",
|
|
392
|
-
"repeat-element": "^1.1.4",
|
|
393
|
-
"repeat-string": "^1.6.1",
|
|
394
|
-
"require-directory": "^2.1.1",
|
|
395
|
-
"require-from-string": "^2.0.2",
|
|
396
|
-
"resolve": "^1.22.11",
|
|
397
|
-
"resolve-alpn": "^1.2.1",
|
|
398
|
-
"resolve-from": "^4.0.0",
|
|
399
|
-
"resolve-pkg-maps": "^1.0.0",
|
|
400
|
-
"responselike": "^2.0.1",
|
|
401
|
-
"reusify": "^1.1.0",
|
|
402
|
-
"rimraf": "^3.0.2",
|
|
403
|
-
"roarr": "^2.15.4",
|
|
404
|
-
"rollup": "^4.56.0",
|
|
405
|
-
"run-parallel": "^1.2.0",
|
|
406
|
-
"safe-array-concat": "^1.1.3",
|
|
407
|
-
"safe-buffer": "^5.1.2",
|
|
408
|
-
"safe-push-apply": "^1.0.0",
|
|
409
|
-
"safe-regex-test": "^1.1.0",
|
|
410
|
-
"semver": "^7.7.3",
|
|
411
|
-
"semver-compare": "^1.0.0",
|
|
412
|
-
"serialize-error": "^7.0.1",
|
|
413
|
-
"serve-handler": "^6.1.6",
|
|
414
|
-
"server-destroy": "^1.0.1",
|
|
415
|
-
"set-function-length": "^1.2.2",
|
|
416
|
-
"set-function-name": "^2.0.2",
|
|
417
|
-
"set-getter": "^0.1.1",
|
|
418
|
-
"set-proto": "^1.0.0",
|
|
419
|
-
"shebang-command": "^2.0.0",
|
|
420
|
-
"shebang-regex": "^3.0.0",
|
|
421
|
-
"side-channel": "^1.1.0",
|
|
422
|
-
"side-channel-list": "^1.0.0",
|
|
423
|
-
"side-channel-map": "^1.0.1",
|
|
424
|
-
"side-channel-weakmap": "^1.0.2",
|
|
425
|
-
"signal-exit": "^4.1.0",
|
|
426
|
-
"slash": "^5.1.0",
|
|
427
|
-
"slice-ansi": "^4.0.0",
|
|
428
|
-
"source-map": "^0.6.1",
|
|
429
|
-
"source-map-js": "^1.2.1",
|
|
430
|
-
"source-map-support": "^0.4.18",
|
|
431
|
-
"split": "^1.0.0",
|
|
432
|
-
"sprintf-js": "^1.1.3",
|
|
433
|
-
"stop-iteration-iterator": "^1.1.0",
|
|
434
|
-
"stream-combiner2": "^1.0.2",
|
|
435
|
-
"stream-read": "^1.1.2",
|
|
436
|
-
"stream-splicer": "^1.3.2",
|
|
437
|
-
"string-width": "^8.1.0",
|
|
438
|
-
"string.prototype.trim": "^1.2.10",
|
|
439
|
-
"string.prototype.trimend": "^1.0.9",
|
|
440
|
-
"string.prototype.trimstart": "^1.0.8",
|
|
441
|
-
"string_decoder": "^1.1.1",
|
|
442
|
-
"strip-ansi": "^6.0.1",
|
|
443
|
-
"strip-bom": "^3.0.0",
|
|
444
|
-
"strip-color": "^0.1.0",
|
|
445
|
-
"strip-json-comments": "^3.1.1",
|
|
446
|
-
"stylelint-config-recommended": "^18.0.0",
|
|
447
|
-
"sumchecker": "^3.0.1",
|
|
448
|
-
"supports-color": "^10.2.2",
|
|
449
|
-
"supports-hyperlinks": "^4.4.0",
|
|
450
|
-
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
451
|
-
"svg-tags": "^1.0.0",
|
|
452
|
-
"table": "^6.9.0",
|
|
453
|
-
"tap-out": "^2.1.0",
|
|
454
|
-
"tap-parser": "^0.2.1",
|
|
455
|
-
"temp-dir": "^1.0.0",
|
|
456
|
-
"tempy": "^0.1.0",
|
|
457
|
-
"text-table": "^0.2.0",
|
|
458
|
-
"through": "^2.3.8",
|
|
459
|
-
"through2": "^2.0.5",
|
|
460
|
-
"throughout": "^0.0.0",
|
|
461
|
-
"tinyglobby": "^0.2.15",
|
|
462
|
-
"to-object-path": "^0.3.0",
|
|
463
|
-
"to-regex-range": "^5.0.1",
|
|
464
|
-
"toml": "^2.3.6",
|
|
465
|
-
"tr46": "^0.0.3",
|
|
466
|
-
"trim": "^0.0.1",
|
|
467
|
-
"trumpet": "^1.7.2",
|
|
468
|
-
"ts-api-utils": "^2.4.0",
|
|
469
|
-
"tsconfig-paths": "^3.15.0",
|
|
470
|
-
"type-check": "^0.4.0",
|
|
471
|
-
"type-fest": "^0.20.2",
|
|
472
|
-
"typed-array-buffer": "^1.0.3",
|
|
473
|
-
"typed-array-byte-length": "^1.0.3",
|
|
474
|
-
"typed-array-byte-offset": "^1.0.4",
|
|
475
|
-
"typed-array-length": "^1.0.7",
|
|
476
|
-
"typedarray": "^0.0.6",
|
|
477
|
-
"uc.micro": "^2.1.0",
|
|
478
|
-
"uglify-js": "^3.19.3",
|
|
479
|
-
"unbox-primitive": "^1.1.0",
|
|
480
|
-
"undici-types": "^7.16.0",
|
|
481
|
-
"unicorn-magic": "^0.4.0",
|
|
482
|
-
"unique-string": "^1.0.0",
|
|
483
|
-
"universalify": "^0.1.2",
|
|
484
|
-
"update-browserslist-db": "^1.2.3",
|
|
485
|
-
"uri-js": "^4.4.1",
|
|
486
|
-
"url-join": "^4.0.1",
|
|
487
|
-
"utf8-stream": "^0.0.0",
|
|
488
|
-
"util-deprecate": "^1.0.2",
|
|
489
|
-
"webidl-conversions": "^3.0.1",
|
|
490
|
-
"whatwg-url": "^5.0.0",
|
|
491
|
-
"which": "^2.0.2",
|
|
492
|
-
"which-boxed-primitive": "^1.1.1",
|
|
493
|
-
"which-builtin-type": "^1.2.1",
|
|
494
|
-
"which-collection": "^1.0.2",
|
|
495
|
-
"which-typed-array": "^1.1.20",
|
|
496
|
-
"word-wrap": "^1.2.5",
|
|
497
|
-
"wordwrap": "^1.0.0",
|
|
498
|
-
"wrap-ansi": "^9.0.2",
|
|
499
|
-
"wrappy": "^1.0.2",
|
|
500
|
-
"write-file-atomic": "^7.0.0",
|
|
501
|
-
"xhr-write-stream": "^0.1.2",
|
|
502
|
-
"xmlbuilder": "^15.1.1",
|
|
503
|
-
"xtend": "^4.0.2",
|
|
504
|
-
"y18n": "^5.0.8",
|
|
505
|
-
"yaml": "^2.8.2",
|
|
506
|
-
"yargs": "^18.0.0",
|
|
507
|
-
"yargs-parser": "^22.0.0",
|
|
508
|
-
"yauzl": "^2.10.0",
|
|
509
|
-
"yocto-queue": "^0.1.0"
|
|
50
|
+
"@substrate-system/web-component": "^0.0.40"
|
|
510
51
|
},
|
|
511
52
|
"devDependencies": {
|
|
512
53
|
"@substrate-system/debug": "^0.9.32",
|