tangled
alpha
login
or
join now
patricktree.me
/
overreacted
forked from
danabra.mov/overreacted
0
fork
atom
my blog https://overreacted.io
0
fork
atom
overview
issues
pulls
pipelines
Bump lockfile
danabra.mov
11 months ago
1ff17833
2cb59ef1
+459
1 changed file
expand all
collapse all
unified
split
package-lock.json
+459
package-lock.json
···
21
21
"rehype-autolink-headings": "^7.1.0",
22
22
"rehype-pretty-code": "^0.10.2",
23
23
"rehype-slug": "^6.0.0",
24
24
+
"remark-gfm": "^4.0.1",
24
25
"remark-smartypants": "^2.0.0",
25
26
"shiki": "^0.14.5"
26
27
},
···
4380
4381
"url": "https://github.com/sponsors/sindresorhus"
4381
4382
}
4382
4383
},
4384
4384
+
"node_modules/markdown-table": {
4385
4385
+
"version": "3.0.4",
4386
4386
+
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
4387
4387
+
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
4388
4388
+
"license": "MIT",
4389
4389
+
"funding": {
4390
4390
+
"type": "github",
4391
4391
+
"url": "https://github.com/sponsors/wooorm"
4392
4392
+
}
4393
4393
+
},
4394
4394
+
"node_modules/mdast-util-find-and-replace": {
4395
4395
+
"version": "3.0.2",
4396
4396
+
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
4397
4397
+
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
4398
4398
+
"license": "MIT",
4399
4399
+
"dependencies": {
4400
4400
+
"@types/mdast": "^4.0.0",
4401
4401
+
"escape-string-regexp": "^5.0.0",
4402
4402
+
"unist-util-is": "^6.0.0",
4403
4403
+
"unist-util-visit-parents": "^6.0.0"
4404
4404
+
},
4405
4405
+
"funding": {
4406
4406
+
"type": "opencollective",
4407
4407
+
"url": "https://opencollective.com/unified"
4408
4408
+
}
4409
4409
+
},
4410
4410
+
"node_modules/mdast-util-find-and-replace/node_modules/@types/unist": {
4411
4411
+
"version": "3.0.3",
4412
4412
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
4413
4413
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
4414
4414
+
"license": "MIT"
4415
4415
+
},
4416
4416
+
"node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
4417
4417
+
"version": "5.0.0",
4418
4418
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
4419
4419
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
4420
4420
+
"license": "MIT",
4421
4421
+
"engines": {
4422
4422
+
"node": ">=12"
4423
4423
+
},
4424
4424
+
"funding": {
4425
4425
+
"url": "https://github.com/sponsors/sindresorhus"
4426
4426
+
}
4427
4427
+
},
4428
4428
+
"node_modules/mdast-util-find-and-replace/node_modules/unist-util-is": {
4429
4429
+
"version": "6.0.0",
4430
4430
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
4431
4431
+
"integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
4432
4432
+
"license": "MIT",
4433
4433
+
"dependencies": {
4434
4434
+
"@types/unist": "^3.0.0"
4435
4435
+
},
4436
4436
+
"funding": {
4437
4437
+
"type": "opencollective",
4438
4438
+
"url": "https://opencollective.com/unified"
4439
4439
+
}
4440
4440
+
},
4441
4441
+
"node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": {
4442
4442
+
"version": "6.0.1",
4443
4443
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
4444
4444
+
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
4445
4445
+
"license": "MIT",
4446
4446
+
"dependencies": {
4447
4447
+
"@types/unist": "^3.0.0",
4448
4448
+
"unist-util-is": "^6.0.0"
4449
4449
+
},
4450
4450
+
"funding": {
4451
4451
+
"type": "opencollective",
4452
4452
+
"url": "https://opencollective.com/unified"
4453
4453
+
}
4454
4454
+
},
4383
4455
"node_modules/mdast-util-from-markdown": {
4384
4456
"version": "2.0.2",
4385
4457
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
···
4417
4489
"license": "MIT",
4418
4490
"dependencies": {
4419
4491
"@types/unist": "^3.0.0"
4492
4492
+
},
4493
4493
+
"funding": {
4494
4494
+
"type": "opencollective",
4495
4495
+
"url": "https://opencollective.com/unified"
4496
4496
+
}
4497
4497
+
},
4498
4498
+
"node_modules/mdast-util-gfm": {
4499
4499
+
"version": "3.1.0",
4500
4500
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
4501
4501
+
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
4502
4502
+
"license": "MIT",
4503
4503
+
"dependencies": {
4504
4504
+
"mdast-util-from-markdown": "^2.0.0",
4505
4505
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
4506
4506
+
"mdast-util-gfm-footnote": "^2.0.0",
4507
4507
+
"mdast-util-gfm-strikethrough": "^2.0.0",
4508
4508
+
"mdast-util-gfm-table": "^2.0.0",
4509
4509
+
"mdast-util-gfm-task-list-item": "^2.0.0",
4510
4510
+
"mdast-util-to-markdown": "^2.0.0"
4511
4511
+
},
4512
4512
+
"funding": {
4513
4513
+
"type": "opencollective",
4514
4514
+
"url": "https://opencollective.com/unified"
4515
4515
+
}
4516
4516
+
},
4517
4517
+
"node_modules/mdast-util-gfm-autolink-literal": {
4518
4518
+
"version": "2.0.1",
4519
4519
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
4520
4520
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
4521
4521
+
"license": "MIT",
4522
4522
+
"dependencies": {
4523
4523
+
"@types/mdast": "^4.0.0",
4524
4524
+
"ccount": "^2.0.0",
4525
4525
+
"devlop": "^1.0.0",
4526
4526
+
"mdast-util-find-and-replace": "^3.0.0",
4527
4527
+
"micromark-util-character": "^2.0.0"
4528
4528
+
},
4529
4529
+
"funding": {
4530
4530
+
"type": "opencollective",
4531
4531
+
"url": "https://opencollective.com/unified"
4532
4532
+
}
4533
4533
+
},
4534
4534
+
"node_modules/mdast-util-gfm-footnote": {
4535
4535
+
"version": "2.1.0",
4536
4536
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
4537
4537
+
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
4538
4538
+
"license": "MIT",
4539
4539
+
"dependencies": {
4540
4540
+
"@types/mdast": "^4.0.0",
4541
4541
+
"devlop": "^1.1.0",
4542
4542
+
"mdast-util-from-markdown": "^2.0.0",
4543
4543
+
"mdast-util-to-markdown": "^2.0.0",
4544
4544
+
"micromark-util-normalize-identifier": "^2.0.0"
4545
4545
+
},
4546
4546
+
"funding": {
4547
4547
+
"type": "opencollective",
4548
4548
+
"url": "https://opencollective.com/unified"
4549
4549
+
}
4550
4550
+
},
4551
4551
+
"node_modules/mdast-util-gfm-strikethrough": {
4552
4552
+
"version": "2.0.0",
4553
4553
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
4554
4554
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
4555
4555
+
"license": "MIT",
4556
4556
+
"dependencies": {
4557
4557
+
"@types/mdast": "^4.0.0",
4558
4558
+
"mdast-util-from-markdown": "^2.0.0",
4559
4559
+
"mdast-util-to-markdown": "^2.0.0"
4560
4560
+
},
4561
4561
+
"funding": {
4562
4562
+
"type": "opencollective",
4563
4563
+
"url": "https://opencollective.com/unified"
4564
4564
+
}
4565
4565
+
},
4566
4566
+
"node_modules/mdast-util-gfm-table": {
4567
4567
+
"version": "2.0.0",
4568
4568
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
4569
4569
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
4570
4570
+
"license": "MIT",
4571
4571
+
"dependencies": {
4572
4572
+
"@types/mdast": "^4.0.0",
4573
4573
+
"devlop": "^1.0.0",
4574
4574
+
"markdown-table": "^3.0.0",
4575
4575
+
"mdast-util-from-markdown": "^2.0.0",
4576
4576
+
"mdast-util-to-markdown": "^2.0.0"
4577
4577
+
},
4578
4578
+
"funding": {
4579
4579
+
"type": "opencollective",
4580
4580
+
"url": "https://opencollective.com/unified"
4581
4581
+
}
4582
4582
+
},
4583
4583
+
"node_modules/mdast-util-gfm-task-list-item": {
4584
4584
+
"version": "2.0.0",
4585
4585
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
4586
4586
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
4587
4587
+
"license": "MIT",
4588
4588
+
"dependencies": {
4589
4589
+
"@types/mdast": "^4.0.0",
4590
4590
+
"devlop": "^1.0.0",
4591
4591
+
"mdast-util-from-markdown": "^2.0.0",
4592
4592
+
"mdast-util-to-markdown": "^2.0.0"
4420
4593
},
4421
4594
"funding": {
4422
4595
"type": "opencollective",
···
4870
5043
"micromark-util-subtokenize": "^2.0.0",
4871
5044
"micromark-util-symbol": "^2.0.0",
4872
5045
"micromark-util-types": "^2.0.0"
5046
5046
+
}
5047
5047
+
},
5048
5048
+
"node_modules/micromark-extension-gfm": {
5049
5049
+
"version": "3.0.0",
5050
5050
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
5051
5051
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
5052
5052
+
"license": "MIT",
5053
5053
+
"dependencies": {
5054
5054
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
5055
5055
+
"micromark-extension-gfm-footnote": "^2.0.0",
5056
5056
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
5057
5057
+
"micromark-extension-gfm-table": "^2.0.0",
5058
5058
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
5059
5059
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
5060
5060
+
"micromark-util-combine-extensions": "^2.0.0",
5061
5061
+
"micromark-util-types": "^2.0.0"
5062
5062
+
},
5063
5063
+
"funding": {
5064
5064
+
"type": "opencollective",
5065
5065
+
"url": "https://opencollective.com/unified"
5066
5066
+
}
5067
5067
+
},
5068
5068
+
"node_modules/micromark-extension-gfm-autolink-literal": {
5069
5069
+
"version": "2.1.0",
5070
5070
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
5071
5071
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
5072
5072
+
"license": "MIT",
5073
5073
+
"dependencies": {
5074
5074
+
"micromark-util-character": "^2.0.0",
5075
5075
+
"micromark-util-sanitize-uri": "^2.0.0",
5076
5076
+
"micromark-util-symbol": "^2.0.0",
5077
5077
+
"micromark-util-types": "^2.0.0"
5078
5078
+
},
5079
5079
+
"funding": {
5080
5080
+
"type": "opencollective",
5081
5081
+
"url": "https://opencollective.com/unified"
5082
5082
+
}
5083
5083
+
},
5084
5084
+
"node_modules/micromark-extension-gfm-footnote": {
5085
5085
+
"version": "2.1.0",
5086
5086
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
5087
5087
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
5088
5088
+
"license": "MIT",
5089
5089
+
"dependencies": {
5090
5090
+
"devlop": "^1.0.0",
5091
5091
+
"micromark-core-commonmark": "^2.0.0",
5092
5092
+
"micromark-factory-space": "^2.0.0",
5093
5093
+
"micromark-util-character": "^2.0.0",
5094
5094
+
"micromark-util-normalize-identifier": "^2.0.0",
5095
5095
+
"micromark-util-sanitize-uri": "^2.0.0",
5096
5096
+
"micromark-util-symbol": "^2.0.0",
5097
5097
+
"micromark-util-types": "^2.0.0"
5098
5098
+
},
5099
5099
+
"funding": {
5100
5100
+
"type": "opencollective",
5101
5101
+
"url": "https://opencollective.com/unified"
5102
5102
+
}
5103
5103
+
},
5104
5104
+
"node_modules/micromark-extension-gfm-strikethrough": {
5105
5105
+
"version": "2.1.0",
5106
5106
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
5107
5107
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
5108
5108
+
"license": "MIT",
5109
5109
+
"dependencies": {
5110
5110
+
"devlop": "^1.0.0",
5111
5111
+
"micromark-util-chunked": "^2.0.0",
5112
5112
+
"micromark-util-classify-character": "^2.0.0",
5113
5113
+
"micromark-util-resolve-all": "^2.0.0",
5114
5114
+
"micromark-util-symbol": "^2.0.0",
5115
5115
+
"micromark-util-types": "^2.0.0"
5116
5116
+
},
5117
5117
+
"funding": {
5118
5118
+
"type": "opencollective",
5119
5119
+
"url": "https://opencollective.com/unified"
5120
5120
+
}
5121
5121
+
},
5122
5122
+
"node_modules/micromark-extension-gfm-table": {
5123
5123
+
"version": "2.1.1",
5124
5124
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
5125
5125
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
5126
5126
+
"license": "MIT",
5127
5127
+
"dependencies": {
5128
5128
+
"devlop": "^1.0.0",
5129
5129
+
"micromark-factory-space": "^2.0.0",
5130
5130
+
"micromark-util-character": "^2.0.0",
5131
5131
+
"micromark-util-symbol": "^2.0.0",
5132
5132
+
"micromark-util-types": "^2.0.0"
5133
5133
+
},
5134
5134
+
"funding": {
5135
5135
+
"type": "opencollective",
5136
5136
+
"url": "https://opencollective.com/unified"
5137
5137
+
}
5138
5138
+
},
5139
5139
+
"node_modules/micromark-extension-gfm-tagfilter": {
5140
5140
+
"version": "2.0.0",
5141
5141
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
5142
5142
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
5143
5143
+
"license": "MIT",
5144
5144
+
"dependencies": {
5145
5145
+
"micromark-util-types": "^2.0.0"
5146
5146
+
},
5147
5147
+
"funding": {
5148
5148
+
"type": "opencollective",
5149
5149
+
"url": "https://opencollective.com/unified"
5150
5150
+
}
5151
5151
+
},
5152
5152
+
"node_modules/micromark-extension-gfm-task-list-item": {
5153
5153
+
"version": "2.1.0",
5154
5154
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
5155
5155
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
5156
5156
+
"license": "MIT",
5157
5157
+
"dependencies": {
5158
5158
+
"devlop": "^1.0.0",
5159
5159
+
"micromark-factory-space": "^2.0.0",
5160
5160
+
"micromark-util-character": "^2.0.0",
5161
5161
+
"micromark-util-symbol": "^2.0.0",
5162
5162
+
"micromark-util-types": "^2.0.0"
5163
5163
+
},
5164
5164
+
"funding": {
5165
5165
+
"type": "opencollective",
5166
5166
+
"url": "https://opencollective.com/unified"
4873
5167
}
4874
5168
},
4875
5169
"node_modules/micromark-extension-mdx-expression": {
···
7044
7338
"url": "https://opencollective.com/unified"
7045
7339
}
7046
7340
},
7341
7341
+
"node_modules/remark-gfm": {
7342
7342
+
"version": "4.0.1",
7343
7343
+
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
7344
7344
+
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
7345
7345
+
"license": "MIT",
7346
7346
+
"dependencies": {
7347
7347
+
"@types/mdast": "^4.0.0",
7348
7348
+
"mdast-util-gfm": "^3.0.0",
7349
7349
+
"micromark-extension-gfm": "^3.0.0",
7350
7350
+
"remark-parse": "^11.0.0",
7351
7351
+
"remark-stringify": "^11.0.0",
7352
7352
+
"unified": "^11.0.0"
7353
7353
+
},
7354
7354
+
"funding": {
7355
7355
+
"type": "opencollective",
7356
7356
+
"url": "https://opencollective.com/unified"
7357
7357
+
}
7358
7358
+
},
7359
7359
+
"node_modules/remark-gfm/node_modules/@types/unist": {
7360
7360
+
"version": "3.0.3",
7361
7361
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
7362
7362
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
7363
7363
+
"license": "MIT"
7364
7364
+
},
7365
7365
+
"node_modules/remark-gfm/node_modules/unified": {
7366
7366
+
"version": "11.0.5",
7367
7367
+
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
7368
7368
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
7369
7369
+
"license": "MIT",
7370
7370
+
"dependencies": {
7371
7371
+
"@types/unist": "^3.0.0",
7372
7372
+
"bail": "^2.0.0",
7373
7373
+
"devlop": "^1.0.0",
7374
7374
+
"extend": "^3.0.0",
7375
7375
+
"is-plain-obj": "^4.0.0",
7376
7376
+
"trough": "^2.0.0",
7377
7377
+
"vfile": "^6.0.0"
7378
7378
+
},
7379
7379
+
"funding": {
7380
7380
+
"type": "opencollective",
7381
7381
+
"url": "https://opencollective.com/unified"
7382
7382
+
}
7383
7383
+
},
7384
7384
+
"node_modules/remark-gfm/node_modules/unist-util-stringify-position": {
7385
7385
+
"version": "4.0.0",
7386
7386
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
7387
7387
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
7388
7388
+
"license": "MIT",
7389
7389
+
"dependencies": {
7390
7390
+
"@types/unist": "^3.0.0"
7391
7391
+
},
7392
7392
+
"funding": {
7393
7393
+
"type": "opencollective",
7394
7394
+
"url": "https://opencollective.com/unified"
7395
7395
+
}
7396
7396
+
},
7397
7397
+
"node_modules/remark-gfm/node_modules/vfile": {
7398
7398
+
"version": "6.0.3",
7399
7399
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
7400
7400
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
7401
7401
+
"license": "MIT",
7402
7402
+
"dependencies": {
7403
7403
+
"@types/unist": "^3.0.0",
7404
7404
+
"vfile-message": "^4.0.0"
7405
7405
+
},
7406
7406
+
"funding": {
7407
7407
+
"type": "opencollective",
7408
7408
+
"url": "https://opencollective.com/unified"
7409
7409
+
}
7410
7410
+
},
7411
7411
+
"node_modules/remark-gfm/node_modules/vfile-message": {
7412
7412
+
"version": "4.0.2",
7413
7413
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
7414
7414
+
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
7415
7415
+
"license": "MIT",
7416
7416
+
"dependencies": {
7417
7417
+
"@types/unist": "^3.0.0",
7418
7418
+
"unist-util-stringify-position": "^4.0.0"
7419
7419
+
},
7420
7420
+
"funding": {
7421
7421
+
"type": "opencollective",
7422
7422
+
"url": "https://opencollective.com/unified"
7423
7423
+
}
7424
7424
+
},
7047
7425
"node_modules/remark-mdx": {
7048
7426
"version": "3.1.0",
7049
7427
"resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz",
···
7302
7680
},
7303
7681
"engines": {
7304
7682
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7683
7683
+
}
7684
7684
+
},
7685
7685
+
"node_modules/remark-stringify": {
7686
7686
+
"version": "11.0.0",
7687
7687
+
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
7688
7688
+
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
7689
7689
+
"license": "MIT",
7690
7690
+
"dependencies": {
7691
7691
+
"@types/mdast": "^4.0.0",
7692
7692
+
"mdast-util-to-markdown": "^2.0.0",
7693
7693
+
"unified": "^11.0.0"
7694
7694
+
},
7695
7695
+
"funding": {
7696
7696
+
"type": "opencollective",
7697
7697
+
"url": "https://opencollective.com/unified"
7698
7698
+
}
7699
7699
+
},
7700
7700
+
"node_modules/remark-stringify/node_modules/@types/unist": {
7701
7701
+
"version": "3.0.3",
7702
7702
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
7703
7703
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
7704
7704
+
"license": "MIT"
7705
7705
+
},
7706
7706
+
"node_modules/remark-stringify/node_modules/unified": {
7707
7707
+
"version": "11.0.5",
7708
7708
+
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
7709
7709
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
7710
7710
+
"license": "MIT",
7711
7711
+
"dependencies": {
7712
7712
+
"@types/unist": "^3.0.0",
7713
7713
+
"bail": "^2.0.0",
7714
7714
+
"devlop": "^1.0.0",
7715
7715
+
"extend": "^3.0.0",
7716
7716
+
"is-plain-obj": "^4.0.0",
7717
7717
+
"trough": "^2.0.0",
7718
7718
+
"vfile": "^6.0.0"
7719
7719
+
},
7720
7720
+
"funding": {
7721
7721
+
"type": "opencollective",
7722
7722
+
"url": "https://opencollective.com/unified"
7723
7723
+
}
7724
7724
+
},
7725
7725
+
"node_modules/remark-stringify/node_modules/unist-util-stringify-position": {
7726
7726
+
"version": "4.0.0",
7727
7727
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
7728
7728
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
7729
7729
+
"license": "MIT",
7730
7730
+
"dependencies": {
7731
7731
+
"@types/unist": "^3.0.0"
7732
7732
+
},
7733
7733
+
"funding": {
7734
7734
+
"type": "opencollective",
7735
7735
+
"url": "https://opencollective.com/unified"
7736
7736
+
}
7737
7737
+
},
7738
7738
+
"node_modules/remark-stringify/node_modules/vfile": {
7739
7739
+
"version": "6.0.3",
7740
7740
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
7741
7741
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
7742
7742
+
"license": "MIT",
7743
7743
+
"dependencies": {
7744
7744
+
"@types/unist": "^3.0.0",
7745
7745
+
"vfile-message": "^4.0.0"
7746
7746
+
},
7747
7747
+
"funding": {
7748
7748
+
"type": "opencollective",
7749
7749
+
"url": "https://opencollective.com/unified"
7750
7750
+
}
7751
7751
+
},
7752
7752
+
"node_modules/remark-stringify/node_modules/vfile-message": {
7753
7753
+
"version": "4.0.2",
7754
7754
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
7755
7755
+
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
7756
7756
+
"license": "MIT",
7757
7757
+
"dependencies": {
7758
7758
+
"@types/unist": "^3.0.0",
7759
7759
+
"unist-util-stringify-position": "^4.0.0"
7760
7760
+
},
7761
7761
+
"funding": {
7762
7762
+
"type": "opencollective",
7763
7763
+
"url": "https://opencollective.com/unified"
7305
7764
}
7306
7765
},
7307
7766
"node_modules/resolve": {