package-lock.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. {
  2. "name": "src",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "autoprefixer": "^10.4.14",
  9. "postcss": "^8.4.24",
  10. "postcss-cli": "^10.1.0"
  11. }
  12. },
  13. "node_modules/@nodelib/fs.scandir": {
  14. "version": "2.1.5",
  15. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  16. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  17. "license": "MIT",
  18. "dependencies": {
  19. "@nodelib/fs.stat": "2.0.5",
  20. "run-parallel": "^1.1.9"
  21. },
  22. "engines": {
  23. "node": ">= 8"
  24. }
  25. },
  26. "node_modules/@nodelib/fs.stat": {
  27. "version": "2.0.5",
  28. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  29. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  30. "license": "MIT",
  31. "engines": {
  32. "node": ">= 8"
  33. }
  34. },
  35. "node_modules/@nodelib/fs.walk": {
  36. "version": "1.2.8",
  37. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  38. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  39. "license": "MIT",
  40. "dependencies": {
  41. "@nodelib/fs.scandir": "2.1.5",
  42. "fastq": "^1.6.0"
  43. },
  44. "engines": {
  45. "node": ">= 8"
  46. }
  47. },
  48. "node_modules/ansi-regex": {
  49. "version": "5.0.1",
  50. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  51. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  52. "license": "MIT",
  53. "engines": {
  54. "node": ">=8"
  55. }
  56. },
  57. "node_modules/ansi-styles": {
  58. "version": "4.3.0",
  59. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  60. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  61. "license": "MIT",
  62. "dependencies": {
  63. "color-convert": "^2.0.1"
  64. },
  65. "engines": {
  66. "node": ">=8"
  67. },
  68. "funding": {
  69. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  70. }
  71. },
  72. "node_modules/anymatch": {
  73. "version": "3.1.3",
  74. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  75. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  76. "license": "ISC",
  77. "dependencies": {
  78. "normalize-path": "^3.0.0",
  79. "picomatch": "^2.0.4"
  80. },
  81. "engines": {
  82. "node": ">= 8"
  83. }
  84. },
  85. "node_modules/autoprefixer": {
  86. "version": "10.4.27",
  87. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.27.tgz",
  88. "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
  89. "funding": [
  90. {
  91. "type": "opencollective",
  92. "url": "https://opencollective.com/postcss/"
  93. },
  94. {
  95. "type": "tidelift",
  96. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  97. },
  98. {
  99. "type": "github",
  100. "url": "https://github.com/sponsors/ai"
  101. }
  102. ],
  103. "license": "MIT",
  104. "dependencies": {
  105. "browserslist": "^4.28.1",
  106. "caniuse-lite": "^1.0.30001774",
  107. "fraction.js": "^5.3.4",
  108. "picocolors": "^1.1.1",
  109. "postcss-value-parser": "^4.2.0"
  110. },
  111. "bin": {
  112. "autoprefixer": "bin/autoprefixer"
  113. },
  114. "engines": {
  115. "node": "^10 || ^12 || >=14"
  116. },
  117. "peerDependencies": {
  118. "postcss": "^8.1.0"
  119. }
  120. },
  121. "node_modules/baseline-browser-mapping": {
  122. "version": "2.10.0",
  123. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
  124. "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
  125. "license": "Apache-2.0",
  126. "bin": {
  127. "baseline-browser-mapping": "dist/cli.cjs"
  128. },
  129. "engines": {
  130. "node": ">=6.0.0"
  131. }
  132. },
  133. "node_modules/binary-extensions": {
  134. "version": "2.3.0",
  135. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  136. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  137. "license": "MIT",
  138. "engines": {
  139. "node": ">=8"
  140. },
  141. "funding": {
  142. "url": "https://github.com/sponsors/sindresorhus"
  143. }
  144. },
  145. "node_modules/braces": {
  146. "version": "3.0.3",
  147. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  148. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  149. "license": "MIT",
  150. "dependencies": {
  151. "fill-range": "^7.1.1"
  152. },
  153. "engines": {
  154. "node": ">=8"
  155. }
  156. },
  157. "node_modules/browserslist": {
  158. "version": "4.28.1",
  159. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  160. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  161. "funding": [
  162. {
  163. "type": "opencollective",
  164. "url": "https://opencollective.com/browserslist"
  165. },
  166. {
  167. "type": "tidelift",
  168. "url": "https://tidelift.com/funding/github/npm/browserslist"
  169. },
  170. {
  171. "type": "github",
  172. "url": "https://github.com/sponsors/ai"
  173. }
  174. ],
  175. "license": "MIT",
  176. "dependencies": {
  177. "baseline-browser-mapping": "^2.9.0",
  178. "caniuse-lite": "^1.0.30001759",
  179. "electron-to-chromium": "^1.5.263",
  180. "node-releases": "^2.0.27",
  181. "update-browserslist-db": "^1.2.0"
  182. },
  183. "bin": {
  184. "browserslist": "cli.js"
  185. },
  186. "engines": {
  187. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  188. }
  189. },
  190. "node_modules/caniuse-lite": {
  191. "version": "1.0.30001776",
  192. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001776.tgz",
  193. "integrity": "sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==",
  194. "funding": [
  195. {
  196. "type": "opencollective",
  197. "url": "https://opencollective.com/browserslist"
  198. },
  199. {
  200. "type": "tidelift",
  201. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  202. },
  203. {
  204. "type": "github",
  205. "url": "https://github.com/sponsors/ai"
  206. }
  207. ],
  208. "license": "CC-BY-4.0"
  209. },
  210. "node_modules/chokidar": {
  211. "version": "3.6.0",
  212. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  213. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  214. "license": "MIT",
  215. "dependencies": {
  216. "anymatch": "~3.1.2",
  217. "braces": "~3.0.2",
  218. "glob-parent": "~5.1.2",
  219. "is-binary-path": "~2.1.0",
  220. "is-glob": "~4.0.1",
  221. "normalize-path": "~3.0.0",
  222. "readdirp": "~3.6.0"
  223. },
  224. "engines": {
  225. "node": ">= 8.10.0"
  226. },
  227. "funding": {
  228. "url": "https://paulmillr.com/funding/"
  229. },
  230. "optionalDependencies": {
  231. "fsevents": "~2.3.2"
  232. }
  233. },
  234. "node_modules/cliui": {
  235. "version": "8.0.1",
  236. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  237. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  238. "license": "ISC",
  239. "dependencies": {
  240. "string-width": "^4.2.0",
  241. "strip-ansi": "^6.0.1",
  242. "wrap-ansi": "^7.0.0"
  243. },
  244. "engines": {
  245. "node": ">=12"
  246. }
  247. },
  248. "node_modules/color-convert": {
  249. "version": "2.0.1",
  250. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  251. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  252. "license": "MIT",
  253. "dependencies": {
  254. "color-name": "~1.1.4"
  255. },
  256. "engines": {
  257. "node": ">=7.0.0"
  258. }
  259. },
  260. "node_modules/color-name": {
  261. "version": "1.1.4",
  262. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  263. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  264. "license": "MIT"
  265. },
  266. "node_modules/dependency-graph": {
  267. "version": "0.11.0",
  268. "resolved": "https://registry.npmmirror.com/dependency-graph/-/dependency-graph-0.11.0.tgz",
  269. "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
  270. "license": "MIT",
  271. "engines": {
  272. "node": ">= 0.6.0"
  273. }
  274. },
  275. "node_modules/dir-glob": {
  276. "version": "3.0.1",
  277. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  278. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  279. "license": "MIT",
  280. "dependencies": {
  281. "path-type": "^4.0.0"
  282. },
  283. "engines": {
  284. "node": ">=8"
  285. }
  286. },
  287. "node_modules/electron-to-chromium": {
  288. "version": "1.5.307",
  289. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.307.tgz",
  290. "integrity": "sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==",
  291. "license": "ISC"
  292. },
  293. "node_modules/emoji-regex": {
  294. "version": "8.0.0",
  295. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  296. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  297. "license": "MIT"
  298. },
  299. "node_modules/escalade": {
  300. "version": "3.2.0",
  301. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  302. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  303. "license": "MIT",
  304. "engines": {
  305. "node": ">=6"
  306. }
  307. },
  308. "node_modules/fast-glob": {
  309. "version": "3.3.3",
  310. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  311. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  312. "license": "MIT",
  313. "dependencies": {
  314. "@nodelib/fs.stat": "^2.0.2",
  315. "@nodelib/fs.walk": "^1.2.3",
  316. "glob-parent": "^5.1.2",
  317. "merge2": "^1.3.0",
  318. "micromatch": "^4.0.8"
  319. },
  320. "engines": {
  321. "node": ">=8.6.0"
  322. }
  323. },
  324. "node_modules/fastq": {
  325. "version": "1.20.1",
  326. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  327. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  328. "license": "ISC",
  329. "dependencies": {
  330. "reusify": "^1.0.4"
  331. }
  332. },
  333. "node_modules/fill-range": {
  334. "version": "7.1.1",
  335. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  336. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  337. "license": "MIT",
  338. "dependencies": {
  339. "to-regex-range": "^5.0.1"
  340. },
  341. "engines": {
  342. "node": ">=8"
  343. }
  344. },
  345. "node_modules/fraction.js": {
  346. "version": "5.3.4",
  347. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  348. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  349. "license": "MIT",
  350. "engines": {
  351. "node": "*"
  352. },
  353. "funding": {
  354. "type": "github",
  355. "url": "https://github.com/sponsors/rawify"
  356. }
  357. },
  358. "node_modules/fs-extra": {
  359. "version": "11.3.4",
  360. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.4.tgz",
  361. "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
  362. "license": "MIT",
  363. "dependencies": {
  364. "graceful-fs": "^4.2.0",
  365. "jsonfile": "^6.0.1",
  366. "universalify": "^2.0.0"
  367. },
  368. "engines": {
  369. "node": ">=14.14"
  370. }
  371. },
  372. "node_modules/fsevents": {
  373. "version": "2.3.3",
  374. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  375. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  376. "hasInstallScript": true,
  377. "license": "MIT",
  378. "optional": true,
  379. "os": [
  380. "darwin"
  381. ],
  382. "engines": {
  383. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  384. }
  385. },
  386. "node_modules/get-caller-file": {
  387. "version": "2.0.5",
  388. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  389. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  390. "license": "ISC",
  391. "engines": {
  392. "node": "6.* || 8.* || >= 10.*"
  393. }
  394. },
  395. "node_modules/get-stdin": {
  396. "version": "9.0.0",
  397. "resolved": "https://registry.npmmirror.com/get-stdin/-/get-stdin-9.0.0.tgz",
  398. "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
  399. "license": "MIT",
  400. "engines": {
  401. "node": ">=12"
  402. },
  403. "funding": {
  404. "url": "https://github.com/sponsors/sindresorhus"
  405. }
  406. },
  407. "node_modules/glob-parent": {
  408. "version": "5.1.2",
  409. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  410. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  411. "license": "ISC",
  412. "dependencies": {
  413. "is-glob": "^4.0.1"
  414. },
  415. "engines": {
  416. "node": ">= 6"
  417. }
  418. },
  419. "node_modules/globby": {
  420. "version": "13.2.2",
  421. "resolved": "https://registry.npmmirror.com/globby/-/globby-13.2.2.tgz",
  422. "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
  423. "license": "MIT",
  424. "dependencies": {
  425. "dir-glob": "^3.0.1",
  426. "fast-glob": "^3.3.0",
  427. "ignore": "^5.2.4",
  428. "merge2": "^1.4.1",
  429. "slash": "^4.0.0"
  430. },
  431. "engines": {
  432. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  433. },
  434. "funding": {
  435. "url": "https://github.com/sponsors/sindresorhus"
  436. }
  437. },
  438. "node_modules/globby/node_modules/slash": {
  439. "version": "4.0.0",
  440. "resolved": "https://registry.npmmirror.com/slash/-/slash-4.0.0.tgz",
  441. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  442. "license": "MIT",
  443. "engines": {
  444. "node": ">=12"
  445. },
  446. "funding": {
  447. "url": "https://github.com/sponsors/sindresorhus"
  448. }
  449. },
  450. "node_modules/graceful-fs": {
  451. "version": "4.2.11",
  452. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  453. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  454. "license": "ISC"
  455. },
  456. "node_modules/ignore": {
  457. "version": "5.3.2",
  458. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  459. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  460. "license": "MIT",
  461. "engines": {
  462. "node": ">= 4"
  463. }
  464. },
  465. "node_modules/is-binary-path": {
  466. "version": "2.1.0",
  467. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  468. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "binary-extensions": "^2.0.0"
  472. },
  473. "engines": {
  474. "node": ">=8"
  475. }
  476. },
  477. "node_modules/is-extglob": {
  478. "version": "2.1.1",
  479. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  480. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  481. "license": "MIT",
  482. "engines": {
  483. "node": ">=0.10.0"
  484. }
  485. },
  486. "node_modules/is-fullwidth-code-point": {
  487. "version": "3.0.0",
  488. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  489. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  490. "license": "MIT",
  491. "engines": {
  492. "node": ">=8"
  493. }
  494. },
  495. "node_modules/is-glob": {
  496. "version": "4.0.3",
  497. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  498. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  499. "license": "MIT",
  500. "dependencies": {
  501. "is-extglob": "^2.1.1"
  502. },
  503. "engines": {
  504. "node": ">=0.10.0"
  505. }
  506. },
  507. "node_modules/is-number": {
  508. "version": "7.0.0",
  509. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  510. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  511. "license": "MIT",
  512. "engines": {
  513. "node": ">=0.12.0"
  514. }
  515. },
  516. "node_modules/jsonfile": {
  517. "version": "6.2.0",
  518. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.0.tgz",
  519. "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
  520. "license": "MIT",
  521. "dependencies": {
  522. "universalify": "^2.0.0"
  523. },
  524. "optionalDependencies": {
  525. "graceful-fs": "^4.1.6"
  526. }
  527. },
  528. "node_modules/lilconfig": {
  529. "version": "3.1.3",
  530. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
  531. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  532. "license": "MIT",
  533. "engines": {
  534. "node": ">=14"
  535. },
  536. "funding": {
  537. "url": "https://github.com/sponsors/antonk52"
  538. }
  539. },
  540. "node_modules/merge2": {
  541. "version": "1.4.1",
  542. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  543. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  544. "license": "MIT",
  545. "engines": {
  546. "node": ">= 8"
  547. }
  548. },
  549. "node_modules/micromatch": {
  550. "version": "4.0.8",
  551. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  552. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  553. "license": "MIT",
  554. "dependencies": {
  555. "braces": "^3.0.3",
  556. "picomatch": "^2.3.1"
  557. },
  558. "engines": {
  559. "node": ">=8.6"
  560. }
  561. },
  562. "node_modules/nanoid": {
  563. "version": "3.3.11",
  564. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  565. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  566. "funding": [
  567. {
  568. "type": "github",
  569. "url": "https://github.com/sponsors/ai"
  570. }
  571. ],
  572. "license": "MIT",
  573. "bin": {
  574. "nanoid": "bin/nanoid.cjs"
  575. },
  576. "engines": {
  577. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  578. }
  579. },
  580. "node_modules/node-releases": {
  581. "version": "2.0.36",
  582. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.36.tgz",
  583. "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
  584. "license": "MIT"
  585. },
  586. "node_modules/normalize-path": {
  587. "version": "3.0.0",
  588. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  589. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  590. "license": "MIT",
  591. "engines": {
  592. "node": ">=0.10.0"
  593. }
  594. },
  595. "node_modules/path-type": {
  596. "version": "4.0.0",
  597. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  598. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  599. "license": "MIT",
  600. "engines": {
  601. "node": ">=8"
  602. }
  603. },
  604. "node_modules/picocolors": {
  605. "version": "1.1.1",
  606. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  607. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  608. "license": "ISC"
  609. },
  610. "node_modules/picomatch": {
  611. "version": "2.3.1",
  612. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  613. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  614. "license": "MIT",
  615. "engines": {
  616. "node": ">=8.6"
  617. },
  618. "funding": {
  619. "url": "https://github.com/sponsors/jonschlinkert"
  620. }
  621. },
  622. "node_modules/pify": {
  623. "version": "2.3.0",
  624. "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
  625. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  626. "license": "MIT",
  627. "engines": {
  628. "node": ">=0.10.0"
  629. }
  630. },
  631. "node_modules/postcss": {
  632. "version": "8.5.8",
  633. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.8.tgz",
  634. "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
  635. "funding": [
  636. {
  637. "type": "opencollective",
  638. "url": "https://opencollective.com/postcss/"
  639. },
  640. {
  641. "type": "tidelift",
  642. "url": "https://tidelift.com/funding/github/npm/postcss"
  643. },
  644. {
  645. "type": "github",
  646. "url": "https://github.com/sponsors/ai"
  647. }
  648. ],
  649. "license": "MIT",
  650. "dependencies": {
  651. "nanoid": "^3.3.11",
  652. "picocolors": "^1.1.1",
  653. "source-map-js": "^1.2.1"
  654. },
  655. "engines": {
  656. "node": "^10 || ^12 || >=14"
  657. }
  658. },
  659. "node_modules/postcss-cli": {
  660. "version": "10.1.0",
  661. "resolved": "https://registry.npmmirror.com/postcss-cli/-/postcss-cli-10.1.0.tgz",
  662. "integrity": "sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==",
  663. "license": "MIT",
  664. "dependencies": {
  665. "chokidar": "^3.3.0",
  666. "dependency-graph": "^0.11.0",
  667. "fs-extra": "^11.0.0",
  668. "get-stdin": "^9.0.0",
  669. "globby": "^13.0.0",
  670. "picocolors": "^1.0.0",
  671. "postcss-load-config": "^4.0.0",
  672. "postcss-reporter": "^7.0.0",
  673. "pretty-hrtime": "^1.0.3",
  674. "read-cache": "^1.0.0",
  675. "slash": "^5.0.0",
  676. "yargs": "^17.0.0"
  677. },
  678. "bin": {
  679. "postcss": "index.js"
  680. },
  681. "engines": {
  682. "node": ">=14"
  683. },
  684. "peerDependencies": {
  685. "postcss": "^8.0.0"
  686. }
  687. },
  688. "node_modules/postcss-load-config": {
  689. "version": "4.0.2",
  690. "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  691. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  692. "funding": [
  693. {
  694. "type": "opencollective",
  695. "url": "https://opencollective.com/postcss/"
  696. },
  697. {
  698. "type": "github",
  699. "url": "https://github.com/sponsors/ai"
  700. }
  701. ],
  702. "license": "MIT",
  703. "dependencies": {
  704. "lilconfig": "^3.0.0",
  705. "yaml": "^2.3.4"
  706. },
  707. "engines": {
  708. "node": ">= 14"
  709. },
  710. "peerDependencies": {
  711. "postcss": ">=8.0.9",
  712. "ts-node": ">=9.0.0"
  713. },
  714. "peerDependenciesMeta": {
  715. "postcss": {
  716. "optional": true
  717. },
  718. "ts-node": {
  719. "optional": true
  720. }
  721. }
  722. },
  723. "node_modules/postcss-reporter": {
  724. "version": "7.1.0",
  725. "resolved": "https://registry.npmmirror.com/postcss-reporter/-/postcss-reporter-7.1.0.tgz",
  726. "integrity": "sha512-/eoEylGWyy6/DOiMP5lmFRdmDKThqgn7D6hP2dXKJI/0rJSO1ADFNngZfDzxL0YAxFvws+Rtpuji1YIHj4mySA==",
  727. "funding": [
  728. {
  729. "type": "opencollective",
  730. "url": "https://opencollective.com/postcss/"
  731. },
  732. {
  733. "type": "github",
  734. "url": "https://github.com/sponsors/ai"
  735. }
  736. ],
  737. "license": "MIT",
  738. "dependencies": {
  739. "picocolors": "^1.0.0",
  740. "thenby": "^1.3.4"
  741. },
  742. "engines": {
  743. "node": ">=10"
  744. },
  745. "peerDependencies": {
  746. "postcss": "^8.1.0"
  747. }
  748. },
  749. "node_modules/postcss-value-parser": {
  750. "version": "4.2.0",
  751. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  752. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  753. "license": "MIT"
  754. },
  755. "node_modules/pretty-hrtime": {
  756. "version": "1.0.3",
  757. "resolved": "https://registry.npmmirror.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
  758. "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==",
  759. "license": "MIT",
  760. "engines": {
  761. "node": ">= 0.8"
  762. }
  763. },
  764. "node_modules/queue-microtask": {
  765. "version": "1.2.3",
  766. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  767. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  768. "funding": [
  769. {
  770. "type": "github",
  771. "url": "https://github.com/sponsors/feross"
  772. },
  773. {
  774. "type": "patreon",
  775. "url": "https://www.patreon.com/feross"
  776. },
  777. {
  778. "type": "consulting",
  779. "url": "https://feross.org/support"
  780. }
  781. ],
  782. "license": "MIT"
  783. },
  784. "node_modules/read-cache": {
  785. "version": "1.0.0",
  786. "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
  787. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  788. "license": "MIT",
  789. "dependencies": {
  790. "pify": "^2.3.0"
  791. }
  792. },
  793. "node_modules/readdirp": {
  794. "version": "3.6.0",
  795. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  796. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  797. "license": "MIT",
  798. "dependencies": {
  799. "picomatch": "^2.2.1"
  800. },
  801. "engines": {
  802. "node": ">=8.10.0"
  803. }
  804. },
  805. "node_modules/require-directory": {
  806. "version": "2.1.1",
  807. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  808. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  809. "license": "MIT",
  810. "engines": {
  811. "node": ">=0.10.0"
  812. }
  813. },
  814. "node_modules/reusify": {
  815. "version": "1.1.0",
  816. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  817. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  818. "license": "MIT",
  819. "engines": {
  820. "iojs": ">=1.0.0",
  821. "node": ">=0.10.0"
  822. }
  823. },
  824. "node_modules/run-parallel": {
  825. "version": "1.2.0",
  826. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  827. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  828. "funding": [
  829. {
  830. "type": "github",
  831. "url": "https://github.com/sponsors/feross"
  832. },
  833. {
  834. "type": "patreon",
  835. "url": "https://www.patreon.com/feross"
  836. },
  837. {
  838. "type": "consulting",
  839. "url": "https://feross.org/support"
  840. }
  841. ],
  842. "license": "MIT",
  843. "dependencies": {
  844. "queue-microtask": "^1.2.2"
  845. }
  846. },
  847. "node_modules/slash": {
  848. "version": "5.1.0",
  849. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  850. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  851. "license": "MIT",
  852. "engines": {
  853. "node": ">=14.16"
  854. },
  855. "funding": {
  856. "url": "https://github.com/sponsors/sindresorhus"
  857. }
  858. },
  859. "node_modules/source-map-js": {
  860. "version": "1.2.1",
  861. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  862. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  863. "license": "BSD-3-Clause",
  864. "engines": {
  865. "node": ">=0.10.0"
  866. }
  867. },
  868. "node_modules/string-width": {
  869. "version": "4.2.3",
  870. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  871. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  872. "license": "MIT",
  873. "dependencies": {
  874. "emoji-regex": "^8.0.0",
  875. "is-fullwidth-code-point": "^3.0.0",
  876. "strip-ansi": "^6.0.1"
  877. },
  878. "engines": {
  879. "node": ">=8"
  880. }
  881. },
  882. "node_modules/strip-ansi": {
  883. "version": "6.0.1",
  884. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  885. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  886. "license": "MIT",
  887. "dependencies": {
  888. "ansi-regex": "^5.0.1"
  889. },
  890. "engines": {
  891. "node": ">=8"
  892. }
  893. },
  894. "node_modules/thenby": {
  895. "version": "1.3.4",
  896. "resolved": "https://registry.npmmirror.com/thenby/-/thenby-1.3.4.tgz",
  897. "integrity": "sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ==",
  898. "license": "Apache-2.0"
  899. },
  900. "node_modules/to-regex-range": {
  901. "version": "5.0.1",
  902. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  903. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  904. "license": "MIT",
  905. "dependencies": {
  906. "is-number": "^7.0.0"
  907. },
  908. "engines": {
  909. "node": ">=8.0"
  910. }
  911. },
  912. "node_modules/universalify": {
  913. "version": "2.0.1",
  914. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  915. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  916. "license": "MIT",
  917. "engines": {
  918. "node": ">= 10.0.0"
  919. }
  920. },
  921. "node_modules/update-browserslist-db": {
  922. "version": "1.2.3",
  923. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  924. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  925. "funding": [
  926. {
  927. "type": "opencollective",
  928. "url": "https://opencollective.com/browserslist"
  929. },
  930. {
  931. "type": "tidelift",
  932. "url": "https://tidelift.com/funding/github/npm/browserslist"
  933. },
  934. {
  935. "type": "github",
  936. "url": "https://github.com/sponsors/ai"
  937. }
  938. ],
  939. "license": "MIT",
  940. "dependencies": {
  941. "escalade": "^3.2.0",
  942. "picocolors": "^1.1.1"
  943. },
  944. "bin": {
  945. "update-browserslist-db": "cli.js"
  946. },
  947. "peerDependencies": {
  948. "browserslist": ">= 4.21.0"
  949. }
  950. },
  951. "node_modules/wrap-ansi": {
  952. "version": "7.0.0",
  953. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  954. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  955. "license": "MIT",
  956. "dependencies": {
  957. "ansi-styles": "^4.0.0",
  958. "string-width": "^4.1.0",
  959. "strip-ansi": "^6.0.0"
  960. },
  961. "engines": {
  962. "node": ">=10"
  963. },
  964. "funding": {
  965. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  966. }
  967. },
  968. "node_modules/y18n": {
  969. "version": "5.0.8",
  970. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  971. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  972. "license": "ISC",
  973. "engines": {
  974. "node": ">=10"
  975. }
  976. },
  977. "node_modules/yaml": {
  978. "version": "2.8.2",
  979. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz",
  980. "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
  981. "license": "ISC",
  982. "bin": {
  983. "yaml": "bin.mjs"
  984. },
  985. "engines": {
  986. "node": ">= 14.6"
  987. },
  988. "funding": {
  989. "url": "https://github.com/sponsors/eemeli"
  990. }
  991. },
  992. "node_modules/yargs": {
  993. "version": "17.7.2",
  994. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  995. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  996. "license": "MIT",
  997. "dependencies": {
  998. "cliui": "^8.0.1",
  999. "escalade": "^3.1.1",
  1000. "get-caller-file": "^2.0.5",
  1001. "require-directory": "^2.1.1",
  1002. "string-width": "^4.2.3",
  1003. "y18n": "^5.0.5",
  1004. "yargs-parser": "^21.1.1"
  1005. },
  1006. "engines": {
  1007. "node": ">=12"
  1008. }
  1009. },
  1010. "node_modules/yargs-parser": {
  1011. "version": "21.1.1",
  1012. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  1013. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  1014. "license": "ISC",
  1015. "engines": {
  1016. "node": ">=12"
  1017. }
  1018. }
  1019. }
  1020. }