Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Format plain text or markdown files with proper structure (frontmatter, headings, bold, lists, code blocks) without changing content.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/package-lock.json
1{2"name": "scripts",3"lockfileVersion": 3,4"requires": true,5"packages": {6"": {7"dependencies": {8"remark-cjk-friendly": "^1.1.0",9"remark-frontmatter": "^5.0.0",10"remark-gfm": "^4.0.1",11"remark-parse": "^11.0.0",12"remark-stringify": "^11.0.0",13"unified": "^11.0.5",14"unist-util-visit": "^5.1.0",15"yaml": "^2.8.2"16}17},18"node_modules/@types/debug": {19"version": "4.1.12",20"license": "MIT",21"dependencies": {22"@types/ms": "*"23}24},25"node_modules/@types/mdast": {26"version": "4.0.4",27"license": "MIT",28"dependencies": {29"@types/unist": "*"30}31},32"node_modules/@types/ms": {33"version": "2.1.0",34"license": "MIT"35},36"node_modules/@types/unist": {37"version": "3.0.3",38"license": "MIT"39},40"node_modules/bail": {41"version": "2.0.2",42"license": "MIT",43"funding": {44"type": "github",45"url": "https://github.com/sponsors/wooorm"46}47},48"node_modules/ccount": {49"version": "2.0.1",50"license": "MIT",51"funding": {52"type": "github",53"url": "https://github.com/sponsors/wooorm"54}55},56"node_modules/character-entities": {57"version": "2.0.2",58"license": "MIT",59"funding": {60"type": "github",61"url": "https://github.com/sponsors/wooorm"62}63},64"node_modules/debug": {65"version": "4.4.3",66"license": "MIT",67"dependencies": {68"ms": "^2.1.3"69},70"engines": {71"node": ">=6.0"72},73"peerDependenciesMeta": {74"supports-color": {75"optional": true76}77}78},79"node_modules/decode-named-character-reference": {80"version": "1.3.0",81"license": "MIT",82"dependencies": {83"character-entities": "^2.0.0"84},85"funding": {86"type": "github",87"url": "https://github.com/sponsors/wooorm"88}89},90"node_modules/dequal": {91"version": "2.0.3",92"license": "MIT",93"engines": {94"node": ">=6"95}96},97"node_modules/devlop": {98"version": "1.1.0",99"license": "MIT",100"dependencies": {101"dequal": "^2.0.0"102},103"funding": {104"type": "github",105"url": "https://github.com/sponsors/wooorm"106}107},108"node_modules/escape-string-regexp": {109"version": "5.0.0",110"license": "MIT",111"engines": {112"node": ">=12"113},114"funding": {115"url": "https://github.com/sponsors/sindresorhus"116}117},118"node_modules/extend": {119"version": "3.0.2",120"license": "MIT"121},122"node_modules/fault": {123"version": "2.0.1",124"license": "MIT",125"dependencies": {126"format": "^0.2.0"127},128"funding": {129"type": "github",130"url": "https://github.com/sponsors/wooorm"131}132},133"node_modules/format": {134"version": "0.2.2",135"engines": {136"node": ">=0.4.x"137}138},139"node_modules/get-east-asian-width": {140"version": "1.4.0",141"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",142"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",143"license": "MIT",144"engines": {145"node": ">=18"146},147"funding": {148"url": "https://github.com/sponsors/sindresorhus"149}150},151"node_modules/is-plain-obj": {152"version": "4.1.0",153"license": "MIT",154"engines": {155"node": ">=12"156},157"funding": {158"url": "https://github.com/sponsors/sindresorhus"159}160},161"node_modules/longest-streak": {162"version": "3.1.0",163"license": "MIT",164"funding": {165"type": "github",166"url": "https://github.com/sponsors/wooorm"167}168},169"node_modules/markdown-table": {170"version": "3.0.4",171"license": "MIT",172"funding": {173"type": "github",174"url": "https://github.com/sponsors/wooorm"175}176},177"node_modules/mdast-util-find-and-replace": {178"version": "3.0.2",179"license": "MIT",180"dependencies": {181"@types/mdast": "^4.0.0",182"escape-string-regexp": "^5.0.0",183"unist-util-is": "^6.0.0",184"unist-util-visit-parents": "^6.0.0"185},186"funding": {187"type": "opencollective",188"url": "https://opencollective.com/unified"189}190},191"node_modules/mdast-util-from-markdown": {192"version": "2.0.2",193"license": "MIT",194"dependencies": {195"@types/mdast": "^4.0.0",196"@types/unist": "^3.0.0",197"decode-named-character-reference": "^1.0.0",198"devlop": "^1.0.0",199"mdast-util-to-string": "^4.0.0",200"micromark": "^4.0.0",201"micromark-util-decode-numeric-character-reference": "^2.0.0",202"micromark-util-decode-string": "^2.0.0",203"micromark-util-normalize-identifier": "^2.0.0",204"micromark-util-symbol": "^2.0.0",205"micromark-util-types": "^2.0.0",206"unist-util-stringify-position": "^4.0.0"207},208"funding": {209"type": "opencollective",210"url": "https://opencollective.com/unified"211}212},213"node_modules/mdast-util-frontmatter": {214"version": "2.0.1",215"license": "MIT",216"dependencies": {217"@types/mdast": "^4.0.0",218"devlop": "^1.0.0",219"escape-string-regexp": "^5.0.0",220"mdast-util-from-markdown": "^2.0.0",221"mdast-util-to-markdown": "^2.0.0",222"micromark-extension-frontmatter": "^2.0.0"223},224"funding": {225"type": "opencollective",226"url": "https://opencollective.com/unified"227}228},229"node_modules/mdast-util-gfm": {230"version": "3.1.0",231"license": "MIT",232"dependencies": {233"mdast-util-from-markdown": "^2.0.0",234"mdast-util-gfm-autolink-literal": "^2.0.0",235"mdast-util-gfm-footnote": "^2.0.0",236"mdast-util-gfm-strikethrough": "^2.0.0",237"mdast-util-gfm-table": "^2.0.0",238"mdast-util-gfm-task-list-item": "^2.0.0",239"mdast-util-to-markdown": "^2.0.0"240},241"funding": {242"type": "opencollective",243"url": "https://opencollective.com/unified"244}245},246"node_modules/mdast-util-gfm-autolink-literal": {247"version": "2.0.1",248"license": "MIT",249"dependencies": {250"@types/mdast": "^4.0.0",251"ccount": "^2.0.0",252"devlop": "^1.0.0",253"mdast-util-find-and-replace": "^3.0.0",254"micromark-util-character": "^2.0.0"255},256"funding": {257"type": "opencollective",258"url": "https://opencollective.com/unified"259}260},261"node_modules/mdast-util-gfm-footnote": {262"version": "2.1.0",263"license": "MIT",264"dependencies": {265"@types/mdast": "^4.0.0",266"devlop": "^1.1.0",267"mdast-util-from-markdown": "^2.0.0",268"mdast-util-to-markdown": "^2.0.0",269"micromark-util-normalize-identifier": "^2.0.0"270},271"funding": {272"type": "opencollective",273"url": "https://opencollective.com/unified"274}275},276"node_modules/mdast-util-gfm-strikethrough": {277"version": "2.0.0",278"license": "MIT",279"dependencies": {280"@types/mdast": "^4.0.0",281"mdast-util-from-markdown": "^2.0.0",282"mdast-util-to-markdown": "^2.0.0"283},284"funding": {285"type": "opencollective",286"url": "https://opencollective.com/unified"287}288},289"node_modules/mdast-util-gfm-table": {290"version": "2.0.0",291"license": "MIT",292"dependencies": {293"@types/mdast": "^4.0.0",294"devlop": "^1.0.0",295"markdown-table": "^3.0.0",296"mdast-util-from-markdown": "^2.0.0",297"mdast-util-to-markdown": "^2.0.0"298},299"funding": {300"type": "opencollective",301"url": "https://opencollective.com/unified"302}303},304"node_modules/mdast-util-gfm-task-list-item": {305"version": "2.0.0",306"license": "MIT",307"dependencies": {308"@types/mdast": "^4.0.0",309"devlop": "^1.0.0",310"mdast-util-from-markdown": "^2.0.0",311"mdast-util-to-markdown": "^2.0.0"312},313"funding": {314"type": "opencollective",315"url": "https://opencollective.com/unified"316}317},318"node_modules/mdast-util-phrasing": {319"version": "4.1.0",320"license": "MIT",321"dependencies": {322"@types/mdast": "^4.0.0",323"unist-util-is": "^6.0.0"324},325"funding": {326"type": "opencollective",327"url": "https://opencollective.com/unified"328}329},330"node_modules/mdast-util-to-markdown": {331"version": "2.1.2",332"license": "MIT",333"dependencies": {334"@types/mdast": "^4.0.0",335"@types/unist": "^3.0.0",336"longest-streak": "^3.0.0",337"mdast-util-phrasing": "^4.0.0",338"mdast-util-to-string": "^4.0.0",339"micromark-util-classify-character": "^2.0.0",340"micromark-util-decode-string": "^2.0.0",341"unist-util-visit": "^5.0.0",342"zwitch": "^2.0.0"343},344"funding": {345"type": "opencollective",346"url": "https://opencollective.com/unified"347}348},349"node_modules/mdast-util-to-string": {350"version": "4.0.0",351"license": "MIT",352"dependencies": {353"@types/mdast": "^4.0.0"354},355"funding": {356"type": "opencollective",357"url": "https://opencollective.com/unified"358}359},360"node_modules/micromark": {361"version": "4.0.2",362"funding": [363{364"type": "GitHub Sponsors",365"url": "https://github.com/sponsors/unifiedjs"366},367{368"type": "OpenCollective",369"url": "https://opencollective.com/unified"370}371],372"license": "MIT",373"dependencies": {374"@types/debug": "^4.0.0",375"debug": "^4.0.0",376"decode-named-character-reference": "^1.0.0",377"devlop": "^1.0.0",378"micromark-core-commonmark": "^2.0.0",379"micromark-factory-space": "^2.0.0",380"micromark-util-character": "^2.0.0",381"micromark-util-chunked": "^2.0.0",382"micromark-util-combine-extensions": "^2.0.0",383"micromark-util-decode-numeric-character-reference": "^2.0.0",384"micromark-util-encode": "^2.0.0",385"micromark-util-normalize-identifier": "^2.0.0",386"micromark-util-resolve-all": "^2.0.0",387"micromark-util-sanitize-uri": "^2.0.0",388"micromark-util-subtokenize": "^2.0.0",389"micromark-util-symbol": "^2.0.0",390"micromark-util-types": "^2.0.0"391}392},393"node_modules/micromark-core-commonmark": {394"version": "2.0.3",395"funding": [396{397"type": "GitHub Sponsors",398"url": "https://github.com/sponsors/unifiedjs"399},400{401"type": "OpenCollective",402"url": "https://opencollective.com/unified"403}404],405"license": "MIT",406"dependencies": {407"decode-named-character-reference": "^1.0.0",408"devlop": "^1.0.0",409"micromark-factory-destination": "^2.0.0",410"micromark-factory-label": "^2.0.0",411"micromark-factory-space": "^2.0.0",412"micromark-factory-title": "^2.0.0",413"micromark-factory-whitespace": "^2.0.0",414"micromark-util-character": "^2.0.0",415"micromark-util-chunked": "^2.0.0",416"micromark-util-classify-character": "^2.0.0",417"micromark-util-html-tag-name": "^2.0.0",418"micromark-util-normalize-identifier": "^2.0.0",419"micromark-util-resolve-all": "^2.0.0",420"micromark-util-subtokenize": "^2.0.0",421"micromark-util-symbol": "^2.0.0",422"micromark-util-types": "^2.0.0"423}424},425"node_modules/micromark-extension-cjk-friendly": {426"version": "1.2.3",427"resolved": "https://registry.npmjs.org/micromark-extension-cjk-friendly/-/micromark-extension-cjk-friendly-1.2.3.tgz",428"integrity": "sha512-gRzVLUdjXBLX6zNPSnHGDoo+ZTp5zy+MZm0g3sv+3chPXY7l9gW+DnrcHcZh/jiPR6MjPKO4AEJNp4Aw6V9z5Q==",429"license": "MIT",430"dependencies": {431"devlop": "^1.1.0",432"micromark-extension-cjk-friendly-util": "2.1.1",433"micromark-util-chunked": "^2.0.1",434"micromark-util-resolve-all": "^2.0.1",435"micromark-util-symbol": "^2.0.1"436},437"engines": {438"node": ">=16"439},440"peerDependencies": {441"micromark": "^4.0.0",442"micromark-util-types": "^2.0.0"443},444"peerDependenciesMeta": {445"micromark-util-types": {446"optional": true447}448}449},450"node_modules/micromark-extension-cjk-friendly-util": {451"version": "2.1.1",452"resolved": "https://registry.npmjs.org/micromark-extension-cjk-friendly-util/-/micromark-extension-cjk-friendly-util-2.1.1.tgz",453"integrity": "sha512-egs6+12JU2yutskHY55FyR48ZiEcFOJFyk9rsiyIhcJ6IvWB6ABBqVrBw8IobqJTDZ/wdSr9eoXDPb5S2nW1bg==",454"license": "MIT",455"dependencies": {456"get-east-asian-width": "^1.3.0",457"micromark-util-character": "^2.1.1",458"micromark-util-symbol": "^2.0.1"459},460"engines": {461"node": ">=16"462},463"peerDependenciesMeta": {464"micromark-util-types": {465"optional": true466}467}468},469"node_modules/micromark-extension-frontmatter": {470"version": "2.0.0",471"license": "MIT",472"dependencies": {473"fault": "^2.0.0",474"micromark-util-character": "^2.0.0",475"micromark-util-symbol": "^2.0.0",476"micromark-util-types": "^2.0.0"477},478"funding": {479"type": "opencollective",480"url": "https://opencollective.com/unified"481}482},483"node_modules/micromark-extension-gfm": {484"version": "3.0.0",485"license": "MIT",486"dependencies": {487"micromark-extension-gfm-autolink-literal": "^2.0.0",488"micromark-extension-gfm-footnote": "^2.0.0",489"micromark-extension-gfm-strikethrough": "^2.0.0",490"micromark-extension-gfm-table": "^2.0.0",491"micromark-extension-gfm-tagfilter": "^2.0.0",492"micromark-extension-gfm-task-list-item": "^2.0.0",493"micromark-util-combine-extensions": "^2.0.0",494"micromark-util-types": "^2.0.0"495},496"funding": {497"type": "opencollective",498"url": "https://opencollective.com/unified"499}500},501"node_modules/micromark-extension-gfm-autolink-literal": {502"version": "2.1.0",503"license": "MIT",504"dependencies": {505"micromark-util-character": "^2.0.0",506"micromark-util-sanitize-uri": "^2.0.0",507"micromark-util-symbol": "^2.0.0",508"micromark-util-types": "^2.0.0"509},510"funding": {511"type": "opencollective",512"url": "https://opencollective.com/unified"513}514},515"node_modules/micromark-extension-gfm-footnote": {516"version": "2.1.0",517"license": "MIT",518"dependencies": {519"devlop": "^1.0.0",520"micromark-core-commonmark": "^2.0.0",521"micromark-factory-space": "^2.0.0",522"micromark-util-character": "^2.0.0",523"micromark-util-normalize-identifier": "^2.0.0",524"micromark-util-sanitize-uri": "^2.0.0",525"micromark-util-symbol": "^2.0.0",526"micromark-util-types": "^2.0.0"527},528"funding": {529"type": "opencollective",530"url": "https://opencollective.com/unified"531}532},533"node_modules/micromark-extension-gfm-strikethrough": {534"version": "2.1.0",535"license": "MIT",536"dependencies": {537"devlop": "^1.0.0",538"micromark-util-chunked": "^2.0.0",539"micromark-util-classify-character": "^2.0.0",540"micromark-util-resolve-all": "^2.0.0",541"micromark-util-symbol": "^2.0.0",542"micromark-util-types": "^2.0.0"543},544"funding": {545"type": "opencollective",546"url": "https://opencollective.com/unified"547}548},549"node_modules/micromark-extension-gfm-table": {550"version": "2.1.1",551"license": "MIT",552"dependencies": {553"devlop": "^1.0.0",554"micromark-factory-space": "^2.0.0",555"micromark-util-character": "^2.0.0",556"micromark-util-symbol": "^2.0.0",557"micromark-util-types": "^2.0.0"558},559"funding": {560"type": "opencollective",561"url": "https://opencollective.com/unified"562}563},564"node_modules/micromark-extension-gfm-tagfilter": {565"version": "2.0.0",566"license": "MIT",567"dependencies": {568"micromark-util-types": "^2.0.0"569},570"funding": {571"type": "opencollective",572"url": "https://opencollective.com/unified"573}574},575"node_modules/micromark-extension-gfm-task-list-item": {576"version": "2.1.0",577"license": "MIT",578"dependencies": {579"devlop": "^1.0.0",580"micromark-factory-space": "^2.0.0",581"micromark-util-character": "^2.0.0",582"micromark-util-symbol": "^2.0.0",583"micromark-util-types": "^2.0.0"584},585"funding": {586"type": "opencollective",587"url": "https://opencollective.com/unified"588}589},590"node_modules/micromark-factory-destination": {591"version": "2.0.1",592"funding": [593{594"type": "GitHub Sponsors",595"url": "https://github.com/sponsors/unifiedjs"596},597{598"type": "OpenCollective",599"url": "https://opencollective.com/unified"600}601],602"license": "MIT",603"dependencies": {604"micromark-util-character": "^2.0.0",605"micromark-util-symbol": "^2.0.0",606"micromark-util-types": "^2.0.0"607}608},609"node_modules/micromark-factory-label": {610"version": "2.0.1",611"funding": [612{613"type": "GitHub Sponsors",614"url": "https://github.com/sponsors/unifiedjs"615},616{617"type": "OpenCollective",618"url": "https://opencollective.com/unified"619}620],621"license": "MIT",622"dependencies": {623"devlop": "^1.0.0",624"micromark-util-character": "^2.0.0",625"micromark-util-symbol": "^2.0.0",626"micromark-util-types": "^2.0.0"627}628},629"node_modules/micromark-factory-space": {630"version": "2.0.1",631"funding": [632{633"type": "GitHub Sponsors",634"url": "https://github.com/sponsors/unifiedjs"635},636{637"type": "OpenCollective",638"url": "https://opencollective.com/unified"639}640],641"license": "MIT",642"dependencies": {643"micromark-util-character": "^2.0.0",644"micromark-util-types": "^2.0.0"645}646},647"node_modules/micromark-factory-title": {648"version": "2.0.1",649"funding": [650{651"type": "GitHub Sponsors",652"url": "https://github.com/sponsors/unifiedjs"653},654{655"type": "OpenCollective",656"url": "https://opencollective.com/unified"657}658],659"license": "MIT",660"dependencies": {661"micromark-factory-space": "^2.0.0",662"micromark-util-character": "^2.0.0",663"micromark-util-symbol": "^2.0.0",664"micromark-util-types": "^2.0.0"665}666},667"node_modules/micromark-factory-whitespace": {668"version": "2.0.1",669"funding": [670{671"type": "GitHub Sponsors",672"url": "https://github.com/sponsors/unifiedjs"673},674{675"type": "OpenCollective",676"url": "https://opencollective.com/unified"677}678],679"license": "MIT",680"dependencies": {681"micromark-factory-space": "^2.0.0",682"micromark-util-character": "^2.0.0",683"micromark-util-symbol": "^2.0.0",684"micromark-util-types": "^2.0.0"685}686},687"node_modules/micromark-util-character": {688"version": "2.1.1",689"funding": [690{691"type": "GitHub Sponsors",692"url": "https://github.com/sponsors/unifiedjs"693},694{695"type": "OpenCollective",696"url": "https://opencollective.com/unified"697}698],699"license": "MIT",700"dependencies": {701"micromark-util-symbol": "^2.0.0",702"micromark-util-types": "^2.0.0"703}704},705"node_modules/micromark-util-chunked": {706"version": "2.0.1",707"funding": [708{709"type": "GitHub Sponsors",710"url": "https://github.com/sponsors/unifiedjs"711},712{713"type": "OpenCollective",714"url": "https://opencollective.com/unified"715}716],717"license": "MIT",718"dependencies": {719"micromark-util-symbol": "^2.0.0"720}721},722"node_modules/micromark-util-classify-character": {723"version": "2.0.1",724"funding": [725{726"type": "GitHub Sponsors",727"url": "https://github.com/sponsors/unifiedjs"728},729{730"type": "OpenCollective",731"url": "https://opencollective.com/unified"732}733],734"license": "MIT",735"dependencies": {736"micromark-util-character": "^2.0.0",737"micromark-util-symbol": "^2.0.0",738"micromark-util-types": "^2.0.0"739}740},741"node_modules/micromark-util-combine-extensions": {742"version": "2.0.1",743"funding": [744{745"type": "GitHub Sponsors",746"url": "https://github.com/sponsors/unifiedjs"747},748{749"type": "OpenCollective",750"url": "https://opencollective.com/unified"751}752],753"license": "MIT",754"dependencies": {755"micromark-util-chunked": "^2.0.0",756"micromark-util-types": "^2.0.0"757}758},759"node_modules/micromark-util-decode-numeric-character-reference": {760"version": "2.0.2",761"funding": [762{763"type": "GitHub Sponsors",764"url": "https://github.com/sponsors/unifiedjs"765},766{767"type": "OpenCollective",768"url": "https://opencollective.com/unified"769}770],771"license": "MIT",772"dependencies": {773"micromark-util-symbol": "^2.0.0"774}775},776"node_modules/micromark-util-decode-string": {777"version": "2.0.1",778"funding": [779{780"type": "GitHub Sponsors",781"url": "https://github.com/sponsors/unifiedjs"782},783{784"type": "OpenCollective",785"url": "https://opencollective.com/unified"786}787],788"license": "MIT",789"dependencies": {790"decode-named-character-reference": "^1.0.0",791"micromark-util-character": "^2.0.0",792"micromark-util-decode-numeric-character-reference": "^2.0.0",793"micromark-util-symbol": "^2.0.0"794}795},796"node_modules/micromark-util-encode": {797"version": "2.0.1",798"funding": [799{800"type": "GitHub Sponsors",801"url": "https://github.com/sponsors/unifiedjs"802},803{804"type": "OpenCollective",805"url": "https://opencollective.com/unified"806}807],808"license": "MIT"809},810"node_modules/micromark-util-html-tag-name": {811"version": "2.0.1",812"funding": [813{814"type": "GitHub Sponsors",815"url": "https://github.com/sponsors/unifiedjs"816},817{818"type": "OpenCollective",819"url": "https://opencollective.com/unified"820}821],822"license": "MIT"823},824"node_modules/micromark-util-normalize-identifier": {825"version": "2.0.1",826"funding": [827{828"type": "GitHub Sponsors",829"url": "https://github.com/sponsors/unifiedjs"830},831{832"type": "OpenCollective",833"url": "https://opencollective.com/unified"834}835],836"license": "MIT",837"dependencies": {838"micromark-util-symbol": "^2.0.0"839}840},841"node_modules/micromark-util-resolve-all": {842"version": "2.0.1",843"funding": [844{845"type": "GitHub Sponsors",846"url": "https://github.com/sponsors/unifiedjs"847},848{849"type": "OpenCollective",850"url": "https://opencollective.com/unified"851}852],853"license": "MIT",854"dependencies": {855"micromark-util-types": "^2.0.0"856}857},858"node_modules/micromark-util-sanitize-uri": {859"version": "2.0.1",860"funding": [861{862"type": "GitHub Sponsors",863"url": "https://github.com/sponsors/unifiedjs"864},865{866"type": "OpenCollective",867"url": "https://opencollective.com/unified"868}869],870"license": "MIT",871"dependencies": {872"micromark-util-character": "^2.0.0",873"micromark-util-encode": "^2.0.0",874"micromark-util-symbol": "^2.0.0"875}876},877"node_modules/micromark-util-subtokenize": {878"version": "2.1.0",879"funding": [880{881"type": "GitHub Sponsors",882"url": "https://github.com/sponsors/unifiedjs"883},884{885"type": "OpenCollective",886"url": "https://opencollective.com/unified"887}888],889"license": "MIT",890"dependencies": {891"devlop": "^1.0.0",892"micromark-util-chunked": "^2.0.0",893"micromark-util-symbol": "^2.0.0",894"micromark-util-types": "^2.0.0"895}896},897"node_modules/micromark-util-symbol": {898"version": "2.0.1",899"funding": [900{901"type": "GitHub Sponsors",902"url": "https://github.com/sponsors/unifiedjs"903},904{905"type": "OpenCollective",906"url": "https://opencollective.com/unified"907}908],909"license": "MIT"910},911"node_modules/micromark-util-types": {912"version": "2.0.2",913"funding": [914{915"type": "GitHub Sponsors",916"url": "https://github.com/sponsors/unifiedjs"917},918{919"type": "OpenCollective",920"url": "https://opencollective.com/unified"921}922],923"license": "MIT"924},925"node_modules/ms": {926"version": "2.1.3",927"license": "MIT"928},929"node_modules/remark-cjk-friendly": {930"version": "1.2.3",931"resolved": "https://registry.npmjs.org/remark-cjk-friendly/-/remark-cjk-friendly-1.2.3.tgz",932"integrity": "sha512-UvAgxwlNk+l9Oqgl/9MWK2eWRS7zgBW/nXX9AthV7nd/3lNejF138E7Xbmk9Zs4WjTJGs721r7fAEc7tNFoH7g==",933"license": "MIT",934"dependencies": {935"micromark-extension-cjk-friendly": "1.2.3"936},937"engines": {938"node": ">=16"939},940"peerDependencies": {941"@types/mdast": "^4.0.0",942"unified": "^11.0.0"943},944"peerDependenciesMeta": {945"@types/mdast": {946"optional": true947}948}949},950"node_modules/remark-frontmatter": {951"version": "5.0.0",952"license": "MIT",953"dependencies": {954"@types/mdast": "^4.0.0",955"mdast-util-frontmatter": "^2.0.0",956"micromark-extension-frontmatter": "^2.0.0",957"unified": "^11.0.0"958},959"funding": {960"type": "opencollective",961"url": "https://opencollective.com/unified"962}963},964"node_modules/remark-gfm": {965"version": "4.0.1",966"license": "MIT",967"dependencies": {968"@types/mdast": "^4.0.0",969"mdast-util-gfm": "^3.0.0",970"micromark-extension-gfm": "^3.0.0",971"remark-parse": "^11.0.0",972"remark-stringify": "^11.0.0",973"unified": "^11.0.0"974},975"funding": {976"type": "opencollective",977"url": "https://opencollective.com/unified"978}979},980"node_modules/remark-parse": {981"version": "11.0.0",982"license": "MIT",983"dependencies": {984"@types/mdast": "^4.0.0",985"mdast-util-from-markdown": "^2.0.0",986"micromark-util-types": "^2.0.0",987"unified": "^11.0.0"988},989"funding": {990"type": "opencollective",991"url": "https://opencollective.com/unified"992}993},994"node_modules/remark-stringify": {995"version": "11.0.0",996"license": "MIT",997"dependencies": {998"@types/mdast": "^4.0.0",999"mdast-util-to-markdown": "^2.0.0",1000"unified": "^11.0.0"1001},1002"funding": {1003"type": "opencollective",1004"url": "https://opencollective.com/unified"1005}1006},1007"node_modules/trough": {1008"version": "2.2.0",1009"license": "MIT",1010"funding": {1011"type": "github",1012"url": "https://github.com/sponsors/wooorm"1013}1014},1015"node_modules/unified": {1016"version": "11.0.5",1017"license": "MIT",1018"dependencies": {1019"@types/unist": "^3.0.0",1020"bail": "^2.0.0",1021"devlop": "^1.0.0",1022"extend": "^3.0.0",1023"is-plain-obj": "^4.0.0",1024"trough": "^2.0.0",1025"vfile": "^6.0.0"1026},1027"funding": {1028"type": "opencollective",1029"url": "https://opencollective.com/unified"1030}1031},1032"node_modules/unist-util-is": {1033"version": "6.0.1",1034"license": "MIT",1035"dependencies": {1036"@types/unist": "^3.0.0"1037},1038"funding": {1039"type": "opencollective",1040"url": "https://opencollective.com/unified"1041}1042},1043"node_modules/unist-util-stringify-position": {1044"version": "4.0.0",1045"license": "MIT",1046"dependencies": {1047"@types/unist": "^3.0.0"1048},1049"funding": {1050"type": "opencollective",1051"url": "https://opencollective.com/unified"1052}1053},1054"node_modules/unist-util-visit": {1055"version": "5.1.0",1056"license": "MIT",1057"dependencies": {1058"@types/unist": "^3.0.0",1059"unist-util-is": "^6.0.0",1060"unist-util-visit-parents": "^6.0.0"1061},1062"funding": {1063"type": "opencollective",1064"url": "https://opencollective.com/unified"1065}1066},1067"node_modules/unist-util-visit-parents": {1068"version": "6.0.2",1069"license": "MIT",1070"dependencies": {1071"@types/unist": "^3.0.0",1072"unist-util-is": "^6.0.0"1073},1074"funding": {1075"type": "opencollective",1076"url": "https://opencollective.com/unified"1077}1078},1079"node_modules/vfile": {1080"version": "6.0.3",1081"license": "MIT",1082"dependencies": {1083"@types/unist": "^3.0.0",1084"vfile-message": "^4.0.0"1085},1086"funding": {1087"type": "opencollective",1088"url": "https://opencollective.com/unified"1089}1090},1091"node_modules/vfile-message": {1092"version": "4.0.3",1093"license": "MIT",1094"dependencies": {1095"@types/unist": "^3.0.0",1096"unist-util-stringify-position": "^4.0.0"1097},1098"funding": {1099"type": "opencollective",1100"url": "https://opencollective.com/unified"1101}1102},1103"node_modules/yaml": {1104"version": "2.8.2",1105"license": "ISC",1106"bin": {1107"yaml": "bin.mjs"1108},1109"engines": {1110"node": ">= 14.6"1111},1112"funding": {1113"url": "https://github.com/sponsors/eemeli"1114}1115},1116"node_modules/zwitch": {1117"version": "2.0.4",1118"license": "MIT",1119"funding": {1120"type": "github",1121"url": "https://github.com/sponsors/wooorm"1122}1123}1124}1125}1126