package-lock.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. {
  2. "name": "tldr-pages",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "tldr-pages",
  8. "license": "SEE LICENSE IN LICENSE.md",
  9. "dependencies": {
  10. "glob": "7.2.0",
  11. "markdownlint-cli": "^0.31.1",
  12. "tldr-lint": "^0.0.13"
  13. },
  14. "devDependencies": {
  15. "husky": "^7.0.4"
  16. }
  17. },
  18. "node_modules/argparse": {
  19. "version": "2.0.1",
  20. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  21. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  22. },
  23. "node_modules/balanced-match": {
  24. "version": "1.0.2",
  25. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  26. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  27. },
  28. "node_modules/brace-expansion": {
  29. "version": "1.1.11",
  30. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  31. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  32. "dependencies": {
  33. "balanced-match": "^1.0.0",
  34. "concat-map": "0.0.1"
  35. }
  36. },
  37. "node_modules/commander": {
  38. "version": "9.0.0",
  39. "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz",
  40. "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==",
  41. "engines": {
  42. "node": "^12.20.0 || >=14"
  43. }
  44. },
  45. "node_modules/concat-map": {
  46. "version": "0.0.1",
  47. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  48. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  49. },
  50. "node_modules/deep-extend": {
  51. "version": "0.6.0",
  52. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  53. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  54. "engines": {
  55. "node": ">=4.0.0"
  56. }
  57. },
  58. "node_modules/entities": {
  59. "version": "2.1.0",
  60. "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
  61. "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==",
  62. "funding": {
  63. "url": "https://github.com/fb55/entities?sponsor=1"
  64. }
  65. },
  66. "node_modules/fs.realpath": {
  67. "version": "1.0.0",
  68. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  69. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  70. },
  71. "node_modules/get-stdin": {
  72. "version": "9.0.0",
  73. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
  74. "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
  75. "engines": {
  76. "node": ">=12"
  77. },
  78. "funding": {
  79. "url": "https://github.com/sponsors/sindresorhus"
  80. }
  81. },
  82. "node_modules/glob": {
  83. "version": "7.2.0",
  84. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
  85. "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
  86. "dependencies": {
  87. "fs.realpath": "^1.0.0",
  88. "inflight": "^1.0.4",
  89. "inherits": "2",
  90. "minimatch": "^3.0.4",
  91. "once": "^1.3.0",
  92. "path-is-absolute": "^1.0.0"
  93. },
  94. "engines": {
  95. "node": "*"
  96. },
  97. "funding": {
  98. "url": "https://github.com/sponsors/isaacs"
  99. }
  100. },
  101. "node_modules/husky": {
  102. "version": "7.0.4",
  103. "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
  104. "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
  105. "dev": true,
  106. "bin": {
  107. "husky": "lib/bin.js"
  108. },
  109. "engines": {
  110. "node": ">=12"
  111. },
  112. "funding": {
  113. "url": "https://github.com/sponsors/typicode"
  114. }
  115. },
  116. "node_modules/ignore": {
  117. "version": "5.2.0",
  118. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  119. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
  120. "engines": {
  121. "node": ">= 4"
  122. }
  123. },
  124. "node_modules/inflight": {
  125. "version": "1.0.6",
  126. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  127. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  128. "dependencies": {
  129. "once": "^1.3.0",
  130. "wrappy": "1"
  131. }
  132. },
  133. "node_modules/inherits": {
  134. "version": "2.0.4",
  135. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  136. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  137. },
  138. "node_modules/ini": {
  139. "version": "2.0.0",
  140. "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz",
  141. "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==",
  142. "engines": {
  143. "node": ">=10"
  144. }
  145. },
  146. "node_modules/js-yaml": {
  147. "version": "4.1.0",
  148. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  149. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  150. "dependencies": {
  151. "argparse": "^2.0.1"
  152. },
  153. "bin": {
  154. "js-yaml": "bin/js-yaml.js"
  155. }
  156. },
  157. "node_modules/jsonc-parser": {
  158. "version": "3.0.0",
  159. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
  160. "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA=="
  161. },
  162. "node_modules/linkify-it": {
  163. "version": "3.0.3",
  164. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
  165. "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
  166. "dependencies": {
  167. "uc.micro": "^1.0.1"
  168. }
  169. },
  170. "node_modules/markdown-it": {
  171. "version": "12.3.2",
  172. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz",
  173. "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==",
  174. "dependencies": {
  175. "argparse": "^2.0.1",
  176. "entities": "~2.1.0",
  177. "linkify-it": "^3.0.1",
  178. "mdurl": "^1.0.1",
  179. "uc.micro": "^1.0.5"
  180. },
  181. "bin": {
  182. "markdown-it": "bin/markdown-it.js"
  183. }
  184. },
  185. "node_modules/markdownlint": {
  186. "version": "0.25.1",
  187. "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz",
  188. "integrity": "sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==",
  189. "dependencies": {
  190. "markdown-it": "12.3.2"
  191. },
  192. "engines": {
  193. "node": ">=12"
  194. }
  195. },
  196. "node_modules/markdownlint-cli": {
  197. "version": "0.31.1",
  198. "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz",
  199. "integrity": "sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==",
  200. "dependencies": {
  201. "commander": "~9.0.0",
  202. "get-stdin": "~9.0.0",
  203. "glob": "~7.2.0",
  204. "ignore": "~5.2.0",
  205. "js-yaml": "^4.1.0",
  206. "jsonc-parser": "~3.0.0",
  207. "markdownlint": "~0.25.1",
  208. "markdownlint-rule-helpers": "~0.16.0",
  209. "minimatch": "~3.0.5",
  210. "run-con": "~1.2.10"
  211. },
  212. "bin": {
  213. "markdownlint": "markdownlint.js"
  214. },
  215. "engines": {
  216. "node": ">=12"
  217. }
  218. },
  219. "node_modules/markdownlint-cli/node_modules/minimatch": {
  220. "version": "3.0.7",
  221. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.7.tgz",
  222. "integrity": "sha512-pYjbG0o9W2Wb3KVBuV6s7R/bzS/iS3HPiHcFcDee5GGiN1M5MErXqgS4jGn8pwVwTZAoy7B8bYb/+AqQU0NhZA==",
  223. "dependencies": {
  224. "brace-expansion": "^1.1.7"
  225. },
  226. "engines": {
  227. "node": "*"
  228. }
  229. },
  230. "node_modules/markdownlint-rule-helpers": {
  231. "version": "0.16.0",
  232. "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz",
  233. "integrity": "sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w=="
  234. },
  235. "node_modules/mdurl": {
  236. "version": "1.0.1",
  237. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  238. "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
  239. },
  240. "node_modules/minimatch": {
  241. "version": "3.1.1",
  242. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz",
  243. "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==",
  244. "dependencies": {
  245. "brace-expansion": "^1.1.7"
  246. },
  247. "engines": {
  248. "node": "*"
  249. }
  250. },
  251. "node_modules/minimist": {
  252. "version": "1.2.6",
  253. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
  254. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
  255. },
  256. "node_modules/once": {
  257. "version": "1.4.0",
  258. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  259. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  260. "dependencies": {
  261. "wrappy": "1"
  262. }
  263. },
  264. "node_modules/path-is-absolute": {
  265. "version": "1.0.1",
  266. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  267. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  268. "engines": {
  269. "node": ">=0.10.0"
  270. }
  271. },
  272. "node_modules/run-con": {
  273. "version": "1.2.10",
  274. "resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.10.tgz",
  275. "integrity": "sha512-n7PZpYmMM26ZO21dd8y3Yw1TRtGABjRtgPSgFS/nhzfvbJMXFtJhJVyEgayMiP+w/23craJjsnfDvx4W4ue/HQ==",
  276. "dependencies": {
  277. "deep-extend": "^0.6.0",
  278. "ini": "~2.0.0",
  279. "minimist": "^1.2.5",
  280. "strip-json-comments": "~3.1.1"
  281. },
  282. "bin": {
  283. "run-con": "cli.js"
  284. }
  285. },
  286. "node_modules/strip-json-comments": {
  287. "version": "3.1.1",
  288. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  289. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  290. "engines": {
  291. "node": ">=8"
  292. },
  293. "funding": {
  294. "url": "https://github.com/sponsors/sindresorhus"
  295. }
  296. },
  297. "node_modules/tldr-lint": {
  298. "version": "0.0.13",
  299. "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.13.tgz",
  300. "integrity": "sha512-xPIg5465dypL4szZpUmQMenFF8uMnI0Fq6h2CADMso47w8xe5zZVrn7TSocd3I5mZxJDqxNoGG82g1Kzvz1wdA==",
  301. "dependencies": {
  302. "commander": "^8.1.0"
  303. },
  304. "bin": {
  305. "tldr-lint": "lib/tldr-lint-cli.js",
  306. "tldrl": "lib/tldr-lint-cli.js"
  307. }
  308. },
  309. "node_modules/tldr-lint/node_modules/commander": {
  310. "version": "8.3.0",
  311. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  312. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  313. "engines": {
  314. "node": ">= 12"
  315. }
  316. },
  317. "node_modules/uc.micro": {
  318. "version": "1.0.6",
  319. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
  320. "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
  321. },
  322. "node_modules/wrappy": {
  323. "version": "1.0.2",
  324. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  325. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  326. }
  327. },
  328. "dependencies": {
  329. "argparse": {
  330. "version": "2.0.1",
  331. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  332. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  333. },
  334. "balanced-match": {
  335. "version": "1.0.2",
  336. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  337. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  338. },
  339. "brace-expansion": {
  340. "version": "1.1.11",
  341. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  342. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  343. "requires": {
  344. "balanced-match": "^1.0.0",
  345. "concat-map": "0.0.1"
  346. }
  347. },
  348. "commander": {
  349. "version": "9.0.0",
  350. "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz",
  351. "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw=="
  352. },
  353. "concat-map": {
  354. "version": "0.0.1",
  355. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  356. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  357. },
  358. "deep-extend": {
  359. "version": "0.6.0",
  360. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  361. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA=="
  362. },
  363. "entities": {
  364. "version": "2.1.0",
  365. "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
  366. "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w=="
  367. },
  368. "fs.realpath": {
  369. "version": "1.0.0",
  370. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  371. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  372. },
  373. "get-stdin": {
  374. "version": "9.0.0",
  375. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
  376. "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA=="
  377. },
  378. "glob": {
  379. "version": "7.2.0",
  380. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
  381. "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
  382. "requires": {
  383. "fs.realpath": "^1.0.0",
  384. "inflight": "^1.0.4",
  385. "inherits": "2",
  386. "minimatch": "^3.0.4",
  387. "once": "^1.3.0",
  388. "path-is-absolute": "^1.0.0"
  389. }
  390. },
  391. "husky": {
  392. "version": "7.0.4",
  393. "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
  394. "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
  395. "dev": true
  396. },
  397. "ignore": {
  398. "version": "5.2.0",
  399. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  400. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
  401. },
  402. "inflight": {
  403. "version": "1.0.6",
  404. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  405. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  406. "requires": {
  407. "once": "^1.3.0",
  408. "wrappy": "1"
  409. }
  410. },
  411. "inherits": {
  412. "version": "2.0.4",
  413. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  414. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  415. },
  416. "ini": {
  417. "version": "2.0.0",
  418. "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz",
  419. "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA=="
  420. },
  421. "js-yaml": {
  422. "version": "4.1.0",
  423. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  424. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  425. "requires": {
  426. "argparse": "^2.0.1"
  427. }
  428. },
  429. "jsonc-parser": {
  430. "version": "3.0.0",
  431. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
  432. "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA=="
  433. },
  434. "linkify-it": {
  435. "version": "3.0.3",
  436. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
  437. "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
  438. "requires": {
  439. "uc.micro": "^1.0.1"
  440. }
  441. },
  442. "markdown-it": {
  443. "version": "12.3.2",
  444. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz",
  445. "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==",
  446. "requires": {
  447. "argparse": "^2.0.1",
  448. "entities": "~2.1.0",
  449. "linkify-it": "^3.0.1",
  450. "mdurl": "^1.0.1",
  451. "uc.micro": "^1.0.5"
  452. }
  453. },
  454. "markdownlint": {
  455. "version": "0.25.1",
  456. "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz",
  457. "integrity": "sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==",
  458. "requires": {
  459. "markdown-it": "12.3.2"
  460. }
  461. },
  462. "markdownlint-cli": {
  463. "version": "0.31.1",
  464. "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz",
  465. "integrity": "sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==",
  466. "requires": {
  467. "commander": "~9.0.0",
  468. "get-stdin": "~9.0.0",
  469. "glob": "~7.2.0",
  470. "ignore": "~5.2.0",
  471. "js-yaml": "^4.1.0",
  472. "jsonc-parser": "~3.0.0",
  473. "markdownlint": "~0.25.1",
  474. "markdownlint-rule-helpers": "~0.16.0",
  475. "minimatch": "~3.0.5",
  476. "run-con": "~1.2.10"
  477. },
  478. "dependencies": {
  479. "minimatch": {
  480. "version": "3.0.7",
  481. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.7.tgz",
  482. "integrity": "sha512-pYjbG0o9W2Wb3KVBuV6s7R/bzS/iS3HPiHcFcDee5GGiN1M5MErXqgS4jGn8pwVwTZAoy7B8bYb/+AqQU0NhZA==",
  483. "requires": {
  484. "brace-expansion": "^1.1.7"
  485. }
  486. }
  487. }
  488. },
  489. "markdownlint-rule-helpers": {
  490. "version": "0.16.0",
  491. "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz",
  492. "integrity": "sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w=="
  493. },
  494. "mdurl": {
  495. "version": "1.0.1",
  496. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  497. "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
  498. },
  499. "minimatch": {
  500. "version": "3.1.1",
  501. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz",
  502. "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==",
  503. "requires": {
  504. "brace-expansion": "^1.1.7"
  505. }
  506. },
  507. "minimist": {
  508. "version": "1.2.6",
  509. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
  510. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
  511. },
  512. "once": {
  513. "version": "1.4.0",
  514. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  515. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  516. "requires": {
  517. "wrappy": "1"
  518. }
  519. },
  520. "path-is-absolute": {
  521. "version": "1.0.1",
  522. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  523. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  524. },
  525. "run-con": {
  526. "version": "1.2.10",
  527. "resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.10.tgz",
  528. "integrity": "sha512-n7PZpYmMM26ZO21dd8y3Yw1TRtGABjRtgPSgFS/nhzfvbJMXFtJhJVyEgayMiP+w/23craJjsnfDvx4W4ue/HQ==",
  529. "requires": {
  530. "deep-extend": "^0.6.0",
  531. "ini": "~2.0.0",
  532. "minimist": "^1.2.5",
  533. "strip-json-comments": "~3.1.1"
  534. }
  535. },
  536. "strip-json-comments": {
  537. "version": "3.1.1",
  538. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  539. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
  540. },
  541. "tldr-lint": {
  542. "version": "0.0.13",
  543. "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.13.tgz",
  544. "integrity": "sha512-xPIg5465dypL4szZpUmQMenFF8uMnI0Fq6h2CADMso47w8xe5zZVrn7TSocd3I5mZxJDqxNoGG82g1Kzvz1wdA==",
  545. "requires": {
  546. "commander": "^8.1.0"
  547. },
  548. "dependencies": {
  549. "commander": {
  550. "version": "8.3.0",
  551. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  552. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
  553. }
  554. }
  555. },
  556. "uc.micro": {
  557. "version": "1.0.6",
  558. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
  559. "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
  560. },
  561. "wrappy": {
  562. "version": "1.0.2",
  563. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  564. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  565. }
  566. }
  567. }