react-markdown-table-ts 0.1.6 → 0.1.8
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/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +68 -503
package/package.json
CHANGED
@@ -1,503 +1,68 @@
|
|
1
|
-
{
|
2
|
-
"name": "react-markdown-table-ts",
|
3
|
-
"version": "0.1.
|
4
|
-
"description": "A React component that converts structured data into Markdown table syntax and displays it within a `<pre>` tag.",
|
5
|
-
"main": "dist/index.cjs.js",
|
6
|
-
"module": "dist/index.esm.js",
|
7
|
-
"types": "dist",
|
8
|
-
"files": [
|
9
|
-
"dist"
|
10
|
-
],
|
11
|
-
"scripts": {
|
12
|
-
"build": "rollup -c",
|
13
|
-
"prepare": "npm run build",
|
14
|
-
"lint": "gts lint",
|
15
|
-
"clean": "gts clean",
|
16
|
-
"compile": "tsc",
|
17
|
-
"fix": "gts fix",
|
18
|
-
"pretest": "npm run compile",
|
19
|
-
"posttest": "npm run lint",
|
20
|
-
"test": "jest",
|
21
|
-
"test:watch": "jest --watch",
|
22
|
-
"test:coverage": "jest --coverage --coverageReporters=text-lcov",
|
23
|
-
"release": "standard-version"
|
24
|
-
},
|
25
|
-
"keywords": [
|
26
|
-
"markdown",
|
27
|
-
"md",
|
28
|
-
"table",
|
29
|
-
"tables",
|
30
|
-
"react",
|
31
|
-
"ts",
|
32
|
-
"typescript",
|
33
|
-
"types",
|
34
|
-
"typed",
|
35
|
-
"generate",
|
36
|
-
"generator",
|
37
|
-
"convert",
|
38
|
-
"converter"
|
39
|
-
],
|
40
|
-
"author": "Keith Walsh",
|
41
|
-
"license": "MIT",
|
42
|
-
"repository":
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
"
|
49
|
-
|
50
|
-
|
51
|
-
"@
|
52
|
-
"@
|
53
|
-
"@
|
54
|
-
"@
|
55
|
-
"@
|
56
|
-
"@types/
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"
|
63
|
-
"
|
64
|
-
"
|
65
|
-
"
|
66
|
-
"
|
67
|
-
|
68
|
-
|
69
|
-
"ts-jest": "^29.2.5",
|
70
|
-
"ts-node": "^10.9.2",
|
71
|
-
"typescript": "^5.6.2"
|
72
|
-
},
|
73
|
-
"bugs": {
|
74
|
-
"url": "https://github.com/keithwalsh/react-markdown-table-ts/issues"
|
75
|
-
},
|
76
|
-
"homepage": "https://github.com/keithwalsh/react-markdown-table-ts#readme",
|
77
|
-
"directories": {
|
78
|
-
"test": "test"
|
79
|
-
},
|
80
|
-
"dependencies": {
|
81
|
-
"abab": "^2.0.6",
|
82
|
-
"acorn": "^8.12.1",
|
83
|
-
"acorn-globals": "^7.0.1",
|
84
|
-
"acorn-jsx": "^5.3.2",
|
85
|
-
"acorn-walk": "^8.3.4",
|
86
|
-
"add-stream": "^1.0.0",
|
87
|
-
"agent-base": "^6.0.2",
|
88
|
-
"ajv": "^6.12.6",
|
89
|
-
"ansi-escapes": "^4.3.2",
|
90
|
-
"ansi-regex": "^5.0.1",
|
91
|
-
"ansi-styles": "^4.3.0",
|
92
|
-
"anymatch": "^3.1.3",
|
93
|
-
"arg": "^4.1.3",
|
94
|
-
"argparse": "^2.0.1",
|
95
|
-
"aria-query": "^5.3.0",
|
96
|
-
"array-ify": "^1.0.0",
|
97
|
-
"array-union": "^2.1.0",
|
98
|
-
"arrify": "^1.0.1",
|
99
|
-
"async": "^3.2.6",
|
100
|
-
"asynckit": "^0.4.0",
|
101
|
-
"babel-jest": "^29.7.0",
|
102
|
-
"babel-plugin-istanbul": "^6.1.1",
|
103
|
-
"babel-plugin-jest-hoist": "^29.6.3",
|
104
|
-
"babel-preset-current-node-syntax": "^1.1.0",
|
105
|
-
"babel-preset-jest": "^29.6.3",
|
106
|
-
"balanced-match": "^1.0.2",
|
107
|
-
"brace-expansion": "^2.0.1",
|
108
|
-
"braces": "^3.0.3",
|
109
|
-
"browserslist": "^4.24.0",
|
110
|
-
"bs-logger": "^0.2.6",
|
111
|
-
"bser": "^2.1.1",
|
112
|
-
"buffer-from": "^1.1.2",
|
113
|
-
"builtins": "^5.1.0",
|
114
|
-
"callsites": "^3.1.0",
|
115
|
-
"camelcase": "^5.3.1",
|
116
|
-
"camelcase-keys": "^6.2.2",
|
117
|
-
"caniuse-lite": "^1.0.30001663",
|
118
|
-
"chalk": "^4.1.2",
|
119
|
-
"char-regex": "^1.0.2",
|
120
|
-
"chardet": "^0.7.0",
|
121
|
-
"ci-info": "^3.9.0",
|
122
|
-
"cjs-module-lexer": "^1.4.1",
|
123
|
-
"cli-cursor": "^3.1.0",
|
124
|
-
"cli-width": "^3.0.0",
|
125
|
-
"cliui": "^8.0.1",
|
126
|
-
"co": "^4.6.0",
|
127
|
-
"collect-v8-coverage": "^1.0.2",
|
128
|
-
"color-convert": "^2.0.1",
|
129
|
-
"color-name": "^1.1.4",
|
130
|
-
"combined-stream": "^1.0.8",
|
131
|
-
"commondir": "^1.0.1",
|
132
|
-
"compare-func": "^2.0.0",
|
133
|
-
"concat-map": "^0.0.1",
|
134
|
-
"concat-stream": "^2.0.0",
|
135
|
-
"conventional-changelog": "^3.1.25",
|
136
|
-
"conventional-changelog-angular": "^5.0.13",
|
137
|
-
"conventional-changelog-atom": "^2.0.8",
|
138
|
-
"conventional-changelog-codemirror": "^2.0.8",
|
139
|
-
"conventional-changelog-config-spec": "^2.1.0",
|
140
|
-
"conventional-changelog-conventionalcommits": "^4.6.3",
|
141
|
-
"conventional-changelog-core": "^4.2.4",
|
142
|
-
"conventional-changelog-ember": "^2.0.9",
|
143
|
-
"conventional-changelog-eslint": "^3.0.9",
|
144
|
-
"conventional-changelog-express": "^2.0.6",
|
145
|
-
"conventional-changelog-jquery": "^3.0.11",
|
146
|
-
"conventional-changelog-jshint": "^2.0.9",
|
147
|
-
"conventional-changelog-preset-loader": "^2.3.4",
|
148
|
-
"conventional-changelog-writer": "^5.0.1",
|
149
|
-
"conventional-commits-filter": "^2.0.7",
|
150
|
-
"conventional-commits-parser": "^3.2.4",
|
151
|
-
"conventional-recommended-bump": "^6.1.0",
|
152
|
-
"convert-source-map": "^2.0.0",
|
153
|
-
"core-util-is": "^1.0.3",
|
154
|
-
"create-jest": "^29.7.0",
|
155
|
-
"create-require": "^1.1.1",
|
156
|
-
"cross-spawn": "^7.0.3",
|
157
|
-
"css.escape": "^1.5.1",
|
158
|
-
"cssom": "^0.5.0",
|
159
|
-
"cssstyle": "^2.3.0",
|
160
|
-
"csstype": "^3.1.3",
|
161
|
-
"dargs": "^7.0.0",
|
162
|
-
"data-urls": "^3.0.2",
|
163
|
-
"dateformat": "^3.0.3",
|
164
|
-
"debug": "^4.3.7",
|
165
|
-
"decamelize": "^1.2.0",
|
166
|
-
"decamelize-keys": "^1.1.1",
|
167
|
-
"decimal.js": "^10.4.3",
|
168
|
-
"dedent": "^1.5.3",
|
169
|
-
"deep-is": "^0.1.4",
|
170
|
-
"deepmerge": "^4.3.1",
|
171
|
-
"delayed-stream": "^1.0.0",
|
172
|
-
"dequal": "^2.0.3",
|
173
|
-
"detect-indent": "^6.1.0",
|
174
|
-
"detect-newline": "^3.1.0",
|
175
|
-
"diff": "^4.0.2",
|
176
|
-
"diff-sequences": "^29.6.3",
|
177
|
-
"dir-glob": "^3.0.1",
|
178
|
-
"doctrine": "^3.0.0",
|
179
|
-
"dom-accessibility-api": "^0.5.16",
|
180
|
-
"domexception": "^4.0.0",
|
181
|
-
"dot-prop": "^5.3.0",
|
182
|
-
"dotgitignore": "^2.1.0",
|
183
|
-
"ejs": "^3.1.10",
|
184
|
-
"electron-to-chromium": "^1.5.28",
|
185
|
-
"emittery": "^0.13.1",
|
186
|
-
"emoji-regex": "^8.0.0",
|
187
|
-
"entities": "^4.5.0",
|
188
|
-
"error-ex": "^1.3.2",
|
189
|
-
"escalade": "^3.2.0",
|
190
|
-
"escape-string-regexp": "^4.0.0",
|
191
|
-
"escodegen": "^2.1.0",
|
192
|
-
"eslint-config-prettier": "^9.1.0",
|
193
|
-
"eslint-plugin-es": "^4.1.0",
|
194
|
-
"eslint-plugin-n": "^15.7.0",
|
195
|
-
"eslint-plugin-prettier": "^5.1.3",
|
196
|
-
"eslint-scope": "^5.1.1",
|
197
|
-
"eslint-utils": "^3.0.0",
|
198
|
-
"eslint-visitor-keys": "^3.4.3",
|
199
|
-
"espree": "^9.6.1",
|
200
|
-
"esprima": "^4.0.1",
|
201
|
-
"esquery": "^1.6.0",
|
202
|
-
"esrecurse": "^4.3.0",
|
203
|
-
"estraverse": "^4.3.0",
|
204
|
-
"estree-walker": "^2.0.2",
|
205
|
-
"esutils": "^2.0.3",
|
206
|
-
"execa": "^5.1.1",
|
207
|
-
"exit": "^0.1.2",
|
208
|
-
"expect": "^29.7.0",
|
209
|
-
"external-editor": "^3.1.0",
|
210
|
-
"fast-deep-equal": "^3.1.3",
|
211
|
-
"fast-diff": "^1.3.0",
|
212
|
-
"fast-glob": "^3.3.2",
|
213
|
-
"fast-json-stable-stringify": "^2.1.0",
|
214
|
-
"fast-levenshtein": "^2.0.6",
|
215
|
-
"fastq": "^1.17.1",
|
216
|
-
"fb-watchman": "^2.0.2",
|
217
|
-
"fdir": "^6.3.0",
|
218
|
-
"figures": "^3.2.0",
|
219
|
-
"file-entry-cache": "^6.0.1",
|
220
|
-
"filelist": "^1.0.4",
|
221
|
-
"fill-range": "^7.1.1",
|
222
|
-
"find-cache-dir": "^3.3.2",
|
223
|
-
"find-up": "^5.0.0",
|
224
|
-
"flat-cache": "^3.2.0",
|
225
|
-
"flatted": "^3.3.1",
|
226
|
-
"form-data": "^4.0.0",
|
227
|
-
"fs-extra": "^10.1.0",
|
228
|
-
"fs.realpath": "^1.0.0",
|
229
|
-
"function-bind": "^1.1.2",
|
230
|
-
"gensync": "^1.0.0-beta.2",
|
231
|
-
"get-caller-file": "^2.0.5",
|
232
|
-
"get-package-type": "^0.1.0",
|
233
|
-
"get-pkg-repo": "^4.2.1",
|
234
|
-
"get-stream": "^6.0.1",
|
235
|
-
"git-raw-commits": "^2.0.11",
|
236
|
-
"git-remote-origin-url": "^2.0.0",
|
237
|
-
"git-semver-tags": "^4.1.1",
|
238
|
-
"gitconfiglocal": "^1.0.0",
|
239
|
-
"glob-parent": "^6.0.2",
|
240
|
-
"globals": "^13.24.0",
|
241
|
-
"globby": "^11.1.0",
|
242
|
-
"graceful-fs": "^4.2.11",
|
243
|
-
"graphemer": "^1.4.0",
|
244
|
-
"handlebars": "^4.7.8",
|
245
|
-
"hard-rejection": "^2.1.0",
|
246
|
-
"has-flag": "^4.0.0",
|
247
|
-
"hasown": "^2.0.2",
|
248
|
-
"hosted-git-info": "^4.1.0",
|
249
|
-
"html-encoding-sniffer": "^3.0.0",
|
250
|
-
"html-escaper": "^2.0.2",
|
251
|
-
"http-proxy-agent": "^5.0.0",
|
252
|
-
"https-proxy-agent": "^5.0.1",
|
253
|
-
"human-signals": "^2.1.0",
|
254
|
-
"iconv-lite": "^0.4.24",
|
255
|
-
"ignore": "^5.3.2",
|
256
|
-
"import-fresh": "^3.3.0",
|
257
|
-
"import-local": "^3.2.0",
|
258
|
-
"imurmurhash": "^0.1.4",
|
259
|
-
"indent-string": "^4.0.0",
|
260
|
-
"inflight": "^1.0.6",
|
261
|
-
"inherits": "^2.0.4",
|
262
|
-
"ini": "^1.3.8",
|
263
|
-
"inquirer": "^7.3.3",
|
264
|
-
"is-arrayish": "^0.2.1",
|
265
|
-
"is-core-module": "^2.15.1",
|
266
|
-
"is-extglob": "^2.1.1",
|
267
|
-
"is-fullwidth-code-point": "^3.0.0",
|
268
|
-
"is-generator-fn": "^2.1.0",
|
269
|
-
"is-glob": "^4.0.3",
|
270
|
-
"is-module": "^1.0.0",
|
271
|
-
"is-number": "^7.0.0",
|
272
|
-
"is-obj": "^2.0.0",
|
273
|
-
"is-path-inside": "^3.0.3",
|
274
|
-
"is-plain-obj": "^1.1.0",
|
275
|
-
"is-potential-custom-element-name": "^1.0.1",
|
276
|
-
"is-reference": "^1.2.1",
|
277
|
-
"is-stream": "^2.0.1",
|
278
|
-
"is-text-path": "^1.0.1",
|
279
|
-
"isarray": "^1.0.0",
|
280
|
-
"isexe": "^2.0.0",
|
281
|
-
"istanbul-lib-coverage": "^3.2.2",
|
282
|
-
"istanbul-lib-instrument": "^6.0.3",
|
283
|
-
"istanbul-lib-report": "^3.0.1",
|
284
|
-
"istanbul-lib-source-maps": "^4.0.1",
|
285
|
-
"istanbul-reports": "^3.1.7",
|
286
|
-
"jake": "^10.9.2",
|
287
|
-
"jest-changed-files": "^29.7.0",
|
288
|
-
"jest-circus": "^29.7.0",
|
289
|
-
"jest-cli": "^29.7.0",
|
290
|
-
"jest-config": "^29.7.0",
|
291
|
-
"jest-diff": "^29.7.0",
|
292
|
-
"jest-docblock": "^29.7.0",
|
293
|
-
"jest-each": "^29.7.0",
|
294
|
-
"jest-environment-node": "^29.7.0",
|
295
|
-
"jest-get-type": "^29.6.3",
|
296
|
-
"jest-haste-map": "^29.7.0",
|
297
|
-
"jest-leak-detector": "^29.7.0",
|
298
|
-
"jest-matcher-utils": "^29.7.0",
|
299
|
-
"jest-message-util": "^29.7.0",
|
300
|
-
"jest-mock": "^29.7.0",
|
301
|
-
"jest-pnp-resolver": "^1.2.3",
|
302
|
-
"jest-regex-util": "^29.6.3",
|
303
|
-
"jest-resolve": "^29.7.0",
|
304
|
-
"jest-resolve-dependencies": "^29.7.0",
|
305
|
-
"jest-runner": "^29.7.0",
|
306
|
-
"jest-runtime": "^29.7.0",
|
307
|
-
"jest-snapshot": "^29.7.0",
|
308
|
-
"jest-util": "^29.7.0",
|
309
|
-
"jest-validate": "^29.7.0",
|
310
|
-
"jest-watcher": "^29.7.0",
|
311
|
-
"jest-worker": "^29.7.0",
|
312
|
-
"js-tokens": "^4.0.0",
|
313
|
-
"js-yaml": "^4.1.0",
|
314
|
-
"jsdom": "^20.0.3",
|
315
|
-
"jsesc": "^2.5.2",
|
316
|
-
"json-buffer": "^3.0.1",
|
317
|
-
"json-parse-better-errors": "^1.0.2",
|
318
|
-
"json-parse-even-better-errors": "^2.3.1",
|
319
|
-
"json-schema-traverse": "^0.4.1",
|
320
|
-
"json-stable-stringify-without-jsonify": "^1.0.1",
|
321
|
-
"json-stringify-safe": "^5.0.1",
|
322
|
-
"json5": "^2.2.3",
|
323
|
-
"jsonfile": "^6.1.0",
|
324
|
-
"jsonparse": "^1.3.1",
|
325
|
-
"JSONStream": "^1.3.5",
|
326
|
-
"keyv": "^4.5.4",
|
327
|
-
"kind-of": "^6.0.3",
|
328
|
-
"kleur": "^3.0.3",
|
329
|
-
"leven": "^3.1.0",
|
330
|
-
"levn": "^0.4.1",
|
331
|
-
"lines-and-columns": "^1.2.4",
|
332
|
-
"load-json-file": "^4.0.0",
|
333
|
-
"locate-path": "^6.0.0",
|
334
|
-
"lodash": "^4.17.21",
|
335
|
-
"lodash.ismatch": "^4.4.0",
|
336
|
-
"lodash.memoize": "^4.1.2",
|
337
|
-
"lodash.merge": "^4.6.2",
|
338
|
-
"loose-envify": "^1.4.0",
|
339
|
-
"lru-cache": "^5.1.1",
|
340
|
-
"lz-string": "^1.5.0",
|
341
|
-
"magic-string": "^0.30.11",
|
342
|
-
"make-dir": "^4.0.0",
|
343
|
-
"make-error": "^1.3.6",
|
344
|
-
"makeerror": "^1.0.12",
|
345
|
-
"map-obj": "^4.3.0",
|
346
|
-
"meow": "^9.0.0",
|
347
|
-
"merge-stream": "^2.0.0",
|
348
|
-
"merge2": "^1.4.1",
|
349
|
-
"micromatch": "^4.0.8",
|
350
|
-
"mime-db": "^1.52.0",
|
351
|
-
"mime-types": "^2.1.35",
|
352
|
-
"mimic-fn": "^2.1.0",
|
353
|
-
"min-indent": "^1.0.1",
|
354
|
-
"minimist": "^1.2.8",
|
355
|
-
"minimist-options": "^4.1.0",
|
356
|
-
"modify-values": "^1.0.1",
|
357
|
-
"ms": "^2.1.3",
|
358
|
-
"mute-stream": "^0.0.8",
|
359
|
-
"natural-compare": "^1.4.0",
|
360
|
-
"natural-compare-lite": "^1.4.0",
|
361
|
-
"ncp": "^2.0.0",
|
362
|
-
"neo-async": "^2.6.2",
|
363
|
-
"node-int64": "^0.4.0",
|
364
|
-
"node-releases": "^2.0.18",
|
365
|
-
"normalize-package-data": "^3.0.3",
|
366
|
-
"normalize-path": "^3.0.0",
|
367
|
-
"npm-run-path": "^4.0.1",
|
368
|
-
"nwsapi": "^2.2.12",
|
369
|
-
"once": "^1.4.0",
|
370
|
-
"onetime": "^5.1.2",
|
371
|
-
"optionator": "^0.9.4",
|
372
|
-
"os-tmpdir": "^1.0.2",
|
373
|
-
"p-limit": "^3.1.0",
|
374
|
-
"p-locate": "^5.0.0",
|
375
|
-
"p-try": "^2.2.0",
|
376
|
-
"parent-module": "^1.0.1",
|
377
|
-
"parse-json": "^5.2.0",
|
378
|
-
"parse5": "^7.1.2",
|
379
|
-
"path-exists": "^4.0.0",
|
380
|
-
"path-is-absolute": "^1.0.1",
|
381
|
-
"path-key": "^3.1.1",
|
382
|
-
"path-parse": "^1.0.7",
|
383
|
-
"path-type": "^4.0.0",
|
384
|
-
"picocolors": "^1.1.0",
|
385
|
-
"picomatch": "^4.0.2",
|
386
|
-
"pify": "^2.3.0",
|
387
|
-
"pirates": "^4.0.6",
|
388
|
-
"pkg-dir": "^4.2.0",
|
389
|
-
"prelude-ls": "^1.2.1",
|
390
|
-
"prettier": "^3.2.5",
|
391
|
-
"prettier-linter-helpers": "^1.0.0",
|
392
|
-
"pretty-format": "^27.5.1",
|
393
|
-
"process-nextick-args": "^2.0.1",
|
394
|
-
"prompts": "^2.4.2",
|
395
|
-
"psl": "^1.9.0",
|
396
|
-
"punycode": "^2.3.1",
|
397
|
-
"pure-rand": "^6.1.0",
|
398
|
-
"q": "^1.5.1",
|
399
|
-
"querystringify": "^2.2.0",
|
400
|
-
"queue-microtask": "^1.2.3",
|
401
|
-
"quick-lru": "^4.0.1",
|
402
|
-
"react-is": "^17.0.2",
|
403
|
-
"read-pkg": "^5.2.0",
|
404
|
-
"read-pkg-up": "^7.0.1",
|
405
|
-
"readable-stream": "^3.6.2",
|
406
|
-
"redent": "^3.0.0",
|
407
|
-
"regenerator-runtime": "^0.14.1",
|
408
|
-
"regexpp": "^3.2.0",
|
409
|
-
"require-directory": "^2.1.1",
|
410
|
-
"requires-port": "^1.0.0",
|
411
|
-
"resolve": "^1.22.8",
|
412
|
-
"resolve-cwd": "^3.0.0",
|
413
|
-
"resolve-from": "^4.0.0",
|
414
|
-
"resolve.exports": "^2.0.2",
|
415
|
-
"restore-cursor": "^3.1.0",
|
416
|
-
"reusify": "^1.0.4",
|
417
|
-
"rimraf": "^3.0.2",
|
418
|
-
"run-async": "^2.4.1",
|
419
|
-
"run-parallel": "^1.2.0",
|
420
|
-
"rxjs": "^6.6.7",
|
421
|
-
"safe-buffer": "^5.2.1",
|
422
|
-
"safer-buffer": "^2.1.2",
|
423
|
-
"saxes": "^6.0.0",
|
424
|
-
"scheduler": "^0.23.2",
|
425
|
-
"semver": "^7.6.3",
|
426
|
-
"shebang-command": "^2.0.0",
|
427
|
-
"shebang-regex": "^3.0.0",
|
428
|
-
"sisteransi": "^1.0.5",
|
429
|
-
"slash": "^3.0.0",
|
430
|
-
"source-map": "^0.6.1",
|
431
|
-
"source-map-support": "^0.5.13",
|
432
|
-
"spdx-correct": "^3.2.0",
|
433
|
-
"spdx-exceptions": "^2.5.0",
|
434
|
-
"spdx-expression-parse": "^3.0.1",
|
435
|
-
"spdx-license-ids": "^3.0.20",
|
436
|
-
"split": "^1.0.1",
|
437
|
-
"split2": "^3.2.2",
|
438
|
-
"sprintf-js": "^1.0.3",
|
439
|
-
"stack-utils": "^2.0.6",
|
440
|
-
"string_decoder": "^1.3.0",
|
441
|
-
"string-length": "^4.0.2",
|
442
|
-
"string-width": "^4.2.3",
|
443
|
-
"stringify-package": "^1.0.1",
|
444
|
-
"strip-ansi": "^6.0.1",
|
445
|
-
"strip-bom": "^4.0.0",
|
446
|
-
"strip-final-newline": "^2.0.0",
|
447
|
-
"strip-indent": "^3.0.0",
|
448
|
-
"strip-json-comments": "^3.1.1",
|
449
|
-
"supports-color": "^7.2.0",
|
450
|
-
"supports-preserve-symlinks-flag": "^1.0.0",
|
451
|
-
"symbol-tree": "^3.2.4",
|
452
|
-
"synckit": "^0.8.8",
|
453
|
-
"test-exclude": "^6.0.0",
|
454
|
-
"text-extensions": "^1.9.0",
|
455
|
-
"text-table": "^0.2.0",
|
456
|
-
"through": "^2.3.8",
|
457
|
-
"through2": "^4.0.2",
|
458
|
-
"tmp": "^0.0.33",
|
459
|
-
"tmpl": "^1.0.5",
|
460
|
-
"to-fast-properties": "^2.0.0",
|
461
|
-
"to-regex-range": "^5.0.1",
|
462
|
-
"tough-cookie": "^4.1.4",
|
463
|
-
"tr46": "^3.0.0",
|
464
|
-
"trim-newlines": "^3.0.1",
|
465
|
-
"tslib": "^2.7.0",
|
466
|
-
"tsutils": "^3.21.0",
|
467
|
-
"type-check": "^0.4.0",
|
468
|
-
"type-detect": "^4.0.8",
|
469
|
-
"type-fest": "^0.20.2",
|
470
|
-
"typedarray": "^0.0.6",
|
471
|
-
"uglify-js": "^3.19.3",
|
472
|
-
"undici-types": "^6.19.8",
|
473
|
-
"universalify": "^2.0.1",
|
474
|
-
"update-browserslist-db": "^1.1.0",
|
475
|
-
"uri-js": "^4.4.1",
|
476
|
-
"url-parse": "^1.5.10",
|
477
|
-
"util-deprecate": "^1.0.2",
|
478
|
-
"v8-compile-cache-lib": "^3.0.1",
|
479
|
-
"v8-to-istanbul": "^9.3.0",
|
480
|
-
"validate-npm-package-license": "^3.0.4",
|
481
|
-
"w3c-xmlserializer": "^4.0.0",
|
482
|
-
"walker": "^1.0.8",
|
483
|
-
"webidl-conversions": "^7.0.0",
|
484
|
-
"whatwg-encoding": "^2.0.0",
|
485
|
-
"whatwg-mimetype": "^3.0.0",
|
486
|
-
"whatwg-url": "^11.0.0",
|
487
|
-
"which": "^2.0.2",
|
488
|
-
"word-wrap": "^1.2.5",
|
489
|
-
"wordwrap": "^1.0.0",
|
490
|
-
"wrappy": "^1.0.2",
|
491
|
-
"write-file-atomic": "^4.0.2",
|
492
|
-
"ws": "^8.18.0",
|
493
|
-
"xml-name-validator": "^4.0.0",
|
494
|
-
"xmlchars": "^2.2.0",
|
495
|
-
"xtend": "^4.0.2",
|
496
|
-
"y18n": "^5.0.8",
|
497
|
-
"yallist": "^3.1.1",
|
498
|
-
"yargs": "^17.7.2",
|
499
|
-
"yargs-parser": "^20.2.9",
|
500
|
-
"yn": "^3.1.1",
|
501
|
-
"yocto-queue": "^0.1.0"
|
502
|
-
}
|
503
|
-
}
|
1
|
+
{
|
2
|
+
"name": "react-markdown-table-ts",
|
3
|
+
"version": "0.1.8",
|
4
|
+
"description": "A React component that converts structured data into Markdown table syntax and displays it within a `<pre>` tag.",
|
5
|
+
"main": "dist/index.cjs.js",
|
6
|
+
"module": "dist/index.esm.js",
|
7
|
+
"types": "dist/types/index.d.ts",
|
8
|
+
"files": [
|
9
|
+
"dist"
|
10
|
+
],
|
11
|
+
"scripts": {
|
12
|
+
"build": "rollup -c",
|
13
|
+
"prepare": "npm run build",
|
14
|
+
"lint": "gts lint",
|
15
|
+
"clean": "gts clean",
|
16
|
+
"compile": "tsc",
|
17
|
+
"fix": "gts fix",
|
18
|
+
"pretest": "npm run compile",
|
19
|
+
"posttest": "npm run lint",
|
20
|
+
"test": "jest",
|
21
|
+
"test:watch": "jest --watch",
|
22
|
+
"test:coverage": "jest --coverage --coverageReporters=text-lcov",
|
23
|
+
"release": "standard-version"
|
24
|
+
},
|
25
|
+
"keywords": [
|
26
|
+
"markdown",
|
27
|
+
"md",
|
28
|
+
"table",
|
29
|
+
"tables",
|
30
|
+
"react",
|
31
|
+
"ts",
|
32
|
+
"typescript",
|
33
|
+
"types",
|
34
|
+
"typed",
|
35
|
+
"generate",
|
36
|
+
"generator",
|
37
|
+
"convert",
|
38
|
+
"converter"
|
39
|
+
],
|
40
|
+
"author": "Keith Walsh",
|
41
|
+
"license": "MIT",
|
42
|
+
"repository": "https://github.com/keithwalsh/react-markdown-table-ts.git",
|
43
|
+
"peerDependencies": {
|
44
|
+
"react": "^18.2.0",
|
45
|
+
"react-dom": "^18.2.0"
|
46
|
+
},
|
47
|
+
"devDependencies": {
|
48
|
+
"@rollup/plugin-commonjs": "^26.0.1",
|
49
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
50
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
51
|
+
"@testing-library/jest-dom": "^6.5.0",
|
52
|
+
"@testing-library/react": "^16.0.1",
|
53
|
+
"@types/jest": "^29.5.13",
|
54
|
+
"@types/node": "20.12.7",
|
55
|
+
"@types/react": "^18.3.8",
|
56
|
+
"@types/react-dom": "^18.3.0",
|
57
|
+
"gts": "^5.3.1",
|
58
|
+
"jest": "^29.7.0",
|
59
|
+
"jest-environment-jsdom": "^29.7.0",
|
60
|
+
"react": "^18.2.0",
|
61
|
+
"react-dom": "^18.2.0",
|
62
|
+
"rollup": "^2.79.1",
|
63
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
64
|
+
"standard-version": "^9.5.0",
|
65
|
+
"ts-jest": "^29.2.5",
|
66
|
+
"typescript": "^5.1.6"
|
67
|
+
}
|
68
|
+
}
|