package-lock.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  1. {
  2. "requires": true,
  3. "lockfileVersion": 1,
  4. "dependencies": {
  5. "@babel/code-frame": {
  6. "version": "7.5.5",
  7. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
  8. "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
  9. "requires": {
  10. "@babel/highlight": "^7.0.0"
  11. }
  12. },
  13. "@babel/highlight": {
  14. "version": "7.5.0",
  15. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
  16. "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
  17. "requires": {
  18. "chalk": "^2.0.0",
  19. "esutils": "^2.0.2",
  20. "js-tokens": "^4.0.0"
  21. }
  22. },
  23. "@types/normalize-package-data": {
  24. "version": "2.4.0",
  25. "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
  26. "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA=="
  27. },
  28. "ansi-styles": {
  29. "version": "3.2.1",
  30. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  31. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  32. "requires": {
  33. "color-convert": "^1.9.0"
  34. }
  35. },
  36. "argparse": {
  37. "version": "1.0.10",
  38. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  39. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  40. "requires": {
  41. "sprintf-js": "~1.0.2"
  42. }
  43. },
  44. "balanced-match": {
  45. "version": "1.0.0",
  46. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
  47. "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
  48. },
  49. "brace-expansion": {
  50. "version": "1.1.11",
  51. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  52. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  53. "requires": {
  54. "balanced-match": "^1.0.0",
  55. "concat-map": "0.0.1"
  56. }
  57. },
  58. "caller-callsite": {
  59. "version": "2.0.0",
  60. "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
  61. "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
  62. "requires": {
  63. "callsites": "^2.0.0"
  64. }
  65. },
  66. "caller-path": {
  67. "version": "2.0.0",
  68. "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  69. "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
  70. "requires": {
  71. "caller-callsite": "^2.0.0"
  72. }
  73. },
  74. "callsites": {
  75. "version": "2.0.0",
  76. "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
  77. "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA="
  78. },
  79. "chalk": {
  80. "version": "2.4.2",
  81. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  82. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  83. "requires": {
  84. "ansi-styles": "^3.2.1",
  85. "escape-string-regexp": "^1.0.5",
  86. "supports-color": "^5.3.0"
  87. }
  88. },
  89. "ci-info": {
  90. "version": "2.0.0",
  91. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
  92. "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
  93. },
  94. "color-convert": {
  95. "version": "1.9.3",
  96. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  97. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  98. "requires": {
  99. "color-name": "1.1.3"
  100. }
  101. },
  102. "color-name": {
  103. "version": "1.1.3",
  104. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  105. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  106. },
  107. "commander": {
  108. "version": "2.9.0",
  109. "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
  110. "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
  111. "requires": {
  112. "graceful-readlink": ">= 1.0.0"
  113. }
  114. },
  115. "concat-map": {
  116. "version": "0.0.1",
  117. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  118. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  119. },
  120. "cosmiconfig": {
  121. "version": "5.2.1",
  122. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  123. "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  124. "requires": {
  125. "import-fresh": "^2.0.0",
  126. "is-directory": "^0.3.1",
  127. "js-yaml": "^3.13.1",
  128. "parse-json": "^4.0.0"
  129. }
  130. },
  131. "cross-spawn": {
  132. "version": "6.0.5",
  133. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
  134. "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
  135. "requires": {
  136. "nice-try": "^1.0.4",
  137. "path-key": "^2.0.1",
  138. "semver": "^5.5.0",
  139. "shebang-command": "^1.2.0",
  140. "which": "^1.2.9"
  141. }
  142. },
  143. "deep-extend": {
  144. "version": "0.5.1",
  145. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.5.1.tgz",
  146. "integrity": "sha512-N8vBdOa+DF7zkRrDCsaOXoCs/E2fJfx9B9MrKnnSiHNh4ws7eSys6YQE4KvT1cecKmOASYQBhbKjeuDD9lT81w=="
  147. },
  148. "end-of-stream": {
  149. "version": "1.4.4",
  150. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  151. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  152. "requires": {
  153. "once": "^1.4.0"
  154. }
  155. },
  156. "entities": {
  157. "version": "2.0.0",
  158. "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz",
  159. "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw=="
  160. },
  161. "error-ex": {
  162. "version": "1.3.2",
  163. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  164. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  165. "requires": {
  166. "is-arrayish": "^0.2.1"
  167. }
  168. },
  169. "escape-string-regexp": {
  170. "version": "1.0.5",
  171. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  172. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  173. },
  174. "esprima": {
  175. "version": "4.0.1",
  176. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  177. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
  178. },
  179. "esutils": {
  180. "version": "2.0.3",
  181. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  182. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
  183. },
  184. "execa": {
  185. "version": "1.0.0",
  186. "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  187. "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
  188. "requires": {
  189. "cross-spawn": "^6.0.0",
  190. "get-stream": "^4.0.0",
  191. "is-stream": "^1.1.0",
  192. "npm-run-path": "^2.0.0",
  193. "p-finally": "^1.0.0",
  194. "signal-exit": "^3.0.0",
  195. "strip-eof": "^1.0.0"
  196. }
  197. },
  198. "find-up": {
  199. "version": "3.0.0",
  200. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  201. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  202. "requires": {
  203. "locate-path": "^3.0.0"
  204. }
  205. },
  206. "fs.realpath": {
  207. "version": "1.0.0",
  208. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  209. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  210. },
  211. "get-stdin": {
  212. "version": "7.0.0",
  213. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
  214. "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ=="
  215. },
  216. "get-stream": {
  217. "version": "4.1.0",
  218. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
  219. "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
  220. "requires": {
  221. "pump": "^3.0.0"
  222. }
  223. },
  224. "glob": {
  225. "version": "7.1.3",
  226. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
  227. "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
  228. "requires": {
  229. "fs.realpath": "^1.0.0",
  230. "inflight": "^1.0.4",
  231. "inherits": "2",
  232. "minimatch": "^3.0.4",
  233. "once": "^1.3.0",
  234. "path-is-absolute": "^1.0.0"
  235. }
  236. },
  237. "graceful-readlink": {
  238. "version": "1.0.1",
  239. "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
  240. "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
  241. },
  242. "has-flag": {
  243. "version": "3.0.0",
  244. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  245. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  246. },
  247. "hosted-git-info": {
  248. "version": "2.8.5",
  249. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz",
  250. "integrity": "sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg=="
  251. },
  252. "husky": {
  253. "version": "2.7.0",
  254. "resolved": "https://registry.npmjs.org/husky/-/husky-2.7.0.tgz",
  255. "integrity": "sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==",
  256. "requires": {
  257. "cosmiconfig": "^5.2.0",
  258. "execa": "^1.0.0",
  259. "find-up": "^3.0.0",
  260. "get-stdin": "^7.0.0",
  261. "is-ci": "^2.0.0",
  262. "pkg-dir": "^4.1.0",
  263. "please-upgrade-node": "^3.1.1",
  264. "read-pkg": "^5.1.1",
  265. "run-node": "^1.0.0",
  266. "slash": "^3.0.0"
  267. }
  268. },
  269. "import-fresh": {
  270. "version": "2.0.0",
  271. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  272. "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
  273. "requires": {
  274. "caller-path": "^2.0.0",
  275. "resolve-from": "^3.0.0"
  276. }
  277. },
  278. "inflight": {
  279. "version": "1.0.6",
  280. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  281. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  282. "requires": {
  283. "once": "^1.3.0",
  284. "wrappy": "1"
  285. }
  286. },
  287. "inherits": {
  288. "version": "2.0.4",
  289. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  290. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  291. },
  292. "ini": {
  293. "version": "1.3.5",
  294. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
  295. "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw=="
  296. },
  297. "is-arrayish": {
  298. "version": "0.2.1",
  299. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  300. "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
  301. },
  302. "is-ci": {
  303. "version": "2.0.0",
  304. "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
  305. "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
  306. "requires": {
  307. "ci-info": "^2.0.0"
  308. }
  309. },
  310. "is-directory": {
  311. "version": "0.3.1",
  312. "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  313. "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE="
  314. },
  315. "is-stream": {
  316. "version": "1.1.0",
  317. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  318. "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
  319. },
  320. "isexe": {
  321. "version": "2.0.0",
  322. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  323. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
  324. },
  325. "js-tokens": {
  326. "version": "4.0.0",
  327. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  328. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  329. },
  330. "js-yaml": {
  331. "version": "3.13.1",
  332. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
  333. "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
  334. "requires": {
  335. "argparse": "^1.0.7",
  336. "esprima": "^4.0.0"
  337. }
  338. },
  339. "json-parse-better-errors": {
  340. "version": "1.0.2",
  341. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  342. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  343. },
  344. "lines-and-columns": {
  345. "version": "1.1.6",
  346. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
  347. "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
  348. },
  349. "linkify-it": {
  350. "version": "2.2.0",
  351. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz",
  352. "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==",
  353. "requires": {
  354. "uc.micro": "^1.0.1"
  355. }
  356. },
  357. "locate-path": {
  358. "version": "3.0.0",
  359. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  360. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  361. "requires": {
  362. "p-locate": "^3.0.0",
  363. "path-exists": "^3.0.0"
  364. }
  365. },
  366. "lodash.differencewith": {
  367. "version": "4.5.0",
  368. "resolved": "https://registry.npmjs.org/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz",
  369. "integrity": "sha1-uvr7yRi1UVTheRdqALsK76rIVLc="
  370. },
  371. "lodash.flatten": {
  372. "version": "4.4.0",
  373. "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
  374. "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8="
  375. },
  376. "markdown-it": {
  377. "version": "10.0.0",
  378. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz",
  379. "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==",
  380. "requires": {
  381. "argparse": "^1.0.7",
  382. "entities": "~2.0.0",
  383. "linkify-it": "^2.0.0",
  384. "mdurl": "^1.0.1",
  385. "uc.micro": "^1.0.5"
  386. }
  387. },
  388. "markdownlint": {
  389. "version": "0.17.2",
  390. "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.17.2.tgz",
  391. "integrity": "sha512-vsxopn0qEdm0P2XI3S9sVA+jvjKjR8lHZ+0FKlusth+1UK9tI29mRFkKeZPERmbWsMehJcogfMieBUkMgNEFkQ==",
  392. "requires": {
  393. "markdown-it": "10.0.0"
  394. }
  395. },
  396. "markdownlint-cli": {
  397. "version": "0.19.0",
  398. "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.19.0.tgz",
  399. "integrity": "sha512-5hUEBAmbCVJflws6841HJ0KTZdgGWYaPThoXPI6Wjn1VkoiYWsprNH0r3PvPmyGXtvbHJ7/7eGPde2a6cx8t0w==",
  400. "requires": {
  401. "commander": "~2.9.0",
  402. "deep-extend": "~0.5.1",
  403. "get-stdin": "~5.0.1",
  404. "glob": "~7.1.2",
  405. "js-yaml": "^3.13.1",
  406. "lodash.differencewith": "~4.5.0",
  407. "lodash.flatten": "~4.4.0",
  408. "markdownlint": "~0.17.1",
  409. "markdownlint-rule-helpers": "~0.5.0",
  410. "minimatch": "~3.0.4",
  411. "rc": "~1.2.7"
  412. },
  413. "dependencies": {
  414. "get-stdin": {
  415. "version": "5.0.1",
  416. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
  417. "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g="
  418. }
  419. }
  420. },
  421. "markdownlint-rule-helpers": {
  422. "version": "0.5.0",
  423. "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.5.0.tgz",
  424. "integrity": "sha512-6bJAV4TjUoDDnqxfb6EKTuZlpYI6vn4kerid7WTrZaEjsWuYDeYDAN+r4o+vbUYFZfJkiBU7NPBqPd4QJ1CZzQ=="
  425. },
  426. "mdurl": {
  427. "version": "1.0.1",
  428. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  429. "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
  430. },
  431. "minimatch": {
  432. "version": "3.0.4",
  433. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  434. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  435. "requires": {
  436. "brace-expansion": "^1.1.7"
  437. }
  438. },
  439. "minimist": {
  440. "version": "1.2.5",
  441. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
  442. "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
  443. },
  444. "nice-try": {
  445. "version": "1.0.5",
  446. "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  447. "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
  448. },
  449. "normalize-package-data": {
  450. "version": "2.5.0",
  451. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  452. "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  453. "requires": {
  454. "hosted-git-info": "^2.1.4",
  455. "resolve": "^1.10.0",
  456. "semver": "2 || 3 || 4 || 5",
  457. "validate-npm-package-license": "^3.0.1"
  458. }
  459. },
  460. "npm-run-path": {
  461. "version": "2.0.2",
  462. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
  463. "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  464. "requires": {
  465. "path-key": "^2.0.0"
  466. }
  467. },
  468. "once": {
  469. "version": "1.4.0",
  470. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  471. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  472. "requires": {
  473. "wrappy": "1"
  474. }
  475. },
  476. "p-finally": {
  477. "version": "1.0.0",
  478. "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
  479. "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
  480. },
  481. "p-limit": {
  482. "version": "2.2.1",
  483. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
  484. "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
  485. "requires": {
  486. "p-try": "^2.0.0"
  487. }
  488. },
  489. "p-locate": {
  490. "version": "3.0.0",
  491. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  492. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  493. "requires": {
  494. "p-limit": "^2.0.0"
  495. }
  496. },
  497. "p-try": {
  498. "version": "2.2.0",
  499. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  500. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
  501. },
  502. "parse-json": {
  503. "version": "4.0.0",
  504. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  505. "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
  506. "requires": {
  507. "error-ex": "^1.3.1",
  508. "json-parse-better-errors": "^1.0.1"
  509. }
  510. },
  511. "path-exists": {
  512. "version": "3.0.0",
  513. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  514. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  515. },
  516. "path-is-absolute": {
  517. "version": "1.0.1",
  518. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  519. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  520. },
  521. "path-key": {
  522. "version": "2.0.1",
  523. "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  524. "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
  525. },
  526. "path-parse": {
  527. "version": "1.0.6",
  528. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
  529. "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
  530. },
  531. "pkg-dir": {
  532. "version": "4.2.0",
  533. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  534. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  535. "requires": {
  536. "find-up": "^4.0.0"
  537. },
  538. "dependencies": {
  539. "find-up": {
  540. "version": "4.1.0",
  541. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  542. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  543. "requires": {
  544. "locate-path": "^5.0.0",
  545. "path-exists": "^4.0.0"
  546. }
  547. },
  548. "locate-path": {
  549. "version": "5.0.0",
  550. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  551. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  552. "requires": {
  553. "p-locate": "^4.1.0"
  554. }
  555. },
  556. "p-locate": {
  557. "version": "4.1.0",
  558. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  559. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  560. "requires": {
  561. "p-limit": "^2.2.0"
  562. }
  563. },
  564. "path-exists": {
  565. "version": "4.0.0",
  566. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  567. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
  568. }
  569. }
  570. },
  571. "please-upgrade-node": {
  572. "version": "3.2.0",
  573. "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
  574. "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==",
  575. "requires": {
  576. "semver-compare": "^1.0.0"
  577. }
  578. },
  579. "pump": {
  580. "version": "3.0.0",
  581. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  582. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  583. "requires": {
  584. "end-of-stream": "^1.1.0",
  585. "once": "^1.3.1"
  586. }
  587. },
  588. "rc": {
  589. "version": "1.2.8",
  590. "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  591. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  592. "requires": {
  593. "deep-extend": "^0.6.0",
  594. "ini": "~1.3.0",
  595. "minimist": "^1.2.0",
  596. "strip-json-comments": "~2.0.1"
  597. },
  598. "dependencies": {
  599. "deep-extend": {
  600. "version": "0.6.0",
  601. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  602. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA=="
  603. }
  604. }
  605. },
  606. "read-pkg": {
  607. "version": "5.2.0",
  608. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  609. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  610. "requires": {
  611. "@types/normalize-package-data": "^2.4.0",
  612. "normalize-package-data": "^2.5.0",
  613. "parse-json": "^5.0.0",
  614. "type-fest": "^0.6.0"
  615. },
  616. "dependencies": {
  617. "parse-json": {
  618. "version": "5.0.0",
  619. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz",
  620. "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==",
  621. "requires": {
  622. "@babel/code-frame": "^7.0.0",
  623. "error-ex": "^1.3.1",
  624. "json-parse-better-errors": "^1.0.1",
  625. "lines-and-columns": "^1.1.6"
  626. }
  627. }
  628. }
  629. },
  630. "resolve": {
  631. "version": "1.13.1",
  632. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.13.1.tgz",
  633. "integrity": "sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==",
  634. "requires": {
  635. "path-parse": "^1.0.6"
  636. }
  637. },
  638. "resolve-from": {
  639. "version": "3.0.0",
  640. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  641. "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g="
  642. },
  643. "run-node": {
  644. "version": "1.0.0",
  645. "resolved": "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz",
  646. "integrity": "sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A=="
  647. },
  648. "semver": {
  649. "version": "5.7.1",
  650. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  651. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  652. },
  653. "semver-compare": {
  654. "version": "1.0.0",
  655. "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
  656. "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w="
  657. },
  658. "shebang-command": {
  659. "version": "1.2.0",
  660. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  661. "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
  662. "requires": {
  663. "shebang-regex": "^1.0.0"
  664. }
  665. },
  666. "shebang-regex": {
  667. "version": "1.0.0",
  668. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
  669. "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
  670. },
  671. "signal-exit": {
  672. "version": "3.0.2",
  673. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
  674. "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
  675. },
  676. "slash": {
  677. "version": "3.0.0",
  678. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  679. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
  680. },
  681. "spdx-correct": {
  682. "version": "3.1.0",
  683. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",
  684. "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",
  685. "requires": {
  686. "spdx-expression-parse": "^3.0.0",
  687. "spdx-license-ids": "^3.0.0"
  688. }
  689. },
  690. "spdx-exceptions": {
  691. "version": "2.2.0",
  692. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
  693. "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA=="
  694. },
  695. "spdx-expression-parse": {
  696. "version": "3.0.0",
  697. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
  698. "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
  699. "requires": {
  700. "spdx-exceptions": "^2.1.0",
  701. "spdx-license-ids": "^3.0.0"
  702. }
  703. },
  704. "spdx-license-ids": {
  705. "version": "3.0.5",
  706. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
  707. "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q=="
  708. },
  709. "sprintf-js": {
  710. "version": "1.0.3",
  711. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  712. "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
  713. },
  714. "strip-eof": {
  715. "version": "1.0.0",
  716. "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
  717. "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
  718. },
  719. "strip-json-comments": {
  720. "version": "2.0.1",
  721. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  722. "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
  723. },
  724. "supports-color": {
  725. "version": "5.5.0",
  726. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  727. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  728. "requires": {
  729. "has-flag": "^3.0.0"
  730. }
  731. },
  732. "tldr-lint": {
  733. "version": "0.0.7",
  734. "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.7.tgz",
  735. "integrity": "sha1-DWoshg2f4B0Vse04bfiq/SJzSdg=",
  736. "requires": {
  737. "commander": "^2.9.0"
  738. }
  739. },
  740. "type-fest": {
  741. "version": "0.6.0",
  742. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  743. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  744. },
  745. "uc.micro": {
  746. "version": "1.0.6",
  747. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
  748. "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
  749. },
  750. "validate-npm-package-license": {
  751. "version": "3.0.4",
  752. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  753. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  754. "requires": {
  755. "spdx-correct": "^3.0.0",
  756. "spdx-expression-parse": "^3.0.0"
  757. }
  758. },
  759. "which": {
  760. "version": "1.3.1",
  761. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  762. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  763. "requires": {
  764. "isexe": "^2.0.0"
  765. }
  766. },
  767. "wrappy": {
  768. "version": "1.0.2",
  769. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  770. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  771. }
  772. }
  773. }