package-lock.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. {
  2. "name": "tldr-pages",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "tldr-pages",
  8. "license": "SEE LICENSE IN LICENSE.md",
  9. "dependencies": {
  10. "glob": "11.0.0",
  11. "markdownlint-cli": "^0.43.0",
  12. "tldr-lint": "^0.0.16"
  13. },
  14. "devDependencies": {
  15. "husky": "^9.1.7"
  16. }
  17. },
  18. "node_modules/@isaacs/cliui": {
  19. "version": "8.0.2",
  20. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  21. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  22. "license": "ISC",
  23. "dependencies": {
  24. "string-width": "^5.1.2",
  25. "string-width-cjs": "npm:string-width@^4.2.0",
  26. "strip-ansi": "^7.0.1",
  27. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  28. "wrap-ansi": "^8.1.0",
  29. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  30. },
  31. "engines": {
  32. "node": ">=12"
  33. }
  34. },
  35. "node_modules/ansi-regex": {
  36. "version": "6.1.0",
  37. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  38. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  39. "license": "MIT",
  40. "engines": {
  41. "node": ">=12"
  42. },
  43. "funding": {
  44. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  45. }
  46. },
  47. "node_modules/ansi-styles": {
  48. "version": "6.2.1",
  49. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  50. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  51. "license": "MIT",
  52. "engines": {
  53. "node": ">=12"
  54. },
  55. "funding": {
  56. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  57. }
  58. },
  59. "node_modules/argparse": {
  60. "version": "2.0.1",
  61. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  62. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  63. "license": "Python-2.0"
  64. },
  65. "node_modules/balanced-match": {
  66. "version": "1.0.2",
  67. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  68. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  69. "license": "MIT"
  70. },
  71. "node_modules/brace-expansion": {
  72. "version": "2.0.1",
  73. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  74. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  75. "license": "MIT",
  76. "dependencies": {
  77. "balanced-match": "^1.0.0"
  78. }
  79. },
  80. "node_modules/color-convert": {
  81. "version": "2.0.1",
  82. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  83. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  84. "license": "MIT",
  85. "dependencies": {
  86. "color-name": "~1.1.4"
  87. },
  88. "engines": {
  89. "node": ">=7.0.0"
  90. }
  91. },
  92. "node_modules/color-name": {
  93. "version": "1.1.4",
  94. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  95. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  96. "license": "MIT"
  97. },
  98. "node_modules/commander": {
  99. "version": "12.1.0",
  100. "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
  101. "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
  102. "license": "MIT",
  103. "engines": {
  104. "node": ">=18"
  105. }
  106. },
  107. "node_modules/cross-spawn": {
  108. "version": "7.0.6",
  109. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  110. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  111. "dependencies": {
  112. "path-key": "^3.1.0",
  113. "shebang-command": "^2.0.0",
  114. "which": "^2.0.1"
  115. },
  116. "engines": {
  117. "node": ">= 8"
  118. }
  119. },
  120. "node_modules/deep-extend": {
  121. "version": "0.6.0",
  122. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  123. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  124. "license": "MIT",
  125. "engines": {
  126. "node": ">=4.0.0"
  127. }
  128. },
  129. "node_modules/eastasianwidth": {
  130. "version": "0.2.0",
  131. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  132. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  133. "license": "MIT"
  134. },
  135. "node_modules/emoji-regex": {
  136. "version": "9.2.2",
  137. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  138. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  139. "license": "MIT"
  140. },
  141. "node_modules/entities": {
  142. "version": "4.5.0",
  143. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  144. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  145. "engines": {
  146. "node": ">=0.12"
  147. },
  148. "funding": {
  149. "url": "https://github.com/fb55/entities?sponsor=1"
  150. }
  151. },
  152. "node_modules/foreground-child": {
  153. "version": "3.3.0",
  154. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
  155. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  156. "license": "ISC",
  157. "dependencies": {
  158. "cross-spawn": "^7.0.0",
  159. "signal-exit": "^4.0.1"
  160. },
  161. "engines": {
  162. "node": ">=14"
  163. },
  164. "funding": {
  165. "url": "https://github.com/sponsors/isaacs"
  166. }
  167. },
  168. "node_modules/glob": {
  169. "version": "11.0.0",
  170. "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz",
  171. "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==",
  172. "license": "ISC",
  173. "dependencies": {
  174. "foreground-child": "^3.1.0",
  175. "jackspeak": "^4.0.1",
  176. "minimatch": "^10.0.0",
  177. "minipass": "^7.1.2",
  178. "package-json-from-dist": "^1.0.0",
  179. "path-scurry": "^2.0.0"
  180. },
  181. "bin": {
  182. "glob": "dist/esm/bin.mjs"
  183. },
  184. "engines": {
  185. "node": "20 || >=22"
  186. },
  187. "funding": {
  188. "url": "https://github.com/sponsors/isaacs"
  189. }
  190. },
  191. "node_modules/husky": {
  192. "version": "9.1.7",
  193. "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
  194. "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
  195. "dev": true,
  196. "bin": {
  197. "husky": "bin.js"
  198. },
  199. "engines": {
  200. "node": ">=18"
  201. },
  202. "funding": {
  203. "url": "https://github.com/sponsors/typicode"
  204. }
  205. },
  206. "node_modules/ignore": {
  207. "version": "6.0.2",
  208. "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz",
  209. "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==",
  210. "license": "MIT",
  211. "engines": {
  212. "node": ">= 4"
  213. }
  214. },
  215. "node_modules/ini": {
  216. "version": "4.1.3",
  217. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
  218. "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
  219. "license": "ISC",
  220. "engines": {
  221. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  222. }
  223. },
  224. "node_modules/is-fullwidth-code-point": {
  225. "version": "3.0.0",
  226. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  227. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  228. "license": "MIT",
  229. "engines": {
  230. "node": ">=8"
  231. }
  232. },
  233. "node_modules/isexe": {
  234. "version": "2.0.0",
  235. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  236. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  237. "license": "ISC"
  238. },
  239. "node_modules/jackspeak": {
  240. "version": "4.0.2",
  241. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz",
  242. "integrity": "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==",
  243. "license": "BlueOak-1.0.0",
  244. "dependencies": {
  245. "@isaacs/cliui": "^8.0.2"
  246. },
  247. "engines": {
  248. "node": "20 || >=22"
  249. },
  250. "funding": {
  251. "url": "https://github.com/sponsors/isaacs"
  252. }
  253. },
  254. "node_modules/js-yaml": {
  255. "version": "4.1.0",
  256. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  257. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  258. "license": "MIT",
  259. "dependencies": {
  260. "argparse": "^2.0.1"
  261. },
  262. "bin": {
  263. "js-yaml": "bin/js-yaml.js"
  264. }
  265. },
  266. "node_modules/jsonc-parser": {
  267. "version": "3.3.1",
  268. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  269. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  270. "license": "MIT"
  271. },
  272. "node_modules/jsonpointer": {
  273. "version": "5.0.1",
  274. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  275. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  276. "license": "MIT",
  277. "engines": {
  278. "node": ">=0.10.0"
  279. }
  280. },
  281. "node_modules/linkify-it": {
  282. "version": "5.0.0",
  283. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  284. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  285. "dependencies": {
  286. "uc.micro": "^2.0.0"
  287. }
  288. },
  289. "node_modules/lru-cache": {
  290. "version": "11.0.1",
  291. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
  292. "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
  293. "license": "ISC",
  294. "engines": {
  295. "node": "20 || >=22"
  296. }
  297. },
  298. "node_modules/markdown-it": {
  299. "version": "14.1.0",
  300. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
  301. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  302. "dependencies": {
  303. "argparse": "^2.0.1",
  304. "entities": "^4.4.0",
  305. "linkify-it": "^5.0.0",
  306. "mdurl": "^2.0.0",
  307. "punycode.js": "^2.3.1",
  308. "uc.micro": "^2.1.0"
  309. },
  310. "bin": {
  311. "markdown-it": "bin/markdown-it.mjs"
  312. }
  313. },
  314. "node_modules/markdownlint": {
  315. "version": "0.36.1",
  316. "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz",
  317. "integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==",
  318. "dependencies": {
  319. "markdown-it": "14.1.0",
  320. "markdownlint-micromark": "0.1.12"
  321. },
  322. "engines": {
  323. "node": ">=18"
  324. },
  325. "funding": {
  326. "url": "https://github.com/sponsors/DavidAnson"
  327. }
  328. },
  329. "node_modules/markdownlint-cli": {
  330. "version": "0.43.0",
  331. "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.43.0.tgz",
  332. "integrity": "sha512-6vwurKK4B21eyYzwgX6ph13cZS7hE6LZfcS8QyD722CyxVD2RtAvbZK2p7k+FZbbKORulEuwl+hJaEq1l6/hoQ==",
  333. "dependencies": {
  334. "commander": "~12.1.0",
  335. "glob": "~11.0.0",
  336. "ignore": "~6.0.2",
  337. "js-yaml": "^4.1.0",
  338. "jsonc-parser": "~3.3.1",
  339. "jsonpointer": "5.0.1",
  340. "markdownlint": "~0.36.1",
  341. "minimatch": "~10.0.1",
  342. "run-con": "~1.3.2",
  343. "smol-toml": "~1.3.1"
  344. },
  345. "bin": {
  346. "markdownlint": "markdownlint.js"
  347. },
  348. "engines": {
  349. "node": ">=18"
  350. }
  351. },
  352. "node_modules/markdownlint-micromark": {
  353. "version": "0.1.12",
  354. "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz",
  355. "integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==",
  356. "engines": {
  357. "node": ">=18"
  358. },
  359. "funding": {
  360. "url": "https://github.com/sponsors/DavidAnson"
  361. }
  362. },
  363. "node_modules/mdurl": {
  364. "version": "2.0.0",
  365. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  366. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
  367. },
  368. "node_modules/minimatch": {
  369. "version": "10.0.1",
  370. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
  371. "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
  372. "license": "ISC",
  373. "dependencies": {
  374. "brace-expansion": "^2.0.1"
  375. },
  376. "engines": {
  377. "node": "20 || >=22"
  378. },
  379. "funding": {
  380. "url": "https://github.com/sponsors/isaacs"
  381. }
  382. },
  383. "node_modules/minimist": {
  384. "version": "1.2.8",
  385. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  386. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  387. "license": "MIT",
  388. "funding": {
  389. "url": "https://github.com/sponsors/ljharb"
  390. }
  391. },
  392. "node_modules/minipass": {
  393. "version": "7.1.2",
  394. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  395. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  396. "license": "ISC",
  397. "engines": {
  398. "node": ">=16 || 14 >=14.17"
  399. }
  400. },
  401. "node_modules/package-json-from-dist": {
  402. "version": "1.0.1",
  403. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  404. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  405. "license": "BlueOak-1.0.0"
  406. },
  407. "node_modules/path-key": {
  408. "version": "3.1.1",
  409. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  410. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  411. "license": "MIT",
  412. "engines": {
  413. "node": ">=8"
  414. }
  415. },
  416. "node_modules/path-scurry": {
  417. "version": "2.0.0",
  418. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
  419. "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
  420. "license": "BlueOak-1.0.0",
  421. "dependencies": {
  422. "lru-cache": "^11.0.0",
  423. "minipass": "^7.1.2"
  424. },
  425. "engines": {
  426. "node": "20 || >=22"
  427. },
  428. "funding": {
  429. "url": "https://github.com/sponsors/isaacs"
  430. }
  431. },
  432. "node_modules/punycode.js": {
  433. "version": "2.3.1",
  434. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  435. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  436. "engines": {
  437. "node": ">=6"
  438. }
  439. },
  440. "node_modules/run-con": {
  441. "version": "1.3.2",
  442. "resolved": "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz",
  443. "integrity": "sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==",
  444. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  445. "dependencies": {
  446. "deep-extend": "^0.6.0",
  447. "ini": "~4.1.0",
  448. "minimist": "^1.2.8",
  449. "strip-json-comments": "~3.1.1"
  450. },
  451. "bin": {
  452. "run-con": "cli.js"
  453. }
  454. },
  455. "node_modules/shebang-command": {
  456. "version": "2.0.0",
  457. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  458. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  459. "license": "MIT",
  460. "dependencies": {
  461. "shebang-regex": "^3.0.0"
  462. },
  463. "engines": {
  464. "node": ">=8"
  465. }
  466. },
  467. "node_modules/shebang-regex": {
  468. "version": "3.0.0",
  469. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  470. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  471. "license": "MIT",
  472. "engines": {
  473. "node": ">=8"
  474. }
  475. },
  476. "node_modules/signal-exit": {
  477. "version": "4.1.0",
  478. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  479. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  480. "license": "ISC",
  481. "engines": {
  482. "node": ">=14"
  483. },
  484. "funding": {
  485. "url": "https://github.com/sponsors/isaacs"
  486. }
  487. },
  488. "node_modules/smol-toml": {
  489. "version": "1.3.1",
  490. "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.1.tgz",
  491. "integrity": "sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==",
  492. "engines": {
  493. "node": ">= 18"
  494. },
  495. "funding": {
  496. "url": "https://github.com/sponsors/cyyynthia"
  497. }
  498. },
  499. "node_modules/string-width": {
  500. "version": "5.1.2",
  501. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  502. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  503. "license": "MIT",
  504. "dependencies": {
  505. "eastasianwidth": "^0.2.0",
  506. "emoji-regex": "^9.2.2",
  507. "strip-ansi": "^7.0.1"
  508. },
  509. "engines": {
  510. "node": ">=12"
  511. },
  512. "funding": {
  513. "url": "https://github.com/sponsors/sindresorhus"
  514. }
  515. },
  516. "node_modules/string-width-cjs": {
  517. "name": "string-width",
  518. "version": "4.2.3",
  519. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  520. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  521. "license": "MIT",
  522. "dependencies": {
  523. "emoji-regex": "^8.0.0",
  524. "is-fullwidth-code-point": "^3.0.0",
  525. "strip-ansi": "^6.0.1"
  526. },
  527. "engines": {
  528. "node": ">=8"
  529. }
  530. },
  531. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  532. "version": "5.0.1",
  533. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  534. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  535. "license": "MIT",
  536. "engines": {
  537. "node": ">=8"
  538. }
  539. },
  540. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  541. "version": "8.0.0",
  542. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  543. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  544. "license": "MIT"
  545. },
  546. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  547. "version": "6.0.1",
  548. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  549. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  550. "license": "MIT",
  551. "dependencies": {
  552. "ansi-regex": "^5.0.1"
  553. },
  554. "engines": {
  555. "node": ">=8"
  556. }
  557. },
  558. "node_modules/strip-ansi": {
  559. "version": "7.1.0",
  560. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  561. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  562. "license": "MIT",
  563. "dependencies": {
  564. "ansi-regex": "^6.0.1"
  565. },
  566. "engines": {
  567. "node": ">=12"
  568. },
  569. "funding": {
  570. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  571. }
  572. },
  573. "node_modules/strip-ansi-cjs": {
  574. "name": "strip-ansi",
  575. "version": "6.0.1",
  576. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  577. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  578. "license": "MIT",
  579. "dependencies": {
  580. "ansi-regex": "^5.0.1"
  581. },
  582. "engines": {
  583. "node": ">=8"
  584. }
  585. },
  586. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  587. "version": "5.0.1",
  588. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  589. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  590. "license": "MIT",
  591. "engines": {
  592. "node": ">=8"
  593. }
  594. },
  595. "node_modules/strip-json-comments": {
  596. "version": "3.1.1",
  597. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  598. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  599. "license": "MIT",
  600. "engines": {
  601. "node": ">=8"
  602. },
  603. "funding": {
  604. "url": "https://github.com/sponsors/sindresorhus"
  605. }
  606. },
  607. "node_modules/tldr-lint": {
  608. "version": "0.0.16",
  609. "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.16.tgz",
  610. "integrity": "sha512-Oucl9yyb3N+zQ1t66ljr5L3L5nAAJ4XTMp4S0yODlBBD5bJIwZVTUbKz+sbHPw32Pso5yw13b36Ug65kY/w8JQ==",
  611. "license": "MIT",
  612. "dependencies": {
  613. "commander": "^12.0.0"
  614. },
  615. "bin": {
  616. "tldr-lint": "lib/tldr-lint-cli.js",
  617. "tldrl": "lib/tldr-lint-cli.js"
  618. },
  619. "engines": {
  620. "node": ">=18"
  621. },
  622. "funding": {
  623. "type": "liberapay",
  624. "url": "https://liberapay.com/tldr-pages"
  625. }
  626. },
  627. "node_modules/uc.micro": {
  628. "version": "2.1.0",
  629. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  630. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
  631. },
  632. "node_modules/which": {
  633. "version": "2.0.2",
  634. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  635. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  636. "license": "ISC",
  637. "dependencies": {
  638. "isexe": "^2.0.0"
  639. },
  640. "bin": {
  641. "node-which": "bin/node-which"
  642. },
  643. "engines": {
  644. "node": ">= 8"
  645. }
  646. },
  647. "node_modules/wrap-ansi": {
  648. "version": "8.1.0",
  649. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  650. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  651. "license": "MIT",
  652. "dependencies": {
  653. "ansi-styles": "^6.1.0",
  654. "string-width": "^5.0.1",
  655. "strip-ansi": "^7.0.1"
  656. },
  657. "engines": {
  658. "node": ">=12"
  659. },
  660. "funding": {
  661. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  662. }
  663. },
  664. "node_modules/wrap-ansi-cjs": {
  665. "name": "wrap-ansi",
  666. "version": "7.0.0",
  667. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  668. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  669. "license": "MIT",
  670. "dependencies": {
  671. "ansi-styles": "^4.0.0",
  672. "string-width": "^4.1.0",
  673. "strip-ansi": "^6.0.0"
  674. },
  675. "engines": {
  676. "node": ">=10"
  677. },
  678. "funding": {
  679. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  680. }
  681. },
  682. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  683. "version": "5.0.1",
  684. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  685. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  686. "license": "MIT",
  687. "engines": {
  688. "node": ">=8"
  689. }
  690. },
  691. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  692. "version": "4.3.0",
  693. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  694. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  695. "license": "MIT",
  696. "dependencies": {
  697. "color-convert": "^2.0.1"
  698. },
  699. "engines": {
  700. "node": ">=8"
  701. },
  702. "funding": {
  703. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  704. }
  705. },
  706. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  707. "version": "8.0.0",
  708. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  709. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  710. "license": "MIT"
  711. },
  712. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  713. "version": "4.2.3",
  714. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  715. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  716. "license": "MIT",
  717. "dependencies": {
  718. "emoji-regex": "^8.0.0",
  719. "is-fullwidth-code-point": "^3.0.0",
  720. "strip-ansi": "^6.0.1"
  721. },
  722. "engines": {
  723. "node": ">=8"
  724. }
  725. },
  726. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  727. "version": "6.0.1",
  728. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  729. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  730. "license": "MIT",
  731. "dependencies": {
  732. "ansi-regex": "^5.0.1"
  733. },
  734. "engines": {
  735. "node": ">=8"
  736. }
  737. }
  738. }
  739. }